/* ================= GLOBAL ================= */
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Light.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Black.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Black.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Mediu.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Mediu.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Mediu.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('../fonts/NeueHaasDisplay-Bold.woff') format('woff'),
        url('../fonts/NeueHaasDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*arabic font*/
@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.fw-normal {
    font-weight: 300 !important;
}

body {
    margin: 0;
    background-color: #ec9f30;
    font-family: Arial, sans-serif;
    position: relative;
    /* min-height: 100vh;*/
    overflow: auto;


}

html[dir="rtl"] body,
html[dir="rtl"] body *:not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands) {
    font-family: 'Almarai', sans-serif !important;
}


/* ------------------- */
/* Container */
/* ------------------- */
.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}

section {
    padding: 100px 0;
}

span.color-text {
    color: #BD1217;
}

/* ------------------- */
/* Row No Wrap (tablet → large screens) */
/* ------------------- */
@media (min-width: 768px) {
    .row-nowrap {
        flex-wrap: nowrap !important;
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.inner-wrap {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 25px;
}

/* ================= HEADER ================= */
header {
    padding: 20px 35px;
}

header .logo,
header .menu {
    width: auto;
}

header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-inner .note-text {
    margin-right: auto;
    padding-left: 40px;
    max-width: 300px;
    line-height: 132%;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-family: "Geist Mono", monospace;
}

header .note-text {
    margin-right: auto;
    padding-left: 40px;
    max-width: 350px;
    line-height: 132%;
    color: rgba(0, 0, 0, 0.60);
    font-size: 12px;
    font-family: "Geist Mono", monospace;
}

.menu-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    z-index: 9999;
    width: auto;
    justify-content: flex-end;
}

.login-btn {
    width: auto;
    border-radius: 12px;
    background: #CB1E24;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8.5px 10px;
    min-height: 34px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: 0.95px solid #00000033;
    font-family: "Geist Mono", monospace;
    margin-right: 20px;
}

.login-btn>img {
    position: relative;
    transform: rotate(-30deg);
}

/* MENU text */
.menu-text {
    font-weight: normal;
    line-height: normal;
    color: rgba(0, 0, 0, 0.60);
    font-size: 20px;
    font-family: "Geist Mono", monospace;
}

/* Hamburger icon */
.menu-btn {
    width: 46px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-btn span {
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 5px;
    transition: .4s ease;
}


.menu-text {
    font-weight: normal;
    line-height: normal;
    color: #000;
    font-size: 20px;
    font-family: "Geist Mono", monospace;
}

.menu-btn {
    width: 46px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menu-btn span {
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 5px;
    transition: .4s ease;
}

.menu-wrapper.active .menu-btn span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.menu-wrapper.active .menu-btn span:nth-child(2) {
    transform: translateY(-10px) rotate(-45deg);
}

.menu-wrapper.active .menu-btn span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.menu-wrapper.active .menu-btn span:nth-child(2) {
    transform: translateY(-5px) rotate(-45deg);
}

.side-menu {
    position: fixed;
    top: 0;
    right: -500px;
    width: 400px;
    height: 100vh;
    background: #2D4EA1;
    padding: 40px 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: .4s ease;
    z-index: 3000;
    color: #fff;
    overflow :auto;
}

.side-menu.active {
    right: 0;
}

.side-menu ul {
    list-style: none;
    padding: 50px 0;
    margin: 0;
}

.side-menu ul li {
    margin: 20px 0;
    font-size: 18px;
}

.side-menu ul li>a {
    color: #fff;
    font-family: "Geist Mono", monospace;
}

.menu-wrapper.active .menu-text {
    color: #fff;
}

.menu-wrapper.active .menu-btn>span {
    background: #fff;
}

.menu-wrapper.active .menu-btn {
    width: 30px;
    position: relative;
    top: -3px;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    z-index: 2500;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/***  sidebar profile menu ***/
.menu-inner ul.menu-list {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 10px;
}


ul.menu-list li .profile-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.menu-list li .profile-user .profile-user-thumb {
    width: 50px;
    height: 50px;
    position: relative;
}

ul.menu-list li .profile-user .profile-user-thumb>img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}


ul.menu-list li .profile-user .profile-user-detail .user-name {
    margin: 0;
    font-size: 17.5px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Neue Haas Grotesk Display Pro';
}

ul.menu-list li .profile-user .profile-user-detail .user-phone {
    margin: 0;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 15px;
    color: #EC9F30;
    font-weight: 300;
}


ul.menu-list li .profile-user .profile-user-thumb span.user-status {
    width: 12px;
    height: 12px;
    background: #78BF39;
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.menu-list li.profile {
    border-bottom: 1.25px solid #E4E2E4;
    padding-bottom: 10px;
    padding: 15px;
}

.menu-inner ul.menu-list .main-menu {
    margin: 0;
}


.menu-inner ul.menu-list .main-menu .navigation {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menu-inner ul.menu-list .main-menu .navigation>li {
    margin: 0;
    font-size: 17.5px;
}

.menu-inner ul.menu-list .main-menu .navigation>li>a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17.5px;
    line-height: 25px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
}

.menu-list li .user-credits {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    border-top: 1.25px solid #E4E2E4;
}

.menu-list li .user-credits .user-credit-info {
    display: flex;
    flex-direction: column;
}

.menu-list li .user-credits .user-credit-info .credit-title {
    margin: 0 0 0 0;
    font-size: 17.5px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Neue Haas Grotesk Display Pro';
}

.menu-list li .user-credits .user-credit-info .count-credit {
    font-size: 15px;
    margin: 0;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Neue Haas Grotesk Display Pro';
    color: #EC9F30;
}

.menu-list li .user-credits .credit-btn {
    border-radius: 10px;
    padding: 15px 10px;
    background: #EBF3F7;
    color: #08548A;
    width: 130px;
    height: 35px;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 17.5px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Neue Haas Grotesk Display Pro';
    justify-content: center;
}

.side-menu .menu-inner {
    width: 100%;
    height: 100%;
}

.menu-inner ul.menu-list li.logout {
    margin-top: auto;
    margin-bottom: 0;
    padding: 15px;
}

.menu-inner ul.menu-list li.logout>a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17.5px;
    line-height: 25px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
}

@media (max-width: 767px) {
    .menu-text {
        font-size: 16px;
    }

    .menu-btn {
        width: 30px;
        height: 14px;
    }

    .side-menu {
        width: 300px;
        padding: 10px 0;
    }

    ul.menu-list li .profile-user {
        padding: 0 15px;
    }

    .menu-list li .user-credits .credit-btn {
        width: auto;
        font-size: 14px;
        padding: 10px 10px;
    }

    .menu-inner ul.menu-list .main-menu .navigation>li>a,
    .menu-inner ul.menu-list li.logout>a {
        font-size: 15px;
    }

    .menu-list li .user-credits .user-credit-info .credit-title {
        font-size: 16px;
    }

    .menu-wrapper {
        width: auto;
        display: flex;
        align-items: center;
        gap: 10px;
        z-index: 9999;
    }

    .menu-wrapper.active .menu-btn span:nth-child(2) {
        transform: translateY(-3px) rotate(-45deg);
    }

    .note-text {
        display: none;
    }

    header {
        padding: 10px 0;
    }

    header .logo>img {
        max-width: 100px;
    }

    .scroling-bar {
        padding: 5px 0;
    }
}




/* ================= SCROLLING BAR ================= */
.scroling-bar {
    background: rgba(255, 255, 255, 0.36);
    color: white;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
    border: 1px solid #FFFFFF5C
}

.scroling-content {
    display: inline-block;
    animation: scroll-rtl 50s linear infinite;
}

.scroll-text {
    display: inline-block;
    font-family: "Geist Mono", monospace;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.scroling-content span.star>img {
    width: 12px;
    height: 12px;
    display: inline-block;
}

@keyframes scroll-rtl {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* ================= HERO ================= */
.hero .form-card-wrapper {
    position: relative;
}

.hero .form-card {
    width: 100%;
    max-width: 462px;
    background: #2D4EA1;
    outline: 3px solid rgba(255, 255, 255);
    outline-offset: -8px;
    z-index: 1;
    position: relative;
    min-height: 640px;
    height: 640px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 15px;
    border: 1px solid #FFFFFF1F;
    margin: 0 auto;
    box-shadow: 13px 19px 65px 0px rgba(0, 0, 0, 0.56);
}

.hero .form-card::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/body-bg.png) repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
}

.hero .form-card-wrapper .form-stack-card {
    width: 100%;
    max-width: 462px;
    background: #2D4EA1;
    outline: 3px solid rgba(255, 255, 255);
    outline-offset: -8px;
    z-index: 1;
    position: relative;
    min-height: 640px;
    height: 640px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 0;
    border: 1px solid #FFFFFF1F;
    margin: 0 auto;
    transform: translateX(-50%) rotate(-7.2deg);
    position: absolute;
    left: 50%;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.hero .form-card .form-header {
    padding: 20px 30px;
    text-align: center;
    position: relative;
}

.hero .form-card .form-header::before {
    content: '';
    width: 100%;
    height: 143px;
    background: url(../images/card-pattern.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero .form-card .form-body {
    padding: 15px 30px;
}

.hero .form-card .form-header::after {
    content: '';
    width: 100%;
    height: 5px;
    background: url(../images/card-divider.svg) no-repeat;
    position: absolute;
    bottom: 0;
    left: 51%;
    z-index: -1;
    transform: translateX(-50%);
}

.hero .form-card .form-header .header-title {
    font-size: 48px;
    font-family: "Homenaje", sans-serif;
    line-height: 56.01px;
}

.hero .form-card .form-header .title-desc {
    font-family: "Geist Mono", monospace;
    font-size: 15px;
    line-height: 132%;
}

.hero .form-card .form-header * {
    color: #fff;
}

.hero .hero-content {
    text-align: center;
}

.hero .hero-content .hero-para {
    margin: 0;
    font-size: 32px;
    line-height: 59px;
    color: #2D4EA1;
    font-family: "Homenaje", sans-serif;
    border-top: 1px solid #FFFFFFB2;
    border-bottom: 1px solid #FFFFFFB2;
    max-width: 450px;
    margin: 0 auto;
}

.hero .hero-content>img {
    margin: 0px auto 30px auto;
}

.hero .form-card .form-body form {
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: calc(100% - 80px);
}

/* Switch Buttons */
.hero .form-card .form-body .switch-box {
    width: 100%;
    background: #22376D;
    border-radius: 14px;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    height: 44px;
    color: #fff;
}

.hero .form-card .form-body .switch-box .switch-btn {
    flex: 1;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    line-height: 44px;
    font-family: "Geist Mono", monospace;
    color: #F5F5F5B2;
}

.hero .form-card .form-body .switch-box .slider {
    position: absolute;
    width: 186px;
    height: 38px;
    background: #CB1E24;
    border-radius: 14px;
    top: 50%;
    transition: 0.25s ease-in-out;
    z-index: 1;
    transform: translateY(-50%);
}

.hero .form-card .form-body .switch-box .slider.active-left {
    left: 4px !important;
}

.hero .form-card .form-body .switch-box .slider.active-right {
    left: 53% !important;
}

/* Input fields */
.input-box {
    background: #fff;
    border-radius: 12px;
    width: 100%;
    display: flex;
    min-height: 48px;
    align-items: center;
    color: black;
    padding: 0 15px;
}

.input-box input {
    border: none;
    outline: none;
    margin-left: 12px;
    font-size: 15px;
    width: 100%;
}


.hero .form-card .form-body form .submit-btn {
    width: 100%;
    border-radius: 14px;
    background: #CB1E24;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 48px;
    font-size: 18px;
    color: #fff;
    border: 0.95px solid #00000033;
    font-family: "Geist Mono", monospace;
}

#signupForm {
    display: none;
}

form#loginForm {
    height: calc(100% - 0px);
}

form#loginForm button.submit-btn {
    margin-top: 50px;
}

.form-bottom-image {
    margin: 0 auto;
    max-width: 315px;
    height: auto;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}

.hero .form-card .form-header .form-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero .form-card .form-body .form-body-title {
    margin: 0;
    color: #fff;
    font-size: 69px;
    font-family: "Homenaje", sans-serif;
    line-height: 59px;
    text-align: center;
    padding: 50px 0;
}

.hero .form-card .form-body .form-body-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 40px 0;
}

.hero .form-card .form-body .form-body-btn .form-submit-btn {
    width: 100%;
    border: 0;
    font-size: 18px;
    line-height: 121%;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 400;
    min-height: 56px;
    background: #CB1E24;
    color: #fff;
    border-radius: 15px;
    border: 0.95px solid #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hero .form-card .form-body .or {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: lighter;
    position: relative;
}

.hero .form-card .form-body .or::before,
.hero .form-card .form-body .or::after {
    content: '';
    width: 160px;
    height: 1px;
    background: #0000001C;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.hero .form-card .form-body .or::before {
    left: 0;
}

.hero .form-card .form-body .or::after {
    right: 0;
}

.hero .form-card .form-body .qr {
    text-align: center;
    padding: 30px 0;
}

.hero .form-card .form-body .qr .qr-btn {
    background: #fff;
    width: 100%;
    display: block;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #000;
    font-size: 16px;
    line-height: 121%;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 400;
    border-radius: 15px;
}

.sponcor-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF33;
    border-bottom: 1px solid #FFFFFF33;
}

section.sponcors {
    padding-top: 0;
}

section.sponcors .section-heading {
    margin-bottom: 20px;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(3px);
    z-index: 9999;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.popup {
    width: 100%;
    max-width: 462px;
    background: #2D4EA1;
    outline: 3px solid rgba(255, 255, 255);
    outline-offset: -8px;
    z-index: 1;
    position: relative;
    min-height: 640px;
    height: 640px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 15px;
    border: 1px solid #FFFFFF1F;
    margin: 0 auto;
    box-shadow: 13px 19px 65px 0px rgba(0, 0, 0, 0.56);
    animation: popupIn 0.35s ease forwards;
    transform-origin: center;
    opacity: 0;
}

@keyframes popupIn {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popupOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.7);
        opacity: 0;
    }
}

.popup {
    width: 100%;
    max-width: 462px;
    background: #2D4EA1;
    outline: 3px solid rgba(255, 255, 255);
    outline-offset: -8px;
    z-index: 1;
    position: relative;
    min-height: 640px;
    height: 640px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 15px;
    border: 1px solid #FFFFFF1F;
    margin: 0 auto;
    box-shadow: 13px 19px 65px 0px rgba(0, 0, 0, 0.56);
    animation: popupIn 0.35s ease forwards;
    transform-origin: center;
    opacity: 0;
}

.popup-header {
    padding: 40px 30px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup-header::before {
    content: '';
    width: 100%;
    height: 143px;
    background: url(../images/card-pattern.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.popup-header::after {
    content: '';
    width: 100%;
    height: 5px;
    background: url(../images/card-divider.svg) no-repeat;
    position: absolute;
    bottom: 0;
    left: 51%;
    z-index: -1;
    transform: translateX(-50%);
}

.popup-header .popup-header-icon {
    background: #CB1E24;
    border-radius: 19px;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-header .popup-header-title {
    font-size: 48px;
    color: #fff;
    line-height: 56.01px;
    margin: 0;
    font-family: "Homenaje", sans-serif;
}

.popup-body .popup-body-desc {
    line-height: 132%;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: "Geist Mono", monospace;
    font-weight: 300;
    max-width: 350px;
    margin: 0 auto;
}


.popup-body .balance {
    background: #fff;
    max-width: 290px;
    border-radius: 10px;
    height: 100px;
    margin: 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.popup-body .balance .balance-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.popup-body .balance .balance-content .balance-heading {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: normal;
    color: #323232;
    font-family: "Geist Mono", monospace;
}

.popup-body .balance .balance-content .credit {
    font-size: 46px;
    line-height: 34.54px;
    color: #323232;
    font-family: "Homenaje", sans-serif;
}

.popup .popup-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 383px;
    margin: 0 auto;
    width: 100%;
}

.popup .popup-cta .popup-btn {
    width: 100%;
    font-size: 18px;
    line-height: 121%;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 400;
    min-height: 56px;
    background: #CB1E24;
    color: #fff;
    border-radius: 15px;
    border: 0.95px solid #00000033;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.popup .popup-cta .popup-btn.cancel-btn {
    background: #fff;
    color: #2D4D9D;
}

/* ================= Home Page ================= */
.sponcor-list-item>img {
    max-width: 160px;
    margin: 0 auto;
}

.sponcor-list .slick-slide {
    margin: 0 10px;
}

/* ================= WHY ================= */

.why-card-section {
    padding: 0 0 100px 0;
    position: relative;
    z-index: 1;
}

.why-card-section::before {
    content: '';
    background: url(../images/feature-bg.png);
    width: 100%;
    height: 1000px;
    background-repeat: no-repeat;
    position: absolute;
    top: 120px;
    left: 0;
    background-size: cover;
    z-index: -1;
}

.why-card-section h2.section-title {
    font-size: 85.63px;
    font-weight: bold;
    line-height: 94%;
    text-transform: capitalize;
    font-family: 'Neue Haas Grotesk Display Pro';
    transform: rotate(-2.03deg);
    background: url('../images/text-mask.png') repeat, #fff;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title-second {
    font-size: 85.63px;
    font-weight: bold;
    line-height: 94%;
    text-transform: capitalize;
    font-family: 'Neue Haas Grotesk Display Pro';
    transform: rotate(-2.03deg);
    background: url('../images/text-mask.png') repeat, #CA0B11;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    left: 260px;
}

.section-title-second span {
    background: url('../images/text-mask.png') repeat, #ED252B63;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.9;
}

.section-para {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    right: 30px;
}

.why-card-section .section-para p {
    font-size: 28px;
    line-height: 110.00000000000001%;
    font-weight: 300;
    font-family: 'Neue Haas Grotesk Display Pro';
    color: #2D4EA1;
    padding-top: 50px;
    position: relative;
    left: 30px;
}

.why-card-section .section-sub-title {
    font-family: "Handlee", cursive;
    color: #fff;
    font-size: 36px;
    line-height: 15.7px;
    transform: rotate(-1.44deg);
}


.feature-cards-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feature-card-list-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.feature-cards-list .feature-card .feature-card-icon {
    width: 180px;
    height: 180px;
    padding: 0;
}

.feature-cards-list .feature-card .feature-card-icon img {
    width: 100%;
}

.feature-card-content {
    width: 220px;
}

.feature-card-content h4 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    font-family: "Homenaje", sans-serif;
    line-height: 59px;
    margin: 0;
}

.feature-card-content p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 132%;
    font-weight: normal;
    font-family: "Geist Mono", monospace;
}

.feature-cards-list .feature-card {
    background-color: #2D4EA1;
    background-image: url(../images/card-pattern.png);
    background-repeat: no-repeat;
    padding: 15px;
    display: flex;
    width: 100%;
    flex-direction: column;
    height: 420px;
    align-items: center;
    justify-content: center;
    outline: 3px solid #fff;
    outline-offset: -10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
}

.feature-card-content {
    text-align: center;
    width: 100%;
    min-height: 120px;
    padding: 10px 15px;
}

.slick-list {
    overflow: hidden;
}

.feature-cards-list .slick-slide {

    margin: 0 10px;
}

.feature-cards-list .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 0px;
    margin-top: 0;
    bottom: -20px;
}

.feature-cards-list .slick-dots li {
    width: auto;
    height: auto;
}

.feature-cards-list .slick-dots li button {
    width: 37px;
    height: 1px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.40);
    padding: 0;
}

.feature-cards-list .slick-dots li.slick-active button {
    background: #000;
    width: 45px;
}

.feature-cards-list .slick-dots li button:before {
    display: none;
}

.feature-cards-list button.slick-arrow i {
    font-size: 20px;
    color: #fff;
}

.feature-cards-list button.slick-arrow {
    width: 50px;
    height: 50px;
    background: #BD1217;
    border-radius: 100px;
    z-index: 9;
}

.feature-cards-list button.slick-arrow.slick-prev {
    left: -50px;
}

.feature-cards-list button.slick-arrow.slick-next {
    right: -50px;
}

.feature-cards-list button.slick-arrow:hover {
    background: #BD1217;
}

.feature-cards-list .slick-prev:before,
.slick-next:before {
    display: none;
}

/* ================= PRICING ================= */

.pricing {
    padding: 100px 0 150px 0;
}

.pricing .section-heading {
    text-align: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.pricing .section-heading .section-sub-title {
    font-family: "Handlee", cursive;
    color: #fff;
    font-size: 36px;
    line-height: 15.7px;
    transform: rotate(-1.44deg);
    text-align: left;
}

.pricing .section-heading .section-title {
    font-size: 85.63px;
    font-weight: bold;
    line-height: 94%;
    text-transform: capitalize;
    font-family: 'Neue Haas Grotesk Display Pro';
    transform: rotate(-2.03deg);
    background: url(../images/text-mask.png) repeat, #fff;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
}

.pricing .section-heading .section-title span.color-text {
    font-size: 85.63px;
    font-weight: bold;
    line-height: 94%;
    text-transform: capitalize;
    font-family: 'Neue Haas Grotesk Display Pro';
    transform: rotate(-2.03deg);
    background: url(../images/text-mask.png) repeat, #CA0B11;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.pricing-card-list {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.pricing-card-list .pricing-card:nth-child(1),
.pricing-card-list .pricing-card:nth-child(3) {
    position: relative;
    top: 40px;
}

.pricing-card {
    background: #2D4EA1;
    width: 100%;
    max-width: 380px;
    outline: 2px solid rgba(255, 255, 255, 0.30);
    outline-offset: -5px;
    border-radius: 15px;
}

.pricing-card .header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    position: relative;
    padding: 50px 30px 50px 30px;
}

.pricing-card .header::before {
    content: '';
    background: url(../images/card-pattern.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pricing-card .header .header-content h6.month {
    font-size: 14px;
    color: #fff;
    line-height: 132%;
    font-family: "Geist Mono", monospace;
    margin: 0;
}

.pricing-card .header .header-content h3.price {
    font-size: 69px;
    color: #fff;
    margin: 0;
    line-height: 59px;
    font-family: "Homenaje", sans-serif;
}

.pricing-card .header .header-content h3.price>sub {
    font-family: "Geist Mono", monospace;
    font-size: 12px;
    position: relative;
    right: 5px;
}

.pricing-card .divider {
    width: 100%;
    text-align: center;
}

.pricing-card .divider>img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.pricing-feature-wrapper {
    padding: 27px 30px 20px 30px;
}

.price-content-box {
    margin: 0;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    min-height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #3a4680;
}

.price-content-box {
    margin: 0;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    min-height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.price-content-box .month {
    font-size: 24px;
    font-family: "Geist Mono", monospace;
    line-height: 132%;
    margin: 0 0 30px 0;
    position: relative;
}

.price-content-box .price {
    margin: 0;
    font-size: 80px;
    line-height: 59px;
    font-family: "Homenaje", sans-serif;
}

.price-content-box .price>span {
    font-size: 64px;
}

.pricing-card .cta {
    padding: 0 30px 30px 30px;
}

.pricing-card .cta .cta-btn {
    background: #CB1E24;
    display: flex;
    color: #fff;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 18px;
    font-family: 'Neue Haas Grotesk Display Pro';
    padding: 15px;
    border-radius: 15px;
    border: 0.95px solid #00000033;
}

.header-icon .mobile {
    display: none;
}

.header-icon .desktop {
    display: block;
}

.divider .mobile {
    display: none;
}

.divider .desktop {
    display: block;
}

footer.home-footer {
    display: block !important;
}


/* ================= FOOTER ================= */

.footer-inner {
    border-top: 1px solid #000;
    padding: 15px 0;
}

ul.footer-content-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

ul.footer-content-list .music-switch {
    display: flex;
    align-items: center;
    gap: 15px;
}

ul.footer-content-list>li {
    position: relative;
}

ul.footer-content-list>li::before {
    content: '';
    width: 1px;
    height: 22px;
    background: #bd7f26;
    position: absolute;
    left: -15px;
    top: 0;
}

ul.footer-content-list>li:first-child::before {
    display: none;
}

.footer-inner .social-list {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}


.footer-inner .social-list>li>a {
    color: #000;
}

.header-icon .mobile {
    display: none;
}

.header-icon .desktop {
    display: block;
}

.divider .mobile {
    display: none;
}

.divider .desktop {
    display: block;
}

/* ================= Connected Players ================= */
.connected-players {
    padding: 100px 0;
}

.main-wrapper .content-wrapper {
    flex: 1;
}

.content-wrapper .section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 50px;
}

.content-wrapper .section-heading .number-text {
    color: #000;
    font-family: "Handlee", cursive;
    font-size: 36px;
    font-weight: 400;
    line-height: 15.72px;
}

.section-heading .section-title {
    color: #fff;
    background: url(../images/text-mask.png) repeat, #fff;
    background-size: contain;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: left center;
    font-size: 55px;
    font-weight: bold;
    line-height: 94%;
    text-transform: capitalize;
    font-family: 'Neue Haas Grotesk Display Pro';
    transform: rotate(-2.03deg);
    display: inline-block;
    position: relative;
}

.section-heading .section-title span.color-text {
    font-weight: bold;
    line-height: 94%;
    text-transform: capitalize;
    font-family: 'Neue Haas Grotesk Display Pro';
    transform: rotate(-2.03deg);
    background: url(../images/text-mask.png) repeat, #CA0B11;
    background-size: contain;
    background-repeat: repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    background-position: left center;
}

.main-wrapper {
    display: flex;
    align-items: center;
}

.main-wrapper .player-lists {
    flex: 1;
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.player-lists .player-list-card {
    width: 100%;
    max-width: 315px;
    height: auto;
    background: #2D4EA1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    max-height: 62px;
    border: 1px solid #FFFFFF1F;
}

.player-lists .player-list-card .player-thumb {
    width: 42px;
    height: 42px;
    margin-right: 13px;
}

.player-lists .player-list-card .playe-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.player-list-card .playe-info .player-name {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
    line-height: 17.7px;
}

.player-list-card .playe-info .list-btn {
    padding: 4px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
    line-height: 17.69px;
    border: 1px solid rgba(255, 255, 255, 0.39);
    position: relative;
    z-index: 1;
}

.player-list-card .playe-info .list-btn::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/body-bg.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.20;
}

.player-list-card .playe-info .list-btn.ready {
    background-color: #3E785D;
}

.player-list-card .playe-info .list-btn.not-ready {
    background-color: #961D20;
}

.player-list-card.disconnet {
    background: #481717;
    border: 1px solid #BD1217;
    position: relative;
    outline: 1px solid #000;
    outline-offset: -2px;
}

.player-list-card.eliminated {
    background: #494949;
    border: 1px solid #BD1217;
    position: relative;
    outline: 1px solid #000;
    outline-offset: -2px;
}

.player-list-card.disconnet::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #481717;
    opacity: 0.50;
}

.player-list-card.disconnet .list-btn {
    border-color: transparent;
    color: #BD1217;
}

.player-list-card.disconnet .list-btn>.btn-icon {
    margin-right: 6px;
}

.player-list-card.silenced {
    z-index: 1;
    position: relative;
}

.player-list-card.silenced::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.50;
    z-index: 1;
}

.player-list-card.silenced .list-btn {
    border: transparent;
    color: #fff;
}

.player-list-card.speaking {
    border: 2px solid #fff;
    background: #3B5EB6;
}

.player-list-card.speaking .list-btn {
    border: transparent;
    gap: 10px;
}

.player-lists .player-list-card.voting .list-btn {
    border-color: transparent;
}

.player-lists .player-list-card.voting .list-btn::before {
    content: '';
    display: none;
}

.player-list-card .playe-info .list-btn.controller {
    background: #fff;
    color: #000;
}

.list-btn .btn-icon > img {
    margin-right: 2px;
}
.mobile-connected-players .player-lists .player-list-card.mafia {
    border: 2px solid #fff;
    background: #12192B;
}

.main-wrapper .card-wrapper {
    flex: 1;
    justify-content: center;
    display: flex;
}

.card-wrapper .card-stack {
    background: #2D4EA1;
    width: 100%;
    max-width: 462px;
    height: 640px;
    max-height: 640px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    padding: 30px 28px;
    outline: 3px solid #fff;
    outline-offset: -10px;
    box-shadow: 13px 19px 65px 0px rgba(0, 0, 0, 0.56);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    opacity: 0.8;
    position: absolute;
    transform: rotate(-7.2deg);
}

.main-card {
    background: #2D4EA1;
    width: 100%;
    max-width: 462px;
    height: 640px;
    max-height: 640px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    padding: 30px 28px;
    outline: 3px solid #fff;
    outline-offset: -10px;
    box-shadow: 0px 0px 4px 0px #00000040 inset;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    box-shadow: 13px 19px 65px 0px rgba(0, 0, 0, 0.56);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.main-card.qr-card .header {
    padding-bottom: 0;
}

.main-card.win-card .header {
    padding-bottom: 30px;
}

.main-card::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/body-bg.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.3;
}

.main-card .header {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.main-card .header::before {
    content: '';
    width: 100%;
    height: 190px;
    background: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: auto;
    width: 100%;
    z-index: -1;

}

.main-card .header .topbar {
    text-align: right;
}

.main-card .header .topbar .top-btn {
    color: #fff;
    font-size: 22px;
    line-height: 17.69px;
    font-weight: 400;
}

.join-game-card.drawer-global-card .topbar {
    position: relative;
    top: -20px;
}

.main-card .body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.main-card .qr-box {
    padding-bottom: 30px;
}

.main-card.qr-card .card-image {
    margin-bottom: 30px;
}

.main-card.qr-card .card-image img {
    border-radius: 15px;
}

.main-card .qr-box>img {
    margin: 0 auto;
}

.main-card .card-image>img {
    margin: 0 auto;
    max-width: 266px;
}

.main-card .content {
    width: 100%;
}

.main-card .content .game-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 0;
    border-left: 0;
    padding: 23px 0;
}

.main-card .content .game-code .code-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 17.69px;
    font-weight: 300;
    font-family: 'Neue Haas Grotesk Display Pro';
    margin: 0;
}

.main-card .content .game-code .code-num {
    font-size: 50px;
    color: #fff;
    font-family: "Homenaje", sans-serif;
    line-height: 17.69px;
    margin: 0;
}

.main-card .content .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-card .content .list li {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.main-card .content .list li .listItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-card .content .list li .listItem .itemTitle {
    display: flex;
    align-items: center;
    gap: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 17.69px;
    font-weight: 300;
    font-family: 'Neue Haas Grotesk Display Pro';
    margin: 0;
}

.main-card .content .list li .listItem .itemContent {
    font-size: 50px;
    color: #fff;
    font-family: "Homenaje", sans-serif;
    line-height: 17.69px;
    margin: 0;
}

.main-card .content .list li .listItem .itemContent .switch {
    width: 74px;
    height: 26px;
    position: relative;
    border-radius: 50px;
    padding: 2px;
    background: linear-gradient(to bottom, #999, #fff);
}

.main-card .content .list li .listItem .itemContent .inner-track {
    width: 100%;
    height: 100%;
    background: #1f3a7a;
    border-radius: 50px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.main-card .content .list li .listItem .itemContent #toggle {
    display: none;
}

.main-card .content .list li .listItem .itemContent .slider {
    position: absolute;
    width: 43px;
    height: 18px;
    background: #bfbfbf;
    border-radius: 50px;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    transition: 0.25s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-card .content .list li .listItem .itemContent .slider span {
    font-size: 10px;
    color: #777;
    font-weight: bold;
    pointer-events: none;
}

.main-card .content .list li .listItem .itemContent #toggle:checked+.slider {
    left: calc(74px - 43px - 6px);
    background: #ffffff;
}

.main-card .cta {
    text-align: center;
    width: 100%;
}

.main-card .cta>a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    border-radius: 15px;
    padding: 22px;
    background: #BD1217;
    width: 100%;
    border: 1px solid #00000033;
    justify-content: center;
    height: 56px;
}

.main-card .card-title {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 45px;
    color: #fff;
    font-family: "Homenaje", sans-serif;
    line-height: 17.69px;
    margin: 0 0 30px 0;
    font-weight: normal;
}

.main-card.win-card .card-title {
    margin: 0;
}

.main-card .content .card-desc {
    margin: 0;
    color: #fff;
    line-height: 17.7px;
    font-size: 12px;
    font-family: "Geist Mono", monospace;
}

.main-card .player-profile {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.main-card .player-profile .profile-picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.main-card .player-profile .profile-picture .profile-role {
    line-height: 17.7px;
    font-size: 16px;
    color: #000;
    width: 97px;
    height: 31px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.main-card .player-profile .profile-info .profile-name {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 17.7px;
    text-align: center;
}

.main-card .player-profile .profile-info .profile-name>span {
    font-weight: 300;
}

.main-card .player-profile .profile-info .profile-number {
    color: #fff;
    font-size: 16px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
    line-height: 17.7px;
}

.main-card .player-profile .badge-team {
    color: #BD1217;
    font-size: 34px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Homenaje", sans-serif;
    border: 1px solid #000;
    max-width: 109px;
    max-height: 45px;
    height: 45px;
    margin: 0 auto;
    width: 109px;
}

.main-card .timer-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 0;
}

.main-card .timer-box .time-unit {
    box-shadow: inset 0px 1px 0px 2px rgba(0, 0, 0, 0.25);
    width: 48px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4C639E;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    border: 1px solid transparent;
    border-image: linear-gradient(to bottom, #999, #ffffff) 1;
}

.main-card .timer-box .separator {
    color: #fff;
    font-size: 36px;
    font-family: 'Neue Haas Grotesk Display Pro';
}

.main-wrapper .night-time-content {
    flex: 1;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    font-family: "Neucha", cursive;
}

.main-card .card-title>.color-text {
    color: #BD1217;
}

.main-card .content a.text-link {
    color: #BD1217;
}

.main-card .voting-profile-wrapper {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.main-card .profiles {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
}

.main-card .profiles .profile-arrow {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.main-card .voting-profile-wrapper .card-title {
    font-size: 40px;
    margin-bottom: 0;
}

.main-wrapper.night-time .main-card .header {
    padding-top: 50px;
}

/* ================= CARD BUTTONS =============== */

.overlay,
.popup-main-card,
.popup-card {
    display: none;
}

.overlay,
.drawer-button,
.drawer-card {
    display: none;
}

#popup1.global-popup {
    display: none;
}

/*** Global Popup ***/
/* OVERLAY */
#globalOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

#globalOverlay.show {
    opacity: 1;
    pointer-events: auto;
}

.global-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    text-align: center;
    width: 100%;
    max-width: 370px;
    height: 377px;
    outline: 3px solid #fff;
    outline-offset: -10px;
    box-shadow: 13px 19px 65px 0px rgba(0, 0, 0, 0.56);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #BD1217;
    transition: transform .3s ease;
    overflow: hidden;
    z-index: 999;
}

.global-popup.show {
    opacity: 1;
    pointer-events: auto;
}

.popup-card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
    color: white;
    width: 100%;
    max-width: 370px;
    height: 377px;
}

.popup-card .top {
    text-align: center;
    flex: 0 0 auto;
    position: relative;
    padding: 20px 0;
}

.popup-card .top:before {
    content: '';
    width: 100%;
    height: 150px;
    background: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: auto;
    width: 100%;
    z-index: 1;
}

.popup-card .mid {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 5px;
}

.popup-card .bottom {
    flex: 0 0 auto;
    text-align: center;
}

.popup-card .title {
    color: #fff;
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    font-family: "Homenaje", sans-serif;
    margin: 0;
}

    .popup-card .text-highlight {
        color: #ffb6b8 !important;
    }

.popup-card .desc {
    color: #fff;
    font-size: 12px;
    margin: 0;
    font-family: "Geist Mono", monospace;
    line-height: 17.69px;

}

.popup-card .icon {
    width: 180px;
    height: 180px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}


    .popup-card .btn {
        width: 100%;
        background: #2c12bd !important;
        color: #fff;
        font-size: 16px;
        line-height: 121%;
        padding: 14.5px 0;
        border-radius: 30px;
        text-decoration: none;
        font-weight: 500;
        font-family: 'Neue Haas Grotesk Display Pro';
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        flex: 0 0 auto;
        text-align: center;
        margin-bottom: 15px;
        border: 1px solid rgba(0, 0, 0, 0.20);
    }

.full-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.global-popup.phase-popup .title {
    font-size: 96px;
    line-height: 90px;
}

.detective-popup {
    width: 100%;
    max-width: 622px;
    height: 442px;
    max-height: 442px;
}

.detective-popup .popup-card {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.detective-popup .popup-card .top {
    padding: 50px 0 20px 0;
}

.detective-popup .popup-card .mid {
    padding: 0;
    width: 100%;
    height: auto;
}

.detective-popup .popup-card .detective-grp-image {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    height: 240px;
    position: relative;
}

.detective-grp-image .grp-image {
    width: 240px;
    height: 240px;
    background: #fff;
    border-radius: 100px;
    border: 3px solid #000;
    position: relative;
}

.detective-grp-image .grp-image>img {
    border-radius: 100px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detective-grp-image .grp-image.img2 {
    position: relative;
    right: 30px;
}

.detective-grp-image .grp-image.img1 {
    position: relative;
    left: 10px;
}

.grp-image-wrapper {
    max-width: 500px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 53%;
    transform: translateX(-50%);
}

.voting-draw-popup .bottom .desc {
    text-align: left;
    padding-bottom: 15px;
}

/***  Profile ***/
.profile .container,
.user-history .container {
    padding: 0 160px;
}

.profile .profile-card {
    background: #2D4EA1;
    width: 100%;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 30px;
    outline: 2px solid #FFFFFF80;
    outline-offset: -10px;
    box-shadow: 0px 0px 4px 0px #00000040 inset;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.profile .profile-card::before {
    content: '';
    width: 100%;
    height: 200px;
    background: url(../images/card-pattern.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: repeat;
}

.profile-card .user-stats-list {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0 0;
}

.profile-card .user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-card .user-info .user-thumb {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #E79C30, #C62C34);
    padding: 2px;
}

.profile-card .user-info .user-thumb>img {
    width: 90%;
    background: #5D1317;
    height: 90%;
    object-fit: contain;
    border-radius: 16px;
    padding: 8px;
}


.profile-card .user-info .user-detail .user-name {
    font-size: 34px;
    color: #fff;
    line-height: 23.46px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
    margin: 0 0 15px 0;
}

.profile-card .user-info .user-detail .user-phone {
    font-size: 23px;
    color: #fff;
    margin: 0;
    line-height: 23.46px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
}

.profile-card .user-stats-list .stat-card {
    max-width: 344px;
    min-height: 120px;
    background: #243B77;
    border-radius: 26px;
    width: 100%;
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    flex-direction: column;
}



.profile-card .user-stats-list .stat-card .stat-card-content {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 17.69px;
    font-family: 'Neue Haas Grotesk Display Pro';
    margin: 0;
}

.profile-card .user-stats-list .stat-card .stat-card-title {
    display: flex;
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    margin: 0;
    line-height: 23.46px;
    gap: 15px;
    align-items: center;
    font-family: 'Neue Haas Grotesk Display Pro';
}

.profile-card .user-stats-list .stat-card .stat-card-content>span {
    font-weight: 300;
    font-size: 18px;
}

.user-history {
    padding: 0 0 100px 0;
}

.user-history nav.tabs {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1.4px solid #FFFFFFB2;
    padding-bottom: 15px;
}

.user-history nav.tabs .tab {
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    line-height: 94%;
    text-transform: capitalize;
    font-family: 'Neue Haas Grotesk Display Pro';
    transform: rotate(-2.03deg);
    background: url(../images/text-mask.png) repeat, #fff;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user-history nav.tabs .tab .color-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 94%;
    text-transform: capitalize;
    font-family: 'Neue Haas Grotesk Display Pro';
    transform: rotate(-2.03deg);
    background: url(../images/text-mask.png) repeat, #CA0B11;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.user-history nav.tabs .tab.active {
    -webkit-text-fill-color: #fff;
    background: url(../images/text-mask.png) repeat, #CA0B11;
    padding: 8px 16px;
    border-radius: 10px;
}

.user-history nav.tabs .tab.active span.color-text {
    -webkit-text-fill-color: #fff;
}

.record-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #2D4EA1;
    padding: 15px;
    border-radius: 16px;
    min-height: 80px;
}

.tab-panel-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.record-card .record-info .record-info-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.record-card .record-info .record-info-list>li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 300;
    color: #CCCACB;
    font-size: 16px;
}

.user-history .tab-content-wrapper {
    padding-top: 15px;
}

.record-card .record-info-title {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 17.69px;
    font-family: 'Neue Haas Grotesk Display Pro';
}


.record-card .record-info .record-info-list>li.credit>span {
    color: #CB1E24;
    font-weight: 600;
}

.record-card .status {
    background: #2B6695;
    border-radius: 12.22px;
    font-size: 16px;
    color: #4ADE80;
    font-weight: 300;
    font-family: 'Neue Haas Grotesk Display Pro';
    width: 98px;
    height: 33px;
    text-align: center;
    line-height: 33px;
}

.record-card .status.failed {
    background: #CB1E244D;
    color: #CB1E24;
}

.record-card .record-info .record-info-list>li.amount>span {
    color: #fff;
    font-weight: 500;
}

/* ================= RESPONSIVE ================= */
@media (min-width: 1024px) and (max-width: 1200px) {
    .hero-content h2 {
        font-size: 60px;
        text-align: center;
    }

    .hero-content p.para {
        font-size: 18px;
        padding: 20px 0 0 0;
    }

    .hero-content p.para>br {
        display: none;
    }

    .hero-content .pistol-image {
        top: 0;
        left: -40px;
    }

    .hero-content .aim-image {
        top: 10px;
        right: -30px;
    }

    .hero .form-card,
    .hero .form-card-wrapper .form-stack-card {
        max-width: 420px;
        min-height: 530px;
        height: 530px;
    }

    .hero .form-card .form-body .form-body-title {
        font-size: 50px;
        padding: 15px 0;
    }

    .hero .form-card .form-body .form-body-btn {
        padding: 15px 0;
    }

    .hero .form-card .form-body .form-body-btn .form-submit-btn,
    .hero .form-card .form-body .qr .qr-btn {
        min-height: 48px;
        font-size: 16px;
    }

    .hero .form-card .form-header {
        padding: 30px 0;
    }

    .card-stack {
        max-width: 420px;
        height: 570px;
    }

    .hero .form-card .header .header-content .header-title {
        font-size: 55px;
        margin-bottom: 15px;
    }

    .hero .form-card .header .header-content .desc>br {
        display: none;
    }

    .hero .form-card .form .form-grp .input-box {
        max-width: 240px;
    }

    .hero .form-card .form .form-btn {
        padding: 15px 0;
    }

    .hero .form-card .form .qr {
        padding-top: 15px;
    }

    .hero-image {
        justify-content: center;
    }

    .why-card-section h2.section-title {
        font-size: 60px;
    }

    .section-title-second {
        font-size: 60px;
        left: 100px;
    }

    .why-card-section .section-para p {
        font-size: 20px;
    }

    .pricing .section-heading .section-title {
        font-size: 60px;
    }


    .pricing .section-heading .section-sub-title {
        text-align: center;
    }

    .feature-card-list-row:nth-child(4) .feature-card {
        position: relative;
        right: 80px;
    }

    .feature-card-list-row:nth-child(2) .feature-card:first-child {
        position: relative;
        right: 80px;
    }

    .feature-card-list-row:nth-child(2) .feature-card:last-child {
        position: relative;
        left: 80px;
    }

    .pricing-card .header {
        padding: 30px 15px;
        gap: 0;
    }

    .pricing-card .header .header-content h3.price {
        font-size: 60px;
    }

    .price-content-box .price {
        font-size: 60px;
    }

    .price-content-box .month {
        margin: 0 0 10px 0;
    }

    .price-content-box .price>span {
        font-size: 30px;
    }

    .price-content-box {
        min-height: 220px;
    }

    .why-card-section {
        padding-bottom: 0;
    }

    .feature-card-content {
        width: 100%;
        padding: 0 5px;
    }

    .feature-cards-list .feature-card .feature-card-icon {
        width: 160px;
        height: 160px;

    }
}

@media (min-width: 992px) and (max-width: 1023px) {

    .hero .form-card,
    .hero .form-card-wrapper .form-stack-card {
        max-width: 420px;
        min-height: 530px;
        height: 530px;
    }

    .hero .form-card .form-body .form-body-title {
        font-size: 50px;
        padding: 15px 0;
    }

    .hero .form-card .form-body .form-body-btn {
        padding: 15px 0;
    }

    .hero .form-card .form-body .form-body-btn .form-submit-btn,
    .hero .form-card .form-body .qr .qr-btn {
        min-height: 48px;
        font-size: 16px;
    }

    .hero .form-card .form-header {
        padding: 30px 0;
    }

    .why-card-section h2.section-title {
        font-size: 55px;
    }

    .why-card-section .section-sub-title {
        font-size: 30px;
    }

    .section-title-second {
        font-size: 55px;
    }

    .feature-cards-list {
        gap: 15px;
    }

    .feature-card-list-row:nth-child(2) {
        gap: 15px;
    }

    .feature-card-list-row:nth-child(4) {
        justify-content: center;
        position: relative;
    }

    .pricing {
        padding: 50px 0 100px 0;
    }

    .price-content-box .price {
        font-size: 70px;
    }

    .price-content-box .price>span {
        font-size: 35px;
    }

    .price-content-box {
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .profile .container,
    .user-history .container {
        padding: 0 15px;
    }

    .profile-card .user-stats-list .stat-card .stat-card-title {
        flex-direction: column;
    }

    .profile-card .user-stats-list .stat-card {
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding: 15px 0;
    }

    header .note-text {
        max-width: 300px;
        font-size: 10px;
    }

    .login-btn {
        font-size: 12px;
    }

    .menu-text {
        font-size: 14px;
    }

    .menu-wrapper {
        gap: 10px;
    }

    .menu-btn {
        width: 30px;
        height: 15px;
    }

    .container {
        padding: 0 24px;
    }

    .hero-image>img {
        margin: 0 auto;
        max-width: 80%;
    }

    .hero {
        padding: 60px 0;
    }

    .hero-content .section-sub-title {
        display: block;
        text-align: center;
    }

    .hero-content h2 {
        text-align: center;
    }

    .hero-content p.para {
        text-align: center;
    }

    .hero-content p.para>br {
        display: none;
    }


    .hero .hero-content>img {
        margin: 0px auto 10px auto;
        max-width: 70%;
    }

    .hero-content .pistol-image {
        left: 0;
        top: 30px;
    }

    .hero-content .aim-image {
        top: 0;
    }

    .hero-left-area .hero-content {
        order: 1;
    }

    .hero-left-area .hero-image {
        order: 2;
    }


    .form-card-wrapper .card-stack {
        display: none;
    }



    .why-card-section .section-sub-title {
        text-align: center;
    }

    .why-card-section h2.section-title {
        text-align: center;
    }

    h2.section-title-second {
        text-align: center;
        left: 0;
    }

    .why-card-section .section-para p {
        text-align: center;
        left: 0;
        max-width: 100%;
    }

    .section-para {
        position: static;
        justify-content: center;
    }

    .why-card-section .section-para p>br {
        display: none;
    }

    .feature-cards-list {
        gap: 15px;
    }

    .feature-cards-list .feature-card {
        max-width: 100%;
    }

    .feature-card-list-row:nth-child(2) {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .feature-cards-list .feature-card {
        flex-direction: column;
        height: auto;
        text-align: center;
        padding: 15px;
        background-size: cover;
        min-height: 380px;
    }

    .feature-card-content {
        width: 100%;
        padding: 0;
    }


    .why-card-section {
        padding-bottom: 50px;
        padding-top: 100px;
    }

    .pricing .section-heading .section-sub-title {
        text-align: center;
    }

    .pricing .section-heading .section-title {
        text-align: center;
    }

    .slide-item {
        width: 100%;
    }

    .pricing-feature-wrapper {
        padding: 15px;
    }

    .pricing-card .header {
        padding: 30px 15px;
        flex-direction: column;
    }

    .pricing-card .header .header-content h3.price {
        font-size: 48px;
    }

    .pricing-feature-wrapper .price-features-list {
        padding: 15px;
        gap: 20px;
    }

    .pricing-feature-wrapper .price-features-list .list-item h6 {
        font-size: 12px;
    }

    .pricing-card .cta {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .pricing-card .cta .cta-btn {
        font-size: 16px;
    }

    .pricing .row.pt-5 {
        padding-top: 3rem !important;
    }

    .pricing-card-list .pricing-card:nth-child(1),
    .pricing-card-list .pricing-card:nth-child(3) {
        top: 0;
    }

    .pricing-card-list .slick-dots,
    .feature-cards-list .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 0px;
        margin-top: 0;
        bottom: -20px;
    }

    .pricing-card-list .slick-dots li,
    .feature-cards-list .slick-dots li {
        width: auto;
        height: auto;
    }

    .pricing-card-list .slick-dots li button,
    .feature-cards-list .slick-dots li button {
        width: 37px;
        height: 1px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.40);
        padding: 0;
    }

    .pricing-card-list .slick-dots li.slick-active button,
    .feature-cards-list .slick-dots li.slick-active button {
        background: #000;
        width: 45px;
    }

    .pricing-card-list .slick-dots li button:before,
    .feature-cards-list .slick-dots li button:before {
        display: none;
    }

    .pricing-card {
        max-width: 360px;
    }

    .price-content-box .price {
        font-size: 70px;
    }

    .price-content-box .price>span {
        font-size: 36px;
    }

    .hero .form-card-wrapper {
        padding-top: 50px;
    }


    .feature-cards-list .slick-slide {
        margin: 0 7px;
    }

    .price-content-box {
        min-height: 150px;
    }

    .price-content-box .month {
        margin-bottom: 10px;
    }
}

@media screen and (orientation: landscape) and (max-width: 991px) {
    .side-menu {
        overflow-y: scroll;
        height: 100%;
    }

    .menu-inner ul.menu-list {
        padding-top: 10px;
    }

    .side-menu.active {
        width: 360px;
    }

    .price-content-box .price {
        font-size: 30px !important;
    }

    .popup {
        max-width: 300px;
        height: 360px;
        padding: 15px;
        min-height: 360px;
    }

    .popup-header {
        padding: 15px 0;
    }

    .popup-header .popup-header-icon {
        width: 60px;
        height: 60px;
        border-radius: 12px;
    }

    .popup-header .popup-header-title {
        font-size: 24px;
        line-height: normal;
    }

    .popup-body .popup-body-desc {
        font-size: 10px;
        max-width: 100%;
        width: 100%;
        margin: 10px auto;
    }

    .popup-body .balance {
        margin: 15px 0 0 0;
        height: 80px;
    }

    .popup-body .balance .balance-content .credit {
        font-size: 32px;
        margin: 0;
    }

    .popup-body .balance .balance-content .balance-heading {
        font-size: 12px;
        margin: 0 0 6px 0;
    }

    .popup .popup-cta {
        gap: 10px;
    }

    .popup .popup-cta .popup-btn {
        font-size: 14px;
        min-height: 45px;
        width: 48%;
        border-radius: 10px;
    }

    .popup-header .popup-header-icon>img {
        max-width: 60%;
    }

    .popup .popup-cta {
        flex-direction: row;
    }

    .hero .col-lg-6 {
        width: 50%;
    }

    .hero .hero-image>img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .hero .form-card {
        /*  max-width: 350px;
        min-height: 420px;
        height: 420px;*/
        max-width: 350px;
        min-height: 420px;
        height: 420px;
    }


    .hero .form-card-wrapper .form-stack-card {
        max-width: 350px;
        min-height: 420px;
        height: 420px;
    }

    .hero .form-card .form-body .form-body-title {
        font-size: 36px;
        padding: 0px;
    }

    .hero .form-card .form-body .form-body-btn {
        padding: 0;
    }

    .hero .form-card .form-header {
        padding: 15px;
    }


    .hero .form-card .form-body .form-body-btn .form-submit-btn,
    .hero .form-card .form-body .qr .qr-btn {
        min-height: 45px;
        font-size: 14px;
    }

    .hero .form-card .form-body .qr {
        padding: 15px 0;
    }

    .hero .form-card .form-body .form-body-btn .form-submit-btn {
        margin: 5px 0;
    }

    .hero .form-card .form-body .or::before,
    .hero .form-card .form-body .or::after {
        width: 120px;
    }

    .hero .hero-content>img {
        max-width: 90%;
    }

    .hero .hero-content .hero-para {
        font-size: 28px;
    }

    .why-card-section h2.section-title,
    .section-title-second,
    .pricing .section-heading .section-title,
    .pricing .section-heading .section-title span.color-text {
        font-size: 60px;
    }

    .section-heading .section-title {
        font-size: 50px;
    }

    section.sponcors {
        padding-bottom: 0;
    }

    .pricing {
        padding: 50px 0;
    }

    .feature-cards-list button.slick-arrow.slick-prev {
        left: -10px;
    }

    .feature-cards-list button.slick-arrow.slick-next {
        right: -10px;
    }

    .sponcor-list-item>img {
        max-width: 120px;
    }

    .feature-cards-list .feature-card .feature-card-icon {
        width: 140px;
        height: 140px;
        padding: 0;
        margin-bottom: 15px;
    }

    .feature-card-content h4 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 5px;
    }
}

@media(max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .login-btn {
        font-size: 12px;
        margin-right: 0;
    }

    .hero .form-card .form-header .header-title {
        font-size: 30px;
        line-height: normal;
    }

    .hero .form-card .form-header .title-desc {
        margin: 0;
    }

    .input-box {
        min-height: 38px;
    }

    .hero-left-area .hero-content {
        order: 1;
    }

    .hero-left-area .hero-image {
        order: 2;
    }

    .hero-left-area .hero-content .aim-image {
        top: -90px;
        right: 10px;
    }

    .hero-left-area .hero-content h2 {
        font-size: 48px;
        text-align: center;
    }

    .hero-content .section-sub-title {
        display: block;
        position: relative;
        font-size: 24px;
        color: #FFD48F;
        text-align: center;
    }

    .hero-left-area .hero-content .para {
        font-size: 20px;
        text-align: center;
        left: 0;
        padding: 15px 0 0 0;
    }

    .hero-left-area .hero-content .para>br {
        display: none;
    }

    .hero-left-area .aim-image {
        opacity: 0.3;
    }

    .hero-left-area .hero-content .pistol-image {
        top: -60px;
        left: -30px;
    }

    .hero {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .hero .hero-content>img {
        margin: 0px auto 30px auto;
        max-width: 80%;
    }

    .hero-content-wrapper {
        padding-bottom: 50px;
    }

    .hero .hero-content .hero-para {
        font-size: 24px;
    }

    .hero .form-card-wrapper .form-stack-card {
        display: none;
    }

    .form-card-wrapper {
        position: relative;
        top: -15px;
    }

    .form-card-wrapper .card-stack {
        display: none;
    }

    .hero .form-card .form-body .switch-box .slider {
        width: 50%;
    }

    .hero .form-card .form-body .switch-box .slider {
        width: 50%;
    }

    .hero .form-card .form-body .switch-box .slider.active-right {
        left: 50% !important;
    }

    .hero .form-card .header .header-icon {
        flex: 1;
    }

    .hero .form-card .header .header-content {
        flex: 2;
    }

    .hero .form-card .header {
        padding: 30px 15px;
        gap: 15px;
    }

    .hero .form-card .header .header-content .header-title {
        color: #000;
        font-size: 48px;
        margin-bottom: 10px;
    }

    .hero .form-card .header .header-content .desc {
        color: #000;
    }

    .hero .form-card .header .header-content .desc>br {
        display: none;
    }

    .hero .form-card .form .or {
        color: #000;
    }

    .hero .form-card .form .qr .qr-btn {
        background: #000;
        color: #fff;
    }

    .hero .form-card .form .or::before,
    .hero .form-card .form .or::after {
        width: 120px;
    }

    .hero .form-card .form .form-grp .input-box {
        background: #CFB59C;
        max-width: 215px;
        position: relative;
        z-index: 1;
    }

    .hero .form-card .form .form-grp .input-box:hover,
    .hero .form-card .form .form-grp .input-box:focus {
        background: #FFD5AC;
    }

    .hero .form-card .form .form-grp .form-label {
        color: #000;
    }

    .hero .form-card .form .form-grp .input-box::before {
        content: '';
        width: 100%;
        height: 100%;
        background: url(../images/body-bg.png) repeat;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: -1;
    }

    .feature-card-list-row:nth-child(2) {
        justify-content: center;
        flex-direction: column;
        gap: 15px;
    }

    .feature-card-list-row:nth-child(4) {
        justify-content: center;
    }

    .why-card-section h2.section-title,
    .section-title-second,
    .pricing .section-heading .section-title,
    .pricing .section-heading .section-title span.color-text {
        font-size: 48px;
        text-align: center;
        left: 0;
    }

    .why-card-section .section-sub-title,
    .pricing .section-heading .section-sub-title {
        font-size: 24px;
        text-align: center;
        color: #FFD48F;
    }

    .why-card-section .section-para p {
        font-size: 16px;
        text-align: center;
        left: 0;
        padding-top: 10px;
        margin-bottom: 0;
    }

    .why-card-section .section-para p>br {
        display: none;
    }

    .pricing-card .header .header-content h6.month {
        font-size: 12px;
    }

    .pricing-card .header .header-content h3.price {
        font-size: 48px;
    }

    .pricing-card .header {
        padding: 30px;
    }

    .pricing-feature-wrapper .price-features-list .list-item h6 {
        font-size: 12px;
    }

    .pricing-feature-wrapper .price-features-list {
        gap: 24px;
    }

    .pricing-card .cta .cta-btn {
        font-size: 16px;
    }

    .feature-card-list-row:nth-child(4) {
        justify-content: center;
    }

    .feature-cards-list {
        gap: 15px;
    }

    .why-card-section {
        padding-bottom: 50px;
    }

    .pricing {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .pricing .row.pt-5 {
        padding-top: 1rem !important;
    }

    .pricing-card-list .pricing-card:nth-child(1),
    .pricing-card-list .pricing-card:nth-child(3) {
        top: 0;
    }

    .pricing-card-list .slick-dots {
        display: flex !important;
        justify-content: center;
        gap: 0px;
        margin-top: 0;
        bottom: -20px;
    }

    .pricing-card-list .slick-dots li {
        width: auto;
        height: auto;
    }

    .pricing-card-list .slick-dots li button {
        width: 37px;
        height: 1px;
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.40);
        padding: 0;
    }

    .pricing-card-list .slick-dots li.slick-active button {
        background: #000;
        /* CHANGE COLOR IF YOU WANT */
        width: 45px;
        /* little bigger bar */
    }

    .pricing-card-list .slick-dots li button:before {
        display: none;
    }

    .price-content-box .price {
        font-size: 50px;
    }

    .price-content-box .price>span {
        font-size: 32px;
    }

    .price-content-box .month {
        margin-bottom: 0;
    }

    ul.footer-content-list {
        justify-content: center;
        padding-bottom: 10px;
    }

    .footer-inner .social-list {
        justify-content: center !important;
    }

    .sponcor-list {
        gap: 60px;
    }

    .hero .form-card {
        max-width: 400px;
        min-height: 520px;
        height: 520px;
    }

    .hero .form-card .form-body .form-body-title {
        font-size: 49px;
        padding: 20px 0;
    }

    .hero .form-card .form-body .form-body-btn {
        padding: 20px 0;
    }

    .hero .form-card .form-body .qr {
        padding: 15px 0;
    }

    .hero .form-card .form-body .or::before,
    .hero .form-card .form-body .or::after {
        width: 110px;
    }

    .popup {
        max-width: 400px;
        min-height: 580px;
        height: 580px;
    }

    .popup-header .popup-header-icon {
        width: 80px;
        height: 80px;
    }

    .popup-header .popup-header-icon>img {
        max-width: 80%;
    }

    .popup-header .popup-header-title {
        font-size: 30px;
    }

    .popup-body .balance {
        margin: 25px auto;
    }

    .popup .popup-cta .popup-btn {
        font-size: 16px;
    }

    .popup-body .popup-body-desc {
        font-size: 12px;
    }

    .popup .popup-cta {
        padding: 0 35px;
        gap: 15px;
    }

    .popup-header {
        padding: 15px;
    }

    .profile .container,
    .user-history .container {
        padding: 0 15px;
    }

    .profile-card .user-stats-list {
        flex-direction: column;
    }

    .user-history nav.tabs .tab {
        font-size: 16px;
    }

    .record-card {
        gap: 15px;
        align-items: center;
    }

    .record-card .record-info .record-info-list {
        flex-direction: column;
        gap: 7px;
        align-items: flex-start;
    }

    .feature-cards-list button.slick-arrow.slick-next {
        right: -15px;
    }

    .feature-cards-list button.slick-arrow.slick-prev {
        left: -15px;
    }

    .sponcor-list-item>img {
        max-width: 120px;
    }

    .feature-card-content {

        width: 100%;
    }

    .feature-cards-list .feature-card .feature-card-icon {
        width: 130px;
        height: 130px;
        padding: 0;
    }

    .price-content-box {
        min-height: 200px;
    }

    .pricing-card .cta {
        padding: 0 30px 30px 30px;
    }
}