
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #FEFDF5;
  font-family: 'Della Respira', serif;
  
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  font-family: 'Raleway', sans-serif;
  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
a{
  text-decoration: none;
}
::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-toggler {

  border: none;

}
.navbar-toggler-icon {

  width: 3em;
  height: 3em;

  background-image: url('../photos/icons/toggler.png');

}
nav.navbar {
  background-color: #FEFDF5;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Literata', serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color: #26656F !important;
  transform: scale(1.05);
  border-bottom: 1px  #26656F solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {

  position: relative;
display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.carousel-inner{
 border-radius: 50px;
width: 95%;
}

.carousel1 {
  background: url('../photos/img7.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584));
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel2 {
  background: url('../photos/img2.jpg'), linear-gradient(rgba(0, 0, 0, 0.266), rgba(0, 0, 0, 0.683)) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel3 {
  background: url('../photos/img3.jpg') , linear-gradient(rgba(0, 0, 0, 0.266), rgba(0, 0, 0, 0.683));
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel-caption {
  margin-bottom: 8%;
  display: grid !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;

  padding: 70px;

}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
background-size: 90% !important;
background-position: center !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
background-repeat: no-repeat;
background-size: 90% !important;
background-position: center !important;
}


.carousel-caption h1 {
  
  font-family: 'Raleway', sans-serif !important;
  text-transform: capitalize;
  font-size: 90px !important;
  font-weight: 300 !important;
  max-width: 17ch;
  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);
  }
}




.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: 'Dancing Script', cursive !important;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: 100;
  color: #EEC78C !important;

}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;

  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.514);
}
.c-button {
  color: #000000;
  background-color: white;
  font-weight: 700;

  font-size: 16px;
  text-decoration: none;
  
  padding: 0.9em 1.6em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.c-button--gooey {
  
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #26656F;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color:  #26656F;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 60ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 25ms;
}

.c-button--gooey:hover {
  color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}

.about-section{
  background: url('../photos/banner.png');
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 300px;
  position: relative !;
  margin-top: -300px;
  z-index: 10 !important;
}
.title{
  font-size: 62px;
  font-weight: 200;
}
.video1 {

  position: relative;
background: #ffffff;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 640px;
}
#video-background {

     top: 0;
     right: 0;
     bottom: 0;
     left:100px;
     overflow: hidden;
     justify-content: center;
     align-items: center;
     z-index: 1;
   

   }
   button.learn-more {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   button.learn-more {
    width: 12rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #266570;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #266570;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   button:hover .circle {
    width: 100%;
   }
   
   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   button:hover .button-text {
    color: #fff;
   }
   .video1{
    height:640px;
    background: #266570;
   }
   video {
     width: 100%;
     background-color: #266570;
     height: 550px;
     object-fit: cover;
     text-align: center;
     justify-content:center;
     align-items: center;
   }
   .dark-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 86%;
     background-color: rgba(0, 0, 0, 0.522); /* Adjust the alpha (last value) for opacity */
     z-index: 2; /* Place it above the video */
   }
 
   .video-content {
     z-index: 100 !important;
     position: absolute;
     top: 40%;
     left:50%;
     transform: translate(-50%, -50%);
     text-align: center;
     color: #ffffff;
    
     font-weight: bold;

   }
   .video-content h1{
color: #ffffff;
   }
   .custom-shape-divider-bottom-1718193330 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    margin-top: -50px;
}

.custom-shape-divider-bottom-1718193330 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height:50px;
}

.custom-shape-divider-bottom-1718193330 .shape-fill {
    fill: #FFFFFF;
}

.room-content{
  padding: 20px;
}

.facility-box{
  padding: 40px;
  position: relative;
  background: #ffffffc5;
  width: 70%;
  border: 2px solid #26656F;
}

.col-1{
  position: relative;
  margin-left: -350px;
  background: white;
  z-index: 100;
}

.restaurant{
  background: url('../photos/parallax-5.jpg');
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.restaurant-box{
  padding: 40px;
  margin-left: -100px;
  position: relative;
  background: white;



}
.room-card{
  background: white;
}

/*rooms.html*/
.section-background{
  background: url('../photos/rooms-bg.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584)) ;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.section-title{
  font-size: 50px;
  font-weight: 300;
}


/*aboutus.html*/
.section-background1{
  background: url('../photos/about-bg.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584)) ;
  background-attachment: scroll;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.facility{
  padding: 30px;
  color: rgb(0, 0, 0);
  text-align: center;
  justify-content: center;
  -webkit-box-shadow: 10px 10px 51px -31px rgba(255,255,255,1);
-moz-box-shadow: 10px 10px 51px -31px rgba(255,255,255,1);
box-shadow: 10px 10px 51px -31px rgba(255,255,255,1);
border: 1px solid white;
background: white;
}
.testimonial-section {

  margin-top: 0px;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mySwiper {
  text-align: center;
  justify-content: center;
 
}

.testimonial {
  position: relative;
  align-self: center;
  max-width: 900px;
  width: 100%;
  padding: 0px 0;
  overflow: hidden;

}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
  content: "prev";
  color: #26656F;
  width: 1.5rem;
  height: 1.5rem;
}
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
  content: "next";
  color: #26656F;
  width: 1.5rem;
  height: 1.5rem;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #26656F;
}
.testimonial .image {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
font-size: 20px !important;
}

.slide p {
  text-align: center;
  padding: 0 60px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.slide .quote-icon {
  font-size: 30px;
  color: #000000;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

/*contact.html*/
.section-background2{
  background: url('../photos/img1.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584)) ;
  background-attachment: scroll;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.contact-box{
  padding: 30px;
  color: rgb(255, 255, 255);
  text-align: center;
  justify-content: center;
  -webkit-box-shadow: 10px 10px 51px -31px rgb(0, 0, 0);
-moz-box-shadow: 10px 10px 51px -31px rgb(0, 0, 0);
box-shadow: 10px 10px 51px -31px rgb(0, 0, 0);
border: 1px solid white;
background: #26656F;
}


/*gallery.html*/
.section-background3{
  background: url('../photos/gallery-bg.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584)) ;
  background-attachment: scroll;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
@media(max-width:1000px){
  .slide p{
    padding: 0 0px;  
    font-size: 14px;
  }
  .restaurant-box{
    padding: 40px;
    margin-left: -100px;
    position: relative;
    background: white;
    background: url('../photos/parallax-5.jpg');
    background-attachment: scroll;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
  
  }
  .section-title{
    font-size: 40px;
  }
  .custom-shape-divider-bottom-1718193330{
    margin-top: -49px;
  }
  nav.navbar{
    height: auto;
  }
  .carousel1, .carousel2, .carousel3{
    background-attachment: scroll;
    height: 650px;
  }
  .room-card{
    margin: 20px 0px 20px 0px;
  }
  .restaurant{
    height: auto;
  }
  .restaurant-box{
    margin-left: 0px ;
  }
  .video-content{
    width: 90%;
  }
  .video-content h3{
    font-size: 35px !important;
  }
  .title{
    font-size: 40px;
  }
.carousel-caption {
  margin-bottom: 58%;
  display: grid !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;

  padding: 0px !important;

}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
background-size: 70% !important;
background-position: center !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
background-repeat: no-repeat;
background-size: 70% !important;
background-position: center !important;
}

.br-tag{
  display: none;
}
.carousel-caption h1 {
  
  font-family: 'Raleway', sans-serif !important;
  text-transform: capitalize;
  font-size: 37px !important;
  font-weight: 300 !important;
  max-width: 57ch !important;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
}
/*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;
}