@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100&display=swap");
body {
  font-family: "Inter", sans-serif;
  margin: 0;
  background-color: #f9f3d8;
  color: #1a1a1a;
}

.steps-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  animation: fadeInUp 1.2s ease forwards;
  margin-top: -200px;
}

.step {
  /* background-color: #fff9e7; */
  padding: 2rem;
  border-radius: 20px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
  width: 280px;
  text-align: center;
  position: relative;
  top: -90;
}
h3 {
  color: #000077;
  font-family: "Open Sans ", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
}
#step-2 {
  margin-top: 350px;
}
#step-3 {
  margin-top: 120px;
}
.qr-code {
  border: 2px solid #ad8f08bd;
  border-radius: 20px;
  padding: 1rem;
  background-color: #fff9e7;
}
.arrow {
  width: 80px;
  height: 190px;
}
.mobile-arrow,
.mobile-arrow2 {
  display: none;
}
.phone-img1 {
  width: 50px;
  height: 50px;
}
.app-buttons {
  display: none;
}
.phone-img2 {
  width: 331px;
  height: 421px;
}
.phone-img3 {
  width: 245px;
  height: 308px;
}
h2 {
  text-align: center;
  color: #504100;
  font-family: open sans;
  font-size: 30px;
  font-weight: 700px;
  margin-top: 150px;
}
h3 {
  font-size: 20px;

  font-family: open sans;
  font-weight: 600px;
}
.step-number {
  color: #504100;
  border: 2px solid #ad8f08bd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ddc760;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  h2 {
    text-align: center;
    margin-left: 370px;
  }
  .steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    animation: fadeInUp 1.2s ease forwards;
    margin-top: -200px;
    margin-left: 200px;
    width: 100vw;
    margin-bottom: 300px;
  }

  .step {
    padding: 2rem;
    border-radius: 20px;

    width: 10rem;
    text-align: center;
    position: relative;
    top: -90;
  }
  h3 {
    color: #000077;
    font-family: "Open Sans ", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
  }
  #step-2 {
    left: -2rem;
    margin-top: 350px;
  }
  #step-3 {
    margin-top: 120px;
  }
  .qr-code {
    border: 2px solid #ad8f08bd;
    border-radius: 20px;
    padding: 1rem;
    background-color: #fff9e7;
  }
  .arrow {
    width: 80px;
    height: 190px;
  }
  .mobile-arrow,
  .mobile-arrow2 {
    display: none;
  }
  .phone-img1 {
    width: 50px;
    height: 50px;
  }
  .app-buttons {
    display: none;
  }
  .phone-img2 {
    width: 331px;
    height: 421px;
  }
  .phone-img3 {
    width: 245px;
    height: 308px;
  }
  h2 {
    text-align: center;
    color: #504100;
    font-family: open sans;
    font-size: 30px;
    font-weight: 700px;
  }
  h3 {
    font-size: 20px;

    font-family: open sans;
    font-weight: 600px;
  }
}
@media screen and (max-width: 920px) and (min-width: 769px) {
  body {
    background-color: #f9f3d8;
  }
  .how-it-works h2 {
    display: none;
  }
  .steps-container {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -250px;

    align-items: center;
    justify-content: center;
    gap: 1rem;
    top: 10px;
    height: 150vh;

    position: relative;
    animation: fadeInUp 1.2s ease forwards;
    /* margin-bottom: -130px; */
  }
  .step-number {
    top: 30px;
    left: 20px;
  }
  .step {
    width: 80vw;
    /* margin-bottom:-100px; */
    padding: 0px;
    position: relative;
    top: 10px;
  }
  #step1 h3,
  #step1 p,
  #step-2 h3,
  #step-2 p,
  #step-3 h3,
  #step-3 p {
    position: relative;
    left: 35px;
  }
  #step1 p {
    font-size: 13px;
  }
  .step h3,
  .step p {
    text-align: left;
  }
  #step1 {
    margin-top: 30px;
  }
  #step-2 {
    top: -170px;
    margin-top: 10px;
    left: 5px;
  }
  #step-3 {
    top: -390px;
    margin-top: -115px;
    margin-bottom: -120px;
  }
  .arrow {
    display: none;
  }
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 230px;
    position: relative;
    left: -300px;
    top: -130px;
    padding: 0;
    margin: 0;
    visibility: hidden;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 250px;
    position: relative;
    left: -300px;
    top: -470px;
    padding: 0;
    margin: 0;
    visibility: hidden;
  }
  .app-buttons {
    display: flex;
    margin-left: 40px;
    gap: 10px;
    margin-top: 10px;
    position: relative;
    top: 50px;
  }
  .stores-button {
    width: 160px;
  }
  .qr-text {
    display: none;
  }
  .phone-img1 {
    width: 30px;
    height: 30px;
    display: none;
  }
  .phone-img2 {
    width: 200px;
    height: 250px;
  }
  .phone-img3 {
    position: relative;
    bottom: -90px;
    width: 180px;
    height: 200px;
    margin-bottom: -90px;
    top: 5px;
  }
  .step-number {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .step {
    padding: 1rem;
  }
  .steps-container {
    margin-top: 0;
  }
  .step {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body {
    background-color: #f9f3d8;
  }
  .how-it-works h2 {
    display: none;
  }
  .steps-container {
    display: flex;
    flex-direction: column;
    position: relative;
    left: -250px;

    align-items: center;
    justify-content: center;
    gap: 1rem;
    top: 10px;
    height: 180vh;

    position: relative;
    animation: fadeInUp 1.2s ease forwards;
    /* margin-bottom: -130px; */
  }
  .step-number {
    top: 30px;
    left: 20px;
  }
  .step {
    width: 80vw;
    /* margin-bottom:-100px; */
    padding: 0px;
    position: relative;
    top: 10px;
  }
  #step1 h3,
  #step1 p,
  #step-2 h3,
  #step-2 p,
  #step-3 h3,
  #step-3 p {
    position: relative;
    left: 35px;
  }
  #step1 p {
    font-size: 13px;
  }
  .step h3,
  .step p {
    text-align: left;
  }
  #step1 {
    margin-top: 30px;
  }
  #step-2 {
    top: -170px;
    margin-top: 10px;
    left: 5px;
  }
  #step-3 {
    top: -390px;
    margin-top: -115px;
    margin-bottom: -120px;
  }
  .arrow {
    display: none;
  }
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 230px;
    position: relative;
    left: -300px;
    top: -130px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 250px;
    position: relative;
    left: -300px;
    top: -470px;
    padding: 0;
    margin: 0;
  }
  .app-buttons {
    display: flex;
    margin-left: 40px;
    gap: 10px;
    margin-top: 10px;
    position: relative;
    top: 50px;
  }
  .stores-button {
    width: 140px;
  }
  .qr-text {
    display: none;
  }
  .phone-img1 {
    width: 30px;
    height: 30px;
    display: none;
  }
  .phone-img2 {
    width: 150px;
    height: 200px;
  }
  .phone-img3 {
    position: relative;
    bottom: -90px;
    width: 180px;
    height: 200px;
    margin-bottom: -90px;
    top: 5px;
  }
  .step-number {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .step {
    padding: 1rem;
  }
  .steps-container {
    margin-top: 0;
  }
  .step {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  body {
    background-color: #f9f3d8;
    overflow-x: hidden;
  }
  .how-it-works h2 {
    display: none;
  }
  .how-it-works {
    padding: 0;
    margin: 0;
    height: 200vh;
  }
  .steps-container {
    display: flex;
    flex-direction: column;

    position: relative;
    left: -220px;

    align-items: center;
    justify-content: center;
    gap: 1rem;
    /* top: -300px !important; */
    height: 210vh !important;

    padding: 0;
    position: relative;
    animation: fadeInUp 1.2s ease forwards;
  }
  .step-number {
    top: 30px;
    left: 20px;
  }
  .step {
    width: 80vw;
    /* margin-bottom:-100px; */
    padding: 0px;
    position: relative;
    top: 10px;
  }
  #step1 h3,
  #step1 p,
  #step-2 h3,
  #step-2 p,
  #step-3 h3,
  #step-3 p {
    position: relative;
    left: 35px;
  }
  #step1 p {
    font-size: 13px;
  }
  .step h3,
  .step p {
    text-align: left;
  }
  #step1 {
    margin-top: 30px;
  }
  #step-2 {
    top: -170px;
    left: -1px;
  }
  #step-3 {
    top: -490px;
    margin-top: -10px;
    margin-bottom: -180px;
  }
  .arrow {
    display: none;
  }
  /* .mobile-arrow {
    display: block;
    width: 15px;
    height: 200px;
    position: relative;
    left: -150px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 350px;
    position: relative;
    left: -150px;
    top: -490px;
    padding: 0;
    margin: 0;
  } */
  .app-buttons {
    display: flex;
    margin-left: 40px;
    gap: 10px;
    margin-top: 10px;
    position: relative;
    top: 50px;
  }
  .stores-button {
    width: 140px;
  }
  .qr-text {
    display: none;
  }
  .phone-img1 {
    width: 30px;
    height: 30px;
    display: none;
  }
  .phone-img2 {
    width: 150px;
    height: 200px;
  }
  .phone-img3 {
    position: relative;
    bottom: -90px;
    width: 180px;
    height: 200px;
    margin-bottom: -90px;
    top: 5px;
  }
  .step-number {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .step {
    padding: 1rem;
  }
  .steps-container {
    margin-top: 0;
  }
  .step {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 912px) and (min-width: 890px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 220px;
    position: relative;
    left: -360px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 300px;
    position: relative;
    left: -360px;
    top: -470px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 500px) and (min-width: 480px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 200px;
    position: relative;
    left: -190px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 350px;
    position: relative;
    left: -190px;
    top: -490px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 480px) and (min-width: 456px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 200px;
    position: relative;
    left: -185px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 350px;
    position: relative;
    left: -185px;
    top: -490px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 455px) and (min-width: 439px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 200px;
    position: relative;
    left: -175px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 350px;
    position: relative;
    left: -175px;
    top: -490px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 439px) and (min-width: 432px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 200px;
    position: relative;
    left: -168px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 350px;
    position: relative;
    left: -168px;
    top: -490px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 431px) and (min-width: 430px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 200px;
    position: relative;
    left: -175px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 350px;
    position: relative;
    left: -175px;
    top: -490px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 430px) and (min-width: 410px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 200px;
    position: relative;
    left: -163px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 350px;
    position: relative;
    left: -163px;
    top: -490px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 410px) and (min-width: 395px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 200px;
    position: relative;
    left: -160px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 350px;
    position: relative;
    left: -160px;
    top: -490px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 396px) and (min-width: 392px) {
  .mobile-arrow {
    display: block;
    width: 15px;
    height: 220px;
    position: relative;
    left: -152px;
    top: -150px;
    padding: 0;
    margin: 0;
  }
  .mobile-arrow2 {
    display: block;
    width: 15px;
    height: 320px;
    position: relative;
    left: -152px;
    top: -490px;
    padding: 0;
    margin: 0;
  }
}
