@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

html,
body {
  box-sizing: border-box;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  background: rgba(6, 7, 11, 1);
  color: #fff;
  overflow: auto;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.logo a {
  display: flex;
  align-items: center;
  gap: 20px;
}
h1 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(
    90deg,
    #ecc440 0%,
    #fffa8a 32%,
    #ddac17 68%,
    #ffff95 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Для Firefox */
  background-clip: text;
  color: transparent;
}
.color {
  background: linear-gradient(
    90deg,
    #ecc440 0%,
    #fffa8a 32%,
    #ddac17 68%,
    #ffff95 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Для Firefox */
  background-clip: text;
  color: transparent;
}
.container {
  margin: 0 auto;
  max-width: 1240px;
  width: auto;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.casino-mob {
  display: flex;
}
.hero {
  position: relative;
  background-image: url("img/back-hero.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 60px;
}
.hero p {
  text-align: center;
  font-weight: 600;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(6, 7, 11, 0.3) 0%, #06070b 100%);

  z-index: 1;
}

.hero > * {
  position: relative;
  z-index: 2; /* Щоб контент був поверх затемнення */
}
.casino-text {
  margin-top: 48px;
}
.casino-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-transform: uppercase;
  background: linear-gradient(
    90deg,
    rgba(28, 28, 28, 0.95) 0%,
    rgba(8, 9, 12, 0.95) 100%
  );
  padding: 6px 0;
  margin-bottom: 30px;
  border-radius: 4px;
}
.casino-item {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(
    90deg,
    rgba(28, 28, 28, 0.95) 0%,
    rgba(8, 9, 12, 0.95) 100%
  );
  border-radius: 4px;
  position: relative;
  border: 2px solid;

  border-image-source: linear-gradient(
    90deg,
    #ecc440 0%,
    #fffa8a 32%,
    #ddac17 68%,
    #ffff95 100%
  );
  border-image-slice: 1; /* 🔥 Обов'язково! */
}

.casino-top {
  position: absolute;
  top: -15px;
  left: -15px;
  display: flex;
  gap: 5px;
}
.casino-num {
  border-radius: 50px;
  background: linear-gradient(
    90deg,
    #ecc440 0%,
    #fffa8a 32%,
    #ddac17 68%,
    #ffff95 100%
  );
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  width: auto;
  min-height: 20px;
  height: auto;
  color: #000;
}
.casino-logo {
  padding: 25px 0;
  min-width: 210px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px rgba(34, 34, 34, 1);
}
.casino-stars {
  min-width: 188px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 32px 0;
  border-right: solid 1px rgba(34, 34, 34, 1);
}
.casino-bonus {
  min-width: 311px;
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-right: solid 1px rgba(34, 34, 34, 1);
}

.casino-pay {
  min-width: 230px;
  width: auto;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  border-right: solid 1px rgba(34, 34, 34, 1);
}

.button {
  border-radius: 100px;
  padding-top: 17px;
  padding-right: 41px;
  padding-bottom: 17px;
  padding-left: 41px;
  background: linear-gradient(90deg, #1b96c3 0%, #3c46ff 100%);
  text-transform: uppercase;
  font-style: none;
  text-decoration: none;
  font-weight: 900;
}
.casino-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
a {
  color: inherit;
}

.casino-items {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.information {
  margin-top: 60px;
}
.info-title {
  display: flex;
  gap: 20px;
  align-items: center;
}
.info-title h3 {
  text-transform: uppercase;
  font-size: 28px;
}
.information-items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.info-desck p {
  font-size: 16px;
  line-height: 1.8;
}
.information-item {
  flex: 1;
  border: 1px solid;

  border-image-source: linear-gradient(
    90deg,
    #ecc440 0%,
    #fffa8a 32%,
    #ddac17 68%,
    #ffff95 100%
  );
  border-image-slice: 1; /* 🔥 Обов'язково! */
  padding: 32px;
}
.info-items {
  display: flex;
  gap: 32px;
}
.footer {
  margin: 60px auto;
}
.footer-text p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 700px) {
  h1 {
    font-size: 24px;
  }
  .info-items {
    flex-direction: column;
  }
  html,
  body {
    font-size: 16px;
  }
  .casino-text {
    display: none;
  }
  .hero-text {
    padding-bottom: 34px;
  }
  .casino-item {
    flex-direction: column;
  }
  .casino-mob {
    display: flex;
    justify-content: space-around;
  }
  .container {
    padding: 0 10px;
    max-width: 330px;
  }
  .casino-logo,
  .casino-stars,
  .casino-bonus {
    min-width: 100px;
    width: auto;
  }
  .casino-logo img {
    max-width: 100px;
  }
  .casino-btn {
    padding-bottom: 20px;
  }
  .footer-img {
    flex-direction: column;
  }
  .nav {
    flex-direction: column;
  }
}
.footer-center {
  display: flex;
  justify-content: center;
}
.footer-img {
  background-color: #ccc;
  padding: 20px 70px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  max-width: 900px;
  width: auto;
  margin-bottom: 100px;
}
.footer-img img {
  max-width: 150px;
}
ul,
li {
  text-decoration: none;
  list-style: none;
  color: #fff;
}
ul a {
  color: inherit;
  text-decoration: none;
}
.nav {
  display: flex;
  justify-content: space-between;
}
.privacy-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: start;
  align-items: start;
}

.contact-section {
  background: linear-gradient(to bottom, #111317, #1c1c1e);
  color: #fff;
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.contact-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 0 30px rgba(0, 149, 255, 0.2);
}

.contact-container h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #00baff;
  text-align: center;
}

.contact-container p {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  color: #ccc;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  border: 1px solid #444;
  border-radius: 8px;
  background-color: #1a1a1c;
  color: #fff;
  font-size: 15px;
  transition: border 0.3s, box-shadow 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #00baff;
  box-shadow: 0 0 8px rgba(0, 149, 255, 0.5);
  outline: none;
}

.contact-form button {
  background: linear-gradient(90deg, #00baff, #006eff);
  color: white;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.contact-form button:hover {
  background: linear-gradient(90deg, #009aff, #004eff);
  transform: translateY(-2px);
}
.logo {
  text-transform: uppercase;

  margin-bottom: 40px;
}
.logo a {
  text-decoration: none;
}

#age-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#age-popup h2 {
  font-size: 2em;
  margin-bottom: 1rem;
}

#age-popup p {
  max-width: 400px;
  text-align: center;
  margin-bottom: 2rem;
}

.popup-buttons {
  display: flex;
  gap: 1rem;
}

.popup-buttons button {
  padding: 12px 24px;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-yes {
  background-color: #28a745;
  color: white;
}

.btn-yes:hover {
  background-color: #218838;
}

.btn-no {
  background-color: #dc3545;
  color: white;
}

.btn-no:hover {
  background-color: #c82333;
}
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 20px;
  text-align: center;
  z-index: 9998;
  display: none;
  font-family: Arial, sans-serif;
}

#cookie-banner p {
  margin: 0 0 10px;
  font-size: 16px;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
}

.btn-accept {
  background-color: #28a745;
  color: white;
  padding: 10px 22px;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.btn-accept:hover {
  background-color: #218838;
}
