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

ul,
li {

    margin: 0;
    padding: 0;
}

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

button {
    font-family: inherit;
}


body {
    font-family: "Raleway", sans-serif;
    max-width: 1920px;
    background: url("../images/bg-desc.png") no-repeat;
    background-size: cover;
    background-color: #13101B;
}


header img {
    max-width: 630px;
    margin-top: 30px;
}

/* === Навігаційне меню === */
.desktopNav {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 1rem 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  gap: 2rem; /* Відстань між пунктами меню */
  flex-wrap: wrap;
}

.nav-container {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.desktopNav a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.desktopNav a:hover {
  color: #ffd700;
}

/* === Відступ зверху для контенту після фіксованої навігації === */
.container_header {
  padding-top: 6rem; /* щоб не перекривалось меню */
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}


.header {
    position: relative;
    padding-top: 50px;
}

.header__text {

    top: 140px;
    font-size: 62px;
    max-width: 900px;
    text-align: left;
    color: #FFA800;
    text-transform: uppercase;
    font-weight: bold;

}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1220px;
    padding: 50px 20px;
    margin: 0 auto;
}

.footer-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    min-width: 100%;
}

.footer-logos a {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.logo-wrapper {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.logo-wrapper a {
    display: flex;
    justify-content: center;
}

@media (max-width: 714px) {

    body {
        background-image: url("../images/bg-mob2.webp");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
        background-color: #000;
    }

    header img {
        max-width: 230px;
        margin-top: 10px;
    }

    .header {
        padding-top: 0;
    }

    .container {
        padding: 32px 20px;
    }

    .footer-logos {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        justify-content: center;
    }

    .header__text {
        font-size: 32px;
        max-width: 300px;
        text-align: left;

        top: 20px;
    }
}

.flex-row {
    display: flex;
}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.casino__item {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #5d1b9d;
    border-radius: 8px;
    border: 1px solid #FF4500;
    color: #fff;
    overflow: hidden;
}

.casino__item-vip {
    background: linear-gradient(to left, #9c0d34, #9933FF);
}
.casino__img {
    max-width: 180px;
    min-width: 120px;
    height: 80px;
    padding: 10px;
}

.casino__left {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1B132B;
    padding: 5px 5px 24px 5px;
}

.casino__item-vip .casino__left {
    background: #233C61;
}



.casino__item:nth-child(-n + 4) .casino__label {
    display: flex;
    width: 100%;
    gap: 5px;
}

.casino__item:nth-child(-n + 4) .casino__label .number {
    background: linear-gradient(to left, #0D1F9C, #9933FF);
    border-radius: 8px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-weight: bold;
}

.casino__item:nth-child(-n + 4) .casino__label .ribbon {
    background: linear-gradient(to left, #0D1F9C, #9933FF);
    border-radius: 8px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}

.casino__item:first-child .casino__label .number,
.casino__item:first-child .casino__label .ribbon {
    background: linear-gradient(to right, #FF4500, #FF8C00);

    color: #fff;
}

.casino__item:first-child .casino__label .ribbon_text {
    color: #fff;
    font-size: 14px;
}


.casino__info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.casino__middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 44px;
}

.casino__right {
    /*width: 30%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.casino__middle h2 {
    font-weight: 300;
}

.flex-row img {
    max-width: 18px;
}

.flex-row span {
    font-size: 14px;
    margin-left: 5px;
}

.casino__get-bonus {
    /*position: absolute;*/
    /*right: 20px;*/
    /*bottom: 20px;*/

    border: none;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(to right, #FF4500, #FF8C00);

    padding: 16px 70px;
    max-height: 56px;
    font-size: 20px;
    font-weight: 800;
}

.for-mob {
    display: flex;
}

.ribbon_text {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.offers_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 20px;
    /*margin: 0 auto;*/


}

.casino__right-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-right: 20px;
    border-left: 1px solid rgba(11, 11, 13, 0.2);
    padding-left: 20px;
}

.casino__right-mob {
    display: none;
}

.casino__get-bonus-mob {
    display: none;
}

.casino__info {
    gap: 7px;
}

.casino__score h3 {
    font-size: 26px;
}

.casino__info p {
    font-size: 13px;
}

@media (max-width: 714px) {

    .offers_list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 20px 15px 30px 15px;
        margin-top: 0;
    }

    .casino__item {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        background-color: #0D1F9C;
        border-radius: 8px;
        border: 1px solid #FF4500;
        color: #fff;
        overflow: hidden;
    }

    .casino__item img {
        max-width: 180px;
    }

    .casino__info img {
        max-width: 100px;

    }

    .casino__info p {
        text-align: center;
    }

    .casino__info {
        gap: 8px;
        margin-top: 10px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .casino__left {
        width: 100%;
    }


    .logo-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .logo-wrapper img {
        width: 180px;
        height: 100px;
        padding: 10px;
    }

    .group {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        gap: 30px;
        width: 100%;
        margin-bottom: 90px;
    }

    .casino__right-mob .flex-row {
        flex-direction: column;
        align-items: center;
    }

    .casino__get-bonus-mob {
        display: block;
        text-wrap: nowrap;
        position: absolute;

        bottom: 20px;
        border: none;
        border-radius: 8px;
        color: #fff;
        background: linear-gradient(to right, #FF4500, #FF8C00);

        padding: 16px 0px;
        width: 95%;
        text-align: center;
        max-height: 56px;
        font-size: 20px;
        box-sizing: border-box;

        font-weight: 800;
    }

    .logo-wrapper {
        gap: 20px;
    }

    .casino__score h3 {
        font-size: 22px;
    }

    .casino__info p {
        font-size: 12px;
    }

    .casino__right-desc {
        display: none;
    }

    .casino__right-mob {
        display: flex;
        align-self: end;
    }

    .flex-row.mob {
        flex-direction: column;
    }

    .flex-row span {
        text-align: center;
        text-wrap: nowrap;

    }

    .bonText {
        margin-top: 5px;
    }

    .casino__middle {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .casino__middle h2 {
        font-size: 17px;
    }


    .casino__middle h1 {
        font-size: 21px;
        text-align: center;
    }

    .casino__right {
        width: auto;
    }


    .casino__right span {
        font-size: 14px;
        font-weight: 600;
    }

    .casino__get-bonus {
        margin-bottom: 15px;
    }

    .footer-logos {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-logos img {
        max-height: 45px;
        width: auto;
    }
}

.footer-disclaimer {
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.footer_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.footer-menu {
    display: flex;
    color: #fff;
    gap: 40px;
    font-weight: bold;
}


.info {
    width: 100%;
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.faq-body {
    display: flex;
    align-items: center;
    background-color: #2D303F;
    padding: 20px;
    border-radius: 8px;
}

.faq-img-wrapper {
    margin-right: 20px;
    min-width: 8%;
}



.faq-text-wrapper .faq-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 15px;
}

.faq-text-wrapper {
    display: flex;
    flex-direction: column;
}

.faq-text-wrapper p {
    font-size: 14px;
}

.faq-text-wrapper {
    color: #fff;
}



@media (max-width: 714px) {

    .faq-body {
        display: block;
    }

    .faq-img-wrapper {
        float: left;
    }

    .faq-body img {
        max-width: 95px;
        margin-right: 20px;
    }

    .faq-text-wrapper {}


    .faq-text-wrapper .faq-title {
        color: #fff;
        font-weight: bold;
        font-size: 19px;

    }

    .faq-text-wrapper p {
        color: #fff;
        font-size: 14px;
    }
}

.info h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.legacy {
    background: #000;
    color: #fff;
}



.container_header {
    display: flex;
    flex-direction: column;
    gap: 20px;

    margin: 0 auto;
    padding: 50px 20px;
    max-width: 1220px;
    margin: 0 auto;
}

.header_secTitle {
    color: white;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

.header_desc {

    color: white;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    text-align: left;
}

.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 400px;
    background: #fff;
    border: 2px solid #f44336;
    padding: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

@media(max-width: 991px) {
    .cookie-popup {
        padding: 10px;
        left: 0px;
    }

    .container_header {
        padding: 50px 20px 0px;
    }

}

.cookie-content h2 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}

.cookie-content p {
    font-size: 14px;
    margin: 10px 0 20px 0;
    color: #333;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-buttons a {
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #0056d2;
    border-radius: 4px;
    background-color: white;
    color: #0056d2;
    transition: 0.3s;
}

.cookie-buttons a#accept {
    background-color: #0056d2;
    color: white;
}

.cookie-buttons a:hover {
    opacity: 0.9;
}

.info__section ul {

    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-left: 25px;
}

.footer-menu {
    list-style: none;
}

@media(max-width: 991px) {
    .footer-menu {
        flex-direction: column;
        align-items: center;
    }
}

/* 🔐 Стилі для pop-up 18+ */
#age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  max-width: 320px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.modal-content p {
    font-family: "Roboto", sans-serif;
}

.modal-content button {
  margin: 0.5rem;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 5px;
  background-color: #4caf50;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.modal-content button#btn-no {
  background-color: #e53935;
}

.modal-content button:hover {
  opacity: 0.85;
}

.logosDiv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  margin-bottom: 15px;
}

.logosDiv a {
  transition: all 0.3s ease;
}

.logosDiv a:hover {
  transform: scale(1.1);
  color: rgba(253, 71, 95, 1);
}

.logosDiv img {
  height: 50px;
  width: auto;
}

/* form */

.contact-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(3px);
}

.contact-modal-content {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 16px;
  width: 90%;
  max-width: 420px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  font-family: 'Poppins', sans-serif;
  animation: fadeIn 0.3s ease-in-out;
}

.contact-modal-content h2 {
  margin-top: 0;
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}

.contact-modal-content input,
.contact-modal-content textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  background-color: #f9f9f9;
  transition: border-color 0.2s;
}

.contact-modal-content input:focus,
.contact-modal-content textarea:focus {
  border-color: #4caf50;
  outline: none;
  background-color: #fff;
}

.contact-modal-content textarea {
  resize: vertical;
  min-height: 100px;
}

.page-container p > strong {
  display: block;
  font-size: 1.4rem;
  color: #ffffff;
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}


.contact-modal-content button {
  padding: 0.6rem 1.2rem;
  margin-right: 0.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-modal-content button[type="submit"] {
  background-color: #4caf50;
  color: #fff;
}

.contact-modal-content button[type="submit"]:hover {
  background-color: #43a047;
}

.contact-modal-content button#close-modal {
  background-color: #e53935;
  color: #fff;
}

.contact-modal-content button#close-modal:hover {
  background-color: #d32f2f;
}

/* М’яка анімація появи */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* politics */

.page-container {
  max-width: 960px;
  margin: 4rem auto;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.02);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1;
  font-family: 'Segoe UI', sans-serif;
}

/* Декор градієнт */
.page-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at top left, rgba(255, 215, 0, 0.08), transparent 60%);
  opacity: 0.6;
  border-radius: 16px;
}

/* Заголовок */
.page-container h1 {
  font-size: 2.5rem;
  color: #ffd700;
  text-align: center;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  animation: fadeIn 1s ease-out;
}

/* Абзаци */
.page-container p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #e0e0e0;
  animation: fadeInUp 0.8s ease-out;
}

/* Підзаголовки всередині p */
.page-container p strong {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

/* Посилання */
.page-container a {
  color: #ffd700;
  text-decoration: underline;
}

.page-container a:hover {
  color: #fff176;
}

/* Анімації */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(15px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Адаптація */
@media (max-width: 600px) {
  .page-container {
    padding: 1.5rem;
    margin: 2rem 1rem;
  }

  .page-container h1 {
    font-size: 1.8rem;
  }

  .page-container p {
    font-size: 1rem;
  }

  .page-container p strong {
    font-size: 1.1rem;
  }
}
