@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Colus';
    src: url('../assets/fonts/Colus.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa';
    src: url('../assets/fonts/Evolventa.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa Bold';
    src: url('../assets/fonts/Evolventa-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../assets/fonts/Jost.ttf') format('truetype');
    font-style: normal;
}

:root {
    --grey-10: #F5F5F5;
    --grey-20: #EDEDED;
    --grey-30: #e7e7e7;
    --grey-40: #dedede;
    --grey-50: #d6d6d6;
    --grey-base: #cecece;
    --grey-60: #acacac;
    --grey-70: #898989;
    --grey-80: #676767;
    --grey-90: #454545;
    --grey-100: #292929;

    --red-10: #ffcfcf;
    --red-20: #ffaeae;
    --red-30: #ff8686;
    --red-40: #ff5e5e;
    --red-50: #ff3535;
    --red-base: #ff0d0d;
    --red-60: #d50b0b;
    --red-70: #aa0909;
    --red-80: #800707;
    --red-90: #550404;
    --red-100: #330303;

    --primary-black: #080808;
    --primary-white: #FFFFFF;
    --spacing-1: 1px;
    --spacing-2: 2px;
    --spacing-xxs: 4px;
    --spacing-xs: 8px;
    --spacing-sm: 16px;
    --spacing-md: 32px;
    --spacing-lg: 40px;
    --spacing-xl: 64px;
    --spacing-xxl: 112px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    background: var(--grey-30);
    font-family: Evolventa;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: var(--primary-black);
    background-image: url(../assets/back.jpg);
}

body.dark {
    background-image: url(../assets/back_dark.jpg);
    color: #E7E7E7;
}

.body2 {
    font-family: Evolventa;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

h1 {
    font-family: Colus;
    font-size: 64px;
    font-weight: 400;
    line-height: 68px;
    letter-spacing: 0em;
    text-shadow: 0px 5px 4px #00000026;
}

h2 {
    font-family: Colus;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.01em;
}

h3 {
    font-family: Colus;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: center;
}

.likeh3 {
    font-family: Jost;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
}

h4 {
    font-family: Colus;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

h4 span {
    color: var(--red-70);
}

body.dark h4 span {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

h2 span {
    color: var(--red-70);
}

body.dark h2 span {
    color: #BD9C49;
    background: linear-gradient(180deg, #FFE5A3 0%, #CBA74C 63.5%, #EECE7F 79%, #8C7845 98.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: none;
}

h5 {
    font-family: Colus;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
}

a {
    text-decoration: none;
    color: inherit;
}

img,
video {
    max-width: 100%;
    display: block;
    margin-bottom: 0;
}

.butstyle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: Colus;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    background-color: inherit;
    cursor: pointer;
    min-height: 52px;
    height: 52px;
    position: relative;
    transform-style: flat;
    transition: all 250ms ease-out;
    filter: drop-shadow(0px 2px 2px #0000004D);
}

.red_main_but {
    font-family: Colus;
    background-image: url(../assets/redmain.png);
    width: 439px;
    height: 70.5px;
    color: var(--grey-20);
    font-size: 24.4px;
    line-height: 32.53px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: flat;
    transition: all 250ms ease-out;
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #ffffff00;
    padding: 6px 0 0;

    &:before,
    &:after {
        content: "";
        position: absolute;
        z-index: -2;
        transition: all 250ms ease-out;
    }
}

.paper-flatten {

    &:before,
    &:after {
        bottom: 12px;
        width: 50%;
        height: 20%;
        max-width: 300px;
        max-height: 100px;
        box-shadow: 0 15px 12px rgba(31, 31, 31, 0.7);
    }

    &:before {
        left: 20px;
        transform: rotate(-3deg);
    }

    &:after {
        right: 20px;
        transform: rotate(3deg);
    }

    &:hover {

        &:before,
        &:after {
            transition: box-shadow 600ms ease-out, left 200ms, right 200ms;
            box-shadow: 0 8px 8px rgba(31, 31, 31, 0.5);
        }

        &:before {
            left: 20px;
        }

        &:after {
            right: 20px;
        }
    }
}

.white_but {
    font-family: Colus;
    background-image: url(../assets/white3.png);
    width: 252px;
    min-width: 252px;
    color: var(--primary-black);
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: flat;
    transition: all 0.3s ease-out;
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #ffffff00;

    &:before,
    &:after {
        content: "";
        position: absolute;
        z-index: -2;
        transition: all 250ms ease-out;
    }
}

.white_but svg path {
    transition: all 0.3s ease-out;
}


body.dark .white_but,
body.dark .white_form_but,
body.dark .submit-email {
    background-image: url(../assets/black3.png);
    background-size: contain;
    color: #E7E7E7;
}

body.dark .white_but:hover,
body.dark .white_form_but:hover,
body.dark .submit-email:hover {
    color: #BD9C49;
}

.white_but:hover,
.white_form_but:hover,
.submit-email:hover {
    color: #aa0909;
}

.white-flatten {

    &:before,
    &:after {
        bottom: 15px;
        width: 50%;
        height: 20%;
        max-width: 300px;
        max-height: 100px;
        box-shadow: 0 15px 12px rgba(31, 31, 31, 0.7);
    }

    &:before {
        left: 10px;
        transform: rotate(-3deg);
    }

    &:after {
        right: 10px;
        transform: rotate(3deg);
    }

    &:hover {

        &:before,
        &:after {
            transition: box-shadow 600ms ease-out, left 200ms, right 200ms;
            box-shadow: 0 8px 8px rgba(31, 31, 31, 0.5);
        }

        &:before {
            left: 5px;
        }

        &:after {
            right: 5px;
        }
    }
}

#form-signup button,
#form-signup__modal button {
    background-image: url(../assets/redmain.png);
    width: 324px !important;
    height: 70px;
    color: var(--grey-20);
    font-size: 18px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-family: Colus;
    text-align: center;
    background-color: inherit;
    cursor: pointer;
    transition: all 250ms ease-out;
    filter: drop-shadow(0px 2px 2px #0000004D);
    margin: 0 auto;

    &:hover {
        color: var(--primary-white);
        filter: drop-shadow(0px 4px 4px #0000004D);
    }
}

.red_midle_but {
    background-image: url(../assets/redmain.png);
    width: 324px;
    height: 70px;
    color: var(--grey-20);
    background-size: contain;
    font-size: 18px;
    line-height: 24px;

    &:hover {
        color: var(--primary-white);
        filter: drop-shadow(0px 4px 4px #0000004D);
    }
}

.red_mini_but {
    background-image: url(../assets/minired.png);
    width: 276px;
    color: var(--grey-20);

    &:hover {
        color: var(--primary-white);
        filter: drop-shadow(0px 4px 4px #0000004D);
    }
}

.white_form_but {
    background-image: url(../assets/white3.png);
    width: 252px;
    min-width: 252px;
    color: var(--primary-black);
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
}

.white_form_but:hover {
    color: var(--red-70);
    filter: drop-shadow(0px 2px 3px #0000004D);
}

.popup-confirm {
    filter: none !important;
}

.popup-confirm:hover {
    filter: none !important;
}

.submit-email {
    background-image: url(../assets/white3.png);
    width: 252px;
    min-width: 252px;
    color: var(--primary-black);
    display: block;
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: Colus;
    text-align: center;
    background-color: inherit;
    cursor: pointer;
    min-height: 52px;
    height: 52px;
    transition: all 250ms ease-out;
    filter: drop-shadow(0px 2px 2px #0000004D);
}


.submit-email:hover {
    color: var(--red-70);
    filter: drop-shadow(0px 2px 3px #0000004D);
}

.big_white_but {
    background-image: url(../assets/buttonwhite.png);
    width: 308px;
    min-width: 308px;
    color: var(--primary-black);
    display: block;
    padding: 15px 0;

    &:hover {
        color: var(--red-70);
        filter: drop-shadow(0px 2px 5px #0000004D);
    }
}

.hello_form {
    max-width: 448px;
    max-height: fit-content;
    padding: 16px;
    position: fixed;
    border-radius: 30px;
    box-shadow: 0px 2px 6px 2px #00000026, 0px 1px 2px 0px #0000004D;
    background-image: url(../assets/white-paper.jpg);
    z-index: 7000;
    top: 17px;
    transition: all 0.3s ease-out;
}

body.dark .hello_form {
    background-image: url(../assets/paper_black.jpg);
    background-size: cover;
}

body.dark .hello_inform {
    background-image: url(../assets/paper_black.jpg);
    background-size: cover;
}

body.dark .hello_swap_item {
    color: #E7E7E7;
    border-bottom: 2px solid #E7E7E7;
}

body.dark .hello_swap_item.active {
    color: #BD9C49;
    border-bottom: 2px solid #BD9C49;
}

body.dark .hello_title {
    color: #E7E7E7;
}

.hide_hello {
    right: -500px;
}

.hello_close {
    position: absolute;
    right: 16px;
    top: 16px;
    background-image: url(../assets/close.svg);
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.hello_close:hover {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.336));
}

.show_hello {
    right: 17px;
}

.hello_signup-form h3 {
    display: none;
}

.hello_signup-form .left_form {
    gap: 4px;
}

.hello_section-emailtg h3 {
    display: none;
}

.hello_section-emailtg .section-emailtg {
    padding: 0;
    background: inherit;
}

.hello_section-emailtg .section-emailtg:after {
    border: none;
}

.section-emailtg .likeh3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.hello_section-emailtg .step {
    font-size: 18px;
    line-height: 20px;
}


.hello_section-emailtg .bonuses {
    padding: 0 0 16px;
}

.hello_section-emailtg .bonuses img {
    width: 32px;
    height: 32px;
}

.hello_section-emailtg .form_send {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.hello_section-emailtg .form_disclamer {
    font-size: 14px;
    line-height: 20px;
    padding: 24px 0 0;
    display: block;
}

.hello_section-emailtg .email-tg {
    display: flex;
    flex-direction: column;
    gap: 16px;
}


.hello_inform {
    background-image: url(../assets/white-paper.jpg);
    width: 100%;
    height: 100%;
    border-radius: 18px;
    position: relative;
}

.hello_inform:after {
    content: "";
    position: absolute;
    bottom: 4px;
    height: calc(100% - 10px);
    left: 4px;
    border: 1px dotted #997759;
    border-radius: 16px;
    width: calc(100% - 10px);
    pointer-events: none;
}

.hello_text {
    display: block;
    font-family: Evolventa;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.hello_swap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
}

.hello_swap_item {
    font-family: Colus;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--primary-black);
    padding: 8px 0px;
    border-bottom: 2px solid var(--primary-black);
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 100%;
}

.hello_swap_item.active {
    color: var(--red-70);
    border-bottom: 2px solid var(--red-70);
}

.hello_signup {
    gap: 0px !important;
    padding: 24px;
}

.hello_recover {
    font-family: Evolventa;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: var(--primary-black);
}

.hello_recover a {
    color: var(--red-70);
}

.hello_title {
    color: var(--primary-black);
    font-family: Colus;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.008em;
    text-align: left;
}

.hellotgform {
    flex-direction: column !important;
}

.helloh3 {
    font-size: 18px;
    line-height: 24px;
    font-family: Jost;
    font-weight: 600;
    letter-spacing: -0.01em;
}

#section-13 {
    padding: 112px 0 0;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.last_left {
    position: absolute;
    top: -90px;
    left: 63px;
    z-index: 1;
    display: block;
}

.last_right {
    position: absolute;
    top: -90px;
    right: 63px;
    z-index: 1;
    display: block;
}

body.dark .last_right,
body.dark .last_left {
    opacity: 0.2;
}

.js-marquee p {
    padding-bottom: 32px;
}

.last_title {
    font-family: Colus;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: -0.01em;
    text-align: center;

    width: fit-content;
    margin: 0 auto;
    text-shadow: 0px 2px 4px #00000059;
    padding-bottom: 30px;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 160px 16px 210px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 64px;
    margin-left: -16px;
    margin-right: -16px;
    margin: 0 auto;
}

#section-13__credits {
    height: 431px;
    background: transparent;
    font-family: Evolventa;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    transform: perspective(431px) rotateX(30deg);
    text-align: center;
    color: #080808;
}

body.dark #section-13__credits {
    color: #E7E7E7;
}

.hello_section-emailtg .checkbox {
    display: flex;
    flex-direction: column-reverse;
}

.section-emailtg .checkbox {
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 1485px) {

    h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 1235px) {
    h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 920px) {

    .row {
        padding: 0;
    }

    .last_left {
        display: none;
    }

    .last_right {
        display: none;
    }

    .hello_form {
        top: 20px;
    }

    .hello_title {
        font-size: 20px;
        line-height: 28px;
    }

    :root {
        --spacing-1: 1px;
        --spacing-2: 2px;
        --spacing-xxs: 4px;
        --spacing-xs: 8px;
        --spacing-sm: 16px;
        --spacing-md: 24px;
        --spacing-lg: 32px;
        --spacing-xl: 40px;
        --spacing-xxl: 112px;
    }

    h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.01em;
    }

    h3 {
        font-size: 28px;
        letter-spacing: -0.8px;
        line-height: 36px;
    }

    .likeh3 {
        font-size: 26px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0.5px;
    }

    h4 {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.2px;
        line-height: 32px;
    }

    h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
    }
}

@media (max-width: 599px) {

    .red_main_but {
        width: 324px;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        background-size: contain;
        height: 57.5px;
        padding: 0 0 2px;

        &:hover {
            color: var(--primary-white);
            filter: drop-shadow(0px 4px 4px #0000004D);
        }
    }

    .paper-flatten {

        &:before,
        &:after {
            bottom: 12px;
            width: 44%;
            height: 20%;
            max-width: 300px;
            max-height: 100px;
            box-shadow: 0 15px 12px rgba(31, 31, 31, 0.7);
        }
    }

    .hello_section-emailtg .form_disclamer {
        display: none;
    }

    .hello_text {
        display: none;
    }

    .hello_form {
        max-width: 100vw;
    }

    .hello_signup-form .red_main_but {
        background-size: contain;
    }

    .show_hello {
        right: 0px;
        top: 3px;
    }

    :root {
        --spacing-1: 1px;
        --spacing-2: 2px;
        --spacing-xxs: 2px;
        --spacing-xs: 4px;
        --spacing-sm: 8px;
        --spacing-md: 32px;
        --spacing-lg: 16px;
        --spacing-xl: 24px;
        --spacing-xxl: 64px;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    h1 {
        font-size: 32px;
        line-height: 36px;
        letter-spacing: -0.01em;
    }

    h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -0.01em;
    }

    h3 {
        font-size: 24px;
        letter-spacing: -0.8px;
        line-height: 32px;
    }

    .likeh3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -0.01em;
    }

    h4 {
        font-family: Colus;
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.008em;
        text-align: center;
    }

    h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

}