@import url("./configure.css");
.btn {
    width: 100%;
    max-width: 240px;
    border-radius: 16px;
    background: #1097e3;
    -webkit-box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.btn:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
.btn:active {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.intro {
    position: relative;
    padding: 80px 0;
    background: url("../images/page-bg-mob.webp") no-repeat top center/100% 55%,
        url("../images/bg-mob-page-footer.webp") no-repeat bottom center/100% 20%;
}
.intro-content {
    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: 60px;
    position: relative;
    z-index: 2;
}
.intro-logo {
    max-width: 120px;
}
.intro-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
}
.intro-title-span {
    font-weight: 900;
}
.intro-form {
    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: 40px;
}
.intro-form-wrapper {
    max-width: 390px;
}
.intro-wrapper {
    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: 24px;
}
.intro-text {
    color: #475067;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 400px;
}
.intro-text span {
    font-weight: 600;
}
.intro-decor {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.intro-decor-pc {
    display: none;
}
.intro-decor-mobile {
    display: block;
}

.footer {
    margin-top: 40px;
}
.footer-content {
    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: 12px;
}
.footer img {
    max-width: 115px;
}
.footer .copyright {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 200;
    line-height: 14px; /* 116.667% */
    text-transform: uppercase;
}

.event {
    background: linear-gradient(45deg, #020c5d, #0178dc);
    padding: 30px 0;
    min-height: 100vh;
    height: 100%;
}
.event-logo {
    margin: 0 auto;
}
.event-decor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.event-decor-pc {
    display: none;
}
.event-decor-mobile {
    display: block;
}

.event {
    width: 100%;
    min-width: 100vw;
    width: 100%;
    max-width: none;
}
.event .container {
    width: 100%;
}

.income {
    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: 0;
}
.income-title {
    position: relative;
    max-width: 450px;
    width: 100%;
}
.income-title-text {
    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: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #262626;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
}
.income-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 580px;
}
.income-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    background: #f4f6fa;
}
.income-item-text {
    color: #171b22;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    max-width: 80%;
}
.income-item-check {
    position: relative;
    width: 28px;
    height: 28px;
}
.income-item-check img {
    position: absolute;
    width: 28px;
    height: 28px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    top: 0;
    left: 0;
}
.income-item-check img.active {
    opacity: 1;
}
.income-item-check img.smaller {
    padding: 2px;
}

.check-loader {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.review {
    max-width: 600px;
    width: 100%;
    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: 40px;
    border-radius: 16px;
    background: #fefefe;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    margin-top: 30px;
    padding: 40px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.review-wrapper {
    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: 20px;
}
.review-title {
    color: #303238;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px; /* 177.778% */
}
.review-text {
    color: #171b22;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
.review-list {
    color: #171b22;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.end {
    max-width: 600px;
    border-radius: 16px;
    background: #fefefe;
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 20px;
    margin-top: 30px;
    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: 40px;
}
.end-title {
    color: #303238;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.main {
    position: relative;
}

.page,
.event {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.page.active {
    display: block;
    opacity: 1;
}

.event.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.income,
.review,
.end,
.trade {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.income.active,
.review.active,
.end.active,
.trade.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.trade {
    background: url("../images/trade-bg-mob.webp") no-repeat center bottom/contain;
    padding: 0 0 30px;
    flex-direction: column;
}
.trade-hero__info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #1877f2;
    padding-bottom: 16px;
    gap: 12px 60px;
}
.trade-hero__info-logo img {
    max-width: 180px;
}
.trade-hero__info-title,
.trade-hero__subtitle {
    color: #02529f;
    font-weight: 600;
    line-height: 150%;
}
.trade-hero__info-title {
    flex: 1 1 600px;
    font-size: 18px;
}
.trade-hero__subtitle {
    padding-top: 16px;
    font-size: 16px;
}
.trade-hero__note {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.trade-hero__note i {
    height: 6px;
    width: 17px;
    border-radius: 38px;
    background: #269cde;
}
.trade-hero__note span {
    color: #333;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}
.trade-chart {
    margin-top: 16px;
    overflow: hidden;
    border-radius: 24px;
    background: #f2f4f8;
}
.trade-control {
    margin-top: 16px;
}
.trade-control__profit-title,
.trade-control__profit-value {
    color: #fff;
    text-align: center;
}
.trade-control__profit-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
}
.trade-control__profit-value {
    margin-top: 16px;
    font-size: 40px;
    font-weight: 800;
    line-height: 24px;
}
.trade-control__button {
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
.trade-control__button .button {
    width: 100%;
    min-height: 58px;
    max-width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #1097e3;
    box-shadow: 0px 4px 7.3px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    transition: 0.6s ease-in-out;
}
.trade-control__button .button:hover {
    opacity: 0.8;
}
.trade-control__note {
    margin-top: 10px;
    text-align: center;
    color: #d8d8d8;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
}

.content-toast {
    padding: 20px 24px;
    border-radius: 14px;
    background: #1877f2;
    box-shadow: 4px 4px 20px 0px rgba(24, 119, 242, 0.5);
}
.content-toast__logo img {
    max-width: 90px;
}
.content-toast__title {
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
}
.content-toast__subtitle {
    margin-top: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

section {
    min-height: 100vh;
}

@media (min-width: 650px) {
    .trade {
        background: url("../images/bg-trade.webp") no-repeat center bottom/100% 60%;
    }
}
@media (min-width: 768px) {
    .intro {
        background: url("../images/page-bg-desc.webp") no-repeat top center/100% 100%;
    }
    .intro-text {
        color: #fff;
    }
    .intro-decor-pc {
        display: block;
    }
    .intro-decor-mobile {
        display: none;
    }
    .footer {
        background: none;
    }
    .review-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px; /* 177.778% */
    }
    .review-text {
        font-size: 22px;
    }
    .review-list {
        font-size: 22px;
    }
    .event {
        height: 100%;
    }
    .event-decor {
        top: 0;
        width: 100%;
    }
    .event-decor-pc {
        display: block;
        max-height: 100vh;
    }
    .event-decor-mobile {
        display: none;
    }
}
