@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 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  overflow: auto;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  padding: 0;
  margin: 0;
}
.container {
  margin: 0 auto;
  max-width: 1300px;
  width: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
h1 {
  font-weight: 700;
  font-size: 24px;
  color: rgba(219, 0, 0, 1);
}
.header,
.hero {
  background: rgba(11, 0, 164, 1);
  width: 100%;
  color: #fff;
  padding: 16px 0;
}
.header-container a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}
.hero {
  padding: 48px 0 24px 0;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.section-hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hero-desck {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.hero-img {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.hero-img img {
  height: 40px; /* або 50px – підбери на око */
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}

.hero-img img:hover {
  transform: scale(1.05);
}

.responsible-container {
  color: rgba(11, 0, 164, 1);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  align-items: center;
}
.responsible-container h2 {
  font-weight: 700;
}
.responsible {
  padding: 32px 0 24px 0;
}
.respotsible-text {
  color: rgba(255, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.respotsible-text img {
  max-width: 45px;
}
.responsible-title {
  max-width: 1104px;
  width: 100%;
  background: rgba(11, 0, 164, 1);
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 8px 58px;
}
.casino-item-block {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}
.casino-text {
  box-shadow: 4px 2px 12.3px 0px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
  color: rgba(102, 102, 102, 1);
  max-width: 1220px;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.casino-item {
  display: flex;
  justify-content: space-between;
  background: rgba(11, 0, 164, 1);
  width: 100%;
  border-radius: 20px;
  padding: 25px 0;
  color: #fff;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.casino-pay {
  flex-direction: column;
  gap: 15px;
}
.pay-img {
  display: flex;
  gap: 5px;
}
.casino-btn {
  flex-direction: column;
  gap: 16px;
}

.button {
  padding: 15px 32px;
  font-size: 16px;
  font-weight: 600;
  background: rgba(255, 255, 255, 1);
  box-shadow: 3px 4px 4.8px 0px rgba(0, 0, 0, 0.25);
  color: rgba(11, 0, 164, 1);
  border-radius: 50px;
}
.casino-bonus p {
  font-size: 24px;
  font-weight: 500;
}
.casino-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.why {
  margin: 32px 0;
  text-align: center;
  font-size: 16px;
}
.why-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.why-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.why-text h2 {
  color: rgba(11, 0, 164, 1);
  font-weight: 700;
}
.blue {
  padding: 48px 0;
  background: rgba(151, 143, 255, 0.2);
}
.container-blue {
  max-width: 1220px;
  width: 100%;
  color: rgba(11, 0, 164, 1);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.blue > .container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.sites {
  margin: 32px 0;
}
.container-sites h2 {
  color: rgba(11, 0, 164, 1);
  font-weight: 700;
  padding-bottom: 8px;
}
.container-sites p {
  padding-bottom: 24px;
}
.container-sites {
  text-align: center;
}
.container-advantage h2 {
  color: rgba(11, 0, 164, 1);
  font-weight: 700;
  text-align: center;
  padding-bottom: 24px;
}
.container-advantage {
  text-align: center;
  padding-bottom: 24px;
}
.advantages-items {
  display: flex;
  gap: 32px;
  margin-bottom: 34px;
}
.advantages-item {
  padding: 16px 55px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
}
.pink {
  background: rgba(164, 0, 3, 0.2);
}
.blue-color {
  background: rgba(11, 0, 164, 0.2);
}
form {
  display: flex;
  flex-direction: column;
  max-width: 470px;
  width: 100%;
}

.container-contacts {
  display: flex;
}
.contact-item {
  flex: 1;
}
.form {
  display: flex;
  justify-content: end;
}
.contact-item h2 {
  color: rgba(11, 0, 164, 1);
  font-weight: 700;
  padding-bottom: 24px;
}
.contact-item p {
  font-size: 18px;
}
label {
  font-size: 14px;
  color: rgba(11, 0, 164, 1);
  padding-bottom: 4px;
  font-weight: 500;
}
.btn {
  max-width: 275px;
  width: 100%;
  background: rgba(1, 77, 254, 1);
  padding: 10px 24px;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
input,
textarea {
  margin-bottom: 16px;
  border: 0.5px solid rgba(146, 146, 146, 1);
  padding: 10px 24px;
  border-radius: 5px;
}
input::placeholder,
textarea::placeholder {
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.footer {
  padding-top: 48px;
  background: rgba(1, 77, 254, 1);
  color: #fff;
}
.footer-menu ul {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}
.footer-menu {
  padding-bottom: 24px;
}
ul,
li {
  list-style: none;
}
.footer-container p {
  font-size: 16px;
  padding-bottom: 24px;
}
.coop {
  text-align: center;
  padding: 24px 0;
}
.advantages-item h4 {
  padding-bottom: 20px;
}

@media (max-width: 700px) {
  .container {
    padding: 0 20px;
  }
  .footer-menu ul {
    flex-direction: column;
    align-items: center;
  }
  .hero-img img {
    height: 20px;
    width: auto;
  }
  .responsible-title {
    display: none;
  }
  .casino-item {
    flex-direction: column;
    gap: 16px;
  }
  .casino-bonus p {
    font-size: 18px;
  }
  .advantages-items,
  .container-contacts {
    flex-direction: column;
  }
  .advantages-item {
    padding: 16px 10px;
  }
  .contact-item {
    text-align: center;
    padding-bottom: 20px;
  }
  .coop p {
    font-size: 12px !important;
  }
}
.privacy-text {
  margin-bottom: 48px;
}
.privacy-text p {
  padding-bottom: 20px;
}
.privacy-text ul li {
  list-style: disc;
}
.privacy-title {
  text-align: center;
  margin: 48px 0;
}
.privacy-title h2 {
  margin-bottom: 34px;
  font-weight: 700;
}

.privacy-text ul {
  margin-bottom: 34px;
}

.age-gate {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background: rgba(1, 77, 254, 1);
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.age-gate h1 {
  font-size: 2em;
  margin-bottom: 20px;
}

.age-gate p {
  margin-bottom: 30px;
}

.age-gate button {
  margin: 10px;
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
  background: #fff;
  color: #014dfe;
  border: none;
  border-radius: 5px;
}

.age-gate .btn-no {
  background: #fff;
  color: red;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  width: 100%;
padding: 20px 0;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cookie-banner p {
  margin-bottom: 15px;
  max-width: 800px;
}

.cookie-banner button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}
