.section-1 {
    background-image: url('../../assets/images/pc/f1/bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    min-height: 100vh;
}

.section-1-logo-area {
    padding-left: 20px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-self: start;
    position: absolute;
}

.section-1-logo {
    max-height: 85px;
    width: auto;
}

.section-1-age-rating {
    max-height: 94px;
    width: auto;
}

.section-1-center-content {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    bottom: 20px;
}

.section-1-title {
    text-align: center;
    font-size: 6rem;
    font-weight: bold;
    color: white;
    margin-top: 40px;
}

.section-1-center-content>.section-1-title {
    display: none;
}

.section-1-subtitle {
    text-align: center;
}

.section-1-subtitle-text {
    max-height: 142px;
    width: auto;
}

.section-1-rewards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding-top: 40px;
    scroll-behavior: smooth;
    width: auto;
    height: 400px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.section-1-rewards::-webkit-scrollbar {
    width: 1px;
}

.section-1-reward-item {
    width: auto;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.section-1-reward-img {
    max-height: 354px;
    width: auto;
    display: block;
    transition: all 0.3s ease;
}

.section-1-arrow {
    max-height: 42px;
    width: auto;
    flex-shrink: 0;
}

.section-1-cta {
    display: flex;
    justify-content: center;
    width: auto;
    margin: 10px 0 50px;
    max-height: 121px;
}

.section-1-cta-button {
    height: 100%;
    width: auto;
    cursor: pointer;
    transition: transform 0.3s ease;

}

.section-1-cta-button:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 2048px) and (max-height: 1152px) {
    .section-1-rewards {
        padding-top: 10px;
        gap: 2rem;
        height: 410px;
    }
    
    .section-1-reward-img {
        height: 390px;
    }

    .section-1-logo-area {
        padding-left: 20px;
        padding-top: 30px;
    }

    .section-1-title {
        font-size: 5.5rem;
    }

    .section-1-subtitle-text {
        height: 150px;
    }
}


@media only screen and (max-width: 1600px) {
    .section-1-logo-area {
        padding-left: 20px;
        padding-top: 30px;
    }

    .section-1-title {
        font-size: 5rem;
        margin-top: 40px;
    }

    .section-1-subtitle-text {
        height: 120px;
    }

    .section-1-rewards {
        padding-top: 10px;
        gap: 2rem;
        height: 335px;
    }

    .section-1-reward-img {
        height: 315px;
    }

    .section-1-arrow {
        height: 40px;
    }

    .section-1-cta {
        height: 100px;
    }
}


@media only screen and (max-width: 1366px) {
    .section-1-logo-area {
        padding-left: 20px;
        padding-top: 30px;
    }

    .section-1-logo {
        height: 65px;
    }

    .section-1-age-rating {
        height: 70px;
    }

    .section-1-title {
        font-size: 4.2rem;
        margin-top: 35px;
    }

    .section-1-subtitle-text {
        height: 100px;
    }

    .section-1-rewards {
        height: 280px;
    }

    .section-1-reward-img {
        height: 280px;
    }

    .section-1-arrow {
        height: 30px;
    }

    .section-1-cta {
        height: 80px;
    }
}

@media only screen and (max-height: 800px) {

    .section-1-logo {
        height: 65x;
    }

    .section-1-age-rating {
        height: 60px;
    }


    .section-1-logo-area {
        padding-left: 20px;
        padding-top: 20px;
    }

    .section-1-title {
        font-size: 3rem;
    }

    .section-1-subtitle-text {
        height: 80px;
    }

    .section-1-rewards {
        height: 220px;
    }

    .section-1-reward-img {
        height: 210px;
    }

    .section-1-arrow {
        height: 30px;
    }

    .section-1-cta {
        height: 105px;
    }
}

@media only screen and (max-width: 960px) {
    .section-1 {
        background-image: url('../../assets/images/mobile/f1/bg.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 110vh;
    }

    .section-1-logo {
        max-width: 170px;
    }

    .section-1-age-rating {
        max-width: 180px;
    }

    .section-1>.section-1-title {
        display: none;
    }

    .section-1-center-content>.section-1-title {
        display: block;
        position: static;
        transform: none;
        margin-top: 0;
        font-size: 3.5rem;
        font-weight: bold;
        color: white;
    }

    .section-1-subtitle-text {
        height: 90px;
        width: 80%;
    }

    .section-1-rewards {
        overflow-x: auto;
        overflow-y: hidden;
        padding-top: 5px;
        justify-content: flex-start;
        height: 350px;
        gap: 20px;
        padding: 0 50px;
        width: 100%;
    }

    .section-1-logo-area {
        padding: 10px 0 0 10px;
        width: auto;
        height: 30px;
        gap: 10px;
    }

    .section-1-reward-img {
        height: 330px;
    }

    .section-1-arrow {
        height: 25px;
    }

    .section-1-cta {
        height: 100px;
    }
}

/* Mobile */
@media only screen and (max-width: 650px) {
    .section-1-subtitle-text {
        height: 70px;
        width: 95%;;
    }
    
    .section-1-rewards {
        height: 300px;
        gap: 10px;
        padding: 0 40px
    }

    .section-1-reward-img {
        height: 280px;
    }

    .section-1-center-content>.section-1-title {
        font-size: 3rem;
    }

    .section-1-cta {
        height: 70px;
        margin: 10px 0 0;
    }
}

@media only screen and (max-width: 460px) {
    .section-1-logo {
        max-width: 130px;
    }

    .section-1-subtitle-text {
        height: 90px;
        width: 100%;
    }

    .section-1-age-rating {
        max-width: 135px;
    }

    .section-1-rewards {
        height: 210px;
    }

    .section-1-reward-img {
        height: 190px;
    }

    .section-1-center-content>.section-1-title {
        font-size: 2rem;
    }

    .section-1-subtitle-text {
        height: 60px;
    }
    
    .section-1-cta {
        height: 60px;
    }
}