.age-agree {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999999999999;
  background: #000000a2;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  justify-content: center;
  padding-top: 100px;
  opacity: 0;
  visibility: hidden;
}

.age-agree-open {
  opacity: 1;
  visibility: visible;
}

.ph-ic {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 60px;
  z-index: 3;
  cursor: pointer;
}

.age-agree-content {
  max-width: 800px;
  width: 100%;
  height: fit-content;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.age-agree-content p {
  text-align: center;
  font-size: 24px;
  color: #333;
}

.argree-btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.argree-btns button {
  padding: 10px 30px;
  border: none;
  background: #333;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
}

.h2-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
}

.h2-text-wrapper h2 {
  color: #fff;
  font-weight: 400;
  font-size: 70px;
  text-align: center;
}

.h2-text-wrapper p {
  font-family: InterTight-Light;
  font-size: 20px;
  color: #fff;
  text-align: center;
  width: 800px;
}

.h2-text-wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h2-text-wrapper ul li {
  font-family: InterTight-Light;
  font-size: 20px;
  color: #fff;
}

@media all and (max-width: 768px) {
  .ph-ic {
    position: absolute;
    top: -20px;
    right: -10px;
    width: 40px;
    z-index: 3;
    cursor: pointer;
  }
}
