.container,
body {
    min-height: 100vh;
    height: 100vh
}

body,
header p {
    font-size: 16px;
    margin: 0
}

.article-section h3,
header p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

.coins,
.popup {
    max-width: 350px
}

.about-us h1,
.age-confirmation button,
.description h2,
.terms-conditions h1,
header p {
    letter-spacing: 1px;
    text-transform: uppercase
}

.about-us h1,
.age-confirmation button,
.contact-form button,
.contact-us h1,
.description h2,
.play-now,
.privacy-policy h1,
.privacy-policy h2,
.quizList_categoryLiveDiv__9RGte,
.terms-conditions h1,
.terms-conditions h2,
header p {
    text-transform: uppercase
}

body {
    font-family: Poppins, sans-serif;
    padding: 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    background: linear-gradient(rgba(30, 60, 114, .6), rgba(234, 114, 158, .4)) center/cover, url('images/background.png') center/cover no-repeat;
    width: 100vw
}

.container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    animation: 1s ease-in fadeIn;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: linear-gradient(135deg, rgba(180, 150, 120, .5) 0, rgba(200, 180, 120, .3) 60%, rgba(255, 255, 255, .08) 100%) center/cover, url('images/call-of-duty.png') center/cover no-repeat
}



/* ads-container */

.ads-container {
    padding: 12px;
    text-align: center;
    font-size: 14px;
    border: 2px dotted #afa4a4;
    color: #fff;
    border-radius: 20px;
    margin: 10px;

    max-width: 400px;
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 380px;
    height: auto;
}

.ads-container::before {
    content: "Advertisement";
    display: block;
    font-size: 12px;
    color: #fffefe;
    margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
    .ads-container {
        padding: 10px;
        font-size: 13px;
        margin: auto;
    }
}

@media screen and (max-width: 480px) {
    .ads-container {
        padding: 9px;
        font-size: 12px;
        margin: auto;
    }
}

@media screen and (max-width: 450px) {
    .ads-container {
        padding: 8px;
        font-size: 11.5px;
        margin: auto;
    }
}

@media screen and (max-width: 400px) {
    .ads-container {
        padding: 7px;
        font-size: 11px;
        margin: auto;
    }
}

@media screen and (max-width: 380px) {
    .ads-container {
        padding: 6px;
        font-size: 10.5px;
        margin: auto;
    }
}

@media screen and (max-width: 350px) {
    .ads-container {
        padding: 5px;
        font-size: 10px;
        margin: auto;
    }
}

@media screen and (max-width: 320px) {
    .ads-container {
        padding: 0;
        font-size: 9.5px;
        margin: auto;
    }
}


/* ----------------------- */






.container::-webkit-scrollbar {
    display: none
}

header img {
    height: 50px !important;
    width: auto
}

header p {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: gold
}

header {
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding: 10px 0;
    border-radius: 0 0 20px 20px;
    margin-bottom: 22px
}

header>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    animation: .5s ease-out slideDown
}


.age-confirmation,
.quiz-container {
    padding: 20px;
    text-align: center
}

.age-confirmation h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 34px;
    text-align: center
}

.quiz-image-container.home-banner.main-quiz-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px;
    max-width: 365px;
    margin: 0 auto;
}

.quiz-image-container.home-banner.main-quiz-img img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.age-confirmation button {
    display: block;
    width: 100%;
    padding: 16px;
    margin: 10px 0;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    position: relative
}

.age-confirmation button:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3)
}

.age-confirmation .above-18,
.age-confirmation .below-18 {
    position: relative;
    background: border-box padding-box, border-box #fff;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #ed896f 0, #ef729e 100%);
    border: 1px solid transparent
}

.age-confirmation .above-18 {
    color: #2cad57
}

.age-confirmation .below-18 {
    color: #f44242
}

.age-confirmation .above-18:hover {
    background: #fff;
    background: linear-gradient(90deg, #e0ffe5 0, #c6f7d4 100%);
    color: #219150;
    border-color: #2cad57;
    box-shadow: 0 4px 16px rgba(44, 173, 87, .15)
}

.age-confirmation .above-18::before {
    content: "\2713 ";
    font-size: 20px
}

.age-confirmation .below-18:hover {
    background: linear-gradient(90deg, #ffeaea 0, #ffd6d6 100%);
    color: #c0392b;
    border-color: #f44242;
    box-shadow: 0 4px 16px rgba(244, 66, 66, .15)
}

.age-confirmation .below-18::before {
    content: "\2717";
    font-size: 20px
}

.article-section {
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px
}

.coin-popup,
.coins {
    font-weight: 700;
    padding: 10px 20px
}

.article-section h3 {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: gold;
    margin-bottom: 10px
}

.article-section p {
    font-family: Merriweather, serif;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: justify
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.coins {
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    color: #c13232;
    margin: 0 auto 20px
}

.timer_baseTimer___57OS {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 20px auto 0;
    animation: 2s infinite pulse;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid;
    border-image-slice: 1;
    box-shadow: 0 0 10px rgba(255, 114, 158, .7)
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }
}

.timer_baseTimer__svg__kqz_Y {
    width: 100%;
    height: 100%;
    transform: scaleX(-1)
}

.timer_baseTimer__circle__1YodV {
    fill: none;
    stroke: none
}

.timer_baseTimer__pathElapsed__D6lCz {
    stroke-width: 6;
    stroke: #ccc;
    stroke-dasharray: 4, 4
}

.timer_baseTimer__pathRemaining__PkIN0 {
    stroke-width: 6;
    stroke-linecap: round;
    stroke: #ffd700;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear
}

.timer_green__SVzgO {
    stroke: #ffd700
}

.timer_baseTimer__label__5CfV0 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    background-clip: text;
    -webkit-background-clip: text;
    color: #ed0000a3;
    background-image: linear-gradient(180deg, #ffb522 0, #f44242 100%);
    text-shadow: 0 0 10px rgba(255, 68, 0, .6)
}

/* ------------------------------------ */



.coin-popup,
.timer_inner__ClpEy {
    display: none
}

.contact-form input,
.contact-form textarea,
.options button {
    width: 100%;
    background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #ed896f 0, #ef729e 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box
}

.timer_seconds__2KixA {
    position: relative;
    z-index: 2
}

.coin-popup,
.popup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000
}

.progress {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fd0e0e
}

.coin-popup {
    font-size: 24px;
    position: absolute;
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);
    border-radius: 10px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    transition: .5s
}

.question {
    margin-bottom: 10px;
    color: #313131;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px
}

.final-score {
    color: #000
}

.options {
    padding: 0;
    width: calc(100% - 10px);
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.options button {
    padding: 20px 20px 20px 50px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    transition: background .3s, transform .2s;
    border: 1px solid transparent;
    text-align: left;
    position: relative
}

.options button::before {
    content: attr(data-label);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    background: #eee;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 13px
}

.options button:hover {
    background: linear-gradient(90deg, #ffe0ec 0, #e0f7fa 100%);
    border-color: #ef729e;
    transform: scale(1.04);
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(239, 114, 158, .15)
}

.options button.correct,
.options button.wrong {
    color: #fff;
    border-radius: 15px
}

.options button.correct {
    background: #28a745;
    border-color: #28a745
}

.options button.wrong {
    background: #dc3545;
    border-color: #dc3545
}

.description {
    margin-top: 20px;
    padding: 15px;
    background: #1e2a3a;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 1.6;
    background: linear-gradient(90deg, #7297fd 0, #0ab8fd 100%)
}

.popup,
footer {
    text-align: center
}

.description h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    text-align: left
}

.description h3 {
    font-size: 16px;
    color: #fff7f7;
    margin: 15px 0 10px;
    text-align: left;
    font-weight: 800
}

.description p {
    margin: 0 0 15px;
    font-size: 14px;
    color: #fff
}

.popup {
    position: fixed;
    width: 96%;
    padding: 20px;
    background: #16213e;
    box-shadow: 0 10px 20px rgb(108 99 110 / 22%);
    border-radius: 12px;
    display: none;
    background: linear-gradient(90deg, #a48dd3 0, #fbc2ed 100%);
    color: #000
}

.popup h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #740707;
    font-weight: 800
}

.popup p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #4c4141
}

.play-now,
.popup button {
    font-size: 16px;
    cursor: pointer;
    transition: .3s
}

.popup button {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 8px
}

.contact-info a,
.footer-links a,
.privacy-policy a,
.terms-conditions a {
    text-decoration: none;
    transition: color .3s
}

.popup .claim {
    background: #58d16c;
    color: #000
}

.popup .claim:hover {
    background: #e6c200
}

.popup .close {
    background: #8b0000;
    color: #fff
}

.popup .close:hover {
    background: #a30000
}

.play-now {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: linear-gradient(45deg, #28a745, #218838);
    border: none;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2)
}

.play-now:hover {
    background: linear-gradient(45deg, #218838, #28a745);
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3)
}

.about-us,
.privacy-policy,
.terms-conditions {
    padding: 20px;
    text-align: justify
}

.about-us h1,
.terms-conditions h1 {
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px
}

.terms-conditions h2 {
    font-size: 18px;
    color: #080101;
    margin: 20px 0 10px
}

.about-us p,
.privacy-policy p,
.terms-conditions p {
    color: #000;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0
}

.privacy-policy a,
.privacy-policy h1,
.terms-conditions a {
    font-weight: 600;
    letter-spacing: 1px
}

.terms-conditions a {
    color: #1703af
}

.terms-conditions a:hover {
    color: #aa9208
}

footer {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
    font-size: 12px
}

.footer-links a {
    font-size: 14px;
    color: #f0f0f0
}

.footer-links a:hover {
    color: gold
}

.privacy-policy h1 {
    color: #050101;
    margin-bottom: 20px;
    font-size: 24px
}

.privacy-policy h2 {
    font-size: 18px;
    color: #000;
    margin: 20px 0 10px
}

.privacy-policy a {
    color: #5446bd
}

.contact-info a:hover,
.privacy-policy a:hover {
    color: #e6c200
}

.contact-us {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05)
}

.contact-us h1 {
    font-size: 36px;
    color: #313131;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
    font-weight: 800;
    text-align: center;
    border-bottom: 2px solid #ef729e;
    padding-bottom: 10px
}

.contact-us p {
    color: #444;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.contact-info {
    margin-bottom: 30px;
    text-align: center
}

.contact-info a {
    color: #5446bd;
    font-weight: 600;
    letter-spacing: .8px
}

.contact-form {
    padding: 20px;
    border-radius: 10px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0
}

.contact-form label {
    display: block;
    font-size: 15px;
    color: #ef729e;
    font-weight: 700;
    margin-bottom: 8px
}

.contact-form input,
.contact-form textarea {
    padding: 14px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: border-color .3s;
    color: #000;
    box-sizing: border-box
}

.contact-form button,
.quizList_btn__bQLHf {
    width: 100%;
    cursor: pointer;
    transition: .3s;
    font-weight: 700
}

/* -------------------------------------- */


.contact-form input:focus,
.contact-form textarea:focus {
    outline: 0;
    border-color: #ef729e
}

.contact-form textarea {
    height: 140px;
    resize: vertical
}

.contact-form button {
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    background: linear-gradient(270deg, #ed896f 0, #ef729e 100%);
    color: #fff
}

.contact-form button:hover {
    background: linear-gradient(45deg, #e6c200, gold);
    transform: translateY(-2px) scale(1.03)
}

.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: space-evenly;
    display: flex;
    justify-content: center;

    margin-bottom: 10px
}

footer p {
    font-size: 12px;
    color: #888
}

.final-score {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 700
}

.categories {
    padding: 10px 20px
}

@keyframes blink {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.quizList_quizList__cR_4_ {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 100%
}

.quizList_quizList__cR_4_,
h3,
p {
    margin: 0
}

.quizList_quizList__cR_4_ .quizList_quizCard__jlB0Q {
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(270deg, #ed896f 0, #ef729e 100%);
    border-radius: 18px;
    margin-bottom: 12px;
    width: 100%;
    min-height: 146px
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    padding: 18px 12px
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_thumbnialImg__bQxNW {
    display: flex;
    flex-wrap: wrap;
    width: 76px;
    background: #fff;
    border-radius: 16px;
    height: 76px;
    justify-content: center;
    align-items: center;
    min-width: 76px
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_thumbnialImg__bQxNW img {
    border-radius: 10px;
    width: 70px;
    height: 70px
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv {
    display: flex;
    flex-wrap: wrap;
    padding-left: 17px;
    align-content: flex-start;
    gap: 5px
}

.quizList_categoryLiveDiv__9RGte {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.quizList_categoryLiveDiv__9RGte .quizList_categories__L5V9f {
    font-size: 13px;
    font-weight: 600;
    color: #ecff26
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 {
    display: flex;
    align-items: center;
    color: #aeff00;
    font-size: 17px;
    font-weight: 800;
    line-height: 24px
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv h3 img {
    margin-left: 6px;
    margin-top: -2px
}

.quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
    font-size: 14px;
    color: #fff
}

@media only screen and (max-width:375px) {
    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
        font-size: 13px
    }
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 12px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ffffff33;
    font-size: 13px
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p {
    color: #fff
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p span {
    margin-right: 8px
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p strong {
    color: #b6ff61
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK p span img {
    vertical-align: text-bottom;
    margin-right: 6px
}

.quizList_btn__bQLHf {
    background: linear-gradient(45deg, #ffeb3b, #dfde8f);
    padding: 16px;
    height: 56px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 22px;
    color: #000;
    position: relative;
    overflow: hidden
}

.quizList_btn__bQLHf.quizList_btnSmall__Exetl {
    height: 20px;
    width: 80px;
    font-size: 16px;
    padding: 8px;
    font-weight: 600;
    text-shadow: 0 1px 0 #e6c200;
    line-height: 20px;
    text-transform: uppercase;
    float: right;
    border-radius: 50px;
    margin-top: 0
}

.quizList_btn__bQLHf:hover {
    background: linear-gradient(45deg, #a044dd, #f7c3d5);
    transform: scale(1.05)
}

.quizList_statusLive__Cn83J {
    color: #28a745;
    font-size: 10px;
    display: flex;
    position: relative;
    font-weight: 700
}

.quizList_statusLive__Cn83J:before {
    background: #28a745;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    margin-right: 6px;
    animation: 1s infinite quizList_glowing__rS8H5;
    box-shadow: 0 0 2px 3px #28a745
}

@keyframes quizList_glowing__rS8H5 {
    0% {
        box-shadow: 0 0 0 0 #28a745
    }

    to {
        box-shadow: 0 0 0 5px rgba(40, 167, 69, .09)
    }
}

.quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK span .quizList_spacer__dtBaC {
    margin-right: 7px
}
.reward-container {
    position: relative;
    /* left: -2%; */
    width: 350px;
    /* height: 200px; */
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 16px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.reward-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px
}

.reward-item {
    text-align: center;
    font-weight: 700;
    background: linear-gradient(145deg, #ffaf00, #f60);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center
}

.diamond-icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background-image: url('images/coin-icon.png');
    background-size: cover
}

@keyframes scrollUp {
    0% {
        transform: translateY(100%)
    }

    100% {
        transform: translateY(-100%)
    }
}

@media screen and (max-width:768px) {
    .reward-container {
        width: 260px
    }
}

/* resonsive */

/* Responsive Design: 480px to 250px */
@media screen and (max-width: 480px) {

    body,
    header p,
    .article-section,
    .article-section p {
        font-size: 14px;
    }


    header {
        padding: 6px 0;
    }

    header img {
        height: 40px !important;
    }

    .age-confirmation h2 {
        font-size: 24px;
    }

    .age-confirmation button {
        padding: 12px;
        font-size: 14px;
    }

    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 16px;
        padding: 12px;
        margin: 10px 0;
    }

    .article-section h3 {
        font-size: 16px;
    }

    .quiz-image-container.home-banner.main-quiz-img {
        /* flex-direction: column;
        margin: 20px 0; */
        box-sizing: border-box;
    }



    .timer_baseTimer___57OS {
        width: 70px;
        height: 70px;
        margin-top: 10px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 22px;
    }
}

@media screen and (max-width: 400px) {
    .age-confirmation h2 {
        font-size: 20px;
    }

    .age-confirmation button {
        font-size: 13px;
        padding: 10px;
    }

    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 14px;
        padding: 10px;
    }

    .timer_baseTimer___57OS {
        width: 60px;
        height: 60px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 18px;
    }

    .article-section {
        padding: 10px;
    }
}

@media screen and (max-width: 360px) {
    header img {
        height: 35px !important;
    }

    .article-section h3 {
        font-size: 14px;
    }


}

@media screen and (max-width: 320px) {
    .age-confirmation h2 {
        font-size: 18px;
    }

    .age-confirmation button {
        font-size: 12px;
        padding: 8px;
    }

    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 12px;
        padding: 8px;
    }

    .article-section p {
        font-size: 13px;
    }



    .timer_baseTimer___57OS {
        width: 50px;
        height: 50px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 16px;
    }
}

@media screen and (max-width: 280px) {
    .container {
        padding: 6px;
    }

    .age-confirmation button,
    .age-confirmation .above-18,
    .age-confirmation .below-18 {
        font-size: 11px;
        padding: 6px;
    }



    .timer_baseTimer___57OS {
        width: 40px;
        height: 40px;
    }

    .timer_baseTimer__label__5CfV0 {
        font-size: 14px;
    }
}


/* Responsive Styles */
@media (max-width: 1024px) {
    .options {
        gap: 10px;
    }

    .options button {
        font-size: 13px;
        padding: 18px 18px 18px 45px;
    }
}

@media (max-width: 768px) {
    .popup {
        width: 90%;
        padding: 16px;
    }

    .description {
        font-size: 13px;
        padding: 12px;
    }

    .description h2,
    .description h3 {
        font-size: 16px;
    }

    .options {
        flex-direction: column;
    }

    .options button {
        width: 100%;
        font-size: 14px;
    }

    .contact-us h1 {
        font-size: 28px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .popup {
        width: 94%;
        padding: 14px;
    }

    .popup h2 {
        font-size: 18px;
    }

    .popup p {
        font-size: 13px;
    }

    .options button::before {
        left: 16px;
        width: 22px;
        height: 22px;
        font-size: 12px;
        line-height: 22px;
    }

    .contact-us {
        padding: 20px 10px;
    }

    .contact-us h1 {
        font-size: 24px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 13px;
    }

    .play-now {
        font-size: 14px;
        padding: 10px 18px;
    }
}


/*  */

/* Responsive Font for P in Quiz Card */
@media only screen and (max-width: 375px) {
    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_quizNameStatus__iCCuv p {
        font-size: 13px;
    }
}

/* ---------- Responsive: Extra Small Devices (≤ 375px) ---------- */
@media only screen and (max-width: 375px) {

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        font-size: 14px;
    }

    .contact-form button {
        width: 100%;
        font-size: 15px;
    }

    .quizList_quizCard__jlB0Q {
        flex-direction: column;
        min-height: auto;
    }

    .quizList_cardContent__XUqLV {
        flex-direction: column;
        padding: 14px 10px;
    }

    .quizList_quizNameStatus__iCCuv {
        padding-left: 0;
        padding-top: 12px;
    }

    .quizList_btn__bQLHf {
        font-size: 18px;
        height: auto;
        padding: 12px;
    }

    .quizList_quizNameStatus__iCCuv h3 {
        font-size: 15px;
    }

    .quizList_quizNameStatus__iCCuv p {
        font-size: 12px;
    }

    .quizList_btn__bQLHf.quizList_btnSmall__Exetl {
        font-size: 13px;
        padding: 6px;
        width: 70px;
    }

    .reward-container {
        width: 95%;
        left: 2.5%;
        height: auto;
        padding: 12px;
        font-size: 14px;
    }
}

/* ---------- Responsive: Small Devices (≤ 768px) ---------- */
@media only screen and (max-width: 768px) {
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardFooter__pl4gK {
        flex-direction: column;
        gap: 10px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_thumbnialImg__bQxNW {
        width: 64px;
        height: 64px;
    }

    .quizList_quizCard__jlB0Q .quizList_cardContent__XUqLV .quizList_thumbnialImg__bQxNW img {
        width: 60px;
        height: 60px;
    }

    .reward-container {
        width: 260px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .quizList_statusLive__Cn83J {
        font-size: 9px;
    }
}