/* ======= MEDIA QUERIES ====*/
@media (max-width: 1650px) {}

@media(max-width:1500px) {
    .swiper-pagination {
        left: 6% !important;
    }
}

@media(max-width:1366px) {
    .swiper-pagination {
        bottom: 80px !important;
    }

    .pro_title {
        font-size: 22px;
    }

    .inner_wrapper {
        width: 22%;
    }
}

@media(max-width:1110px) {
    .navbar-nav {
        gap: 24px;
    }

    .hero-img {
        min-height: 900px;
        height: auto;
    }

    .carousel-detail,
    .hero-section,
    .header .swiper-container,
    .header .slide-inner {
        min-height: 900px;
        height: 800px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }

    .counter_wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .hero-bottom {
        bottom: 8px;
    }
}

@media(max-width:990px) {
    .top-bar {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hero-img {
        min-height: 700px;
        height: auto;
    }
    .carousel-detail, .hero-section, .header .swiper-container, .header .slide-inner {
        min-height: 750px;
        height: 750px;
    }
    
    .spacer{
        gap:32px;
    }
    .navbar .d-flex{
        flex-direction: column;
    }
    .offer-title{
        max-width: 100%;
        text-align: center;
    }
    .site_pera,.address_card{
        text-align: center;
    }
    .offer_section .d-flex{
        justify-content: center!important;
        align-items: center!important;
    }
    .svg-wrapper{
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .offices_card_Wrapper .row{
        gap: 30px;
        justify-content: center;
    }
    .inner_wrapper {
        width: 50%;
    }
    .counter_wrapper{
        justify-content: center;
    }
    .input_wrapper,.office_list{
        flex-direction: column;
    }
    .office_list{
        gap:30px;
        align-items: center;
    }
    .col-md-0{
        display: none;
    }
    footer .row{
        flex-direction: column;
        text-align: center;
        gap:20px;
    }
    footer .row>.col-md-6{
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
    }
    footer .row>.col-md-6 .col-md-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-bottom{
        flex-direction: column;
        gap:20px;
    }
    .header .swiper-container {
        border-radius: 0px 0px 0px 100px;
    }
}

@media(max-width:990px) {
    .navbar {
        padding: 15px;
        background: #00102B;
    }
    .carousel-detail .down-up {
        font-size: 40px;
        text-align: center;
    }
    .slide-inner .container{
        padding: 0px;
    }
    .carousel-detail-animate{
        padding: 0px 15px;
    }
    .hero-pera,.carousel-detail-animate{
        text-align: center;
    }
    .swiper-pagination {
        bottom: 40px !important;
        left: 0;
        right: 0;
        margin: auto;
    }
    .hero-img {
        min-height: 100%;
        height: 100%;
        border-radius: 0px 0px 0px 90px;
    }
    .carousel-detail{
        max-width: 100%;
    }
    .carousel-detail{
        justify-content: center;
        align-items: center!important;
    }
    .offer_section .bg_img {
        border-radius: 50px;
        transform: skew(0deg, 0deg) translate(-50%, 0%);
    }
    .svg-wrapper svg{
        height: auto;
    }
    .offices_card_Wrapper .heading {
       text-align: center;
    }
    .offer_section {
        padding: 80px 0;
    }
    .Blogs_section {
        padding: 80px 0 0px;
    }
    .about_image{
        min-height: 400px;
        object-fit: cover;
    }
    .get_in_touch {
        padding: 80px 0 60px;
    }
    .form_Wrapper {
        border-radius: 50px;
        padding: 40px 24px;
    }
    .nav-white .top-bar svg path {
        fill: #fff;
    }
    .form_Body{
        padding: 15px;
    }
    .about_section {
        padding: 60px 0 0;
    }
    .Btn_Wrapper {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        margin-top: 10px;
    }
    .navbar-nav {
        gap: 15px;
    }
    .navbar-collapse{
        padding-top: 10px;
    }
    .nav-black svg path{
        fill: #fff;
    }
    .nav-black svg .logo-v{
        fill: #35D8B7;
    }
    .nav-black .navbar-nav .nav-link {
        color: #fff;
    }
}

@media(max-width:767px) {
    .heading {
        font-size: 34px;
    }
    .pro_title{
        min-height: auto;
    }
    .header .swiper-container {
        border-radius: 0px 0px 0px 0px;
    }
    .hero-bottom{
        display: none;
    }
    .slide1-img, .slide2-img, .slide3-img{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}