@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
  width: 100vw;
  overflow-x: hidden !important;

}

* {
  font-family: "Poppins", sans-serif !important;
}

.text-heading {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.1;
  background-color: #8e62f9;
  color: #ffffff;
}
.bg-lines {
      background-image: url("/static/assets/backgrounds/home-intro.webp");
      /* specify the background image */
      background-size: cover;
      /* cover the entire container */
      background-position: center;
}

.vetting-heading {
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
}

.you-team-heading {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}

.vetting-subheading {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.8;
}

.orange-clr {
  color: #F27023;
}

.bg-purple {
  background-color: #8e62f9 !important;
}

.orange-bg {
  background-color: #F27023;

}

.accordion-button {
  background-color: #8e62f9 !important;
  color: white !important;
}

.accordion-button::after {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="current-color"%3E%3Cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
}


.accordion-body {
  color: white;
}

.card {
  background-color: #8e62f9;
  color: white;
}

.card-talent-picture {
  width: 130px;
  margin: 0 15px;
}

.accordion-list {
  font-size: 14px;
  font-weight: 500;
}

.card-talent-icon {
  width: 130px;
  margin: 0 15px;
}

.card-talent-picture>img {
  border-radius: 50%;
  width: -webkit-fill-available;
  border: 6px solid;
  margin: 10px 0;
}

.card-talent-icon>img {
  border-radius: 50%;
  width: -webkit-fill-available;
}

.text-5 {
  font-size: 1.6rem;
}

.text-4 {
  font-size: 1.4rem;
}

.text-3 {
  font-size: 1.2rem;
}

.text-0 {
  font-size: 0.9rem;
}

.to-upload-card {
  border: 0;
}

.btn-white {
  background: white;
  color: #59d7c7;
}