﻿@font-face {
    font-family: "Rubik-Light";
    src: url('fonts/Rubik-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rubik-Black";
    src: url('fonts/Rubik-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rubik-Medium";
    src: url('fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rubik-Regular";
    src: url('fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rubik-Bold";
    src: url('fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    font-family: Rubik-Regular;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Rubik-Regular;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    background-color: #000000;
    color: #F0F3FD;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

#header {
    transition: all 0.5s;
    transition: all 0.5s;
    z-index: 997;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    /*Opacity end*/
}

@media (max-width: 768px) {
    #header {
        padding: 10px 0;
    }
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #FFFFFF;
    /* padding-right: 40px;*/
    font-size: 16px;
    font-weight: 400;
}

.navbarButtonJoinToWaitlist {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #526077;
    text-align: center;
    /* Heading/Heading-3 */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
    border-radius: 16px;
}

/*.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;*/ /* Set the navbar to fixed position */
/*top: 0;*/ /* Position the navbar at the top of the page */
/*width: 100%;*/ /* Full width */
/*}*/

#footer {
    background: #262D37;
    padding: 0 0 00px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        /* border-top: 1px solid #768fa6; */
        border-bottom: 1px solid #67839c;
        padding: 30px 20px 00px 30px;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #768fa6;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #428bca;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 12px;
            font-weight: 400;
            color: #7B889C;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            /*margin-bottom: 30px;*/
        }

            #footer .footer-top .footer-links p {
                margin-top: 20px;
                margin-bottom: 20px;
                /*font-size: 14px;*/
                font-weight: 400;
                color: #7B889c;
            }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: red;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #CCD1D9;
                    font-size: 12px;
                    font-weight: 400;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                    text-decoration: none;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #CCD1D9;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4;
        }

            #footer .footer-top .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #428bca;
                color: #fff;
                transition: 0.3s;
                border-radius: 4;
            }

                #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
                    background: #5295ce;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

        #footer .credits a {
            color: #9eccf4;
        }

.footerTrademarkContent {
    font-size: 8px;
    font-weight: 400;
    font-family: "Rubik";
}

/*#HomeTitle {
    font-weight: 700;
    font-size: 64px;
    background: -webkit-linear-gradient(#6886EF, #DEE5FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/

@media only screen and (max-width: 770px) {
    /* #HomeTitle {
        font-size: 40px;
    }*/
    #HomeTilte {
        color: #FFF;
        /* Heading/Heading 3 */
        font-family: Rubik;
        font-size: 49px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 58.8px */
    }

    #HomeDesc {
        color: #FFF;
        /* Subtitle/Subtitle 1 */
        font-family: Rubik;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 19.2px */
        letter-spacing: 0.024px;
    }

    #HomeButton {
        display: flex;
        width: 288px;
        height: 72px;
        padding: 8px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 16px;
        border: 1px solid #323A48;
        background: #FFF;
        color: #526077;
        text-align: center;
        /* Heading/Heading-3 */
        font-family: Rubik;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 21.6px */
    }
}

@media only screen and (min-width: 770px) {
    /*  #HomeTitle {
        font-size: 96px;
        font-weight: 700;
    }*/
    #HomeTitle {
        color: #FFF;
        /* Heading/Heading 2 */
        font-family: Rubik;
        font-size: 62px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 74.4px */
        letter-spacing: -0.31px;
    }
}

/*#HomeDesc {
    font-weight: 400;
    font-size: 16px;
    color: #7B889C;
}*/
#HomeDesc {
    color: #FFF;
    /* Heading/Heading 6 */
    font-family: Rubik;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 25.2px */
    letter-spacing: 0.032px;
}

/*#HomeButton {
    font-weight: 700;
    font-size: 18px;
    color: #526077;
    width: 299px;
    height: 72px;
    border-radius: 16px;
    text-align: center;
    align-content: center;
}*/

#HomeButton {
    display: flex;
    width: 299px;
    height: 72px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #526077;
    text-align: center;
    /* Heading/Heading-3 */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #FFF;
}

#homeEllipse {
    width: 350px;
    height: 300px;
    top: -125px;
    left: -100px;
    angle: 37.33 deg;
    opacity: 0.6;
    /*background: rgba(104, 135, 242, 1);*/
    backdrop-filter: blur(200px);
    position: absolute;
    border: 2px solid grey;
    border-radius: 50%;
    border: 0.75px solid rgba(208, 217, 250, 1);
    backdrop-filter: blur(200px);
    z-index: -1;
    background: rgba(208, 217, 250, 1);
    background: rgba(104, 135, 242, 1);
}

/* Flexbox Method */
#flex-container {
    display: flex;
    flex-direction: column;
    /* fallback height */
    /*  min-height: 100vh;*/
    /* new small viewport height for modern browsers */
    min-height: 100%;
}

    #flex-container > header {
        padding: 1rem;
    }

    #flex-container > article {
        padding: 2rem;
    }

    #flex-container > footer {
        margin-top: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }

.text-center {
    margin: auto;
    width: 100%;
    padding: 12%;
    background: url('/assets/img/bggrnd.png');
    background-size: cover;
}

.homeText-Center {
    margin: auto;
    /*width: 70%;*/
    padding-top: 23%;
    padding-left: 47px;
    text-align: left !important;
    /* background: url('/assets/img/bggrnd.png');
    background-size: cover;*/
}

.ellipse {
    width: 40%;
    /* Adjust the width as needed */
    height: 50vh;
    /* Adjust the height relative to width for responsiveness */
    background-color: #6887F2;
    /* Background color of the ellipse*/
    border-radius: 50%/50%;
    /* 50% for horizontal radius, 50% for vertical radius */
    margin: 20px auto;
    transform: rotate3d(1,1, -3, -325deg);
    /* z-index: 999999; */
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 50px #D0D9FA;
    top: -234;
    top: -198px;
    left: -270px;
    position: absolute;
}

.ellipseFooter {
    width: 20%;
    height: 24vh;
    background-color: #6887F2;
    border-radius: 50% / 50%;
    margin: 20px auto;
    transform: rotate3d(1, 1, -3, -359deg);
    /* z-index: 999999; */
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 50px #D0D9FA;
    bottom: -234;
    top: 503px;
    right: 2px;
    position: absolute;
}

.pageTitle {
    font-family: Rubik-Medium;
    font-weight: 700;
    font-size: 48px;
    color: #F0F3FD;
}

@media (max-width: 768px) {
    .pageTitle {
        font-weight: 700;
        font-size: 28px;
        color: #F0F3FD;
        font-family: Rubik-Medium;
    }
}

#guidelinesDesc {
    align-content: center;
}

    #guidelinesDesc > p {
        align-content: center;
        font-weight: 400;
        font-size: 14px;
    }

.guidelinesButtonGroup {
    border: 2px solid #262D37;
    color: #262D37;
    border-radius: 999px;
    font-size: 16px;
}


    .guidelinesButtonGroup:hover {
        color: #EFF0F3;
        background-color: #262D37;
    }

.guidlinesButtonSelected {
    background-color: #262D37;
    color: #EFF0F3
}

#privacyTitle > h1 {
    font-weight: 700;
    color: #394A83;
    font-size: 48px;
    font-family: 'Rubik'
}

/*#privacyContent > p {
    font-weight: 400;
    font-size: 16px;
    color: #404B5D;
}*/

.privacySecurityDisclaimer {
    background-color: #FFF4EE;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.privacySecurityDisclaimerTitle {
    font-weight: 700;
    font-size: 16px;
    color: #8B5030;
}

.privacySecurityDisclaimerContent {
    font-weight: 400;
    font-size: 16px;
    color: #8B5030;
}

.privacychangesToPolicy {
    background-color: #F8F1FB;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.privacychangesToPolicyTitle {
    font-weight: 700;
    font-size: 16px;
    color: #644075;
}

.privacychangesToPolicyContent {
    font-weight: 400;
    font-size: 16px;
    color: #644075;
}

.privacycontactUs {
    background-color: #F0F3FD;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.privacycontactUsTitle {
    font-weight: 700;
    font-size: 16px;
    color: #394A83;
}

.privacycontactUsContent {
    font-weight: 400;
    font-size: 16px;
    color: #394A83;
}

.privacyWarning {
    background-color: #EFF0F3;
    padding-left: 46px;
    padding-right: 46px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.privacyWarningTitle {
    font-weight: 700;
    font-size: 16px;
    color: #262D37;
}

.privacyWarningContent {
    font-weight: 400;
    font-size: 16px;
    color: #323A48;
}

.modal-content {
    height: 600px;
    margin-top: 0px;
    background: linear-gradient(#111629, #030719);
}

.modalTitle {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 600;
    color: #EFF0F3;
}

@media only screen and (max-width: 770px) {
    .modalTitle {
        text-align: center;
    }
}

.modalSubtitle {
    color: #B3BAC6;
    /* Paragraph */
    font-family: Rubik;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 144%; /* 18.72px */
    letter-spacing: 0.13px;
}

.modalImg {
    max-width: 230px;
}

@media only screen and (max-width:770px) {
    .modalImg {
        padding: 27.929px 40.661px 27.288px 40.006px;
    }
}

.ModalliContent > li {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 300;
    color: #737373;
    line-height: normal;
}

@media only screen and (max-width: 770px) {
    .ModalliContent {
        height: 70px;
        overflow: auto;
    }
}

.modalContent {
    font-family: Rubik;
    font-size: 12px;
    font-weight: 300;
    color: #526077;
}

.modalCheckBoxLabel {
    font-size: 13px;
    font-weight: 400;
    color: #B3BAC6;
}

.btnModalCancel {
    color: #7B889C;
    font-size: 16px;
    width: 100%;
}

.btnModalContinue {
    color: #1E2631;
    font-size: 16px;
    width: 100%;
}

.modalEnterPhoneNoInput {
    border: 1px solid #212A4D;
    background-color: #070C1C;
    color: #526077;
    padding-left: 20px;
    width: 100%;
    border-radius: 12px;
    height: 60px;
}


{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



#otp-form {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    #otp-form input {
        border: 1px solid #212A4D;
        background-color: #070C1C;
        color: white;
        font-size: 24px;
        text-align: center;
        padding: 10px;
        width: 100%;
        max-width: 50px;
        height: 62px;
        border-radius: 10px;
    }

        #otp-form input:focus-visible {
            outline: 2px solid royalblue;
        }

        #otp-form input.filled {
            outline: 2px solid #212A4D;
        }

#verify-btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    background: royalblue;
    color: white;
    padding: 7px 10px;
    border-radius: 4px;
    font-size: 16px;
    border: none;
}

#emailotp-form {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    #emailotp-form input {
        border: 1px solid #212A4D;
        background-color: #070C1C;
        color: white;
        font-size: 24px;
        text-align: center;
        padding: 10px;
        width: 100%;
        max-width: 50px;
        height: 62px;
        border-radius: 10px;
    }

        #emailotp-form input:focus-visible {
            outline: 2px solid royalblue;
        }

        #emailotp-form input.filled {
            outline: 2px solid #212A4D;
        }

.otp-form {
    border: none;
    background-color: transparent;
    color: white;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    outline: 2px solid rgb(66, 66, 66);
    max-width: 120px;
    height: 100px;
    font-size: 16px;
}

.otp-platform {
    border: 1px solid #070C1C;
    background-color: transparent;
    color: #526077;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 4px;
    outline: 2px solid rgb(66, 66, 66);
    max-width: 110px;
    height: 80px;
    font-size: 12px;
}

    .otp-platform > btn {
        border: 2px solid #212A4D;
    }


.smashinglogo {
    background-image: url('/img/Home_BG_Web_V2.png');
    background-size: cover;
    height: 100%;
    max-width: 100%;
}

.DatrixBg {
    background-image: url('/img/Code Rain.svg');
    background-size: cover;
    height: 100%;
    max-width: 100%;
}

.datrixDivHover:hover {
    background: linear-gradient(251.15deg, #2E2E2E 26.28%, rgba(47, 46, 46, 0.66) 72.4%);
    border: none !important;
}

.lottiePlayerCss {
    background-image: url('/img//Datrix_Loading_Bg.svg');
    width: 38.2px;
    height: 38.2px;
}

.video-container img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 2;
    opacity: 12%;
}

.video-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .video-container video {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    /* Just styling the content of the div, the *magic* in the previous rules */
    .video-container .caption {
        z-index: 1;
        position: relative;
        text-align: center;
        padding: 10px;
    }

@media only screen and (max-width: 770px) {
    .mobile-hidden {
        display: none;
    }

    .smashinglogo {
        background-position: left;
        background-image: url('/img/Home_BG_Mobile_V2.png');
        background-size: cover;
    }

    .genderButtonGroup {
        margin: 10px;
    }
}



@media only screen and (min-width: 770px) {
    .desktop-hidden {
        display: none;
    }

    .smashinglogo {
        background-position: center;
    }

    .tabcontentspace {
        padding-left: 15px;
        padding-right: 10px;
    }

    .guidlinesTabContentSpace {
        padding-left: 15%;
        padding-right: 10%;
    }
}

.howDidYouHearGroup {
    display: inline-block;
}

li::marker {
    color: #404B5D;
    font-weight: 700;
}

input[type="radio"]:checked + label {
    background-color: transparent !important;
    color: #EFF0F3 !important;
    border: 1px solid #ADBFFF;
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
    margin-left: 10px;
    border-radius: 10px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 10px;
}

.genderButtonGroup {
    width: 120px;
    height: 100px;
    border: 1px solid #212A4D;
    color: #526077;
    text-align: center;
    align-content: center;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 10px;
}

    .genderButtonGroup:hover {
        background-color: transparent;
        color: #EFF0F3;
        border: 1px solid #ADBFFF;
    }

.privacyLabel {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #B3BAC6;
}

    /* Hide the browser's default checkbox */
    .privacyLabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1px solid #B3BAC6;
}


/* When the checkbox is checked, add a blue background */
.privacyLabel input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #B3BAC6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.privacyLabel input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.privacyLabel .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    border: 1px solid #323A48;
    background-color: #323A48;
    color: #1E2631;
}

.modal-footer > * {
    margin-bottom: 0rem;
}

.error-message {
    color: #F87171;
}

.loadingClass {
    display: none;
    z-index: 9999;
    position: fixed;
    /*    position: fixed;
    z-index: 1000;*/
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, 0 ) url('/img/loading.gif') 50% 50% no-repeat;*/
}

.contactUsTitle {
    color: #4A5FAA;
    font-size: 20px;
    font-weight: 700;
}

.contactUsDesc {
    color: #5A6A83;
    font-size: 14px;
    font-weight: 400;
}

.contactUsButton {
    font-size: 12px;
    font-weight: 700;
    color: #2C3864;
    border: 1px solid #2C3864;
    padding: 12px 24px;
    border-radius: 8px;
}

a.contactUsButton:hover {
    font-size: 12px;
    font-weight: 700;
    color: #2C3864;
    border: 1px solid #2C3864;
}

.aboutUSContentTitle {
    color: #FECDB2;
    font-weight: 700;
    font-size: 28px;
}

@media (max-width: 768px) {
    .aboutUSContentTitle {
        color: #FECDB2;
        text-align: center;
        font-family: Rubik-Medium;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 24px */
    }
}


.aboutUsContent {
    color: #BAC7F8;
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 768px) {
    .aboutUsContent {
        color: #BAC7F8;
        text-align: center;
        /* Body-2/Regular */
        font-family: Rubik;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
    }
}

.small-box {
    max-width: 400px;
}

.square-box {
    max-width: 600px;
    min-height: 600px;
}

.nav-pills .nav-link {
    border-radius: 25px;
    margin-left: 10px;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: #262D37;
        color: #EFF0F3;
    }

.guidelinesButtonGroupMobile {
    border: 2px solid #262D37;
    color: #262D37;
    border-radius: 25px;
    font-size: 13px;
    width: 100%;
}

.guidlinesButtonSelected {
    background-color: #262D37;
    color: #EFF0F3
}

.guidelinesButtonGroupMobile:hover {
    color: #EFF0F3;
    background-color: #262D37;
}

.privacyPolicyGradient {
    /* background: radial-gradient(127.27% 190.12% at -29.72% 27.57%, #208234 0%, #0E4136 25.66%, #092829 37.94%, #030719 73.29%);
    border: none;*/
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active .btn:hover {
    border-color: #ADBFFF;
}

.heading1 {
    color: #394A83;
    /* Display/Display-2 */
    font-family: Rubik-Bold;
    font-size: 48px;
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 110%; /* 52.8px */
}

.heading2 {
    color: #404B5D;
    /* Heading/Heading-2 */
    font-family: Rubik-Bold;
    font-size: 20px;
    font-style: normal;
    /* font-weight: 700;*/
    line-height: 120%; /* 24px */
}

.contentCss {
    color: #404B5D;
    /* Body-1/Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.subTitle {
    color: #404B5D;
    /* Body-1/Bold */
    font-family: Rubik-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

ol.roman-bracket {
    list-style: none; /* Remove default numbers */
    counter-reset: roman; /* Start counter */
    /*padding-left: 1.5em;*/ /* Indent the list */
}

    ol.roman-bracket li::before {
        counter-increment: roman; /* Increment the counter */
        content: counter(roman, lower-roman) ") ";
        margin-right: 0.5em;
        font-weight: bold;
    }

ol, ul {
    padding-left: 1.5rem;
}



.notFoundDescCss {
    color: #D0D9FA;
    text-align: center;
    font-family: Rubik-Medium;
    /* font-size: 20px;*/
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

@media only screen and (max-width: 320px) {
    .notFoundDescCss {
        font-size: 20px;
    }
}

@media only screen and (min-width: 767px) {
    .notFoundDescCss {
        font-size: 28px;
    }
}


.responsive {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.DatingHeader1 {
    color: #F0F3FD;
    text-align: center;
    /* Display/Display-2 */
    font-family: Rubik-Medium;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 52.8px */
}

.DatingHeader1Mobile {
    color: #F0F3FD;
    text-align: center;
    font-family: Rubik-Medium;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

.DateingHeader2 {
    color: #D0D9FA;
    text-align: center;
    /* Body-1/Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.DatingHeader2Mobile {
    color: #D0D9FA;
    text-align: center;
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
}

.DatingDescHead {
    color: #FECDB2;
    /* Heading/Heading-1 */
    font-family: Rubik-Regular;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

.DatingDescHeadMobile {
    color: #FECDB2;
    /* Heading/Heading-2 */
    font-family: Rubik-Regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}

.DatingDesc {
    color: #D0D9FA;
    /* Body-1/Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

    .DatingDesc li::marker {
        color: #D0D9FA;
        font-weight: 400;
    }

.DatingDescImg {
    width: 310px;
    height: 310px;
    padding: 45px 42.008px 45.986px 42px;
    justify-content: center;
    align-items: center;
}

.DatingDescMobile {
    color: #D0D9FA;
    font-family: Rubik-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

    .DatingDescMobile li::marker {
        color: #D0D9FA;
        font-weight: 400;
    }

.DatingDescImgMobile {
    width: 300px;
    height: 300px;
    padding: 43.548px 40.653px 44.503px 40.645px;
    justify-content: center;
    align-items: center;
}

.DatingBodyTitle {
    color: #4A5FAA;
    text-align: center;
    /* Heading/Heading-1 */
    font-family: Rubik-Medium;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

.DatingBodyDesc {
    color: #5A6A83;
    text-align: center;
    /* Body-1/Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.DatingBodyOlTitle {
    color: #262D37;
    /* Body-1/Bold */
    font-family: Rubik-Medium;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.DatingBodyOl {
    color: #262D37;
    /* Body-2/Regular */
    font-family: Rubik-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

    .DatingBodyOl li::marker {
        color: #262D37;
        font-weight: 400;
    }

.truthorDare {
    /*background-image: url('/img/Truth_Web_BG.svg');
    background-size: cover;
    background-position: center;*/
    /*background: url('/img/Truth_Web_BG.svg') #dce4ff -0.164px 0px / 100.023% 105.982% no-repeat;*/
    background: url('/img/Truth_Web_BG.svg') #dce4ff no-repeat;
    background-size: cover;
    /*background: linear-gradient(to bottom right, #dce4ff, #e6eafe);*/
    /*background: url('/img/Truth_Web_BG.svg');*/
    /*background-size: cover;
    background-position:center;*/
}

@media (max-width: 768px) {
    .truthorDare {
        background: url('/img/Truth_Mobile_BG.svg') #dce4ff no-repeat;
        background-size: cover;
    }
}

.datingBackground {
    background: url('/img/Dating_Pattern_Banner.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .datingBackground {
        background: url('/img/Dating_Mobile_Banner.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.aboutusBanner {
    background: url('/img/Aboutus BG.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .aboutusBanner {
        background: url('/img/AboutUs_Mobile_Banner.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.contactusBanner {
    background: url('/img/Contacus_Banner_Desktop.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .contactusBanner {
        background: url('/img/Contact_Banner_Mobile.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.TruthDareTitle {
    color: #4A5FAA;
    text-align: center;
    /* Heading/Heading-1 */
    font-family: Rubik-Medium;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
    padding-top: 80px;
}

.TruthDareDesc1 {
    color: #5A6A83;
    text-align: center;
    /* Body-1/Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.TruthorDareDesc2 {
    color: #5A6A83;
    text-align: center;
    /* Body-1/Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    padding-top: 20px;
}

/*TruthorDarecard*/
.card-container {
    display: flex;
    /* flex-wrap: wrap;*/
    justify-content: center;
    gap: 10px;
    max-width: 1000px;
}

.card {
    width: 294px;
    height: 402px;
    flex-shrink: 0;
    /*width: 150px;
    height: 220px;
    perspective: 1000px;
    transform: rotate(calc(var(--angle, 0deg)));*/
    border-radius: 32px;
    border: 1px solid #404B5D;
    background: #262D37;
}

@media (max-width: 768px) {
    .card {
        width: 220.5px;
        height: 301.5px;
        border-radius: 32px;
        border: 0.75px solid #404B5D;
        background: #262D37;
    }
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card:hover .card-inner {
    /*transform: scale(1.30);*/
    transform: scale(1.1);
}

.card.flipped .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 30px;
    background-color: #1e1f23;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.card-front {
    background-image: url('/img/Truth_Web_Card.svg');
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .card-front {
        background-image: url('/img/Truth_Mobile_Card.svg');
        background-size: cover;
        background-position: center;
    }
}

.card-back {
    /*border-radius: 32px;*/
    border: 1px solid #404B5D;
    background: #262D37;
    transform: rotateY(180deg);
    padding: 20px;
    text-align: center;
}

    .card-back span.label {
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 999px;
        background: #404B5D;
        color: #B3BAC6;
        text-align: center;
        /* Capitalise/Capitalise-1 */
        font-family: Rubik-Regular;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
        letter-spacing: 2px;
        text-transform: uppercase;
        display: inline-block;
    }

@media (max-width: 768px) {
    .card-back span.label {
        display: inline-flex;
        padding: 6px 12px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        border-radius: 749.25px;
        background: #404B5D;
        color: #B3BAC6;
        text-align: center;
        font-family: Rubik-Regular;
        font-size: 10.5px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 14.7px */
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }
}

.card-backTitle {
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #404B5D;
    color: #B3BAC6;
    text-align: center;
    /* Capitalise/Capitalise-1 */
    font-family: Rubik-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.card-backTitle1 {
    color: #FEDDCB;
    text-align: center;
    /* Heading/Heading-2 */
    font-family: Rubik-Regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
}

@media (max-width:768px) {
    .card-backTitle1 {
        color: #FEDDCB;
        text-align: center;
        font-family: Rubik-Regular;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 18px */
    }
}

.card-backDesc {
    color: #FDA879;
    text-align: center;
    /* Body-1/Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

@media (max-width:768px) {
    .card-backDesc {
        color: #FDA879;
        text-align: center;
        font-family: Rubik-Regular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 18px */
    }
}

@media (max-width: 768px) {
    .custom-navbar-menu {
        background-color: #000; /* black background */
        padding: 8px 0px;
        border-radius: 12px;
        max-width: 200px;
        display: flex;
        margin-left: auto;
        opacity: 1 !important;
        backdrop-filter: none !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.6); /* optional shadow */ /* optional, for tidy look */
    }
}

.custom-navbar-menu .nav-link {
    color: #FFF;
    /* Body Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
    /*color: #fff !important;*/ /* white text */
    /*font-weight: 500;
        padding: 0.5rem 0;
        text-decoration: none;*/
}


    .custom-navbar-menu .nav-link:hover {
        color: #ccc !important;
    }

.custom-navbar-menu .divider {
    border-bottom: 1px solid #3A3A3A; /* light gray */
    margin: 0.2rem 0;
}



.nav-item {
    display: flex;
    /*height: 48px;*/
    padding: 5px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}


/*.nav-item {
        display: flex;
        height: 48px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
*/
.faqFooterTitle {
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%; /* 30.8px */
}

.faqFooterAskawayButton {
    display: flex;
    width: 228px;
    height: 72px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid #323A48;
    background: #FFF;
}

.registrationButton {
    display: flex;
    width: 192px;
    height: 56px;
    padding: 17px 16px;
    justify-content: center;
    align-items: center;
}

.registrationButton2 {
    color: #7B889C;
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
    display: flex;
    width: 192px;
    height: 56px;
    padding: 17px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media (min-width:768px) {
    .siteHeaderLogo {
        padding-left: 30px;
    }
}


/*Nexus section Styles*/
/*.wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1300px;
    gap: 4rem;
}
*/
.text-section {
    flex: 0 0 40%;
}

    .text-section h1 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .text-section p {
        color: #d1d1d1;
        line-height: 1.6;
        font-size: 1rem;
        margin-bottom: 2rem;
        max-width: 90%;
    }

    .text-section button {
        background-color: #fff;
        color: #000;
        border: none;
        padding: 0.7rem 1.6rem;
        border-radius: 6px;
        font-weight: 600;
        cursor: pointer;
        font-size: 0.95rem;
    }

.image-grid {
    flex: 0 0 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}

    .image-grid img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 20px;
    }

/*@media (max-width: 900px) {
    body {
        height: auto;
        padding: 2rem 0;
    }

    .wrapper {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .text-section, .image-grid {
        flex: 1 1 100%;
    }

        .text-section p {
            margin: 0 auto 1.5rem;
        }

    .image-grid {
        grid-template-columns: 1fr 1fr;
        width: 90%;
    }
}*/

.image-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    width: 100%;
    align-items: start;
    position: relative;
}

/*  .image-layout img {
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
        display: block;
    }*/

/* Each image’s unique sizing and offset */
.img1 {
    width: 414px;
    height: 526px;
    flex-shrink: 0;
    grid-column: 1;
    grid-row: 1; /* staggered down */
}


.img2 {
    width: 411px;
    height: 312px;
    flex-shrink: 0;
    grid-column: 2;
    grid-row: 1;
    margin-top: 0; /* slightly higher */
}

.img3 {
    width: 414px;
    height: 312px;
    flex-shrink: 0;
    grid-column: 1;
    grid-row: 2;
}

.img4 {
    width: 411px;
    height: 526px;
    flex-shrink: 0;
    grid-column: 2;
    grid-row: 2;
    margin-top: -210px; /* lifted up for stagger effect */
}

.MobImg1 {
    padding: 0px;
    margin-top: 64px;
    align-self: stretch;
    border-radius: 24.271px;
}

.MobImg2 {
    padding: 0px;
    margin-top: 32px;
    align-self: stretch;
    border-radius: 24.271px;
}

.MobImg3 {
    padding: 0px;
    margin-top: 32px;
    align-self: stretch;
    border-radius: 24.271px;
}

.MobImg4 {
    padding: 0px;
    margin-top: 32px;
    margin-bottom: 32px;
    align-self: stretch;
    border-radius: 24.271px;
}
/* Responsive layout for mobile */
@media (max-width: 700px) {
    body {
        height: auto;
        /* padding: 2rem 0;*/
    }

    .image-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

        .image-layout img {
            height: 300px;
            margin-top: 0;
        }
}

.Home-Footer {
    margin: auto;
    padding: 12%;
    text-align: center !important;
}

#HomeFooterButton {
    font-weight: 700;
    font-size: 18px;
    color: #526077;
    width: 299px;
    height: 72px;
    border-radius: 16px;
    text-align: center;
    align-content: center;
}

.NexusTitle {
    color: #FFF;
    /* Heading/Heading 2 */
    font-family: Rubik;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 74.4px */
    letter-spacing: -0.31px;
}

.NexusMobileTitle {
    color: #FFF;
    /* Heading/Heading 3 */
    font-family: Rubik;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
}

.NexusSubTitle {
    color: #FFF;
    /* Heading/Heading 6 */
    font-family: Rubik;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 25.2px */
    letter-spacing: 0.032px;
}

.NexusMobileSubTitle {
    color: #FFF;
    /* Heading/Heading 6 */
    font-family: Rubik;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 25.2px */
    letter-spacing: 0.032px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-right: 24px;
}

.NexusSubmitButton {
    display: flex;
    width: 299px;
    height: 72px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #FFF;
    color: #526077;
    text-align: center;
    /* Heading/Heading-3 */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
}

.NexusMobileSubmitButton {
    display: flex;
    width: 288px;
    height: 72px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #323A48;
    background: #FFF;
    color: #526077;
    text-align: center;
    /* Heading/Heading-3 */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
}

.nexusDesc {
    color: #FFF;
    /* Body/Body 1 */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.08px;
}

.nexusMobileDesc {
    color: #FFF;
    /* Body/Body 1 */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.08px;
    padding-bottom: 54px;
}
/*TruthorDareSectionUpdatedCss*/
.TruthDareTitleWeb {
    color: #4A5FAA;
    text-align: right;
    /* Heading/Heading 2 */
    font-family: Rubik;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 74.4px */
    letter-spacing: -0.31px;
}

.TruthDareTitleMobile {
    color: #4A5FAA;
    text-align: right;
    /* Heading/Heading 3 */
    font-family: Rubik;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
}

.TruthDareDescWeb {
    color: #5A6A83;
    text-align: right;
    /* Body-1/Regular */
    font-family: Rubik-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.TruthDareDescMobile {
    color: #6C80C8;
    text-align: right;
    /* Body/Body 1 */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.08px;
}

@media (max-width: 700px) {
    .center {
        position: relative;
        /*  height: 100vh;*/
        background: linear-gradient(180deg, rgba(102,102,102,0) 0%, #000 140%);
    }

    .homeBannerContent {
        position: absolute;
        left: 41%;
        transform: translateX(-50%);
        bottom: 40px; /* distance from bottom */
        text-align: center;
        /* width: 100%;
        max-width: 800px;*/
    }
}

#MobileHomeTitle {
    color: #FFF;
    /* Heading/Heading 3 */
    font-family: Rubik;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
}

#MobileHomeDesc {
    color: #FFF;
    /* Subtitle/Subtitle 1 */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.024px;
}

#MobileHomeButton {
    display: flex;
    width: 288px;
    height: 72px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #323A48;
    background: #FFF;
    color: #526077;
    text-align: center;
    /* Heading/Heading-3 */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
}


/*Press Page*/
/* Banner Section */
.Pressbanner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #2C3864;
    min-height: 444px;
}

.Pressbanner-content {
    /*padding: 117px 154px;*/
    padding-left: 117px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .Pressbanner-content h3 {
        font-family: Rubik-Medium;
        font-size: 49px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .Pressbanner-content p {
        font-family: Rubik-Medium;
        font-size: 12px;
        font-weight: 500;
    }

.Pressbanner-image {
    position: relative;
    overflow: hidden;
}

    .Pressbanner-image img {
        width: 100%;
        /*height: 100%;*/
        height: 444px;
        object-fit: cover;
    }


/* Mobile Responsive */
@media (max-width: 768px) {

    .Pressbanner {
        grid-template-columns: 1fr;
        min-height: 800px;
    }

    .Pressbanner-content {
        padding: 129px 24px 144px 24px;
        order: 2;
    }

        .Pressbanner-content h3 {
            font-size: 35px;
            font-weight: 500;
        }

        .Pressbanner-content p {
            font-size: 12px;
            font-weight: 500;
        }

    .Pressbanner-image {
        order: 1;
        height: 423px;
    }
}

.press-cardV2 {
    display: flex;
    flex-direction: column;
}

.press-imgV2 {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    background: #f2f2f2;
}

    .press-imgV2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
    }

.release-dateV2 {
    margin-top: 10px;
    color: #6A3D25;
    /* Subtitle/Subtitle 2 */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.024px;
}

.press-titleV2 {
    margin-top: 5px;
    color: #6A3D25;
    /* Heading/Heading 4 */
    font-family: Rubik;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 42px */
    letter-spacing: 0.088px;
}


/*About Us Page*/
.profile-card {
    text-align: center;
    padding: 15px;
}

    .profile-card img {
        object-fit: cover;
        border-radius: 32px;
    }

.highlight {
    border: 3px solid #3b82f6;
    padding: 10px;
    border-radius: 20px;
}

h4.section-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}


/*About Us Section*/

.AboutSection-title {
    color: #4A5FAA;
    text-align: center;
    /* Heading/Heading 4 */
    font-family: Rubik;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 42px */
    letter-spacing: 0.088px;
}

.positionName {
    color: #5A6A83;
    /* Capitalise/Capitalise-2 */
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: 2px;
    text-transform: uppercase;
}

.EmployeeName {
    color: #4A5FAA;
    /* Heading/Heading 6 */
    font-family: Rubik;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 25.2px */
    letter-spacing: 0.032px;
}

.AboutEmpImage {
    border-radius: 32px;
    background: url(<path-to-image>) lightgray 0px -8.104px / 100% 133.333% no-repeat;
}

.HomeFooterMobButton {
    display: flex;
    width: 228px;
    height: 72px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #323A48;
    background: #FFF;
    color: #526077;
    text-align: center;
    /* Heading/Heading-3 */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
}

.HomeFooterMobTextSection {
    color: #FFF;
    text-align: center;
    /* Heading/Heading 4 */
    font-family: Rubik;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 42px */
    letter-spacing: 0.088px;
}



/*Dating Lit Styles */
.dating-pageTitle {
    color: #F0F3FD;
    text-align: center;
    /* Heading/Heading 3 */
    font-family: Rubik;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
}

.datingTitle {
    color: #2C3864;
    /* Heading/Heading 3 */
    font-family: Rubik;
    font-size: 49px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
}

.datingAuthor {
    color: #6A3D25;
    /* Body/Body 1 */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.08px;
    padding-bottom: 12px;
}

.datingShortTitle {
    color: #6A3D25;
    /* Heading/Heading 3 */
    font-family: Rubik;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
    padding-bottom: 12px;
}

.datingShortDesc {
    color: #6A3D25;
    /* Heading/Heading 6 */
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 25.2px */
    letter-spacing: 0.032px;
}

.datingPriorityBlobImg {
    /*height: 676px;*/
    width: 752px;
    height: 529px;
    align-self: stretch;
    border-radius: 24px;
}

.datingNonPriorityBlobImg {
    width: 657px;
    height: 328px;
    flex-shrink: 0;
    border-radius: 32px;
}
.datingPriorityReadMoreButton {
    display: flex;
    width: 152px;
    height: 72px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid #323A48;
    background: #FFF;
    color: #526077;
    text-align: center;
    /* Heading/Heading-3 */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
    text-decoration: none;
}

.datingNonPriorityReadMoreButton {
    display: flex;
    width: 152px;
    height: 72px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid #323A48;
    color: #526077;
    text-align: center;
    /* Heading/Heading-3 */
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 21.6px */
    text-decoration: none;
}

@media (max-width: 768px) {
    .AboutSection-title {
        color: #4A5FAA;
        text-align: center;
        /* Heading/Heading 4 */
        font-family: Rubik;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 42px */
        letter-spacing: 0.088px;
        padding-bottom:32px;
        padding-top:68px;
    }
    .dating-MobilePageTitle {
        color: #F0F3FD;
        text-align: center;
        /* Heading/Heading 4 */
        font-family: Rubik;
        font-size: 35px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 42px */
        letter-spacing: 0.088px;
    }

    .datingPriorityBlobImg {
        /*height: 204px;*/
        width: 312px;
        height: 204px;
        align-self: stretch;
        border-radius: 12px;
    }

    .datingNonPriorityBlobImg {
        width: 314px;
        height: 252px;
        flex-shrink: 0;
        border-radius: 24px;
    }

    .datingTitle {
        color: #2C3864;
        /* Heading/Heading 4 */
        font-family: Rubik;
        font-size: 35px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 42px */
        letter-spacing: 0.088px;
    }

    .datingAuthor {
        color: #6A3D25;
        /* Body/Body 1 */
        font-family: Rubik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: 0.08px;
        padding-bottom:12px;
    }

    .datingShortTitle {
        color: #6A3D25;
        /* Heading/Heading 4 */
        font-family: Rubik;
        font-size: 25px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 42px */
        letter-spacing: 0.088px;
        padding-bottom: 12px;
    }

    .datingShortDesc {
        color: #6A3D25;
        /* Subtitle/Subtitle 1 */
        font-family: Rubik;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 19.2px */
        letter-spacing: 0.08px;
    }

    
}

/*Blog Details Styles */
/* Article details page*/

/* ARTICLE BLOCK */
.article-wrapper-detail {
    max-width: 700px;
    margin: 0px auto 0px auto;
}

.article-author-detail {
    font-family: Rubik-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #6A3D25;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.article-heading-detail {
    font-family: Rubik-Medium;
    font-size: 49px;
    font-weight: 500;
    color: #6A3D25;
    margin-bottom: 20px;
}

.article-image-detail {
    width: 100%;
    overflow: hidden;
}

    .article-image-detail img {
        width: 662px;
        height: 461px;
        border-radius: 24px;
        display: block;
        object-fit: cover;
        margin-bottom: 20px;
    }

.article-description-detail {
    font-family: Rubik-Regular;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.article-description-dark {
    font-family: Rubik-Medium;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .article-wrapper-detail {
        max-width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .article-author-detail {
        font-family: Rubik-Medium;
        font-size: 16px;
        font-weight: 500;
        color: #6A3D25;
        margin-bottom: 20px;
        letter-spacing: 0.15px;
    }

    .article-heading-detail {
        font-family: Rubik-Medium;
        font-size: 35px;
        font-weight: 500;
        color: #6A3D25;
        margin-bottom: 32px;
    }

    .article-image-detail {
        width: 100%;
        overflow: hidden;
    }

        .article-image-detail img {
            width: 100%;
            height: 190px;
            border-radius: 12px;
            display: block;
            object-fit: cover;
            margin-bottom: 32px;
        }

    .article-description-detail {
        font-family: Rubik-Regular;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 24px;
        letter-spacing: 0.5px;
    }

    .article-description-dark {
        font-family: Rubik-Medium;
        font-size: 16px;
        font-weight: 500;
        color: #000000;
        margin-bottom: 24px;
        letter-spacing: 0.5px;
    }

     
}

/*Pagination*/

/*.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-family: Arial, sans-serif;
    margin-top: 40px;
}

    .pagination a {
        text-decoration: none;
        font-size: 28px;
        font-weight: 700;
        color: #000;
        position: relative;
        padding: 5px 8px;
    }

        .pagination a.active::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 5px;
            background: #6d8cff;
            bottom: -4px;
            border-radius: 3px;
        }

    .pagination .arrow {*/
       /* font-size: 40px;*/
        /*font-weight: 900;
    }*/

/*Pagination*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-family: Arial, sans-serif;
    margin-top: 60px;
}

    .pagination a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 700;
        color: #000;
        position: relative;
        padding: 5px 8px;
    }

        .pagination a.active::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 5px;
            background: #6d8cff;
            bottom: -4px;
            border-radius: 3px;
        }

    .pagination .active {
        color: black;
        
        border: 0;
        padding: 0;
        width: 10px;
        height: 24px;
        /* border-bottom: 1 solid #6887F2; */
        font-family: 'Rubik';
        font-size: 14px; /* Increase icon size */
        font-weight: 700; /* Make icon bold/strong */
        text-align: center; /* Center horizontally */
        cursor: pointer;
    }

        .pagination .active::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 5px;
            background: #6d8cff;
            bottom: -4px;
            border-radius: 3px;
        }

    .pagination .arrow {
        color: black;
        
        border: 0;
        padding: 0;
        width: 24px;
        height: 24px;
        font-size: 20px; /* Increase icon size */
        font-weight: 700; /* Make icon bold/strong */
        line-height: 24px; /* Center the icon vertically */
        text-align: center; /* Center horizontally */
        cursor: pointer;
    }

/* Disabled look */
        .pagination.arrow:disabled {
            opacity: 0.4; /* Make faded */
            cursor: not-allowed;
        }
    


