body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.btn-primary {
  background-color: #7B72DF !important;
  border: none !important;
}

.heroSection {
  background-image: url("/images/hero.png");
  background-size: cover;
  width: 100%;
  height: 652px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* margin-top: -21px; */
}

.heroSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 652PX;
  background-color: rgba(0, 0, 0, 0.5);
}

.textContent {
  position: absolute;
}

.mainHeadingAndIcon {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  margin: 0px 0px 28px 0px;
}

.heroHeading {
  font-family: "Lalezar";
  font-size: 56px;
  font-weight: 400;
  color: white;
  margin: 0;
}

.playIconWrapper {
  width: 40px;
  height: 40px;
  background-color: #7B72DF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.playbuttonIcon {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.inputWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.inputWrapper i {
  color: black;
  left: 57px;
  z-index: 1001;
  font-size: 34px;
  position: absolute;
  color: #CCCCCC;
}

.inputStyles {
  width: 756px;
  height: 97px;
  padding-left: 117px;
  border-radius: 12px;
  font-size: 20px;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  position: relative;
  box-sizing: border-box;
  border: none;
}

.inputStyles:focus {
  outline: none;
}

.inputStyles::placeholder {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  color: #CCCCCC;
}

.downloadButton {
  padding: 16px 33px;
  background-color: #7B72DF;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 400;
  color: white;
  border-radius: 8px;
  position: absolute;
  right: 20px;
  border: none;
  transition: all 0.3s ease-in;
}

.downloadButton:disabled {
  background-color: #9692c9;
}

.termsOfServiceText {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: white;
  margin: 21px 0px 42px 0px;
}

.linkStyle {
  color: #7B72DF;
  text-decoration: none;
}

.watchTutorialWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.watchTutorialText {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  color: white;
  margin: 0;
}

.wrapper {
  position: relative;
}

.socialMediaIconsWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /* padding: 64px 46px; */
  border-radius: 12px;
  width: 732px;
  height: 148px;
  box-shadow: 0px 0px 14px 0px #0000000D;
  z-index: 1;
  background-color: white;
  margin-top: -80px;
  margin-bottom: 60px;
}

.logoHolder {
  width: 107px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logoHolder:not(:last-child) {
  border-right: 1px solid #D9D9D9;
}

.socialIcons {
  width: 54px;
  height: 54px;
  object-fit: contain;
}


.cardBackground {
  background-color: #7B72DF0D;
  padding: 68px 0px;
}

.cardWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 61px;
  flex-wrap: wrap;
}

.customCard {
  width: 515px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 52px 35px 52px;
  background-color: white;
  box-shadow: 0px 0px 14px 0px #0000000D;
  border: 1px solid #7B72DF4D;
  border-radius: 12px;
}

.cardImageHolder {
  width: 56px;
  height: 56px;
}

.cardIcon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.cardHeadingText {
  width: 339px;
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.cardSubtitle {
  width: 412px;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #BFBFBF;
}


.easyToUseSection {
  margin: 42px 0px 90px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.upperSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 27px;
}

.easyToUseTextWrapper {
  padding: 6px 30px;
  border-radius: 4px;
  border: 1px solid #7B72DF;
}

.easyToUseText {
  margin: 0;
  color: #7B72DF;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
}

.howToDownload {
  width: 548px;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}


.stepCardsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.stepCards {
  width: calc(33%);
  max-width: 755px;
  display: flex;
  flex-direction: row;
  background: #FFFFFF;
  border: 1px solid #7B72DF4D;
  box-shadow: 0px 0px 14px 0px #0000000D;
  padding: 8px;
  border-radius: 12px;
  gap: 30px;
}

.stepCardInfoSection {
  width: 279px;
  height: 209px;
  background-color: #F2F3F6;
  border-radius: 8px;
}

.outer {
  position: relative;
  height: 209px;
}

.inner {
  border: 6px solid #FFFFFF;
  padding: 10px 23px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 216px;
  border-radius: 8px;
}

.leftInner {
  border: 6px solid #FFFFFF;
  padding: 10px 23px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 216px;
  border-radius: 8px;
  background-color: white;
}

.innerText {
  margin: 0;
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  color: #AFAFAF;
}


.dummyDownloadButton {
  background-color: #7B72DF;
  border-radius: 8px;
}

.downloadText {
  margin: 0;
  padding: 5px 12px;
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  color: white;
}


.downloadingProgress {
  display: flex;
  flex-direction: column;
}

.DownloadingText {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 163px;
  width: 163px;
}

.downloading {
  margin: 0;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
}

.customProgress {
  margin: 0;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
}

.progressBackground {
  width: 163px;
  height: 6px;
  background-color: #F2F3F6;
  border-radius: 40px;
}

.progressCompleted {
  width: 40%;
  height: 6px;
  background-color: #7B72DF;
  border-radius: 40px;
}

.numberWrapper {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #7B72DF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0px 16px 0px;
}

.number {
  margin: 0;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
}

.stepCardText {
  width: 200px;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
}


.exploreAndBrowseSection {
  background-color: #7B72DF;
  display: flex;
  flex-direction: row;
  gap: 112px;
  padding: 70px 0px;
  flex-wrap: wrap;
  justify-content: center;
}

.exploreContainer {
  width: 431px;
}

.exploreIconContainer {
  width: 56px;
  height: 56px;
}

.exploreIcon {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.textHeading {
  width: 435px;
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 17px 0px 15px 0px;
}

.textDescription {
  margin: 0;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #E8E8E8;
}


.ourPartnerSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  gap: 47px;
}

.ourPartner {
  margin: 0;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 500;
}

.iconContainer {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.iconInnerContainer {
  width: 189px;
  height: 92px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px #0000001A;
}

.partnerLogoImage {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.customHr {
  border: 1px solid #ECECEC;
  width: 73%;
  margin: 151px auto 0px auto;
}

footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: absolute;
  width: 100%;
  height: 66px;
}

.socialIconsWrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7B72DF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socialMediaLink {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socialMediaLink i {
  color: white;
  font-size: 24px;
}

@media (max-width:1650px) {
  .stepCards {
    width: 530px;
  }
}

@media (max-width: 810px) {
  .inputStyles {
    width: 100%;
  }

  .socialMediaIconsWrapper {
    width: 100%;
  }

  .iconContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .iconInnerContainer {
    width: calc(25%);
  }

}


@media (max-width: 650px) {
  .stepCards {
    width: 100%;
  }

  .howToDownload {
    width: 100%;
    text-align: center;
  }

  .customCard {
    width: 100%;
  }

  .cardHeadingText {
    width: auto;
  }

  .cardSubtitle {
    width: auto;
  }

  .textHeading {
    width: auto;
  }

  .stepCards {
    flex-direction: column;
    align-items: center;
  }

  .stepCardInfoSection {
    width: 100%;
  }

  .textContent {
    padding: 0px 15px;
  }

  .wrapper {
    padding: 0px 15px;
  }

  .cardBackground {
    padding: 68px 15px;
  }

  .stepCardsWrapper {
    padding: 0px 15px;
  }

  .exploreAndBrowseSection {
    padding: 70px 15px;
  }

  .iconContainer {
    padding: 0px 15px;
  }

  .downloadButton {
    padding: 5px 10px;
  }

  .inputStyles {
    padding-left: 25px;
    height: 80px;
  }

  .inputWrapper i {
    display: none;
  }

  .inputStyles::placeholder {
    font-size: 16px;
  }

  .displayNone {
    display: none;
  }

  .heroHeading {
    font-size: 36px;
    text-align: center;
  }
}