body {
  background-color: #090909 !important;
}

.content-box {
  width: 100% !important;
}

.top-bar .search-container {
  display: none !important;
}

.info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.info-card {
  width: 50%;
  color: #fff;
  padding: 3.125rem;
  align-content: center;
}

.info-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.info-box {
  display: flex;
  padding: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  background: linear-gradient(
    90deg,
    rgba(113, 51, 125, 1) 0%,
    rgba(94, 65, 133, 1) 50%,
    rgba(87, 73, 158, 1) 100%
  );
  border-radius: 2.5rem 3.75rem 2.5rem 2.5rem;
  text-align: center;
}

.info-inner {
  height: 70%;
  margin: auto !important;
  background: linear-gradient(
    90deg,
    rgba(113, 51, 125, 1) 0%,
    rgba(94, 65, 133, 1) 50%,
    rgba(87, 73, 158, 1) 100%
  );
  border-radius: 2.5rem 3.75rem 2.5rem 2.5rem;
  padding: 1.875rem 3.125rem;
  align-content: center;
  transition: background-color 0.1s ease;
}

.info-inner a:hover {
  color: #e0c5e1;
}

.info-inner p {
  font-size: 1.125rem;
}

.info-text-area {
  padding: 1.25rem;
  margin: auto;
  background: #6e4f6f;
  border-radius: 2.5rem 3.75rem 2.5rem 2.5rem;
}

.reg-detail-sec {
  width: 90%;
  margin: 3.125rem auto auto;
  color: #fff;
  padding: 1.25rem;
  border-radius: 2.5rem 3.75rem 2.5rem 2.5rem;
  height: 70%;
  background-color: #33153c;
}

.main-info-card {
  font-size: 1.125rem;
}

#info-section {
  background: linear-gradient(
    300deg,
    rgba(0, 0, 0, 1) 15%,
    rgba(26, 26, 26, 1) 49%
  );
  display: flex;
  border-radius: 2.5rem 3.75rem 2.5rem 2.5rem;
  width: 90%;
  max-width: 87.5rem;
}

.site-logo {
  width: 15.625rem;
  margin: auto;
}

/* --- Media Queries --- */
@media (max-width: 1100px) {
  .info-par {
    font-size: 1.125rem;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .info-card {
    width: 90%;
    margin: 1.25rem auto auto;
  }

  #info-section {
    flex-direction: column;
    width: 100% !important;
    height: auto !important;
  }

  .contact-info {
    height: 90%;
  }

  .contact-card {
    width: 90% !important;
  }

  .info-box {
    width: 100% !important;
  }

  .info-text-area,
  .contact-info-inner {
    border-radius: 2.5rem;
  }
}

@media (max-width: 768px) {
  #info-section,
  .info-box {
    border-radius: 0 3.75rem 0 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  #auth-section {
    width: 98%;
  }

  .info-box {
    width: 60% !important;
  }

  .info-card {
    width: 40% !important;
    padding: 1.875rem;
  }

  #info-section {
    width: 98%;
  }
}
