@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-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(--grey-100);
    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;
}

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: cover;
    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 {
    background-image: url(../assets/redmain.svg);
    width: 324px;
    color: var(--grey-20);

    &: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;
}

.white_form_but: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);
    }
}

body.dark .big_white_but {
    background-image: url(../assets/buttonblack.png);
    color: #E7E7E7;
}

body.dark .big_white_but:hover {
    color: #BD9C49;
}

.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);
}

.hello_section-emailtg .step {
    font-size: 18px;
    line-height: 20px;
}

.step {
    font-family: Jost;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--primary-black);
}

body.dark .step {
    color: #F5F5F5;
}

#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;
}

body.dark .white_but,
body.dark .white_form_but,
body.dark .submit-email {
    background-image: url(../assets/black3.png);
    background-size: contain;
    color: #E7E7E7;
}

.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: 35;
    top: 17px;
    transition: all 0.3s ease-out;
}

.hide_hello {
    right: -500px;
}

.hello_close {
    position: absolute;
    right: 16px;
    top: 16px;
    background-image: url(../assets/museum/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;
}

.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_section-emailtg .likeh3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}


.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;
}

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;
}

@media (max-width: 920px) {

    .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: 48px;
        font-weight: 400;
        line-height: 52px;
        letter-spacing: -0.01em;
    }

    h3 {
        font-size: 28px;
        font-weight: 600;
        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) {

    .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;
    }

    h1 {
        font-size: 40px;
        font-weight: 400;
        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;
        font-weight: 600;
        letter-spacing: -0.8px;
        line-height: 32px;
    }

    .likeh3 {
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: -0.01em;
    }

    h4 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: -0.2px;
        line-height: 24px;
    }

    h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

}