@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #FFFFFF;
  font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-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: 'Cinzel', serif;
  font-family: 'Gilda Display', serif;
  font-family: 'Cormorant Garamond', serif;
  color: rgb(0, 0, 0);
}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
a{
  text-decoration: none !important;
}
::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);
  }
}
nav.navbar {
  background-color: #ffffff;
  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:#3E6877 !important;
  transform: scale(1.05);
  border-bottom: 1px #3E6877 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 {
  margin-top: -150px;
  position: relative;
}
.carousel1 {
  background: url('../photos/IMG_7390.JPG') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel2 {
  background: url('../photos/IMG_7450.JPG') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel3 {
  background: url('../photos/IMG_7388.JPG')  rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-caption {
  margin-bottom: 13%;
  text-align: center;
}
.carousel-caption h1 {
  text-shadow: 3px 3px 4px #3E6877;
  font-family: 'Gilda Display', serif;
  text-transform: capitalize;
  font-size: 100px !important;
  font-weight: 500;
}
.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;
}
button {
  width: 9em;
  height: 3em;
  border-radius: 30em;
  font-size: 15px;
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 6px 6px 12px #c5c5c5,
              -6px -6px 12px #ffffff;
 }
 button::before {
  content: '';
  width: 0;
  height: 3em;
  border-radius: 30em;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #415F79  0%, #6799c5  100%);
  transition: .5s ease;
  display: block;
  z-index: -1;
  color: #ffffff !important;
 }
 button:hover::before {
  width: 9em;
  color: #ffffff !important;
 }
 .about-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
 .line-box {
  display: flex;
  align-items: center;
}
.line {
  width: 40px; /* Adjust the width of the line as needed */
  height: 1px; /* This ensures the line stretches to the full height of the container */
  background-color: #3E6877 !important; /* Adjust the color of the line as needed */
  margin-right: 10px; /* Adjust the spacing between the line and text as needed */
}
.text {
  text-align: center;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3E6877;
}
.img1{
  position: relative;
  margin-top: 400px;
  margin-left: -100px;
  z-index: 100;
  -webkit-box-shadow: 10px 10px 5px 0px #3E6877;
  -moz-box-shadow: 10px 10px 5px 0px #3E6877;
  box-shadow: 10px 10px 5px 0px #3E6877;
}
.rooms-section{
  background: #EEE7DA !important;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  margin-top: -180px;
border-top: 1px solid black;
}
.rooms-title {
  font-family: Lora, serif;
  font-size: 49px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  text-align: center;
  font-weight: 400
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: left;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child {
  left: -22px;
}
.wrapper i:last-child {
  right: -22px;
}
.wrapper .carousel-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel-1::-webkit-scrollbar {
  display: none;
}
.carousel-1.no-transition {
  scroll-behavior: auto;
}
.carousel-1.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel-1.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel-1 :where(.card, .img) {
  display: flex;
  justify-content: left;
  align-items: left;
}
.carousel-1 .card {
  scroll-snap-align: start;
  border: none;
  list-style: none;
  background: #ffffff00;
  cursor: pointer;
  padding-bottom: 15px;
  text-align: left !important;
}
.carousel-1 .card h2 {
  width: auto;
}
.carousel-1 .card span {
  color: #6A6D78;
  font-size: 1.31rem;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .wrapper .carousel-1 {
    grid-auto-columns: 100%;
  }
}
.facilities-section{
  background: url('../photos/IMG_7390.JPG') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:60px;
  padding-bottom: 60px;
}
.facility-box{
  padding: 30px;
  justify-content: center;
  text-align: center;
  border: 1px solid #EEE7DA;
  color: white;
  -webkit-box-shadow: 10px 10px 5px 0px #3E6877;
-moz-box-shadow: 10px 10px 5px 0px #3E6877;
box-shadow: 10px 10px 5px 0px #3E6877;
}
.facility-box:hover{
  background: #000000b0;
  border: 1px solid #000000b0;
  transition: 0.3s ease-in-out;
}
.testimonial-section{
  margin-top: 150px;
  margin-bottom: 100px;
}
.testimonial-box{
  padding: 40px;
  background: #704a4a00;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('../photos/bg-shape.png');
  background-position:bottom left;
  background-size: 30%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
/*rooms.html*/
.section-background{
  background: url('../photos/rooms/standard\ triple.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:150px;
  padding-bottom: 150px;
  text-align: center; 
  color: white;
}
.room-box{
}
.room-content{
  border: 1px solid #AE9555;
}


/*aboutus.html*/
.section-background1{
  background: url('../photos/IMG_7440.JPG') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:150px;
  padding-bottom: 150px;
  text-align: center; 
  color: white;
}

.cover-bg{
  background: url('../photos/IMG_7440.JPG') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
/*contact.html*/
.section-background2{
  background: url('../photos/IMG_7438.JPG') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:150px;
  padding-bottom: 150px;
  text-align: center; 
  color: white;
}
.contact-box{
  padding: 20px;
  justify-content: center;
  text-align: center;
  border: 1px solid #AE9555;
}
@media(max-width:990px){
  .carousel1, .carousel2, .carousel3, .section-background, .section-background1, .section-background2{
    background-attachment: scroll !important;
  }
  .img1{
    position: relative;
    margin-top: 100px;
    margin-left: -100px;
    z-index: 100;
    -webkit-box-shadow: 10px 10px 5px 0px #3E6877;
    -moz-box-shadow: 10px 10px 5px 0px #3E6877;
    box-shadow: 10px 10px 5px 0px #3E6877;
  }
  .carousel-caption {
    margin-bottom: 63%;
    text-align: center;
  }
  .carousel-caption h1 {
    text-shadow: 3px 3px 4px #3E6877;
    font-family: 'Gilda Display', serif;
    text-transform: capitalize;
    font-size: 50px !important;
    font-weight: 500;
  }
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Dancing Script', cursive !important;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 7px;
    font-weight: 100;
    color: #EEC78C !important;
  }
  nav.navbar{
    height: auto;
  }
  .map-col{
    justify-content: center !important;
    text-align: 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;
}