@media screen and (min-width: 1600px) {
    header .navbar{
        padding: 10px 5rem;
    }
    .our-legacy-img img {
        aspect-ratio: 9 / 6;
    }
    .our-legacy-img {
        margin-left: -70%;
    }

    .banner-image {
        width: 35%;
    }

    .circle-img{
        right: 21%;
    }

}
@media screen and (max-width: 1500px){
    .arrow-pagiantion-wrap{
        display: none;
    }
}

@media screen and (max-width: 1280px){
    header .navbar ul {
        gap: 5px;
    }

    .logo-wrap a{
        width: 170px;
    }
}

@media screen and (max-width: 1199px) {
    .vi-blog-style-3 .blog-card-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
    .vi-hero-banner-style-1 .swiper-slide {
        height: auto;
    }

    .vi-hero-banner-style-1 .swiper-wrap-csr {
        height: 100%;
    }

    .vi-hero-banner-style-1 .slider-content-wrap {
        margin-top: 7rem;
        padding-left: 3rem;
    }

    .vi-hero-banner-style-1 .slider-content h2 {
        font-size: 5.2vw;
    }

    .vi-hero-banner-style-1 .slider-content p {
        max-width: 65%;
        font-size: 3vw;
    }
    .vi-hero-banner-style-1 .bannerSlider .swiper-button-next:after,
    .vi-hero-banner-style-1 .bannerSlider .swiper-button-prev:after {
        font-size: 32px;
    }
    .vi-hero-banner-style-1 .slider-content h2 {
        font-size: 4.2vw;
    }

    .vi-hero-banner-style-1 .slider-content p {
        font-size: 2.3vw;
    }
    .our-legacy-img {
        margin-left: initial;
    }
    .our-legacy-img img {
        aspect-ratio: 9 / 5
    }
    .our-legacy-sec::before {
        height: 100%;
        width: 100%;
    }
    .split-img-left-sec .img-wrap {
        aspect-ratio: 9 / 10;
    }

    header .navbar ul{
        gap: 0px;
    }

    header .navbar ul li a{
        font-size: var(--font14);
    }

    .header-btn-wrap .btn{
        font-size: var(--font14);
        padding: 10px 10px;
    }
    .quote-box {
        padding: 2rem;
    }
    .contact-us-sec.quote-contact-section .sec-head-content p {
        padding-right: 0;
    }
    .quote-section {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 991px) {
    .vi-feature-style-5 .feature-card-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
     .vi-blog-style-3 .blog-card-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .bordered-sec .img-wrap {
        aspect-ratio: 9 / 5;
    }
    .split-img-left-sec .img-wrap {
        aspect-ratio: 16/7;
    }

    .header-btn-wrap{
        display: none;
    }

    header .navbar ul li a {
        font-size: var(--font16);
        color: var(--black);
        font-weight: 300;
        text-align: start;
        padding: 0;
    }

    header .navbar ul {
        gap: 10px;
    }

    .mobile-contact{
        display: block;
    }

    .navbar-toggler-icon:focus-visible{
        outline: none;
    }

    .navbar-toggler:focus{
        box-shadow: none;
    }

    .vi-feature-card-style-9 .feature-card{
        padding: 1.5rem;
    }

    .vi-team-style-3 .vi-team-member-wrap {
        aspect-ratio: 9 / 9;
    }
    .vi-slider-style-14 .logo-wrap {
        align-items: flex-start;
    }
    .vi-slider-style-14 .logo-wrap h5{
        text-align: left;
    }
    .quote-box-wrap {
        padding-bottom: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .vi-feature-style-5 .feature-card-wrap{
        grid-template-columns: 100%;
    }
    .vi-blog-style-3 .blog-content {
        gap: 1rem;
    }
    .vi-blog-style-3 .blog-card a{
        gap: 1.5rem;
    }
}
@media screen and (max-width: 680px) {
    .border-sec-wrap {
        padding: 3.5rem 2rem;
    }
    .vi-feature-style-21 .sec-head-content p, .vi-footer-style-3 .sec-head-content p, .vi-blog-style-3 .sec-head-content p {
        padding-right: 0;
    }
}
@media screen and (min-width: 575px) {
    .container {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .vi-blog-style-3 .blog-card-wrap {
        grid-template-columns:repeat(2, 1fr);
    }
    .vi-hero-banner-style-1 .slider-content-wrap {
        padding-left: 1rem;
    }
     .split-img-left-sec .img-wrap {
        aspect-ratio: 9 / 6;
    }

    .slide-content{
        padding-right: 30px;
        padding-left: 30px;
    }

    .container {
        max-width: 90%;
        margin: 0 auto;
    }

    .service-items .ftr-widget ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .vi-footer-style-3 .ftr-widget ul{
        gap: 10px;
    }
    .contact-us-sec .contact-detail ul a, .contact-us-sec .contact-detail ul span {
        font-size: var(--font16);
    }
    .quote-box-wrap, .contact-form-wrap {
        margin: 0;
    }
}

@media(max-width: 480px){
    .vi-feature-style-21 .feature-card {
        flex-direction: column;
        margin-bottom: 30px;
    }
     .vi-blog-style-3 .blog-card-wrap {
        grid-template-columns:100%;
        gap: 2.5rem;   
    }
    .bordered-sec .img-wrap {
        aspect-ratio: 9 / 7;
    }
    .vi-slider-style-14 .logo-img {
        height: 100px;
        max-width: 170px;
    }
}

@media screen and (max-width: 380px) {
    .vi-slider-style-14 .card-top{
        gap: 3rem;
    }
    .vi-feature-style-5 .card-wrap {
        padding: 2rem;
    }
    .border-sec-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .ftr-quote-img-wrap {
        aspect-ratio: 9 / 6;
    }
}