.app-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.app-wrapper .scene {
  width: 212px;
  height: 462px;
  perspective: 1000px;
}
.app-wrapper .card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.app-wrapper .card-face {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.app-wrapper .back {
  transform: rotateY(180deg);
}

#hero {
  height: auto;
  min-height: auto;
}

.section-water-layer::after {
  content: "";
  height: 34px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(10, 15, 20, 0.84) 1%, rgba(253, 187, 45, 0) 98%);
}

.layer {
  min-height: 85vw;
}

.layer-bg {
  background-image: url(./assets/images/our-app-layer-bg.svg);
  opacity: 0.5;
}

.layer-1 {
  background-image: url(./assets/images/our-app-layer-1.svg);
  background-position-x: right;
}

.layer-2 {
  background-image: url(./assets/images/our-app-layer-2.svg);
}

.layer-3 {
  background-image: url(./assets/images/our-app-layer-3.svg);
  background-position: left -45px;
  background-size: contain;
  will-change: transform;
}

.layer-4 {
  background-image: url(./assets/images/our-app-layer-4.svg);
  background-size: contain;
}

.bg-effect {
  background-image: url(../assets/images/our-app-bg.svg);
  background-size: cover;
  background-position: right 100px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  height: 160%;
  width: 100%;
  top: 0;
  left: 0;
}

.app-gallery {
  margin-top: 86px;
  border-radius: 24.638px;
  background: #fff;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
  display: flex;
  overflow: hidden;
  margin-bottom: 120px;
  position: relative;
  z-index: 2;
}
.app-gallery .app-gallery-item {
  width: 33.3333333333%;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  gap: 13px;
}
.app-gallery .app-gallery-item.last-item::before {
  content: "";
  width: 1px;
  height: 48%;
  background: rgba(176, 187, 207, 0.7);
  position: absolute;
  left: 0;
}
.app-gallery .app-gallery-item a img {
  transition: all ease 0.35s;
}
.app-gallery .app-gallery-item a:hover img {
  transform: scale(1.1);
}
.app-gallery .our-rating {
  background: #04162e url(../assets/images/our-rating-bg.svg);
  background-size: cover;
  background-position: center;
  min-width: 300px;
}
.app-gallery .our-rating .rating-title {
  color: #fff;
  font-size: 17.824px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  opacity: 0.9;
  display: flex;
  gap: 5px;
}
.app-gallery .our-rating .rating-title svg {
  height: 22px;
  width: auto;
}
.app-gallery .our-rating .rating-sub-title {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  max-width: 270px;
  opacity: 0.8;
}
.app-gallery .our-rating img {
  margin-bottom: 8px;
}

.section-water-layer {
  position: relative;
}
.section-water-layer::before {
  content: "";
  height: 144px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-100%);
  background: linear-gradient(0deg, rgb(243, 248, 244) 1%, rgba(253, 187, 45, 0) 98%);
}
.section-water-layer {
  background: url(../assets/images/our-app-bottom-layer.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -1px;
}
.section-water-layer img {
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
  height: auto;
  visibility: hidden;
}

@media (min-width: 769px) {
  .banner-content.z-container {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1360px;
  }
}
@media (min-width: 1920px) {
  .banner-content.z-container {
    max-width: 105rem;
  }
}
.banner-content {
  display: flex;
  padding-top: 14rem;
  justify-content: space-between;
}
.banner-content .store-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 33px;
  gap: 16px;
}
.banner-content .store-buttons .item {
  border-radius: 8px;
  border: 1px solid #14263b;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 50px;
  min-width: 170px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.banner-content .store-buttons .item img {
  max-width: 100%;
  cursor: pointer;
}
.banner-content .banner-content-left {
  width: 50%;
  position: relative;
  z-index: 2;
  padding-right: 10px;
}
.banner-content .banner-content-left ul {
  color: #3e3e3e;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  list-style: none;
  padding-top: 23px;
}
.banner-content .banner-content-left ul li {
  position: relative;
  padding-bottom: 0.78rem;
  padding-left: 31px;
  text-align: left;
}
.banner-content .banner-content-left ul li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #3dabfb url(./assets/images/check-white.svg) no-repeat center 0.32rem;
  position: absolute;
  top: 0.45rem;
  border-radius: 50%;
  left: 0;
}
.banner-content .banner-content-left h1 {
  white-space: nowrap;
  color: #3399fe;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.4px;
  padding-bottom: 33px;
  padding-top: 3rem;
  background: linear-gradient(165deg, #2f639f 0, #3eadf5 61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-content .banner-content-left p {
  color: #3e3e3e;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 43.263px */
}
.banner-content .banner-content-right {
  width: 50%;
}
.banner-content .banner-content-right img {
  user-select: none;
}

@media (min-width: 1920px) {
  .banner-content .banner-content-left ul {
    max-width: 58rem;
    font-size: 1.75rem;
    font-weight: 400;
  }
  .banner-content .banner-content-left ul li::before {
    width: 1.35rem;
    height: 1.35rem;
    top: 0.5rem;
    background-size: 0.65rem;
    background-position: 0.4rem 0.48rem;
  }
  #hero .z-container:not(.banner-content) {
    max-width: 88rem;
  }
  .banner-content {
    max-width: 118rem;
    padding-top: 18rem;
  }
  .banner-content .banner-content-left {
    width: 50%;
  }
  .banner-content .banner-content-left h1 {
    font-size: 6.5rem;
  }
  .banner-content .banner-content-left p {
    font-size: 2.3rem;
    max-width: 58rem;
  }
  .banner-content .banner-content-right {
    width: 50%;
  }
  .banner-content .banner-content-right img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  .layer-bg.layer {
    background-size: contain;
  }
  .layer-3.layer {
    display: none;
  }
  .bg-effect {
    background-image: url(../assets/images/our-app-bg-ipad.svg);
  }
  .banner-content {
    flex-direction: column;
    align-items: center;
    padding-top: 16vw;
  }
  .banner-content .store-buttons {
    justify-content: center;
    margin-top: 10px;
  }
  .banner-content .banner-content-left {
    width: 100%;
    padding-top: 0;
  }
  .banner-content .banner-content-left h1 {
    padding-bottom: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    max-width: 600px;
  }
  .banner-content .banner-content-left ul {
    max-width: 528px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.4rem;
    text-wrap: balance;
  }
  .banner-content .banner-content-left p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    max-width: 600px;
  }
  .banner-content .banner-content-right {
    width: 100%;
    transform: translate3d(0, 0, 0) !important;
  }
  .app-gallery {
    margin-top: 156px;
  }
}
@media (max-width: 768px) {
  .layer {
    min-height: 150vh;
  }
  .banner-content .banner-content-left h1 {
    font-size: 2.5rem;
    letter-spacing: 0.5px;
    padding-bottom: 1.2rem;
    max-width: 27rem;
  }
  .banner-content .banner-content-left p {
    font-size: 1.3rem;
    max-width: 27rem;
    line-height: 138%;
    padding-bottom: 0.6rem;
  }
  .banner-content .banner-content-left ul {
    font-size: 1rem;
    max-width: 27rem;
    line-height: 138%;
    padding-bottom: 1.5rem;
  }
  .banner-content .banner-content-left ul li:before {
    top: 0.35rem;
  }
  .layer-bg {
    background-image: url(./assets/images/our-app-layer-bg-mobile.svg);
  }
  .layer-1 {
    background-image: url(./assets/images/our-app-layer-1-mobile.svg);
    background-position-x: right;
  }
  .layer-2 {
    background-image: url(./assets/images/our-app-layer-2-mobile.svg);
    background-position-x: right;
  }
  .layer-3 {
    background-image: url(./assets/images/our-app-layer-3-mobile.svg);
    background-position-x: right;
    background-size: contain;
  }
  .section-group .bg-effect {
    background-image: url(../assets/images/our-app-bg-mobile.svg);
    background-position: right top;
    background-size: contain;
  }
  .section-water-layer img {
    height: 170px;
    object-position: 84%;
    margin-bottom: -2px;
    margin-top: 2px;
  }
}
@media (max-width: 600px) {
  .banner-content {
    padding-top: 33vw;
    min-height: auto;
  }
  .banner-content .banner-content-left ul {
    font-size: 0.95rem;
    max-width: 277px;
    padding-top: 10px;
  }
}
.banner-overlay {
  position: absolute;
  bottom: -1px;
  width: 100%;
  z-index: 1;
  background: url(./assets/images/blur.avif);
  background-position: bottom;
  background-size: cover;
  height: 27vw;
}

.section-group {
  background-color: white;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section-group article {
  position: relative;
}
.section-group article.article-0 {
  margin-bottom: -78px;
}
.section-group article.article-1 {
  margin-bottom: -98px;
}
.section-group article.article-2 {
  margin-bottom: -120px;
}
.section-group article.article-3 {
  margin-bottom: -70px;
}
.section-group article.article-4 {
  margin-bottom: -50px;
}
.section-group article.article-5 {
  margin-bottom: -50px;
}
.section-group article.article-7 {
  margin-bottom: -98px;
}
.section-group article:nth-of-type(odd) .group-content {
  flex-direction: row-reverse;
}
.section-group article .group-content {
  min-height: 600px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.section-group article .group-content .group-content-left {
  width: 50%;
}
.section-group article .group-content .group-content-left h2 {
  color: #3399fe;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -2.4px;
  padding-bottom: 34px;
}
.section-group article .group-content .group-content-left p {
  color: #3e3e3e;
  font-size: 21px;
  font-weight: 500;
  line-height: 140%;
  text-wrap: balance;
}
.section-group article .group-content .group-content-right {
  width: 50%;
}
.section-group article .group-content .group-content-right img {
  width: 100%;
  height: auto;
  user-select: none;
}

@media (min-width: 1920px) {
  .layer-bg {
    opacity: 0.3;
  }
  .bg-effect {
    background-image: url(../assets/images/our-app-bg-large.svg);
  }
  .section-group article .group-content {
    max-width: 105rem;
    gap: 125px;
  }
  .section-group article .group-content .group-content-left {
    width: 50%;
  }
  .section-group article .group-content .group-content-left h2 {
    font-size: 88px;
    width: 850px;
  }
  .section-group article .group-content .group-content-left p {
    font-size: 23px;
    max-width: 700px;
  }
  .section-group article .group-content .group-content-right {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .layer {
    background-size: contain;
  }
  .section-group .bg-effect {
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .section-group article.article-0,
  .section-group article.article-1,
  .section-group article.article-2,
  .section-group article.article-7,
  .section-group article.article-4 {
    margin-bottom: -41px;
  }
  .section-group article.article-3 {
    margin-bottom: -21px;
  }
  .section-group article:not(:last-of-type) .group-content {
    padding-bottom: 80px;
  }
  .layer {
    background-size: cover;
  }
  .section-group article .group-content,
  .section-group article:nth-of-type(odd) .group-content {
    flex-direction: column;
  }
  .section-group article .group-content .group-content-left,
  .section-group article:nth-of-type(odd) .group-content .group-content-left {
    width: 100%;
  }
  .section-group article .group-content .group-content-left h2,
  .section-group article .group-content .group-content-left p,
  .section-group article:nth-of-type(odd) .group-content .group-content-left h2,
  .section-group article:nth-of-type(odd) .group-content .group-content-left p {
    text-align: center;
  }
  .section-group article .group-content .group-content-right,
  .section-group article:nth-of-type(odd) .group-content .group-content-right {
    width: 100%;
  }
  .section-group article .group-content .group-content-right img,
  .section-group article:nth-of-type(odd) .group-content .group-content-right img {
    width: 100%;
    height: auto;
    max-width: 500px;
    margin: auto;
  }
}
.mobile-scan {
  display: none;
}

@media (max-width: 768px) {
  .section-group article.article-0,
  .section-group article.article-1,
  .section-group article.article-2,
  .section-group article.article-7,
  .section-group article.article-4 {
    margin-bottom: -15px;
  }
  .section-group article.article-3 {
    margin-bottom: -21px;
  }
  .section-group article:not(:last-of-type) .group-content {
    padding-bottom: 80px;
  }
  .section-water-layer::after {
    height: 19px;
  }
  .iphone-frame {
    zoom: 0.8;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-scan {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    padding-block: 20px;
  }
  .desktop-only {
    display: none !important;
  }
  .banner-overlay {
    height: 200px;
  }
  .app-gallery {
    flex-direction: column;
    align-items: center;
  }
  .app-gallery .app-gallery-item:last-child::before {
    width: 48%;
    height: 1px;
    top: 0;
    left: auto;
  }
  .app-gallery .our-rating {
    width: 100%;
  }
  .section-group {
    padding-bottom: 100px;
  }
  .section-group .bg-effect {
    background-image: url(../assets/images/our-app-bg-ipad-mini.svg);
    background-size: contain;
  }
  .section-group article .group-content {
    min-height: auto;
  }
  .section-group article .group-content .group-content-left h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
    letter-spacing: -1px;
    padding-bottom: 18px;
  }
  .section-group article .group-content .group-content-left p {
    line-height: 138%;
    padding-bottom: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    max-width: 27rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section-group article .group-content .group-content-left ul {
    max-width: 27rem;
  }
}
@media (min-width: 580px) and (max-width: 600px) {
  .section-group .bg-effect {
    background-size: cover;
  }
}
@media (max-width: 600px) {
  .iphone-frame {
    zoom: 0.7;
  }
  .section-group article:not(:last-of-type) .group-content {
    padding-bottom: 32px;
  }
  .section-water-layer::before {
    background: linear-gradient(0deg, rgb(242, 247, 242) 1%, rgba(253, 187, 45, 0) 98%);
    height: 45px;
  }
  .section-water-layer::after {
    height: 45px;
  }
  #hero {
    min-height: 183vw;
  }
  .section-group {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .section-group .bg-effect {
    background-image: url(../assets/images/our-app-bg-mobile.svg);
    background-position: right 20px;
  }
  .section-group article .group-content {
    gap: 0;
    min-height: auto;
  }
  .section-group article .group-content .group-content-left h2 {
    font-size: 32px;
    letter-spacing: -0.5px;
    padding: 0 10px 18px;
    text-shadow: 0 0 22px #ffffff;
  }
  .section-group article .group-content .group-content-left p {
    max-width: 334px;
  }
}
.our-app-footer-copy {
  line-height: 138%;
  background: rgba(182, 255, 194, 0.14);
  padding: 12px 20px;
  text-align: center;
  transform: translateY(-100%);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6588235294);
  letter-spacing: 0.25px;
  font-weight: 300;
  position: relative;
  margin-bottom: 64px;
  z-index: 10;
  text-wrap: balance;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}

@media (max-width: 600px) {
  .our-app-footer-copy {
    margin-bottom: 0;
    font-size: 10px;
    padding-inline: 12px;
    transform: translateY(-160%);
    line-height: 148%;
    mask-image: none;
  }
  .app-wrapper {
    zoom: 0.7;
    background: url(../assets/images/our-app-banner-illustration-sm.svg) bottom/contain no-repeat;
    gap: 30px;
  }
  .banner-content-right {
    max-width: 27rem;
  }
  .layer-4 {
    display: none;
  }
  .layer {
    min-height: 100vh;
  }
  .layer-bg.layer {
    background-size: cover;
  }
  .mobile-scan {
    gap: 15px;
    margin-block: -20px;
  }
  .app-gallery {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .entire-content {
    zoom: 0.6;
  }
}
