
/*=========================================================== min-width: 992px ===========================================================*/
@media (min-width: 992px) {

    /*Start Spacing */
    .g-lg-32px, .gy-lg-32px {
        --bs-gutter-y: 32px;
    }
    .g-lg-32px, .gx-lg-32px {
        --bs-gutter-x: 32px;
    }
    /*End Spacing */
}

/*=========================================================== min-width: 992px ===========================================================*/
@media (min-width: 1200px) {

    /*Start Spacing */
    .g-xl-32px, .gy-xl-32px {
        --bs-gutter-y: 32px;
    }
    .g-xl-32px, .gx-xl-32px {
        --bs-gutter-x: 32px;
    }
    /*End Spacing */
}

/*=========================================================== max-width: 1699px ===========================================================*/
@media (max-width: 1699px) {

    /*Start Home Page*/
    .counting-section .left-img {
        left: 2%;
        max-width: 380px;
    }
    /*End Home Page*/

}


/*=========================================================== max-width: 1399px ===========================================================*/
@media (max-width: 1399px) {

    /*Start Footer*/
    .main-s1footer .footer-football{
        max-width: 86px;
        /*left: 3%;*/
    }
    .bottom-top-btn{
        right: 4%;
    }
    /*End Footer*/

    /*Start Home Page*/
    .counting-section .left-img {
        left: -5%;
        max-width: 330px;
    }
    /*End Home Page*/

}


/*=========================================================== max-width: 1199px ===========================================================*/
@media (max-width: 1199px) {

    /*Start Footer*/
    .main-s1footer .footer-bg {
        bottom: -7%;
    }
    /*End Footer*/

    /*Start Home Page*/
    .counting-section .left-img {
        left: -10%;
    }
    /*End Home Page*/

}


/*=========================================================== max-width: 991px ===========================================================*/
@media (max-width: 991px) {

    body {
        font-size: 15px;
    }

    /*Start Font Size*/
    .change-fs-18px-16px{
        font-size: 17px;
    }
    .change-fs-20px-18px{
        font-size: 19px;
    }
    .change-fs-24px-20px{
        font-size: 22px;
    }
    /*End Font Size*/

    /*Start Title*/
    .title-s1{
        font-size: 44px;
        line-height: 50px;
    }
    .title-s1sub{
        font-size: 17px;
        line-height: unset;
    }
    .title-s2span{
        font-size: 13px;
    }
    .title-s2{
        font-size: 32px;
        line-height: unset;
        /*line-height: 40px;*/
    }
    .title-s3cover{
        margin-bottom: 40px;
    }
    .title-s3{
        font-size: 40px;
        /*line-height: unset;*/
        letter-spacing: unset;
    }
    .title-s3sub{
        font-size: 17px;
        line-height: unset;
    }
    .title-s4{
        font-size: 32px;
        line-height: unset;
        /*line-height: 34px;*/
    }
    .title-s5{
        font-size: 40px;
    }
    .title-s5sub{
        font-size: 17px;
        line-height: unset;
    }
    /*End Title*/

    /*Start All Rounder*/
    .btn-s1 {
        padding: 16px 24px;
    }
    /*End All Rounder*/

    /* Start Header */
    .main-s1header .navbar-brand img{
        max-width: 170px;
    }
    /* End Header */

    /*Start Footer*/
    .main-s1footer .footer-contain {
        padding-top: 80px;
        padding-bottom: 64px;
    }
    .main-s1footer .footer-brand{
        max-width: 170px;
    }
    .main-s1footer .footer-social-icons a{
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
    .main-s1footer .footer-link-list {
        gap: 10px;
    }
    .main-s1footer .footer-football{
        max-width: 74px;
    }
    /*End Footer*/

    /*Start Home Page*/
    .banner-s1 .banner-background{
        padding: 56px;
    }

    .count-s1card{
        font-size: 50px;
    }

    .card-s3 .card-icon {
        width: 52px;
        min-width: 52px;
        height: 52px;
        min-height: 52px;
    }

    .step-s1cover:before {
        content: unset;
    }
    .step-s1 .card-icon {
        width: 88px;
        height: 88px;
        min-width: 88px;
        min-height: 88px;
    }
    .step-s1 .card-icon svg{
        max-width: 37px;
    }

    .news-s1card .news-img{
        margin-bottom: 14px;
    }
    /*End Home Page*/

    /*Start Legal Page*/
    .banner-s2{
        padding-top: 72px;
        padding-bottom: calc(60px + 100px);
    }
    .banner-s2after{
        margin-top: -100px;
    }
    /*End Legal Page*/

    /*Start Contact Us*/
    .banner-s3{
        padding-bottom: 50px;
    }
    /*End Contact Us*/

    /*Start New Update Detail Page*/
    .update-s1detail .update-title .h1{
        font-size: 28px;
    }
    /*End New Update Detail Page*/

}

/*=========================================================== max-width: 767px ===========================================================*/
@media (max-width: 767px) {

    /*Start Footer*/
    .bottom-top-btn{
        right: 5%;
    }
    /*End Footer*/

    /*Start Home Page*/
    .count-s1card {
        font-size: 38px;
        letter-spacing: unset;
    }
    .count-s1card + p{
        letter-spacing: unset;
    }
    /*End Home Page*/

}

/*=========================================================== max-width: 576px ===========================================================*/
@media (max-width: 576px) {

    body {
        font-size: 14px;
    }

    /*Start Font Size*/
    .change-fs-18px-16px{
        font-size: 16px;
    }
    .change-fs-20px-18px{
        font-size: 18px;
    }
    .change-fs-24px-20px{
        font-size: 20px;
    }
    /*End Font Size*/

    /*Start Title*/
    .title-s1{
        font-size: 34px;
        line-height: 40px;
    }
    .title-s1sub{
        font-size: 16px;
    }
    .title-s2span{
        font-size: 12px;
    }
    .title-s2cover{
        margin-bottom: 32px;
    }
    .title-s2{
        font-size: 28px;
        /*line-height: 32px;*/
    }
    .title-s3cover{
        margin-bottom: 32px;
    }
    .title-s3{
        font-size: 32px;
    }
    .title-s3sub{
        font-size: 16px;
    }
    .title-s4{
        font-size: 28px;
        /*line-height: 28px;*/
    }
    .title-s4sub{
        font-size: 14px;
    }
    .title-s5{
        font-size: 32px;
    }
    .title-s5sub{
        font-size: 16px;
    }
    /*End Title*/

    /*Start All Rounder*/
    .btn-s1 {
        padding: 13px 16px;
        min-height: 50px;
    }
    /*End All Rounder*/

    /* Start Header */
    .main-s1header .navbar-brand img{
        max-width: 158px;
    }
    /* End Header */

    /*Start Footer*/
    .main-s1footer .footer-contain {
        padding-top: 60px;
        padding-bottom: 48px;
    }
    .main-s1footer .footer-brand{
        max-width: 158px;
    }
    .main-s1footer .footer-social-icons a{
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
    }
    .main-s1footer .footer-link-list {
        gap: 8px;
    }
    .main-s1footer .footer-football{
        max-width: 50px;
    }
    .bottom-top-btn{
        bottom: 2%;
    }
    /*End Footer*/

    /*Start Home Page*/
    .banner-s1 .banner-background{
        padding: 28px;
        min-height: unset;
    }

    .count-s1card {
        font-size: 26px;
    }

    .card-s3 .card-icon {
        width: 48px;
        min-width: 48px;
        height: 48px;
        min-height: 48px;
    }
    .step-s1 .card-icon {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
    }
    .step-s1 .card-icon svg{
        max-width: 34px;
    }
    .news-s1card .news-img{
        margin-bottom: 12px;
    }
    /*End Home Page*/

    /*Start Legal Page*/
    .banner-s2{
        padding-top: 60px;
        padding-bottom: calc(60px + 60px);
    }
    .banner-s2after{
        margin-top: -80px;
    }
    /*End Legal Page*/

    /*Start Contact Us*/
    .banner-s3{
        padding-bottom: 40px;
    }
    /*End Contact Us*/

    /*Start New Update Page*/
    .page-link{
        min-width: 38px;
        min-height: 38px;
    }
    /*End New Update Page*/

    /*Start New Update Detail Page*/
    .update-s1detail .update-title .h1{
        font-size: 24px;
    }
    /*End New Update Detail Page*/

}
