@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    background-color: #17252c;
}

.display-none {
    display: none;
}

.spintip-container {
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 108px;
    position: fixed;
    top: 0;
    z-index: 2;
    background-color: #17252c99;
    backdrop-filter: blur(10px);
    .spintip-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
    .header-img {
        img {
            width: 100%;
            max-width: 210px;
        }
    }
    nav {
        width: 100%;
        max-width: 695px;
        ul {
            display: flex;
            justify-content: space-between;
            li {
                list-style: none;
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                font-weight: 500;
                color: #FFFFFF;
                cursor: pointer;
                &:hover {
                    color: #D1EB75;
                }
                &.active {
                    color: #D1EB75;
                    a {
                        color: #D1EB75;
                    }
                }
                a {
                    color: #FFFFFF;
                    text-decoration: none;
                    &:hover {
                        color: #D1EB75;
                    }
                }
            }
        }
    }
    .header-social {
        width: 100%;
        max-width: 125px;
        display: flex;
        justify-content: space-between;
        img {
            width: 28px;
            height: 28px;
            &.tiktok {
                width: 24px;
            }
        }
    }

}

main {
    .top-banner {
        height: 1080px;
        background-image: url("../src/img/AdobeStock_178130386_Preview.png");
        background-position: center center;
        background-size: cover;
        .banner-container {
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(23,37,44,1) 95%);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            .banner-title {
                width: 100%;
                max-width: 1120px;
                display: flex;
                align-items: center;
                margin-top: 197px;
                margin-left: 0;
                .main-banner-text {
                    font-family: "Poppins", sans-serif;
                    font-weight: 600;
                    font-size: 90px;
                    color: #ffffff;
                    text-transform: uppercase;
                }
            }
            .save-time {
                font-family: "Inter", sans-serif;
                font-size: 24px;
                color: #ffffff;
                padding-top: 190px;
            }
            .banner-text {
                margin-top: 35px;
                font-family: "Poppins", sans-serif;
                font-size: 32px;
                color: #ffffff;
                max-width: 1165px;
                text-align: center;
            }
            .apps-container {
                margin-top: 35px;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                .apps-title {
                    font-family: "Poppins", sans-serif;
                    font-size: 32px;
                    font-weight: 600;
                    color: #D1F693;
                    text-transform: uppercase;
                    width: 100%;
                    text-align: center;
                }

                .for-players {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    margin-top: 20px;
                    span {
                        font-family: "Poppins", sans-serif;
                        font-weight: 500;
                        font-size: 16px;
                        color: #ffffff;
                        text-transform: uppercase;
                    }
                    img {
                        width: 203px;
                        height: 68px;
                        margin-top: 10px;
                    }
                }
            }

            .for-coaches-container {
                margin-top: 115px;
                span {
                    font-family: "Poppins", sans-serif;
                    font-weight: 300;
                    font-size: 24px;
                    color: #ffffff;
                    padding-right: 40px;
                }
                a {
                    font-family: "Poppins", sans-serif;
                    font-weight: 400;
                    font-size: 24px;
                    color: #ffffff;
                    padding: 16px 32px;
                    text-decoration: none;
                    border: 1px solid #ffffff;
                    border-radius: 8px;
                }
            }

            .animation-block {
                position: relative;
                height: 72px;
                overflow: hidden;
                width: 50%;
                max-width: 1102px;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 5px;
                float: left;
                margin-right: 20px;
                margin-left: -20px;
            }
        }
    }
    .enjoy {
        height: 978px;
        background: linear-gradient(0deg, rgba(23,37,44,1) 0%, rgba(23,37,44,1) 50%);
        .gradien-container {
            width: 100%;
            height: 100%;
            background-image: url("../src/img/Mask_group.png");
            background-position: center center;
            background-size: cover;
        }
        .spintip-container {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            height: 100%;
            .enjoy-title {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 56px;
                color: #ffffff;
                span {
                    color: #D1F693;
                }
            }
            .enjoy-text {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 32px;
                color: #D1F693;
                text-align: center;
                max-width: 1200px;
                margin-top: 50px;
                margin-bottom: 50px;
            }
            .enjoy-variations-container {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }
            .enjoy-variations {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                max-width: 655px;
                .traditional {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;
                    backdrop-filter: blur(10px);
                    padding: 60px 32px;
                    margin-bottom: 20px;
                    border-radius: 8px;
                }
                .traditional {
                    border: solid 2px #485E68;
                    .traditional-title {
                        font-family: "Poppins", sans-serif;
                        font-weight: 400;
                        font-size: 24px;
                        color: #ffffff;
                        display: flex;
                        align-items: center;
                        img {
                            margin-right: 20px;
                        }
                    }
                    .traditional-text {
                        font-family: "Poppins", sans-serif;
                        font-weight: 400;
                        font-size: 20px;
                        color: #ffffff;
                        padding: 20px 0;
                    }
                }
                .spintip {
                    border: solid 2px #D1F693;
                    .spintip-text {
                        font-family: "Poppins", sans-serif;
                        font-weight: 400;
                        font-size: 24px;
                        color: #ffffff;
                        padding: 20px 0;
                    }
                }
            }
        }
    }
    .spintip-app {
        background: #17252c;
        padding-top: 100px;
        .spintip-container {
            max-width: 1600px;
            display: flex;
            flex-direction: column;
            align-items: center;
            .spintip-title-designed {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 56px;
                line-height: 68px;
                color: #ffffff;
                margin-bottom: 90px;
                span {
                    color: #D1F693;
                }
            }
            .step-container {
                display: flex;
                max-width: 1330px;
                margin-bottom: 80px;
                .right {
                    img {
                        width: 100%;
                        max-width: 608px;
                    }
                }
                .left {
                    display: flex;
                    flex-direction: column;
                    margin-right: 40px;
                    max-width: 682px;
                    .step-title {
                        font-family: "Poppins", sans-serif;
                        font-weight: 400;
                        font-size: 24px;
                        color: #D1F693;
                        padding-bottom: 20px;
                    }
                    .step-sub-title {
                        font-family: "Poppins", sans-serif;
                        font-weight: 400;
                        font-size: 24px;
                        color: #ffffff;
                        padding-bottom: 20px;
                    }
                    .step-text {
                        font-family: "Poppins", sans-serif;
                        font-weight: 400;
                        font-size: 20px;
                        line-height: 26px;
                        color: #ffffff;
                    }
                }
            }
        }
    }
    .game-changer {
        background: #17252c;
        margin-top: 120px;
        background-color: #28424d8c;

        .spintip-container {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            min-width: 100%;
            padding-top: 100px;
            padding-bottom: 150px;
            background-image: url("/src/img/Mask-group_1.png");
            background-size: auto 100%;
            background-repeat: no-repeat;
            .ready-game-container {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
                max-width: 788px;
                margin-right: 11%;
                .ready-game-title {
                    font-family: "Poppins", sans-serif;
                    font-weight: 400;
                    font-size: 48px;
                    line-height: 68px;
                    color: #ffffff;
                    letter-spacing: 2px;
                    margin-bottom: 40px;
                    span {
                        color: #D1F693;
                    }
                }
                .ready-game-text {
                    font-family: "Poppins", sans-serif;
                    font-weight: 400;
                    font-size: 32px;
                    color: #ffffff;
                    margin-bottom: 60px;
                }
                .ready-game-try {
                    font-family: "Poppins", sans-serif;
                    font-weight: 500;
                    font-size: 32px;
                    line-height: 42px;
                    color: #D1F693;
                    text-transform: uppercase;
                    padding-bottom: 24px;
                }
            }

        }
    }
    .ai-coaching {
        background: #17252c;
        padding-top: 132px;
        .spintip-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            .ai-coaching-title {
                font-family: "Poppins", sans-serif;
                font-weight: 500;
                font-size: 58px;
                line-height: 68px;
                color: #ffffff;
                margin-bottom: 40px;
                text-align: center;
                span {
                    color: #D1F693;
                }
            }
            .ai-coaching-text {
                font-family: "Poppins", sans-serif;
                font-weight: 500;
                font-size: 32px;
                color: #D1F693;
                padding-bottom: 50px;
                max-width: 1200px;
                text-align: center;
            }
            .ai-coaching-img {
                margin-top: -40px;
                margin-bottom: 60px;
                img {
                    max-width: 650px;

                }
            }
            .ai-coaching-bottom {
                display: flex;
                justify-content: space-between;
                .bottom-block {
                    display: flex;
                    flex-direction: column;
                    padding: 60px 32px;
                    border: 2px solid #485E68;
                    border-radius: 8px;
                    margin-right: 20px;
                    width: 100%;
                    max-width: 430px;
                    &:last-child {
                        margin-right: 0;
                    }
                    span {
                        font-family: "Poppins", sans-serif;
                        font-weight: 400;
                        font-size: 20px;
                        line-height: 26px;
                        color: #ffffff;
                        &:first-child {
                            font-family: "Poppins", sans-serif;
                            font-weight: 500;
                            font-size: 24px;
                            color: #ffffff;
                            display: flex;
                            align-items: center;
                            padding-bottom: 40px;
                            img {
                                margin-right: 20px;
                            }
                        }
                    }
                }
            }
        }
        .join-spintips {
            background: linear-gradient(90deg, #22343C 0%, #15A6C6 100%);
            margin-top: 40px;
            padding-top: 32px;
            padding-bottom: 32px;
            .spintip-container {
                display: flex;
                justify-content: space-between;
                flex-direction: row;
                .left {
                    display: flex;
                    flex-direction: column;
                    span {
                        &.title {
                            font-weight: 400;
                            font-size: 32px;
                            padding-bottom: 20px;
                        }
                        font-family: "Poppins", sans-serif;
                        font-weight: 400;
                        color: #ffffff;
                        font-size: 24px;
                    }
                }
                .right {
                    img {
                        width: 100%;
                        max-width: 205px;
                    }
                }
            }
        }
    }
    .community {
        background: #17252c;
        padding-top: 150px;
        .spintip-container {
            max-width: 1600px;
            .community-title {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 56px;
                color: #FFFFFF;
                text-align: center;
                margin-bottom: 80px;
                span{
                    color: #D1F693;
                }
            }
        }
    }
    .bay-plan {
        background: #17252c;
        padding-top: 100px;
        .spintip-container {
            .bay-plan-main-title {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 56px;
                line-height: 68px;
                letter-spacing: 2px;
                margin-bottom: 70px;
                color: #FFFFFF;
                text-align: center;
                span {
                    color: #D1F693;
                }
            }
            .bay-plan-main-text {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 32px;
                color: #D1F693;
                text-align: center;
            }
            .plan-container {
                display: flex;
                justify-content: space-around;
                margin-bottom: 85px;
                .basic,
                .premium {
                    border-radius: 8px;
                    backdrop-filter: blur(10px);
                    width: 100%;
                    max-width: 520px;
                    padding: 60px 32px;
                    background-color: #22343c80;
                    margin-top: 40px;
                    .title {
                        font-family: "Poppins", sans-serif;
                        font-size: 32px;
                        font-weight: 400;
                        color: #FFFFFF;
                        text-align: center;
                        margin-bottom: 40px;
                    }
                    ul {
                        padding-left: 0;
                        margin-bottom: 86px;
                        li {
                            list-style: none;
                            font-family: "Poppins", sans-serif;
                            font-weight: 300;
                            font-size: 20px;
                            line-height: 26px;
                            margin-bottom: 20px;
                            color: #FFFFFF;
                            &:last-child {
                                margin-bottom: 0;
                            }
                            img {
                                width: 16px;
                                height: 16px;
                                margin-right: 16px;
                            }
                        }
                    }
                    .free {
                        font-family: "Poppins", sans-serif;
                        font-weight: 300;
                        font-size: 24px;
                        color: #D1F693;
                        text-transform: uppercase;
                        text-align: right;
                        margin-bottom: 40px;
                    }
                    .get-started {
                        padding: 16px 32px;
                        font-family: "Poppins", sans-serif;
                        font-weight: 300;
                        font-size: 24px;
                        color: #FFFFFF;
                        border-radius: 8px;
                        border: 1px solid #FFFFFF;
                        max-width: 202px;
                        margin: 0 auto;
                        text-align: center;
                        cursor: pointer;
                        &:hover {
                            background: #D1F693;
                            color: #000000;
                        }
                    }
                }
                .premium {
                    ul {
                        margin-bottom: 40px;
                    }
                    .premium-price {
                        margin-bottom: 50px;
                        .price {
                            font-family: "Poppins", sans-serif;
                            font-weight: 300;
                            font-size: 24px;
                            color: #FFFFFF;
                            text-align: right;
                            span {
                                font-size: 32px;
                                font-weight: bold;
                                color: #D1F693;
                            }
                        }
                        .description {
                            font-family: "Poppins", sans-serif;
                            font-weight: 500;
                            font-size: 14px;
                            color: #D1F693;
                            text-align: right;
                        }
                    }
                }
            }
            .trial {
                display: flex;
                justify-content: space-between;
                .trial-text {
                    font-family: "Poppins", sans-serif;
                    font-weight: 700;
                    font-size: 24px;
                    color: #ffffff;
                    max-width: 775px;
                    span {
                        color: #D1F693;
                    }
                }
                .trial-btn {
                    font-family: "Poppins", sans-serif;
                    font-weight: 500;
                    font-size: 24px;
                    color: #ffffff;
                    border: 1px solid #ffffff;
                    border-radius: 8px;
                    width: 100%;
                    max-width: 256px;
                    padding: 16px 32px;
                    text-align: center;
                }
            }
        }
    }
    .try-now {
        background: #17252c;
        padding-top: 90px;
        .bg-img {
            background-color: #2A3D45;
            background-image: url("/src/img/Mask_group.png");
            background-size: 100% 100%;
            height: 100%;
            width: 100%;
            padding: 100px 0;
            .spintip-container {
                .try-now-text {
                    font-family: "Poppins", sans-serif;
                    font-weight: 300;
                    font-size: 48px;
                    color: #ffffff;
                    line-height: 68px;
                    text-align: center;
                    width: 100%;
                    max-width: 1030px;
                    margin: 0 auto;
                    padding-bottom: 60px;
                }
                .try-text {
                    font-family: "Poppins", sans-serif;
                    font-weight: 500;
                    font-size: 32px;
                    line-height: 42px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #D1F693;
                    margin-bottom: 24px;
                }
                .app-container {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    .for-players {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        &:first-child {
                            margin-right: 40px;
                        }
                        span {
                            font-family: "Poppins", sans-serif;
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 24px;
                            text-align: center;
                            color: #ffffff;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                            margin-bottom: 8px;
                        }
                    }
                }
            }
        }
    }
    .faq {
        background: #17252c;
        padding: 95px 0 80px 0;
        .title {
            margin-bottom: 98px;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-size: 56px;
            line-height: 68px;
            color: #ffffff;
            text-transform: uppercase;
            text-align: center;
        }
        hr {
            margin: 20px 0 30px 0;
            border: 1px solid #D1F693;
        }
    }
    footer {
        background-color: #22343C;
        padding-top: 80px;
        .spintip-container {
            .bottom {
                border-top: 1px solid #485E68;
                padding-top: 17px;
                margin-top: 41px;
                padding-bottom: 41px;
                display: flex;
                justify-content: space-between;
                .reserved,
                .copyright {
                    font-family: "Poppins", sans-serif;
                    font-weight: 200;
                    font-size: 12px;
                    color: #7796A3;
                    a {
                        color: #D1F693;
                    }
                }
            }
            .top {
                display: flex;
                justify-content: space-between;
                .footer-content {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    .logo-container {
                        display: flex;
                        .logo {
                            img {

                            }
                        }
                        .contact {
                            display: flex;
                            flex-direction: column;
                            margin-right: 80px;
                            span {
                                font-family: "Poppins", sans-serif;
                                font-weight: 500;
                                font-size: 16px;
                                color: #D1EB75;
                                padding-bottom: 24px;
                            }
                            a {
                                display: flex;
                                align-items: center;
                                font-family: "Poppins", sans-serif;
                                font-weight: 400;
                                font-size: 16px;
                                color: #ffffff;
                                text-decoration: none;
                                img {
                                    margin-right: 5px;
                                }
                            }
                        }
                        .follow {
                            span {
                                font-family: "Poppins", sans-serif;
                                font-weight: 500;
                                font-size: 16px;
                                color: #D1EB75;
                            }
                            .social {
                                margin-top: 24px;
                                a {
                                    margin-right: 20px;
                                    &:last-child {
                                        margin-right: 0;
                                    }
                                    img {
                                        width: 32px;
                                        height: 32px;
                                    }
                                }

                            }
                        }
                    }
                    nav {
                        ul {
                            display: flex;
                            justify-content: space-between;
                            padding: 0;
                            li {
                                list-style: none;
                                font-family: "Poppins", sans-serif;
                                font-weight: 300;
                                font-size: 16px;
                                color: #ffffff;
                                a {
                                    text-decoration: none;
                                    color: #ffffff;
                                    &:hover {
                                        color: #D1EB75;
                                    }
                                }
                            }
                        }
                    }
                }
                .footer-apps {
                    .app-container {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        span {
                            font-family: "Poppins", sans-serif;
                            font-weight: 500;
                            font-size: 12px;
                            line-height: 24px;
                            color: #ffffff;
                            padding-bottom: 10px;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                        }
                    }
                }
            }
        }
    }
}

.accordion {
    width: 100%;
    margin: 0 auto;
    max-width: 1330px;
}


.accordion-header {
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 0 0 18px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 24px;
    align-items: center;
}

.accordion-header:after {
    content: url("/src/img/Icon1.png"); /* Arrow */
    transform: translateY(3px);
    transition: transform 0.3s ease;
}

.accordion-header.active:after {
    transform: rotate(-180deg); /* Rotate the arrow */
}

.accordion-content {
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}

.accordion-content p {
    margin: 0;
}





/* Стили для контейнера слайдера */
.slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

/* Вміст слайдера */
.slider-wrapper {
    display: flex;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: hidden; /* Приховуємо скролбар всередині контейнера */
    margin-right: -15px; /* Додаємо невеликий відступ, щоб запобігти скролінгу */
}

/* Стилизуємо кожен слайд */
.slider-item {
    flex: 0 0 33.33%; /* три елементи на екрані */
    scroll-snap-align: start;
    background-color: #22343C;
    border-radius: 8px;
    padding: 60px 32px;
    margin-right: 15px; /* Відступ між елементами */
    text-align: center;
    font-size: 24px;
    box-sizing: border-box;
    .user {
        display: flex;
        margin-bottom: 20px;
        .logo {
            img {
                border-radius: 50%;
                width: 100px;
                height: 100px;
                margin-right: 25px;
                object-fit: cover;
            }
        }
        .user-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
            .name {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 24px;
                color: #FFFFFF;
                margin-bottom: 10px;
            }
            .role {
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: #7796A3;
                text-align: left;
            }
        }

    }
    .rating {
        height: 24px;
        text-align: left;
        margin-bottom: 20px;
    }
    .text {
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF;
        text-align: left;
    }
}

/* Стилі для кнопок */
.controls {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.controls button {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 40px 10px;
    background-color: transparent;
    border: 2px solid #485E68;
    border-radius: 50%;
}

.controls {
    .next {
        img {
            transform: rotate(180deg);
        }
    }
}

.controls button:hover {
    background-color: #D1F693;
    border-color: #D1F693;
}


.animation-block span {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 90px;
    color: #D1F693;
    text-transform: uppercase;
    letter-spacing: 16px;
    opacity: 0;
    transform: translateY(100%);
    animation: slideUp 6s infinite;
    transition: all 0.5s ease;
    left: 0;
    width: 100%;
    text-align: right;
}

@keyframes slideUp {
    0%, 20% {
        opacity: 0;
        transform: translateY(100%);
    }
    25%, 45% {
        opacity: 1;
        transform: translateY(0);
    }
    50%, 65% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.animation-block span {
    display: inline-block;
    animation: slideUp 4.5s linear infinite;
}

.animation-block span:nth-child(1) {
    animation-delay: 0s;
}
.animation-block span:nth-child(2) {
    animation-delay: 1.5s; /* Поява після першого */
}
.animation-block span:nth-child(3) {
    animation-delay: 3s; /* Поява після другого */
}

@media (max-width: 768px) { /* Підлаштування для мобільних */
    .animation-block span {
        opacity: 0; /* Сховати всі спани за замовчуванням */
    }

    .animation-block span.active {
        opacity: 1; /* Показати активний */
    }
}


@media (max-width: 576px) {
    .display-none-mobile {
        display: none !important;
    }
    .display-block {
        display: block !important;
    }

    .mobile-menu.desctop-hide {
        position: fixed;
        top: 85px;
        left: 0;
        backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        height: calc(100vh - 85px);
        width: 100%;
        z-index: 2;
    }
    #toggleBlock {
        nav {
            ul {
                display: flex;
                flex-direction: column;
                align-items: center;
                margin-bottom: 16px;
                padding-left: 0;
                li {
                    font-family: "Poppins", sans-serif;
                    font-size: 16px;
                    font-weight: 300;
                    color: #ffffff;
                    margin-bottom: 24px;
                    list-style: none;
                    &.active {
                        color: #D1EB75;
                        a {
                            color: #D1EB75;
                        }
                    }
                    a {
                        text-decoration: none;
                        color: #ffffff;
                    }
                }
            }
        }
        .follow,
        .contact {
            display: flex;
            flex-direction: column;
            align-items: center;
            span {
                font-family: "Poppins", sans-serif;
                font-weight: 500;
                font-size: 16px;
                color: #D1EB75;
                padding-bottom: 24px;
            }
            a {
                display: flex;
                align-items: center;
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                font-size: 16px;
                color: #ffffff;
                text-decoration: none;
                img {
                    margin-right: 5px;
                    max-width: 28px;
                    max-height: 28px;
                    &.tiktok {
                        width: 24px;
                    }
                }
            }
        }
        .follow {
            margin-top: 40px;
            .social {
                display: flex;
            }
        }
        .game-changer-apps.display-none-mobile.display-block.desctop-hide {
            margin: 0 auto;
            background: transparent;
        }
    }
    header {
        height: 86px;
        padding: 0 20px;
        width: calc(100vw - 40px);

        .mobile-menu-icon {
            width: 24px;
            height: 24px;
            background-image: url("/src/img/align-justify.png");
            background-size: 100% 100%;
        }


    }

    main {
        .top-banner {
            height: 965px;
            background-position: -82% center;
            .banner-container {
                .banner-title {
                    display: flex;
                    flex-direction: column;
                    margin-top: 160px;
                    margin-left: 0;
                }
                .save-time {
                    font-size: 16px;
                    line-height: 24px;
                    text-align: center;
                    max-width: 200px;
                    letter-spacing: 1px;
                }
                .banner-text {
                    font-size: 16px;
                    text-align: center;
                    padding: 0 20px;
                    margin-top: 0;
                    span {
                        display: block;
                        padding-top: 15px;
                        br {
                            display: block !important;
                        }
                    }
                }
                .apps-container {
                    margin-top: 16px;
                    flex-direction: column;
                    .apps-title {
                        font-size: 16px;
                        line-height: 22px;
                    }
                    .for-players {
                        margin-top: 16px;
                        margin-right: 0;
                        img {
                            margin: 0;
                        }
                    }
                }
                .for-coaches-container {
                    margin-top: 20px;
                    display: flex;
                    flex-direction: column;
                    span {
                        font-size: 16px;
                        line-height: 22px;
                        padding: 0 65px;
                        text-align: center;
                    }
                    a {
                        width: fit-content;
                        margin: 20px auto 0 auto;
                    }
                }
                .animation-block {
                    height: 56px;
                    margin: 0;
                    width: 100%;
                }
            }
        }
        .enjoy {
            padding-top: 50px;
            .spintip-container {
                .enjoy-title {
                    font-size: 20px;
                    line-height: 28px;
                    text-align: center;
                    max-width: 240px;
                }
                .enjoy-text {
                    font-size: 16px;
                    margin-top: 24px;
                    padding: 0 35px;
                    letter-spacing: 1px;
                }
                .enjoy-variations {
                    flex-direction: column;
                    .traditional {
                        width: calc(100% - 104px);
                        margin-bottom: 20px;
                        height: auto;
                        padding: 32px 24px;
                        .traditional-title {
                            font-size: 16px;
                            line-height: 22px;
                            letter-spacing: 1px;
                            padding-bottom: 12px;
                        }
                        .traditional-text {
                            font-size: 14px;
                            line-height: 22px;
                            letter-spacing: 1px;
                            padding: 8px 0;
                        }
                    }
                    .spintip {
                        width: calc(100% - 104px);
                        height: auto;
                        padding: 32px 24px;
                        .spintip-title {
                            padding-bottom: 12px;
                            img {
                                height: 24px;
                            }
                        }
                        .spintip-text {
                            font-size: 14px;
                            line-height: 22px;
                            letter-spacing: 1px;
                            padding: 8px 0;
                        }
                    }
                }
            }
        }
        .spintip-app {
            padding-top: 0;
            .spintip-container {
                flex-direction: column;
                .spintip-title-designed {
                    font-size: 20px;
                    line-height: 28px;
                    padding: 0 100px;
                    text-align: center;
                    margin-top: 70px;
                    margin-bottom: 30px;
                }
                .step-container {
                    flex-direction: column;
                    padding: 0 20px;
                    margin-bottom: 25px;
                    .left {
                        .step-title {
                            font-size: 14px;
                            padding-bottom: 10px;
                        }
                        .step-sub-title {
                            font-size: 14px;
                            padding-bottom: 10px;
                        }
                        .step-text {
                            font-size: 12px;
                            line-height: 18px;
                            padding-bottom: 15px;
                        }
                    }
                }
            }
        }
        .game-changer {
            padding-top: 50px;
            .spintip-container {
                background-size: auto 100%;
                background-repeat: no-repeat;
                background-position-x: 5%;
                padding-top: 205px;
                padding-bottom: 25px;
                .ready-game-container {
                    margin: 0;
                    .ready-game-title {
                        font-size: 20px;
                        line-height: 28px;
                        text-align: center;
                        width: 100%;
                        margin-bottom: 24px;
                    }
                    .ready-game-text {
                        font-size: 16px;
                        width: 100%;
                        text-align: center;
                        margin-bottom: 30px;
                    }
                    .ready-game-try {
                        font-size: 16px;
                        line-height: 22px;
                        width: 100%;
                        text-align: center;
                    }
                    a {
                        width: 100%;
                        text-align: center;
                    }
                }
            }
        }
        .ai-coaching {
            padding-top: 70px;
            .spintip-container {
                .ai-coaching-title {
                    font-size: 20px;
                    line-height: 28px;
                    margin-bottom: 25px;
                }
                .ai-coaching-img {
                    margin-top: 40px;
                    overflow: hidden;
                    img {
                        width: 100%;
                        transform: translateX(7px);
                    }
                }
                .ai-coaching-text {
                    font-size: 16px;
                    padding-right: 20px;
                    padding-left: 20px;
                    padding-bottom: 0;
                    br {
                        display: block !important;
                    }
                }
                .ai-coaching-bottom {
                    flex-direction: column;
                    padding: 0 20px;
                    margin-top: 30px;
                    .bottom-block {
                        width: calc(100% - 52px);
                        margin-bottom: 20px;
                        padding: 32px 24px;
                        &:last-child {
                            margin-bottom: 0;
                        }
                        span {
                            font-size: 12px;
                            &:first-child {
                                font-size: 14px;
                                padding-bottom: 20px;
                            }
                        }
                    }
                }
            }
            .join-spintips {
                padding-top: 24px;
                padding-bottom: 24px;
                .spintip-container {
                    flex-direction: column;
                    .left {
                        span {
                            font-size: 14px;
                            padding: 0 40px;
                            text-align: center;
                            &.title {
                                font-size: 18px;
                                text-align: center;
                            }
                        }
                    }
                    .right {
                        margin-top: 20px;
                    }
                }
            }
        }
        .community {
            padding-top: 80px;
            .spintip-container {
                overflow: hidden;
                .community-title {
                    font-size: 24px;
                    line-height: 28px;
                    margin-bottom: 40px;
                }
            }
        }
        .bay-plan {
            padding-top: 80px;
            .spintip-container {
                .bay-plan-main-title {
                    font-size: 20px;
                    line-height: 28px;
                    padding: 0 25px;
                    margin-bottom: 24px;
                }
                .bay-plan-main-text {
                    font-size: 16px;
                    padding: 0 25px;
                }
                .plan-container {
                    flex-direction: column;
                    margin-bottom: 20px;
                    .basic {
                        margin-top: 20px !important;
                    }
                    .basic,
                    .premium {
                        width: calc(100% - 104px);
                        margin: 0 auto;
                        margin-bottom: 15px;
                        .title {
                            font-size: 16px;
                            line-height: 22px;
                        }
                        .get-started {
                            font-size: 16px;
                        }
                        ul {
                            li {
                                font-size: 14px;
                                line-height: 22px;
                                img {
                                    margin-bottom: -3px;
                                }
                            }
                        }
                    }
                }
                .trial {
                    flex-direction: column;
                    .trial-text {
                        font-size: 16px;
                        line-height: 24px;
                        text-align: center;
                        padding: 0 60px;
                    }
                    .trial-btn {
                        margin: 0 auto;
                        margin-top: 20px;
                        font-size: 16px;
                    }
                }
            }
        }
        .try-now {
            padding-top: 42px;
            .bg-img {
                padding-top: 70px;
                .spintip-container {
                    .try-now-text {
                        font-size: 18px;
                        line-height: 26px;
                        padding: 0 70px;
                        width: fit-content;
                        margin-bottom: 40px;
                    }
                    .try-text {
                        font-size: 16px;
                        line-height: 22px;
                        margin-bottom: 16px;
                    }
                    .app-container {
                        span {
                            font-size: 12px;
                            line-height: 24px;
                        }
                        img {
                            max-width: 143px;
                        }

                    }
                }
            }
        }
        .faq {
            padding: 80px 20px 70px 20px;
            .title {
                font-size: 20px;
                line-height: 28px;
                margin-bottom: 40px;
            }
        }
        footer {
            padding-top: 50px;
            .spintip-container {
                .top {
                    flex-direction: column;
                    .footer-content {
                        flex-direction: column;
                        .logo-container {
                            flex-direction: column;
                            .logo {
                                text-align: center;
                                img {
                                    max-width: 277px;
                                    margin: 0 auto;
                                }
                            }
                            .contact {
                                margin: 0;
                                align-items: center;
                            }
                            .follow {
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                margin-top: 40px;
                            }

                        }
                    }
                    .footer-apps {
                        display: flex;
                        justify-content: space-around;
                        margin-top: 30px;
                        .app-container {
                            align-items: center;
                            img {
                                max-width: 143px;
                            }
                        }
                    }
                }
                .bottom {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    .copyright {
                        padding-bottom: 24px;
                    }
                    .reserved {
                        padding: 0 75px;
                        text-align: center;
                    }
                }
            }
            nav {
                ul {
                    flex-direction: column;
                    align-items: center;
                    li {
                        padding-bottom: 24px;
                    }
                }
            }
        }
    }

    .accordion-header {
        font-size: 16px;
        line-height: 26px;
    }

    .game-changer-apps.display-none-mobile.display-block {
        background: #22343c80;
        margin-top: 16px;
        border-radius: 8px;
        width: calc(100% - 59px);
        padding: 32px 15px;
        .game-changer-apps-title {
            font-family: "Poppins", sans-serif;
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            text-align: center;
            text-transform: uppercase;
            color: #D1F693;
            margin-bottom: 16px;
        }
        .game-changer-apps-img {
            display: flex;
            justify-content: center;
            .game-app-img-container {
                text-align: center;
                img {
                    width: 100%;
                    max-width: 143px;
                }
                span {
                    font-family: "Poppins", sans-serif;
                    font-size: 12px;
                    font-weight: 500;
                    line-height: 24px;
                    padding-bottom: 10px;
                    color: #ffffff;
                }
            }
        }

    }

    .slider {
        margin: 0 14px;
    }

    .slider-item {
        flex: 0 0 90%;
    }

    .animation-block span {
        font-size: 48px;
        letter-spacing: 16px;
        text-align: center;
        width: calc(100% - 15px);
        left: 0;
        padding-left: 15px;
    }
    .main-banner-text {
        font-size: 48px !important;
    }
}

@media (min-width: 576px) {
    .desctop-hide {
        display: none !important;
    }
}

@media (max-width: 1500px) and (min-width: 1366px) {
    body {
        zoom: 0.9; /* Використання zoom для масштабування */

    }
}

@media (max-width: 1365px) and (min-width: 1100px) {
    body {
        zoom: 0.8; /* Використання zoom для масштабування */

    }
}

@media (max-width: 1099px) and (min-width: 932px) {
    body {
        zoom: 0.65; /* Використання zoom для масштабування */

    }
}

@media (max-width: 933px) and (min-width: 667px) {
    body {
        zoom: 0.5; /* Використання zoom для масштабування */

    }
}

@media (min-width: 1921px) {
    main {
        .game-changer {
            position: relative;
            &:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                background: linear-gradient(95deg, rgba(40, 66, 77, 1) 34%, rgba(40, 66, 77, 0) 42%, rgba(40, 66, 77, 0) 24%, rgb(40 66 77 / 48%) 100%);
                top: 0;
                left: 0;
            }
            .spintip-container {
                min-width: auto;
                max-width: 1345px;
                .ready-game-container {
                    margin-right: 0;
                }
            }
        }
    }
}

.hover-button {
    padding: 16px 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    max-width: 202px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.hover-button:hover{
    background: #D1F693;
    color: #000000;
}