
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  a,p{
    font-size: 18px;
    font-family: "Cormorant Garamond", serif;
  }
 h6{
    font-family: "Cormorant Garamond", serif;
    line-height: 30px;
    font-size: 18px;

  }
  p,h1,h2,h3,h4,h5, h6
  {
    font-family: "Cormorant Garamond", serif;


  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #0C151A;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: "Cormorant Garamond", serif;
  

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 17px !important;
      text-transform: uppercase;
      font-weight: 600;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #0E1317 !important;
      color: #ffffff;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #ffffff;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(255, 255, 255);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }


.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }


/* --------------------- */

 
    /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {

    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }

  }
  .footer_wrapper {
    background: linear-gradient(0deg, #0C151A, #0C151A), url('image/615874609.jpg') center / cover no-repeat , #0E1317;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;

    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  /* .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: Cormorant Garamond, serif;
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  } */
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #192841;
  }

  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}


/* ---------------------------- */

.btn {
    width: 7.5em;
    height: 2.3em;
    margin: 0.5em;
    background: #b6a38c;
    color: white;
    border: none;
    border-radius: 0.625em;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
   }
   
   button:hover {
    color: black;
   }
   
   button:after {
    content: "";
    background: #D3CCBF;
    
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
   }
   
   button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
   }




   /* BANNER SECTION STYLING */
.background1{
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
   
   
   }
   
   .col1{
       font-family: "Train One", serif;
       font-weight: 400;
       font-style: normal;
       /* text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.384); */
       
   
   }
  
   
   .row1{
    background: url('../image/gall-back.png'), rgba(0, 0, 0, 0);

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
   }

   .title{
font-weight: 700;
    font-size: 70px;
    color: white;
  
   }


   .btn3{
    background: transparent;
    padding: 10px 20px;
    border:#ffffff 1px solid;
    color: #ffffff;
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .btn3:hover{
    background: #B6A38C;
    padding: 10px 20px;
    color: white;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.4s ease-in-out;
  }


  .checkin{

   font-family: "marcellus",serif;
    padding: 20px;  
     background: white;
     box-shadow: 10px 10px 32px 0px rgba(0, 0, 0, 0.384);
 
  z-index: 999;
    position: relative;
  }

   
.check11{
    margin-top: -56px;
}
   

.about-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
  margin-top: -5px;
    border-radius: 10px;
    text-align: center;
}
.about-section h2 {
    font-size: 32px;
    color: #333;
}
.about-description {
    font-size: 18px;
    color: #0e0e0e;
    margin: 20px 0;
}
.image-gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.image-gallery img {
    width: 30%;
    height: auto;
    border-radius: 8px;
}
@media (max-width: 768px) {
    .image-gallery img {
        width: 45%;
    }
}
@media (max-width: 480px) {
    .image-gallery img {
        width: 100%;
    }
}

.facilitiess{
    background: url('../image/2.webp') rgba(0, 0, 0, 0.781);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
    color: rgb(0, 0, 0);
    text-align: center;
  }
  .fc-iconss{
    background-color: #ffffff;
  }


  .cardd {
    border: solid 1px #ffffff;
    border-radius: 10px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    margin: 3px;
}


/* ROOMS AND SUITS SECTION */
.rooms-and-suites-con .room-box .white-box,
.rooms-and-suites-con2 .room-box .white-box {
    width: 300px;
    background-color: #ffffff;
    padding: 17px;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: ease-in-out 0.6s;
}

.rooms-and-suites-con .room-box,
.rooms-and-suites-con2 .room-box {
    transition: ease-in-out 0.6s;
}

.rooms-and-suites-con .room-box:hover .white-box,
.rooms-and-suites-con2 .room-box:hover .white-box {
    transform: translateY(-5px);
}

.rooms-and-suites-con .room-box .white-box h4,
.rooms-and-suites-con2 .room-box .white-box h4 {
    margin-bottom: 5px;
}

.rooms-and-suites-con .room-box .white-box .arrow-con,
.rooms-and-suites-con2 .room-box .white-box .arrow-con,
.index2-outer-wrapper .news-and-articles-con .news-box .arrow-con {
    background-color: #B6A38C;
    width: 51px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out 0.6s;
}

.rooms-and-suites-con .room-box .white-box .arrow-con i,
.rooms-and-suites-con2 .room-box .white-box .arrow-con i,
.index2-outer-wrapper .news-and-articles-con .news-box .arrow-con i {
    line-height: 45px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}

.rooms-and-suites-con .room-box .white-box .arrow-con:hover,
.rooms-and-suites-con2 .room-box .white-box .arrow-con:hover,
.index2-outer-wrapper .news-and-articles-con .news-box .arrow-con:hover {
    background-color: var(--primary--color);
}

.rooms-and-suites-con .room-box .star {
    width: 30px;
    background-color: rgb(0 0 0 / 40%);
    left: 20px;
    top: 20px;
    padding: 7px;
}

.rooms-and-suites-con .room-box .star span {
    font-size: 12px;
    line-height: 12px;
}

.rooms-and-suites-con .owl-carousel .owl-item .room-box .star img {
    width: auto;
}

.rooms-and-suites-con .owl-dots,
.testimonials-con .owl-dots,
.gallery-photos-carousel-con .owl-dots {
    margin-top: 44px;
    text-align: center;
}

.rooms-and-suites-con .owl-dots button,
.testimonials-con .owl-dots button,
.gallery-photos-carousel-con .owl-dots button {
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    margin: 0 auto;
}

.rooms-and-suites-con .owl-dots button:focus,
.rooms-and-suites-con .owl-dots button:focus-visible,
.testimonials-con .owl-dots button:focus,
.testimonials-con .owl-dots button:focus-visible,
.gallery-photos-carousel-con .owl-dots button:focus,
.gallery-photos-carousel-con .owl-dots button:focus-visible {
    border: none;
    outline: none;
    box-shadow: none;
}

.rooms-and-suites-con .owl-dots button.active span,
.testimonials-con .owl-dots button.active span,
.gallery-photos-carousel-con .owl-dots button.active span {
    background-color: #B6A38C !important;
    color: #B6A38C;
    width: 16px;
    height: 16px;
}

.rooms-and-suites-con .owl-dots button span,
.testimonials-con .owl-dots button span,
.gallery-photos-carousel-con .owl-dots button span {
    background-color: #e3d6d2;
    width: 13px;
    height: 13px;
    display: block;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100%;
}

.owl-nav{
    display: none;
}




/* WHO WE ARE SECTION */
.who-we-are-con::after,
.who-we-comfort-con::after {
    content: "";
    right: 0;
    top: 0;
    width: 48%;
    height: 100%;
    position: absolute;
    background: url(../image/466157100.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.who-we-are-con .vector-icon,
.who-we-comfort-con .vector-icon {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.who-we-are-con .who-we-are-content-con,
.who-we-comfort-con .who-we-are-content-con {
    padding-right: 20px;
}

.who-we-are-con .primary-button a:hover,
.who-we-comfort-con .primary-button a:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}


@media screen and (max-width: 991px) {
    .title {
        font-size: 35px;
    }
    .col1{
        margin-top: 50px !important;
    }
    .img11,.img12{
        display: none !important;

    }
    .coll {
        width: 98% !important;
    }
    .facci {
        flex-wrap: wrap !important;
    }
    .facilitiess{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .facilitiess h1{
        font-size: 40px !important;
    }
    .rooms-and-suites-con{
margin-top: 50px !important;
margin-bottom: 20px !important;


    }
    .who-we-are-con::after, .who-we-comfort-con::after{
        display: none !important;
    }
    .who-we-are-con{
        padding-top: 50px;
        padding-bottom: 50px !important;
        margin-bottom: 50px;
    }
    .who-we-are-con h2, h1{
        font-size: 35px !important;
    }
    .cls{
        margin-left: 0px !important;
    }
    .footer1{
        text-align: left !important;
    }
    .tx{
        margin-bottom: 0px !important
    }
    .check11{
        margin-top: 0px !important;
    }
    .aboutb{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .cc{
        margin-top: 20px;
    }
    .nn{
        text-align: left !important;
    }
    
}
.footer1{
    text-align: center;
}


.about-bg1{
    background: url('image/sunset.jpg') rgba(0, 0, 0, 0.658);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  }

  .gallery-bg1{
    background: url('image/Background.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .contact-bg1{
    background: url('image/contact1.jpg') rgba(0, 0, 0, 0.50);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('image/img3.jpg') rgba(0, 0, 0, 0.30);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  
  }

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: 600px;       
  object-fit: cover;
  object-position: center;
  display: block;
}


  .bg01{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
     font-size: 45px;
     padding-top: 100px;
    letter-spacing: 2px;
   
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 120px !important;
        }
       
      

   }
   .section-bg1 h1{
    color: white;
    text-align: center;
    font-weight: 700;
  }
  
  .room-wrapper{
    position: relative;
    justify-content: center;
    text-align: center;
    
  }
  .info-box{
    position: absolute;
  
     top: 10px;
      left: 50%;
      transform: translateX(-50%);
    background: #B6A38C;
    color: white;
    padding: 10px 20px;
  }
  

  .contact-box{
    padding: 30px;
    background: #295758;
    color: rgb(255, 255, 255);
  }

  
.contact-box{
    background: #B6A38C;
    padding: 30px;
  }
  @media(max-width:990px){
    .col1{
      padding: 20px;
      
    }}