.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-size: 70px;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.blc {
  font-size: 70px;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.goals-para {
  color: #234e9c;
  font-weight: 500;
}

#company-title {
  font-weight: 900;
  font-size: clamp(24px, calc(2.5vw + 2.5vh), 64px);
}

#punch-line {
  font-weight: 300;
  font-size: calc(1.5rem + 1.5vw);
}

.orders-container {
  background-color: #699cec;
  border-radius: 8px;
}

.arrow-size {
  font-size: 32px;
}

.icon.ion-android-star-outline.order-listing {
  font-size: 16px;
  color: yellow;
  /*fill: yellow;*/
}

.icon.ion-ios-heart {
  color: red;
  font-size: 20px;
  margin-left: 10px;
}

.icon.ion-android-star.order-listing {
  font-size: 20px;
  color: grey;
}

.carousel-indicators {
  background-color: rgba(0,0,0, .2);
}

.carousel-control-prev {
  color: black !important;
}

.carousel-control-next {
}

.add-to-cart-btn {
  background-color: #234e9c;
  color: yellow;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

