body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #1b1838;
}

html {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .body {
        gap: 25px !important;
    }

    .header {
        gap: 25px !important;
    }

    .header-wrapp {
        width: 80% !important;
    }

    .header-link {
        font-size: 12px !important;
    }

    .container {
        gap: 25px !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .left {
        width: 80% !important;
    }

    .right {
        width: 50%;
        height: auto;
    }

    .info-wrapp {
        gap: 25px !important;
        justify-content: center;
        align-items: center; 
        padding: 20px;
        flex-direction: column;
    }

    .info-wrapp-text {
        width: unset;
        flex-direction: column;
    }

    .info-wrapp-text h1 {
        font-size: 20px
    }

    .info-img {
        width: 30% !important;
    } 

    .info-button {
        padding: 10px 7px !important;
        align-items: center;
        display: flex;
        justify-content: center;
        font-size: 15px;
    }

    .players-wrapper {
        flex-direction: column;
    }

    .players-title {
        text-align: center;
    }

    .faq-container { 
        width: 100% !important;
    }
    .faq-container-el h2 {
        font-size: 15px;
    }

    .faq-container-el-text {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .contacts {
        flex-direction: column;
        width: 100% !important;
        gap: 25px !important;
    }

    .contacts-block {
        width: 80% !important;
    }

    .footer-images {
        gap: 25px !important;
    }

    .f-img {
        width: 75px !important;
    }
    
    .peggi {
        width: 50px !important;
    }

    .copy {
        font-size: 10px;
    }

    .cookies-text {
        font-size: 12px;
        margin-left: 10px;
    }

    .contacts-page {
        flex-direction: column-reverse !important;
    }

    .contacts-page-wrapp {
        width: 80% !important;
    }
}

.terms {
    width: 90%;
}

.body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    align-items: center;
    
}

.header {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 50px;
    background-color: rgb(6, 0, 31);
    height: 110px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}



.logo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1.5px solid white;
}

.header-wrapp {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header-link {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 25px;
}

.active {
    color: #00ffe7;
}

.banner {
    background-image: url('/img/background.jpg');
    background-size: cover;
    background-position: center;    
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
    height: auto;
    padding: 50px 0px;
    gap: 20px;
    border-radius: 40px;
    background-color: rgb(6, 0, 31);
}

.banner-title {
    color: #00ffe7;
    text-shadow: 1px 1px black;
}

.banner-button {
    background-color: white;
    color: #00ffe7;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 30px;
    transition: transform 0.5s ease;
    box-shadow: 1px 1px black;
}

.banner-button:hover {
    transform: scale(1.1)
}

.container {
    width: 90%;
    display: flex;
    gap: 50px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.left-title {
    text-align: center;
    color: #00ffe7 ;
    text-shadow: 1px 1px black;
}

.left-text {
    width: 80%;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}

.left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
}


* {
    box-sizing: border-box;
  }

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #444;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .slides {
    display: flex;
    transition: transform 0.6s ease-in-out;
   
  }

  .slide {
    width: 100%;
    flex-shrink: 0;
    padding: 30px;
    background-color: #1a1a1a;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .slide h2 {
    font-size: 28px;
    color: #00ffe7;
    margin-bottom: 10px;
  }

  .slide p {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 15px;
  }

  .disclaimer {
    font-size: 12px;
    color: #888;
  }

  .nav-buttons {
    text-align: center;
    margin-top: 15px;
  }

  .nav-buttons button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 16px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
  }

  .nav-buttons button:hover {
    background-color: #555;
  }

.info {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.info-wrapp {
    width: 100%;
    display: flex;
    gap: 50px;
    border-radius: 50px;
    background-color: rgb(6, 0, 31);
    border: 2px solid white;
    align-items: center;
    height: 100%;
}

.info-img {
    width: 30%;
    border-radius: 50px;
}

.info-wrapp-text {
    flex-direction: column;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: space-around; 
    align-items: center;
}

.info-wrapp-text p {
    color: white;
    font-size: 20px;
}

.info-wrapp-text h1 {
    color: #00ffe7;
    text-shadow: 1px 1px black;
}

.halls {
    font-weight: 500;
}

.halls-small {
    text-transform: uppercase;
    color: #00ffe7;
}

.info-button {
    background-color: #FFFFFF;
    padding: 20px 40px;
    border-radius: 30px;
    transition: transform 0.5s ease;
    text-decoration: none;
    box-shadow: 1px 1px black;
    color: black;
}

.info-button:hover {
    transform: scale(1.1)
}

.subscribe {
    width: 100%;
    background-color: rgb(6, 0, 31);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.subscribe img {
    width: 300px;
    background-color: #fff;
    border-radius: 50%;

}

.subscribe-title {
    color: #FFFFFF;
    text-shadow: 1px 1px black;
}

.subscribe-wrapp {
    flex-direction: column;
    display: flex;
    gap: 20px;
    border-radius: 40px;
    width: 80%;
    align-items: center;
    background-color: #fff;
    padding: 20px;
}

.subscribe-wrapp h2{
    color: #00ffe7;
    font-size: 25px;
    text-shadow: 1px 1px black;
    text-align: center;
    margin: 0;
}

.subscribe-wrapp p {
    text-align: center;
    margin: 0;

}

.subscribe-wrapp span {
    color: chocolate;
}

.players {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.players-title {
    color: #00ffe7;
    text-shadow: 1px 1px black;
}

.players-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    gap: 50px;
}

.players-member {
    width: 100%;
    background-color: rgb(6, 0, 31);
    border: 2px solid white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
    border-radius: 30px;
}

.players-member-img {
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.players-member h1 {
    text-align: center;
    color: #00ffe7;
    font-size: 20px;
    text-shadow: 1px 1px black;
}

.players-member p {
    text-align: center;
    color: #FFFFFF;
}

.faq {
    width: 90%;
}

.faq-title {
    color: chocolate;
    text-shadow: 1px 1px black;
    margin-bottom: 50px;
}

.faq-container {
    width: 80%;
}

.faq-container-el-text {
    margin-left: 20px;
    width: 60%;
}

.contacts {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    gap: 50px;
    
}

.contacts-block {
    border-radius: 30px;
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: chocolate;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
}

.contacts-title {
    color: #FFFFFF;
    text-shadow: 1px 1px black;
}

.contacts-text {
    margin-left: 20px;
}

.contacts-block input {
    width: 50%;
    margin-left: 20px;
    height: 40px;
    margin-bottom: 10px;
    border: none;
    padding-left: 20px;
    border-radius: 30px;
    box-shadow: 1px 1px black;
}

.contacts-block button {
    width: 200px;
    margin-left: 20px;
    height: 40px;
    margin-bottom: 10px;
    border: none;
    border-radius: 30px;
    box-shadow: 1px 1px black;
    transition: transform 0.5s ease;
}

.contacts-block button:hover {
    transform: scale(1.1);
}

.warning {
    width: 100%;
    background-color: chocolate;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.warn-title {
    margin-left: 20px;
    color: #FFFFFF;
    text-shadow: 1px 1px black;
}

.warn-text {
    margin-left: 40px;
    width: 80%;
}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copy {
    color: #FFFFFF;
}

.cookies {
    width: 100%;
    background-color: rgb(6, 0, 31);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    gap: 50px;
    height: 90px;
}

.cookies-text {
    color: #FFFFFF;
    text-shadow: 1px 1px black;
}

.cookies-button {
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    box-shadow: 1px 1px black;

}

.contacts-page {
    width: 100%;
    background-color: rgb(6, 0, 31);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;

}

.contacts-page-wrapp {
    flex-direction: column;
    display: flex;
    gap: 20px;
    border-radius: 40px;
    width: 40%;
    background-color: #fff;
    padding: 20px;
}

.contacts-page-wrapp h2 {
    margin: 0;
} 

.contacts-page-wrapp h1 {
    margin: 0;
} 

.contacts-page-wrapp p {
    margin: 0;
} 

.info-title {
    color: #00ffe7;
    text-shadow: black 1px 1px;
}

.blue {
    text-transform: uppercase;
}

.form {
    width: 50%;
}
.feedback-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 80%;
    margin: 0 auto;
}

.input-name,
.input-email,
.textarea-question {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
}

textarea {
    resize: none;
}

.submit-button {
    padding: 12px;
    font-size: 16px;
    background-color: #00ffe7;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #00ffe5b0;
}

.news-wrapp {
    flex-direction: column;
    display: flex;
    gap: 20px;
    border-radius: 40px;
    width: 80%;
    background-color: #fff;
    padding: 20px;
}

.news-wrapp h2{
    color: #00ffe7;
    font-size: 25px;
    text-shadow: 1px 1px black;
    text-align: center;
    margin: 0;
}

.news-wrapp p {
    margin: 0;
}

.news-small {
    color: #00ffe7;
    text-shadow: 1px 1px black;
    font-weight: 600
}

