

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.0/font/bootstrap-icons.css");


body{
  background-color: #252525;
}

.team-heading {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  margin-top: 3% !important;
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
}

.img-circle {
  border-radius: 50%;
}
h4 {
  text-align: center;
  padding: 1rem 0 0 0;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
}
p {
  text-align: center;
  color: white;
}
.faq-a{
  color: white;
}
.faq-a:hover{
     color: white;
}

#team-wrapper {
  width: calc(100% - 10rem);
  margin: 0 auto 5rem auto;
  border-radius: 3rem;
  background-color: transparent;
}
div {
  text-align: center;
}

.policy-content {
  margin: 5rem auto;
}

@media (max-width: 576px) {
  .policy-content {
    padding: 0 1rem;
    max-width: 100%;
  }
  .policy-content .container {
    padding: 0 1rem;
  }
  .faq-wrapper {
    max-width: 100%;
  }
  .privacy-intro {
    font-size: 1.6rem;
  }
  #faq-h {
    font-size: 1.8rem;
    padding: 0 1rem;
  }
  .team-heading {
    margin-top: 10% !important;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .team-heading {
    margin-top: 30%;
  }
}

@media (min-width: 992px) {
  .policy-content {
    padding: 0 2rem;
  }
  .team-heading {
    margin-top: 15%;
  }
}

@media (min-width: 993px) {
  .policy-content .faq-wrapper {
    max-width: 70%;
  }
}
.text-center{
  color: #fff;
}

#contact-nav{
  font-size: 1.6rem;
  color: #000;
  font-weight: 500 !important;
}

#contact-copyright{
color: black;
}

.contact-footer-a{
  color: black
}
#about-container{
    margin-top: 20px;
    padding: 20px;
    background-color: transparent;
    border-radius: 5px;
    background: rgba( 255, 255, 255, 0.20 );
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );

}
#about-p{
  text-align: left;
  font-size: 1.3rem;
}
#about-h{
  text-align: center;
    font-size: 4.5rem;
    font-weight: bold;
    margin-top: 0% !important;
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
}
#about-h2{
  text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    font-family: sans-serif;
}
#faq-h{
    text-align: center;
      font-size: 5.5rem;
      font-weight: bold;
      margin: 2% 0 2% 0;
      padding: 0 1.5rem;
      word-break: break-word;
      color: #ffffff;
      font-family: 'Fjalla One', sans-serif;
  }

.faq-wrapper{
  max-width: 50%;
  margin: auto;
}

#faq-container {
  background: rgba( 255, 255, 255, 0.20 );
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  margin: 0 0 5px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: white;
 text-align: left;
  font-size: 1.5rem;
}

.question::after {
  content: "\f22c";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  font-family: "bootstrap-icons";
}

.question.active::after {
  transform: rotate(180deg);
}

.a-container {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
  letter-spacing: 0.2px ;
  color: white;
  text-align: left;
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
}


@media screen and (max-width: 790px){

  .faq-wrapper {
    max-width: 90%;
    margin: auto;
}
 #faq-h{
  margin-top: 0%;
  margin-bottom: 5%;
 }
  .answer{
    letter-spacing: 0.5px ;
  }

}

.privacy-intro {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1rem;
}
/*Web Index Page*/
.web-index-container {
  max-width: 780px;
  margin: 6rem auto 5rem auto;
  padding: 0 20px;
}

.web-index-container > .container {
  background: rgba(14, 14, 20, 0.55);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  padding: 3.25rem 3.25rem 3.5rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.web-index-h {
  text-align: center;
  font-size: 4.75rem;
  font-weight: bold;
  margin: 0 0 1.75rem 0;
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
  line-height: 1.05;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.4);
}

.web-index-heading {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 2.5rem 0 0.75rem 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.3px;
}

.web-index-answer {
  padding: 0;
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
  font-size: 1.075rem;
  font-family: 'Poppins', sans-serif;
}

.web-index-partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 32px;
  margin: 1.5rem 0 0 0;
  font-size: 1rem;
  color: white;
}

.web-index-partners .faq-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0.9;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.web-index-partners .faq-a img {
  height: 38px;
  width: auto;
  display: block;
}

.web-index-partners .faq-a img[alt="Massive"] {
  height: 30px;
}

.web-index-partners .faq-a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

@media screen and (min-width: 591px) and (max-width: 900px) {
  .web-index-container {
    margin: 5rem auto 4rem auto;
    padding: 0 16px;
  }

  .web-index-container > .container {
    padding: 2.5rem 2rem 2.75rem;
  }

  .web-index-h {
    font-size: 4rem;
  }

  .web-index-heading {
    font-size: 1.9rem;
  }

  .web-index-answer {
    font-size: 1.05rem;
  }
}

@media screen and (max-width: 590px) {
  .web-index-container {
    margin: 3.5rem auto 3rem auto;
    padding: 0 14px;
  }

  .web-index-container > .container {
    padding: 2rem 1.5rem 2.25rem;
    border-radius: 20px;
  }

  .web-index-h {
    font-size: 3.25rem;
    margin-bottom: 1.25rem;
  }

  .web-index-heading {
    font-size: 1.7rem;
  }

  .web-index-answer {
    font-size: 1rem;
  }

  .web-index-partners .faq-a img {
    height: 28px;
  }

  .web-index-partners .faq-a img[alt="Massive"] {
    height: 22px;
  }
}
