.ardk-18plus-wrapper {
  z-index: 1505;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  /* overflow: auto; */
  /* background-color: rgba(0, 0, 0, 0.5); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ardk-18plus-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / cover no-repeat url(images/slide-1_.webp);
  filter: blur(50px);
  transform: scale(1.1);
  z-index: 1506;
}

.ardk-18plus-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1507;
} 

.ardk-18plus-body {
  z-index: 1508;
  position: relative;
  color: #a6a6a6;
  text-align: center;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.7px;
  letter-spacing: 0.053px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ardk-18plus-texts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ardk-18plus-mobile {
  display: none;
}

.ardk-18plus-header {
  color: var(--Matte-White, #fcfcfb);
  font-size: 20px;
  font-weight: 700;
  line-height: 21.8px;
  letter-spacing: -0.096px;
}

.ardk-18plus-buttons {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.ardk-18plus-agree-button {
  display: flex;
  padding: 12px 24px;
  line-height: 24px;
  gap: 8px;
  justify-content: center;
  border-radius: 1000px;
  background: var(--Powder-Peach, #ff815f);
  cursor: pointer;
  width: 100%;
  max-width: 220px;
  box-sizing: border-box;
}

.ardk-18plus-button-icon img,
.ardk-18plus-button-icon {
  height: 24px;
}

.ardk-18plus-button-text {
  line-height: 24px;
  color: var(--Matte-White, #fcfcfb);
  line-height: 24px;
  letter-spacing: -0.5px;
}

.ardk-18plus-cancell-button {
font-size: 13.891px;
font-weight: 300;
line-height: 17.5px;
letter-spacing: -0.5px;
cursor: pointer;
}

@media (max-width: 1300px) {
  .ardk-18plus-desctop .ardk-18plus-body {
    font-size: 14px;
  } 

  .ardk-18plus-desctop .ardk-18plus-header {
    font-size: 18px;
  } 

  .ardk-18plus-desctop .ardk-18plus-cancell-button {
    font-size: 12px;
  }

  .ardk-18plus-desctop .ardk-18plus-agree-button {
    padding: 10px 24px;
  }
}

@media (max-width: 750px) {
  .ardk-18plus-desctop {
    display: none;
  }

  .ardk-18plus-mobile {
    display: flex;
  }
}

.ardk-18plus-wrapper-hide {
  display: none;
}
