.home-corporate-sales {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url("../image/chocolate-bar-bg.jpg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}
.home-corporate-sales__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 24px;
  width: 100%;
  height: 800px;
}
.home-corporate-sales__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  width: 198px;
  height: 42px;
  border: 1px solid #c97858;
  border-radius: 27px;
  background-color: transparent;
  color: #461b17;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.93px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-corporate-sales__link:active, .home-corporate-sales__link:visited {
  color: #461b17;
}
.home-corporate-sales__link:hover {
  color: #c97858;
  transition: color 0.3s;
}
.home-history {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url("../svg/coffee-1.svg"), url("../svg/coffee-2.svg");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
}
.home-history__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 40px 125px 40px;
  width: 100%;
  max-width: 800px;
  height: 100%;
}
.home-news {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.home-news__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 24px 70px 24px;
  width: 100%;
}
.home-news__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #c97858;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 44.8px;
  line-height: 2.8rem;
  font-weight: 400;
}
.home-news__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 0 40px 0;
}
.home-news__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 325px;
  height: 430px;
  border: 1px solid #ede8e8;
  text-decoration: none;
}
.home-news__item:nth-of-type(odd) {
  margin: 30px 0;
}
.home-news__item__image {
  width: 325px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-news__item__name {
  padding: 26px 24px 0 24px;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
}
.home-news__item__date {
  padding: 0 24px 0 24px;
  color: #c97858;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
}
.home-news__item__info {
  padding: 15px 24px 25px 24px;
  color: #7a7474;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: 400;
}
.home-news__all {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #461b17;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.home-news__all:active, .home-news__all:visited {
  color: #461b17;
}
@media only screen and (min-width: 1024px) {
  .home-news__container {
    padding: 120px 24px 80px 24px;
  }
  .home-news__content {
    flex-direction: row;
    padding: 30px 0 60px 0;
  }
  .home-news__item {
    width: 370px;
  }
  .home-news__item:nth-of-type(odd) {
    margin: 0 40px;
  }
  .home-news__item__image {
    width: 370px;
    height: 210px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.home-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #fafafa;
  background-image: url("../svg/home-product-bg.svg");
  background-position: center center;
}
.home-products__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 24px 20px 24px;
  width: 100%;
  height: 100%;
  background-image: none;
}
.home-products__product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  width: 100%;
  height: 100%;
}
.home-products__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  width: 100%;
  text-decoration: none;
  -webkit-transform: none;
          transform: none;
}
.home-products__item__image {
  display: block;
  width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-products__item__name {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  width: 100%;
  color: #402020;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .home-products__content {
    padding: 120px 24px;
    height: 800px;
    background-image: url("../image/m-letter.png");
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .home-products__product {
    flex-direction: row;
  }
  .home-products__item {
    margin: 0;
  }
  .home-products__item:nth-of-type(odd) {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  .home-products__item:nth-of-type(3n) {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
  .home-products__item:nth-of-type(even) {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .home-products__item__image {
    width: 180px;
    height: 180px;
  }
  .home-products__item__image.-small {
    width: 160px;
  }
}
.home-slider {
  padding: 0;
  height: 300px;
}
.home-slider__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  width: 100%;
}
.home-slider__title p {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 99.2px;
  line-height: 6.2rem;
  font-weight: 400;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  text-align: center;
}
.home-slider__title p > em {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.28px;
  font-style: italic;
  text-transform: capitalize;
}
.home-slider__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  max-width: 160px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 21px;
  background-color: transparent;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.93px;
  text-transform: uppercase;
  text-decoration: none;
}
.home-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-slider .swiper-container {
  height: 100%;
}
.home-slider .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-slider .swiper-pagination {
  bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home-slider .swiper-pagination-bullet {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.home-slider .swiper-pagination-bullet-active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background-color: transparent;
}
@media only screen and (min-width: 560px) {
  .home-slider {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-slider {
    height: calc(100vh - 60px);
  }
  .home-slider__title p > em {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 41.6px;
    line-height: 2.6rem;
    letter-spacing: 0.33px;
  }
  .home-slider__title {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 120px;
    line-height: 7.5rem;
    letter-spacing: 0.94px;
  }
}
@media only screen and (min-width: 1280px) {
  .home-slider {
    height: calc(100vh - 88px);
  }
}