/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: "Futura PT Cond Bold";
    src: url("../fonts/FuturaPTCond-Bold.woff2") format("woff2"),
    url("../fonts/FuturaPTCond-Bold.woff") format("woff");
}

@font-face {
    font-family: "Futura PT Cond Medium";
    src: url("../fonts/FuturaPTCond-Medium.woff2") format("woff2"),
    url("../fonts/FuturaPTCond-Medium.woff") format("woff");
}

@font-face {
    font-family: "Futura PT Cond Book";
    src: url("../fonts/FuturaPTCond-Book.woff2") format("woff2"),
    url("../fonts/FuturaPTCond-Book.woff") format("woff");
}

@font-face {
    font-family: "Futura PT Cond ExtraBold";
    src: url("../fonts/FuturaPTCond-ExtraBold.woff2") format("woff2"),
    url("../fonts/FuturaPTCond-ExtraBold.woff") format("woff");
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Futura PT Cond ExtraBold", sans-serif;
}

html {
    overflow: visible;
}

body {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;

    min-height: 920px;
    overflow-x: hidden;
    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
}

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

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

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

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

h2,
h1,
h3,
h4,
button {
    text-transform: uppercase;
    text-align: center;
}

.bg {
    width: 100%;
    position: fixed;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    z-index: -1;
    height: 100%;
}

.bg-mob {
    display: none;
}

.logo {
    height: 45px;
    object-fit: contain;
}

.footer-mob {
    display: none;
}

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

.content {
    padding: 60px 0 20px;
    height: 100%;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1000;
}

.offer {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

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

h2 {
    color: white;
}

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

h3 span {
    display: block;
}

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

.timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    gap: 40px;
}

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

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

.timeline-mob {
    display: none;
}

.arrow {
    width: 15px;
    margin-top: -20px;
}

.timeline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.timeline-item h3 {
    font-size: 20px;
    max-width: 188px;
    letter-spacing: 1px;
    font-family: "Futura PT Cond ExtraBold", sans-serif;
    font-style: italic;
}

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

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

.redirect-btn {
    padding: 15px 50px;
    background-color: #E01B1B;
    color: #fff;
    border: none;
    font-size: 3vh;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.redirect-btn:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.rules {
    cursor: pointer;
}

.rules h4 {
    font-family: "Futura PT Cond Medium", sans-serif;
    font-style: italic;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
}

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

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

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

.hero {
    position: absolute !important;
    top: unset !important;
    right: 2vw !important;
    bottom: 0;
    left: unset !important;
}

.fodbal-dop img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 15vw;
}

.hero-img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom center;
    object-position: bottom center;
    height: 92vh;
    width: 48vw;
    max-height: 105vh;
    max-width: 60vw;
    z-index: 5;
}

.mob_hero-wrap {
    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;
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    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;
    -webkit-transform: rotate(-80deg);
    -ms-transform: rotate(-80deg);
    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: 1000000000;
    top: -100vh;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.default {
    color: #fff;
}

.title {
    margin-top: 60px;
    font-size: 45px;
    color: #E01B1B;
    line-height: 1;
}

.text-green {
    color: #E01B1B;
}

.subtitle {
    font-size: 50px;
    margin-bottom: 20px;
}

/* .close-popup {
  position: fixed;
  top: 0;
  z-index: 5;
  height: 100vh;
  width: 100vw;
} */
.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    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;
    border: 2px solid #FFD300;
}

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

.popup-text {
    overflow-y: scroll;
    width: 100%;
    max-height: 560px;
    padding-bottom: 120px;
    color: white;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

.popup-text p a:visited {
    color: #E01B1B;
}

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

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

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

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

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

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

.modal-button {
    width: 360px;
    height: 80px;
    font-size: 30px;
}

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

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

@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 {
        position: static;
        display: block;
        margin: 0 auto;
        height: 6vw !important
    }

    .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: unset;
        padding: unset;
    }

    .offer {
        padding: 0 5vw;
        margin-bottom: 0;
    }

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

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

    .rules h4 {
        font-size: 6vw;
    }

    .redirect-btn {
        font-size: 7.2vw !important;
    }

    .hero-img {
        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: -webkit-fit-content;
        width: -moz-fit-content;
        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;
    }

    h1 {
        font-size: 10vh;
    }

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

    .timeline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
        margin-top: 5vh;
    }

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

    .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 {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        margin: 40px 0;
    }

    .footer-mob-img img {
        max-width: 100%;
    }

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

    .modal-button {
        font-size: 16px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }


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

    .text-align-center {
        font-size: 17px !important;
    }

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

    .parallax {
        width: unset;
        height: unset;
        position: unset;
    }

    .hero {
        position: unset !important;
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
        margin-bottom: 20vw;
    }

    .fodbal-dop {
        z-index: 10;
        top: 100vw;
        bottom: unset !important;
        left: 50%;
        right: unset !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 10vw;
    }

    .fodbal-dop img {
        width: 40vw;
    }
}

/* edit */

.content {
    position: relative;
}

.bg {
    display: none;
}

.footer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

/* select language */

.language-select {
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 145px;
    top: 28px;
}

@media screen and (max-width: 850px) {
    .language-select {
        right: 20px;
        top: 20px;
    }
}

.language-select button {
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.language-select img {
    min-width: 30px;
    height: 30px;
}

.lang-list {
    display: none;
}

.lang-list.active {
    z-index: 1000;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    border-radius: 11px;
    background-color: #1a1a1a;

    position: absolute;
    bottom: -55px;
    right: 0;
}

.lang-list li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.lang-list li span {
    margin-right: 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color: #939dab;
}

.lang-list li:hover span {
    color: #fff;
}

/* select language */

/* 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: #E01B1B;
}

.popup-text p {
    font-size: 16px;
    line-height: 20px;
    font-family: "Futura PT Cond Book", sans-serif;
}

.popup-text .text-green {
    color: #FFD300;
}

.popup-text ul li {
    font-family: "Futura PT Cond Book", sans-serif;
}

.popup__title {
    font-size: 27px !important;
    font-style: italic;
    font-family: "Futura PT Cond ExtraBold", sans-serif !important;
    color: #FFD300 !important;
    max-width: 548px;
    margin: 0 auto 40px;
}

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

.text-red {
    color: #E01B1B;
    text-shadow: 2px 5px 10px #fff;
}

.headline__big-text {
    font-size: 175px;
    line-height: 100px;
}

.headline__title {
    font-size: 112px;
}

.headline__title .text-sub {
    font-size: 48px;
}

.headline__text {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.headline__text:nth-child(2) {
    margin-top: -12px;
}

.headline {
    margin-bottom: 40px;
}

.popup-text p {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
}

.popup-text ul li {
    font-size: 24px;
    list-style: auto;
    margin-left: 30px;
}

.popup-text .list-dots li {
    list-style: disc;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 40px;
}

.popup {
    background: #000;
}

#particles-js {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
}

.herro-logo {
    position: absolute;
    top: 3VW;
    left: 55vw;
    width: 33vw;
}

.content {
    min-height: 690px;
}

body {
    min-height: 690px;
}

.redirect-btn {
    width: 350px;
    font-weight: 900;
    font-style: italic;
    font-size: 30px;
    color: #fff;
}

.fodbal-dop {
    z-index: 1;
    position: absolute;
    bottom: 10px;
    right: 8vw;
}

.popup__title {
    font-size: 20px;
    color: #E01B1B;
    margin-bottom: 20px;
    text-align: center;
}

.headline {
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
}

.headline__title {
    font-size: 46px;
    font-weight: 900;
}

.headline__subtitle {
    font-weight: 900;
    color: #fff;
    font-size: 60px;
    font-family: 'Futura PT Cond Bold', sans-serif;
}

.headline__text-title {
    line-height: 90px;
    font-size: 112px;
    font-weight: 900;
    color: #fff;
}

.headline__text-title .mini {
    font-size: 60px;
    color: #fff;
}

.popup-btn-wrapper {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    height: 30%;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(transparent, #000000);
}

.popup-btn-wrapper button {
    pointer-events: all;
}

.phone-banner {
    display: none;
}

@media screen and (max-height: 850px) {
    .headline {
        padding-top: 0;
    }

    .timeline {
        margin-bottom: 30px;
    }

    .headline__text-title {
        font-size: 100px;
        line-height: 80px;
    }

    .offer {
        padding: 0;
    }
}

@media screen and (max-height: 800px) {
    .headline {
        margin-bottom: 10px;
    }

    .timeline {
        margin-bottom: 20px;
    }

    .headline__big-text {
        font-size: 120px;
        line-height: 60px;
    }

    .redirect-btn {
        font-size: 32px;
    }
}

.mobile {
    display: none;
}

@media screen and (max-height: 750px) {
    .content {
        padding: 20px 0 10px;
    }
}

@media (max-width: 850px) {
    body {
        background-image: none;
    }

    .redirect-btn {
        letter-spacing: 0 !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .logo {
        margin: 24px 0 10px 20px;
    }

    .phone-banner {
        display: block;
        width: 100%;
    }

    .text-align-center {
        font-size: 17px !important;
    }

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

    .parallax {
        display: none;
    }

    .popup-text p, .popup-text ul li {
        font-size: 18px;
    }

    .offer {
        margin-top: 30px;
    }


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

    .headline__title {
        font-size: 15vw;
    }

    .headline__big-text {
        font-size: 24vw;
        line-height: 21vw;
    }

    .headline {
        padding-top: 0;
        margin-top: -20px;
        margin-bottom: 0;
    }

    .headline__title .text-sub {
        font-size: 9vw;
    }

    .headline__text {
        font-size: 6vw;
    }

    .timeline-item h3 {
        font-size: 4.3vw;
    }

    .timeline-item h3 br:not(:first-child) {
        display: none;
    }

    body {
        background: #000;
    }

    .content {
        height: auto;
    }

    .herro-logo {
        left: 55%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50vw;
    }

    .headline__title {
        font-size: 7vw;
    }

    .headline__subtitle {
        font-size: 13vw;
        line-height: normal;
    }

    .headline__text-title, .headline__text-subtitle {
        font-size: 6.2vw;
        line-height: 4vw;
    }

    .arrow {
        margin-top: 12px;
    }

    .popup-text .popup__title {
        font-size: 18px;
    }

    .headline__text-title .mini {
        font-size: 5vw;
    }

    .mobile-none {
        display: none;
    }

    .logo {
        order: 2;
        margin-bottom: 20px;
    }

    .phone-banner {
        order: 1;
    }

    .footer {
        order: -1;
        padding: 0 10px;
        margin: 60px 0 20px;
    }

    .footer img {
        height: 18px;
    }

    .footer img:last-child {
        height: auto;
    }

    .headline {
        -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
        order: -3;
        margin-bottom: 20px;
    }

    .main-btn {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
    }

    .rules {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10vw;
    }

    .timeline_item-img {
        margin-top: 15vw;
    }

    .timeline_item-img img {
        width: 20vw;
    }

    .rules {
        margin-bottom: 12vw;
    }

    .headline__title .text-green {
        font-size: 13vw;
    }

    .headline__text-title {
        font-size: 18vw;
        line-height: 90%;
    }

    .headline__subtitle {
        font-size: 10vw;
    }

    .headline__text-title .mini {
        font-size: 9vw;
    }

    .timeline-item h3 {
        font-size: 20px;
        max-width: 300px;
        letter-spacing: 1px;
        font-family: "Futura PT Cond ExtraBold", sans-serif;
        font-style: italic;
    }

    .content {
        padding-top: 0;
    }

    .popup__title {
        font-size: 17px !important;
    }
}

@media (max-height: 650px) {
    .popup {
        height: calc(100vh - 20px);
    }

    .popup-text {
        height: calc(100vh - 80px);
    }
}

/* edit */