@media (min-width: 992px) .container {
  max-width: 960px;
}
@media (min-width: 768px) .container {
  max-width: 720px;
}
@media (min-width: 576px) {
  max-width: 540px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #07172b;
  background-image: URL("./assets/TopBackground.png");
  background-repeat: no-repeat;
  background-position-x: right;
  margin-right: auto;
  margin-left: auto;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #fff;
  font-size: 1rem;
  font-family: "adobe-clean", sans-serif;
  text-align: center;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 1em;
  line-height: 1.4;
}

.title-heading {
  font-size: 48px;
  font-weight: 500;
  color: white;
  margin-top: 60px;
}

.sub-heading {
  font-size: 28px;
  color: #40ede6;
  margin-top: 14px;
}

.cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
  margin-top: 50px;
}

.card {
  display: flex;
  flex-direction: column;
  flex: 32%;
  background-color: #1d2050;
  background-image: linear-gradient(to bottom right, #202458, #14163c);
  padding: 50px;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
}

.card img {
  width: 100%;
  height: 113px;
}

.card h3 {
  font-size: 23px;
  font-weight: 500;
  color: white;
  margin-top: 20px;
}

.card p {
  font-size: 14px;
  font-weight: 400;
  color: #e4e6e8;
}

.card button,
.bounty button {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #40ede6;
  border-radius: 30px;
}
.card button:hover {
  background-color: #e5007c;
  color: white;
}

.bounty button:hover {
  background-color: #e5007c;
  color: white;
}

.second-section {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  margin-bottom: 100px;
  gap: 15px;
  justify-content: flex-start;
}


.text-area {
  display: flex;
  gap: 15px;
  flex-direction: column;
  padding-right: 2%;
  justify-content: center;
}

.text-area h3 {
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  color: white;
  margin-top: 20px;
  line-height: 1.1em;
}

.text-area p {
  text-align: left;
  color: #e4e6e8;
}

.text-area h4 {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  color: white;
  margin-top: 20px;
}

.second-section-image {
  width: 100%;
  height: auto;
}

.bg-image {
  position: absolute;
  top: 10;
  right: 0;
  width: 40%;
  height: auto;
  margin-top: -100px;
}

.front-image {
  position: absolute;
}

.star-cards,
.works-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 15px;
  margin-top: 10px;
}

.star-card {
  display: flex;
  flex-direction: column;
  flex: 32%;
  background-color: #1d2050;
  background-image: linear-gradient(to bottom right, #202458, #14163c);
  padding: 100px 80px;
  border-radius: 10px;
  align-items: center;
  gap: 50px;
}

.checked {
  color: #1fe0d8;
  font-size: 30px !important;
}

.stars {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.star-heading {
  font-size: 30px;
  font-weight: 500;
}

.cta {
  background-image: url("./assets/CTA01_Bkg.png");
  background-repeat: no-repeat;
}

.call-to-action {
  padding: 150px;
}

.call-to-action h2 {
  font-size: 34px;
  font-weight: 600;
}

.call-to-action button {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-top: 20px;
  padding: 12px 28px;
  background-color: #40ede6;
  border-radius: 30px;
}
.call-to-action button:hover {
  background-color: #e5007c;
  color: white;
}

.how-it-works h2 {
  font-size: 34px;
  font-weight: 600;
}

.works-card {
  display: flex;
  flex-direction: column;
  flex: 24%;
  background-color: #1d2050;
  background-image: linear-gradient(to bottom right, #202458, #14163c);
  padding: 40px;
  border-radius: 10px;
  align-items: left;
  gap: 15px;
  box-shadow: -20px 20px 0px 0px #36FDFD;
}

.works-cards {
  gap: 50px !important;
}

.works-card h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}

.how-it-works {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}

.how-it-works h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  align-content: center;
  justify-content: center;
  margin-top: 0px !important;
}

.work-list {
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 20px;
}

.work-list h3 {
  font-size: 38px;
  color: #40ede6;
}

.work-list p {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-image {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
}

.accordion {
  margin-top: 15px;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  padding-top: 18px;
  padding-bottom: 12px;
  width: 70%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  font-weight: 500;
  transition: 0.4s;
  border-top: solid 2px #ffffff;
}

.accordion:after {
  content: "\002B";
  color: #e4e6e8;
  font-weight: bold;
  float: right;
}

.panel {
  padding: 0px 25px;
  background-color: transparent;
  max-height: 0;
  width: 70%;
  margin-left: 13.5%;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
}

.successful-bounty {
  padding-left: 100px;
}

.call-to-action-card {
  display: flex;
  flex-direction: column;
  flex: 32%;
  background-color: #1d2050;
  background-image: linear-gradient(to bottom right, #202458, #14163c);
  padding: 50px;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
  width: 70%;
}

.bg-circle {
  position: absolute;
  top: 10;
  left: 0;
  width: 40%;
  height: auto;
  margin-top: -100px;
}

.application-image {
  position: relative;
  left: 5;
}

.testimonial {
  display: flex;
  flex-direction: column;
  flex: 32%;
  background-color: #1d2050;
  background-image: linear-gradient(to bottom right, #202458, #14163c);
  padding: 50px;
  border-radius: 10px;
  align-items: center;
  gap: 15px;
  width: 70%;
  margin-left: 15%;
}

.footer {
  margin-top: 50px;
}

.site-logo {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.link{
  color: #6ADDD7;
}

@media screen and (max-width: 390px) {
  .text-area {
    padding: 0px:
  }
  .star-card{
    padding: 40px 20px;
  }
  .bg-image{
    display:none;
  }
  .front-image, .second-section-image{
    display:none;
  }
  .call-to-action{
    padding: 35px;
  }
  .accordion{
    width: 100%;
  }
  .panel {
    width: 100%;
    margin-left: 10px;
    padding: 0px 10px;
  }
  .testimonial {
    width: 100%;
    margin-left: 0px;
  }
  .successful-bounty{
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .text-area {
    padding: 0px:
  }
  .star-card{
    padding: 40px 20px;
  }
  .bg-image{
    display:none;
  }
  .front-image, .second-section-image{
    display:none;
  }
  .call-to-action{
    padding: 35px;
  }
  .accordion{
    width: 100%;
  }
  .panel {
    width: 100%;
    margin-left: 10px;
    padding: 0px 10px;
  }
  .testimonial {
    width: 100%;
    margin-left: 0px;
  }
  .successful-bounty{
    padding-left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .text-area {
    padding: 0px:
  }
  .star-card{
    padding: 40px 20px;
  }
  .bg-image{
    display:none;
  }
  .front-image, .second-section-image{
    display:none;
  }
  .call-to-action{
    padding: 35px;
  }
  .accordion{
    width: 100%;
  }
  .panel {
    width: 100%;
    margin-left: 10px;
    padding: 0px 10px;
  }
  .testimonial {
    width: 100%;
    margin-left: 0px;
  }
  .successful-bounty{
    padding-left: 0px;
  }
}