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

body {
  background: url(../img/bg.jpg) top center/cover no-repeat;
  color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

.header {
  padding-top: 40px;
}
.header .logo img {
  width: 150px;
}

.main-text {
  padding-top: 40px;
  margin-bottom: 60px;
}
.main-text h1 {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 8px;
}
.main-text p {
  margin-bottom: 58px;
}
.main-text p a {
  color: #fff;
}
.main-text .items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.main-text .items .item {
  display: flex;
  align-items: center;
  border: 1px solid #5700FF;
  padding: 6px 30px;
  border-radius: 999px;
}
.main-text .items .item img {
  width: 24px;
  margin-right: 8px;
}
.main-text .items .item img span {
  margin-bottom: 0;
}

.item-block {
  margin-bottom: 32px;
}
.item-block .container {
  background-color: #000000;
  border: 0.5px solid #5700FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 70px;
}
.item-block .container .logo img {
  width: 250px;
}
.item-block .container .item {
  width: 250px;
  display: flex;
  align-items: center;
}
.item-block .container .item img {
  width: auto;
  height: 48px;
  margin-right: 8px;
}
.item-block .container .item p {
  margin-bottom: 0;
}
.item-block .container .st {
  text-align: center;
}
.item-block .container .st h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
.item-block .container .st img {
  width: 150px;
  margin-bottom: 8px;
}
.item-block .container .st p {
  margin-bottom: 0;
}
.item-block .container .abtn {
  padding: 16px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  background-color: #1100EE;
  border: 1px solid #1100EE;
  font-weight: bold;
  transition: 0.3s all;
}
.item-block .container .abtn:hover {
  background-color: #000;
}
.item-block .container::before,
.item-block .container::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 6px solid #fff;
  border-radius: 6px;
}
.item-block .container::before {
  top: -3px;
  left: -3px;
  border-right: none;
  border-bottom: none;
}
.item-block .container::after {
  bottom: -2px;
  right: -2px;
  border-left: none;
  border-top: none;
}
.item-block .container::before,
.item-block .container::after,
.item-block .container .bottom-left,
.item-block .container .top-right {
  pointer-events: none;
}
.item-block .container .top-right,
.item-block .container .bottom-left {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  border: 6px solid #fff;
  border-radius: 6px;
}
.item-block .container .top-right {
  top: -2px;
  right: -2px;
  border-left: none;
  border-bottom: none;
}
.item-block .container .bottom-left {
  bottom: -2px;
  left: -2px;
  border-right: none;
  border-top: none;
}

.policy_main {
  padding: 50px 0;
}
.policy_main .block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.policy_main .block .bl-1 {
  font-weight: bold;
  font-size: 24px;
}
.policy_main .block .bl-2 {
  font-weight: 300;
}
.policy_main .block .bl-2 a {
  color: #fff;
}

.footer {
  background-color: #1D1D1D;
  padding: 24px 0;
}
.footer .f-top {
  margin-bottom: 30px;
}
.footer .f-top .logo img {
  width: 150px;
}
.footer .f-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.footer .f-logo .img-1 {
  width: 160px;
}
.footer .f-logo .img-2 {
  width: 310px;
}
.footer .f-logo .img-3 {
  width: 350px;
}
.footer .f-logo .img-4 {
  width: 232px;
}
.footer .f-logo .img-5 {
  width: 120px;
}
.footer .f-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 170px;
  margin-bottom: 50px;
}
.footer .f-text p {
  margin-bottom: 0;
}
.footer .f-text p strong {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer .f-a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.footer .f-a a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.footer .f-p {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.modal-age {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-box {
  background: radial-gradient(circle, #1e0033, #000);
  border-radius: 10px;
  padding: 30px;
  max-width: 500px;
  text-align: center;
  color: white;
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
}

.modal-box h2 {
  margin-top: 0;
}

.modal-box p {
  margin: 15px 0;
}

.btn-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.btn {
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  border: 2px solid #8800ff;
  transition: all 0.3s ease;
}

.btn-enter {
  background: #8800ff;
  color: #fff;
}

.btn-enter:hover {
  background: #aa33ff;
}

.btn-quit {
  background: transparent;
  color: #fff;
}

.btn-quit:hover {
  background: #8800ff;
}

.footer-text {
  margin-top: 20px;
  font-size: 13px;
  color: #ccc;
}

@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
  .main-text h1 {
    font-size: 32px;
    text-align: center;
  }
  .header {
    text-align: center;
    padding-top: 56px;
  }
  .main-text .items {
    flex-wrap: wrap;
    gap: 20px;
  }
  .item-block {
    padding-left: 28px;
    padding-right: 28px;
  }
  .item-block .container {
    flex-direction: column;
    gap: 40px;
    padding: 50px 30px;
  }
  .policy_main .block {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer .f-logo .img-3 {
    width: 330px;
  }
  .footer .f-text {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}/*# sourceMappingURL=style.css.map */