/* =========================
   BREAKPOINTS
========================= */
/* Mobile */
/* Tablet */
/* Desktop */
#app-download {
  background-color: #1ea9e2;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2rem 3rem;
  box-sizing: border-box;
  gap: 2rem;
  border-radius: 15px;
}
@media (max-width: 564px) {
  #app-download {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  #app-download {
    flex-direction: column-reverse;
    align-items: center;
    padding: 1.2rem 1rem;
    gap: 1.5rem;
    border-radius: 10px;
    margin: 0 0.5rem;
  }
}
#app-download .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
}
#app-download .left h1 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 1rem;
}
#app-download .left p {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  #app-download .left h1 {
    font-size: 28px;
  }
  #app-download .left p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #app-download .left {
    width: 50%;
  }
  #app-download .left h1 {
    font-size: 16px;
    margin-bottom: 1rem;
  }
  #app-download .left p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 564px) {
  #app-download .left {
    width: 60%;
  }
}
@media (max-width: 480px) {
  #app-download .left {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  #app-download .left h1 {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
  #app-download .left p {
    font-size: 13px;
    line-height: 20px;
  }
}
#app-download .left .btn-download {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 1rem;
}
@media (max-width: 480px) {
  #app-download .left .btn-download {
    justify-content: center;
    gap: 8px;
    margin-top: 0.5rem;
  }
}
#app-download .left .btn-download a {
  width: 135px;
  height: 40px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #222;
  transition: transform 0.2s ease;
}
#app-download .left .btn-download a:hover {
  transform: translateY(-2px);
}
@media (max-width: 480px) {
  #app-download .left .btn-download a {
    width: 120px;
    height: 36px;
    padding: 0 8px;
    gap: 6px;
  }
}
#app-download .left .btn-download .icon {
  font-size: 18px;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  #app-download .left .btn-download .icon {
    font-size: 16px;
  }
}
#app-download .left .btn-download small {
  display: block;
  font-size: 7px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #6b7280;
}
@media (max-width: 480px) {
  #app-download .left .btn-download small {
    font-size: 6px;
  }
}
#app-download .left .btn-download strong {
  display: block;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 480px) {
  #app-download .left .btn-download strong {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #app-download .left h1 {
    font-size: 15px;
    margin-bottom: 0.5rem;
  }
  #app-download .left p {
    font-size: 11px;
    line-height: 16px;
  }
}
#app-download .right {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 564px) {
  #app-download .right {
    width: 25%;
  }
}
@media (max-width: 480px) {
  #app-download .right {
    width: 100%;
  }
}
#app-download .right img {
  width: 20rem;
  border-radius: 15px;
  box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  #app-download .right img {
    width: 16rem;
  }
}
@media (max-width: 768px) {
  #app-download .right img {
    width: 10rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media (max-width: 564px) {
  #app-download .right img {
    width: 9rem;
  }
}
@media (max-width: 480px) {
  #app-download .right img {
    width: 12rem;
    border-radius: 10px;
  }
}/*# sourceMappingURL=app-download-section.css.map */