@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-image: url(../images/bg.svg); /* Apply background image to body */
    background-size: cover; /* Ensure image covers the entire viewport */
    background-position: center center; /* Center the background image */
    background-repeat: no-repeat; /* Prevent image repetition */
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;

}

.main {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color: rgba(246, 245, 239, 0.95) /* Apply background color with opacity (0.2) */;
}
.main::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/bg.svg);
    height: 100vh;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

/* Header Styling */
header {
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Footer Styling */
footer {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 18px 30px;
    width: 100%;
    margin-top: auto;
    height: 66px;
}



footer p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.88px;
    letter-spacing: 0%;
}

.socialMediaWrap {
    display: flex;
    gap: 22.67px;
}

.socialMediaWrap a img {
    width: 19px;
    height: 19px;
}
/* Bnaner page Design */
.BannerMain {
    width: 100%;
    height:calc(100vh - 181px);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Optional header styling for clarity */
.title {
    font-weight: 600;
    font-size: 115px;
    line-height: 120px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    color: #1B1B1B;
    font-family: 'ClashGrotesk-Semibold';
    position: relative;
}

.MainCOntent {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.MainCOntent::before {
    content: ' ';
    position: absolute;
    top: -50px;
    right: -50px;
    background-image: url(../images/TitleRightimg.svg);
    width: 66px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
}
.MainCOntent::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/ArrowImg.svg);
    width: 201px;
    height: -webkit-fill-available;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, 15%);

}
.main-para{
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
}
.btnCont {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 85%;
}
.btnimg {
    width: 20%;
    background: #619BEC;
    padding: 10px;
    display: flex;
    border-radius: 7px;
}
.btnimg.rapidimg {
    background: #86BB6D;
}
.btnimg.jumbleimg {
    background: linear-gradient(90deg, #F09FFD 37.65%, #1494F1 104.96%);
}
.btnimg img{
    width: 100%;
    height: 100%;
}
.btnCont h6 {
    font-size: 22px;
}
.btnCont p {
    font-size: 20px;
    color: #938c8c;
    font-weight: 400;
}

.QuizBtnWrap {
    margin-top: 40px;
    display: flex
;
    align-items: stretch;
    gap: 16px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}

.QuizBtnWrap .QuizBtn {
    display: flex;
    gap: 16px;
    border: 1px solid #E5E5E5;
    color: #000000;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    padding: 20px;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.2s ease-in-out;
    width: calc(33.33% - 16px);
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}


.socialMediaWrap a {
    display: flex
;
}
/* responsive styling */
@media (max-width: 1500px) {
    header{
        padding:22px;
    }
    .title {
        font-size: 64px;
        line-height: 64px;
    }
    .main-para {
        font-size: 15px;
    }
    .MainCOntent::after {
        width: 150px;
        height: -webkit-fill-available;
        left: 50px;
    }
 
    .MainCOntent {
        width: 82%;
    }
    .MainCOntent::before {
        right: 100px;
        width: 42px;
        top: -20px;
        height: 64px;
    }
    footer p {
        font-size: 16px;
    }
    .BannerMain {
        height: calc(100vh - 124.28px);
    }
    footer {
height: 46px;
}
    header img {
        width: 256px;
    }
    .QuizBtnWrap {
        margin-top: 48px;
    }
    .QuizBtnWrap .QuizBtn {
        padding: 15px;
        border-radius: 7px;
    }
    .btnCont p {
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) and (min-height: 800px) and (orientation: landscape) {
    .MainCOntent {
        width: 95%;
    }
}
@media (max-width: 992px) {
    .title {
        font-size: 46px;
        line-height: 46px;
    }
    .main-para {
        font-size: 17px;
    }

    .QuizBtnWrap {
        margin-top: 30px;
        gap: 5px;
    }
    .MainCOntent::before {
        width: 60px;
        height: 61px;
        right: 45px;
    }
   br{
    display: none !important;
   }
   .MainCOntent {
    padding: 20px 10px;
    width: 100%;
}
.btnCont p {
    font-size: 10px;
}
.btnimg {
    width: 15%;
    padding: 3px;
}
.MainCOntent::after {
    width: 85px;
    height: -webkit-fill-available;
    left: 26px;
    top: 24%;
}
footer {
    padding: 10px 20px;
    height: 50px;
}
footer p{
    font-size: 16px;
}
.socialMediaWrap {
    gap:14px;
}
header {
    padding: 15px;
}
header img {
    width: 260px;
}
.BannerMain {
    height: calc(100vh - 113px);
}
.btnCont h6 {
    font-size: 18px;
}
.QuizBtnWrap .QuizBtn {
    padding: 7px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 768px) and (max-height: 768px) {
    .title {
        font-size: 55px;
        line-height: 55px;
    }
    .main-para {
        font-size: 13px;
    }
  
    .MainCOntent::after {
        width: 236px;
        height: 168px;
    }
    .QuizBtnWrap {
        margin-top: 45px;
    }
    header {
        padding: 15px;
    }
    header img {
        width: 260px;
    }
    .BannerMain {
        height: calc(100vh - 130px);
    }
}
@media only screen and (width: 820px) and (height: 1180px) {
    .title {
        font-size: 52px;
        line-height: 52px;
    }
    .MainCOntent {
        padding: 20px 15px;
    }
    .MainCOntent::after {
        width: 70px;
        height: -webkit-fill-available;
        left: 29px;
        top: 39%;
    }
    .btnCont p {
        font-size: 12px;
    }

}
@media only screen and (width: 1024px) and (height: 1366px) {
    .MainCOntent::after {
        width: 198px;
        height: 195px;
        left: 30px;
    }
}
@media (max-width: 767px) {

 
    .title {
        font-size: 23px;
        line-height: 23px;
    }
    .main-para {
        font-size: 14px;
        padding: 0px 10px;
        margin-top: 15px;
    }
    .btnimg {
        width: 15%;
        border-radius: 3px;
        padding: 5px;
    }
    footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 10px;
    }
    .MainCOntent {
        padding: 0px;
        width: 95%;
    }
    footer p{
        text-align: center;
        font-size: 12px;
    }
    header {
        padding: 10px;
    }
    header img {
        width: 190px;
    }
    .QuizBtnWrap {
        flex-direction: column;
        gap: 15px;
        margin-top: 50px;
    }

    .MainCOntent::after {
        width: 65px;
        height: 105px;
        left: 20px;
        top: 17.5%;
    }

    .MainCOntent::before {
        width: 35px;
        height: 26px;
        right: -8px;
        background-size: contain;
    }
    .QuizBtnWrap .QuizBtn {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
    }
}
@media screen and (max-width:992px) and (orientation:landscape){


    .BannerMain {
        height: auto;
    }   
    .MainCOntent {
        padding: 10px;
        width: 95%;
    }
    .QuizBtnWrap {
        gap: 7px;
        margin-top: 12px;
    }

        br{
        display: block !important;
    }
    .title {
        font-size: 33px;
        line-height: 33px;
    }
    .main-para {
        font-size: 10px;
        margin-top: 10px;
    }
    .MainCOntent::after {
        width: 43px;
        height: 50px;
        left: 41px;
        top: 34px;
    }
    .QuizBtnWrap .QuizBtn {
        padding: 5px 10px;
        border-radius: 5px;
        gap: 5px;
    }
    .btnCont p {
        font-size: 12px;
    }
    header img {
        width: 205px;
    }

    footer p {
        font-size: 14px;
        line-height: normal;
    }
    .socialMediaWrap a img {
        width: 14px;
        height: 14px;
    }

    .btnimg {
        width: 5%;
    }
    .btnCont{
        width: 95%;
    }
    .MainCOntent::before {
        width: 36px;
        height: 47px;
        right: 127px;
        top: 10px;
    }
    .MainCOntent {
        padding: 10px 30px;
        width: 95%;
    }
    .title {
        font-size: 24px;
        line-height: 24px;
    }
    footer{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
}
/* @media (max-width: 1200px) {
    .MainCOntent {
        width: 95%;
    }
    .title {
        font-size: 84px;
        line-height: 84px;
    }
    .QuizBtnWrap .QuizBtn {
        padding: 15px;
    }
    .btnCont h6 {
        font-size: 20px;
    }
    .btnCont{
        gap: 5px;
    }
    .btnCont p {
        font-size: 16px;
    }
    .QuizBtnWrap {
        margin-top: 40px;
        gap: 12px;
    }
} */
@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 768px) and (orientation: landscape) {
    .MainCOntent {
        width: 95%;
    }
    .QuizBtnWrap{
        gap: 7px;
    }
    .QuizBtnWrap .QuizBtn {
        padding: 10px
    }
    .btnimg {
        width: 15%;
    }
    .btnCont p {
        font-size: 15px;
    }
    .MainCOntent::after {
        width: 150px;
        height: -webkit-fill-available;
    }
}
@media screen and (min-width: 820px) and (max-width: 1199px) and (orientation: landscape) {
    .MainCOntent {
        width: 98%;
    }
    .MainCOntent::after {
        width: 109px;
        height: -webkit-fill-available;
        left: 50px;
        top: 10%;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1024px) and (min-height: 1366px) and (orientation: portrait) {
    .MainCOntent {
        width: 98%;
    }
    .MainCOntent::after {
        width: 109px;
        height: -webkit-fill-available;
        left: 50px;
        top: 10%;
    }
    .btnCont p {
        font-size: 13px;
    }
    .title {
        font-size: 56px;
        line-height: 56px;
    }
}
