@import url('https://fonts.googleapis.com/css2?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&display=swap');
html, body {
  
  margin: 0px;
  padding: 0px;
  
overflow-x: hidden !important;
font-family: "Allison", cursive;
font-family: "Barlow", sans-serif;
  font-family: "Marcellus", serif;
  font-family: "Cormorant Garamond", serif;

  color: rgb(0, 0, 0);

}
.container1{
  width: 86%;
}
h6{
  font-family: "Jost", sans-serif !important;
  font-weight: 400;
color: #555555 ;
  font-size: 16px;
  line-height: 27px;
}
a{
  text-decoration: none !important;
}
#navigation{
  z-index: 10;
  background: #1d373800;
  height: 95px !important;
  padding: 5px 0px !important;
}
#navbar{

  padding: 5px 0px !important;
  z-index: 1000 !important;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/navbar-toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}
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;

}


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;

}
.button {
  cursor: pointer;
  padding: 10px 40px;
  font-size: 16px;
  color: black;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 0px;
  outline: none;
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1),
    inset 0 2px 4px rgba(255, 255, 255, 0.5); /* HinzufÃ¼gen eines inneren Schattens fÃ¼r Tiefe */
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  position: relative;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  background-image: linear-gradient(
    to top,
    rgba(206, 255, 255, 0.75),
    rgba(216, 255, 244, 0.65)
  );
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 0%;
}

.button:hover {
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.15),
    inset 0 3px 5px rgba(255, 255, 255, 0.6);
}

@keyframes fillButtonAndPress {
  0% {
    background-size: 100% 0%;
    transform: translateY(0);
    border: 2px solid rgba(255, 255, 255, 0.6);
  }
  100% {
    background-size: 100% 100%;
    transform: translateY(2px);
    border: 1px solid rgba(205, 235, 218, 0.6);
  }
}

.button:active {
  animation: fillButtonAndPress 0.4s ease forwards;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.7);
}

.font {
  font-family: sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.justify-content-end {
  justify-content: space-evenly!important;
}
.text-bg-dark {
  color: #fff!important;
  background-color: #1F242E !important;
}
/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}

@media (min-width: 500px) {

  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
a{
  text-decoration: none;
}

.navbar-brand img {
  width: 120px;
}
.navbar-nav {

  align-items: center;

  padding-top: 0px;
  padding-bottom:0px;
}
.navbar .navbar-nav .nav-link {
  color: #5c1b1b;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 0.5em;
}
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;
}
.swiper{
  height: 95vh;
position: relative;
margin-top: -150px;
z-index: 1 !important;

}

.slide-caption{
  padding-top:21%;
   text-align: center !important;
   justify-content: center !important;
   align-items: center !important;
 }
 .slide-caption h6{

 }
 .slide-caption h1{

   text-transform: capitalize !important;
   letter-spacing: 6px;
   font-size: 100px !important;
   margin-top: 0px !important;
   padding-top: 0PX !important;
 font-weight: 700 !important;
   color: #ffffff ;
 }

 .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {

   background-color: #111319;

 }
 .sticky{
  position: fixed;
  top: 0;
  z-index: 10!important;
  background: #111319!important;
transition: 1s ease !important;
  box-shadow: none!important;
  width: 100%;
}

.slide-caption h1 {
  
  font-family: "Cormorant Garamond", serif;
  text-transform: capitalize;
  font-size: 90px !important;
  font-weight: 100 !important;

  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}



@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}



.about-section{
  background: url('../photos/about-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
}

footer{
  background: #111111;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}
@keyframes fadeinnav {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade-in-nav{
  animation-name: fadeinnav;
  animation-duration: 0.9s;
}
.nav-hidden{
  display: none;
}
.nav-hidden1{
  display: block;
}

.cover-bg{
  background: url('../photos/imgm6.jpg') rgba(0, 0, 0, 0.629);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  text-align: center;
}

.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
}
.rooms .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}
.rooms .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.rooms .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #111319;
}
.rooms .item .category a,
.destination1 .item .category a {
    color: #fff;
}
.rooms .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}
.rooms .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(13, 51, 27, 0.1) 2%, rgba(15, 84, 37, 0.75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}
.rooms .item .con h6,
.rooms .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}
.rooms .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.rooms .item .con h5,
.rooms .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
.rooms .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.rooms .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}
.rooms .item .con i,
.destination1 .item .con i {
    color: #fff;
}
.rooms .item .con i:hover,
.destination1 .item .con i:hover {
    color: #fff;
}
.rooms .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}
.rooms .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #1D3738;
}
/* line animation */
.rooms .item .line,
.destination1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.rooms .item:hover .line,
.destination1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.facilities{
  background: url('../photos/leaf.png');
  background-color: #F4EFE9;
  background-repeat: no-repeat;
  background-size: 15%;

  padding-top: 100px;
  padding-bottom: 100px;
}

.facility-box{
  padding: 30px;
  text-align: center;
  justify-content: center;
background: white;
  -webkit-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
box-shadow: 10px 10px 31px -21px rgba(0,0,0,0.75);
}
.text-box{
  background: white;
  position: relative;
  padding: 20px;
  margin-top: -80px;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
}


.horizontal-line2 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.line2 {
  width: 50px; /* Adjust the width of the line */
  height: 1px; /* Height of the line */
  background-color: 
  #192A51; /* Color of the line */
  margin-right: 10px;
  margin-left: 10px; /* Adjust spacing between line and text */
}


.restaurant-section1{
  background: url('../photos/img7.jpg'), rgba(0, 0, 0, 0.445);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.restaurant-box{
background-color: rgba(255, 255, 255, 0.906);
padding: 40px;
}


/*restaurant.html*/

.section-bg{
  background: url('../photos/img3.jpg') rgba(0, 0, 0, 0.579);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 300px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  text-align: center;
}
.restaurant-card{
  padding: 30px;
  background: white;
  text-align: center;
  justify-content: center;
  align-items: center;
}


/*rooms.html*/

.section-bg1{
  background: url('../photos/suite-seaview.jpg') rgba(0, 0, 0, 0.579);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 300px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  text-align: center;
}

.room-box{

}

.room-content{
  padding: 20px;
  background: white;
}


/*about.html*/

.section-bg3{
  background: url('../photos/img15.jpg') rgba(0, 0, 0, 0.579);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 300px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  text-align: center;
}


.cover-bg1{
  background: url('../photos/img5.jpg') rgba(0, 0, 0, 0.629);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  text-align: center;
}


/*contact.html*/

.section-bg4{
  background: url('../photos/img4.jpg') rgba(0, 0, 0, 0.579);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 300px;
  padding-bottom: 150px;
  position: relative;
  margin-top: -150px;
  text-align: center;
}
.contact-box{
  background-color: #111319;
  padding: 50px;
  outline: 1px solid #cdcdcd9f;
  outline-offset: -20px;
  text-align: center;
  color: white;
}
 @media(max-width:1000px){
  .facilities1{
    background: url('../photos/leaf.png');
    background-color: #F4EFE9;
    background-repeat: no-repeat;
    background-size: 30%;
  
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .testimonial-slide{
    padding: 0px 20px 0px 20px;
  }
  .video-content {
    
width: 100%;
    display: flex;
    justify-content: center;
  }
  .video-content h3{
font-size: 38px !important;
     }
.facilities{
  background: url('../photos/leaf.png');
  background-color: #F4EFE9;
  background-repeat: no-repeat;
  background-size: 40%;

  padding-top: 100px;
  padding-bottom: 100px;
}
  .img1{
    display: none;
  }
  .cover-bg1{
    background-attachment: scroll !important;
  }
  .slide p {
    padding: 0 20px;
    font-size: 12px !important;
  }
  .testimonial {
    position: relative;
    align-self: center;
    width:400px !important;
    width: 100%;
    padding: 50px 0px !important;
    overflow: hidden;
  
  }
  .room-card{
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;

  }
  .room-card1{
    margin-left: 0px;
    padding: 20px;
    margin-right: 0px;
  }
  .img-1{
    display: none;
  }
  .room-content{
    padding: 20px;
  }
  .room-box{
    margin: 10px;
  }
  .sudo1, .sudo{
    height: 300px;
  }
  .cover-bg{
    height: auto;
}
.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 150%;
    height: 800px;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the color and transparency */
    clip-path: circle(50% at 0 50%);
    z-index: 1; /* Ensure it's above the image */
  }

  .semi-circle {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: auto;
    background-color: transparent;
    clip-path: circle(50% at 0 50%);
    z-index: 2; /* Above the overlay */
  }
  .vertical-text {
    position: relative;
    top: 30%;
    height: 500px; /* Set the height of the container */
    overflow: hidden;
  }

  .moving-text {
    position: absolute;
    top: 180%; /* Position it initially at the bottom of the container */
    left: 0;
    transform: translateY(-100%);
    writing-mode: vertical-rl; /* Set vertical writing mode */
    animation: moveVertical 10s linear infinite; /* Adjust duration and timing */
    color: white;
    font-size: 3.9vw;
    

}
  .swiper{
    height: 90vh !important;
  }
  .nav-link1{
    font-size: 24px !important;
    font-family: "Marcellus", serif !important;
    padding-left: 0px !important;
  }
  .nav-link1.active {
    color: #A9D1DB !important;
  }
  .nav-hidden1{
    display: none;
  }
  .nav-hidden{
    display: block;
  }
  form{
    padding: 30px !important;
  }
  .room-info{
    padding: 50px 20px 50px 20px;
  }
  .bar-box{
    padding: 65px;
    background: black;
    position: relative;
    margin-top: -420px;
  
    margin-left: 0px;
    color: white;
  }
  .title1{
    font-size: 48px;
  }
 
  .room-link{
    text-align: left !important;
  }
  .copyright{
    display: flex;
    justify-content: center;
    text-align: center ;
    align-items:center;
  }
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}
  .br-tag{
    display: block !important;
  }
  .footer-title{
  font-size: 24px !important;
  }
  .hr-line{
    display: none;
  }
  .navbar-brand img {
    width: 80px;
  margin-left: 0%;
}
  .navbar-nav {

    align-items: start ;
  
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title{
    font-size: 32px !important;
  }
  .top-bar{
    display: none;
  }
  .slide-caption{
    padding-top: 90% !important;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
     padding-left: 18px;
     padding-right: 18px;
   }
   .slide-caption h6{
    margin-bottom: 0px !important;
  
    text-transform: capitalize !important;
    color: white;
   }
   .slide-caption h1{
     text-transform: capitalize !important;
     letter-spacing: normal !important;
     font-size: 40px !important;
     margin-top: 0px !important;
     padding-top: 0px !important;
     line-height: normal !important;
   font-weight: 700 !important;
     color: #ffffff;
   }
   .container1{
    width: 95%;
   }
  .logo1{
    display: none !important;
    
  }
  .logo{
    display: block !important;
  }
  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;
}

.swiper{
  height: 700px;

z-index: 1 !important;

}

.slide-caption{
  padding-top:0%;
   text-align: center !important;
   justify-content: center !important;
   align-items: center !important;
 }
 
}


/*Animations*/
.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;
}