*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body{
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5, h6{
      font-family: "Prata", serif;
      text-transform: capitalize;
}
.w-full{
    width: 100%;
}

.mt-20{
    margin-top: 20px;
}

#home-section{
    /* background-image: url(../img/home-banner_01.webp); */
    
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: -3 !important;
}
.home-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -3 !important;
    min-height: 700px !important;
    height: 100vh !important;
}

.home-slider img{
    height: 100%;
    object-fit: cover;
}
header {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    padding-top: 15px;
}

a.nav-link {
    color: #FFFFFF !important;
    border-right: 1px solid #fff;
    padding: 1px 18px !important;
    outline: none;
    transition: .25s ease-in-out;
}

a.nav-link:last-child{
    border-right: 0px;
}
.banner-text-block {
    max-width: 650px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.banner-text-block h3 {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.banner-text-block h1 {
    color: #FFFFFF;
    font-size: 80px;
}

.banner-text-block p {
    color: #FFFFFF;
    text-align: center;
    margin-top: 25px;
}
section#about {
    padding: 150px 0;
    position: relative;
}
.section-title-block {
    text-align: center;
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 100px;
    padding: 0 20px;    
}
.section-title-block h4 {
    color: #4D4D4D;
    font-size: 20px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
}
.section-title-block h2 {
    font-size: 45px;
}

.about-text-block h3 {
    font-size: 32px;
    color: #4D4D4D;
    text-align: center;
    margin-bottom: 20px;
}

.about-text-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-br{
    height: 100%;
    width: 1px;
    background: #000;
}

.h-full{
    height: 100%;
}

section#services {
    background: #02625D;
    padding: 100px 0;
    position: relative;
}

section#services .section-title-block h4{
    color: #fff;
}
section#services .section-title-block h2{
    color: #fff;
}
.service-item {
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 25px;
    max-height: 165px;
}
.service-item h4 {
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 20px;
}
.frth-item, .last-item{
    border-right: 0px;
}

section#rooms{
    padding: 100px 0;
    position: relative;
}

section#rentals {
    background: #143479;
    padding: 100px 0;
    position: relative;
}

.rentals-btm-block{
    color: #fff;
}

section#rentals .section-title-block h4{
    color: #fff;
}

section#rentals .section-title-block h2{
    color: #fff;
}

.rentals-btm-block.text-center h3{
    font-size: 36px;
}
.rentals-btm-block-item{
    padding: 0px 0;
    margin: 25px 0;
    border-right: 1px solid #fff;
}
.rentals-btm-block-item img {
    width: 100px;
    object-fit: contain;
    object-position: top;
}
.rentals-btm-block-item h4{
    font-size: 20px;
    margin-top: 10px;
}
.br-0{
    border-right: 0px;
}

.rentals-contact-block{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.rentals-contact-block h4{
    color: #FFEA00;
}
a.rentals-contact-item {
    border: 1px solid #FFFFFF;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: .25s ease-in-out;
}

a.rentals-contact-item:hover{
    background-color: #FFEA00;
    transition: .25s ease-in-out;
    color: #000;
}
.rentals-contact-dt{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

section#contact{
    padding-top: 100px;
    position: relative;
}
.contact-details {
    background: #4D4D4D;
    padding: 90px 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    max-width: fit-content;
    margin: 0px auto;
}
.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    max-height: 620px;
}

.contact-wrapper{
     background: #4D4D4D;
}
.contact-details h5{
    max-width: 320px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 20px;
}

.contact-details h4{
    max-width: 320px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
}
.contact-details a{
        color: #fff;
    margin-bottom: 0px; 
    font-size: 20px;
    display: block;
    text-decoration: none;
}

footer {
    color: #4D4D4D;
    text-align: center;
    padding: 20px;
    font-size: 17px;
}

.footer-credentials{
    font-size: 14px;
}

.footer-credentials-cd{
    font-size: 12px;
    color: #929292;
}

.room-sub{
    position: relative;
}

.room-main{
    position: relative;
}
.rentals-item{
    position: relative;
}

.room-main h3, .room-sub h3, .rentals-item h3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 24px;
    right: 20px;
    z-index: 10 !important;
}

.nav-link:hover{
    color: #FFEA00 !important;
    transition: .25s ease-in-out;
}

.rentals-img, .room-img, .about-img{
    overflow: hidden;
    transition: .25s ease-in-out;
    position: relative;
    transition: all 0.3s;
}
.rentals-img::before, .room-img::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    content: "";
    background: linear-gradient(178.92deg, rgba(29, 29, 29, 0) 27.4%, #1D1D1D 108.05%);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    z-index: 10;
}


.rentals-img img, .room-img img, .about-img img{
    transition: .25s ease-in-out;
}

.rentals-img:hover img, .room-img:hover img, .about-img:hover img{
    transform: scale(1.10);
    transition: .25s ease-in-out;
}

.service-item:hover h4{
    color: #FFEA00;
    transition: .25s ease-in-out;
}

.contact-details ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.back-to-top{
    position: fixed;
    bottom: 25px;
    right: 25px;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease-in-out;
    cursor: pointer;
}
.back-to-top.scrolled{
    opacity: 1;
    visibility: visible;
    transition: .25s ease-in-out;
}
.back-to-top img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: center !important;
    }


}
@media (max-width: 992px) {

    .contact-details {
        background: #4D4D4D;
        padding: 80px 80px;
        height: 100%;
    }
    .home-slider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -3 !important;
        min-height: 500px !important;
        height: 90vh !important;
    }

    .collapse:not(.show) {
    display: flex !important;
}
.navbar-nav {
    display: flex;
    flex-direction: row !important;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


    a.nav-link {
        color: #FFFFFF !important;
        border-right: 1px solid #fff;
        padding: 1px 10px !important;
        outline: none;
        font-size: 15px;
    }
    .service-item.second-item{
        border-right: 0px;
    }
        .service-item.six-item{
        border-right: 0px;
    }

}

@media (max-width: 767px) {

    .banner-text-block h1 {
        color: #FFFFFF;
        font-size: 50px;
        text-align: center;
    }

    .banner-text-block {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-width: 310px;
        margin: 0px auto;
    }
    .section-title-block h2 {
        font-size: 34px;
    }

    .service-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
        padding: 0 5px;
        border-right: 0;
        padding-bottom: 30px;
        min-height: auto;
    }
    .service-icon img {
    height: 80px;
    object-fit: contain;
}

a.nav-link {
    color: #FFFFFF !important;
    border-right: 1px solid #fff;
    padding: 1px 10px !important;
    outline: none;
    font-size: 12px;
}

}

@media (max-width: 576px) {
.rentals-btm-block-item{
    border-right: 0px;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}
    .contact-details {
        background: #4D4D4D;
        padding: 40px 30px;
        height: 100%;
    }

    .contact-details h5 {
        max-width: 320px;
        color: #fff;
        margin-bottom: 20px;
        font-size: 18px;
    }

.contact-details a {
    color: #fff;
    margin-bottom: 0px;
    font-size: 17px;
    display: block;
    text-decoration: none;
}
    .section-title-block h2 {
        font-size: 28px;
    }
}



a.navbar-brand {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}



.room-img {
            position: relative;
            overflow: hidden;
            /* border-radius: 10px; */
            cursor: pointer;
        }
        
        .room-img:hover .zoom-overlay {
            opacity: 1;
        }
        
        .zoom-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            z-index: 10;
        }
        
        .zoom-icon {
            color: white;
            font-size: 2rem;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            padding: 15px;
            backdrop-filter: blur(10px);
        }
        
        .section-title-block {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .section-title-block h4 {
            color: #666;
            font-size: 1rem;
            margin-bottom: 0.5rem;
            letter-spacing: 2px;
        }
        
        .section-title-block h2 {
            font-size: 2.5rem;
            color: #333;
            line-height: 1.3;
            max-width: 800px;
            margin: 0 auto;
        }
        
        /*
        .room-main, .room-sub {
            margin-bottom: 1rem;
        }
        */

        /*
        .room-main h3, .room-sub h3 {
            text-align: center;
            margin-top: 1rem;
            font-size: 1.5rem;
            color: #333;
        } */
        
        /* Lightbox Styles */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 9999;
            overflow: hidden;
        }
        
        .lightbox.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .lightbox-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .lightbox-image {
            max-width: 100%;
            max-height: 80vh;
            object-fit: contain;
            /* border-radius: 10px; */
        }
        
        .lightbox-title {
            color: white;
            font-size: 1rem;
            margin-top: 1rem;
            text-align: center;
        }
        
        .lightbox-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            font-size: 2rem;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            padding: 15px 20px;
            cursor: pointer;
            border-radius: 50%;
            backdrop-filter: blur(10px);
            transition: background 0.3s ease;
            background: none;
        }
        
        .lightbox-nav:hover {
            background: rgba(255, 255, 255, 0.3);
            background: none;
            color: rgb(196, 196, 196);
        }
        
        .lightbox-prev {
            left: 20px;
        }
        
        .lightbox-next {
            right: 20px;
        }
        
        .lightbox-close {
            position: absolute;
            top: 20px;
            right: 20px;
            color: white;
            font-size: 2rem;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            padding: 10px 15px;
            cursor: pointer;
            border-radius: 50%;
            backdrop-filter: blur(10px);
            transition: background 0.3s ease;
            background: none;
        }
        
        .lightbox-close:hover {
            background: rgba(255, 255, 255, 0.3);
            background: none;
            color: rgb(196, 196, 196);
        }
        
        .lightbox-counter {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            color: white;
            background: rgba(0, 0, 0, 0.5);
            padding: 10px 20px;
            border-radius: 20px;
            font-size: 1rem;
            background: none;
        }
        
        @media (max-width: 768px) {
            .lightbox-nav {
                font-size: 1.5rem;
                padding: 12px 15px;
            }
            
            .lightbox-close {
                font-size: 1.5rem;
                padding: 8px 12px;
            }
            
            .section-title-block h2 {
                font-size: 2rem;
            }
        }