.banner-title {
    z-index: 50;
    position: absolute;
    left: 2%;
    bottom: 8%;
    max-width: 90%;
    color: #ffffff;
}

.banner-section-inner .sub-title {
    text-transform: uppercase;
    font-family: var(--paragraph-font);
    font-weight: 400;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.banner-section-inner .main-title {
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.banner-section-inner p {
    color: #ECECEC;
    font-family: var(--paragraph-font);
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 2px;
}


.border-bottom-line {
    padding-bottom: 1rem;
    border-bottom: 1px solid #000000;
    margin-bottom:3rem;
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1570px;
    }
}

@media (max-width: 768px) {
    .nav-bar {
        padding: 10px 0;
    }

    .offcanvas-end {
        right: -300px;
        width: 300px;
        transition: right 0.3s ease;
    }

    .offcanvas-end.show {
        right: 0;
    }

    .banner-title {
        z-index: 50;
        position: absolute;
        left: 2%;
        bottom: 8%;
        max-width: 90%;
        color: #ffffff;
    }

    .logo {
        width: 136px;
    }

    .nav-bar-r-2, .nav-bar-r-3 {
        display: none;
    }

    .nav-bar-bottom input {
        width: 96px;
        height: 14px;
    }

    .search-icon {
        height: 18px;
        width: 18px;
    }

    .btn-dash {
        height: 10px;
    }

    .img-mobile {
        display: inline-block;
    }

    .img-desktop {
        display: none;
    }

    .club-icon {
        height: 50px;
        width: 50px;
    }

    .club-section-inner .title {
        font-family: var(--paragraph-font);
        font-weight: 500;
        line-height: 1.5px;
    }

    .small-title {
        font-size: 12px;
        line-height: 30px;
    }

    .heading-title {
        font-size: 30px;
        line-height: 30px;
    }

    .sub-heading-title {
        font-size: 16px;
        line-height: 1.2;
    }

    .pt-14 {
        padding-top: 14px !important;
    }

    .explore-section {
        padding: 30px 0 0 0;
    }


    .insider-section-part h3 {
        border-bottom: none;
        padding-bottom: 2px;
        line-height: 1.1;
    }

    .insider-section-part h4 {
        font-size: 12px;
    }

    .insider-section-part p {
        padding-top: 10px;
        line-height: 24px;
        letter-spacing: 1px;
        font-size: 15px;
        text-align: justify;
    }

    .insider-section-inner .btn-primary {
        background-color: #049E9A;
        border-radius: 5px;
        border: none;
        padding: 5px 15px;
        letter-spacing: -1px;
        font-family: var(--paragraph-font);
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .banner-btn {
        right: 5%;
        z-index: 100;
        position: absolute;
        bottom: -3%;
    }

    .banner-btn .btn-primary {
        color: #ffffff;
        background-color: #049E9A;
        border-radius: 5px;
        padding: 4px 10px;
        font-family: var(--paragraph-font);
        font-weight: 700;
        font-size: 11px;
        line-height: 1.2;

        text-decoration: none;

    }

    .bottom-bar .top-bar p {
        font-size: 16px;
    }

    .explore-section-outer .hotel-title {
        justify-content: start;
    }

    .explore-section-outer .hotel-heading-title {
        justify-content: start;
    }

    .explore-section-outer .hotel-paragraph {
        text-align: left !important;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .pb-40 {
        padding-top: 10px;
    }

    .insider-section-inner .hotel-tab {
        font-weight: 700;
        font-size: 14px;
        line-height: 19px;

    }

    .amenities-icon {
        height: 20px;
        width: 20px;
    }

    .icon-title {
        font-weight: 500;
        font-size: 15px;
        line-height: 1.3;
        color: #000000;
    }

    .menu-info {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #676666;
    }
}
