

@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 5rem;
  }
  .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%;
  }
}
.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;
      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: 75%;
    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-h {
  text-align: center;
  font-size: 5.5rem;
  font-weight: bold;
  margin: 2% 0 2% 0;
  color: #ffffff;
  font-family: 'Fjalla One', sans-serif;
}

.web-index-heading {
  font-weight: 600;
  padding: 5px;
  color: white;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.5px;
}

.web-index-container {
  max-width: 700px;
  margin: 5rem auto;
  padding: 0 20px;
}

.web-index-answer {
  padding: 10px 0;
  line-height: 1.6rem;
  letter-spacing: 0.2px;
  color: white;
  text-align: center;
  font-size: 1.4rem;
}

.web-index-partners {
  font-size: 1.2rem;
  color: white;
}
@media screen and(min-width:591px) and (max-width:900px){
  .web-index-h {
    font-size: 4.5rem;
  }

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

  .web-index-container {
    padding: 0 10px;
    margin: 0;
  }

  .web-index-answer {
    max-width: 500px;
    padding: 10px 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .web-index-partners {
    font-size: 1.5rem;
  }
  
}
@media screen and (max-width: 590px) {
  .web-index-h {
    font-size: 4.5rem;
  }

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

  .web-index-container {
    padding: 0 10px;
    margin: 0;
  }

  .web-index-answer {
    max-width: 500px;
    padding: 10px 20px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .web-index-partners {
    font-size: 1.5rem;
  }
}
