@media(min-width:1500px){
  .hero-banner .laptop{
    max-width: 100%;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1023px) {
    .page-template-templates .luck-text h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .luck-text ul li {
        font-size: 26px;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 11px;
    }
}
.page-template-templates section{
  margin-top: 76px;
}
.page-template-templates .hero-banner {
  margin-top: 0;
}
.hero-banner{
  aspect-ratio:1801/1003.66;
  background: center/cover no-repeat url(../images/app/app-page-banner-bg.png);
}
.hero-banner .laptop{
  max-width: 56%;
}
.apptore-icons .apptore-icons-inner img {
    width: 40%;
}
.page-template-templates section.luck-section{
  margin-top: 0;
}
section.hero-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.steps-wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 200px;
}
.steps-wrapper h3{
  color: var(--secondary-main-blue);
  text-align: center;
  font-family: var(--font-bluescreen);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
.steps-wrapper .step-card{
  position: relative;
  padding: 67px 3%;
  border-radius: 15px;
  background: var(--white);
  width: -webkit-fill-available;
}
.step-card img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80%;
}
.steps-strip {
  display: flex;
  padding: 30px 20px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 58px;
}
.step-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  border-radius: 15px;
  min-width: 250px;
  background: var(--white);
}

.step-number {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2446a5;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  flex-shrink: 0;
  margin-left: -13px;
  left: 0%;
}
.step-item p, .step-item a {
  font-family: var(--font-fjalla-one);
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #2446a5;
  padding-left: 32px;
  max-width: 233px;
}
.step-item a {
  padding: 0;
  text-decoration: none;
}
.comming-soon {
  color: var(--secondary-main-blue);
  font-family: var(--font-bluescreen);
  font-size: clamp(24px, 4vw, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.download-app h3, .hero-section h3{
  color: var(--secondary-main-blue);
  font-family: var(--font-bluescreen);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--units-unit-13, 52px); /* 104% */
  text-transform: uppercase;
}
.download-app h3 span, .hero-section h1 span,.page-template-al-app h2{
  color: var(--primary-main-red);
}
.ios-android {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.android img{
  max-width: 100%;
}
.hero-section h3{
  color: var(--text-foreground-secondary);
  margin-bottom: 20px;
}
h1{
  font-size: 120px;
  line-height: 70%;
  text-align: center;
}
.apptore-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 45px;
    text-align: center;
}
.luck-section {
  border-radius: 10px;
  background: linear-gradient(85deg, var(--primary-main-red) 21.31%, var(--secondary-main-blue) 21.31%);
  color: var(--white);
}
.luck-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.luck-text h2{
  text-align: unset;
}
.luck-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.luck-text ul li {
    padding-left: 30px;
    position: relative;
    font-family: var(--font-fjalla-one);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 20px;
}
.luck-text ul li::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 3px;
    width: 30px;
    height: 30px;
    background-image: url(../images/app/checked-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.luck-image img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.luck-image {
    margin-top: -60px;
    margin-bottom: -4px;
}
.luck-text h2, .luck-text li {
    color: var(--white);
}
@media(max-width:1024px){
  .apptore-icons{
    gap: 13px;
    margin-top: 25px;
  }
  .hero-banner {
    aspect-ratio: 1809 / 1143;
  }
  .download-app h3, .hero-section h3{
    font-size: 45px;
    line-height: normal;
    margin-bottom:22px;
  }
  .luck-text h2{
    font-size: 52px;
    line-height: normal;
    margin-bottom: 24px;
  }
  .luck-text ul li{
    font-size: 25px;
    margin-bottom: 4px;
  }
  .step-item{
    width: 207px;
    min-width: unset;
  }
  .steps-wrapper .step-card{
    padding: 52px 3%;
  }
  h1{
    font-size: 100px;
  }
}
@media(max-width:991px){
    .luck-text h2 {
        font-size: 42px;
        margin-bottom: 15px;
    }
    .luck-text ul li {
        font-size: 22px;
    }
    h1{
      font-size: 70px;
    }
    .download-app h3, .hero-section h3{
      font-size: 42px;
    }
}
@media(max-width:768px){
  section.hero-banner{
    background: center/cover no-repeat url(../images/app/app-page-banner-mobile.png);
    aspect-ratio: 401/500;
    justify-content: start;
  }
  .page-template-templates section.luck-section{
    margin-top: -150px;
  }
  .hero-banner .laptop {
      max-width: 90%;
      margin-top: 4%;
  }
  .luck-image{
    margin-top: unset;
  }
  .luck-section{
    background: linear-gradient(199deg, var(--secondary-main-blue) 72.7%, var(--primary-main-red) 72.71%);
  }
  .luck-content{
    flex-direction: column-reverse;
    padding: 25px 35px 0px 35px;
  }
  .luck-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-template-al-app h2{
    font-size: 42px;
    line-height: normal;
    text-align: center;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  h2 svg{
    width: 24px;
    height: 18px;
  }
  .steps-wrapper {
    gap: 32px;
    justify-content: center;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .step-card img {
    position: absolute;
    left: 10%;
    transform: translateX(-50%);
    top: -7%;
    width: 23%;
    height: auto;
  }
  .steps-wrapper .step-card {
    padding: 6% 3%;
  }
  .steps-wrapper h3{
    font-size: 30px;
    margin-left: 20px;
  }
  h1{
    font-size: 68px;
  }
  .download-app h3, .hero-section h3{
    font-size: 38px;
  }
  .ios-android{
    margin: 0 15px;
  }
}
@media(max-width:576px){
  section.hero-banner{
    aspect-ratio: 401/550;
  }
  .apptore-icons .apptore-icons-inner img {
      width: 30%;
  }
  .steps-wrapper h3{
    font-size: 28px;
  }
   h1{
    font-size: 50px;
  }
  .hero-section h3{
    font-size: 25px;
  }
  .steps-strip {
    display: flex;
    padding: 0px 7px;
  }
  .step-item {
    width: 170px;
    min-width: unset;
  }
  .luck-content{
  padding:  25px 27px 0px 27px;
  }
}
@media(max-width:430px){
    section.hero-banner {
      aspect-ratio: 401 / 638;
    }
}
@media (max-width: 390px) {
    .step-item {
        width: 155px;
        min-width: unset;
    }
    .page-template-al-app h2 {
        font-size: 39px;
    }
}