@font-face {
    font-family: "Futura";
    src: url("../public/Futura-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;

    background-color: #fff;
    color: #000;
}

.info-body {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(../public/skins-bg.png);
}

body.lock {
    overflow: hidden;
}

::-webkit-scrollbar {
    display: none;
}

.wrapper {
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main__section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 0 16px 64px;
    width: 100%;
    position: relative;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px;
}

.main__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    padding: 56px 0 192px;
}
.text__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 118px;
}
.main__section_index {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    background-image: url(../public/main-bg.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.title__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: "Futura";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 9.6px;
    text-transform: uppercase;
}
.main__description {
    max-width: 506px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 180%;
}
.main__button {
    padding: 16px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.9px;
    border-radius: 12px;
    background: #fff;
}
.drop {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 29.33px;
    margin: 0 auto;
    overflow-x: hidden;
}
.drop__content {
    max-width: 1290px;
    min-width: 1290px;
    width: 100%;
    padding: 25px;
    margin: 0 auto;
    position: relative;
}
.drop__container {
    max-width: 100vw;
    width: 100%;
    padding: 40px 16px;
}
.top-left-angle {
    position: absolute;
    top: 0;
    left: 0;
}
.top-right-angle {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
}
.bottom-left-angle {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}
.bottom-right-angle {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
.left-dots {
    position: absolute;
    left: 0;
    bottom: 36px;
}
.top-left-dots {
    position: absolute;
    top: 0;
    left: 36px;
}
.top-right-dots {
    position: absolute;
    top: 0;
    right: 36px;
}
.right-dots {
    position: absolute;
    right: 0;
    bottom: 36px;
}
.bottom-dots {
    position: absolute;
    bottom: 0;
    right: 36px;
}
.drop__block {
    overflow: hidden;
    min-width: 152px;
    background: #fff;
    border: 1px solid #ff306f;
    border-radius: 12px;
}
.drop__bg-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 12px;
    position: relative;
    height: 100%;
}
.drop__bg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 10;
    width: 101px;
    height: 118px;
}
.drop__image {
    border-radius: 8px;
    width: 152px;
    height: 106px;
}
.drop__hr {
    position: absolute;
    top: 0;
    left: calc(50% - 24px);
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #ff6767 0%, #c96464 100%);
    border-radius: 0 0 22px 22px;
}
.drop__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.drop__nickname {
    color: #5c6066;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
    letter-spacing: -0.8px;
}
.drop__price {
    margin-top: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.9px;
}
.drop__skin-block {
    display: flex;
    flex-direction: column;
}
.skins__container {
    width: 100%;
    background: linear-gradient(180deg, #903fff 0%, #6e1ae0 100%);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url(../public/skins-bg.png);
}
.skins {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    max-width: 1472px;
    width: 100%;
    padding: 202.5px 16px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.skins__giveaway-amount,
.skins__giveaway-title {
    color: #fff !important;
}
.skins__giveaway-amount {
    margin-top: 12px;
}
.chunky-border {
    position: relative;
    padding: 2px;
}
.chunky-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    pointer-events: none;
}
.gradient-border::before {
    border-radius: 8px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 50%) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}
.skins__giveaway-bg {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background: rgba(24, 0, 49, 0.75) !important;
    overflow: hidden;
}
.skins__block-title {
    color: #fff;
    text-align: center;
    font-family: "Futura";
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.4px;
    text-transform: uppercase;
}
.skins__content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 24px;
    width: fit-content;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(32px);
    border-radius: 16px;
    border: 2px solid #b13a75;
}
.skins__block {
    transform-origin: bottom center;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
}
.skins__image {
    border-radius: 8px;
}
.skins-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
}
.skins__rarity {
    position: absolute;
    top: 0;
    width: 48px;
    height: 4px;
    border-radius: 0px 0px 22px 22px;
    background: linear-gradient(90deg, #ffe367 0%, #c9a664 100%);
}
.skins__amount {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.9px;
}
.skins__title {
    color: #5c6066;
    max-width: 118px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.8px;
}
.roulette-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.roulette-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.roulette {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 117px;

    width: 100%;
    padding: 128px 16px 128px;
    margin: 0 auto;
}
.roulette__top-left-angle {
    position: absolute;
    top: 0;
    left: 0;
}
.roulette__top-right-angle {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(90deg);
}
.roulette__bottom-left-angle {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-90deg);
}
.roulette__bottom-right-angle {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}
.roulette__title-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.roulette__top {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 36px;
}
.roulette__button {
    color: #fff;
    background-color: #000;
}
.roulette__title {
    text-align: center;
    font-family: "Futura";
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.roulette__description {
    font-size: 16px;
    line-height: 180%;
}
.roulette__items-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.roulette__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    width: 100%;
    background: linear-gradient(180deg, #f0f1f5 0%, #fff 100%);
}
.roulette__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: -1;
}
.roulette__items {
    display: flex;
    flex-direction: row;
    gap: 24px;
    transition: transform 5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.roulette__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 152px;
    height: 189px;
    position: relative;
    transform-origin: bottom center;
    background-color: #f0f1f5;
    border-radius: 8px;
}
.roulette-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.roulette-container-bg {
    position: relative;
    padding: 48px 24px;
    max-width: 1240px;
    width: calc(100vw - 32px);
}

.roulette-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}
.roulette-arrow-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about__container {
    width: 100%;
    padding: 76px 36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url(../public/about-background.png);
}
.about {
    display: flex;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 48px;
    border-radius: 24px;
    background: #fff;
    position: relative;
}
.about__top-angle {
    position: absolute;
    top: -20px;
    left: -20px;
}
.about__bottom-angle {
    position: absolute;
    bottom: -20px;
    right: -20px;
    transform: rotate(180deg);
}
.about__left-line {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
.about__right-line {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
.about__title-block {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 26px;
    justify-content: space-between;
    flex: 1;
}
.about__title {
    font-family: "Futura";
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.about__description {
    flex: 1;
    font-size: 16px;
    line-height: 180%;
}
.about__mobile-top-left-line,
.about__mobile-bottom-right-line,
.about__mobile-top-right-line,
.about__mobile-bottom-left-line {
    display: none;
    position: absolute;
}
.faq {
    display: flex;
    padding: 48px 16px 64px;
    max-width: 1272px;
}
.faq__title-block {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    flex: 1;
}
.faq__title {
    text-align: center;
    font-family: "Futura";

    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -2.4px;
    text-transform: uppercase;
}
.faq__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.faq__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    overflow: hidden;
    max-width: 1240px;
}
.faq-item {
    padding: 24px;
    border-radius: 24px;
    border: none;
    background: #f0f1f5;
}
.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    user-select: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.9px;
}
.arrow {
    min-width: 20px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}
.arrow.open {
    transform: rotate(180deg);
}
.faq-answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    padding-right: 20px;
    color: #5c6066;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.8px;
}
.faq-answer.open {
    height: auto;
    opacity: 1;
    padding-top: 12px;
}
.info-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    min-height: 616px;
    min-width: 1131px;
    max-width: 1131px;
}
.guard__block,
.congratulations__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 130px;
    width: 100%;
}
.guard__text-block,
.congratulations__text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.guard__title,
.congratulations__title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-family: "Futura";
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.process {
    display: flex;
    align-items: center;
    gap: 12px;
}
.process-block {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    position: relative;

    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.8px;

    border-radius: 8px;
    background: rgba(24, 0, 49, 0.75);
    backdrop-filter: blur(6px);
}
.guard__text,
.congratulations__text {
    max-width: 438px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.8px;
}
@keyframes loading {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.loader {
    animation: loading 1.4s linear infinite;
}
.main-mobile-bg {
    display: none;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
    align-items: end;
    padding-bottom: 128px;
    z-index: 1000;
}
.roulette-bg-win {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 18px;
    position: relative;

    border-radius: 12px;
    background: #f0f1f5;
}
.roulette-bg-win__rarity {
    position: absolute;
    top: 0;
    width: 72px;
    height: 6px;
    border-radius: 0px 0px 33px 33px;
    background: #e76fff;
}
.roulette-bg-win__image {
    border-radius: 12px;
}
.roulette-bg-win__amount {
    margin-top: 18px;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -1.35px;
}
.roulette-bg-win__title {
    color: #5c6066;
    text-align: center;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -1.2px;
}
.modal__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 42px;
}
.modal__text-block {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-radius: 2222px;
    background-color: #f0f1f5;
}
.modal__text-block p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.9px;
}
.modal__skin {
    position: relative;
}
.modal__skin img {
    overflow: hidden;
}
.modal__notification-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;

    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.9px;
    border-radius: 12px;
    background: #000;
}
.modal__message {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    margin-bottom: -10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: -0.9px;
    border-radius: 2222px;
    background: #000;
    position: relative;
}
.modal__message-arrow {
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
}
@media (max-width: 1240px) {
    .faq {
        flex-direction: column;
        align-items: center;
        gap: 48px;
    }
    .faq__title-block {
        align-items: center;
    }
    .faq__description {
        text-align: center;
    }
    .skins {
        padding: 140px 0;
    }
}

@media (max-width: 1024px) {
    .roulette {
        padding: 64px 16px 24px;
        gap: 64px;
    }
    .roulette__top {
        flex-direction: column-reverse;
    }
    .roulette__description {
        text-align: center;
    }
    .roulette__title {
        font-size: 36px;
        text-align: center;
    }
    .about__container {
        padding: 44px 24px;
    }
    .about {
        flex-direction: column;
        align-items: center;
        gap: 36px;
    }
    .about__title-block {
        align-items: center;
        gap: 24px;
    }
    .about__title {
        text-align: center;
    }
    .about__top-angle {
        top: -16px;
        left: -16px;
    }
    .about__bottom-angle {
        bottom: -16px;
        right: -16px;
    }
    .about__left-line {
        left: -16px;
    }
    .about__right-line {
        right: -16px;
    }
}

@media (max-width: 830px) {
    .dashed-mobile {
        transform: rotate(90deg);
    }
    .guard__block,
    .congratulations__block {
        gap: 24px;
    }
    .main__section {
        gap: 24px;
    }
    .info-body {
        background-image: url(../public/skins-mobile-bg.png) !important;
    }
    .guard__text-block,
    .congratulations__text-block {
        gap: 24px;
    }
    .guard__title,
    .congratulations__title {
        font-size: 40px;
    }
    .skins__block-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    header {
        padding: 24px;
    }
    .process {
        flex-direction: column;
        width: 100%;
        margin-top: auto;
    }
    .guard__block,
    .congratulations__block {
        min-height: calc(100vh - 190px);
    }
    .process-block {
        justify-content: center;
        width: 100%;
    }
    .process__block-container {
        width: 100%;
    }
    .main__title-image {
        width: 176px;
        height: 41px;
    }
    .title__block {
        gap: 8px;
    }
    .title {
        font-size: 56px;
        letter-spacing: 7.2px;
    }
    .main__button {
        width: 100%;
    }
    .main__block {
        padding: 111px 0 64px;
    }
    .main__section_index {
        background-image: url(../public/main-mobile-bg.png);
    }
    .roulette-bg-right,
    .roulette-bg-left {
        width: 102px;
        height: 237px;
    }
    .skins {
        padding: 64px 16px;
    }
    .skins__content {
        gap: 12px;
    }
    .faq__title {
        font-size: 40px;
    }
    .guard__title,
    .congratulations__title {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .about__container {
        padding: 44px 8px;
    }
    .about {
        padding: 24px;
    }
    .about__image {
        width: 92px;
        height: 140px;
    }
    .about__title {
        font-size: 40px;
    }
    .about__right-line,
    .about__left-line,
    .about__bottom-angle,
    .about__top-angle {
        display: none;
    }
    .about__mobile-top-left-line,
    .about__mobile-bottom-right-line,
    .about__mobile-top-right-line,
    .about__mobile-bottom-left-line {
        display: block;
    }
    .about__mobile-top-left-line {
        top: -5px;
        left: -5px;
    }
    .about__mobile-bottom-right-line {
        bottom: -5px;
        right: -5px;
        transform: rotate(180deg);
    }
    .about__mobile-top-right-line {
        top: -5px;
        right: -5px;
    }
    .about__mobile-bottom-left-line {
        bottom: -5px;
        left: -5px;
        transform: rotate(180deg);
    }
}

@media (max-width: 567px) {
    .about__title {
        font-size: 36px;
        word-break: break-all;
    }
}
