@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Space+Grotesk:wght@300..700&display=swap');

@font-face {
    font-family: 'Certificate';
    src: url('font/CertificateRegularSWFTE.woff2') format('woff2'),
        url('font/CertificateRegularSWFTE.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'cabinetL';
    src: url('font/CabinetGrotesk-Light.woff') format('woff'),
        url('font/CabinetGrotesk-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'cabinetM';
    src: url('font/CabinetGrotesk-Medium.woff') format('woff'),
        url('font/CabinetGrotesk-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'cabinetB';
    src: url('font/CabinetGrotesk-Bold.woff') format('woff'),
        url('font/CabinetGrotesk-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'cabinetR';
    src: url('font/CabinetGrotesk-Regular.woff') format('woff'),
        url('font/CabinetGrotesk-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'cabinetR';
}

body{
    overflow-x: hidden;
}


a{
    text-decoration: none;
    color: #301099;
}

.header-wrapper{
    background: #FFF;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0px;
    z-index: 200;
}

.banner-wrapper{
    background: #301099;
}

.how-wrapper{
    background: #FAFAFC url('img/how-its-work2.svg') no-repeat center center/cover;
    min-height: 500px;
}
.how-wrapper-mobile
{
    display: none;
}
.purple-wrapper{
    background: #301099;
    min-height: 500px;
    color: #FFF;
    padding: 50px 0;
}
.error {
    color: red !important;
}

.stream-wrapper{
    background: #FAFAFC url('img/how-its-work2.svg') no-repeat center center/cover;
    min-height: calc(100vh - 90px);
    padding: 60px 0;
}

.qus-block{
    background: #FAFAFC url('img/testbg.svg') no-repeat center center/cover;
    min-height: calc(100vh - 90px);
}

.test-qus{
    color: #1D1F1B;
    font-family: cabinetR;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.test-qus-block{
    display: flex;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
}

.qus-index{
    width: 40px;
    height: 40px;
    background: #ececec;
    display: block;
    color: #1D1F1B;
    font-family: cabinetR;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
}

.stream-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.stream-icons{
    text-align: center;
    width: 25%;
    margin-bottom: 2rem;
}

.stream-icons div{
    background: #FFF;
    width: 138px;
    height: 138px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
}

.white-wrapper{
    background: #FFF;
    min-height: 500px;
    color: #000;
    padding: 80px 0;
}
.white-wrapper2
{
    background: #FFF;
    min-height: 500px;
    color: #000;
}
.wrappad
{
    padding: 50px 0;
}


#user_type-error{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

h2{
    color: #4B28BF;
    font-family: "cabinetR";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h3{
    color: #2AB87E;
    font-family: "cabinetR";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 20px;
}

h6{
    color: #1E1E1E;
    font-family: "cabinetR";
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.stream-select{
    width: 100%;
    max-width: 500px;
    display: block;
    margin: auto;
}

.discover-block{
    margin-bottom: 20px;
}

.discover-block img{
    padding: 10px;
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.discover-block h5{
    color: #4B28BF;
    font-family: "cabinetR";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.discover-block p{
    color: #000;
    font-family: "cabinetR";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

h2.title2{
    color: #FFBB39;
}

.how-text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.how-text span{
    background: #301099;
    color: #FFF;
    width: 60px;
    height: 60px;
    border-radius: 0px 15px;
    display: block;
    font-size: 32px;
    text-align: center;
    line-height: 60px;
}

.how-3 span{
    background: #BA28D3;
}

.how-2 span{
    background: #FE2712;
}

.how-4 span{
    background: #2AB87E;
}

.arrow{
    position: absolute;
    right: -500px;
    top: 800px;
    width: 1000px;
}

.info-img{
    max-width: 80%;
    display: block;
}

.btn-outline-primary{
    background: #FFF;
    border: 1px solid #301099;
    color: #301099;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-outline-primary:hover{
    background: #301099;
    color: #FFF;
    border: 1px solid #301099;
}

.btn-outline-success{
    background: #FFF;
    border: 1px solid #2AB87E;
    color: #2AB87E;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-outline-success:hover{
    background: #2AB87E;
    color: #FFF;
    border: 1px solid #2AB87E;
}

.btn-outline-danger
{
    background: #fff;
    padding: 10px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}
.btn-outline-danger:hover
{
    background: #dc3545;
    color: #fff;
    border: 1px solid #dc3545;
}

.btn-primary{
    background: #2AB87E;
    border: 1px solid #2AB87E;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover{
    background: #4518db;
    color: #FFF;
    border: 1px solid #301099;
}

.btn-success{
    background: #2AB87E;
    border: 1px solid #2AB87E;
    color: #FFF;
}

.test-header{
    background: #05CDBA;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.16);
    /* padding: 30px 0; */
    position: sticky;
    top: 90px;
    z-index: 102;
}

.test-stream{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px 30px;
    background: #3335CF;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
    color: #FFF;
}

.test-header::after{
    content: '';
    width: 65px; 
    height: 100%;
    /* background: url('img/camp-icon.svg') no-repeat center center/cover; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.mcqtable{
    width: 93%;
    margin: auto;
}
.textbluebg{
    
        background: #f15a29;
        text-align: center;
        color: #fff;
        width: 100%;
        /* margin-left: -13px; */
}
.hacktextbox{
    padding: 8px;
    background-color: #e9edef;
    color: #000;
    margin-bottom: 20px;
}
.group-btn{
    padding: 10px 20px;
    background-color: #f15a29;
    color: #fff;
    margin-bottom: 20px;
    border: none;
    margin: 10px auto 20px auto;
    display: block;
    border-radius: 7px;
}
.test-header::before{
    content: '';
    width: 65px;
    height: 100%;
    /* background: url('img/camp-icon.svg') no-repeat center center/cover; */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: rotate(180deg);
}

.test-header .container{
    position: relative;
    z-index: 2;
}

.test-stream img{
    width: 40px;
    height: 40px;
}



.test-option{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.06);
    color: #000;
    margin-top: 20px;
    cursor: pointer;
}

.test-option:hover, .test-option.active {
    /* background: #EAEAFF; */
    background: #c7e9e5;
}

.test-option:hover span, .test-option.active span{
    /* background: #301099; */
    background: #05cdba;
    color: #FFF;
}

.test-option span{
    background: #F5F5F5;
    min-width: 55px !important;
    height: 100%;
    line-height: 60px;
    text-align: center;
    border-radius: 10px 0px;
}

.test-option p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.logo{
    width: 240px;
    /* width: 350px; */
}
.assesmentbtn
{
    background: #fff !important;
    color: #000 !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}
.assesmentbtn:hover
{
    background: #2AB87E !important;
    color: #fff !important;
}
.popup-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.popup{
    background: #FFF;
    width: 500px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.popup.popup-register{
    width: 1000px;
}

.login-logo{
    width: 220px;
    display: block;
}

.login-icon{
    width: 100px;
    display: block;
}

.user-menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* border: 1px solid #301099; */
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.user-menu .dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    display: none;
    z-index: 100;
}

.user-menu .dropdown-menu a{ 
    display: block;
    padding: 5px 10px;
    color: #000;
    font-family: "cabinetR";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    transition: all 0.3s ease-in-out;
}

.user-menu .dropdown-menu a:hover{
    background: #301099;
    color: #FFF;
}

.user-menu:hover .dropdown-menu{
    display: block;
}

.user-menu:hover{
    background: #301099;
    color: #FFF;
}

.progress-bar{
    background: #2AB87E;
}

.result-contact{
    border-radius: 16px;
    background: #2AB87E;
    padding: 25px 20px;
    font-size: 20px;
    color: #FFF;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 95%;
    margin: 20px 0;
}

.result-card{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.pg, ul li{
    color: #000;
    font-family: "cabinetR";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

h4.result-title{
    color: #3335CF;
    font-family: "cabinetR";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
}

h4.title-sm{
    font-size: 20px;
}

.list-items{
    margin: 0;
    padding: 0;
}

.list-items li{
    background: url('img/list-icon.svg') no-repeat left center;
    list-style: none;
    background-size: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.course-card{
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    margin-bottom: 20px;
    border: 1px solid #301099;
}

.result-badge{
    width: 300px;
    height: 300px;
    background: url('img/badge.svg') no-repeat center center/cover;
    padding-top: 150px;
    margin: 0 auto;
}

.badge-label{
    color: #000;
    font-family: "cabinetR";
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
}

.badge-course{
    color: #301099;
    font-family: "cabinetR";
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    width: 50%;
    margin: auto;
    display: block;
    text-align: center;
}

.result-report{
    position: sticky;
    top: 150px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    background: #F6F6FE;
    padding: 100px 0;
}

.result-name{
    color: #2AB87E;
    font-family: Certificate;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.925px;
    text-align: left;
}
.rightfloat .error
{
    display: flex;
    justify-content: end;
    right: 0px;
    font-size: 13px;
}
.scorebg
{
    background: url(../assets/img/grncircle.svg) no-repeat center center/cover;
    margin: auto;
    width: 120px;
    height: 120px;
    line-height: 120px;
    justify-content: center;
    justify-items: center;
    color: #3335CF;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}
.marginleftsc
{
    margin-left: 30px;
}
.marginleftsc2
{
    margin-left: 50px;
}
.rightboreder
{
    border-right: #eee solid 5px;
}
.shadowlg
{
    box-shadow:0px 2px 16px 1px rgba(123,123,123,0.3);
    padding: 10px;
}
.refer-wrapper
{
    background: #FF9900;
    padding: 30px;
    border-radius: 10px;
    margin-top: 150px;
    width: 90%;
    margin:150px auto 60px auto ;
}
.input-group-text
{
    background: #EBEBEB !important;
}
.input-group
{
    margin-bottom: 20px;
    margin-top: 10px;
}
.textbox
{
    padding: 12px;
    font-size: 15px;
}
.referbtn
{
    background: #4B28BF;
    border: #4B28BF solid 1px;
    color: #fff;
    width: 120px;
    text-align: center;
    padding: 8px;
    margin:15px auto auto auto;
    display: block;
}
.referfriendcls {
    position: relative;
    margin-top: -159px ;
    left: -82px;
}
.numberlist
{
    margin-left: 0px;
}
.numberlist li
{
    font-size: 15px;
    padding-bottom: 10px;
    list-style: decimal;
}
.numberlist li::marker
{
    font-weight: bold;
}
.aresetpg
{
    font-weight: 600;
    text-align: center;
    line-height: 30px;
}
.borderright
{
    border-right: #ddd solid 2px;
    padding-right: 50px;
}
.paddingdiv
{
    padding: 3rem;
}
.login-wrapper
{
    background: #fff url("img/how-its-work2.svg") no-repeat center/center cover;
    padding: 30px 0px;
}

.login-holder {
    position: relative;
    top: 20%;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px #0000001A;
    margin: auto;
    width: 500px;
    border-radius: 20px;
}
.resendotp
{
    font-size: 13px;
    color: #1D1F1B;
}  
.veiwprgrmbtn
{
    background: #FF3A29;
    border: #FF3A29 solid 1px;
    margin: 20px 0px auto auto;
    display: block;
    padding: 5px 15px 5px 15px;
    font-weight: 400;
    border-radius: 0px;
}
.resultlist
{
    list-style: none;
}
.percentagetext {
    position: relative !important;
    top: -142px !important;
    left: 120px !important;
    color: #34B53A;
    font-size: 35px !important;
    font-weight: 500;
}
.scoremrg
{
    margin-top: -100px !important;
}

@media only screen and (max-device-width: 810px){

    .percentagetext {
        position: relative !important;
        top: -180px !important;
        left: 155px !important;
        color: #34B53A;
        font-size: 40px !important;
        font-weight: 500;
    }

    .arrow{
        display: none;
    }

    .stream-icons{
        width: 33.333%;
    }

    .container, .container-md, .container-sm{
        max-width: 95%;
    }

    .test-header h2{
        font-size: 18px;
    }

    .test-header::after, .test-header::before{
        display: none;
    }

    .info-home{
        flex-direction: column-reverse;
    }

    .info-img{
        max-width: 250px;
        display: none;
    }

    .result-report{
        margin-top: 80px;
        padding: 20px 0;
    }

    .result-name{
        font-size: 40px;
    }
}


@media only screen and (max-device-width: 480px){

.login-icon{
    width:70px !important;
}
.login-logo{
    width:150px !important;

}
.scoremrg
{
    margin-top: 0px;
}
.login-holder
{
    width: 90%;
    margin: auto;
    top: 20%;
}
.user-menu .dropdown-menu
{
    left:-95px !important;
}

#user_type-error{
  
    font-size: small;
}
.stream-wrapper
{
    background: #FAFAFC url('img/how-its-work2-mb.png') no-repeat;
    background-size: cover;
}
.white-wrapper
{
    padding: 30px 0px;
}
.logo
{
    /* width: 100px; */
    width: 185px;
}
.textbluebg {
    width: 100%;
    padding: 10px;
}
.paddingdiv
{
    padding: 1rem;
}
.rightboreder
{
    border-right: none;
}
.input-group
{
    margin-bottom: 10px;
}    
.refer-wrapper{
    margin:150px auto auto auto;
    width: 90%;
}
.test-header
{
    position: relative;
    top: 0px;
}    
.howworkimg
{
    width: 75%;
    display: block;
    margin: auto;
}    
.how-text
{
    font-size: 16px;
    margin-bottom: 25px;
}
    
.how-text span
{
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 43px;
}    
.how-wrapper
{
    display: none;
}
.how-wrapper-mobile
{
    display: block;
    background: #FAFAFC url('img/how-its-work2.svg') no-repeat center right/cover;
    min-height: 500px;
}
.marginleftsc
{
    margin:auto;
}
.result-name{
    font-size: 34px;
}

 .stream-icons{
    width: 50%;
 }

 .arrow{
    display: none;
 }

 .footer-logo{
    width: 150px;
    margin: 0 auto;
    display: block;
 }

 .copy{
    text-align: center;
 }
 .result-contact{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
 }

 .result-contact div{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
 }

 .result-contact a{
    width: 100%;
 }

 .result-contact span{
    width: 100%;
    text-align: center;
 }

 h2{
    font-size: 24px;
    text-align: center;
 }

 h3{
    font-size: 20px;
    line-height: 120%;
 }

 h6{
    font-size: 18px;
    text-align: center;
    line-height: 120%;
 }

 .user-menu{
    font-size: 0;
    gap: 0;
    border: none;
 }

 .test-header::after, .test-header::before{
    display: none;
 }

 .test-qus{
    font-size: 20px;
 }

 .qus-index{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    display: none;
 }

 .test-option p{
    font-size: 14px;
    padding-right: 10px;
 }

 .test-header h2{
    margin-bottom: 25px !important;
    text-align: center;
 }

}