@font-face {
    font-family: "NotoSans-Black";
    src: url("/font/NotoSans-Black.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "NotoSans-Bold";
    src: url("/font/NotoSans-Bold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "NotoSans-BoldItalic";
    src: url("/font/NotoSans-BoldItalic.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "NotoSans-ExtraBold";
    src: url("/font/NotoSans-ExtraBold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "NotoSans-Medium";
    src: url("/font/NotoSans-Medium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "NotoSans-SemiBold";
    src: url("/font/NotoSans-SemiBold.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "NotoSans-Regular";
    src: url("/font/NotoSans-Regular.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url("/font/Rubik-Bold.ttf") format("truetype");
    font-style: normal;
}

html,
body {
    width: auto !important;
    overflow-x: hidden !important;
}

main {
    margin-top: -80px;
}

* {
    font-family: "NotoSans-Medium";
}

body {
    font-family: "NotoSans-Medium";
    position: relative;
    overflow-x: hidden;
    margin: 0;
    background-image: url(/images/home/home-green-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

img {
    user-select: none;
}

.section {
    position: relative;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1030px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0px;
    }
}

.white-text {
    color: red;
}

.orange-text {
    color: #DC5D00;
}

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

.col {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.col-90 {
    flex-basis: 90%;
    max-width: 90%;
}

.col-70 {
    flex-basis: 70%;
    max-width: 70%;
}

.col-60 {
    flex-basis: 60%;
    max-width: 60%;
}

.col-50 {
    flex-basis: 50%;
    max-width: 50%;
}

/******------global setup start------******/

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
}

h1 {
    font-family: "Rubik-Bold";
    font-size: 62px;
    font-weight: 500;
    line-height: 72px;
}

h2 {
    font-family: "NotoSans-Black";
    font-size: 37px;
    line-height: 43px;
}

h3 {
    font-family: "NotoSans-Black";
    font-size: 28px;
    line-height: 34px;
}

h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
}

h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

p,
a,
li,
th,
td {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.white-text {
    color: #fff;
}

@media (max-width: 768px) {
    h1 {
        font-size: 42px;
        line-height: 52px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 23px;
        line-height: 29px;
    }

    h4 {
        font-size: 18px;
        line-height: 24px;
    }

    h5 {
        font-size: 16px;
        line-height: 22px;
    }

    h6 {
        font-size: 12px;
        line-height: 18px;
    }

    p,
    a,
    li,
    th,
    td {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

/******------header start------******/

header {
    position: relative;
    z-index: 99;
}

header .col {
    display: flex;
    justify-content: end;
}

header .logo {
    display: flex;
}

header .logo img {
    width: 183px;
}

header .menu-dropdown {
    position: relative;
    display: inline-flex;
    padding-top: 20px;
}

header .dropdown-btn {
    cursor: pointer;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
}

header .dropdown-btn img {
    width: 38px;
    height: 28px;
}

header .dropdown-content {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 64px;
    background-color: #ff8300;
    min-width: 175px;
    padding: 0 !important;
    z-index: 1;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

header .dropdown-content a {
    color: white;
    padding: 0px 20px;
    font-family: "NotoSans-SemiBold" !important;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

header .dropdown-content a:hover {
    color: #fff57c;
}

@media only screen and (max-width: 1000px) {
    header .dropdown-content a {
        line-height: 37px;
        height: 37px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    header .logo img {
        width: 160px;
    }
}

/******------header end------******/

/******------footer start------******/

footer {
    background-color: #ff8300;
    padding: 30px 0 15px;
}

.footer-top {
    text-align: center;
}

.footer-top h3 {
    font-family: "NotoSans-Black";
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.footer-top h4 {
    font-family: "NotoSans-Black";
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
}

.footer-top .social-group {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-top .social-group h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.footer-top .social-group h6 em {
    font-family: "NotoSans-Bold";
}

.footer-top .social-group .social-group-icons {
    display: flex;
    gap: 8px;
}

.footer-top .social-group .social-group-icons a {
    display: flex;
}

.footer-top .social-group .social-group-icons img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.footer-bottom .col {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.footer-bottom a {
    text-decoration: none;
    font-family: "NotoSans-SemiBold";
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.footer-bottom p {
    font-family: "NotoSans-SemiBold";
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

@media only screen and (max-width: 1000px) {
    .footer-top h3 {
        font-size: 23px;
    }

    .footer-top h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-top .social-group h6 {
        font-size: 14px;
    }

    .footer-top .social-group .social-group-icons img {
        width: 26px;
        height: 26px;
    }

    .footer-bottom a,
    .footer-bottom p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .footer-bottom .col {
        margin-top: 6px;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
}

/******------footer end------******/

/******------home start------******/

.spend-win-sec > .container > .row .col {
    position: relative;
}

/* .spend-win-sec > .container > .row .col {
    overflow: hidden;
} */

.spend-win-sec img {
    -webkit-mask-image: unset;
}

.spend-win-bg {
    position: absolute;
    z-index: -1;
    top: 130px;
    left: 50%;
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
    width: 100%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 70%, transparent 100%) !important;
}

.spend-win-sec .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.spend-win-sec .col img.headline-logo {
    width: 130%;
    margin-top: -180px;
    margin-bottom: -230px;
    padding-right: 20px;
}

.girl-with-bags {
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 95%, transparent 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 95%, transparent 100%) !important;
}

.guardian-new-logo {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    height: 55px;
    object-fit: contain;
    z-index: 3;
}

.coins {
    position: absolute;
    width: 170%;
    top: -250px;
    left: 60%;
    transform: translateX(-50%);
    z-index: 1;
}

.login-sec {
    text-align: center;
    margin-top: -230px;
}

.login-btn {
    display: inline-flex;
    justify-content: center;
}

.login-sec img {
    width: 350px;
    cursor: pointer;
    z-index: 999;
}

.login-sec h2 {
    text-transform: uppercase;
    background: linear-gradient(176deg, #E6AB3B -28.59%, #E6A73B 29.6%, #E69B3B 89.56%, #E5873C 147.75%);
    padding: 5px 60px;
    border-radius: 99px;
    border: 1px solid #E89248;
    position: relative;
    font-size: 45px;
    line-height: 55px;
    box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.85);
}

.login-sec h2 span {
    display: unset;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.login-sec h2::before {
    content: '';
    display: block;
    width: 100%;
    background: linear-gradient(176deg, #FFF 0%, #FEFDFB 5%, #FDF5EF 23%, #F6D8BF 72%, #F2C19B 98%, #ECA66F 100%, #E5873C 110%);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    mix-blend-mode: screen;
}

.modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;"
}

.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 80%;
    max-width: 500px;
    position: relative;
    border-radius: 10px;
    color: white;
    background-image: url(/images/home/home-green-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.modal-content .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
    color: white;
}

.login-social-row .col {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.login-social-row button {
    padding: 0;
    background-color: transparent;
    border: none;
    display: inline-flex;
    cursor: pointer;
}

.login-social-row button img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    object-position: center;
}

.modal-content h4 {
    font-family: "NotoSans-Black";
    padding-bottom: 20px;
    text-align: center;
}

form.login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.login-form input {
    background-color: rgb(255 255 255 / 100%);
    border: 1px solid white;
    font-family: "NotoSans-SemiBold";
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    outline: none;
}

.login-form ::placeholder {
    text-transform: lowercase;
    color: #b9bbbd;
    font-size: inherit;
}

.login-form input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    display: grid;
    place-content: center;
    margin: 0;
    margin-right: 5px;
    border: 1px solid #fff;
    border-radius: 5px !important;
    height: 16px;
    width: 16px;
    background-color: transparent;
    padding: 5px;
}

.login-form input[type="checkbox"]::before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #fff;
}

.login-form input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.tnc-col {
    display: flex;
    justify-content: space-between;
}

.tnc-col label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tnc-col label,
.tnc-col a {
    font-family: "NotoSans-Bold";
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
}

.tnc-col a:hover {
    color: #ff8300;
}

.button-col {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding-top: 10px;
}

.button-col button {
    cursor: pointer;
    font-family: "NotoSans-Black";
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    padding: 5px 25px;
    background-image: url(/images/home/button-orange-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 170px;
    width: 170px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
        0 0 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.3);
}

.logged-in .raya-step-sec {
    margin-top: -160px;
}

.raya-step-sec {
    margin-top: 20px;
    margin-bottom: 80px;
}

.raya-step-sec > .container > .row > .col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.raya-step-sec .step-box {
    display: flex;
    background: linear-gradient(to right, #ff7e00, #ffa500);
    border-radius: 20px;
    padding: 30px;
    align-items: center;
    gap: 20px;
}

.raya-step-sec .step-content {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}

.raya-step-sec .step-content span {
    background-color: white;
    border-radius: 50px;
    padding: 5px 20px;
    color: #DC5D00;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

.raya-step-sec .step-content p {
    padding: 0;
}

.raya-step-sec .icon img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.step-box img {
    min-width: 100px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}

@media only screen and (max-width: 1200px) {
    .guardian-new-logo {
        top: 100px;
    }
}

@media only screen and (max-width: 992px) {
    .col-90 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .col-70 {
        flex-basis: 90% !important;
        max-width: 90% !important;
    }

    .col-60 {
        flex-basis: 80% !important;
        max-width: 80% !important;
    }

    .spend-win-sec .col img.headline-logo {
        margin-top: -100px;
    }

    .spend-win-sec .col img.headline-logo {
        margin-bottom: -170px;
    }
    
    .coins {
        top: -150px;
    }

    .login-sec {
        margin-top: -170px;
    }
}

@media only screen and (max-width: 768px) {
    
    .login-sec img {
        width: 270px;
    }

    .button-col button {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .spend-win-sec .col img.headline-logo {
        margin-top: -70px;
        margin-bottom: -100px;
    }

    .guardian-new-logo {
        height: 35px;
        top: 80px;
    }

    .coins {
        top: -100px;
    }

    .login-sec h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 5px 30px;
    }

    .login-sec {
        margin-top: -100px;
    }

    .logged-in .raya-step-sec {
        margin-top: -100px;
    }

    .raya-step-sec .step-box {
        padding: 20px;
    }

    .raya-step-sec .step-box img {
        min-width: 80px;
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 576px) {
    .col {
        padding: 0 20px;
    }

    .col-90 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .col-70 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    .col-60 {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }

    main {
        margin-top: -80px;
    }

    .spend-win-bg {
        top: 100px;
    }

    .spend-win-sec .col img.headline-logo {
        margin-top: -20px;
        margin-bottom: -100px;
    }

    .guardian-new-logo {
        height: 33px;
    }

    .coins {
        top: -60px;
    }

    .login-sec img {
        width: 230px;
    }

    .modal-content {
        width: 70%;
    }

    .login-sec h2 span {
        font-size: 24px;
        line-height: 34px;
    }

    .login-social-row .col {
        padding-top: 15px;
    }

    .login-social-row button img {
        height: 70px;
        width: 70px;
    }

    .login-form input {
        font-size: 14px;
        line-height: 18px;
        padding: 8px;
    }

    .tnc-col {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .tnc-col label,
    .tnc-col a {
        font-size: 10px;
        line-height: 14px;
    }

    .tnc-col label {
        gap: 2px;
    }

    .login-form input[type="checkbox"] {
        height: 14px;
        width: 14px;
    }

    .button-col {
        gap: 15px;
    }

    .button-col button {
        min-width: 145px;
        width: 145px;
    }    
}

@media only screen and (max-width: 350px) {
    .guardian-new-logo {
        height: 30px;
    }

    .spend-win-sec .col img.headline-logo {
        margin-bottom: -70px;
    }

    .logged-in .raya-step-sec {
        margin-top: -100px;
    }

    .login-sec {
        margin-top: -80px;
    }

    .button-col {
        flex-wrap: wrap;
    }
}

/******------home end------******/

/******------submission start------******/

.upload-sec {
    margin-top: -80px;
    text-align: center;
    margin-bottom: 40px;
}

.upload-title-row h2 {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
}

.upload-input-row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

.receipt-upload-button {
    cursor: pointer;
    font-family: 'NotoSans-Black';
    font-size: 24px;
    line-height: 30px;
    color: #ff8300;
    border-radius: 15px;
    padding: 5px 25px;
    background-color: #fff;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.3);
}

.receipt-upload-input {
    position: absolute;
    display: none;
}

.receipt-preview-container {
    display: block;
    width: 400px;
    height: 500px;
    background-image: url(/images/submission/receipt-box-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 50px;
    position: relative;
}

.receipt-preview-container::before {
    content: '';
    display: block;
    border: 2px dashed #fff;
    position: absolute;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    left: -8px;
    top: -8px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 255, 0.2);
}

.receipt-preview-container img {
    height: 500px;
    width: 400px;
    object-fit: contain;
}

.receipt-submit-button {
    cursor: pointer;
    font-family: 'NotoSans-Black';
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    padding: 5px 25px;
    background-image: url(/images/home/button-orange-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 992px) {
    .upload-sec {
        margin-top: -50px;
    }

    .receipt-preview-container {
        width: 350px;
        height: 450px;
    }

    .receipt-preview-container img {
        height: 450px;
        width: 350px;
    }

    .banner-sec {
        margin-top: -120px;
    }

    .banner-sec img {
        width: calc(100% + 120px);
        margin-left: -60px;
    }

    .banner-sec .bottom-col {
        margin-top: -180px;
    }
}

@media only screen and (max-width: 768px) {
    .receipt-upload-button,
    .receipt-submit-button {
        font-size: 18px;
        line-height: 24px;
    }

    .receipt-preview-container {
        width: 300px;
        height: 400px;
        padding: 40px;
    }

    .receipt-preview-container img {
        height: 400px;
        width: 300px;
    }
}

@media only screen and (max-width: 576px) {
    .upload-sec {
        margin-top: -10vw;
    }

    .upload-title-row h2 {
        font-size: 16px;
        line-height: 22px;
    }

    .upload-input-row .col {
        gap: 40px;
        margin-top: 20px;
    }

    .receipt-preview-container {
        width: 200px;
        height: 300px;
        padding: 30px;
    }

    .receipt-preview-container img {
        height: 300px;
        width: 200px;
    }
}

/******------submission end------******/

/******------mechanism start------******/
.mechanism .spend-win-sec .col img.headline-logo {
    margin-bottom: -100px;
}

.mechanism .spend-win-bg {
    top: 0;
}

.mechanism-desc-sec {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    width: 80%;
}

.mechanism-desc-sec h2 {
    margin-bottom: 30px !important;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.3), 0 0 5px rgba(255, 255, 255, 0.2);
}

.mechanism-desc-sec p {
    font-family: "NotoSans-Regular";
    line-height: 2;
    text-align: justify;
    text-align-last: center;
    width: 80%;
    margin: 0 auto !important;
}

.mechanism .raya-step-sec {
    margin-top: -160px;
}

@media only screen and (max-width: 767px) {
    .mechanism .spend-win-sec .col img.headline-logo {
        margin-bottom: 0;
    }

    .mechanism .raya-step-sec {
        margin-top: -100px;
    }
}

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

    .mechanism-desc-sec h2 {
        margin-bottom: 15px !important;
        font-size: 16px;
        line-height: 22px;
    }

    .mechanism-desc-sec p {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .mechanism .raya-step-sec {
        margin-top: -80px;
    }
}

/******------mechanism end------******/

/******------tnc start------******/

.tnc .guardian-new-logo {
    position: relative;
    left: unset;
    transform: unset;
    top: unset;
    margin-bottom: 20px;
}

.disclaimer-sec {
    margin-top: 130px;
    margin-bottom: 50px;
}

.disclaimer-sec .tabs {
    display: flex;
    gap: 25px;
    width: fit-content;
    margin: 0 auto 30px;
}

.disclaimer-sec .tab-button {
    cursor: pointer;
    font-family: NotoSans-Black;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    border-radius: 15px;
    padding: 5px 25px;
    background-image: none;
    background-color: transparent;
    border: 3px solid #fff;
    box-shadow: 0 0 5px #ffffff80, 0 0 5px #fff6, 0 0 5px #ffffff4d;
}

.disclaimer-sec .tab-button.active {   
    background-image: url(/images/home/button-orange-bg.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.disclaimer-sec .tab-content {
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 30px 35px;
    background: transparent;
    color: #fff;
}

.disclaimer-sec .tab-panel {
    display: none;
}

.disclaimer-sec .tab-panel.active {
    display: block;
}

.disclaimer-sec .tab-panel > h4 {
    font-family: NotoSans-Bold;
    text-decoration: underline;
    text-align: center;
}

.disclaimer-sec .tab-panel ol {
    margin-bottom: 0;
    padding-left: 35px;
    text-align: justify;
}

.disclaimer-sec .tab-panel ol > li:not(last-child) {
    margin-bottom: 10px;
}

.disclaimer-sec .tab-panel > ol ol {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    .disclaimer-sec .tab-button {
        font-size: 18px;
        line-height: 24px;
    }

    .disclaimer-sec .tab-panel ol {
        padding-left: 25px;
    }

    .disclaimer-sec {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .disclaimer-sec .tabs {
        flex-direction: column;
        width: fit-content;
        gap: 15px;
    }

    .disclaimer-sec .tab-content {
        padding: 20px 25px;
    }
}

/******------tnc end------******/

.error-message {
    background-color: #f8d7da;
    /* Light red background */
    color: #721c24;
    /* Dark red text */
    border: 1px solid #f5c6cb;
    /* Red border */
    padding: 10px;
    /* Padding around the message */
    border-radius: 5px;
    /* Rounded corners */
    margin-bottom: 15px;
    /* Space below the error message */
}

.status-message {
    background-color: #d4edda;
    /* Light green background for success */
    color: #155724;
    /* Dark green text */
    border: 1px solid #c3e6cb;
    /* Green border */
    padding: 10px;
    /* Padding around the message */
    border-radius: 5px;
    /* Rounded corners */
    margin-bottom: 15px;
    /* Space below the status message */
}

.success-message {
    background-color: #d4edda;
    /* Light green background for success */
    color: #155724;
    /* Dark green text */
    border: 1px solid #c3e6cb;
    /* Green border */
    padding: 10px;
    /* Padding around the message */
    border-radius: 5px;
    /* Rounded corners */
    margin-bottom: 15px;
    /* Space below the success message */
}

.submission-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

#prev-btn {
    left: 10px;
}

#next-btn {
    right: 10px;
}

/******------thankyou start------******/

.thankyou .spend-win-sec > .container > .row .col {
    overflow: unset;
}

.thankyou .coins {
    z-index: -1;
}

.thankyou .spend-win-sec .col img.headline-logo {
    margin-bottom: 0;
}

/******------thankyou end------******/