@import "../../../common-styles/common-styles.css";
.main {
  background-color: #ff4646;
  background-image: url(../../../assets/images/bg-snow.png);
  background-size: contain;
  border-radius: 19px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  background-image: url(../../../assets/images/bg-ball.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 8.3% 0 7.49%;
}
@media screen and (max-width: 1439px) {
  .hero {
    padding: 15.6% 0 14%;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding: 31.6% 0 28.2%;
  }
}
.hero .elegant-text {
  margin: 0 0 13px;
}
.hero .button {
  margin: 12px 0;
}

.about {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  margin: 4.1% 5.7% 0 5.7%;
}
@media screen and (max-width: 1439px) {
  .about {
    margin: 59px 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    flex-direction: column;
  }
}
.about__content {
  width: 35%;
  padding: 12.6% 12.3% 11% 4.7%;
}
@media screen and (max-width: 1439px) {
  .about__content {
    width: 38%;
    padding: 14.1% 7.4% 11.6% 8%;
  }
}
@media screen and (max-width: 767px) {
  .about__content {
    width: 100%;
    padding: 16.5% 2px 11.1% 5.5%;
    box-sizing: border-box;
  }
}
.about__img {
  border-radius: 20px;
  background-image: url(../../../assets/images/hero-santa.svg);
  background-position-x: center;
  background-size: cover;
  width: 53%;
}
@media screen and (max-width: 1439px) {
  .about__img {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .about__img {
    width: 100%;
    height: 528px;
  }
}
.about .elegant-text {
  margin-bottom: 19px;
}
@media screen and (max-width: 1439px) {
  .about .elegant-text {
    margin-bottom: 21px;
  }
}

.slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 8.34% 0 8.2%;
  color: white;
}
@media screen and (max-width: 1439px) {
  .slider {
    margin: 15.6% 0 15.1%;
  }
}
@media screen and (max-width: 767px) {
  .slider {
    margin: 31.5% 0 30.5%;
  }
}
.slider__wrapper {
  overflow: hidden;
  align-self: flex-start;
  max-width: 1440px;
}
@media screen and (max-width: 1439px) {
  .slider__wrapper {
    width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  .slider__wrapper {
    width: 100vw;
  }
}
.slider__box {
  display: flex;
  align-items: center;
  margin: 20px 0;
  transition: transform 0.8s ease;
}
.slider__text {
  margin: 0 20.4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 80px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.slider__text:first-child {
  margin-left: 63px;
}
@media screen and (max-width: 1439px) {
  .slider__text:first-child {
    margin-left: 8px;
  }
}
.slider__img {
  border-radius: 20px;
}
.slider__img:last-child {
  margin-right: 63px;
}
@media screen and (max-width: 1439px) {
  .slider__img:last-child {
    margin-right: 8px;
  }
}
.slider__nav {
  align-self: flex-end;
  padding-right: 5.7%;
}
@media screen and (max-width: 1439px) {
  .slider__nav {
    padding-right: 8px;
  }
}
.slider__nav .arrow {
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.slider__nav .arrow path {
  fill: #fff;
}
.slider__nav .arrow-left {
  margin-right: 15px;
}
.slider__nav .arrow-disabled {
  border-color: rgba(255, 255, 255, 0.4);
  cursor: default;
  pointer-events: none;
}
@media (hover: hover) {
  .slider__nav .arrow:hover {
    cursor: pointer;
    background-color: #fff;
    color: #ff4646;
    transition: 0.6s ease;
  }
  .slider__nav .arrow:hover path {
    stroke: #ff4646;
  }
}
@media (hover: none) {
  .slider__nav .arrow:active {
    cursor: default;
    background-color: #fff;
    color: #ff4646;
    transition: 0.2s ease;
  }
  .slider__nav .arrow:active path {
    stroke: #ff4646;
  }
}

.best-gifts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 42px;
}
.best-gifts__box {
  margin: 18px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1439px) {
  .best-gifts__box {
    margin: 20px auto;
  }
}

.cta {
  display: flex;
  flex-direction: column;
  background-image: url(../../../assets/images/bg-forest.png);
  background-size: cover;
  background-position-x: center;
  align-items: center;
  padding: 12.6% 0 12.7%;
}
@media screen and (max-width: 1439px) {
  .cta {
    padding: 23.3% 0 23.8%;
  }
}
@media screen and (max-width: 767px) {
  .cta {
    padding: 47.3% 0 48%;
  }
}
.cta h2 {
  width: 27%;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .cta h2 {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .cta h2 {
    width: 100%;
  }
}
.cta .elegant-text {
  margin-bottom: 8px;
}
.cta__box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 8px 12px 12px 12px;
  background-color: rgba(255, 255, 255, 0.4);
}
.cta__item {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.cta__item ~ .cta__item::before {
  background-color: rgba(255, 255, 255, 0.4);
  width: 1px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 29%;
}/*# sourceMappingURL=style.css.map */