.home__carousel-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 44px;
}
.home__carousel-form .control--datepicker {
  max-width: 302px;
}
.home__carousel-items .owl-stage-outer {
  border-radius: 32px;
}
.home__offers {
  background-color: #FEF7EC;
}
.home__offers-carousel .owl-dots .owl-dot.active {
  background-color: #202E39;
}
.home__offers-carousel-item {
  position: relative;
  background: no-repeat center;
  background-size: cover;
  border-radius: 12px;
  height: 391px;
  padding: 50px 32px;
}
.home__offers-carousel-item__info-title {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0%;
  color: #19191B;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .home__offers-carousel-item__info-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .home__offers-carousel-item__info-title {
    font-size: 20px;
  }
}
.home__offers-carousel-item__info-caption {
  font-family: "Hobo std", serif;
  font-weight: 500;
  font-size: 48px;
  letter-spacing: -1%;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .home__offers-carousel-item__info-caption {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .home__offers-carousel-item__info-caption {
    font-size: 32px;
  }
}
.home__experiences-carousel {
  margin-top: 32px;
}
.home__experiences-carousel .owl-nav {
  position: relative;
  top: 10px;
  text-align: center;
  margin-top: 15px;
}
.home__experiences-carousel .owl-nav .owl-prev {
  left: 45%;
}
.home__experiences-carousel .owl-nav .owl-next {
  right: 45%;
}
.home__experiences-carousel-item {
  height: 584px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 12px;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.home__experiences-carousel-item__info {
  background: #fcfeff;
  background: linear-gradient(180deg, rgba(252, 254, 255, 0.07) 0%, rgba(0, 0, 0, 0.49) 45%, rgb(0, 0, 0) 100%);
  padding: 32px 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home__experiences-carousel-item__info-title {
  font-family: "Work Sans", serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .home__experiences-carousel-item__info-title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home__experiences-carousel-item__info-title {
    font-size: 14px;
  }
}
.home__experiences-carousel-item__info-caption {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
  color: #EAEBEC;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home__experiences-carousel-item__info-caption {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home__experiences-carousel-item__info-caption {
    font-size: 13px;
  }
}
.home__experiences-carousel-item__info-category {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
  color: #468EEE;
}
@media (max-width: 1024px) {
  .home__experiences-carousel-item__info-category {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home__experiences-carousel-item__info-category {
    font-size: 13px;
  }
}
.home__plan {
  background-color: #ECF5FE;
}
.home__plan-items {
  display: flex;
  gap: 40px;
}
.home__plan-items__card {
  background-color: #FFFFFF;
  border-radius: 12px;
  width: 450px;
}
.home__plan-items__card-wrapper {
  padding: 24px 16px;
}
.home__plan-items__card-image {
  border-radius: 12px;
  width: 450px;
  height: 337px;
}
.home__plan-items__card-title {
  font-family: "Work Sans", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0%;
  color: #19191B;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .home__plan-items__card-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .home__plan-items__card-title {
    font-size: 20px;
  }
}
.home__plan-items__card-description {
  font-family: "Work Sans", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
  line-height: 20px;
  height: 60px;
}
@media (max-width: 1024px) {
  .home__plan-items__card-description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home__plan-items__card-description {
    font-size: 13px;
  }
}
.home__plan-items__card-url span {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
  color: #468EEE;
  padding-right: 8px;
}
@media (max-width: 1024px) {
  .home__plan-items__card-url span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home__plan-items__card-url span {
    font-size: 13px;
  }
}
.home__plan-items__card-url svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.home__reviews-section {
  display: flex;
  gap: 40px;
  padding: 40px 0;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .home__reviews-section {
    flex-direction: column;
  }
}
.home__reviews-section__text {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home__reviews-section__text h2 {
  font-family: "Hobo std", serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.5%;
  color: #19191B;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .home__reviews-section__text h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .home__reviews-section__text h2 {
    font-size: 28px;
  }
}
.home__reviews-section__text p {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .home__reviews-section__text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home__reviews-section__text p {
    font-size: 14px;
  }
}
.home__reviews-section__carousel {
  background-color: #FEF7EC;
  border-radius: 32px;
  padding: 32px;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .home__reviews-section__carousel {
    width: 100%;
  }
}
.home__reviews-card {
  background: #fff;
  padding: 32px;
  border-radius: 16px;
  height: 100%;
}
.home__reviews-nav {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.home__reviews-nav button {
  background: #fff;
  border: 1px solid #ddd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 33px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: color 0.3s;
}
.home__reviews-nav button:hover {
  color: #468EEE;
}
.home__reviews-header {
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 36px;
  gap: 12px;
  margin: 24px 0;
}
.home__reviews-header .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__reviews-header .name {
  font-family: "Work Sans", serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
  color: #19191B;
}
@media (max-width: 1024px) {
  .home__reviews-header .name {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home__reviews-header .name {
    font-size: 14px;
  }
}
.home__reviews-header .rating {
  font-size: 14px;
  color: #f6b700;
}
.home__reviews-header .rating span {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .home__reviews-header .rating span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .home__reviews-header .rating span {
    font-size: 13px;
  }
}
.home__reviews-card blockquote {
  position: relative;
  padding-top: 31px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.home__reviews-card blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 29px);
  width: 29px;
  height: 24px;
  background-image: url("../images/icons/straight-quotes.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.home__reviews-card blockquote p {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0%;
  color: black;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .home__reviews-card blockquote p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .home__reviews-card blockquote p {
    font-size: 14px;
  }
}
.home__tiktok .commonninja-ribbon,
.home__tiktok .commonninja-ribbon-link {
  transform: scale(0);
}
