@font-face {
    font-family: "SC";
    src: url("../fonts/squeresCondensed/TTSquaresCondensed-BlackItalic.ttf");
}

@font-face {
    font-family: "SCL";
    src: url("../fonts/squeresCondensed/TTSquaresCondensed-LightItalic.ttf");
}

@font-face {
    font-family: 'Futura';
    src: url("../fonts/squeresCondensed/futura.ttf");
}

@font-face {
    font-family: 'FuturaPTExtraBoldOblique';
    src: url("../fonts/FuturaPTExtraBoldOblique.otf");
}

@font-face {
    font-family: 'FuturaPTCondBoldOblique';
    src: url("../fonts/FuturaPTCondBoldOblique.otf");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "FuturaPTExtraBoldOblique", serif;
}

html {
    overflow: hidden;
}

body {
    width: 100vw;
    height: 100vh;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #df1b1c;
    border-radius: 12px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

h2,
h1,
h3,
h4,
button {
    font-family: "SC", serif;
    text-transform: uppercase;
    text-align: center;
}

h2,
h1,
h3,
h4 {
    font-family: "FuturaPTExtraBoldOblique";
}

.bg {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
}

.bg-mob {
    display: none;
}

.logo {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 13%;
    height: 50px;
    width: auto;
}

.footer {
    position: absolute;
    bottom: 12px;
    left: 2vw;
    width: 600px;
    z-index: 50;
}

.footer-mob {
    display: none;
}

.text-align-center {
    text-align: center;
}

.content {
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 40px 8vw 0;
}

.offer {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

h1 {
    font-size: 12vh;
    color: white;
}

h2 {
    color: white;
}

h2 span {
    color: #df1b1c;
}

h3 {
    color: white;
    font-size: 1.5vh;
}

h3 span {
    display: block;
}

h4 {
    color: white;
    margin-top: 20px;
}

p span {
    color: #df1b1c;
}

.title-sub {
    font-size: 20px;
}

.timeline {
    display: flex;
    gap: 60px;
    margin-bottom: 30px;
    align-items: center;
}

.timeline-mob {
    display: none;
}

.timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;

    & h3 {
        font-family: 'FuturaPTCondBoldOblique';
        font-size: 20px;
        letter-spacing: 1px;
    }
}

.arrow {
    height: 20px;
    width: auto;
    transform: rotate(135deg);
    /* padding: 0px 20px; */
}

.big-subtitle {
    font-size: 150px;
    color: #df1b1c;
    line-height: 115px;
}

.big-subtitle span {
    display: block;
    font-size: 100px;
    color: #fff;
}

button {
    padding: 15px 50px;
    background-color: #df1b1c;
    color: #fff;
    border: none;
    font-size: 3vh;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

button:hover {
    transform: scale(0.9);
}

.rules {
    cursor: pointer;
}

.rules h4 {
    font-weight: 100;
    transition: all 0.3s ease-in-out;
    font-family: "SCL";
}

.rules h4:hover {
    text-decoration: underline;
}

.parallax {
    width: 100vw;
    height: 100vh;
    position: absolute;
    bottom: 0;
    overflow: hidden !important;
    left: 0;
    z-index: -1;
}

.hero {
    position: absolute !important;
    top: unset !important;
    right: 0 !important;
    bottom: -3vh;
    left: unset !important;
    z-index: -1;
}

.hero-img {
    max-height: 100vh;
    max-width: 60vw;
    z-index: 5;
}

.hero-img-mob {
    display: none;
}

.coin-one {
    position: absolute;
    bottom: 55vh !important;
    right: 10vw !important;
    height: 30px;
    width: auto;
}

.coint-one img {
    height: 30px;
    width: auto;
}

.coin-two {
    position: absolute;
    bottom: 40vh;
    right: 42vw;
    height: 30px;
    transform: rotate(80deg);
}

.coin-three {
    position: absolute;
    bottom: 20vh;
    right: 50vw;
    z-index: -1;
    height: 60px;
}

.coin-four {
    position: absolute;
    bottom: 30vh;
    right: 2vw;
    z-index: -1;
    height: 100px;
}

.footer-mob-img {
    display: none;
}

.coin-five {
    position: absolute;
    bottom: 10vh;
    left: 2vw;
    z-index: -1;
    height: 100px;
}

.gift-one {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 150px;
    height: auto;
}

.gift-two {
    position: absolute;
    bottom: 60vh;
    right: 40vw;
    z-index: -1;
    transform: rotate(-80deg);
    width: 150px;
    height: auto;
}

.big-detail {
    position: absolute;
    z-index: 1;
    bottom: 65vh;
    right: 2vw;
    height: 150px;
}

.popup-wrapper {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all ease-in-out;
}

.popup-wrapper.active {

}

.default {
    color: #fff;
}

.title {
    font-size: 45px;
    color: #df1b1c;
    line-height: 1;
}

.subtitle {
    font-size: 50px;
}

.subtitle span {
    color: #df1b1c;
}

.subtitle_sub-text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.headline-img {
    display: block;
    margin: 0 auto 6px;
}

.popup {
    display: flex;
    align-items: flex-end;
    position: relative;
    height: 650px;
    max-width: 850px;
    width: 95%;
    border-radius: 15px;
    padding: 20px;
    top: 0;
    background-color: black;
    z-index: 100;
}

.show-modal {
    height: 100vh;
    overflow: hidden;
}

.popup-text {
    overflow: scroll;
    max-height: 540px;
    color: white;
    font-family: "SC";
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.popup-text p {
    font-size: 18px;
    line-height: 28px;
}

.popup-text p a {
    font-size: 18px;
    line-height: 28px;
    color: #df1b1c !important;
}

.popup-text p a:visited {
    color: #df1b1c !important;
}

.modal-link {
    margin-top: 60px;
}

.popup-text h2 {
    text-align: left;
}

.popup-headline {
    color: #df1b1c;
    font-family: "SC";
    text-transform: uppercase;
    font-size: 4vh;
    text-align: center;
    padding: 10px 0px;
}

.popup-close-img {
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.close-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 50;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
    .coin-one {
        bottom: 40vh;
    }

    .big-detail {
        height: 100px;
        bottom: 50vh;
    }

    .gift-two {
        right: 35vw;
    }

    .hero-img {
        right: 8vw;
    }

    .content {
        padding: 40px 8vw 0;
    }

    .footer {
        left: 5vw;
        bottom: 20px;
    }

    .hero {
        right: 5vw !important;
    }
}

@media (max-width: 1000px) {
    .content {
        padding: 40px 5vw 0;
    }
}

@media (max-width: 850px) {
    html {
        overflow: unset;
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
        height: auto;
        background-color: black;
    }

    h2 {
        font-size: 2.5vh;
        line-height: 4vh;
    }

    h2 span {
        font-size: 4.5vh;
    }

    h3 {
        font-size: 2.5vh;
    }

    .bg {
        display: none;
    }

    .logo {
        width: 40vw;
        height: auto;
        left: 10px;
        z-index: 50;
    }

    .content {
        flex-direction: column-reverse;
        width: unset;
        padding-top: unset;
    }

    .title {
        margin-top: 16px;
        font-size: 6.5vw;
        line-height: normal;
    }

    .title-sub {
        font-size: 4vw;
        line-height: normal;
    }

    .big-subtitle {
        margin-top: 3vw;
        font-size: 23vw;
        line-height: 0.5;
    }

    .big-subtitle span {
        font-size: 18vw;
        line-height: normal;
    }

    .headline-img {
        margin-bottom: 2vw;
        height: 3vw;
    }

    .subtitle {
        line-height: normal;
        font-size: 4vw;
        margin-bottom: 6vw;

        & span {
            font-size: 5vw;
        }
    }

    .main-button {
        font-size: 5vw;
    }

    .hero-img {
        display: none;
    }

    .hero-img-mob {
        display: block;
        position: relative;
        margin: 0 auto;
        right: 0;
        bottom: 0;
        max-width: unset;
        width: 100vw;
        height: auto;
    }

    .big-detail {
        bottom: 80vh;
        height: 60px;
        right: 5vw;
    }

    .popup-link {
        width: fit-content;
        margin: 0 auto;
    }

    .gift-two {
        bottom: 75vh;
        left: 5vw;
        height: 100px;
        width: auto;
    }

    .gift-one {
        bottom: 65vh;
        height: 100px;
        width: auto;
    }

    .footer {
        max-width: 100vw;
    }

    .coin-one {
        bottom: 75vh;
        height: 20px;
        left: 5vw;
    }

    .coin-two {
        right: 2vw;
        bottom: 65vh;
    }

    .coin-three {
        display: none;
    }

    .coin-four {
        bottom: 55vh;
        z-index: 1;
    }

    .coin-five {
        bottom: 55vh;
    }

    .timeline {
        display: none;
        margin-bottom: 0;
    }

    h1 {
        font-size: 10vh;
    }

    button {
        margin-top: 10px;
        padding: 15px 60px;
        font-size: 3.5vh;
    }

    .timeline-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2vh;
        margin-top: 5vh;
    }

    .arrow {
        transform: rotate(225deg);
    }

    .footer {
        display: none;
    }

    .footer-mob {
        display: block;
        max-width: 95vw;
        margin-top: 8vh;
    }

    .popup-headline {
        font-size: 3vh;
        padding: 10px 20px 10px 0px;
    }

    .footer-mob-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin: 80px 0 20px;
    }

    .popup-text p {
        font-size: 16px;
        line-height: 20px;
    }

    .modal-button {
        font-size: 16px;
    }

    .modal-link {
        margin-top: 24px;
    }

    .parallax {
        order: -1;
        width: unset;
        height: unset;
        position: unset;
    }

    .hero {
        position: unset !important;
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
    }
}


/* edit */

html {
    overflow: visible;
}

body {
    min-height: 880px;
    overflow-x: hidden;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: left bottom;
}

.content {
    position: relative;
}

.bg {
    display: none;
}

/* edit */
.text-align-center {
    text-align: center;
    font-size: 28px !important;
    line-height: normal !important;
}

.popup-text-title {
    font-size: 18px !important;
    padding-top: 8px;
    color: #df1b1c;
}

.popup-text p {
    font-size: 16px;
    line-height: 20px;
}

.timeline_item-img {
    height: 30px;
    display: flex;
    align-items: flex-end;
}


.timeline-item:nth-child(1) img {
    height: 40px;
    width: 40px;
}

.timeline-item:nth-child(3) img {
    margin-bottom: -20px;
    height: 70px;
    width: 70px;
}

.timeline-item:nth-child(5) img {
    margin-bottom: -2px;
    height: 50px;
    width: 50px;
}

.vertical-line {
    width: 3px;
    height: 43px;
    background-color: #fff;
    margin-top: 30px;
}

button {
    width: 360px;
    font-size: 40px;
}

@media (max-width: 850px) {
    body {
        background-image: none;
    }
    .text-align-center {
        font-size: 17px !important;
    }

    .popup-text-title {
        font-size: 16px !important;
    }

    .popup-text p {
        font-size: 16px;
    }

    .timeline-item:nth-child(3) img {
        margin-bottom: -23px;
        height: 70px;
        width: 70px;
    }

    button {
        width: auto;
        margin-top: 10px;
        padding: 15px 60px;
        font-size: 3.5vh;
    }
}

/* edit */
