/* ::::::::::::::::::::::::::::: responsive css ::::::::::::::::::::::::: */


/* ::::::::::::::::::::::::::::: responsive css ::::::::::::::::::::::::: */

@media only screen and (min-width:0px) and (max-width:1199px) {

    header {
        padding: 8px 11px;
    }

    .navbar-collapse {
        position: absolute;
        top: 53px;
        z-index: 9999;
        background: #fff;
        width: 107%;
        left: -12px;
        max-height: 600px;
        overflow-x: hidden;
        overflow-y: scroll;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
        border-top: 1px solid #ddd;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='1' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        width: 45px;
        height: 45px;
    }

    .navbar-toggler {
        border: none;
        margin: 0;
        border-radius: 5px;
        padding: 0;
        width: 45px;
        height: 45px;
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 20px !important;
        padding: 7px 20px;
        border-radius: 0;
        white-space: normal !important;
        border-bottom: 1px solid #ececec69;
        width: 100%;
    }

    .dropdown-item {
        font-size: 16px;
        padding: 6px 35px;
    }

    header .container {
        padding: 0;
    }

    .dropdown-menu::before {
        display: none;
    }

    .navbar-light .navbar-brand {
        width: 170px;
        margin: 0 0 0 8px;
        padding: 0;
        border: none;
    }

    .btn_login span {
        width: 24px;
        height: 24px;
        margin: 0 6px 0 0;
    }

    .navbar-expand-xl .navbar-nav {
        align-items: initial;
    }

    .fixed {
        padding: 10px 11px;
    }

    /* banner */

    .banner_main {
        padding: 33px 0 0 0;
        min-height: auto;
        border-radius: 0 0 30px 30px;
        margin: 0;
        height: 50vh;
        background-position: -377px -46px;
        background-size: 256%;
    }

    .banner_main h1 {
        font-size: 35px;
        margin: 0;
    }

    .banner_content {
        text-align: center;
        transform: translateY(92px);
        text-shadow: 1px 1px 7px #000;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .btn_login {
        padding: 8px 16px !important;
        /*! border: 2px solid var(--main); */
        border-radius: 38px;
        font-weight: 600;
        font-size: 15px;
    }


    h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .hero-modern-container {
        height: 45vh;
    }

    .hero-modern-section {
        min-height: 53vh;
        border-radius: 0 0 20px 20px;
    }

    .hero-modern-container h1 {
        font-size: 39px;
        letter-spacing: -1px;
        line-height: 47px;
    }

    .hero-mobile-buttons {
        max-width: 290px;
        margin: 0 auto;
    }

    .col-lg-7.text-start.aos-init.aos-animate {
        text-align: center !important;
    }

    .hero-modern-container p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .about-badge {
        padding: 3px 17px;
    }

    .about-reveal-heading {
        font-size: clamp(1.7rem, 4vw, 3rem);
        line-height: 35px;
    }

    .performance-section.text-center.py-5 {
        padding: 0 !important;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .popular-destinations-section {
        padding: 21px 0;
    }

    .final-cta-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/cta-bg.png') center/cover;
        border-radius: 30px;
        background-attachment: fixed;
        padding: 0 !important;
        text-align: center !important;
    }

    .final-cta-bg {
        padding: 30px 0 !important;
        text-align: center !important;
    }

    .final-cta-bg .text-start {
        padding: 0 !important;
        text-align: center !important;
        box-shadow: none !important;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: static;
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        box-shadow: none !important;
    }

    .breadcrumb {
        display: none !important;
    }

    .inner-page-banner p {
        display: none;
    }

    .inner-page-banner {
        min-height: auto;
        padding: 20px 0;
    }

    #btnTrack i {
        display: none;
    }

    .py-5.my-4 {
        padding-top: 0 !important;
    }

    .inner-page-banner h1 {
        font-size: 25px;
        text-align: center;
    }

    .min-vh-40 {
        min-height: auto;
    }

}