@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

:root {
  --orange: 255, 111, 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  font-size: 16px;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
}

.section {
  margin: 144px 0;
}

.section-last {
  margin: 144px 0 96px;
}

.btn {
  border-radius: 4px;
}

a {
  text-decoration: none;
}

.text-orange-gradient {
  background: linear-gradient(90deg, #ff7000 0%, #fa0 66.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-cut-row {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.cut-row-2 {
  -webkit-line-clamp: 2;
}

.fs-7 {
  font-size: 0.875rem;
}

.fs-8 {
  font-size: 0.75rem;
}

.opacity-80 {
  opacity: 0.8;
}

.btn-icon {
  padding: 10px;
}

.text-orange {
  color: rgb(var(--orange));
}

.bg-orange-lite {
  background-color: rgba(var(--orange), 0.1);
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600 !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -48px;
}

.swiper-pagination-bullet-active {
  background: rgb(var(--orange));
}

footer .box-payments {
  width: 175px;
}
