@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*:not(i) {
  font-family: "Poppins", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li {
  margin-left: 30px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a:hover {
  color: #fff;
}

.navbar-toggler {
  background: #6266aa;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 20px;
}

.hero p {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  color: #878c91;
  margin-bottom: 20px;
}

.hero ul li {
  color: #fff;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 10px;
}

.brand-item {
  background: #131420;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px #00000026;
}

.brand-img img {
  background: #ffffffc5;
  padding: 50px;
  border-radius: 16px;
}

.brand-item h2 {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 15px;
}

.brand-item p {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}

.brand-item .stars {
  margin-bottom: 10px;
}

.brand-item .stars i {
  color: #ff9a00;
}

.brand-item a {
  display: inline-block;
  padding: 15px 30px;
  background: #000;
  border-radius: 20px;
  background: #272b60;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  color: #fff;
  text-decoration: none;
}

.payment {
  display: flex;
  align-items: center;
  gap: 20px;
}

.payment img {
  width: 30px;
}

.card {
  background: #131420;
  font-size: 12px;
  color: #878c91 !important;
  border: 1px solid #262b5c;
  backdrop-filter: blur(54px);
  border-radius: 12px;
}

.card h1 {
  font-size: 24px;
}

.logos {
  background: #000;
  padding: 20px 50px;
  border: 1px solid #262b5c;
  backdrop-filter: blur(54px);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-top h2 {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}

.footer-top p {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #878c91;
}

.footer-bottom p {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  color: #fafafa;
}

footer ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
}

.cont-inn {
  background: #131420;
  border-radius: 20px;
  box-shadow: 0px 4px 10px 0px #00000026;
  border: 1px solid #262b5c;
}

.field {
  background: #1b1c2e;
  border: 0;
}
.field::placeholder {
  color: #adb5bd;
}
.field:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.08);
}
textarea.field {
  border-radius: 2rem;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #1b1c2e;
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000f8, #000000f8);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px 60px;
  max-width: 800px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal h1 {
  color: red;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 45px;
}

.custom-modal p {
  font-size: 17px;
  margin-bottom: 20px;
}

.popup-answers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-answers a {
  display: inline-block;
  width: 48%;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}

.popup-answers a.yes-btn {
  background: green;
}

.popup-answers a.yes-btn:hover {
  background: rgb(0, 93, 0);
}

.popup-answers a.no-btn {
  background: red;
}

.popup-answers a.no-btn:hover {
  background: rgb(178, 0, 0);
}
