@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kapakana:wght@300..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meie+Script&display=swap');


html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
  }

  a{
    text-decoration: none !important;
  }
  
 ::selection{
    background-color: #002B3F;
    color: white;
 }

  #navigation{
    z-index: 10;
  }

  #navbar{
    height: 100px;
    z-index: 1000!important;
  }

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }

  li.nav-item a.nav-link {
    color: rgb(255, 255, 255) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 500 !important;
  transition: border-bottom 0.3s ease-in-out;
  }
  .hr-line {
    margin: 0.4rem 0;
    position: relative;
    color: inherit;
    border: 0;
    border-top: 1px #b58b677e solid;
    opacity: 1;
    z-index: 100;
}
  a.nav-link:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
    transition: border-bottom 0.3s ease-in-out;

  }
  
  .navbar li a.active {
    color: #ffffff!important;
    transform: scale(1.05);
    background-color: transparent;
    border-bottom: #ffffff 1px solid !important;
  }
  
  .justify-content-end {
    justify-content: space-evenly!important;
  }

  .text-bg-dark {
    color: #fff!important;
    background-color: #002B3F !important;
  }

  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #002B3F;
    line-height: 1.9;
  }
  
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }
h1{
    font-family: "Carattere", cursive;
}
h5{
    font-family: "Kapakana", cursive;
    font-size: 35px;
}
h2{
    font-family: "Meie Script", cursive;
    font-size: 40px;
}
  .content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }

  .content h3 {
    font-style: italic;
    color: #96a2a7;
  }

  a{
    text-decoration: none;
  }

  .top-bar{
    background-color: #ffffff00;
    color: white;
    padding-top: 20px;
    z-index: 10 !important;
    position: relative;
  }

  .navbar-brand img {
    width: 120px !important;
  }

  .navbar-nav {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0.5em 1em;
  }

  a.nav-link.active{
    color: #C29F7B !important;
  }
  
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .navbar-collapse{
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .button1{
    background: #CCA768;
    padding: 17px 35px;
    border:#CCA768 1px solid;
    color: #ffffff;
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .button1:hover{
    background: #CCA768;
    padding: 17px 35px;
    color: white;
    transition: 0.4s ease-in-out;
  }

  .button{
    border: 1px solid white;
    background: transparent;
    padding:  15px 0px;
    color: white;
  }

  .btn2{
    background: transparent;
    padding: 15px 35px;
    border:#CCA768 1px solid;
    color: #ffffff;
    background-color: #CCA768;
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .btn2:hover{
    background: #CCA768;
    padding: 15px 35px;
    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;
  }


  /* .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border: 1px solid #8F9092;
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #606060;
  text-shadow: 0 1px #fff;
}

.btn2:hover {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
}

.btn2:active {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
}

.btn2:focus {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
} */




  .btn1{
    background: #CCA768;
    padding: 15px 35px;
    border:rgb(203, 140, 105) 1px solid;
    color: #fdfdfd;
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .btn1:hover{
    background: #CCA768;
    padding: 15px 35px;
    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;
  }
 

  .swiper{
    height: 950px;
    margin-top: -300px;
    z-index: 1 !important;
  }
  
  .slide-caption{
    padding-top:23%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }

   .slide-caption h6{
    margin-bottom: 0px !important;
    font-family: "Jost", sans-serif !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }

   .slide-caption h1{
     text-transform: capitalize !important;
     letter-spacing: 6px;
     font-family: "Carattere", cursive;
     font-size: 90px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
     font-weight: 700 !important;
     color: #ffffff ;
   }
  
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: 0.6975rem;
     height: 0.6975rem;
     background-color: rgb(203, 140, 105);
     border: .0625rem solid white;
     margin-bottom: 50px;
   }
/* .banner_wrapper p{
    font-family: "Kapakana", cursive;
    font-size: 25px;
} */
   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #002B3F!important;
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  
  .title{
    font-size: 56px;
  }

  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 35px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    background: rgb(255, 255, 255) !important;
    transition: 0.5s;
  }
  .owl-carousel .owl-prev {
    left: 33px;
  }
  .owl-carousel .owl-next {
    right: 33px;
  }

  .owl-carousel .owl-next:hover,
  .owl-carousel .owl-prev:hover {
    background: #000000 !important;
  }

  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    height: 50px;
  } 
  .nav-hidden{
    display: none;
  }
  .nav-hidden1{
    display: block;
  }

  footer{
    background-color: #002B3F;
     background-position: center 10%;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     background-attachment: fixed;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: rgb(255, 255, 255);
     font-family: 'Jost', sans-serif;
     font-weight: 300 !important;
   }
   .footer-link:hover{
     color:  #e9cb9c;
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
     font-weight: 300;
     font-size: 18px;
   }
   .footer-title{
       color: white;
   }

   section{
    padding: 100px 0px;
   }

   .about-section{
    position: relative;
   }
   .about-section .bg-about{
    position: absolute;
    top: 15%;
    left: -1%;
    width: 500%;
    height: 100%;
    background: url('../img/bgg-removebg-preview.png');
    z-index: -1;
    background-repeat:no-repeat;
    opacity: 0.55;
   }
   .about-section .bg-about2{
    position: absolute;
    top: 0%;
    left: 80%;
    width: 500%;
    height: 100%;
    background: url('../img/bgg-removebg-preview\ -\ Copy.png');
    z-index: -1;
    background-repeat:no-repeat;
    opacity: 0.5;
   }

   .about-text h4{
    font-size: 50px;
     font-family: "Meie Script", cursive;
   }
   .about-text p{
    color: #0000008e;
   }
   .about-section img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   }




   
.room-container {
    position: relative;
    overflow: hidden;
}
.room-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.082);
    z-index: 1;
}
.initial-text {
    position: absolute;
    top: 90%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: white;
    display: flex;
    z-index: 2;
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    text-shadow: 3px 2px 3px #000000;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 100%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    z-index: 3;
}
.room-text {
    color: white;
}
.room-container:hover .overlay {
    opacity: 1;
    transform: translateY(-30%);
    transition: all 0.5s;
}
.room-container:hover .initial-text{
    top: 68%;
    transition: 0.5s;
    
}
.room-container:hover .dark-overlay{
    backface-visibility: hidden;
    transition: all 0.5s ease;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
}
.Rooms-Section{
    background-color: #002B3F;
}
.overlay i{
    margin-right: 10px;
}



 .luxury-section {
     background: url('../img/img12.jpg')rgba(0, 0, 0, 0.575);
     background-position: center 90%;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     background-attachment: fixed;
     position: relative;
     overflow: hidden;
 }
.luxury-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.luxury-header h2 {
    font-size: 40px;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #CCA768;
    margin-bottom: 15px;
    font-weight: 400;
}

.luxury-header h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.luxury-header h1:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #CCA768;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.facilities-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.facility {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 40px 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-top: 4px solid #CCA768;
    position: relative;
    overflow: hidden;
}

.facility:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.facility-icon {
    font-size: 50px;
    color: #CCA768;
    margin-bottom: 25px;
}

.facility h3 {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.facility h3:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #CCA768;
    bottom: 0;
    left: 0;
}

.facility p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

.learn-more {
    display: inline-block;
    color: #CCA768;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    padding-bottom: 5px;
}

.learn-more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CCA768;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

.learn-more:hover:after {
    width: 50%;
}

@media (max-width: 768px) {
    .facilities-container {
        flex-direction: column;
    }

    .luxury-header h1 {
        font-size: 36px;
    }
}

.sec-gallery img{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.title-head {
  padding: 550px 0px 80px 0px !important;
  margin: 0 !important;
  color: white;
  font-size: 90px;
  font-style: italic;
  letter-spacing: 6px;
  text-transform: capitalize;
  font-weight: 300 !important;
  font-family: "Carattere", cursive;
}

.Rooms-head {
  position: relative;
  margin-top: -300px;
  background: url('../img/img9.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
}

 .sec-room .info{
    padding: 20px 10px;
      border: #00000038 2px solid;
      background: url('../img/uQ4tqzk.jpg')rgba(0, 0, 0, 0);
      background-position: center 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-blend-mode: multiply;
      box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}
.info h1{
color: #1b1a1a;
font-size: 35px;
margin-bottom: 0 !important;
}
.info h6{
    color: #1b1a1a;
}
.info p{
    color: #1b1a1abd;
}
.info h6 img{
    width: 18px;
}

.About-head{
  position: relative;
  margin-top: -300px;
  background: url('../img/img2.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed; 
}
.Slogan {
  background: url('../img/img12.jpg') rgba(0, 0, 0, 0.521);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;
  padding: 150px 0 !important;
}
.Gallery-head{
    position: relative;
   margin-top: -300px;
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.Contact-head{
    position: relative;
   margin-top: -300px;
    background: url('../img/img12.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.sec-contact{
  position: relative;
  overflow: hidden;
}
.sec-contact .bg-about{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url('../img/background-site1.jpg');
  background-position: center 60px;
  background-size: cover;
  opacity: 0.3;
  background-attachment: fixed;
}
.sec-contact .icons-con i{
background-color: #002B3F;
color: white;
padding: 30px;
font-size: 20px;
border-radius: 50%;
}
.sec-contact .text-con h3{
color: #000000d3 !important;
font-size: 22px;
}
.sec-contact .text-con p{
  color: #000000bb !important;
  font-size: 18px;
}

.sec-contact iframe{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


@media (max-width: 1199px) {
  .slide-caption{
    padding-top:40%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
}
@media (max-width: 800px) {
  .slide-caption{
    padding-top:70%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
}
@media (max-width: 430px) {
  .top-bar{
    display: none;
  }
  .slide-caption{
    padding-top:95%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
    .luxury-section {
     background: url('../img/img12.jpg')rgba(0, 0, 0, 0.575);
     background-position: center 90%;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     background-attachment: none;
     position: relative;
     overflow: hidden;
 }
 .Rooms-head {
  position: relative;
  margin-top: -300px;
  background: url('../img/img9.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
}
.About-head{
  position: relative;
  margin-top: -300px;
  background: url('../img/img2.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none; 
}
.Slogan {
  background: url('../img/img12.jpg') rgba(0, 0, 0, 0.521);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
  padding: 150px 0 !important;
}
.Gallery-head{
    position: relative;
   margin-top: -300px;
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none; 
}
.Contact-head{
    position: relative;
   margin-top: -300px;
    background: url('../img/img12.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none; 
}
}

