@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2-VariableFont_wght.ttf');
}

:root{
    --accent-color: #E8E82F;
    --accent-color-opacity: #E8E82F80;
    --darker: #E8E82F0D;
    --brighter: #E8E82F66;
    --bg-color: #a8a822;

}



* {
    box-sizing: border-box;
    font-family: 'Exo2';
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}




.hamburger-menu {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.logo img {
    width: 200px;
}

.navigation-menu ul {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
    border-radius: 60px;
    padding: 14px 24px;
}

.navigation-menu ul li {
    padding-right: 15px;
     
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.navigation-menu ul li:hover {
    color: var(--accent-color);
}

.home {
    color: var(--accent-color);
}

.banner-imgs img {
    width: 302px;
    border-radius: 46px;
}

.banner-imgs {
    display: grid;
    grid-template-columns: repeat(2, 302px);
    gap: 24px;
}

.banner-txt h1 {
     
    font-size: 72px;
    font-weight: 600;
    line-height: 86.4px;
    text-align: left;
    color: var(--accent-color);
}

.banner-txt h2 {
     
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    text-align: left;
    color: #101010;
    padding-top: 32px;
}

.banner-txt h3 {
     
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: var(--accent-color);
    padding-top: 56px;
}

.header-banner {
    display: flex;
    align-items: center;
}

.banner-txt {
    padding-left: 24px;
}

.downloadBtn button {
    padding: 16px 32px;
    border-radius: 6px;
    border: 1px solid var(--accent-color);
    background-color: var(--accent-color);
     
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 24px;
    transition: 0.3s
}
.downloadBtn button:hover{
    background-color: #fff;
    color:var(--accent-color);
    transform: translateY(-5px);
}


.block1 {
    background-image: url("/img/5.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    margin-top: 80px;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.block1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
    z-index: 1;
}

.block1 p {
     
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 12px;
    z-index: 2;
    padding: 25px;
}

.block2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
}

.block2-container {
    border-radius: 32px;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 22px;
    transition: 0.2s;
}

.block2-container:hover{
    transform: translateY(-5px);
}

.block2-container p {
     
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: -0.35555556416511536px;
    text-align: center;

}

.p-1 {
    padding-top: 5px;
}

.dark {
    background: var(--darker);
    border: 2px solid var(--accent-color);
}

.bright {
    border: 2px solid var(--brighter);
}

.advantage {
     
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    color: var(--accent-color);
    padding: 40px 0;
}

.main-txt {
    text-align: center;
     
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding: 40px 20px;
}

.footer {
    display: flex;
    align-items: flex-end;
}

.footer-top {
    padding-right: 24px;
}

.footer-menu {
    background-color: #F4F4F4;
    border-radius: 30px;
    width: 430px;
}

.footer-menu div {
    display: flex;
    padding: 14px 24px;

}

.footer-menu ul li {
    padding-bottom: 16px;
     
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.footer-menu ul li:hover {
    color: var(--accent-color);
}

.footer-menu ul {
    padding-right: 32px;
}

.footer-disc img {
    width: 100px;
    border-radius: 15px;
    margin-left: 15px;
}

.disclaimer {
    background-color: #F4F4F4;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width:600px) {
    .disclaimer {
        flex-direction: column;
    }

    .footer-disc img {
        padding-top: 15px;
    }
}

.disclaimer h3 {
     
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;

}

.disclaimer p {
     
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    padding-top: 16px;
}

.disclaimer {
    padding: 32px;
}

.copyright {
    text-align: center;
     
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 16px 0;

}

.banner {
    background-image: url("/img/5.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 60px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 0 16px;
}

.banner h1 {
     
    font-size: 60px;
    font-weight: 700;
    line-height: 84px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
}

.banner h2 {
     
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;
    padding-top: 20px;
}

.banner p {
    padding-top: 16px;
     
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    z-index: 2;

}

.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 60px;
    z-index: 1;
}

.how-play-img {
    padding-left: 32px;
}

.how-play-img img {
    width: 460px;
    border-radius: 46px;
    padding-bottom: 24px;
}

.how-play {
    display: flex;
    margin: 40px 0;
}

.text h1 {
     
    font-size: 60px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;
    padding: 32px 0;
}

.how-play h2,
.text h2 {
     
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    text-align: left;

}

.how-play h3,
.how-play-1 h3,
.text h3 {
     
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    padding-top: 24px;


}

.how-play p,
.how-play-1 p,
.text p {
     
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.how-play-1 ul li,
.text ul li {
    list-style: disc;
    margin-left: 20px;
     
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.text h2 {
    padding-top: 20px;
}

.list-item {
    display: flex;
    align-items: flex-start;
    padding-top: 32px;
}

.list-item img {
    padding-right: 26px;
}

.contacts-1 {
    padding: 46px 48px;
    width: 491px;
    height: 418px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../img/5.webp);
    background-repeat: no-repeat;
    border-radius: 30px;
}

.contacts-1 h3 {
     
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    color: #FFFFFF;
}

.contacts-1 p {
     
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #EBE9E9;
    padding-top: 6px;
}

.contacts-1 a {
     
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    padding-left: 20px;
}

.contacts-1 div {
    padding-top: 48px;
}

.contact-form {
    background: linear-gradient(270deg, var(--accent-color) 0%, var(--bg-color) 100%);
    border-radius: 15px;
    padding: 47px 80px;
    width: 560px;
    box-shadow: 0px 0px 60px 30px #00000008;
}

.contact-form h3 {
    margin-bottom: 20px;
    color: white;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    background-color: #f0f0f0;
     
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #6B7280;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus {
    outline: none;
    background-color: #e0e0e0;
}

.contacts {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 80px 0;
}

.contact-form button {
    /*width: 100%;*/
    padding: 16px 61px;
    background-color: #000;
    border: none;
    border-radius: 5px;
    color: white;
     
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    transition: 0.5s;
    cursor: pointer;
}

label {
     
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #FFFFFF;
}

.contact-form button:hover {
    background-color: #fff;
    color:var(--accent-color);
    transform: translateY(-5px);

}

table {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

th,
td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: var(--accent-color);
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #f5e2f7;
}

.bonus {
    font-weight: bold;
}

.negative {
    color: red;
}

@media (max-width: 767px) {

    .hamburger-menu {
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        position: relative;
        z-index: 1001;
    }

    .hamburger-menu span {
        background-color: #000;
        display: block;
        height: 3px;
        margin: 6px 0;
        width: 100%;
        transition: all 0.3s ease;
    }

    .hamburger-menu.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .hamburger-menu.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger-menu.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .navigation-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 1000;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navigation-menu ul {
        display: flex;
        flex-direction: column;
        background-color: #FFFFFF;
        align-items: flex-start;
    }

    .navigation-menu ul li {
        list-style: none;
        margin: 20px 0;
    }

    .navigation-menu ul li a {
         
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;

    }

    .navigation-menu.open {
        display: flex;
    }

    .logo img {
        width: 120px;
    }

    .header {
        padding: 32px 16px;
    }

    .header-banner {
        flex-direction: column-reverse;
    }

    .banner-imgs {
        display: grid;
        grid-template-columns: repeat(2, 163px);
        gap: 12px;
        padding-top: 24px;
    }

    .banner-imgs img {
        width: 163px;
        border-radius: 25px;
    }

    .banner-txt h1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        text-align: center;
    }

    .banner-txt h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-align: center;
        padding-top: 16px;

    }

    .banner-txt h3 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px;
        text-align: center;
        padding-top: 32px;
    }

    .downloadBtn {
        display: flex;
        justify-content: center;
    }

    .block2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        padding: 0 16px;
    }

    .block1 p {
         
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        text-align: center;
        color: #FFFFFF;
        padding-bottom: 12px;
        z-index: 2;
        
    }

    .footer {
        flex-direction: column;
        align-items: center;
        padding: 0 16px;
    }

    .footer-top {
        padding-right: 0;
        margin-top: 32px;
    }

    .footer-menu div {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .footer-menu ul {
        padding-right: 0;
    }

    .footer-menu ul li {
        text-align: center;
    }

    .footer-top {
        padding-bottom: 24px;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .footer-menu {
        background-color: #F4F4F4;
        border-radius: 30px;
        width: 343px;
    }

    .how-play {
        flex-direction: column;
        padding: 16px;
        margin: 0;
    }

    .how-play-1 {
        padding: 16px;
    }

    .how-play-img {
        padding-top: 20px;
        padding-left: 0;
    }

    .how-play-img img {
        width: 100%;
        border-radius: 46px;
    }

    .banner h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 56px;
        letter-spacing: 0.01em;
        text-align: center;

    }

    .banner h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.01em;
        text-align: center;
        color: #FFFFFF;
        z-index: 2;
        padding-top: 20px;
    }

    .banner p {
        padding-top: 16px;
         
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        color: #FFFFFF;
        z-index: 2;
    }

    .contacts {
        flex-direction: column;
        padding: 0 16px;
    }

    .contacts-1 {
        width: 100%;
        margin-top: 24px;
    }

    .contact-form {
        width: 100%;
        padding: 16px 23px;
        border-radius: 30px;
        margin-top: 24px;
    }

    .text {
        padding: 16px;
    }

    .text h1 {
        font-size: 40px;
        padding: 0;
    }

    .text h2 {
        font-size: 35px;
    }
}

.review{
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

#bannerButtonYes{
    background-color: var(--accent-color);
}