*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body,
html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    overflow-x: hidden;
    color: #000000;
    font-family: "Public Sans", sans-serif;
}
h1,h2,h3 {
    margin: 0;
    font-family: "Zilla Slab", serif;
    
}
h4,h5,h6 {
    margin: 0;
    font-family: "Public Sans", sans-serif;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000000;
}
p:last-child {
    margin-bottom: 0
}
a,
button {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    transition: all .4s ease;
}
a, button, img, input, textarea {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
a:focus {
    text-decoration: none;
    outline: 0
}
a:hover {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto
}
ul {
    margin: 0;
    padding: 0
}
li {
    list-style: none;
    transition: all .4s ease;
}
.section-padding {
    padding: 20px 0 20px 0;
}
.pad-top {
    padding-top: 20px;
}
.pad-bottom {
    padding-bottom: 20px;
}
.section-heading-center {
    display: flex;
    text-align: center;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.section-heading-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.main-head {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffad04;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 0 0 20px #47007f;
    z-index: 111;
}
/*.main-head:after {
    content: "";
    background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(73 21 115) 100%);
    position: absolute;
    bottom: -10px;
    width: 50%;
    height: 2px;
    left: 23%;
    transform: translate(0, -23%);
}*/
.inline-main-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-top: 100px;
}
.main-btn {
    font-weight: 500;
    height: 40px;
    padding: 0 15px;
    border-radius: 0 30px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn-1 {
    color: #fff;
    background: #d12881;
}
.btn-1:hover {
    color: #ffffff;
    background: #e56d10;
}
.main-btn i{
    padding-left: 5px;
}

.bg_1 {
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
}


.card2 {
    position: relative;
    width: 100%;
    height: 280px;
    padding: 30px 15px;
    z-index: 1;
    margin-top: 80px;
    background: rgb(127, 35, 204);
    background: radial-gradient(circle, #8f13bd 0%, rgb(29 7 73) 100%);
}
.card2:before {
    content: "";
    background: rgb(234, 191, 86);
    background: radial-gradient(circle, rgba(234, 191, 86, 1) 0%, rgba(35, 7, 92, 1) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    left: 0;
}
.card2:after {
    content: "";
    background: rgb(234, 191, 86);
    background: radial-gradient(circle, rgba(234, 191, 86, 1) 0%, rgba(35, 7, 92, 1) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
}
.card2 img {
    height: 100px;
    width: 100px;
    border: 5px solid transparent;
    background-image: linear-gradient(#743ad5, #d53a9d), linear-gradient(65deg, #0dcaf0 0%, #cd932c 75%, #e2ab4b 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 50%;
    margin-top: 15px;
}
.user-name {
    font-size: 28px;
    color: #fff;
    margin-top: 10px;
}
.user-class {
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
}
.card-btn {
    position: absolute;
    bottom: 80px;
    width: 100%;
    height: 55px;
    padding: 0px 15px;
    z-index: 1;
    background: radial-gradient(circle, rgba(90, 32, 153, 1) 0%, rgba(76, 29, 135, 1) 100%);
    font-family: "Zilla Slab", serif;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}
.card-btn:hover {
    color: #fff;
}
.card-btn:before {
    content: "";
    background: #893be6;
    background: radial-gradient(circle, #9e55f5 0%, #511e8d 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    left: 0;
}
.card-btn:after {
    content: "";
    background: #893be6;
    background: radial-gradient(circle, #9e55f5 0%, #511e8d 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
}
.countdown-bg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.countdown-box {
    background: url(../images/count-bg-2.gif) no-repeat center;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid #8f65c5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 22px;
    text-shadow: 0 0 20px #000;
    font-weight: 800;
    position: relative;
    z-index: 1;
}
#countdown {
    text-shadow: 0 0 20px #000;
}
.question-heading {
    background: rgb(4, 92, 128);
    background: linear-gradient(180deg, rgba(4, 92, 128, 1) 0%, #030631 50%, rgba(4, 92, 128, 1) 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 15px;
    margin-top: 10px;
}
.question-heading h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}
.ans-box-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pad-top-20 {
    padding-top: 20px;
}
.ans-box {
    background: url(../images/ans-box-bg.png) no-repeat center;
    margin-top: 8px;
    background-size: contain;
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.ans-box-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.ans-box-item:before {
    content: "";
    position: absolute;
    top: 37px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 2px;
    z-index: 0;
}
.ans-box span {
    color: #ffad04;
    position: absolute;
    left: 20px;
    font-size: 18px;
    font-weight: 600;
}
.ans-box p {
    color: #ffffff;
    font-size: 16px;
}
.question-bottom-box {
    border-top: 4px solid #553272;
    border-bottom: 4px solid #553272;
    background: rgb(25, 8, 86);
    background: linear-gradient(180deg, rgba(25, 8, 86, 1) 0%, rgba(125, 49, 181, 1) 100%);
    padding: 10px 0 5px 0;
    margin-top: 15px;
    width: 100%;
}
.question-btn-section .btn-box {
    border-radius: 64px;
    background: rgb(4, 92, 128);
    background: linear-gradient(180deg, rgba(4, 92, 128, 1) 0%, #030631 50%, rgba(4, 92, 128, 1) 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.question-btn-section .btn-box img {
    height: 34px;
}
.question-btn-section {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #683793;
    padding: 15px 10px;
}
.question-btn-section:before {
    content: "";
    background: #c0a1dc;
    background: radial-gradient(circle, #c0a1dc 0%, #683793 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    left: 0;
}
.total-head {
    color: #ffffff;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.user-mark {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffad04;
    letter-spacing: 2px;
    position: relative;
    background: #ffffff1c;
    padding: 18px 50px;
    border-radius: 16px;
    margin-top: 15px;
    border: 1px solid #ffad04;
}
.card-btn:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 55px;
    position: absolute;
    z-index: 1;
    animation: slide 2s infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(223 153 255 / 17%) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
}
@keyframes slide {
    0% {transform:translateX(-100%);}
    100% {transform:translateX(100%);}
}
.bg_1:before {
    content: '';
    top: 0;
    width: 100%;
    height: 20%;
    position: absolute;
    background: linear-gradient(180deg, rgb(125 49 181 / 80%) 0%, rgb(25 8 86 / 0%) 100%);
}

.ans-box span img {
    height: 20px;
}
.question-set {
    padding-bottom: 75px;
    height: auto;
}
.second-head {
    position: relative;
    z-index: 1;
}
.second-head img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}
.second-head .title{
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    color: #000;
    top: 10px;
    font-size: 24px;
    font-weight: 600;
}
.subject-box {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 10px;
    background: #683793;
    width: 115px;
    border-radius: 10px 10px 0 0;
}
.subject-box a {
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #a370cf;
}
.subject-box a:last-child {
    border-bottom: 0 solid #a370cf;
}
.progressbar-section img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.progressbar-section {
    position: relative;
    width: 100%;
    height: 330px;
    padding: 30px 15px;
    z-index: 1;
    margin-top: 50px;
    background: rgb(127, 35, 204);
    background: radial-gradient(circle, #8f13bd 0%, rgb(29 7 73) 100%);
}
.progressbar-section:before {
    content: "";
    background: rgb(234, 191, 86);
    background: radial-gradient(circle, rgba(234, 191, 86, 1) 0%, rgba(35, 7, 92, 1) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    left: 0;
}
.progressbar-section:after {
    content: "";
    background: rgb(234, 191, 86);
    background: radial-gradient(circle, rgba(234, 191, 86, 1) 0%, rgba(35, 7, 92, 1) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
}
.progress-title {
    font-size: 28px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 15px;
}

/*---- progress chat start ----*/
@keyframes bake-pie {
    from {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}
.pieID {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 160px;
}

.pe {
    height: 200px;
    width: 200px;
    position: relative;
    margin: 0 30px 30px 0;
}
.pie::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 75px;
    height: 75px;
    background: #ffffffe8;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pie::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
    margin: 220px auto;
}
.slice {
    position: absolute;
    width: 150px;
    height: 150px;
    clip: rect(0px, 150px, 150px, 75px);
    animation: bake-pie 1s;
}
.slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    clip: rect(0px, 150px, 150px, 75px);
}
.legend {
    list-style-type: none;
    margin: 0;
    background: #ffffff4f;
    padding: 15px;
    font-size: 14px;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5px;
}
.legend li {
    width: 100%;
    height: 16px;
    margin-bottom: 8px;
    padding-left: 5px;
    border-left: 1.25em solid black;
}
.legend li:last-child {
    margin-bottom: 0;
}
.legend em {
    font-style: normal;
}
.legend span {
    float: right;
}
/*---- progress chat end ----*/

.sidebar-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
}
.sidebar-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.question-inline-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-top: 10px;
}
.question-inline-btn a {
    border-radius: 64px;
    background: rgb(30 10 91);
    background: linear-gradient(180deg, #9351cd 0%, #410d71 50%, #9351cd 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 20px;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.modal-body.final-result-section {
    padding: 0;
    background: rgb(30 10 91);
    border: 1px solid rgb(117 46 174);
}
.final-result-box .final-card {
    background: rgb(30 10 91);
    background: linear-gradient(180deg, #551C8F 0%, #551C8F 50%, #6f34ab 100%);
    padding: 15px;
}
.final-card h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffad04;
    letter-spacing: 2px;
    position: relative;
    text-shadow: 0 0 20px #47007f;
    z-index: 111;
    text-align: center;
}
.final-card-body .next-btn {
    border-radius: 64px;
    background: #5abd17;
    background: linear-gradient(180deg, #5abd17 0%, #35730a 50%, #5abd17 100%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px 20px;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.final-card-body p {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.final-card-body {
    padding: 30px 15px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*--------------- sidebar start ----------------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background-color: #340a61;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 15px 15px 15px 45px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: left;
    position: relative;
}

.sidenav a:hover {
    color: #f1f1f1;
}
.sidenav a i {
    position: absolute;
    left: 15px;
    top: 17px;
}
.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 36px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.menu-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    position: relative;
}
.logo img {
    height: 26px;
}
.menu-bar {
    font-size: 24px;
    color: #fff;
}
/*--------------- sidebar end ----------------*/































