@font-face {
    font-family: "Gilroy";
    src: url("../fonts/Gilroy-Light.woff");
    font-display: swap;
}

:root {
    --text-color: #70737a;
    --button-bg: #eec86a;
    --button-text: #36332b;
    --header-sm: #1a1a22;
    --header-md: #2b2b31;
    --header-lg: #ffffff;
    --discount-color: #dc6a46;
    --banner-bg: #1a1c21;
    --footer-text: #8b8f99;
    --contact-us-label: #a48c51;
    --item-bg: #f8f8f8;

    --title-xl: 4.75rem;
    --title-lg: 4rem;
    --title-md: 3.25rem;
    --title-sm: 3rem;
    --title-xs: 2.5rem;
    --title: 2rem;

    --text-lg: 1.125rem;
    --text-md: 1rem;
    --text-sm: 0.875rem;
    --text-xs: 0.813rem;
    --text: 0.75rem;
}

* {
    font-family: "Gilroy", sans-serif;
    box-sizing: border-box;
}

body {
    max-width: 1440px;
    margin: 0 auto;
}

main {
    padding: 120px 0;
}

a {
    text-decoration: none;
}

.col {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.section-title {
    font-size: var(--title-md);
}

.text-large {
    font-size: var(--text-lg);
}

.text-medium {
    font-size: var(--text-md);
}

.text-subtitle {
    font-size: 1.25rem;
}

.text-large-subtitle {
    font-size: 1.5rem;
}

.offcanvas.show {
    width: 100vw;
}

.menu-link {
    font-size: 1rem;
}

.menu-link.active:before {
    content: ".";
    display: inline-block;
    position: absolute;
    bottom: -0.5em;
    font-size: 1.6rem;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 900;
}

.button-size {
    font-size: 0.75rem;
    padding: 8px 20px;
}

.login-button {
    background-color: transparent;
    padding: 8px 24px;
    font-size: 14px;
    text-decoration: none;
}

.header-block {
    background-size: cover !important;
    background: url("/uploads/idem-club/landing-hero.png") no-repeat 73%;
}

.access-button {
    color: var(--button-bg);
    font-size: 0.875rem;
    padding: 8px 24px;
    text-decoration: none;
}

.access-button:hover {
    color: var(--button-bg);
}

.access-button-active {
    border: 1px solid #eec86a;
    border-radius: 200px;
}

.hero-section-block {
    padding: 160px calc(100% - 95%);
}

.hero-section-club-title {
    padding-top: 92px;
}

.hero-title {
    font-size: var(--title-xl);
}

.hero-section-subtitle {
    color: #505561;
    font-size: var(--text-lg);
}

.highlighted-text {
    color: var(--button-bg);
    opacity: 0.85;
}

.hero-text {
    padding-bottom: 40px;
}

.button {
    font-weight: 500;
    color: var(--button-text);
    background: var(--button-bg);
    border-radius: 200px;
}

.button:focus {
    box-shadow: none;
}

.hero-button {
    padding: 12px 36px;
    font-size: 1.125rem;
}

.hero-section-block-text {
    padding: 62px 0 100px;
}

.section {
    margin-bottom: 220px;
}

.join-items-block {
    margin: 40px 0 80px;
}

.join-item {
    margin-bottom: 32px;
}

.join-item-text {
    padding: 52px 3%;
}

.join-item-text-label {
    margin-bottom: 20px;
    padding: 8px 18px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--button-bg);
    border: 1px solid #eec86a;
    border-radius: 100px;
}

.section-subtitle {
    padding-bottom: 36px;
    font-size: 1.813rem;
    font-weight: 700;
    color: var(--header-sm);
}

.join-item-text-paragraph {
    color: var(--text-color);
}

.learn-more-button {
    padding: 8px 24px;
}

.text {
    padding-bottom: 16px;
    color: var(--text-color);
    /*font-size: 1rem;*/
    font-weight: 500;
}

.discount-blocks-wrapper {
    padding: 85px 80px 85px 56px;
}

.discount-block-item-title {
    font-size: 0.875rem;
}

.discount-block-item-count {
    font-size: 2.25rem;
    color: var(--button-bg);
}

.item {
    background: #eec86a1a;
    overflow: hidden;
}

.discount-block-item {
    border-radius: 16px 16px 0 16px;
}

.discount-block-item1 {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.discount-block-item2 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.banner-wrapper {
    background-color: var(--banner-bg);
    padding: 56px 3.3%;
    border-radius: 32px;
}

.banner-title {
    font-size: 2rem;
    font-weight: 600;
}

.banner-text {
    font-size: 16px;
    opacity: 0.75;
}

.loyal-token-text {
    font-size: 2.25rem;
    font-weight: 600;
}

.loyal-token-img:hover {
    filter: blur(6px);
}

.loyal-token-button {
    font-weight: 500;
    color: #ffffff;
    border-radius: 200px;
    border: 1px solid #ffffff;
    padding: 8px 24px;
}

.loyal-token-button:hover {
    background-color: #ffffff;
}

.faq {
    border: 1px solid #f1f0f0;
    border-radius: 36px;
    margin: 0 13%;
    position: relative;
}

.faq .title {
    position: absolute;
    top: -63px;
    background: #ffffff;
    max-width: 890px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: var(--title-md);
}

.collapse-block {
    padding: 132px 10% 84px;
}

.card {
    border: unset;
    border-bottom: 1px solid #e3e3e3;
    border-radius: unset;
}

.card-header {
    background-color: transparent;
    border: none;
}

.card-button {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a22;
}

.card-button:focus {
    box-shadow: none;
}

.rotate-icon {
    cursor: pointer;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.collapse-button {
    bottom: -16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.footer-subscribe {
    margin-bottom: 80px;
}

.footer-block {
    background-color: var(--banner-bg);
    padding: 40px 5.5% 0;
}

.footer-form-label {
    font-size: 12px;
    color: var(--contact-us-label);
    position: absolute;
    background-color: var(--banner-bg);
    top: -7px;
    left: 17px;
}

.footer-text {
    color: var(--footer-text);
}

.footer-form-input {
    background-color: transparent;
    border: 1px solid #292c32;
    outline: none;
    border-radius: 12px;
    padding: 11px 0 9px 16px;
    color: var(--text-color);
    width: 100%;
}

.subscribe-button {
    padding: 8px 24px;
}

.footer-menu {
    margin-bottom: 100px;
}

.media-link-block {
    width: 32px;
    height: 32px;
    background-color: #7d83931a;
    border-radius: 200px;
    margin-right: 20px;
}

.footer-list-link {
    padding-bottom: 12px;
}

.hero-section-title {
    font-size: var(--title-lg);
}

.number {
    font-size: 1.813rem;
}

.club-hero-section .nav-link {
    color: #2b2b31;
    font-weight: 600;
}

.club-sign-up {
    padding: 12px 28px;
}

.join-the-club {
    padding: 6px 20px;
}

.testimonials-wrapper {
    padding-top: 120px;
}

.sign-up-section-img {
    width: 100%;
    max-width: 100%;
}

.sign-up-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 60vh;
}

.sign-up-title {
    font-size: 2.75rem;
}

.sign-up-text,
.sign-up-title,
.hero-title,
.hero-text,
.home-link,
.banner-wrapper,
.banner-text,
.loyal-token-text,
.footer-menu-item-title /*.contact-title,
.contact-form-subtitle,
#select*/
{
    color: var(--header-lg);
}

.sign-up-text {
    opacity: 0.75;
    font-size: 1.25rem;
}

.more {
    color: var(--header-md);
}

.discount-subtitle {
    font-size: 1.5rem;
}

.mission-number {
    color: #8f9ba2;
    font-size: 2.25rem;
}

@media screen and (max-width: 576px) {
    .footer-menu-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .media-link-block {
        width: 24px;
        height: 24px;
        margin-left: 0;
    }
}

.discount-items li::marker {
    content: url("../public/images/marker.png");
}

.membership-club-subtitle {
    font-size: 0.75rem;
}

.token-pros-item {
    border-radius: 12px;
    padding: 44px 0 18px;
    background-color: #f8f8f8;
}

.token-pros-img {
    width: 80px;
    height: 80px;
    background-color: var(--button-bg);
    top: -33px;
}

.offers {
    border-radius: 16px;
}

.membership-benefits,
.reward-block,
.mission-block,
.join-us,
.join-item-text,
.testimonials-item,
.sign-up-img,
.membership-step,
.security-item {
    border-radius: 20px;
}

.reward-title {
    font-size: 0.875rem;
}

.reward-numbers {
    color: var(--button-bg);
    font-size: 2.5rem;
}

.join-banner-wrapper {
    background-color: #f7f3ea;
    border-radius: 30px;
}

.contact-form-wrapper {
    padding: 100px 5.5%;
}

.contact-form-wrapper {
    /*background-color: var(--banner-bg);*/
}

.contact-form-call-title {
    font-size: 1.25rem;
    color: var(--button-bg);
}

.contact-time-zone {
    color: #a48c51;
    font-size: 0.75rem;
}

.contact-form-call-subtitle {
    color: #7d8393;
}

.form-select {
    background-image: url("../public/icon/Chevron_Up.svg");
    background-size: 16px 25px;
}

.form-select:focus {
    box-shadow: none;
}

.contact-form {
    border-bottom: 1px solid #2c2e34;
}

.earn-item {
    background-color: #f7f3ea;
}

.points-price {
    background-color: #dc6a461a;
    color: #dc6a46;
    border-radius: 16px;
}

.contact-friend {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f1f0f0;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.contact-friend-refer {
    background: #fff;
    padding: 0 10px;
    color: var(--text-color);
}

.title-border {
    background: #fff;
    padding: 0 10px;
}

.contact-friend-messengers {
    border-radius: 12px;
}

.secure-payment {
    border-radius: 20px;
}

.secure,
.join-item-text,
.discount-blocks-wrapper,
.club-hero-section,
.testimonials,
.offers,
.membership-benefits,
.reward-block,
.mission-block,
.join-us,
.membership-step,
.earn-section,
.contact-friend-messengers,
.secure-payment,
.contact-form-wrapper {
    background-color: var(--item-bg);
}

.security-item:nth-child(1) {
    background-color: #f5eae6;
}

.security-item:nth-child(3) {
    background-color: #f7f3ea;
}

.secure {
    padding: 120px 0;
}

.security-item-title-first {
    color: #dc6a46;
    font-size: 1.375rem;
}

.security-item-title-second {
    color: #e4b849;
    font-size: 1.375rem;
}

.security-item-subtitle-first {
    color: #b39e9a;
}

.security-item-subtitle-second {
    color: #988d74;
}

.apply-title {
    color: #70737a;
    font-size: 1rem;
}

.apply-subtitle {
    color: #acafb6;
    font-size: 0.75rem;
}

.apply-button {
    padding: 8px 20px;
    font-size: 0.875rem;
}

.loyalty-hero-section {
    padding: 72px 0 100px;
}

.membership-step-number {
    font-size: 3.25rem;
    color: #eec86a;
}

.earn-points {
    padding: 120px 0;
}

.token-pros-wrapper {
    padding: 0 5%;
}

.token-pros-text {
    font-size: 1rem;
}

.token-pros-subtitle {
    font-size: 0.825rem;
    color: #988d74;
}

.use-points-subtitle {
    color: #505561;
    line-height: 23px;
}

.contact-friend-messengers {
    padding: 10px 10px;
    font-size: 0.75rem;
    color: #36332b;
}

.join-us {
    padding: 60px 52px;
    max-height: 63vh;
    height: 100%;
}

.about-banner-title {
    color: #e4b849;
}

.about-banner-subtitle {
    color: #988d74;
}

.membership-benefits {
    padding: 35px 40px;
}

.offcanvas-body {
    color: #000;
}

.carousel-inner {
    padding-bottom: 88px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.earn-points-title-block {
    padding-top: 200px;
}

option {
    color: black;
}

.section-title-border {
    bottom: -18px;
    left: 0;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
}

.loyal-token-block-border {
    bottom: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
}

.table-block-wrapper .table-item:nth-child(odd) {
    background-color: #F9F9F9;
}

.table-block-wrapper .table-item:nth-child(1) {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.table-block-wrapper .table-item:nth-child(5) {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.table-percentage {
    color: #DC6A46;
}

.table-item-text {
    font-size: var(--text);
}

.progress, .progress-stacked {
    --bs-progress-height: 4px;
    --bs-progress-bg: unset;
    --bs-progress-bar-bg: #DC6A46;
}

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

    .table-item-icon {
        transform: rotate(-90deg);
    }

    .table-icon {
        width: 18px;
        height: 18px;
    }

    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

    main {
        padding: 52px 0;
    }

    .title {
        font-size: 2rem;
    }

    .hero-section-block-text {
        padding: 28px 0 36px;
    }

    .hero-section-subtitle {
        font-size: 0.688rem;
    }

    .media-link-block {
        margin-right: 15px;
    }

    .secure {
        padding: 40px 0;
    }

    .section-title-border {
        margin: 0 20px;
    }

    .loyal-token-block-border {
        bottom: -123px;
    }

    .token-pros-item {
        padding: 30px 0 18px;
    }

    .token-pros-img {
        width: 52px;
        height: 52px;
        top: -22px;
    }

    .token-icons {
        width: 24px;
        height: 24px;
    }

    .apply-button {
        font-size: 0.75rem;
    }

    .loyalty-hero-section {
        padding: 16px 0 56px;
    }

    .membership-step-number {
        font-size: 2.25rem;
    }

    .earn-points {
        padding: 53px 0;
    }

    .token-pros-text {
        font-size: 0.75rem;
    }

    .token-pros-subtitle {
        font-size: 0.625rem;
    }

    .token-pros-wrapper {
        padding: 0 0 80px;
    }

    .mission-number {
        font-size: 1.5rem;
    }

    .faq-title {
        font-size: 1.125rem !important;
    }

    .section {
        margin-bottom: 100px;
    }

    .image-text {
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }

    .hero-section-title {
        font-size: 2.5rem;
    }

    .hero-section-text {
        font-size: 0.75rem;
    }

    .number {
        font-size: 1.5rem;
    }

    .discount-subtitle {
        font-size: 1rem;
    }

    .sign-up-title {
        font-size: 2rem;
    }

    .sign-up-text {
        font-size: 1rem;
    }

    .contact-form-wrapper {
        padding: 20px 16px;
    }

    .join-us {
        padding: 24px 20px;
    }

    .about-button {
        padding: 6px 20px;
        font-size: 0.75rem;
    }

    .membership-benefits {
        padding: 32px 28px;
    }

    .reward-title {
        font-size: 0.75rem;
    }

    .reward-numbers {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 991px) {
    .menu-link.active:before {
        bottom: 0.2em;
    }

    input,
    .form-select {
        font-size: 0.875rem;
    }

    .button {
        font-size: var(--text);
    }

    .hero-title {
        font-size: var(--title-sm);
    }

    .section-title {
        font-size: var(--title);
    }

    .section-subtitle {
        font-size: 1.25rem;
    }

    .text-large {
        font-size: var(--text-sm);
    }

    .text-medium {
        font-size: var(--text-xs);
    }

    .text-subtitle {
        font-size: var(--text-lg);
    }

    .text-large-subtitle {
        font-size: 1.125rem;
    }

    .earn-points-title-block {
        padding-top: 80px;
    }

    .discount-block-item-title {
        font-size: 0.625rem;
    }

    .discount-block-item-count {
        font-size: 1.125rem;
    }

    .hero-text {
        font-size: 0.75rem;
    }

    .join-us {
        max-height: unset;
        height: auto;
    }

    .hero-section-block {
        padding: 130px 0;
    }

    .sign-it-button {
        color: #36332b;
    }

    .home-link {
        color: #2b2b31;
    }

    .discount-blocks-wrapper {
        padding: 36px 16px;
    }

    .chevrons-arrow {
        transform: rotate(90deg);
    }

    .menu-link {
        font-size: 1.5rem;
    }

    .banner-title {
        font-size: 1.375rem;
    }

    .banner-text {
        font-size: 0.75rem;
    }

    .faq {
        margin-left: 0;
        margin-right: 0;
        border-left: none;
        border-right: none;
        border-radius: unset;
    }

    .faq .title {
        top: -21px;
        margin: 0 20px;
    }

    .collapse-block {
        padding: 40px 16px;
    }

    .card-button {
        font-size: 1rem;
    }

    .collapse-button-text {
        font-size: 0.75rem;
    }

    .loyal-token-text {
        font-size: 1.5rem;
    }

    .loyal-token-button {
        font-size: 0.75rem;
    }

    .footer-logo-subtitle {
        font-size: var(--text);
    }
}

@media screen and (max-width: 1024px) {
    .login-button {
        background-color: var(--button-bg);
    }

    .hero-section-club-title {
        padding-top: 48px;
    }

    .footer-menu-wrapper {
        width: 100%;
    }

    .price-points {
        border: 1px solid #dee2e6;
    }

    .price-points:nth-child(1),
    .price-points:nth-child(5) {
        border: none !important;
    }

    .price-points:nth-child(2) {
        border-right: none !important;
        border-bottom: none;
        border-top: none;
    }

    .price-points:nth-child(3) {
        border-left: none;
        border-right: none !important;
    }

    .price-points:nth-child(4) {
        border-right: none !important;
    }
}

.simple-page-wrapper {
    background-color: #f8f8f8;
    padding: 5%;
}
