.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.top-right span {
    color: #adadad;
}
.top-right span::before {
    color: var(--theme-color1);
    padding-right: 8px;
}
.slider .text p, .slider .text strong {
    color: white !important;
}

.slider .content-column {
    max-width: 90%;
    left: 50% !important;
    width: 50%;
    right: auto;
}
.slider .inner-column {
    padding: 30px !important;
    width: 50% !important;
}
.slider .content-column .bg-image {
    width: 50% !important;
}

.feature-section-five .outer-box .bg-image {
    width: 50% !important;
}

.slider .slick-prev {
    left: calc(50% + 30px) !important;
    bottom: 50px !important;
}

.slider .slick-next {
    left: calc(50% + 110px) !important;
    bottom: 50px !important;
}

.feature-section-five.slider {
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.feature-section-five.slider .feature-slider {
    height: 100%;
    width: 100%;
}

.feature-section-five.slider .feature-slide {
    height: 100vh;
    width: 100%;
}

.feature-section-five.slider .outer-box {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
}

.feature-section-five.slider .bg.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.feature-section-five.slider .content-column {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.feature-section-five.slider .inner-column {
    width: 100%;
    padding: 2rem;
}

.card.search {
    display: flex;
    flex-direction: row;
    border: none;
}
.card.search .card-body {
    padding: 0 15px;
    justify-content: center;
}

@media (max-width: 991px) {
    .feature-section-five.slider {
        height: auto;
        min-height: 100vh;
    }
    
    .feature-section-five.slider .feature-slide {
        height: auto;
        min-height: 100vh;
    }
    
    .feature-section-five.slider .outer-box {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
    }
    
    .feature-section-five.slider .bg.bg-image,
    .feature-section-five .outer-box .bg-image,
    .slider .content-column .bg-image {
        position: relative;
        width: 100% !important;
        height: 50vh;
        min-height: 300px;
        z-index: 1;
    }
    
    .slider .content-column {
        position: relative;
        width: 100% !important;
        max-width: 100% !important;
        left: auto !important;
        right: auto !important;
        height: auto;
        min-height: 50vh;
        backdrop-filter: blur(5px);
    }
    
    .slider .inner-column {
        width: 100% !important;
        padding: 30px 30px 70px 30px !important;
        max-width: none;
    }
    
    /* Mobile slider navigation */
    .slider .slick-prev {
        left: 20px !important;
        bottom: 20px !important;
        top: auto !important;
    }
    
    .slider .slick-next {
        left: 80px !important;
        bottom: 20px !important;
        top: auto !important;
    }

}

@media (max-width: 767px) {
    .card.search {
        flex-direction: column;
        height: auto;
    }
    .card.search .card-body {
        padding: 15px 0;
        width: 100%;
    }
    .card.search .card-img-top {
        width: 100%;
    }
    .card.search .card-img-top img {
       max-height: 300px;
    } 
}

footer {
    padding: 0;
}
footer .logo img {
    max-height: 100px;
}

.contact-section button {
    color: #AE7D54 !important;
}
.contact-section button:hover {
    color: #ffffff !important;
}

.mega-menu__link {
    margin: 0 0 0 10px !important
}

.feature-section-two .sec-title {
    margin-bottom: 0 !important;
}

.room-block .inner-box .fa {
    color: white;
}
