* {
  font-family: "Ubuntu", sans-serif;
}
body {
  background-color: #f6f5f5;
}
/* section padding */
.section-padding,
.section-padding-x,
.section-padding-y {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
}

.section-padding,
.section-padding-x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-padding-y,
.section-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.section-padding {
  position: relative;
}

@media (min-width: 640px) {
  .section-padding,
  .section-padding-x {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .section-padding-y,
  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1280px) {
  .section-padding-x,
  .section-padding {
    padding-left: 8rem;
    padding-right: 8rem;
    max-width: 100%;
  }
  .section-padding-y {
    max-width: 100%;
  }
}

/* text  */
.sectionLargeText,
.sectionSemiLargeText,
.sectionMediumText,
.sectionNormalText,
.sectionSmallText {
  line-height: 1.25rem; /* Default for normal text sizes */
}

/* Default text sizes */
.sectionLargeText {
  font-size: 16px;
  line-height: 1.75rem;
}

.sectionSemiLargeText {
  font-size: 14px;
  line-height: 1.5rem;
}

.sectionMediumText {
  font-size: 12px;
  line-height: 1.25rem;
}

.sectionNormalText {
  font-size: 10px;
  line-height: 1rem;
}

.sectionSmallText {
  font-size: 8px;
  line-height: 1rem;
}

/* sm screen and up */
@media (min-width: 640px) {
  .sectionLargeText {
    font-size: 18px;
    line-height: 2rem;
  }
  .sectionSemiLargeText {
    line-height: 1.75rem;
  }
  .sectionSmallText {
    font-size: 10px;
  }
}

/* md screen and up */
@media (min-width: 768px) {
  .sectionSemiLargeText {
    font-size: 16px;
  }
  .sectionMediumText {
    font-size: 14px;
  }
  .sectionNormalText {
    font-size: 12px;
  }
  .sectionSmallText {
    font-size: 11px;
    line-height: 1.25rem;
  }
}

/* lg screen and up */
@media (min-width: 1024px) {
  .sectionLargeText {
    font-size: 20px;
    line-height: 2.25rem;
  }
  .sectionSemiLargeText {
    font-size: 18px;
    line-height: 2rem;
  }
  .sectionMediumText {
    font-size: 16px;
    line-height: 1.75rem;
  }
  .sectionNormalText {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .sectionSmallText {
    font-size: 12px;
  }
}

/* Default sizes for headings */
.h1 {
  font-size: 30px;
}
.h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
.h4 {
  font-size: 22px;
}
.h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}

@media (min-width: 640px) {
  .h1 {
    font-size: 36px;
  }
  .h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  .h4 {
    font-size: 26px;
  }
  .h5 {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 32px;
  }
  .h4 {
    font-size: 28px;
  }
  .h5 {
    font-size: 24px;
  }
  .h6 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .h1 {
    font-size: 44px;
  }
  .h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 36px;
  }
  .h4 {
    font-size: 32px;
  }
  .h5 {
    font-size: 28px;
  }
  .h6 {
    font-size: 24px;
  }
}

/* splide */
.splide-1 .splide__slide.is-active img {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.splide-1 .splide__slide img {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.splide-1 .splide-text {
  display: none;
}
.splide-1 .splide__slide.is-active .splide-text {
  display: block;
}

.splide-3 .my-carousel-progress {
  background: #ccc;
}

.splide-3 .my-carousel-progress-bar {
  background: #443c13;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}
