.container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1200px;
  }
}

.card-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(248, 234, 212, 0.5);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .card-slider {
    flex-direction: row;
    padding-top: 60px;
    padding-bottom: 86px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .card-slider {
    width: 97vw;
    left: 47%;
    transform: translatex(-50%);
    margin-left: 27px;
  }
}
.card-slider.--hidden {
  display: none;
}
.card-slider__text-content {
  width: 100%;
  padding: 75px 20px 20px 20px;
  flex-shrink: 0;
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .card-slider__text-content {
    width: 400px;
    padding: 40px 10px 40px 37px;
  }
}
.card-slider__subtitle {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16.8px;
  color: #54565B;
  margin-bottom: 4px;
}
html[lang=ru] main .card-slider__subtitle {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .card-slider__subtitle {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .card-slider__subtitle {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .card-slider__subtitle {
  font-family: "Sarabun";
}
html[lang=ja] main .card-slider__subtitle {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .card-slider__subtitle {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .card-slider__subtitle {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .card-slider__subtitle {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .card-slider__subtitle {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
  }
  html[lang=ru] main .card-slider__subtitle {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .card-slider__subtitle {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .card-slider__subtitle {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .card-slider__subtitle {
    font-family: "Sarabun";
  }
  html[lang=ja] main .card-slider__subtitle {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .card-slider__subtitle {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .card-slider__subtitle {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .card-slider__subtitle {
    font-family: "Noto Serif KR";
  }
}
.card-slider__title {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 57px;
  color: #54565B;
  margin-bottom: 14px;
}
html[lang=ru] main .card-slider__title {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .card-slider__title {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .card-slider__title {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .card-slider__title {
  font-family: "Sarabun";
}
html[lang=ja] main .card-slider__title {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .card-slider__title {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .card-slider__title {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .card-slider__title {
  font-family: "Noto Serif KR";
}
@media (min-width: 768px) {
  .card-slider__title {
    font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: normal;
    line-height: 65px;
  }
  html[lang=ru] main .card-slider__title {
    font-family: "Open Sans";
    font-weight: bold;
  }
  html[lang=vi] main .card-slider__title {
    font-family: "Merriweather";
    font-weight: bold;
  }
  html[lang=ar] main .card-slider__title {
    font-family: "Lemonada";
    font-weight: bold;
    text-align: right !important;
    direction: rtl;
  }
  html[lang=th] main .card-slider__title {
    font-family: "Sarabun";
  }
  html[lang=ja] main .card-slider__title {
    font-family: "Noto Serif JP";
  }
  html[lang=zh-s] main .card-slider__title {
    font-family: "Noto Serif SC";
  }
  html[lang=zh-t] main .card-slider__title {
    font-family: "Noto Serif TC";
  }
  html[lang=ko] main .card-slider__title {
    font-family: "Noto Serif KR";
  }
}
.card-slider__description {
  font-family: "Nanami Light", Trebuchet MS, sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 28px;
  color: #54565B;
  margin-bottom: 20px;
}
html[lang=ru] main .card-slider__description {
  font-family: "Open Sans";
}
html[lang=vi] main .card-slider__description {
  font-family: "Open Sans";
}
html[lang=ar] main .card-slider__description {
  font-family: "Tajawal";
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .card-slider__description {
  font-family: "Prompt";
}
html[lang=ja] main .card-slider__description {
  font-family: "Noto Sans JP";
}
html[lang=zh-s] main .card-slider__description {
  font-family: "Noto Sans SC";
}
html[lang=zh-t] main .card-slider__description {
  font-family: "Noto Sans TC";
}
html[lang=ko] main .card-slider__description {
  font-family: "Noto Sans KR";
}
.card-slider__card-content {
  width: 100%;
  padding-left: 20px;
  position: relative;
  z-index: 3;
}
.card-slider__card-content .swiper-wrapper {
  display: flex;
}
@media (min-width: 768px) {
  .card-slider__card-content {
    width: calc(100% - 370px);
    z-index: 1;
    overflow-x: hidden;
  }
}
.card-slider__slider-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-slider__slide-control {
  width: 44px;
  height: 44px;
  background-color: #82CFCD;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.25s;
}
.card-slider__slide-control.\--previous {
  transform: rotate(180deg);
}
.card-slider__slide-control.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.card-slider__slide-control.swiper-button-disabled path {
  opacity: 0.5;
}
.card-slider__slide-control:hover:not(.swiper-button-disabled) .card-slider__slide-control-carat-icon, .card-slider__slide-control:focus:not(.swiper-button-disabled) .card-slider__slide-control-carat-icon {
  transform: translateX(5px);
}
.card-slider__slide-control-carat-icon {
  transition: transform 0.25s;
}
.card-slider__slide-info {
  font-family: "Nanami Book", Trebuchet MS Bold, sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 28px;
  display: inline-block;
  width: 90px;
  margin-top: 2px;
  text-align: center;
}
html[lang=ru] main .card-slider__slide-info {
  font-family: "Open Sans";
  font-weight: bold;
}
html[lang=vi] main .card-slider__slide-info {
  font-family: "Merriweather";
  font-weight: bold;
}
html[lang=ar] main .card-slider__slide-info {
  font-family: "Lemonada";
  font-weight: bold;
  text-align: right !important;
  direction: rtl;
}
html[lang=th] main .card-slider__slide-info {
  font-family: "Sarabun";
}
html[lang=ja] main .card-slider__slide-info {
  font-family: "Noto Serif JP";
}
html[lang=zh-s] main .card-slider__slide-info {
  font-family: "Noto Serif SC";
}
html[lang=zh-t] main .card-slider__slide-info {
  font-family: "Noto Serif TC";
}
html[lang=ko] main .card-slider__slide-info {
  font-family: "Noto Serif KR";
}
.card-slider .decorative-card {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .card-slider .decorative-card:nth-of-type(2n) {
    margin-top: 120px;
  }
}

/*# sourceMappingURL=/wp-content/themes/tahoesouth/dist/card-slider.css.map */