@import "./globals.css";

.lastet-rewards {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: var(--primary-color);
    overflow: hidden;
}

.lastet-rewards ul {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.lastet-rewards ul li {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Header Style */
.header {
    width: 100%;
    height: auto;
    padding: 3rem 0;
    background-image: url(../images/header-bg.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.header .ball-img {
    max-width: 80px;
    width: 100%;
    position: absolute;
}

.header .ball-image-1 {
    top: 60px;
    right: -20px;
}

.header .ball-image-2 {
    left: -20px;
}

.header .ball-image-3 {
    bottom: -35px;
    right: -10px;
}

@media screen and (min-width: 650px) {
    .header .ball-image-3 {
        right: -20px;
    }
}

@media screen and (min-width: 750px) {
    .header .ball-image-1 {
        top: 20px;
        right: -20px;
    }

    .header .ball-image-2 {
        left: 170px;
        top: -30px;
    }

    .header .ball-image-3 {
        right: 140px;
        bottom: -40px;
    }
}

@media screen and (min-width: 1150px) {
    .header .ball-img {
        max-width: 100px;
    }

    .header .ball-image-1 {
        top: 20px;
        right: -20px;
    }

    .header .ball-image-2 {
        left: 220px;
        top: -20px;
    }

    .header .ball-image-3 {
        right: 280px;
        bottom: -40px;
    }
}

@media screen and (min-width: 1550px) {
    .header .ball-img {
        max-width: 120px;
    }

    .header .ball-image-1 {
        top: 20px;
        right: -20px;
    }

    .header .ball-image-2 {
        left: -40px;
        top: 80px;
    }

    .header .ball-image-3 {
        right: unset;
        bottom: -40px;
    }
}

.navbar {
    width: 100%;
}

.navbar .logo {
    max-width: 120px;
    padding-bottom: 1rem;
}

@media screen and (min-width: 950px) {
    .navbar {
        padding-top: 2rem;
    }

    .navbar .logo {
        padding-bottom: 0;
    }
}

.navbar .menu {
    display: flex;
    gap: 30px;
}

.navbar .menu li a {
    color: #04D0AA;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.header .container {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.header .header-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 450px;
    text-align: center;
    align-items: center;
}

.header .header-content h1 {
    color: #FFF;
    font-family: "Visby Round CF";
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 1.28px;
}

.header .header-content p {
    color: #FFF;
    font-family: "Visby Round CF";
    font-size: 18px;
    font-weight: 500;
}

.header .header-img {
    width: 100%;
    max-width: 250px;
}

@media screen and (min-width: 750px) {
    .header .container {
        flex-direction: row;
        justify-content: space-between;
    }

    .header .header-content {
        text-align: left;
        align-items: start;
    }

    .header .header-img {
        align-self: end;
    }
}

@media screen and (min-width: 950px) {
    .header {
        padding: 0;
        overflow: hidden;
    }

    .header .header-img {
        max-width: 450px;
        margin-bottom: -20px;
    }
}

@media screen and (min-width: 1150px) {
    .header .header-img {
        max-width: 600px;
    }

    .header .header-content h1 {
        font-size: 56px;
    }

    .header .header-content p {
        font-size: 24px;
    }

    .header .header-content {
        max-width: 600px;
    }
}


.partners {
    width: 100%;
    background-color: #471471;
    overflow: hidden;
    padding: 2rem 0;
}

.partners .partners-list .list-line {
    width: 100%;
    display: flex;
    gap: 50px;
}

.partners .partners-list .list-line img {
    max-width: 140px;
    height: 80px;
    object-fit: contain;
}


.characteristics {
    padding: 4rem 0;
}

.characteristics .section-title h2 {
    color: #1E1766;
}

.characteristics .section-title p {
    color: #69358B;
}

.characteristics .characteristics-list {
    display: grid;
    gap: 80px;
    margin-top: 50px;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
}

.characteristics .characteristics-list .characteristic-item {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.characteristics .characteristics-list .characteristic-item img {
    object-fit: contain;
    width: 100%;
    height: 270px;
}

.characteristics .characteristics-list .characteristic-item h3 {
    color: #1E1766;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.48px;
}

.characteristics .characteristics-list .characteristic-item p {
    color: #1E1766;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.32px;
}

@media screen and (min-width: 950px) {
    .characteristics .characteristics-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about {
    width: 100%;
    padding: 4rem 0;
    background-image: url(../images/overlay-background-letter.webp), url(../images/header-bg.webp);
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    position: relative;
    display: flex;
    align-items: center;
}

.bingo-img {
    width: 100%;
    max-width: 100px;
    position: absolute;
    left: -30px;
    bottom: -70px;
    z-index: 2;
}

.coin-img {
    width: 100%;
    max-width: 100px;
    position: absolute;
    right: 0;
    top: -55px;
    z-index: 2;
}

@media screen and (min-width: 950px) {
    .bingo-img {
        max-width: 150px;
        left: -30px;
    }

    .coin-img {
        max-width: 150px;
    }

    .about {
        background-image: url(../images/overlay-background-letter.webp), url(../images/header-bg.webp);
        background-size: contain, cover;
    }

}

@media screen and (min-width: 1150px) {
    .bingo-img {
        max-width: 200px;
        left: 0;
        bottom: unset;
    }

    .coin-img {
        max-width: 200px;
        top: unset;
        bottom: -80px;
    }
}

.about .about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.about .about-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 1.28px;
}

.about .about-content .about-description {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 700px;
}

.about .about-content .about-description p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.testimonials {
    padding: 4rem 0;
    background-image: url(../images/testimonials-bg.webp);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.testimonials .section-title h2 {
    color: #99F596;
}

.testimonials .section-title p {
    color: #FFFFFF;
}

.testimonials .testimonials-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.testimonials .testimonials-content .testimonial-list {
    width: 100%;
    display: flex;
    margin-top: 80px;
    justify-content: center;
}

.testimonials .testimonials-content .testimonial-list .testimonial-item {
    width: 100%;
    height: auto;
    background-color: #D9D9D9;
    border-radius: 15px;
    padding: 80px 50px 50px 50px;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonials .testimonials-content .testimonial-list .testimonial-item .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: absolute;
    top: -60px;
}

.testimonials .testimonials-content .testimonial-list .testimonial-item p {
    color: #69358B;
    font-size: 18px;
    font-weight: 700;
}

.testimonials .testimonials-content .testimonial-list .testimonial-item h3 {
    color: #69358B;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (min-width: 950px) {
    .testimonials .testimonials-content {
        overflow: hidden;
    }

    .testimonials {
        overflow: visible;
    }
}

.gold-img {
    max-width: 100px;
    width: 100%;
    position: absolute;
    right: 15px;
    top: -40px;
}

.footer {
    width: 100%;
    padding: 2rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    position: relative;
}

.footer .logo {
    max-width: 200px;
    width: 100%;
}

@media screen and (min-width: 750px) {
    .gold-img {
        max-width: 200px;
        top: -100px;
    }
}

@media screen and (min-width: 1600px) {
    .gold-img {
        max-width: 250px;
        top: -120px;
        right: unset;
        left: 10px;
    }
}