.logoFET {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: center;
}

.logoFET img {
  width: 40px;
  height: auto;
}

.logoFET p {
  font-size: 12px;
  /* padding-bottom: 10px; */
}

.homeContainer {
  padding-top: q;
}

.topSubHead {
  background: linear-gradient(
    to right,
    rgba(195, 55, 100, 1),
    rgba(29, 38, 113, 1)
  );
  border-radius: 0.5rem;
}

.topSubHead span {
  color: #00ff66;
}

.leadForm {
  background-color: white;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
}

.subsButton {
  padding-top: 20px;
  padding-bottom: 20px;
}

.derivativeHeroText {
  padding-top: 0;
  padding-bottom: 0;
}

.derivativeHeroDesc {
  color: rgba(255, 255, 255, 0.7);
}

/* ########## thank you ########## */
.thankyouContainer {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("/Images/thankyouBg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

/* ########## Only Mobile Thank You ########## */
.thankyouBoxMob {
  width: 90%;
  height: 90%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 0.5rem;
  background: linear-gradient(
    to right,
    rgba(102, 45, 140, 1),
    rgba(237, 30, 121, 1)
  );
  /* padding: 20px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  box-shadow: 0 20px 100px 0 rgb(0 0 0 / 0.35);
  overflow-y: auto;
}

.thankyouChoose {
  padding: 20px 20px 0 20px;
}

.thankyouContentMob {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0 20px 20px 20px;
}

.thankyouFireworkMob {
  width: 25px;
  height: 25px;
}

.thankyouPdfs {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.thankyouPdf {
  /* margin-top: 30px;
  margin-bottom: 10px; */
  background: #ba68c800;
  border-width: 2px;
  border-color: #ba68c8;
  border-style: solid;
  border-radius: 0.5rem;
  padding: 5px 15px 5px 15px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.pdfdownloadImg {
  height: 20px;
  width: 20px;
}

.thankyouBackBtnMob {
  margin-top: 50px;
  margin-bottom: 10px;
  background: #ba68c8;
  border-width: 0;
  border-radius: 0.5rem;
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  font-weight: 500;
  color: white;
}

.thankyouBackBtnMob:hover {
  scale: 1.1;
  transition-delay: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* ########## Except Mobile Thank You ########## */
.thankyouBox {
  width: 0;
  height: 0;
  visibility: hidden;
}

.thankyouContent {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.thankyouImg {
  width: 100%;
  object-fit: contain;
}

.thankyouText {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.thankyouDesigns {
  display: flex;
  gap: 1.5rem;
}

.thankyouFirework {
  width: 70px;
  height: 70px;
}

.thankyouTouch {
  padding-top: 20px;
  font-size: 15px;
}

.thankyouBackBtn {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #ba68c8;
  border-width: 0;
  border-radius: 0.5rem;
  padding: 5px 30px 5px 30px;
  font-weight: bold;
  color: white;
}

.thankyouBackBtn:hover {
  scale: 1.1;
  transition-delay: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* ########## Responsiveness ########## */
@media screen and (min-width: 600px) {
  .leadForm {
    margin-right: 50px;
    margin-left: 20px;
  }

  .thankyouBoxMob {
    height: 0;
    width: 0;
    margin-top: auto;
    margin-bottom: auto;
    visibility: hidden;
  }

  .thankyouBox {
    width: 90%;
    height: 90%;
    margin: auto;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 0.5rem;
    background: linear-gradient(
      to right,
      rgba(102, 45, 140, 1),
      rgba(237, 30, 121, 1)
    );
    padding: 30px 20px 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 100px 0 rgb(0 0 0 / 0.35);
    overflow-y: auto;
    visibility: visible;
  }

  .thankyouContent {
    flex-direction: row;
    gap: 2.5rem;
  }

  .thankyouImg {
    width: 40%;
  }

  .thankyouText {
    width: 60%;
  }

  .thankyouPdf {
    font-size: 15px;
    font-weight: 700;
  }

  .pdfdownloadImg {
    height: 30px;
    width: 30px;
  }
}

@media screen and (min-width: 992px) {
  .logoFET img {
    width: 45px;
  }

  .logoFET p {
    font-size: 15px;
  }

  .subsButton {
    padding-top: 0;
    padding-bottom: 0;
  }

  .derivativeHeroText {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .thankyouBox {
    width: 80%;
  }

  /* .thankyouContent{
        flex-direction: row;
        gap: 2.5rem;
    }

    .thankyouImg{
        width: 40%;
    }

    .thankyouText{
        width: 60%;
    } */

  .thankyouTouch {
    padding-top: 30px;
  }

  .thankyouBackBtn {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
