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: 60px;
}

.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('../img/sunGeorge1.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: #c5a880;
    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: white;
}


#about-home{
    padding: 80px 0;
}

.about-left:hover .about-box{
    background-color: rgb(22, 22, 22);
    color: white;
}

.about-left:hover h5{
    color: white!important;
}

.about-right:hover .about-box{
    background-color: rgb(22, 22, 22);
    color: white;
}

.about-right:hover h5{
    color: white!important;
}

.hidden-service{
    display: none;
}
.service-box{
    background-color: white;
    border-radius: 50%;
    padding: 35px 0;
    transition-duration: 0.3s;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.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: #c5a880;
    color: white;
    transition-duration: 0.3s;
}


#banner{
    margin: 120px 0;
    background: url('../img/sunGeorge29.jpg')rgba(0, 0, 0, 0.6);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 330px;
    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('../img/sunGeorge28.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;

}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.img-flag{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #c5a880;
    aspect-ratio: 1/1;
    object-position: center;
}

.testimonial-box{
    background-color: white;
    padding: 5%;
    margin: 10px 10px;
}

.testimonial-box .d-flex .justify-content-start {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 689px) {
    .about-img{
        margin: 20px 0 ;
    }
    .about-box-2{
        margin-bottom: 30px;
        
    }
    .navbar, .navbar-2 {
        background-color: rgb(20, 20, 20)!important;
        padding-top: 2px;
        height: auto!important;
    }
    .navbar .navbar-brand img, .navbar-2 .navbar-brand img {
        width: 140px;
    }
    .navbar li, .navbar-2 li {
        margin: 10px 0;
    }
    .button-col-1{
        text-align: center!important;
        margin: 10px 0;
    }

    .button-col-2{
        text-align: center!important;
    }
    .service-box{
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .room-box{
        margin-bottom: 25px;
    }
}


  #rooms-head{
    background: url('../img/sunGeorge10.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: rgb(14, 14, 14)!important;
    padding-top: 2px;
  }

  .navbar-2 .navbar-brand img {
    width: 140px;
  }

  .navbar-2 li{
    margin: 0 15px!important;
  }


  #about-head{
    background: url('../img/sunGeorge28.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;
  }


  #contact-head{
    background: url('../img/sunGeorge1.jpg')rgba(0, 0, 0, 0.6);
    
    background-position: 10% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
  }











.room-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    margin-bottom: 40px;
    height: 600px;

}

.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.room-card-inner {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.room-carousel {
    position: relative;
    flex: 1;
    min-width: 40%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.room-image {
    position: relative;
    overflow: hidden;
    flex: 1;
    display: flex;
    align-items: stretch;
    height: 100%;
}

.room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 20px;
}

.room-card:hover .room-image img {
    transform: scale(1.1);
}

.carousel-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-navigation.left {
    left: 20px;
}

.carousel-navigation.right {
    right: 20px;
}

.carousel-btn {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    color: #C5A880;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.carousel-btn:hover {
    background: white;
    transform: scale(1.1);
}

.room-content {
    padding: 30px;
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow-y: auto;
}

.room-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.room-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #C5A880;
    margin: 0;
}

.room-number {
    background: linear-gradient(135deg, #C5A880, #f1d6ae);
    color: white;
    padding: 8px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
}

.room-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.room-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.feature-tag {
    background: #C5A880;
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
}

.image-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    backdrop-filter: blur(10px);
    z-index: 5;
}

@media (max-width: 992px) {
    .room-card {
        height: auto;
    }

    .room-card-inner {
        flex-direction: column;
    }

    .room-carousel {
        height: 400px;
    }

    .room-content {
        padding: 20px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .room-content {

    }

    .room-header {
        flex-direction: column;
        gap: 15px;
    }
}



.room-amenities {
    margin-bottom: 25px;
}

.amenities-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #c5a880;
    margin-bottom: 15px;
}

.amenities-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
}

.amenity-item i {
    color: #C5A880;
    width: 20px;
}


/* Book Now Button Styles */
.book-now-btn {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #C5A880, #B2956B); /* Main gradient */
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
    box-shadow: 0 4px 15px rgba(197, 168, 128, 0.2); /* soft glow */
    margin-bottom: 10px;
}

.book-now-btn:hover {
    background: linear-gradient(135deg, #B2956B, #A9845C); /* Darker gradient */
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(197, 168, 128, 0.3);
    text-decoration: none;
}

@media only screen and (max-width: 689px) {
    .navbar-2{
    background-color: rgb(20, 20, 20)!important;
      padding: 15px 0;
    }
}



