html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

 .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

/*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;
}

.fade-in{
    opacity:0;
    transition: all 1.6s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}





.rotate{

}

/* End Animations*/

h1,h2,h3,h4,h5,h6{
    font-family: "Gilda Display";
}

p{
    font-family: Outfit;
}

.navbar{
    background-color: transparent!important;
    box-shadow: none;

    padding-top: 25px;
    
}

.navbar li{
    margin: 0 15px;
}

.navbar li a{
    font-family: Barlow Condensed;
    font-weight: 400;
    color: #e9e9e9;
    font-size: 21px;
    border-bottom: 2px solid transparent;
}

.navbar li a.active{
    color: white!important;
    border-bottom: 2px solid #c5a880;
}

.navbar li a:hover{
    border-bottom: 2px solid #c5a880;
    color: white;
    scale: 0.92;
}

#home-banner{
    background: url('/Photos/1.jpg')rgba(0, 0, 0, 0.75);
    background-position: 0 80%;
    background-size: cover;
    background-blend-mode: multiply;
    background-repeat:no-repeat;
    height: 90vh;
    margin-top: -90px;
    display: flex;  
   
    align-items: center;

}

.btn-1{
    font-family: Outfit;
    background-color: #4e4558;
    padding: 15px 30px;
    border-radius: 1px;
    color: white;
    font-weight: 500;
    font-family: Outfit;
    font-size: 15px;
}

.btn-1:hover{
    background-color: #c5a880!important;
    color: white;
}

.btn-2{
    font-family: Outfit;
    background-color: transparent;
    padding: 12px 30px;
    border-radius: 1px;
    color: white;
    font-weight: 500;
    font-family: Outfit;
    font-size: 15px;
    border: 2px solid white;
}

.btn-2:hover{
    background-color: white;
    padding: 12px 30px;
    border-radius: 1px;
    color: black;
    font-weight: 500;
    font-family: Outfit;
    font-size: 15px;
    border: 2px solid white;
}

.btn-2:hover .arrow{
    color: black!important;
}

.about-box{
    padding: 5%;
    background-color: #4e4558;
}
.about-box1{
    padding: 5%;
    background-color: #fff7df;
}


#about-home{
    padding: 80px 0;
}

.about-left:hover .about-box{
    background-color: rgb(42, 50, 121);
    color: white;
}

.about-left:hover h5{
    color: rgb(184, 28, 28)!important;
}


.hidden-service{
    display: none;
}
.services{
    background-color: #e7dbc9!important;
}
.service-box{
    
    background-color: rgb(48, 43, 53);
    padding: 28px 0;
    transition-duration: 0.3s;
    color:#dadfd3!important;
margin: 10px 10px;
}

.service-box:hover .act-service{
    display: none;
    transition-duration: 0.3s;

}

.service-box:hover .hidden-service{
    display: block;
    transition-duration: 0.3s;

    
}


.service-box:hover h5{
   color: white!important;

    
}

.service-box:hover{
    background-color: #111822;
    color: rgb(235, 227, 227);
    transition-duration: 0.3s;
}


#banner{
    margin: 50px 0;
    background: url('/Photos/7\ \(9).jpg')rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    background-blend-mode: multiply;
}

.card-img{
    border-radius: 0;
}

.card{
    border-radius: 0;
    transition-duration: 0.2s;
}
.card:hover{
    background-color: #252525;
    color: white;
    transition-duration: 0.2s;
    scale: 1.05;
}

.card:hover h5,.card:hover p{
    color: white!important;
    transition-duration: 0.2s;

}

.card:hover .card-img{
    filter: brightness(60%);
    transition-duration: 0.2s;

}
#banner-2{
    margin: 120px 0;
    background: url('../foto/P1216569.JPG')rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    background-blend-mode: multiply;
}
.section-padding {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-borders span {
    height: 5px;
    background: #6aaf08;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
}

.section-borders span.black-border {
    background: #333;
    width: 30px;
    margin: 0 6px;

}
.testimonial-box{
    background-color: rgb(255, 255, 255);
    padding: 5%;
    margin: 100px 100px;
    width: 700px;
}

@media only screen and (max-width: 689px) {
    .about-img{
        margin: 20px 0 ;
    }
    .about-box-2{
        margin-bottom: 30px;
        
    }
    .navbar{
        background-color: black!important;
        padding: 15px 0;
    }
    .button-col-1{
        text-align: center!important;
        margin: 10px 0;
    }

    .button-col-2{
        text-align: center!important;
    }
    .service-box{
        margin-bottom: 5px;
    }
    .room-box{
        margin-bottom: 25px;
    }
  }

  #rooms-head{
    background: url('../Photos/1.jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

  .navbar-2{
    background-color: black!important;
    padding: 15px 0;
  }

  .navbar-2 li{
    margin: 0 15px!important;
  }


  #about-head{
    background: url('/Photos/7\ \(2\).jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }


  #contact-head{
    background: url('/Photos/7\ \(21\).jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 20%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }

      .section-title {
      color: #1c0c20;
      font-size: 14px;
      letter-spacing: 2px;
    }
    .display-3 {
      font-weight: 600;
    }
    .room-box {
      background-color: #222;
      color: white;
      padding: 40px;
    }
    .price-box {
      background-color: transparent;
      border: 2px solid #d6b972;
      color: #d6b972;
      padding: 10px 20px;
      font-size: 20px;
    }
    .book-btn {
      background-color: #d6b972;
      color: black;
      font-weight: 600;
      padding: 10px 25px;
      border: none;
    }
    .nav-arrows i {
      font-size: 24px;
      cursor: pointer;
      margin: 0 10px;
      color: white;
    }
.amenity-card {
      position: relative;
      overflow: hidden;
      height: 400px;
      border: 2px solid rgba(255,255,255,0.5);
    }
    .amenity-card img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: transform 0.5s;
    }
    .amenity-card:hover img {
      transform: scale(1.1);
    }
    .amenity-card .overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: #fff;
    }
    .amenity-card .overlay h5 {
      margin: 0;
      font-size: 1.5rem;
    }
    .amenity-card .overlay small {
      text-transform: uppercase;
      letter-spacing: 1px;
    }
.testimonial-section {
  background: url('img/your-background.jpg') center/cover no-repeat;
  padding: 100px 0;
}

.testimonial-container {
  background-color: white;
  max-width: 900px;
  margin: auto;
  padding: 60px 40px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}

.subheading {
  font-size: 14px;
  letter-spacing: 2px;
  color: #c9a475;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.main-heading {
  font-size: 48px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 30px;
}

.testimonial-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.author {
  font-weight: bold;
  color: #000;
}



.swiper-button-next,
.swiper-button-prev {
  color: #333;
  top: 45%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}
