body {
  margin: 0;
  font-family: "overpass";
  color: white;
  text-align: center;
  background-color: #000000cc;
}

.main-section .bg-img {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  background-image: url(https://cdn.gamma.app/jzf6ez6zu7ojc8m/uploaded-images/di7X6rzDRqVHCva3Ty65k.gif);
  -webkit-background-position: center;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-section .bg-color {
  position: absolute;
  inset: 0px;
  background-color: #000000cc;
}

.subtext {
  font-size: 1.3em;
  margin-bottom: 40px;
  text-align: center;
}

h2 {
  font-size: 35px;
  font-weight: 700;
}
.main-content {
  position: relative;
  margin-bottom: 20px;
}

.main-image {
  max-width: 60%;
  height: auto;
  border-radius: 8px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  position: absolute;
  right: 32%;
  z-index: 9999;
  top: 68%;
  flex-direction: column;
}

.social-links img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

a.button {
  background-color: #ff0080;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.3em;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: bold;
  text-decoration: none;
}

button:hover {
  background-color: #cc0066;
}

.main-section {
  padding: 50px;
}

h1 {
  font-size: 45px;
  font-weight: 900;
  color: #fff;
  padding: 0px;
  margin: 0;
}

.section-devider {
  background: radial-gradient(
    circle,
    rgba(28, 25, 25, 1) 0%,
    rgba(56, 56, 56, 1) 100%
  );
  padding: 50px 50px;
  position: relative;
}

.section .inner-section {
  width: 60%;
  padding: 30px 50px;
  border-radius: 10px;
  margin: 0 auto;
}

.pink-section {
  background-color: #ff0080;
}

.pink-section .inner-section {
  background-color: #5c1940;
  border: 1px solid #971b55ff;
}

.dark-section {
  padding: 1px 30px;
  background: radial-gradient(
    circle,
    rgba(28, 25, 25, 1) 0%,
    rgba(56, 56, 56, 1) 100%
  );
}

.dark-section .inner-section {
  background: radial-gradient(
    circle,
    rgba(28, 25, 25, 1) 0%,
    rgba(56, 56, 56, 1) 100%
  );
}

.align-left {
  text-align: left;
}

.colorable-icon {
  width: 50px;
  color: #ff0080;
}

.eligibility-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  color: #e5e0df;
}

.eligibility-card {
  text-align: left;
  width: 30%;
  margin: 10px;
}

.eligibility-card h3 {
  font-size: 22px;
}

.compliance-content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.compliance-card {
  text-align: left;
  width: 100%;
  margin: 10px;
  display: flex;
  justify-content: flex-start;
}

.compliance-card .number {
  background-color: #860138;
  color: #fff;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid #971b55;
  font-size: 25px;
  font-weight: bold;
  height: 28px;
  margin-right: 10px;
}
.compliance-card div {
  display: inline-block;
}

.compliance-card h3 {
  margin: 0px;
}

.works-content,
.contacts-cards {
  display: flex;
  flex-direction: row;
  text-align: left;
  flex-wrap: wrap;
}

.works-content {
  flex-wrap: nowrap;
}

.work-card,
.contact-card {
  text-align: left;
  width: 46%;
  margin: 10px;
}

.work-card div {
  display: inline-block;
}

.card-1 {
  margin-top: 100px;
}
.card-2 {
  margin-top: 65px;
}
.card-3 {
  margin-top: 35px;
}

.work-card .number {
  background-color: #860138;
  color: #fff;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid #971b55;
  font-size: 25px;
  font-weight: bold;
  height: 28px;
  margin-right: 10px;
}

.empty-border-container {
  width: 100%;
  border: 1px solid #971b55;
  height: 20px;
  border-radius: 10px;
  background-color: #7e023c;
}

.bank-info-container {
  border: 1px solid #971b55;
  border-radius: 10px;
  background-color: #7e023c;
  padding: 20px 10px;
  text-align: left;
}

.image-devider {
  background-image: url(images/building-1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}

.bank-cards,
.faq-cards {
  display: flex;
}

.bank-card,
.faq-card {
  margin: 10px;
}

.faq-card {
  width: 50%;
   border: 1px solid #971b55;
  border-radius: 10px;
  background-color: #7e023c;
  padding: 20px 20px;
  text-align: left;
  box-sizing: border-box;
}

.bank-card img {
  width: 100%;
  margin-top: 10px;
}

.bank-images-container {
  display: flex;
  justify-content: space-between;
}

.policy-cards {
  display: flex;
}

.policy-cards .bank-card {
  width: 48%;
}

p {
  line-height: 1.5em;
  font-size: 18px;
  text-align: left;
}

.section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .6s ease-in, transform .6s ease-in;
  padding: 100px 30px;
}

.section.show {
  opacity: 1;
  transform: translateY(0);
}

.licences {
  gap: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.licences a{
  color: #ff0080;
  font-size: 25px;
}

@media only screen and (max-width: 600px) {
  .main-section {
    padding: 20px;
  }
  .main-image {
    max-width: 100%;
  }

  .main-content img {
    width: 100% !important;
  }

  .licences {
    gap: 15px;
    flex-direction: column;
    justify-content: center;
  }
  .pink-section,
  .dark-section {
    padding: 15px;
  }

  .pink-section .inner-section,
  .dark-section .inner-section {
    padding: 10px 10px;
  }

  .section .inner-section,
  .section .dark-section {
    width: 95%;
  }

  .eligibility-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .eligibility-card {
    text-align: left;
    width: 100%;
    margin: 10px;
  }

  .work-card,
  .faq-card,
  .contact-card,
  .policy-cards .bank-card {
    width: 95%;
  }

  .works-content {
    flex-wrap: wrap;
  }

  .card-1, .card-2, .card-3 {
    margin: 0;
  }
  
  .bank-cards,
  .contacts-cards {
    display: flex;
    flex-direction: column;
  }

  .bank-images-container {
    flex-direction: column;
  }
  .bank-images-container img {
    width: 100% !important;
  }

  .policy-cards,
  .faq-cards {
    display: flex;
    flex-direction: column;
  }

  .social-links {
    display: flex;
    justify-content: center;
    gap: 17px;
    position: static;
    z-index: 9999;
    flex-direction: row;
    margin-top: -17px;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
}