@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600&display=swap');
html, body {
    font-family: 'Baloo Da 2', cursive;
    background-color: #f5f5f5;
    overflow-x: hidden;
}
/* @media screen and (max-width: 575px) { */
    /* html,
    body {
        overflow-x: auto !important;
    } */
/* } */
.mob-slide{overflow-x: auto !important}
.carousel-item img{margin: auto}
.carousel-item img{width: 100%; height: 305px;}
.carousel-indicators li{
    background: rgb(255 64 129);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-left: 11px;
    border: none;
}
.carousel-indicators {
    bottom: -34px;
}
.carousel-indicators button:focus {
    outline: 0px dotted;
}
.carousel-indicators .active{
    background-color: #000000;
}
a:hover{
    text-decoration: none;
}
.theme-color{color: #414141}
h1{
    font-size: 25px;
    font-weight: 600;
}
.text-area-2 h1{
    font-size: 22px;
    color: #F63677;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}
.text-area-2 h2{font-size: 25px;color: #414141;font-weight: 700;text-align: center;}
.text-area-2 p{font-size: 18px;color: #000;font-weight: 400;padding-top: 0px;text-align: center}
.quizgiri-h-bg{
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px #eaeaea;
}
.navbar-brand img{width: 56px}
.sign-in{
    color: #ffffff;
    text-decoration: none;
    background: #FF4081;
    border-radius: 5px;
    padding: 10px;
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}
.sign-in-2{
    text-decoration: none;
    background: #EEEEEE;
    color: #242424;
    border-radius: 5px;
    padding: 7px 60px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #242424;
    cursor: pointer;
    margin-bottom: 5px;
    width: 340px;
    display: inline-block
}
.sign-in-2:hover{
    color: #ffffff;
    background: #FF4081;
}
.sign-in:hover{
    text-decoration: none;
    color: #000;
}
.sign-in-3{
    color: #ffffff;
    text-decoration: none;
    background: #FF4081;
    border-radius: 5px;
    padding: 10px 55px;
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
}
.app-download-box{
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px #eaeaea;
    margin-top: 20px;
    padding: 12px 12px 12px 12px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
}
.app-download-box h1{
    font-size: 20px;
    margin-bottom: 0px;
}
.quizgiri-box{
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 5px 1px rgb(194 194 194 / 28%);
    width: 400px;
    height: 230px;
    border-radius: 10px;
}
.quizgiri-box h2{
    font-size: 23px;
    color: #414141;
    font-weight: 700;
    margin-bottom: 5px;
}
.quizgiri-box p{
    font-size: 16px;
    color: #8a8989;
    margin-bottom: 22px;
    margin-top: 10px;
    font-weight: 400;
}
.quizgiri-box span{
    font-size: 20px;
    color: #F63677;
    font-weight: 700;
}

.quizgiri-box-2{
    background-color: #fff;
    padding: 20px 14px;
    width: 350px;
    height: 158px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.quizgiri-box-2 h2{
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 65px;
    width: 269px;
    line-height: 28px;
}

.quizgiri-box-2 span{
    font-size: 20px;
    color: #F63677;
    font-weight: 700;
}


.quizgiri-box-3{
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 5px 1px rgb(194 194 194 / 28%);
    width: 320px;
    border-radius: 20px;
}
.quizgiri-box-3 h2{
    font-size: 23px;
    color: #414141;
    font-weight: 700;
    margin-bottom: 5px;
}
.quizgiri-box-3 p{
    font-size: 16px;
    color: #8a8989;
    margin-bottom: 22px;
    font-weight: 400;
}
.quizgiri-box-3 span{
    font-size: 20px;
    color: #F63677;
    font-weight: 700;
}
.win-btn{
    display: inline-block;
    background-color: #fff;
    padding: 6px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 22px;
    width: 324px;
    text-align: center;
    position: absolute;
    bottom: 10px;
}
.clock-btn{
    display: flex;
    border-radius: 8px;
    font-size: 10px;
    line-height: 16px;
    color: #e6e6e6ed;
    background-color: rgb(230 230 230 / 9%);
    padding: 3px 10px;
    height: 21px;
    position: absolute;
    right: 7px;
    top: 20px;
}
.clock-btn img{
    width: 12px; height: 12px
}
.submit-btn{
    background-color: #979797;
    border-color: #979797;
}
.submit-btn:hover{
    background-color: #FF2E75;
    border-color: #FF2E75;
}
.buy-package {
    color: #FF2E75;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}
.back-btn{
    position: absolute;
    top: 25px;
    left: 25px;
}
.quizgiri-box h6{
    background: #FF4081;
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.notice{color: red !important;font-size: 15px}
.form-control{
    background-color: #fff;
    border: 1px solid #ffffff;
    line-height: 35px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f4357a;
    outline: 0;
    box-shadow: 0 0 0 0.1px rgb(244 47 117);
}
.back-btn i{ color: #ff2e75;}
.banner-2 .bonus-banner-2{max-width: 100%;display: none}
.challenge-box{display: block}
.app-head-1{display: none}
.app-download-box-2{display: none}
.app-download-box img{width: 100px}
.tournament-banner{display: block}

/*------NEW Landing Page CSS-----*/
.box-1-2{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px 10px;

}
.box-1-1{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px;
}
.box-1-1 h1{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #FF4081;
}
.box-1-1 p{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #242424;
}
.box-1-2 h1{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #FF4081;
}
.box-1-2 p{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #242424;
}
.box-1-1 .check-p div{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    color: #5F5F5F;
}
.box-1-1 .check-p div:hover{
    color: #000000;
}

.box-1-1 .sign-in{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    padding: 7px 20px;
}

.box-1-2 .list-item{
    line-height: 30px;
}

.box-1-3{
    background: transparent;
    border-radius: 0px;
    padding: 0px;
}
.box-1-3 h1{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #FF4081;
}
.box-1-3 p{
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #242424;
}
.div-1{
    border:2px solid #FF4081;
    border-radius: 16px;
    padding: 15px 30px;
}
.div-2{
    background-color:  #FF4081;
    border-radius: 16px;
    padding: 15px 30px;

}

.package-box p{
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;

    color: #FF4081;
}
.package-box span{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;

    color: #5F5F5F;
}
.div-2 p{color: #fff;}
.div-2 span{color: #fff;}
.div-2 h4{
    background-color: #fff;
    border: 1px solid #FF4081;
    border-radius: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
    width: 40px;
    line-height: 15px;
    padding: 6px;
    color: #FF4081;
    position: absolute;
    right: -20px;
    top: -15px;

}
.q-input{
    padding: 5px 30px;
    text-align: center;
    border: 1px solid #ccc;
}
.product-slider h3{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 23px;
    color: #FF4081;
}
.product-slider p{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 19px;
    color: #242424;
    padding-top: 10px;
}
.footer{
    height: 110px;
}
.footer p{
    font-style: normal;
    font-weight: 300;
    font-size: 8px;
    line-height: 13px;
    color: #5F5F5F;
}
@media (max-width: 576px) {
    .carousel-item img {
        width: 100%;
        height: auto;
    }
    .sign-in-2:hover {
        background: #EEEEEE;
        color: #242424;
    }
    .box-1-1 {
        padding: 40px 10px;
    }
    .py-xs-3{padding: 15px}
    .text-area-2 h2 {
        font-size: 22px;
    }
    .app-download-box img {
        width: 100%;
    }
    .app-download-box h1 {
        font-size: 15px;
    }

    .text-area-2 p {
        font-size: 15px;
    }

    .app-head-1 {
        max-width: 100%;
        margin-top: 20px;
    }

    .app-download-box {
        border-radius: 0px 0 12px 12px;
        display: flex;
        margin: 0px 0;
        align-items: center;
    }

    .app-download-box h1 {
        font-family: Hind Siliguri;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 60px;
        text-align: center;
        text-transform: capitalize;
        color: #5C13BA;
        margin-left: 25px;
    }

    .app-download-box a {
        margin-left: 10px
    }

    .quizgiri-box {
        background-color: #fff;
        padding: 20px;
        width: 260px;
        height: auto;
        box-shadow: 0px 9px 30px #efefef;
        border-radius: 10px;
    }

    .quizgiri-box h2 {
        font-family: 'Baloo Da 2', cursive;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        text-transform: capitalize;
        color: #5C13BA;
    }

    .quizgiri-box span {
        font-family: 'Baloo Da 2', cursive;
        font-style: normal;
        font-weight: bold;
        font-size: 10px;
        line-height: 20px;
        text-transform: capitalize;
        color: #FF4081;
    }

    .quizgiri-box p {
        margin-top: 20px;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        text-transform: capitalize;
        color: #575757;
    }

    .quizgiri-box h6 {
        background: #FF4081;
        border-radius: 5px;
        padding: 6px;
        font-style: normal;
        font-weight: bold;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        margin-bottom: 0px;
    }

    .mob-text {
        font-family: 'Baloo Da 2', cursive;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        text-transform: capitalize;
        color: #414141;
    }
    .quizgiri-box-2 {
        background-color: #fff;
        padding: 20px 14px;
        width: 275px;
    }
    .quizgiri-box-2 h2 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 65px;
        width: 120px;
        line-height: 28px;
    }
    .win-btn {

        width: 250px;
    }
    .banner-2 .bonus-banner-2{max-width: 100%;display: block;    margin: 15px 0 0;}
    .banner-2 .app-download-box{display: none}

    .quizgiri-box-3 h2 {
        font-size: 16px;
        color: #5C13BA;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .quizgiri-box-3 {
        width: 185px;
        padding: 15px;
    }
    .quizgiri-box-3 p{
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 16px;
        text-transform: capitalize;
        color: #575757;
        margin-bottom: 5px;
    }
    .app-head-1{display: block}
    .quizgiri-box-3 span{
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
    }
    .app-download-box-2 {
        display: block;
        margin: 50px 0 0 0;
        align-items: center;
        background: #FFFFFF;
        border-radius: 5px;
        padding: 20px 0;

    }
    .app-download-box-2 h1{
        font-family: Hind Siliguri;
        font-style: normal;
        font-weight: 600;
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        text-transform: capitalize;
        color: #212529;
    }
    .app-download-box-2 img{max-width: 150%}
    .challenge-box{display: none}
    .tournament-banner{display: none}
}
/*@media (max-width: 768px) {*/

    /* Hide scrollbar for Chrome, Safari and Opera */
    /* .mob-slide::-webkit-scrollbar {
        display: block;
    } */

    /* Hide scrollbar for IE, Edge and Firefox */
    .mob-slide {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
/*}*/

.responsive {
    width: 100%;
    max-width: 1000px;
    height: auto;

}
@media(min-width: 577px){
    .justify-content-center-tab {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .product-slider{
        margin: auto;

    }
}
@media (min-width: 769px) {
    .container-fluid{width: 750px}
    .container{width: 750px}
    .product-slider{
        margin: auto;

    }
}
