.age-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }

  .age-modal-content {
    background-color: #1a1a1a;
    padding: 2rem;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    border: 1px solid #b48f55;
  }
  
  .age-modal-logo-container {
    margin-bottom: 1.5rem;
  }
  
  .age-modal-logo {
    max-width: 150px;
    margin-bottom: 1rem;
  }
  
  .age-modal-text {
    margin-bottom: 2rem;
    color: #fff2e3;
  }
  
  .age-modal-button-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
  }
  
  .age-modal-remember-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #fff2e3;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .t-gold{
  color: #b48f55;
}

.text-size-medium {
  font-size: 1.25rem;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

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

  .button {
    background-color: var(--dark-red);
    color: #fff;
    text-align: center;
    border-radius: 200rem;
    padding: 1rem 2rem;
    font-weight: 600;
    line-height: 100%;
  }

  .button.gold {
    color: var(--black);
    background-image: linear-gradient(92deg, #b17a39, #f8d692 44%, #784a16 76%, #e7bd71);
  }