@media (max-width: 375px) and (max-height: 700px) {
  .title {
    font-size: 16px !important;
    line-height: 27.5px !important;
  }

  .subtitle {
    font-size: 12px !important;
    margin-top: 10px;
  }

  .top-header {
    height: 40vh !important;
  }

  .logo {
    margin-top: 10px !important;
  }

  .mt {
    margin-top: 10px !important;
  }
}
html,
body {
  font-family: sans-serif;
  font-size: 24px;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  touch-action: none;
}

.dark {
  background-color: #050505;
}

.light-title {
  color: #121212 !important;
}

.light-subtitle {
  color: #383b3b !important;
}

.top-header {
  background: url("../assets/products.png");
  height: 36.5vh;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logo {
  margin-top: 30px;
}

.w-100 {
  width: 100%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

p {
  font-size: 18px;
}

.mt {
  margin-top: 30px;
}

.title {
  color: #fafcfc;
  text-align: left;
  font-size: 19.53px;
  font-weight: 700;
  letter-spacing: 0.38px;
  line-height: 30px;
}

.subtitle {
  color: #d7dee0a5;
  font-size: 15.63px;
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.38px;
  line-height: 1.5;
}

.padding {
  padding: 0 32px;
}

.progress {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 20px;
  height: 8px;
  width: 100%;
  padding: 0 48px;
  position: fixed;
  left: 0;
  bottom: 6%;
}

.progress1::-webkit-progress-bar {
  background-color: rgba(0, 0, 0, 0.25);
}

.progress-section .progress1::-webkit-progress-value {
  background: var(--gradient, linear-gradient(90deg, #0cabdd 0%, #15d6e2 100%));
  border-radius: 20px;
}

.hide {
  display: none;
}

flutter-view {
  height: 100vh;
  overflow: hidden;
  flex: 1;
  touch-action: auto;
  z-index: -1;
}

canvas {
  overflow-y: scroll;
  touch-action: auto;
}

.saya-wink {
  margin-top: -1.5rem;
  z-index: 1;
  display: flex;
  align-items: center;
}

.turpal-title-bottom {
  position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color:#A1AEB2;

}

.saya-wink::before {
  content: "";
  position: absolute;
 
  background: linear-gradient(0deg, #3e4345, #0b0c10),
    linear-gradient(270deg, #0b0c10 0%, #0b0c10);
  /* border: 0.5px solid #3e4345; */
  box-shadow:
    20px -10px 50px 10px #6bcfff66,
    -12px 20px 50px 10px #f68bff4d;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: 1.5rem;
}
.saya-wink > * {
  position: relative;
  z-index: 2;
}

@media (prefers-color-scheme: light) {
  .saya-wink {
    margin-top: -1.5rem;
    z-index: 1;
    display: flex;
    align-items: center;
  }

  .saya-wink::before {
    content: "";
    box-shadow: 20px -10px 50px 10px #6bcfff66 !important;
    box-shadow: -12px 20px 50px 10px #f68bff4d; !important;
    border: 0.5px solid #dfe6e8 !important;
    background: linear-gradient(0deg, #dfe6e8, #dfe6e8),
      linear-gradient(270deg, #c9d2ee 0%, #eaeeef 96.12%) !important;
  }
  .saya-wink > * {
    position: relative;
    z-index: 2;
  }
}
