﻿@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300&family=Jost:ital,wght@1,500&family=Lato&family=Merriweather+Sans:ital@1&display=swap");

* {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
}





/* Scroll bar ko hide karne ke liye */
/* WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* Scroll bar ka thumb ka color */
}

::-webkit-scrollbar-track {
    background-color: transparent;
    /* Scroll bar ki track ka color */
}

/* header section  css start */

.header header {
    padding: 10px;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 4px 5px 17px #2479b440;
    box-sizing: border-box;
    background:white;
}

#main-wrapper {
    background: #ffffff !important;
}

.header header ul {
    margin: 0px;
}

    .header header ul li {
        display: inline-block;
        margin-right: 25px;
    }

        .header header ul li a {
            text-decoration: none;
            font-weight: 600;
            color: black;
            font-size: 15px;
        }


.header header .login li a {
    color: white;
}

.header header .login li {
    background-color: #a4bd50;
    padding: 10px 10px;
    color: white;
    border-radius: 5px;
}

/*.header header ul li a:hover,*/ .footer footer .fir ul li a:hover {
    color: #a4bd50;
}

.header header .login li {
    display: none;
}

/* header section css end  */

/* hero section start  */

.hero-container {
    width: 100%;
    height: fit-content;
    padding: 50px;
    box-sizing: border-box;
}

    .hero-container .hero-box {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f2f2f2;
        border-radius: 20px;
        padding:25px;
    }

        .hero-container .hero-box .right-side {
            width: 40%;
        }

            .hero-container .hero-box .right-side h1 {
                font-size: 50px;
            }

            .hero-container .hero-box .right-side p {
                margin-top: 20px;
                font-size: 25px;
                line-height: 35px;
            }

        .hero-container .hero-box .left-side {
            width: 40%;
        }

        .hero-container .hero-box .right-side .buttons {
            margin-top: 50px;
        }

            .hero-container .hero-box .right-side .buttons button {
                width: 226px;
                height: 64px;
                border-radius: 8px;
                border: none;
                background-color: #a4bd50;
                margin-right: 10px;
            }



            .hero-container .hero-box .right-side .buttons .contact {
                background: white !important;
                border: 2px solid #a4bd50;
            }

                .hero-container .hero-box .right-side .buttons .contact a {
                    color: #a4bd50;
                }

            .hero-container .hero-box .right-side .buttons button a {
                font-size: 18px;
                color: white;
                text-decoration: none;
            }

/* hero section end  */

/* Trusted by start */

.Trusted-container {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 50px;
    scrollbar-width: none;
}

.Trusted-by {
    margin-left: 80px;
    margin-bottom: 40px;
}

.Trusted-container .Trusted-main {
    width: 2400px;
    height: fit-content;
    display: flex;
    gap: 4em;
}

        .Trusted-container .Trusted-main .Trusted-box {
            width: 165px;
            height: 110px;
          
            border-radius: 8px;
        }

        .Trusted-container .Trusted-main .Trusted-box img {
           width:100%;
           height:100%;
           padding:5px 5px ;
        }

/* Trusted by end  */

/* banner start  */

.banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 446px;
    gap: 12em;
    background-color: #f5f7fa;
}

    .banner-container .right-side {
        /* width: 50%; */
        /* height: 446px; */
    }

    .banner-container .left-side {
        text-align: center;
        /* width: 50%; */
        /*height: 446px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-image: url(/Content/NewTheme/images/background.png);
        background-size: 100% 100%;
        padding: 20px;
    }

        .banner-container .left-side h1 {
            font-size: 64px;
            color: #28365d;
        }

        .banner-container .left-side h2 {
            margin-top: 15px;
            color: #f5ad49;
            font-size: 64px;
        }

        .banner-container .left-side h3 {
            margin-top: 15px;
            font-size: 40px;
            color: #4eba83;
        }

/* banner end  */

/* Refer & Earn section start */

.earn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 50px 0px;
}

    .earn-container .earn-boxs {
        margin-top: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .earn-container .earn-box {
        width: 265px;
    }

    .earn-container h1 {
        margin-top: 15px;
        font-size: 50px;
    }

    .earn-container p {
        margin-top: 10px;
        font-size: 20px;
        color: #666666;
        line-height: 25px;
    }

/* Refer & Earn section end  */

/* Pay Your Bills & Recharges section start */

.pay-section {
    background-color: #93af4c;
    padding: 15px;
    margin-top: 90px;
}

    .pay-section h1 {
        text-align: center;
        margin-bottom: 40px;
        color: white;
    }

    .pay-section .pay-boxs {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding-bottom: 25px;
    }

        .pay-section .pay-boxs .pay-box {
            display: flex;
            justify-content: center;
            flex-direction: column;
            gap: 1em;
            align-items: center;
        }

            .pay-section .pay-boxs .pay-box h3 {
                color: white;
                text-align: center;
                font-size: 20px;
            }

/* Pay Your Bills & Recharges section end  */

/* Mobile Recharges section  start */

.mobile-recharge-banner {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #f5f7fa;
    padding: 20px;
    margin: 100px 0px;
}

    .mobile-recharge-banner .right-side {
        /* width: 50%; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-recharge-banner .left-side {
        /* width: 50%; */
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
    }

        .mobile-recharge-banner .left-side h1 {
            font-size: 50px;
            font-weight: 600;
            margin-bottom: 25px;
        }

        .mobile-recharge-banner .left-side ul {
            display: flex;
            /* align-items: s; */
            flex-direction: column;
            gap: 1em;
            margin-left: 20px;
        }

            .mobile-recharge-banner .left-side ul li {
                font-size: 25px;
            }

/* Mobile Recharges section end  */

/* download banner start  */

.download-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: black;
    color: white;
    margin-top: 180px;
}

    .download-container .right-side .lists {
        display: flex;
        align-items: end;
        margin-left: 15px;
        margin-top: 20px;
        gap: 4em;
    }

    .download-container .left-side img {
        position: relative;
        top: -120px;
    }

    .download-container .right-side .lists ul li {
        font-size: 20px;
        margin-top: 5px;
    }

    .download-container .right-side h1 {
        font-size: 50px;
        color: white;
        line-height: 50px;
    }

    .download-container .right-side p {
        font-size: 20px;
        margin-top: 10px;
        line-height: 25px;
    }

/* download banner end  */

/* money-transfers-container start  */

.money-transfers-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 100px 0px;
    /* flex-direction: column; */
}

    .money-transfers-container .left-side h1 {
        font-size: 50px;
    }

    .money-transfers-container .left-side p {
        font-size: 25px;
        margin-top: 1em;
        line-height: 35px;
    }

.money-transfers-container .left-side {
    padding:10px;
}

.cards {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}

    .cards .card {
        width: 281px;
        height: 281px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #f5f7fa;
        border-radius: 10px;
        padding: 15px;
        box-sizing: border-box;
    }

        .cards .card h2 {
            font-size: 20px;
            margin-top: 15px;
            color: black;
        }

    .cards .card {
        font-size: 20px;
        color: #999999;
        text-align: center;
    }

        .cards .card p {
            line-height: 25px;
        }


/* money-transfers-container end  */
/* Metro Recharge section tart */
.Metro-Recharge-container {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f5f7fa;
    padding-top: 50px;
    margin-top: 100px;
    overflow: hidden;
}

    .Metro-Recharge-container h1 {
        font-size: 50px;
    }

    .Metro-Recharge-container .metro-icons {
        display: flex;
        justify-content: center;
        gap: 5em;
        align-items: center;
        text-align: center;
        margin: 60px 0px;
    }

        .Metro-Recharge-container .metro-icons .icon {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .Metro-Recharge-container .metro-icons .icons h3 {
            color: #2a70ae;
        }

.metro-animation .road {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
}

    .metro-animation .road #train {
        /*width: 100%;*/
    }

.metro-animation .metro {
    width: 100vw;
}

    .metro-animation .metro img {
        position: relative;
        top: 65px;
        animation-name: metro;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
    }

.vidio-section {
    display: flex;
    align-items: center;
    width: 60%;
    margin: auto;
    justify-content: center;
    margin-top: 60px;
}

    .vidio-section video {
        width: 100%;
    }

@keyframes metro {
    0% {
        margin-left: 0%;
    }

    50% {
        margin-left: 50%;
    }

    100% {
        margin-left: 100%;
    }
}

/* Metro Recharge end  */


/* this is footer section  */


.footer footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6F7F8;
    margin-top: 60px;
    padding: 10px;
}

    .footer footer .fir {
        width: 50%;
        height: 277px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer footer .fir ul {
            display: flex;
            flex-direction: column;
            gap: 1em;
            list-style-type: none;
        }

            .footer footer .fir ul li a {
                text-decoration: none;
                font-size: 15px;
                color: black;
                font-weight: bolder;
            }

    .footer footer .sec {
        width: 50%;
        height: 277px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer footer .sec img {
            width: 142px;
        }

    .footer footer .thi {
        width: 50%;
        height: 277px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .footer footer .thi .soical-icons {
            margin-top: 20px;
        }

            .footer footer .thi .soical-icons ul {
                display: flex;
                gap: 2em;
                list-style-type: none;
                flex-direction: row;
            }

                .footer footer .thi .soical-icons ul li a i {
                    font-size: 30px;
                }

        .footer footer .thi ul {
            list-style-type: none;
            display: flex;
            flex-direction: column;
            gap: 1em;
        }

            .footer footer .thi ul li a {
                font-size: 15px;
                color: black;
                text-decoration: none;
            }




/*   start @media quary*/



@media (max-width:1600px) {

    .hero-container .hero-box .right-side h1 {
        font-size: 45px;
    }

    .hero-container .hero-box .right-side p {
        margin-top: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .hero-container .hero-box .right-side .buttons button {
        width: 200px;
        height: 50px;
    }

    .hero-container .hero-box .right-side {
        width: 45%;
    }
}


@media (max-width:1400px) {

    .hero-container .hero-box .right-side h1 {
        font-size: 35px;
    }

    .hero-container .hero-box .right-side p {
        margin-top: 15px;
        font-size: 18px;
        line-height: 23px;
    }

    .hero-container .hero-box .left-side img {
        width: 100%;
    }
}


@media (max-width:1300px) {
    .banner-container .left-side h1 {
        font-size: 40px;
        color: #28365d;
    }

    .banner-container .left-side h2 {
        margin-top: 15px;
        color: #f5ad49;
        font-size: 40px;
    }

    .banner-container .left-side h3 {
        margin-top: 15px;
        font-size: 40px;
        color: #4eba83;
    }

    .banner-container .right-side img {
        width: 100%;
    }


    .banner-container {
        gap: 4em;
    }

    .cards {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        padding: 10px;
        gap: 2em;
    }


    .service-container {
        gap: 6em !important;
        padding: 20px 70px !important;
    }

        .service-container .left-side h2 {
            color: black;
            font-size: 48.48px !important;
        }

            .service-container .left-side h2 br {
                display: none;
            }

}

@media (max-width:1000px) {
    .download-container .left-side {
        display: none;
    }

    .download-container .right-side {
        padding: 30px;
    }
}



@media (max-width:1100px) {
    .hero-container .hero-box .right-side .buttons button {
        width: 160px;
        height: 40px;
    }

    .hero-container .hero-box .right-side h1 {
        font-size: 30px;
    }

    .hero-container .hero-box .right-side .buttons {
        margin-top: 35px;
    }


    .money-transfers-container .left-side h1 {
        font-size: 35px;
    }

    .money-transfers-container .left-side p {
        font-size: 16px;
        margin-top: 1em;
        line-height: 25px;
    }


    .money-transfers-container {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 100px 0px;
        text-align: center;
        gap: 2em;
        flex-direction: column;
    }

        .money-transfers-container .left-side h1 br {
            display: none;
        }

        .money-transfers-container .left-side p br {
            display: none;
        }

        .money-transfers-container .right-side img {
            width: 100%;
            padding: 15px;
        }
}


@media (min-width:992px) {
    .primary-menu.navbar {
        position: inherit;
        display: none !important;
    }

    .header header .login li {
        display: block;
    }
}



@media (max-width:960px) {
    .hero-container .hero-box .right-side p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 17px;
    }

    .hero-container .hero-box .right-side h1 {
        font-size: 25px;
    }

    .hero-container .hero-box .right-side .buttons button a {
        font-size: 15px;
        color: white;
        text-decoration: none;
    }

    .hero-container .hero-box .right-side .buttons button {
        width: 135px;
        height: 32px;
    }

    



    .service-container .right-side img {
        width: 100%;
    }

    .service-container .left-side h2 {
        font-size: 40.48px !important;
    }

    .service-container .left-side ul li {
        font-size: 15px !important;
    }

}


@media (max-width:810px) {
    .hero-container .hero-box .left-side {
        width: 40%;
        display: none;
    }

    .hero-container .hero-box .right-side {
        width: 100%;
        text-align: center;
        padding: 25px;
    }

        .hero-container .hero-box .right-side h1 br {
            display: none;
        }

    .hero-container {
        padding: 20px;
    }
}

@media (max-width:750px) {
    .mobile-recharge-banner .right-side {
        display: none;
        ;
    }

    .headerul {
        display: none;
    }
}

@media(max-width:954px){
    .center-box #close {
        position: absolute !important;
        /* width: 100%; */
        margin-top: 11px !important;
        right: -16px !important;
        margin-right: 33px;
    }
}


@media (max-width:700px) {
    .banner-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        gap: 0em;
        flex-direction: column;
        background-color: #f5f7fa;
    }

    .earn-container .earn-boxs {
        margin-top: 40px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        gap: 2em;
    }

    .pay-section .pay-boxs {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding-bottom: 25px;
        flex-wrap: wrap;
        gap: 3em;
    }


    .footer footer {
        width: 100%;
        display: flex;
        align-items: center;
        background-color: #F6F7F8;
        padding: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .footer footer .thi .soical-icons {
            margin-top: 20px;
            margin-left: 80px;
        }

    .Metro-Recharge-container h1 {
        font-size: 35px;
    }

    .Metro-Recharge-container .metro-icons .icons {
        width: 60px
    }

        .Metro-Recharge-container .metro-icons .icons img {
            width: 100%;
        }

        .Metro-Recharge-container .metro-icons .icons h3 {
            color: #2a70ae;
            font-size: 16px;
            text-align: center;
        }

    .service-container {
        gap: 6em !important;
        padding: 20px 30px !important;
        border-radius: 1px !important;
    }

    .Trusted-by {
        margin-left: 15px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 2em;
    }


    .service-container{
        flex-direction:column;
    }
}

@media (max-width:600px) {
    .earn-container h1 {
        margin-top: 15px;
        font-size: 33px;
    }

    .earn-container p {
        margin-top: 0px;
        font-size: 15px;
        color: #666666;
        line-height: 25px;
    }

    .metro-animation .metro {
        width: 100%;
    }


    .earn-container .earn-box h3 {
        font-size: 23px;
        margin-top: 10px;
    }

    .center-box .qr-box p {
        font-size: 1em !important ;
        margin-top: 15px;
        line-height: 20px;
    }

    .center-box .qr-box h1 {
        font-size: 1.7em !important;
        font-weight: 700;
    }


  



}



@media (max-width:500px) {
    .download-container .right-side h1 {
        font-size: 35px;
        color: white;
        line-height: 43px;
    }

    .download-container .right-side p {
        font-size: 17px;
        margin-top: 0px;
        line-height: 20px;
    }

        .download-container .right-side p br {
            display: none;
        }

    .download-container .right-side .lists {
        display: flex;
        align-items: end;
        margin-left: 15px;
        margin-top: 20px;
        gap: 1em;
    }

    .download-apk {
        margin-bottom: 17px;
        width: 100px;
        margin-left: 60px;
    }

        .download-apk img {
            width: 100%;
        }

    .download-container .right-side .lists ul li {
        font-size: 15px;
        margin-top: 5px;
    }

    .hero-container .hero-box .right-side h1 {
        font-size: 20px;
    }

    /*.hero-container .hero-box .right-side p {
        margin-top: 10px;
        font-size: 10px;
        line-height: 14px;
    }*/

    .hero-container .hero-box .right-side .buttons button a {
        font-size: 11px;
        color: white;
        text-decoration: none;
    }

    .hero-container .hero-box .right-side .buttons button {
        width: 90px;
        height: 25px;
    }

    .hero-container .hero-box .right-side .buttons {
        margin-top: 20px;
    }


    .hero-container .hero-box .right-side p br {
        display:none;
    }

    .hero-container .hero-box .right-side {
        padding: 0px!important;
    }

    .hero-container .hero-box {
        padding: 15px !important;
    }

}
