* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #eef3ff;
  width: 100%;
  padding: 0;
  margin: 0;
}

.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 20px;
  padding-block: 56px;
  overflow-x: hidden;
  width: 100%;
}

.container {
  width: 1283px;
  z-index: 1;
  /* display: flex;
  flex-direction: column;
  gap: 20px;
  padding-block: 56px; */
}

/* header absolute images */
.header {
  z-index: 5;
  display: flex;
  justify-content: space-between;
}
.main-banner-container {
  width: 40%;
  min-width: 550px;
  position: absolute;
  top: 0;
  right: 0;
}
.main-banner {
  width: 100%;
  object-fit: contain;
  position: absolute;
  z-index: 2;
}
.blur-banner {
  width: 100%;
  object-fit: cover;
}
.hide-banner {
  display: none;
}
.main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 50%;
}
.main-banner-container-mobile {
  display: none;
}
.main-qr {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 560px;
  margin-top: 50px;
  z-index: 5;
}
.qr-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}
.qr-section h2 {
  font-size: 40px;
  font-family: Nato-black;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  line-height: 48px;
}
.qr-section span {
  color: #4a26ff;
}

.app-link {
  display: flex;
  flex-direction: row;
  background-color: #4a26ff;
  padding: 25px 29px;
  border-radius: 24px;
  text-decoration: none;
  justify-content: center;
  gap: 25px;
}
.app-link img {
  width: 48px;
  height: 48px;
}
.app-link-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.app-link-title-dekstop {
  color: white;
  font-size: 24px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  font-family: Nato-black;
  line-height: 24px;
}
.app-link-desc-dekstop {
  color: white;
  font-size: 18px;
  font-family: Nato-light;
}
.app-link-title-mobile {
  color: white;
  font-size: 20px;
  display: none;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  font-family: Nato-black;
  line-height: 20px;
}
.app-link-desc-mobile {
  color: white;
  font-size: 12px;
  display: none;
  font-family: Nato-light;
}
.info-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  position: relative;
  margin-top: 54px;
}
.blur-ball {
  position: absolute;
  left: -200px;
  top: 0;
  filter: blur(5px);
}
.mobile-dots {
  position: absolute;
  display: none;
  left: -50px;
  top: 0;
}
.info-card {
  width: 410px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
.info-card h3 {
  font-family: Nato-black;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  font-size: 24px;
  line-height: 24px;
}
.info-card p {
  font-family: Nato-regular;
  font-size: 18px;
  line-height: 20x;
}
.info-card img {
  width: 56px;
  height: 56px;
}

/* info section  */
.info-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding-inline: 60px;
  padding-top: 60px;
  background-color: #4a26ff;
  z-index: 1;
  border-radius: 24px;
  box-sizing: border-box;
  align-items: flex-end;
}
.info-container img {
  width: 100%;
  object-fit: contain;
  max-width: 315px;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
}
.info h1 {
  color: white;
  font-size: 40px;
  font-family: Nato-black;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}
.info p {
  color: white;
  font-size: 20px;
  font-family: Nato-light;
}

/* stats  */
.stats-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  padding-inline: 32px;
  border-radius: 16px;
  border: 1px solid #4a26ff;
  width: 304px;
  height: 170px;
  box-sizing: border-box;
  background-color: white;
}
.stat h2 {
  font-size: 40px;
  color: #4a26ff;
  font-family: Nato-black;
}
.stat h4 {
  font-size: 24px;
  font-family: Nato-black;
  line-height: 24px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}

/* categoreis */
.categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
  margin-top: 20px;
}
.category {
  cursor: pointer;
  display: flex;
  height: 60px;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  padding-inline: 12px;
  background-color: #4a26ff;
  border: none;
}
.category.active {
  filter: drop-shadow(0px 2px 8px #a892ff);
}
.category img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.category h3 {
  font-size: 16px;
  font-family: Nato-black;
  line-height: 16px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  color: white;
}

/* offers  */
.offers {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-direction: column;
}
.offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 280px;
  border-radius: 8px;
  padding: 8px;
  padding-bottom: 0px;
  background-color: white;
  gap: 24px;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.offer-banner {
  width: 100%;
  border-radius: 8px;
  height: 180px;
  object-fit: cover;
}
.offer-detail {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.offer-detail img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
}
.offer-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.offer-text h3 {
  font-size: 14px;
  font-family: Nato-black;
  line-height: 14px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  text-align: start;
  color: black;
}
.offer-text p {
  text-align: start;
  font-size: 12px;
  font-family: Nato-medium;
  color: #4a26ff;
}
.empty-offer {
  font-size: 16px;
  font-family: Nato-black;
}
/* swiper  */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 376px;
}

/* steps section  */
.steps-container {
  margin-top: 20px;
  width: 100%;
  height: 1150px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.steps-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.steps-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.steps-header h2 {
  color: #4a26ff;
  font-size: 40px;
  font-family: Nato-black;
  line-height: 40px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}
.video-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 29px;
  background-color: #4a26ff;
  border-radius: 24px;
  border: none;
  cursor: pointer;
}
.mobile-video-container {
  display: none;
}
.video-button img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.video-button h4 {
  color: white;
  font-size: 24px;
  font-family: Nato-black;
  line-height: 24px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}
.steps {
  position: relative;
  width: 100%;
}
.absolute-steps:first-child {
  position: absolute;
  top: 120px;
  left: 80px;
}
.absolute-steps:nth-child(2) {
  position: absolute;
  top: 290px;
  right: -10px;
}
.absolute-steps:nth-child(3) {
  position: absolute;
  top: 650px;
  left: 80px;
}
.step-info {
  display: flex;
  gap: 14px;
  align-items: center;
  width: fit-content;
  position: relative;
}
.step-info h1 {
  color: #4a26ff;
  font-weight: 1000;
  font-family: "Roboto Flex"; /* Ensuring the font loads */
  font-size: 240px;
  position: absolute;
  left: -63px;
  bottom: -130px;
}
.mobile-step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 332px;
  height: 324px;
}
.step-frame {
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: 0.5; */
}
/* .gradient-circle::after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border-top-right-radius: 100%;
  background-color: #4a26ff;
  opacity: 1;
  filter: blur(10px);
  z-index: 2;
}

.gradient-circle {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 135px;
  height: 135px;
  border-top-right-radius: 135px;
  background-color: rgb(255, 255, 255, 0);
  z-index: 1;
} */
.step-image {
  z-index: 2;
}
.step-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 255px;
}
.step-text h2 {
  font-size: 32px;
  line-height: 36px;
  font-family: Nato-black;
  color: #4a26ff;
}
.step-text p {
  font-size: 20px;
  line-height: 24px;
  font-family: Nato-medium;
}

/* news section  */

.news-container {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  flex-direction: column;
}
.news-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navigation {
  display: flex;
  gap: 23px;
}
.navigation-desktop {
  display: flex;
}
.navigation-mobile {
  display: none;
}
.allnews-nav {
  width: 154px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4a26ff;
  outline: none;
  background-color: white;
  cursor: pointer;
}
.navigation button {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4a26ff;
  outline: none;
  background-color: white;
  cursor: pointer;
}
.navigation button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.news-title h2 {
  color: #4a26ff;
  font-size: 40px;
  font-family: Nato-black;
  line-height: 40px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}
.news {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 376px;
  height: 389px;
  border-radius: 8px;
  padding: 8px;
  background-color: white;
  gap: 24px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
}

.news-banner {
  width: 100%;
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}
.news-detail {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex-direction: column;
}
.news-date {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.news-date h2 {
  font-size: 12px;
  font-family: Nato-medium;
  color: #4a26ff;
}
.news-date img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.news-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.news-text img {
  display: none;
}
.news-text h3 {
  font-size: 16px;
  font-family: Nato-black;
  line-height: 16px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  text-align: start;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  color: black;
}
.news-text p {
  font-size: 12px;
  font-family: Nato-medium;
  text-align: start;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  color: black;
}
.empty-news {
  font-size: 16px;
  font-family: Nato-black;
}

/* footer  */
.footer {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 66px;
  padding-bottom: 80px;
  padding-inline: 100px;
  background-color: rgb(255, 255, 255, 0.7);
  border-radius: 40px;
  margin-top: 150px;
}
.footer-container {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 450px;
}
.footer-left img {
  width: 247px;
  height: 77px;
  object-fit: contain;
}
.footer-left p {
  font-size: 18px;
  font-family: Nato-regular;
}
.copyright {
  font-size: 20px;
  font-family: Nato-medium;
  line-height: 20px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}
.footer-right {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding-top: 20px;
}
.social-container {
  display: flex;
  gap: 10px;
}
.social-container a {
  width: 48px;
  height: 48px;
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.social-container a img {
  height: 14px;
  object-fit: contain;
}
.pages {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pages button,
.pages a {
  border: none;
  outline: none;
  font-size: 18px;
  font-family: Nato-semibold;
  background-color: transparent;
  text-align: start;
  cursor: pointer;
  text-decoration: none;
  color: black;
}
.footer-background {
  position: absolute;
  bottom: 0;
  width: 100vw;
}

/* video popup  */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  width: 100%;
  max-width: 900px;
  max-height: 90%;
  position: relative;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
  color: white;
}

/* survey content styles */
.survey-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.survey-content {
  max-width: 688px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
.survey-close {
  position: absolute;
  top: -45px;
  right: 0px;
  font-weight: bold;
  cursor: pointer;
  z-index: 999;
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: #2b2b2b99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.survey-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 90vh;
  min-height: 55vh;
  overflow-y: auto;
}
.last-survey-container {
  min-height: auto !important;
  padding-bottom: 30px;
}
.survey-banner {
  width: 100%;
  max-width: 688px;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  object-position: bottom;
}

.survey-container h2 {
  color: #4a26ff;
  font-size: 24px;
  font-family: Nato-black;
  line-height: 24px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}
.survey-container h4 {
  color: #1d1d1d;
  font-size: 16px;
  font-family: Nato-regular;
}

.survey-category-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  max-height: 40vh;
  overflow-y: auto;
  padding-bottom: 16px;
}
.survey-button-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.survey-category {
  cursor: pointer;
  display: flex;
  height: 56px;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  padding-inline: 12px;
  background-color: #ffecbc;
  border: none;
  width: fit-content;
  color: #333333;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.survey-category h3 {
  font-size: 14px;
  font-family: Nato-Black;
}
.survey-category.active {
  background-color: #4a26ff;
  color: white;
}
.survey-category img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.survey-date-selector {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.survey-date-selector.active {
  display: flex;
}
.survey-date-selector h4 {
  color: #4a26ff;
  font-size: 14px;
  font-family: Nato-black;
}

.survey-date-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.survey-date {
  padding-block: 8px;
  padding-inline: 12px;
  border: 1px solid #aeaeff;
  background-color: white;
  outline: none;
  cursor: pointer;
  border-radius: 40px;
  color: #4a26ff;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.survey-date.active {
  background-color: #4a26ff;
  color: white;
}
.survey-date p {
  font-size: 14px;
  font-family: Nato-regular;
}
.survey-submit {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  background-color: #4a26ff;
  font-size: 20px;
  font-family: Nato-Black;
  line-height: 20px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
  border: 0;
  outline: none;
  color: white;
  cursor: pointer;
}

/* survey company section  */
.survey-company-inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 40vh;
  overflow-y: auto;
  padding-bottom: 16px;
}
.survey-company-inputs input {
  padding-block: 14px;
  padding-inline: 24px;
  background-color: #e8e8e8;
  border: none;
  outline: none;
  border-radius: 12px;
  font-size: 16px;
}
.survey-end-logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 20px;
}
.survey-end-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.survey-end-header h4 {
  font-size: 16px;
  color: #1c1b1f;
  font-family: Nato-black;
  line-height: 16px;
  -webkit-font-feature-settings: "case" on;
  font-feature-settings: "case" on;
}
.survey-end-header h2 {
  text-align: center;
}
.survey-end-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 50%;
}
.survey-store-links {
  width: 100%;
  display: none;
  /* justify-content: center; */
  /* align-items: center; */
}
.survey-popup-error {
  color: red;
  font-size: 14px;
  display: none;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  /* responsive */
  .home {
    padding-block: 40px;
  }
  .container {
    width: 90%;
  }
  .absolute-steps:nth-child(2) {
    position: absolute;
    top: 550px;
    right: -10px;
  }
  .absolute-steps:nth-child(3) {
    position: absolute;
    top: 1000px;
    right: -10px;
  }
  .steps-container {
    height: 1500px;
  }
}
@media only screen and (max-width: 991px) {
  .main-banner {
    scale: 0.8;
    right: -55px;
    top: 40px;
  }
  .qr-section h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .info-container {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .steps {
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 40px;
  }
  .steps-container {
    height: auto;
  }
  .absolute-steps {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .video-button-desktop {
    display: none;
  }
  .mobile-video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 90px;
  }
  .steps-background {
    object-fit: cover;
  }

  .footer-container {
    flex-direction: column;
  }

  .popup-content {
    max-width: 90%;
  }
  .close {
    top: 0px;
    right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .blur-banner {
    justify-self: end;
  }
  .show-banner {
    display: none;
  }
  .hide-banner {
    display: block;
  }
  .header-logo {
    width: 158px;
    object-fit: contain;
  }
  .main {
    margin-top: 250px;
  }
  .blur-ball {
    max-width: 350px;
    top: auto;
    bottom: 0;
    left: auto;
    right: -50px;
  }
  .mobile-dots {
    display: flex;
  }
  .app-link {
    padding: 16px 24px;
    gap: 16px;
  }
  .info-container {
    padding-inline: 30px;
    padding-bottom: 20px;
    justify-content: center;
  }
  .info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-block: 30px;
  }
  .info h1 {
    font-size: 18px;
  }
  .info p {
    font-size: 14px;
  }

  .stats-container {
    gap: 15px;
  }
  .stat {
    gap: 8px;
    padding: 16px;
    border-radius: 8px;
    width: 152px;
    height: auto;
  }
  .stat h2 {
    font-size: 24px;
  }
  .stat h4 {
    font-size: 14px;
    line-height: 14px;
  }

  .category h3 {
    font-size: 14px;
    line-height: 14px;
  }

  .offer-detail img {
    width: 24px;
    height: 24px;
  }

  .offer {
    height: 227px;
  }
  .offer-banner {
    height: 120px;
  }

  .swiper-slide {
    width: 256px;
  }
  .step-info {
    flex-direction: column;
  }
  .step-info h1 {
    bottom: -120px;
    left: -80px;
  }

  .step-text {
    margin-left: 120px;
  }
  .step-text h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .step-text p {
    font-size: 14px;
    line-height: 18px;
  }

  .steps-header h2 {
    font-size: 24px;
  }
  .video-button {
    max-width: 319px;
    width: 100%;
    height: 70px;
    padding: 16px 25px;
  }
  .video-button h4 {
    font-size: 16px;
  }
  .steps {
    gap: 60px;
  }
  .news-container {
    gap: 25px;
  }
  .news-text h3 {
    font-size: 14px;
    line-height: 14px;
  }
  .news-banner {
    height: 160px;
  }
  .news {
    height: 351px;
  }
  .news-title h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .footer {
    gap: 50px;
    padding-inline: 30px;
  }
  .footer-background {
    height: 900px;
  }

  /* survey content styles media query */
  .survey-popup {
    align-items: flex-end;
  }
  .survey-container {
    min-height: 70vh;
    max-height: 70vh;
  }
  .survey-content {
    max-width: 100%;
  }
  .survey-close {
    right: 10px;
  }
  .survey-store-links {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .blur-ball {
    right: -150px;
  }
  .main-banner {
    scale: 0.7;
    right: -85px;
  }
  .qr-section img {
    display: none;
  }
  .app-link-title-dekstop {
    display: none;
  }
  .app-link-desc-dekstop {
    display: none;
  }
  .app-link-title-mobile {
    display: block;
  }
  .app-link-desc-mobile {
    display: block;
  }
  .app-link {
    padding: 16px 24px;
    gap: 16px;
  }
  .info-card h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .info-card p {
    font-size: 14px;
    line-height: 16px;
  }
  .mobile-step {
    width: 300px;
    height: 288px;
  }
  .step-frame {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .step-image {
    width: 180px;
    height: 230px;
    object-fit: contain;
  }
  .step-info h1 {
    font-size: 200px;
    position: absolute;
    bottom: -100px;
    left: -40px;
  }
  .step-text {
    width: 60%;
  }
  .navigation-desktop {
    display: none;
  }
  .navigation-mobile {
    display: flex;
  }

  .footer {
    padding-bottom: 47px;
    padding-top: 60px;
  }
  .footer-container {
    gap: 20px;
  }
  .footer-left {
    max-width: 100%;
  }
  .footer-left img {
    width: 148px;
    height: 46px;
  }
  .footer-left p {
    font-size: 14px;
  }
  .copyright {
    font-size: 14px;
    line-height: 14px;
  }

  .footer-background {
    position: absolute;
    bottom: 0;
    width: 100vw;
  }
}
