 body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
background-color: #EDEBE5;
   font-family: 'Josefin Sans', sans-serif;
  }
  
  .background-container {

    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
  }
  nav.navbar{
    background-color: rgb(255, 255, 255) !important;
    
    backdrop-filter: blur(0px)!important;
    transition: background .5s!important;
  
    font-family: 'Raleway', sans-serif;

    font-weight: 400;
    z-index: 100;
    width: 100%;
    height: 80px;
    position: relative;
  
  }
  
  li.nav-item a.nav-link{
    color: rgb(0, 0, 0)!important;
    font-size: 15px!important;
   
    
  }
  .nav-item{
    margin-top: 20px;
    margin-bottom: 20px;
   text-align: center;
    
  }
  
  a.nav-link:hover{
    transform: scale(1.07);
    
  }
  .navbar li a.active{
  color: rgb(0, 0, 0)!important;
  transform: scale(1.05);
    border-bottom: 1px #8B5E3B solid!important;
    background-color: transparent;
    
  }
  button {
    padding: 0.8em 1.8em;
    border: 2px solid #8B5E3B;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #8B5E3B;
   }
   
   button::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #8B5E3B;
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   
   button:hover::before {
    width: 105%;
   }
   
   button:hover {
    color: #111;
   }
   
.dropdown-menu{
    background-color: #ffffff !important;
color: #000000;
    backdrop-filter: blur(0px)!important;
    transition: background .5s!important;
    border: 1px solid #01A4AB;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    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 #01A4AB;
    transform: scale(1.02);
    color: rgb(0, 0, 0);
}
#carouselExampleFade{
    margin-top: -150px;
}
.carousel-inner .item1{
  background: url('/assets/photos/New photos 2024/Photo (32).jpg')!important;
   
    height: 1100px;
    background-position: center!important;
    margin-top: -100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%!;
    background-attachment: fixed !important;
   
}


.carousel-inner .item2{
  background: url('/assets/photos/New photos 2024/Photo (88).jpg')!important;
    height: 1100px;
    background-position: top!important;
    margin-top: -100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%!;
    background-attachment: fixed !important;
}


.carousel-inner .item3{
    background: url('/assets/photos/New photos 2024/Photo (42).jpg')!important;
    height: 1100px;
    background-position: top!important;
    margin-top: -100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%!;
    background-attachment: fixed !important;
    
   
}
.carousel-caption {
 
text-align: center;
vertical-align: middle;
justify-content: center;
margin-bottom: 16%;

}

.carousel-caption h4{
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 5px;
  color: white;
}
.carousel-caption h1 span{

    font-family: 'Forum', serif;
  letter-spacing: 7px;
  line-height: 100px;
  font-size: 100px;
  vertical-align: baseline;
  color: #ffffff;
 
}

.rooms-section{
    margin-bottom: 100px;
}
.rooms-bg{
    background: url('../photos/home1_erios03.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;
   padding: 100px 0px 300px;
}
.rooms-bg h1{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}
 .card2 {
   background: #92baa5; 
   padding:100px 35px 96px;
   color: white;
}
.rooms-row{
    margin-top: -250px;
    position: relative;
}
.card {
    width: auto;
    height: 485px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
  }
  
  .remove-when-use {
    text-align: center;
    width: 100%;
    position: absolute;
    color: black;
    top: 0px;
    font-weight: bold;
  }
  
  .details > p {
    font-size: .6em;
    margin-top: .9em;
  }
  
  .details > label {
    font-weight: bold;
    font-size: 1.1em;
  }
  
  .details {
    color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    height: 5em;
    transition: height .5s ease-in-out;
    padding: 2.1em;
    overflow: hidden;
    margin-top: 50% !important;
  }
  
  .card:hover > .details {
    height: 8em;
  }
  
  .circle {
    background: #92BAA5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  align-items: center;
}
.facility-col:hover >.circle{
    background:#92BAA5;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: 1s;
}
.facility-col:hover{
    position:static
}
.facility-icon{
    margin-top: -60px;
    margin-left: 20px;
}

.facility-card{
    padding: 50px 30px 50px;
    border: #00000000 solid 1px;

  
}
.facility-card:hover{
    padding: 50px 30px 50px;
    border: #00000000 solid 1px;
    background-color: #ffffff;
}

.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
}

.gallery-image {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;

  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 100%;
  width: 100%;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  padding-left: 100px;
  top: 0;
  left: 0;
  transition: background-color 0.5s ease;
}
.transparent-box p{
  padding-left: 30px;
  color: #92BAA5;
}
.img-box:hover img { 
  transform: scale(1.1);
  transition: 1s;
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}
  span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
  }
  
  span:nth-child(1) {
    animation: fade-in 0.8s 0.3s 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);
  }
  
  .buton {
    font-size: 20px;
    background-color: #92BAA5;
    color: black;
    width: 45px;
    height: 35px;
    opacity: 0.75;
    border: 1px solid #e7eae8;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .buton:hover {
    animation: bounce_513 1s infinite;
  }
  
  @keyframes bounce_513 {
    0%,
      100% {
      transform: translateX(-25%);
      animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
  
    50% {
      transform: translateX(0);
      animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
  }
  
  
  /*testimonial-section*/
  .quote-background{
    background: url('/assets/photos/New photos 2024/Photo (53).jpg')!important;
    height: 500px;
    background-position: center!important;
    margin-top: -100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%!;
    background-attachment: fixed !important;
  }

  .testimonial-carousel{
    width: 600px;
    margin-top: 100px;
    margin-left: 70px;
  }
  .testimonial-card{
    background-color: #92baa5a8;
    color: #ffffff;
    padding: 80px;
    border-radius: 10px;
  }

/*aboutus.html*/
.section-header1{
  background: url('../photos/about-bg.jpg')!important;
  height: 500px;
  background-position: center!important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.col-bg{
  background: url('../photos/Capture.PNG');

  background-position: center!important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
 opacity: 0.9;
}

/*Rooms.html*/
.section-header{
  background: url('../photos/carousel3.1.jpg')!important;
  height: 500px;
  background-position: center!important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.section-title{
color: #000000;
text-align: center;
vertical-align: middle;
padding-top: 11%;
letter-spacing: 5px;
text-transform: uppercase;

}
.section-title h1 span{
color: black;
background-color: #92BAA5;
padding: 10px;
font-family: 'Josefin Sans',sans-serif;
}
.text-box{
  border: #0000000e solid 1px;
  margin-top: -10px !important;
  padding: 40px;
  padding-top: 50px !important;
  background: white;
  
}
.section-title h5{
  color: black;

  font-family: 'Josefin Sans',sans-serif;
  text-transform: none !important;
  }

/*gallery.html*/
.section-header2{
  background: url('../photos/gallery-bg.jpg')!important;
  height: 500px;
  background-position: center!important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.gallery {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*contact.html*/
.section-header3{
  background: url('../photos/470427792.jpg')!important;
  height: 500px;
  background-position: center!important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.contact-card{
background: #92BAA5;
padding: 52px;
color: #ffffff;
outline: 1px solid white;
                      outline-offset: -10px; 
}
.contact-card:hover{
  background-color: white;
  color: #92BAA5;
  transform: scale(1.01);
  transition-duration: 0.6s;
  outline: 1px solid #92BAA5;
                      outline-offset: -10px; 
}
.contact-card:hover .green-img{
display: block !important;
align-self: center !important;
text-align: center !important;
margin-left: 42.2%;
position: relative;
margin-top: -58px;
}


  @media (max-width:990px){

    .facility-section{
      margin-bottom: 80px !important;
      margin-top:200px!important;
    }
    .button-col{
      justify-content: center !important; 

    }
    .gallery-row{
      text-align: center !important;
    }
.section-header, .section-header1, .section-header2, .section-header3{
  height: 400px !important;
}
.section-title h1{
  padding-top: 25%;
}
    .about-section{
      margin-top: 50px !important;
    
    }
    nav.navbar{
        height: auto;
    }
.navbar-brand img{
  width:70px !important;
  height:50px !important;
}
    #carouselExampleFade{
      margin-top: -150px;
  }
  .carousel-inner .item1{
    background: url('../photos/gallery/WhatsApp\ Video\ 2024-08-05\ at\ 16.55.40.mp4')!important;
     
      height: 800px;
      background-position: center!important;
      margin-top: -100px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      width: 100%!;
      background-attachment: scroll !important;
     
  }
  
  
  .carousel-inner .item2{
    background: url('../photos/470427792.png')!important;
      height: 800px;
      background-position: top!important;
      margin-top: -100px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      width: 100%!;
      background-attachment: scroll !important;
  }
  
  
  .carousel-inner .item3{
      background: url('../photos/carousel3.1.png')!important;
      height: 800px;
      background-position: top!important;
      margin-top: -100px;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      width: 100%!;
      background-attachment: scroll !important;
      
     
  }

  .carousel-caption {
   
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  margin-bottom: 40%;
  
  }
  
  .carousel-caption h4{
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 3px;
    color: white;
    font-size: 15px !important;
  }
  .carousel-caption h1 span{
  
      font-family: 'Forum', serif;
    letter-spacing: 7px;
    line-height: 50px;
    font-size: 50px !important;
    vertical-align: baseline;
    color: #92BAA5;
   
  }

  .quote-background{
    background: url('../photos/testimonial-bg.jpg')!important;
    height: auto;
    background-position: center!important;
    margin-top: -100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%!;
    background-attachment: scroll !important;
  }

  .testimonial-carousel{
    width: auto;
    margin-top: 10px !important;
    margin-left: 0px !important;
 margin-bottom: 10px;
    
  }
  .testimonial-card{
    background-color: #92baa5a8;
    color: #ffffff;
    padding: 80px;
    border-radius: 10px;
  }

  .card {
    width: auto;
    height: 397px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    position: relative;
  }
  
  .remove-when-use {
    text-align: center;
    width: 100%;
    position: absolute;
    color: black;
    top: 0px;
    font-weight: bold;
  }
  .details > p {
    font-size: .6em;
    margin-top: .9em;
  }
  
  .details > label {
    font-weight: bold;
    font-size: 1.1em;
  }
  
  .details {
    color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    bottom: -43px !important;
    height: 6em;
    transition: height .5s ease-in-out;
    padding: 3em;
    overflow: hidden;
    margin-top: 80% !important;
  }
  
  .card:hover > div.details {
    height: 12em;
   
  }
  .rooms-bg{
    background: url('../photos/home1_erios03.jpg');
position: relative;

    background-position: center!important;
   height: 1700px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
 
    background-attachment: scroll !important;

  }
.rooms-bg h1{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    
}
.rooms-row{
  margin-top: -1550px;
}

}
@media (max-width:1200px){
  nav.navbar{
    height: auto;
  }
}



/*Animations*/
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.fade-in-text {
  opacity: 0; /* Start with 0 opacity */
  animation: fadeIn 2s ease-in-out forwards; /* Apply the fadeIn animation */
}

@keyframes fadeIn {
  0% {
      opacity: 0; /* At the start, the text is invisible */
  }
  100% {
      opacity: 1; /* At the end of the animation, the text is fully visible */
  }
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
  }
  
  .js-scroll.scrolled {
  opacity: 1;
  }
  
  
  .scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
  }
  
  .scrolled.fade-in-top {
    animation: fade-in-top 1s ease-in-out both;
    }
    
  .scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
  }
  .scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
  
  }
  @keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
 
    
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  }
  
  @keyframes fade-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
   
      
    100% {
      transform: translateY(0);
      opacity: 1;
    }
    }

  @keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  }
  
  
  @keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  }

  .cssanimation, .cssanimation span {
    animation-duration: 2s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}


