
p {
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}


@media (min-width: 768px) {
  .carousel-item img {
    object-position: 10% 10%;
  }
}

.navigation-section {
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
  gap: 24px;
}

.content-container {
  padding: 40px 16px !important;
  gap: 24px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navigation-section {
    padding: 0px 150px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .content-container {
    padding: 40px 150px 80px 150px !important;
    gap: 0px;
  }

  /* .g-0 {
    --bs-gutter-y: 24px !important;
  } */
}


.carousel-item {
  /* width: 100vw; */
  height: 400px;
  object-fit: cover;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
  /* object-position: 10% 10%; */
}

.carousel .carousel-indicators {
  position: absolute;
  top: 15%;
}

.carousel .carousel-indicators [data-bs-target].active {
  width: 17.68px;
  height: 6px;
  border-top: none;
  border-bottom: none;
  border-radius: 5.2px;
}

.carousel .carousel-indicators [data-bs-target] {
  width: 6px;
  height: 6px;
  border-top: none;
  border-bottom: none;
  border-radius: 100%;
}

.promotion-heading {
  /* Desktop/H3 — Bold; */
  color: #2c3059;
  font-family: "InterBold";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
}

.promotion-subheading {
  /* Desktop/H4 — Medium; */
  color: #2c3059;
  font-family: "InterMedium";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.promotion-text,
.subheader-text,
.terms-text {
  /* Body/Body — Regular; */
  color: #6a6d87;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.promotion-card {
  padding: 24px 16px !important;
  border-radius: 16px !important;
  gap: 24px !important;
}

.card-title {
  /* Desktop/H6 — Bold; */
  color: #2c3059 !important;
  font-family: "InterBold";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.card-text {
  /* Body/Body — Regular; */
  color: #2c3059 !important;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.card-share {
  display: flex;
  flex-direction: row;
  padding: 4px;
  gap: 16px !important;
  align-items: center;
}

.url-link {
  color: #684b9b;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  text-align: left;

  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.url-link:hover {
  color: #cfb3ff;
}

.icon {
  position: relative;
  display: inline-block;
}

.icon svg {
  display: block;
}

.icon .hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.icon:hover .hover-icon {
  opacity: 1;
}

.icon:hover .default-icon {
  opacity: 0;
}

.terms ul {
  padding-left: 1.75rem !important;
}
