* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
    cursor: pointer;
    color: inherit;
}

body {
    position: relative;
    width: 100%;
    height: 100%;

    background-color: #0B0B0D;
    color: #fff;

    font-family: "Montserrat", sans-serif;
}


.age-gate {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.age-gate-content {
    background-color: #222;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    max-width: 400px;
    width: 100%;
}

.age-gate-content h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.age-gate-content p {
    font-size: 16px;
    margin-bottom: 25px;
}

#confirmAgeBtn {
    background-color: #3f87c8;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#confirmAgeBtn:hover {
    background-color: #346fa5;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    z-index: 100;
}

.header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/assets/img/hero.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
    width: 100%;
    z-index: -1;
    margin-top: 80px;
}

.nav a {
    margin-right: 20px;
}

@media (max-width: 714px) {
    .nav {
        display: none;
    }
}

.container {
    max-width: 1220px;
    margin: 0 auto;
}

.logo {
    display: flex;
    gap: 8px;
}

.logo img {
    min-width: 50px;
}

.logo_text {
    display: flex;
    flex-direction: column;
}

.logo_text h1 {
    font-size: 24px;
    text-transform: uppercase;
}

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
    width: 100%;
}

@media (max-width: 714px) {
    .logo_text h1 {
        font-size: 18px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.offers-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}


.casino-item {
    position: relative;

    max-width: 100%;
    border-radius: 8px;
    border: 2px solid #A970FF;
    display: flex;
    background: linear-gradient(to right, #4A148C, #7B1FA2);
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 20px;
}
.casino-item.item-vip {
    background: linear-gradient(to right, #FF4E8E, #FF6FD8);
}


.best {
    position: absolute;
    left: 85px;
    top: -20px;
    z-index: 5;
}

.left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
}

.yellow {
    color: #FFF500;
    font-weight: bold;
}

.for_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.for_text p {
    font-size: 16px;
    font-weight: 600;
}

.for_text span {
    font-size: 12px;
}

.price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
    margin-right: 80px;
    order: 2;
}

.grey-title {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.price-block h1 {
    font-size: 35px;
    color: #F3E5F5;
}

.deals-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 80px;
    order: 3;
}

.deals-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.middle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.block1 {
    gap: 10px;
}

.block1 img {
    max-width: 50px;
    height: auto;
}

.right-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 15px 30px;
}

.main_button {
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to bottom, #BA68C8, #9C27B0);
    padding: 15px 50px;
}

.payments {
    max-width: 230px;
}

.button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.payment-title {
    display: none;
}

@media (max-width: 714px) {

    .best {
        left: 15px;
    }
    .casino-item {
        flex-direction: column;
        min-width: 100%;
    }

    .left {
        flex-direction: row;
    }

    .for_img {
        min-width: 100px;
    }

    .for_img img {
        min-width: 100%;
    }

    .for_text p {
        font-size: 13px;
    }
    .for_text span {
        font-size: 10px;
    }

    .middle-wrapper {
        padding: 10px 3px;
        align-items: flex-start;
        justify-content: space-between;
    }


    .price-block {
        order: 3;
        margin-left: 0;
        margin-right: 10px;
        margin-top: 15px;
    }

    .price-block h1 {
        font-size: 25px;
        text-align: center;
    }

    .grey-title {
        font-size: 15px;
    }



    .deals-block {
        order: 2;
        margin: 0;
        padding: 0;
    }

    .list__item span {
        font-size: 13px;
    }

    .payment-title {
        display: flex;
        font-size: 13px;
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .payments {
        position: absolute;
        bottom: 10px;
        left: 0;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 5px;
        flex-wrap: wrap;
        max-width: 50%;
    }

    .button-wrapper {
        margin-bottom: 20px;
        width: 47%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .main_button {
        padding: 16px 14px;
        width: 100%;
        text-align: center;
    }

    .verified span {
        font-size: 13px;
    }

    .right-block {
        align-items: flex-end;
        margin: 0 10px 0 10px;
    }

}

.block1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.logo_text--think {
    font-size: 22px;
    font-weight: 300;
}

.about {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

}


.about-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 49%;
}

.about-description {
    font-size: 16px;
}

.about-list {
    max-width: 49%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px
}

.about-list-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 4px solid #fff;
    border-radius: 8px;
    max-width: 45%;
    padding: 18px;
}

.item-main-title {
    font-weight: 700;
    font-size: 30px;
}

.item-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item-title {
    font-size: 14px;
    font-weight: 700;
}

.about-title {
    color: #00DEFF;
    font-size: 35px;
    line-height: 100%;
}

.documentation h1,
.documentation h2,
.documentation h3 {
    margin-top: 20px;
}

@media (max-width: 714px) {
    .about {
        flex-direction: column;
        justify-content: center;
    }

    .about-text {
        max-width: 100%;
    }

    .about-list {
        max-width: 100%;
        margin-top: 20px;
    }

    .about-list-item {
        max-width: 100%;
    }
}

.divider {
    width: 100%;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    margin-top: 30px;
    margin-bottom: 30px;
}

.discDiv{
    width: 100%;
    padding: 30px 0;
}

.footer {
    background-color: #151521;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    gap: 20px;
}

.footer-icons ul {
    display: flex;
    align-items: center;
    gap: 50px;
}

.footer-icon img {
    max-height: 50px;
    width: auto;
}


.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
}


.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .logo img {
    min-width: 30px;
}

.footer-bottom .logo_text h1 {
    font-size: 16px;
}

@media (max-width: 714px) {
    .footer {
        display: flex;
        flex-direction: column;
        max-width: 100%;
    }


    .footer-icon img {
        max-height: 30px;
        width: auto;
    }

    .footer-icons ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }


    .footer-bottom {
        justify-content: center;
    }

    .footer-bottom .copyright {
        display: none;
    }

}