
/*====================================================
    Container For Big Screen
====================================================*/
@media (min-width: 1461px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 95%;
    }
}

@media (max-width: 1200px) {
    .featureIcon {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {


    /*======================================================================*/
    .nav-btn-area{
        width: 100%;
        display: block;
    }

    .auth-btn {
        display: block;
        box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
        border-radius: 32px;
        padding: 8px 30px;
        font-size: 15px;
        font-weight: 600;
        line-height: 25px;
        text-transform: unset;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        height: 42px;
        color: var(--bs-white);
        background-color: var(--bs-primary);
        border: none;
        letter-spacing: 1.2px;
        text-transform: capitalize;
        width: 100%;
        text-align: center;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        padding: 25px 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 270px;
        height: 100vh;
        background-color: #fff;
        z-index: 99;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        display: flex;
        flex-direction: column;
    }

        .navbar-collapse.collapsing {
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse .navbar-nav {
            height: fit-content;
            text-align: start;
            width: 100%;
        }

    .custom-navbar .dropdown-menu li a, .auth-dropdown .dropdown-menu li a {
        padding: 4px 16px;
        color: var(--bs-black);
        border-radius: 4px;
        font-size: 14px;
        line-height: 1.715;
        font-weight: 600;
        transition: 0.3s ease-in-out;
        padding-left: 0;
        padding-right: 0;
    }

            .navbar-collapse .navbar-nav .nav-item .nav-link {
                color: var(--black-color) !important;
                padding-left: 0;
                padding-right: 0;
            }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
/*
    .customNav .nav-item .nav-link {
        color: var(--black-color);
        font-size: 18px;
        font-weight: 400;
    }

        .customNav .nav-item .nav-link:hover {
            color: var(--main-color);
        }*/

    .auth-dropdown-btn {
        align-items: center;
        cursor: pointer;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        border: 1px solid var(--bs-primary);
        border-radius: 9999px;
        height: 42px;
        position: relative;
        transform: rotate(0deg);
        background-color: var(--bs-primary);
        color: #fff;
        width: 100%;
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
        border: none;
        letter-spacing: 1.2px;
        text-transform: capitalize;
    }

        .auth-dropdown-btn span{
            margin-right: 10px;
        }

        .auth-dropdown-btn.dropdown-toggle::after {
            color: #fff;
        }

    .custom-navbar .auth-dropdown-btn.dropdown-toggle.show::after {
        color: #fff!important;
        transform: rotate(180deg);
        transition: 0.3s ease-in-out;
    }

   .auth-dropdown .dropdown-menu {
        animation: none;
        padding-top: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .custom-navbar .dropdown-menu, .auth-dropdown .dropdown-menu {
        border: none;
        border-radius: 4px;
        transition: none;
        padding: 8px;
        border-bottom: 0px solid transparent;
        border-radius: 4px 4px 0 0;
        box-shadow: none;
    }

        .custom-navbar .dropdown-menu.show, .auth-dropdown .dropdown-menu.show {
            animation: none;
            padding-top: 0;
        }

        .custom-navbar .dropdown-menu li a span{
            white-space: nowrap;
        }

        .custom-navbar .dropdown-menu.show, .auth-dropdown .dropdown-menu.show {
            animation: none;
            padding-top: 0;
            padding-bottom: 0;
            margin-top: 10px;
            background: #fc5f2212;
            border-radius: 5px;
        }
        /*======================================================================*/
        .navbar-toggler:focus {
            box-shadow: none !important;
        }
    /*Banner area responsive*/
    .hero-banner .swiper {
        width: 100%;
        height: 380px;
    }

    /*Search panel responsive*/
    .search-panel-area {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 12;
        padding-top: 0;
        margin-top: -135px;
        padding-bottom: 85px;
    }
    .input-area .flt-swapper {
        top: 50px;
        right: 0;
    }

        .input-area .flt-swapper .swpBtn {
            transform: rotate(90deg);
        }

    .input-area .selector-box-flight {
        min-width: 100% !important;
        width: 100%;
    }

    /*.search-button,
    .search-button .custom-btn {
        width: 100%;
    }*/

    .search-panel-body .tab-content {
        padding: 25px 20px 25px 20px;
    }

    .search-panel-body .nav-pills .nav-link {
        margin: 0;
    }



    .bulletpoint {
        justify-content: center;
        margin-top: 15px;
    }


    .input-area .form-control, .search-panel .guest-summary.form-control[readonly] {
        border: 1px solid #f9cab7;
        padding: 8px 10px;
        text-transform: capitalize;
        font-size: 16px;
        margin-bottom: 12px;
        margin-right: 0px;
        border-radius: 10px;
        padding: 10px 15px !important;
        color: #000;
        font-size: 16px;
        height: fit-content;
    }

    .search-panel-area .select2-container--bootstrap-5 .select2-selection {
        /*transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -moz-appearance: none;
        width: 100%;
        appearance: none;
        border: 1px solid #c8d3d8 !important;
        text-align: left;
        margin-bottom: 0px;
        margin-right: 10px;
        border-radius: 10px;
        padding: 15px !important;
        color: #000;
        font-family: Outfit;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;*/

        border: 1px solid #f9cab7;
        padding: 8px 10px;
        text-transform: capitalize;
        font-size: 16px;
        margin-bottom: 12px;
        margin-right: 0px;
        border-radius: 10px;
        padding: 10px 15px !important;
        color: #000;
        font-size: 16px;
        height: fit-content;
    }


    .input-area .passenger_info .form-control {
        background: #fff !important;
    }

    .input-area.input-area-padding .form-control {
        padding-left: 12px;
    }

    .multicity-button-area {
        height: auto;
    }

    .city-remove-btn, .city-add-btn {
        height: 42px !important;
        margin-bottom: 12px;
        line-height: 30px !important;
    }

/*    .visa-search-content .form-floating .select2-container--bootstrap-5 .select2-selection {
        height: 42px;
        padding: 8px 12px;
        background: #fc5f2212 !important;
        border: 1px solid #f9cab7;
    }*/

    .visa-search-content .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }

    /**/

    .sectionBg.-type-1 {
        position: relative;
    }

        .sectionBg.-type-1 > *:nth-child(2) {
            position: relative;
            aspect-ratio: unset;
            transform: unset;
            top: unset;
            left: unset;
            width: 100%;
            border-radius: 0;
        }


    .aboutSection.-type-1 {
        padding: 100px 0;
        padding-bottom: 0;
        margin-top: -300px;
    }

    .our-service {
        padding: 0px 0;
        margin: 0px 0;
    }

    .sec-title .abt-title {
        color: #ffffff;
    }

    .featureIcon {
        background-color: var(--bs-white) !important;
        padding: 22px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .featureIcon__icon img {
        width: 80px;
    }

    .featureIcon__title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
        font-family: "Outfit", serif;
    }

    .featureIcon__text {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        font-family: "Outfit", serif;
        text-align: justify;
    }

    /*======================*/
    .footer-title {
        margin-top: 14px;
    }
}

@media (max-width: 767px) {
    .swiper-slider-content {
        position: absolute;
        top: 110px;
    }
    .search-panel-area {
        margin-top: -185px;
        padding-bottom: 40px;
    }

    .swiper-slider-content .slider-content h3 {
        font-size: 25px;
        line-height: 30px;
    }

    .swiper-slider-content .slider-content h5 {
        color: #ffffff;
        line-height: 20px;
        font-size: 14px;
    }
    /*==========================================*/

    .special-offers {
        border-top: 1px solid #f5f7fc;
        padding: 100px 0px;
        border-bottom: 1px solid #f5f7fc;
        padding: 30px 0;
        background-color: #ffffff;
        border-radius: 0;
        margin-top: 0;
        z-index: 11;
        position: relative;
    }

    .special-offers-slider .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 6px;
        aspect-ratio: 16 / 9;
        max-height: auto;
        max-width: auto;
    }


    /*===================================*/
    .about-one__left {
        position: relative;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }


    /*==========================================*/
    footer {
        padding: 50px 0 80px;
    }

    .footer-image {
        width: 110px !important;
    }

    .footer-address p, .footer-address a {
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        color: #202020;
        text-align: justify;
    }

    .footer-address {
        max-width: 300px;
    }

        .footer-address img {
            height: 24px;
            width: 24px;
        }

    .important-link li {
        display: block;
        list-style: none;
        margin-bottom: 5px;
    }

        .important-link li a {
            color: var(--bs-black);
            font-size: 14px;
            font-weight: 600;
        }

    .footer-title {
        margin-top: 14px;
    }
}


@media (max-width: 576px) {
    .navbar-brand img {
        width: 75px;
    }
    /*Banner area responsive*/

    .hero-banner .hero-text {
        top: 80px;
    }


    .hero-banner .swiper {
        width: 100%;
        height: 230px;
    }

    .swiper-slider-content {
        top: 85px;
    }

        .swiper-slider-content .slider-content h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .swiper-slider-content .slider-content h5 {
            line-height: 20px;
            font-size: 14px;
            display: none;
        }

    .search-panel-body .nav-pills .nav-item .nav-link.active {
        border-radius: 0;
    }

    .search-panel-body .nav-pills .nav-item:first-child .nav-link.active {
        border-radius: 6px 0 0 0;
    }

        .search-panel-body .nav-pills .nav-item:last-child .nav-link.active{
            border-radius: 0 6px 0 0;
        }

    /*Search panel responsive*/
    .search-panel-body .nav-pills {
        
        flex-wrap: nowrap;
    }

        .search-panel-body .nav-pills .nav-link {
            margin: 0;
            /* height: 45px; */
            width: 100%;
            border-radius: 0;
            padding: 6px;
        }


    .search-panel-body .tab-content {
        border-radius: 6px 6px 6px 6px;
        padding: 40px 12px 35px 12px;
    }


    .search-panel-area {
        margin-top: -550px;
        padding-bottom: 40px;
        min-height: 400px;
    }

    .search-panel-body .nav-pills .nav-link span {
        display: none;
    }

    .search-panel-body .nav-pills .nav-link svg {
        margin-right: 0px;
    }

/*    .search-panel-body .nav-pills .nav-link {
        margin: 0;
        height: 34px;
        width: 80px;
    }*/
    .bulletpoint {
        justify-content: flex-start;
        margin-top: 0;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

        .bulletpoint label {
            margin-bottom: 10px;
        }

        .bulletpoint .form-check-input {
            width: 12px;
            height: 12px;
            line-height: 12px;
        }
    /*======================================*/
    .auth-body {
        width: 100%;
        max-width: 460px;
        border-radius: 12px;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: rgba(0, 0, 0, 0.04) 0px 12px 32px;
        background-color: rgb(255, 255, 255);
        padding: 25px 20px 25px;
    }

    .auth-title h3 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 525;
        text-align: center;
        margin-bottom: 5px;
        color: rgb(26, 43, 61);
        font-family: "Outfit", serif;
    }

    .auth-title p {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        text-align: center;
        color: rgb(90, 101, 115);
    }

    .breakdown-section {
        margin-bottom: 15px;
    }
    /*===================================*/
    .sec-title h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }
    /*===================================*/

    .special-offers {
        border-top: 1px solid #f5f7fc;
        padding: 100px 0px;
        border-bottom: 1px solid #f5f7fc;
        padding: 25px 0;
        background-color: #ffffff;
        border-radius: 0;
        margin-top: 0;
        z-index: 11;
        position: relative;
        border: none;
    }

    .special-offers-slider .swiper-slide img {
        aspect-ratio: 12 / 6;
    }

    .special-offers-slider .swiper-slide img {
        max-width: 100%;
    }

    .special-offers-slider .swiper-slide {
        width: 100% !important;
    }
    /*===================================*/
    .video-add-area {
        position: relative;
        margin-bottom: -100px;
        padding-top: 30px;
    }

    .video-banner-image {
        padding: 20px 0;
        aspect-ratio: 16 / 9;
    }

    .video-banner-content h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .video-banner-content p {
        display: none;
    }

    .video-banner-content svg {
        height: 35px;
        width: 35px;
    }

    /*=============================*/

    .top-destination {
        padding: 135px 0 35px;
    }

        .top-destination .swiper {
            padding-bottom: 35px;
        }

    .-hover-image-scale__image {
        overflow: hidden;
        border-radius: 100%;
        width: 115px;
        height: 115px;
    }

    .featureImage__title {
        padding: 10px 0;
        font-size: 16px;
        font-weight: 700;
    }

    /*========================================*/
    .aboutSection.-type-1 {
        padding: 70px 0;
        padding-bottom: 0;
        margin-top: -200px;
    }

    .our-service {
        padding: 0px 0;
        margin: 0px 0;
    }
    /*===================================*/

    .visa-card {
        position: relative;
        z-index: 0;
        height: fit-content;
        aspect-ratio: 10 / 12;
    }



    .visa-content .visa-types {
        font-size: 12px;
    }

    .visa-content {
        padding: 10px;
        height: 100%;
    }

    /*=================================*/

    .about-us {
        padding: 20px 0 20px;
    }

    .about-one__left {
        margin-left: 0;
        margin-right: 0;
    }

    .about-one__call {
        position: absolute;
        bottom: 100px;
        left: 0;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
        display: flex;
        align-items: center;
        padding: 12px 20px 12px;
        border-radius: 15px;
    }

    .about-us-text {
        line-height: 20px;
        font-size: 13px;
        color: var(--bs-black);
        text-align: justify;
        font-weight: 500;
    }

    footer {
        padding: 30px 0 80px;
    }

    .social-profile {
        margin-bottom: 5px;
    }
}




@media (max-width: 450px) {
    .-hover-image-scale__image {
        width: 80px;
        height: 80px;
    }

    .visa-content .country-name {
        font-size: 15px;
        font-weight: 600;
    }

    .visa-content .visa-types {
        font-size: 10px;
    }

    .swiper-slider-content .slider-content h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .swiper-slider-content .slider-content h5 {
        line-height: 18px;
        font-size: 12px;
    }
/*    .search-panel-body .nav-pills .nav-link {
        margin: 0;
        height: 30px;
        width: 60px;
    }*/
}

@media (max-width: 335px){
    .navbar-collapse {
        width: 250px;
    }
}


