:root {
  --primary: #0f524e;
}

.consumer__container {
  max-width: 1400px;
  margin: 50px auto 0;
}

a {
  z-index: 1000;
}

.consumer__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__image__section {
  position: relative;
}

.hero__image__section img {
  display: block;
  max-width: 100%;
}

.hero__heading h1 {
  font-size: 40px;
  font-weight: 400;
  color: var(--primary);
  max-width: 420px;
  line-height: 60px;
  margin-bottom: 120px;
}

.consumer__hero p {
  color: #656668;
}

.hero__cta {
  display: flex;
}

.hero__cta img {
  display: block;
  max-width: 100%;
  width: 180px;
}

.applestore {
  margin: 0 24px;
}

.consumer__secondary {
  margin-top: 70px;
}

.consumer__howto {
  max-width: 1200px;
  margin: 130px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 70px;
}

.consumer__howto__text h3 {
  font-size: 32px;
  font-weight: 300;
  max-width: 400px;
  color: #0f001a;
  line-height: 48px;
  letter-spacing: 2%;
  margin: 0;
}

.consumer__howto__text p,
.consumer__howto__text a {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0;
  color: #656668;
  line-height: 26px;
  max-width: 400px;
}

.consumer__howto a {
  color: #0f524e;
  margin-top: 0px;
  z-index: 10;
  margin: 0px;
}

.consumer__howto__text {
  position: relative;
  padding-top: 10px;
  background-position: left;
  background-repeat: no-repeat;
}

.consumer__howto__text img {
  display: block;
  position: absolute;
  top: -50px;
  left: -30px;
  z-index: -1;
}

.consumer__howto__img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.consumer__howto__img img {
  max-width: 100%;
  display: block;
}

.consumer__howto:nth-child(even) .consumer__howto__img {
  order: -1;
  align-items: center;
  justify-content: flex-start;
}

.consumer__howto:nth-child(even) .consumer__howto__text {
  display: flex;
  flex-direction: column;
  padding-left: 190px;
  text-align: left;
}

.consumer__howto:nth-child(even) .consumer__howto__text img {
  position: absolute;
  top: initial;
  left: initial;
  right: 19px;
  bottom: 0px;
}

.arrow {
  display: inline-block !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin-left: 5px;
}

@media screen and (max-width: 1020px) {
  .consumer__howto {
    grid-template-columns: 1fr;
  }

  .consumer__howto__text {
    position: initial;
  }

  .consumer__howto__text,
.consumer__howto__img {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center !important;
    order: 1 !important;
    text-align: left !important;
  }

  .consumer__howto {
    position: relative;
  }

  .consumer__howto__img {
    margin-bottom: 39px;
  }

  .consumer__howto__text a {
    margin-bottom: 20px;
  }

  .consumer__howto:nth-child(even) .consumer__howto__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .consumer__hero {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 50px;
  }

  .hero__cta {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 420px) {
  .consumer__hero h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    /* purple */
    color: #0f524e;
  }

  .hero__cta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
  }

  .hero__cta img {
    max-width: 136px;
    max-height: 42px;
  }

  .applestore {
    margin: 0;
  }

  .consumer__howto__text h3 {
    font-size: 24px;
    font-weight: normal;
    max-width: 400px;
    color: #0f001a;
    line-height: 36px;
    letter-spacing: 2%;
    margin: 0;
    margin-bottom: 16px;
  }

  .consumer__howto__text p, .consumer__howto__text a {
    margin: 0 !important;
    font-size: 13px;
    font-weight: normal;
    /* margin: 20px 0; */
    color: #656668;
    line-height: 20ox;
    max-width: 400px;
  }

  .consumer__howto__text p {
    margin-bottom: 8px !important;
  }

  .consumer__howto__text a {
    margin-bottom: 36px !important;
    color: #0f524e;
  }

  .arrow {
    height: 18px;
  }

  .consumer__howto {
    margin-bottom: 72px;
  }

  .dots__img {
    display: none !important;
  }
}
.carousel-inner {
  width: auto;
}

.carousel-indicators {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.carousel-indicators [data-bs-target] {
  height: auto;
  width: auto;
  text-indent: 0;
  margin-right: 0;
  margin-left: auto;
}
.carousel-indicators .active {
  color: #0f524e !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 1.3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

[dir=rtl] .hero__text__section {
  text-align: right;
}
[dir=rtl] .consumer__howto {
  text-align: right;
}
[dir=rtl] .consumer__howto:nth-child(even) .consumer__howto__text {
  text-align: right;
}
[dir=rtl] .consumer__howto__text h3 {
  text-align: right;
  direction: ltr;
}
[dir=rtl] .consumer__howto__text p {
  text-align: right;
}
