* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lexend";
}

body {
    background: rgba(245, 244, 249, 1);
}

header {
    display: flex;
    flex-direction: column;
    background-image: url("../img/banner.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    width: 100%;
    height: 720px;

    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-height: fit-content;
        padding: 16px 92px;

        img {
            width: 173px;
            height: 51px;
        }

        nav {
            display: flex;
            gap: 40px;
            padding: 10px;
            max-width: fit-content;
            max-height: fit-content;

            .principal {
                color: rgba(255, 255, 255, 1);
                font-size: 18px;
                line-height: 150%;
                text-decoration: none;
            }

            a {
                font-size: 18px;
                line-height: 150%;
                color: rgba(239, 239, 239, 0.7);
                text-decoration: none;
            }
        }

        .btns {
            max-width: fit-content;
            max-height: fit-content;
            gap: 16px;
            display: flex;

            a {
                color: rgba(255, 255, 255, 1);
                font-size: 15px;
                line-height: 100%;
                text-decoration: none;
                text-align: center;
            }

            .button-1 {
                width: 90;
                max-height: 38px;
                padding: 8px 16px;
                gap: 10px;
                border-radius: 8px;
                background: rgba(59, 68, 246, 1);

            }

            .button {
                width: 90;
                max-height: 38px;
                padding: 8px 16px;
                gap: 10px;
                border-radius: 8px;
                border: 1px solid rgba(255, 255, 255, 1);

                a {
                    line-height: 144%;
                }
            }
        }
    }

    .promotion-carousel {

        .title-cta {
            max-width: fit-content;
            max-width: fit-content;
            display: flex;
            gap: 64px;
            flex-direction: column;
            margin-top: 114px;
            margin-left: 95px;

            .title {
                display: flex;
                max-width: 438px;
                max-height: fit-content;
                gap: 26px;
                flex-direction: column;

                h1 {
                    font-weight: 600;
                    font-size: 48px;
                    line-height: 100%;
                    color: rgba(255, 255, 255, 1);

                }

                h2 {
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 100%;
                    color: rgba(255, 255, 255, 1);

                }

            }

            .cta-button {
                max-width: fit-content;
                max-height: fit-content;
                padding: 16px 32px;
                gap: 10px;
                border-radius: 8px;
                background: rgba(59, 68, 246, 1);
                display: flex;

                a {
                    text-decoration: none;
                    font-size: 18px;
                    line-height: 150%;
                    text-align: center;
                    color: rgba(255, 255, 255, 1);

                }
            }
        }
    }
}

.why-us-section {
    width: 913;
    max-height: fit-content;
    display: flex;
    padding: 70px 0px;
    gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 183px 0px 184px;

    .title {
        display: flex;
        flex-direction: column;
        max-width: fit-content;
        max-height: fit-content;
        gap: 16px;

        h2 {
            font-weight: 600;
            font-size: 36px;
            line-height: 140%;
            text-align: center;
            color: rgba(24, 24, 24, 1);

        }

        h3 {
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
            text-align: center;
            color: rgba(50, 50, 50, 1);

        }
    }

    .cards {
        display: flex;
        gap: 83px;
        max-width: fit-content;
        max-height: fit-content;

        .card {
            width: 250px;
            max-height: fit-content;
            gap: 21px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;

            img {
                width: 94px;
                height: 94px;
            }

            p {
                font-weight: 500;
                font-size: 20px;
                line-height: 130%;
                text-align: center;
                color: rgba(24, 24, 24, 1);
            }

        }
    }
}

.games-genres-section {
    max-width: fit-content;
    max-height: fit-content;
    padding: 40px 92px;
    gap: 24px;
    display: flex;
    flex-direction: column;

    .title {
        width: 1096px;
        max-height: fit-content;
        justify-content: space-between;
        align-items: center;
        display: flex;

        h2 {
            font-weight: 600;
            font-size: 36px;
            line-height: 140%;
            color: rgba(24, 24, 24, 1);

        }

        a {
            text-decoration: none;
            font-weight: 600;
            font-size: 18px;
            line-height: 150%;
            text-align: right;
            color: rgba(59, 68, 246, 1);
        }
    }

    .cards {
        max-width: fit-content;
        max-height: fit-content;
        display: flex;
        gap: 16px;

        .game {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 169px;
            height: 169px;
            border-radius: 8px;

            p {
                font-weight: 500;
                font-size: 20px;
                line-height: 130%;
                text-align: center;
                color: rgba(245, 244, 249, 1);
            }


        }

        .card-1 {
            background-image: url("../img/bg-strategy.svg");
        }

        .card-2 {
            background-image: url("../img/bg-fps.svg");
        }

        .card-3 {
            background-image: url("../img/bg-rpg.svg");
        }

        .card-4 {
            background-image: url("../img/bg-puzzle.svg");
        }

        .card-5 {
            background-image: url("../img/bg-roleplay.svg");
        }

        .card-6 {
            background-image: url("../img/bg-sports.svg");
        }

    }
}

.best-seller-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding: 30px 0px;
    gap: 18px;

    .title {
        padding: 10px 96px;
        display: flex;
        gap: 10px;

        h2 {
            font-weight: 600;
            font-size: 36px;
            line-height: 140%;
            color: rgba(24, 24, 24, 1);
        }
    }


    .cards-best-seller {
        max-width: 100%;
        height: 364px;
        display: flex;
        gap: 16px;
        justify-content: center;
        align-items: center;



        .game-item {
            display: flex;
            flex-direction: column;
            max-width: 262px;
            max-height: 340px;
            padding: 16px 24px;
            gap: 15px;
            border-radius: 8px;
            border: 0.3px solid rgba(209, 209, 209, 1);
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 8px 10px 0px rgba(164, 164, 164, 0.07);


            .img {
                width: 230;
                height: 220;
                border-radius: 6px;
            }

            h2 {
                font-weight: 500;
                font-size: 20px;
                line-height: 130%;
                color: rgba(24, 24, 24, 1);

            }

            .name-price {

                display: flex;
                flex-direction: column;
                width: 230px;
                gap: 17px;

                .price {
                    display: flex;
                    justify-content: space-between;
                    width: 230px;
                    max-height: fit-content;

                    p {
                        font-family: "Roboto";
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 140%;
                        color: rgba(59, 68, 246, 1);
                    }

                    .promo {
                        display: flex;
                        width: 119px;
                        gap: 6px;
                        border-radius: 4px;
                        background: rgba(245, 244, 249, 1);
                        border: 0.5px solid rgba(240, 240, 240, 1);

                        .discount {
                            max-width: fit-content;
                            max-height: fit-content;
                            display: flex;
                            gap: 10px;
                            border-radius: 4px;
                            padding: 3px;
                            background: rgba(252, 50, 111, 0.2);

                            p {
                                font-weight: 500;
                                font-size: 12px;
                                line-height: 134%;
                                color: rgba(252, 50, 111, 1);

                            }
                        }

                        p {
                            font-weight: 500;
                            font-size: 14px;
                            line-height: 134%;
                            text-decoration: line-through;
                            color: rgba(125, 125, 125, 1);

                        }
                    }
                }

                .price-free {
                    width: 127px;
                    max-height: fit-content;
                    display: flex;
                    padding: 4px 0px;
                    gap: 8px;
                    border-radius: 4px;
                    background-color: rgba(216, 218, 253, 1);
                    justify-content: center;

                    p {
                        font-family: 'Roboto';
                        font-weight: 500;
                        font-size: 16px;
                        line-height: 140%;
                        color: rgba(59, 68, 246, 1);

                    }
                }

            }


        }
    }
}

.popular-games-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding: 30px 92px 100px 92px;
    gap: 24px;

    .title {
        display: flex;
        justify-content: space-between;
        width: 1096px;

        h2 {
            font-weight: 600;
            font-size: 36px;
            line-height: 140%;
            color: rgba(24, 24, 24, 1);
        }

        a {
            font-weight: 600;
            font-size: 18px;
            line-height: 150%;
            text-align: right;
            color: rgba(59, 68, 246, 1);
            text-decoration: none;
        }
    }

    .cards {
        display: flex;
        flex-direction: column;
        gap: 24px;

        .section-1 {
            max-width: 100%;
            height: 340px;
            display: flex;
            gap: 16px;
            justify-content: center;
            align-items: center;



            .game-item {
                display: flex;
                flex-direction: column;
                max-width: 262px;
                max-height: 340px;
                padding: 16px 24px;
                gap: 15px;
                border-radius: 8px;
                border: 0.3px solid rgba(209, 209, 209, 1);
                background: rgba(255, 255, 255, 1);
                box-shadow: 0px 8px 10px 0px rgba(164, 164, 164, 0.07);


                .img {
                    width: 230;
                    height: 220;
                    border-radius: 6px;
                }

                h2 {
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 130%;
                    color: rgba(24, 24, 24, 1);

                }

                .name-price {

                    display: flex;
                    flex-direction: column;
                    width: 230px;
                    gap: 17px;

                    .price {
                        display: flex;
                        justify-content: space-between;
                        width: 230px;
                        max-height: fit-content;

                        p {
                            font-family: "Roboto";
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 140%;
                            color: rgba(59, 68, 246, 1);
                        }

                        .promo {
                            display: flex;
                            width: 119px;
                            gap: 6px;
                            border-radius: 4px;
                            background: rgba(245, 244, 249, 1);
                            border: 0.5px solid rgba(240, 240, 240, 1);

                            .discount {
                                max-width: fit-content;
                                max-height: fit-content;
                                display: flex;
                                gap: 10px;
                                border-radius: 4px;
                                padding: 3px;
                                background: rgba(252, 50, 111, 0.2);

                                p {
                                    font-weight: 500;
                                    font-size: 12px;
                                    line-height: 134%;
                                    color: rgba(252, 50, 111, 1);

                                }
                            }

                            p {
                                font-weight: 500;
                                font-size: 14px;
                                line-height: 134%;
                                text-decoration: line-through;
                                color: rgba(125, 125, 125, 1);

                            }
                        }
                    }

                    .price-free {
                        width: 127px;
                        max-height: fit-content;
                        display: flex;
                        padding: 4px 0px;
                        gap: 8px;
                        border-radius: 4px;
                        background-color: rgba(216, 218, 253, 1);
                        justify-content: center;

                        p {
                            font-family: 'Roboto';
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 140%;
                            color: rgba(59, 68, 246, 1);

                        }
                    }

                }


            }
        }

        .section-2 {
            max-width: 100%;
            height: 340px;
            display: flex;
            gap: 16px;
            justify-content: center;
            align-items: center;



            .game-item {
                display: flex;
                flex-direction: column;
                max-width: 262px;
                max-height: 340px;
                padding: 16px 24px;
                gap: 15px;
                border-radius: 8px;
                border: 0.3px solid rgba(209, 209, 209, 1);
                background: rgba(255, 255, 255, 1);
                box-shadow: 0px 8px 10px 0px rgba(164, 164, 164, 0.07);


                .img {
                    width: 230;
                    height: 220;
                    border-radius: 6px;
                }

                h2 {
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 130%;
                    color: rgba(24, 24, 24, 1);

                }

                .name-price {

                    display: flex;
                    flex-direction: column;
                    width: 230px;
                    gap: 17px;

                    .price {
                        display: flex;
                        justify-content: space-between;
                        width: 230px;
                        max-height: fit-content;

                        p {
                            font-family: "Roboto";
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 140%;
                            color: rgba(59, 68, 246, 1);
                        }

                        .promo {
                            display: flex;
                            width: 119px;
                            gap: 6px;
                            border-radius: 4px;
                            background: rgba(245, 244, 249, 1);
                            border: 0.5px solid rgba(240, 240, 240, 1);

                            .discount {
                                max-width: fit-content;
                                max-height: fit-content;
                                display: flex;
                                gap: 10px;
                                border-radius: 4px;
                                padding: 3px;
                                background: rgba(252, 50, 111, 0.2);

                                p {
                                    font-weight: 500;
                                    font-size: 12px;
                                    line-height: 134%;
                                    color: rgba(252, 50, 111, 1);

                                }
                            }

                            p {
                                font-weight: 500;
                                font-size: 14px;
                                line-height: 134%;
                                text-decoration: line-through;
                                color: rgba(125, 125, 125, 1);

                            }
                        }
                    }

                    .price-free {
                        width: 127px;
                        max-height: fit-content;
                        display: flex;
                        padding: 4px 0px;
                        gap: 8px;
                        border-radius: 4px;
                        background-color: rgba(216, 218, 253, 1);
                        justify-content: center;

                        p {
                            font-family: 'Roboto';
                            font-weight: 500;
                            font-size: 16px;
                            line-height: 140%;
                            color: rgba(59, 68, 246, 1);

                        }
                    }

                }


            }
        }
    }


}

.coming-soon-section {
    display: flex;
    flex-direction: column;
    max-width: fit-content;
    max-height: fit-content;
    padding: 50px 92px 80px 92px;
    gap: 24px;
    background: rgba(14, 14, 14, 1);
    justify-content: center;

    .title {
        font-weight: 600;
        font-size: 36px;
        line-height: 140%;
        color: rgba(245, 244, 249, 1);
    }

    .comsoon-content {
        display: flex;
        gap: 16px;
        max-width: fit-content;
        max-height: fit-content;

        .left-content {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: fit-content;
            max-height: fit-content;

            .comsoon-game {
                width: 633px;
                height: 400px;
                display: flex;
                flex-direction: column;
                gap: 32px;
                justify-content: flex-end;
                padding: 0px 0px 40px 36px;

                h2 {
                    width: 342px;
                    font-weight: 500;
                    font-size: 28px;
                    line-height: 140%;
                    color: rgba(255, 255, 255, 1);
                    text-shadow: 0px 4px 5px rgba(0, 0, 0, 1);

                }

                .button {
                    max-width: fit-content;
                    max-height: fit-content;
                    display: flex;
                    padding: 9px 16px;
                    gap: 10px;
                    border-radius: 8px;
                    border: 1px solid rgba(245, 244, 249, 1);

                    a {
                        font-weight: 600;
                        font-size: 15px;
                        line-height: 144%;
                        text-align: center;
                        color: rgba(245, 244, 249, 1);
                        text-decoration: none;

                    }
                }


            }

            .game-1 {
                background-image: url("../img/comsoon-bg-cod.svg");
            }

            .game-2 {
                background-image: url("../img/comsoon-bg-nba.svg");
            }
        }

        .right-content {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: fit-content;
            max-height: fit-content;

            .comsoon-game {
                width: 447px;
                height: 262px;
                display: flex;
                flex-direction: column;
                gap: 24px;
                justify-content: flex-end;
                padding: 0px 0px 40px 36px;

                h2 {
                    width: 217px;
                    font-weight: 500;
                    font-size: 24px;
                    line-height: 140%;
                    color: rgba(255, 255, 255, 1);
                    text-shadow: 0px 4px 5px rgba(0, 0, 0, 1);

                }

                .button {
                    max-width: fit-content;
                    max-height: fit-content;
                    display: flex;
                    padding: 9px 16px;
                    gap: 10px;
                    border-radius: 8px;
                    border: 1px solid rgba(245, 244, 249, 1);

                    a {
                        font-weight: 600;
                        font-size: 15px;
                        line-height: 144%;
                        text-align: center;
                        color: rgba(245, 244, 249, 1);
                        text-decoration: none;

                    }
                }


            }

            .game-1 {
                background-image: url("../img/comsoon-bg-fifa.svg");
            }

            .game-2 {
                background-image: url("../img/comsoon-bg-resident.svg");
            }

            .game-3 {
                background-image: url("../img/comsoon-bg-alien.svg");
            }
        }
    }
}

.user-review-section {
    display: flex;
    flex-direction: column;
    gap: 51px;
    padding: 80px 147px 120px 147px;
    align-items: center;

    .title {
        display: flex;
        flex-direction: column;
        gap: 16px;
        max-width: fit-content;
        max-height: fit-content;

        h2 {
            font-weight: 600;
            font-size: 36px;
            line-height: 140%;
            text-align: center;
            color: rgba(24, 24, 24, 1);

        }

        h3 {
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
            text-align: center;
            color: rgba(50, 50, 50, 1);
            width: 473px;
        }
    }

    .review-item {
        display: flex;
        justify-content: space-between;
        width: 986px;
        max-height: fit-content;
        align-items: center;

        .review {
            width: 297px;
            height: 296px;
            padding: 32px 24px;
            gap: 24px;
            border-radius: 6px;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 8px 10px 0px rgba(164, 164, 164, 0.07);
            display: flex;
            flex-direction: column;
            align-items: center;

            .desc {
                display: flex;
                flex-direction: column;
                gap: 6px;
                align-items: center;

                h2 {
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 130%;
                    text-align: center;
                    color: rgba(24, 24, 24, 1);

                }

                img {
                    width: 108px;
                    height: 23px;
                }

                p {
                    font-family: "Roboto";
                    font-size: 14px;
                    line-height: 134%;
                    text-align: center;
                    color: rgba(50, 50, 50, 1);

                }
            }

            img {
                width: 90px;
                height: 90px;
            }
        }

        .principal {
            width: 338px;
            height: 333px;
        }
    }
}

footer {
    width: 100%;
    height: 369px;
    padding: 50px 92px 92px 0px;
    gap: 65px;
    background: rgba(14, 14, 14, 1);
    display: flex;
    flex-direction: column;


    .footer-content {
        display: flex;
        gap: 192px;
        max-height: fit-content;
        justify-content: center;

        img {
            width: 192px;
            height: 51px;
        }

        .menu {
            display: flex;
            flex-direction: column;
            gap: 24px;
            width: fit-content;


            h2 {
                font-weight: 600;
                font-size: 18px;
                line-height: 150%;
                color: rgba(245, 244, 249, 1);

            }

            div {
                display: flex;
                flex-direction: column;
                gap: 16px;
                width: fit-content;


                a {
                    font-family: "Roboto";
                    font-size: 16px;
                    line-height: 140%;
                    color: rgba(160, 160, 160, 1);
                    text-decoration: none;
                    white-space: nowrap;
                }
            }
        }

        .resources {
            display: flex;
            flex-direction: column;
            gap: 24px;
            width: fit-content;


            h2 {
                font-weight: 600;
                font-size: 18px;
                line-height: 150%;
                color: rgba(245, 244, 249, 1);

            }

            div {
                display: flex;
                flex-direction: column;
                gap: 16px;
                width: fit-content;


                a {
                    font-family: "Roboto";
                    font-size: 16px;
                    line-height: 140%;
                    color: rgba(160, 160, 160, 1);
                    text-decoration: none;
                    white-space: nowrap;
                }
            }
        }

        .follow {
            display: flex;
            flex-direction: column;
            gap: 25px;

            h2 {
                font-weight: 600;
                font-size: 18px;
                line-height: 150%;
                color: rgba(245, 244, 249, 1);

            }

            .social-icons {
                display: flex;
                gap: 12px;

                img {
                    width: 36px;
                    height: 36px;
                }
            }
        }
    }

    .copyright {
        display: flex;
        padding-bottom: 22px;
        gap: 22px;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        .line {
            width: 1096px;
            height: 1px;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.04);

        }

        p {
            font-size: 15px;
            line-height: 144%;
            color: rgba(160, 160, 160, 1);

        }
    }
}