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

@font-face {
  font-family: "Gerhaus";
  src: url(../fonts/Gerhaus-Regular.ttf);
}
h1, h2 {
  font-family: "Gerhaus";
}

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

.age-modal.show {
  display: flex;
}

.age-modal-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  max-width: 600px;
  width: 90%;
  text-align: center;
}

.age-modal h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.age-modal p {
  font-size: 16px;
  margin: 10px 0;
}

.age-buttons {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.age-buttons button {
  padding: 12px 25px;
  font-size: 16px;
  border: 2px solid black;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.btn-no {
  background: #fff;
  color: #000;
}

.btn-no:hover {
  background: #eee;
}

.btn-yes {
  background: #000;
  color: #fff;
}

.btn-yes:hover {
  opacity: 0.9;
}

.age-warning {
  font-size: 14px;
  color: #444;
}

.header {
  background: url(../img/header-bg.jpg) center center/cover no-repeat;
  padding: 24px 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .logo img {
  width: 120px;
}
.header .container .header-link {
  display: flex;
  gap: 80px;
}
.header .container .header-link a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.main-top {
  margin-top: 60px;
}
.main-top h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.main-top p {
  font-size: 20px;
  margin-bottom: 50px;
}
.main-top .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.main-top .items .item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 190px;
}
.main-top .items .item img {
  width: 24px;
}
.main-top .items .item p {
  font-size: 16px;
  margin: 0;
}

.bg-block {
  margin-top: 50px;
}
.bg-block .container {
  border-radius: 8px;
  background-color: #000000;
  padding: 83px 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bg-block .container .logo img {
  width: 230px;
}
.bg-block .container .item {
  max-width: 296px;
  display: flex;
  align-items: center;
}
.bg-block .container .item img {
  width: 40px;
  margin-right: 8px;
}
.bg-block .container .item p {
  font-size: 16px;
  margin-bottom: 0;
  color: #fff;
}
.bg-block .container .a-btn {
  padding: 8px;
  border-radius: 8px;
  color: #000;
  text-decoration: none;
  background-color: #FF8800;
}

.policy-items {
  margin: 100px 0;
}
.policy-items .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}
.policy-items .item .h1 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  width: 45%;
}
.policy-items .item .h2 {
  font-weight: 300;
  font-size: 16px;
  width: 53%;
}

.footer {
  background-color: #1D1D1D;
  text-align: center;
  padding: 40px 0;
}
.footer .f-top {
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  gap: 120px;
  margin: 0 auto;
}
.footer .f-top .logo img {
  width: 120px;
}
.footer .f-top p {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.footer .f-logo {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 100px;
}
.footer .f-logo img {
  width: auto;
  height: 60px;
}
.footer h3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}
.footer .f-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
}
.footer .f-link a {
  text-transform: uppercase;
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.footer .f-txt {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 100px;
}
.footer .f-txt p {
  color: #fff;
  margin-bottom: 0;
}

.bg-policy {
  height: 500px;
  margin-top: 50px;
}
.bg-policy .container {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 8px;
  padding: 24px;
}
.bg-policy .container .text {
  width: 60%;
}
.bg-policy .container .text h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.bg-policy .container .text p {
  font-size: 20px;
  margin-bottom: 0;
  color: #fff;
}
.bg-policy .container .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bg-policy .container .bottom h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.bg-policy .container .bottom h3 img {
  width: 40px;
}
.bg-policy .container .bottom p {
  color: #fff;
  margin-bottom: 0;
}

.bg-1 {
  background: url(../img/bg-1.jpg) center center/cover no-repeat;
}

.bg-2 {
  background: url(../img/bg-2.jpg) center center/cover no-repeat;
}

.bg-3 {
  background: url(../img/bg-3.jpg) center center/cover no-repeat;
}

.form-items {
  margin: 100px 0;
}
.form-items form {
  background: white;
  padding: 20px;
  max-width: 700px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-items input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-items button {
  padding: 10px 20px;
  background-color: #FF8800;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.form-items button:hover {
  background-color: #ee8105;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}

.modal_v {
  background: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
}

.close-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #FF8800;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.close-btn:hover {
  background-color: #ee8105;
}

@media (max-width: 991px) {
  .header {
    background: url(../img/header-bg-m.jpg) center center/cover no-repeat;
    padding-top: 56px;
    padding-bottom: 8px;
  }
  .header .container {
    flex-direction: column;
  }
  .header .container .header-link {
    margin-top: 20px;
  }
  .header .container .header-link a {
    font-size: 14px;
  }
  .main-top {
    margin-top: 30px;
  }
  .main-top h1 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .main-top p {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .main-top .items .item {
    width: 186px;
  }
  .bg-block .container {
    padding: 24px;
    flex-direction: column;
    gap: 20px;
  }
  .policy-items {
    margin: 70px 0;
  }
  .policy-items .item {
    flex-direction: column;
  }
  .policy-items .item .h1 {
    width: 100%;
    margin-bottom: 16px;
  }
  .policy-items .item .h2 {
    width: 100%;
  }
  .footer .f-top {
    gap: 24px;
    flex-direction: column;
  }
  .footer .f-top p {
    font-size: 16px;
    text-align: center;
  }
  .footer .f-logo img {
    height: 50px;
  }
  .footer h3 {
    font-size: 20px;
  }
  .footer .f-txt {
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }
  .bg-policy .container .text {
    width: 100%;
    text-align: center;
  }
  .bg-policy .container .text h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .bg-policy .container .text p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */