@media(max-width:1200px){
    html{
        font-size: 15px;
   }
   .footer-links ul {
    gap: 10px;
}
.footer-links ul li a {
    font-size: 1rem;
}
}
@media(max-width:992px){
    .toggle {
        display: block;
        font-size: 25px;
        color: #9e259c;
   }
    .main-nav ul {
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
   }
    .main-nav {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        background: #f4f3ec;
        width: 400px;
        z-index: 99;
        padding: 50px;
        transform: translateX(-100%);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
   }
    .menuToggle .main-nav{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transform: translateX(0%);
        z-index: 99999;
   }
    .close{
        display: block;
        font-size: 22px;
        color: #9e259c;
        position: absolute;
        top: 20px;
        right: 20px;
   }
   .link-sec .col-md-6 {
    margin: 0.75rem 0;
}
.abt-main .col-lg-3.col-md-6 {
    margin: 12px 0;
}
.footer-top {
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.footer-links ul {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
}
@media(max-width:850px){
    html{
        font-size: 14px;
   }
   .site-banner {
    height: 70vh;
}
section.site-banner.sub-banner {
    height: 50vh;
}


}
@media(max-width:767.9px){
    .site-banner {
        height: 60vh;
    }
    .banner-text h1 {
        font-size: 3rem;
    }
    .blog-sec .col-md-6{
        margin-bottom: 1.5625rem;
    }
    .soccer-top {
        flex-wrap: wrap;
    }
    .soccer-left {
        width: 100%;
        height: 17.5rem;
    }
    .soccer-right {
        width: 100%;
        padding: 1.25rem ;
    }
    .soccer-left img {
        transform: skewX(0deg) translateX(0px);
    }
    .soccer-bottom {
        flex-wrap: wrap;
    }
    .bottom-left {
        border-right: none;
        border-bottom: 2px solid #25294a;
        width: 100%;
    }
    .bottom-right {
        width: 100%;
    }
/*     
    .footer-top {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }
    .footer-links ul {
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    } */
    .soccer-img {
        height: 200px;
    }
    .sec-choose .row {
        flex-direction: column-reverse;
    }
    .why-img {
        height: 250px;
        margin-bottom: 20px;
    }
    .copy-right {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .footer-top {
        max-width: 100%;
    }
}

@media(max-width:575px){
    html{
        font-size: 14px;
   }
    .site-logo img {
        max-width: 75px;
   }
    .main-nav {
        width: 100%;
   }
   .newsletter-text input {
    width: 100%;
}
.footer-top {
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.footer-links ul {
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.copy-right {
    justify-content: center;
    flex-wrap: wrap;
}
.soccer-right ul li {
    gap: 5px;
}
.sub-banner .banner-text h1 {
    font-size: 2.8rem;
}
.banner-text {
    text-align: center;
}
/* .ssl-logo{
    max-width: 100px;
} */
.desktop-version {
display: none;
}
.mobile-view{
    display: block;
}
}


@media(max-width:375px){
    html{
        font-size: 13px;
    }
    .banner-text {
        text-align: center;
    }
    .site-heading {
        max-width: 100%;
    }
    .bottom-text {
        padding: 1.1625rem 0;
    }
    section.site-banner.sub-banner {
        height: 45vh;
    }
    .wrapper {
        max-width: 285px;
    }
}
