html,
body {
    /* height: 100%; */
    /* background: linear-gradient(180.03deg, #01AAE6 0.02%, #006AB6 99.98%) !important; */
    background: linear-gradient(0deg, #006AB6 0%, #01AAE6 50%, #006AB6 100%) !important;



    width: 100%;
    /* display: flex; */
    justify-content: center;
    position: relative;
    min-height: 100v;
    overflow-y: auto;
    /* -webkit-overflow-scrolling: touch; */
    overflow-x: hidden;
    touch-action: manipulation;
}


.landing-page {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    background-color: #79C0F7;
    width: 100%;
    padding-bottom: 100px;
}

.logomain {
    display: flex;
    justify-content: center;
}

/* 
.nav-wrapper {
    position: sticky !important;
    z-index: 1000;
    display: flex;
    justify-content: center;
    top: 0;
} */
.nav-wrapper {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 1001;
    display: flex;
    justify-content: center;
}

.nav-wrapper.sticky {
    top: 0px !important;
}


.mt-70 {
    margin-top: 70px;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    position: relative;

}

/* navigation bar style starts*/
div ul.nav {
    align-items: center;
    border-radius: 3524px;
    background-color: #0181C7;
    border: 2px solid #ffff;
}

/* #test1 {
    position: sticky;
    top: 0;
} */

.nav-item a {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.28px;
    padding: 8px 12px;
    border-radius: 100px;
    text-decoration: none;
}

/* Apply white background and text color on focus, and when active */
.nav-item a:focus {
    color: white;
}

.nav-item a.active {
    background-color: white;
    color: #0181C7;
    border-radius: 100px;
    /* box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); */
    transition: transform 0.5s;
}

/* navigation bar style ends */

img.hero-wave-shape {
    margin-top: 55px;
    width: 100%;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

/* smart snacking styling starts*/
.smart-snacking-text {
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Bangers;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
}

.map {
    position: relative;
    top: 400px;
}

img.vector2-mid {
    margin-top: 130px;
    position: absolute;
    top: -565px;
    width: 100%;
    z-index: -1;
}


.lang-container {
    position: relative;
}

.popup {
    background: linear-gradient(180deg, #01AAE6 0.05%, #006AB6 373.68%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    height: 80% !important;
    overflow-y: auto;
}

@media only screen and (max-width: 375px) {
    .popup {
        height: 100% !important;
    }
}

@media only screen and (max-width: 360px) {
    .popup {
        height: 90% !important;
    }
}

@media only screen and (max-height: 670px) {
    .popup {
        height: 100% !important;
    }
}

.pop-lang {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 20px;
    right: 0px;
    z-index: 100;
}


.lang-container-logo {
    position: absolute;
    top: -120px;
    right: 0px;
    background-color: #338EC9;
    padding: 10px;
    border-radius: 10.8px 0px 0px 10.8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

/* #desktop-landing .top-right .lang-container .lang-container-logo {
    top: 40px;
    right: 0px;
    background-color: #338EC9;
    padding: 10px;
    border-radius: 10.8px 0px 0px 10.8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    z-index: 1000;
} */



span.lang-title {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Bangers;
    font-size: 24.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.492px;
}



.popup-lang-content {
    position: relative;
    display: flex;
    justify-content: center;
}




/* Styling for the radio buttons */
input[type="radio"] {
    transform: scale(2.7);
    cursor: pointer;
}

/* changes for the language logo ends */

.plane-vector {
    display: none;
    position: relative;
    margin-top: 20px;
    margin-left: 25px;
}

div.vectors {
    position: absolute;
    top: 450px;
}

img.plane {
    position: absolute;
    top: 5px;
    z-index: 0;
}

img.vectortext1 {
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: -1;
}

div div.smartmoves-text {
    color: #0060A1;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Bangers;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    position: absolute;
    top: 80px;
    left: 50px;

}

.gukesh-info {
    margin-top: -80px;
    margin-left: 70px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 375px) {
    .gukesh-info {
        margin-left: 60px !important;
    }
}

img.gukesh-img {
    width: 112px;
    height: 123px;
    position: absolute;
    z-index: -1;
}

div.gukesh-text {
    position: absolute;
    top: 110px;
    display: inline-flex;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 11.286px;
    background: #fff;
    border: 0.5px solid #0170BB;
}

div div.gukesh-text {
    color: #0170BB;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 3.762px 11.286px rgba(255, 255, 255, 0.25);
    font-family: Bangers;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}

.grandprize {
    margin-left: 90px;
    padding-top: 20px;
}

.pricing {
    margin-top: 40px;
    max-width: 90%;
}

div p.wcc {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}

div p.epicprize-text {
    z-index: -1;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 0px 8px #0060A1;
    font-family: Bangers;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.44px;
}

.travel-to-europe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    margin-right: 20px;
    gap: 20px;
}

.travel-europe-text {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 0px 8px #0060A1;
    font-family: Bangers;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.52px;
}

img.passportprizetrip {
    padding-left: 50px;
}

div.circle-chess {
    background: #79C0F7;
    padding-top: 30px;
    border-radius: 4px 0px 0px 4px;
}

div.grid-groups {
    position: relative;
    margin-top: 40px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

div.cash-rewards {
    background: #6EB6EE;
    border-radius: 0px 4px 4px 0px;
}



.grouppon1 {
    padding-top: 20px;
}

.grid-groups div {
    padding: 12px 20px;
    text-align: center;
    height: 150px;
}

.chess-learning-text {
    position: absolute;
    top: -10px;
    left: 50px;
    border-radius: 4px 0px 0px 4px;
    background: #0170BB;
    padding: 0px 4px;
    color: #FFF;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 145.455% */
    letter-spacing: 0.22px;
}

div div.grid-groups-text {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.28px;
}

/* bgwhite vector style starts*/
div img.bgwhite1 {
    z-index: -1;
    width: 100%;
    /* height: auto; */
}

div .play-top-shape {
    width: 100%;
}


.chess-board {
    position: relative;
}

.chess-side {
    position: absolute;
    right: 0;
}

/* div.bgwhitevector1 {
    position: relative;
    top: 70px;
    z-index: -1;
} */

.howtoplay-bgfill {
    background-color: white;
    margin-top: -10px;
}

.play-bottom-shape {
    margin-top: -10px;
    width: 100%;
}

div .htptext {
    top: 70px;
    left: 120px;
    color: #0060A1;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 3.78px;
}

div .dunktext {
    color: #0060A1;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Bangers;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.58px;
}

div .playdunk-text {
    position: absolute;
    top: 192px;
    right: 28px;
    color: #0060A1;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Bangers;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.bgwhitevector1 img.bgwhite1vector {
    margin-left: 110px;
    margin-top: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bgwhitevector1 img.bgwhite1gukeshimg {
    top: 205px;
    padding-right: 20px;
}

div.grid-bgwhitevector1 {
    top: 330px;
    display: grid;
    gap: 24px 12px;
    grid-template-columns: auto auto;
    padding: 20px;
}

div.grid-bgwhitevector1 div.headings {
    color: #0060A1;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

div.grid-bgwhitevector1 div.headings p.texts-below {
    color: #0170BB;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.dropbox {
    margin-top: -40px;
    padding-left: 60px;
}

.nobritannia-text {
    margin-top: 60px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px #0060A1;
    font-family: Bangers;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.58px;
    align-items: center;
    margin-bottom: 160px;
    margin-left: 20px;
    margin-right: 20px;
}

div .chosseone-text {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
    padding-top: 10px;
}


.smartest-minds {
    margin-top: 80px;
    margin-left: 40px;
    margin-right: 20px;
}

.smartminds-text {
    margin-top: -130px;
    margin-left: 40px;
    color: #0060A1;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Bangers;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.52px;
    text-shadow: none !important;
}

.textvector-left {
    z-index: -1;
    top: 90px;
    right: 40px;
}

div.nobritannia-text img.bgwhite1gukeshimgsvg {
    right: 16.2px;
    bottom: -60px;
}

.bgwhite1gukeshimgsvg {
    margin-left: 220px;
}

/* leader board starts here */
.leaderboard-title {
    color: #0060A1;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Bangers', cursive;
    font-size: 25.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.512px;
    padding-left: 5px;
    padding-bottom: 15px;
}

.player-info {
    padding-top: 10px;
    color: #0060A1;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.2px;
    letter-spacing: -0.48px;
}

div.player-info p {
    color: #0170BB;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.8px;
}

.score {
    color: #0060A1;
    text-align: right;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 0.8px;
    margin-top: -10px;
}

.leaderboard-list {
    position: relative;
    margin-left: 20px;
    top: 50px;
    left: 10px;
    margin: auto;
    justify-content: center;
    border-radius: 9.6px;
    background: #FFF;
    width: 340px;
    padding: 19.2px;
    align-items: flex-start;
}

.player-row {
    display: grid;
    grid-template-columns: 40px 1fr 80px;
    align-items: center;
    gap: 12px;
    transition: background-color 0.2s ease;
    margin-top: -10px;
}

.medal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
}

div img.leaderboardbisket {
    /*     float: right; */
    position: absolute;
    top: -22px;
    right: 70px;

}

/* leader board ends here */
.rulesbgfill {
    background-color: #fff;
    /* height: 200px; */
    margin-top: -1px;
    margin-bottom: -1px;
}




.rulessimple {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    color: #0060A1;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Bangers;
    font-size: 29px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.58px;
}

.rulesvector-text {
    padding-top: 12px;
    padding-left: 12px;
    color: #0170BB;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 0px;
}

.startplaying-section {
    margin-top: 50px;
    display: grid;
    justify-content: center;
    margin-left: 10px;
}

#eligibility {
    position: relative;
    max-width: 90%;
}

img.crackit-vector {
    margin-left: 20px;
}

div p.crackit-text {
    position: relative;
    bottom: 120px;
    color: #0060A1;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Bangers;
    font-size: 28.8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.576px;
}

img.crackit-gukeshimg {
    position: relative;
    bottom: 80px;
    left: 80px;
}

div.startplaying {
    position: relative;
    margin-bottom: 70px;
    display: flex;
    width: 308.4px;
    height: auto;
    padding-top: 18px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 19.2px;
    background: #FFF;
    box-shadow: -6px -6px 9px 0 #FFF inset, 0 6px 9.6px 0 rgba(0, 0, 0, 0.25);
}

div.startplaying .startplaying-text {
    color: #0170BB;
    text-align: center;
    font-family: Bangers;
    font-size: 33.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;

}

.startplaying-href {
    text-decoration: none;
}

div p.need-support {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px #0060A1;
    font-family: Bangers;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.58px;
}

/* form changes starts */

/* form success popup starts */

/* Popup Styles */
img.form-success-logo {
    margin-left: 110px;
}

.form-popup {
    /* display: none; */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: white;
    border-radius: 10px;
    z-index: 999;
    transition: opacity 0.5s ease;
    width: 300px;
    height: 150px;

    /* Layout & Alignment */
    padding: 13.2px;
    gap: 11px;
}

/* Popup Content Styles */
.form-popup-content {
    color: #0170BB;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 15.4px;
    font-weight: 700;
    line-height: normal;
}

.form-submit-text {
    color: #5D5E5D;
    font-family: 'Poppins', sans-serif;
    font-size: 15.4px;
    font-weight: 400;
    line-height: normal;
}


.error {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: -10px;
    padding-bottom: 20px;
}

.terms-error {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

/* form validation styling ends */
.group-fields {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 10px;
    width: 100%;
}

#contactForm {
    padding-left: 40px;
    padding-right: 20px;
}

#consentError {
    padding-top: 10px;
}

/* .input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.20);
    padding: 20px 70px 15px 10px;
} */

.input-group {
    display: flex;
    align-items: center;
    background-color: #0170BB;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 16px;
}

.form-control::placeholder {
    color: #fff !important;
    /* opacity: 1; */
}

/* .input-group-text {
    background: none !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    padding: 15px 20px;
} */
.input-group-text1 {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 20px;
    border-radius: 16px;
    height: 70px;
    gap: 8px;
}

.input-group-text2 {
    background: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 15px 20px;
    border-radius: 16px;
    gap: 8px;
}

.form-control {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    width: 100%;
    color: #fff !important;
    font-family: Poppins;
    font-size: 14px !important;
    padding: 0 0 !important;
    z-index: 1;
    position: relative;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form-control:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    box-shadow: none;
    color: #fff;
}

.message-here {
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    width: 100%;
    color: #fff !important;
    font-family: Poppins;
    font-size: 14px;
    padding-bottom: 110px;
    resize: none;
    height: 180px;
}

.message-here::placeholder {
    color: #fff !important;
    opacity: 1;
}

.message-icon {
    padding-bottom: 155px;
}

.submit-btn {
    margin-top: 20px;
    display: flex;
    height: 70px;
    padding: 15px 114px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: none;
    border-radius: 16px;
    background: #FFF;
    box-shadow: -5px -5px 7.5px 0 #FFF inset;
    color: #0170BB;
    width: 100%;
    font-family: Bangers;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.details-section {
    margin-top: 0px !important;
}

.terms-text {
    justify-content: center;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-left: 4px;
}


.consent-checkbox {
    position: relative;
}

#consent {
    width: 24px;
    height: 24px;
    border-radius: 16px !important;
    background: #FFF;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.25);
}

/*form changes ends */
.footerbgfill {
    background-color: #fff;
    height: 200px;
    margin-top: 70px;
}

.last-section {
    position: relative;

}

img.last-vector {
    /* z-index: -1; */
    position: relative;
    top: 80px;
    display: flex;
    justify-content: center;
    width: 108vw;

}

img.last-shape {
    position: absolute;
    top: 180px;
    left: 40px;
    /*     display: none; */
}

img.last-circle {
    position: absolute;
    top: 130px;
    left: 50%;
}

.gird-3 {
    position: absolute;
    top: 230px;
    left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.grid3-texts {
    color: #0170BB;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.32px;
}

.gird-3 a {
    text-decoration: none;
    color: #0170BB;
}

/* .copyright {
    color: #0170BB;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    padding-left: 20px;
    position: absolute;
    top: 280px;
    left: 20px;
} */

.gradient-border {
    background: linear-gradient(180deg, #C9E4F8 0%, #6BB4EC 100%);
    width: 361px;
    height: 1px;
    margin: auto;
    position: absolute;
    top: 450px;
    left: 30px;
}

.grid-icons {
    padding-left: 40px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    position: absolute;
    top: 360px;
}

/* Popup Styles starts */
.popup-overlay {
    overflow-y: auto;
    min-height: 50%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* justify-content: flex-end; */
    /* Changed to align content at bottom */
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1003;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: #0081C8;
    padding-left: auto;
    border-radius: 12px;
    /* border-radius: 12px 12px 0 0; */
    width: 356px;
    /* height: 100%; */
    height: auto;
    position: relative;
    transform: translateY(100%);
    /* Start from below the screen */
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-bottom: 0;
    /* Ensure it's flush with bottom */
}



.popup-overlay.active .popup-content {
    transform: translateY(0);
    /* Slide up to final position */
    opacity: 1;
}

.popup-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
}

.cancel-button {
    background: none;
    border: none;
    font-size: 34px;
    color: #AAD3E9;
    cursor: pointer;
    padding-top: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.popup-body {
    display: block;
    /* display: flex; */
    flex-direction: column;
    background: #0081C8;
}

div p.popheader-text {
    width: 322.6px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Bangers;
    font-size: 24.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.492px;
    margin-right: auto;
    margin-left: auto;
}

div.popup-body div.grid-bgwhitevector1 {
    position: relative;
    top: 1px;
    left: 0;
    right: 0;
    display: grid;
    gap: 24px 12px;
    grid-template-columns: auto auto;
    padding: 20px;
}

div.popup-body div.grid-bgwhitevector1 .headings {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

div.popup-body div.grid-bgwhitevector1 p.texts-below {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

div.popup-body .gradient-border {
    background: rgba(255, 255, 255, 0.10);
    width: 361px;
    height: 1px;
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.footer-text {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    text-align: center;
}

.footer-diamonds {
    position: absolute;
    left: 60px;
}


.popup-mainlogo {
    /* position: relative;
    display: flex;
    justify-content: center;
    top: 60px; 
    left: 80px;
    transform: translateX(-50%);
    z-index: 2;
    width: 160px; */

    position: relative;
    display: flex;
    justify-content: center;
    top: 72px;
    left: 80px;
    transform: translateX(-50%);
    z-index: 2;
    width: 180px;
}

/* Popup Styles ends */

/* terms and conditions popup stylings starts */

.modal-body ol,
.modal-body li,
.modal-body li strong {
    color: #174B69 !important;
    font-family: 'Poppins' !important;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}

.close-btn {
    cursor: pointer;
}





section.top-right {
    position: relative;
}

img.desktop-top-right-vector {
    position: absolute;
    right: 0;
    /*new adds*/
    max-width: 100%;
    height: auto;
    z-index: -1;
}

section.top-left {
    position: relative;
}


section.main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.unlock-text {
    color: #fff;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Bangers;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.96px;
}

.footer-grid-groups {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    z-index: 1000;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 60px;
}

.tnc-poli-text {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;

}

.desktop-top-right-vector {
    z-index: -1;
}


.grid-center {
    /* display: flex;
    gap: 24px 70px;
    grid-template-columns: auto auto;
    padding: 20px;
    align-items: center;
    justify-content: center;
    max-width: 80%; */
    display: flex;
    padding: 20px;
    flex-direction: row;
    align-items: center;
    gap: 24px 70px;
    justify-content: center;
}

.grid-center .headings {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 6px 18px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
}

.grid-center .texts-below {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 6px 18px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
}



.border-line {
    margin-left: 150px;
    width: 1300px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 49.5%, rgba(255, 255, 255, 0.00) 100%);
}



div.center-bottom p.footer-text {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 8px 24px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
}

.grid-logo {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    z-index: 1000;
    position: relative;
    /* ✅ Needed for z-index to take effect */
    gap: 1rem;
    /* Optional: for spacing */
}


.desk-grid-icons {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: center;
}

.desk-grid-groups {
    display: flex;
    column-gap: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.desk-copyright {
    color: var(--White, #fff);
    text-align: right;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.28px;

}

div .new-message-text {
    color: #0060A1;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Bangers';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.chat-box {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 24px;
    background: #fff;
    /* box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5); */
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 300px;
}

/* Ensure the chat box expands */
div .chat-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

/* Adding a Tail */
div .chat-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 30px;
    /* Adjust for proper positioning */
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

/* Responsive Adjustments */
@media (max-width: 480px) {
    div .chat-box {
        max-width: 100%;
        min-width: 180px;
    }
}

.avatara-icon {
    margin-top: 10px;
    width: 119px;
    height: 131px;

}

.playing-section {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin:  10px 0;
}

.playing-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;

}

.rulesvectorimg {
    width: 100%;
}

.smartest-section {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* Chat Box (Expands based on content) */
div .message-box {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 300px;
    min-width: 200px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Adding a Tail */
div .message-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 30px;
    /* Adjust for proper positioning */
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

/* Responsive Adjustments */
@media (max-width: 480px) {
    div .message-box {
        max-width: 100%;
        min-width: 180px;
    }
}

.crack-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.crack-minds {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Chat Box (Expands based on content) */
div .msg-box {
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 300px;
    min-width: 200px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 2px 8px 20px rgba(0, 0, 0, 0.2);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Adding a Tail */
div .msg-box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}


.grand-prize-text {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 26px;
    line-height: 25.83px;
    letter-spacing: 0.02em;
    vertical-align: middle;
    color: #0281C7;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 2px 6px;
}

.grd-prize-text-2 {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 26px;
    line-height: 25.83px;
    letter-spacing: 0.02em;
    vertical-align: middle;
    color: #EDAC21;
    background-color: #fff;
    border-radius: 10px;
    padding: 2px 6px;
    position: relative;
}

.second-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: -90px;
}

.gukesh-info1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatara-image {
    width: 112px;
    height: 123px;

}

.winning-text {
    width: 325px;
    height: auto;
}

.grid-groups-text {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.28px;
    padding-top: 12px;
}

.grid-groups-text1 {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 4px 12px rgba(255, 255, 255, 0.25);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.28px;
    padding-top: 8px;
}

.offer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
}

.offer-section {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding-top: 10px;
}

.circle-chess1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
    width: 150px;
    min-height: 120px;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.cash-rewards1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    min-height: 120px;

}

.circle-chess1 {
    background: #79C0F7 !important;
    border-radius: 4px 0px 0px 4px !important;
}

.cash-rewards1 {
    background: #6EB6EE;
    border-radius: 0px 4px 4px 0px;
}

.terms-modal-title {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.02em;
    vertical-align: middle;
    color: #0060A1;
}

.terms {
    margin-top: 12px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}

.terms span {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 8px;
}

.terms-msg {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.pop-terms {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}

.pop-terms1 {
    font-size: 14px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    color: #FFFFFF;
}

.checkbox-terms {
    border: 0px !important;
    outline: none !important;
    width: 18px;
    height: 16px;
}

.swiggy-img {
    width: auto;
    height: 50px;

}

.zepto-img {
    width: 87px;
    height: auto;

}

.blinkit-img {
    width: 92px;
    height: auto;

}

.title-small {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
}

.index-title {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;

}

.prizes-container {
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 24px;
    gap: 2px;
}

.prizes-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
}

.main-page-title {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
}

.laptop-index {
    width: 315px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.map-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
}

.first-page-logo {
    width: 150px;
    height: auto;
    z-index: 100;
    /* margin-top: -180px; */
}

.travel-europe,
.cashback-img {
    width: 55px;
    height: 56px;
}

.circle-chess-logo {
    /* width: 41px;
    height: 60px; */
    width: auto;
    height: 60px;
    margin-top: 8px;
}

.prize-text {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11.5px;
    line-height: 13px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
    padding-top: 4px;
}

.big-prize {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 4px 12px;
    margin-top: 10px;
}

.chess-header-title {
    background: #0060A1;
    padding: 4px 10px;
    color: #FFF;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 8px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 8px;
    white-space: nowrap;
}

.mb-30 {
    margin-bottom: 30px;
}

.prize-text-bold {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.lang-modal {
    background: #01AAE6 !important;
}

.lang-title {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Bangers';
    font-size: 24.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.492px;
}

.language-selection {
    top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: #0170BB !important;
}

.continue {
    position: absolute;
    top: 550px;
    width: 100%;
    display: flex;
    height: 70px;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, 0.25), -5px -5px 7.5px 0px #FFF inset, 0px 5px 8px 0px rgba(0, 0, 0, 0.25);

    color: #0060A1;
    text-align: center;
    font-family: Bangers;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}

.language-grid {
    display: grid;
    grid-template-columns: 30px auto;
    grid-template-rows: repeat(8, 40px);
    gap: 10px;
    max-width: 300px;
    margin: 20px 30px;
    padding-right: 40px;
}

.mat-button {
    background-color: #FFFFFF;
    color: #0060A1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    width: 100%;
    height: 70px;
}

.modal-footer,
.modal-header {
    border: none !important;
}

.modal-title1 {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 24.6px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
}

.language-label {
    color: var(--White, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.btn-close {
    height: auto;
    width: auto;
    color: #AAD3E9;
}

.btn-text {
    font-family: 'Bangers' !important;
    font-weight: 400 !important;
    font-size: 28px !important;
    line-height: 29.79px !important;
    letter-spacing: 0.05em !important;
    text-align: center !important;
    color: #0060A1 !important;

}

.mt-8 {
    margin-top: 8px;
}

.main-sub-title {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
}

.acc-header {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.accordion-cont {
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
    margin-top: 16px;
}

.acc-text {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #0060A1;
}

.acc-body {
    font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.0em;
    color: #0060A1;
    padding: 2px 0px;
}

.acc-body ul,
.acc-body li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.acc-item {
    padding: 16px 0px;
}

.faq-section {
    margin-top: 70px;
}

.desktop-main-logo {
    width: 260px;
    height: 220px;
}

#desktop-landing {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    overflow-x: auto;
}

.desktop-top-left-chessboard {
    position: absolute;
    z-index: 1;
}

.bg-map-vector {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
}

.center-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.bg-map-vector {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.grid-logo2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.try-text {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 4px 12px rgba(255, 255, 255, 0.25);
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.try-text2 {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0px 4px 12px rgba(255, 255, 255, 0.25);
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
}

.disabled {
    opacity: 0.5;
    /* Make it look disabled */
    pointer-events: none;
    /* Prevent clicks */
    user-select: none;
    /* Prevent text selection */
}

.mb-20 {
    margin-bottom: 20px
}

.entry-closed-container {
    display: inline-flex;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #5B5B5B;
}

.entry-closed-text {
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.2px;

}

.mt-6 {
    margin-top: 6px;
}

@media (min-width: 768px) {
    .nav-wrapper {
        display: none !important;
    }
}

.copyright {
    margin-top: 10px;
    color: #0060A1;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}

.new-title {
    color: var(--White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    text-shadow: 0 0 8px #0060A1;
    font-family: Bangers;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
}

.main-page-title {
    font-family: 'Bangers';
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
}

.main-sub-title {
    font-family: 'Bangers';
    font-weight: 400;
    /* font-size: 28px;
    line-height: 36px; */
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #FFFFFF;
}

.mbl-container {
    width: 100%;
    padding: 0px 16px;
}

.mt-16 {
    margin-top: 16px;
}