/*****************************************************/
/******************** HOME SLIDER ********************/
/*****************************************************/

#home-slider-wrap {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

#home-slider-window {
  overflow-x: hidden;
  position: relative;
}

#home-slider {
  position: relative;
  top: 0;
}

.home-slide {
  cursor: grab;
  float: left;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-slide:active {
  cursor: grabbing;
}

.home-slide-content-wrap {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.home-slide-title {
  font-family: "Bon Vivant Serif";
  font-size: 3rem;
  letter-spacing: 0.1rem;
  line-height: 3.5rem;
  font-weight: 900;
  text-align: center;
  color: #FFF;
}

.home-slide-button {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
}

.home-slide-button a {
  display: block;
  margin: 0 auto;
  padding: 10px 15px;
  color: #FFF;
  text-decoration: none;
  border: solid 2px #FFF;
  border-radius: 50px;
  transition: all 0.3s ease-out;
}

.slide-transition {
  transition: all 0.7s ease-out;
}

#home-slider-nav {
  position: absolute;
  display: flex;
  bottom: 20px;
  left: 50%;
}

#home-slider-bullets {
  display: flex;
  padding: 2.5px 0 0 0;
}

#home-slider-bullets li {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border: 2px solid #FFF;
  transition: all 0.3s ease-out;
  background-color: #FFF;
  cursor: pointer;
}

#home-slider-bullets li.active,
#home-slider-bullets li:hover {
  background-color: #659147;
}

#home-slider-bullets li+li {
  margin: 0 0 0 15px;
}

.home-slider-button {
  display: none;
  padding: 0;
  width: 60px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}

.home-slider-button img {
  width: 100%;
  opacity: 1;
  transition: all 0.3s ease-out;
}

.home-slider-button:hover img {
  opacity: 0;
}

#home-slider-prev {
  margin: 0 7.5px 0 0;
  background-image: url(../img/slider_prev_hover.svg);
}

#home-slider-next {
  margin: 0 0 0 7.5px;
  background-image: url(../img/slider_next_hover.svg);
}

@media (min-width: 650px) {
  .home-slide {
    height: 600px;
  }

  .home-slide-title {
    font-size: 8rem;
    line-height: 8.5rem;
  }
}

@media (min-width: 1440px) {
  .home-slider-button {
    display: block;
  }

  .home-slide-button a:hover {
    background-color: #659147;
  }
}

@media (min-width: 1920px) {
  .home-slide {
    height: 800px;
  }

  .home-slide-title {
    font-size: 9rem;
    line-height: 9.5rem;
  }
}

/*****************************************************/
/***************** HOME PAGE CATEGORY ****************/
/*****************************************************/

#home-category-wrap {
  padding: 0 15px;
}

.home-category {
  padding: 15px;
  background-color: #f5f1e9;
  border-radius: 5px;
}

.home-category {
  margin: 30px 0 0 0;
}

.home-category-content {
  margin: 30px 0 0 0;
}

.home-category-title {
  font-family: "Bon Vivant Serif";
  font-weight: bold;
  font-size: 5rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  color: #659147;
}

.home-category-text {
  margin: 15px 0 0 0;
}

.home-category-link {
  margin: 15px 0 0 0;
}

.home-category-link a {
  display: block;
  margin: 0 auto;
  width: fit-content;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  background-color: #659147;
  transition: all 0.3s ease-out;
}

@media (min-width: 650px) {
  #home-category-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px 0 0;
  }

  .home-category {
    width: calc(50% - 30px);
    margin: 30px 15px 0 15px;
    box-sizing: border-box;
  }

  .home-category-content {
    margin: 30px 0 0 0;
  }
}

@media (min-width: 1000px) {
  .home-category {
    width: calc(25% - 30px);
  }

  .home-category-title {
    font-size: 4rem;
    line-height: 3rem;
  }
}

@media (min-width: 1440px) {
  #home-category-wrap {
    margin: 40px 0 0 0;
    padding: 0 80px;
  }

  .home-category {
    width: calc(50% - 20px);
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .home-category:nth-child(even) {
    margin-left: 40px;
  }

  .home-category-content {
    width: 35%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .home-category-image {
    width: calc(65% - 30px);
    margin: 0 0 0 30px;
  }

  .home-category-title {
    font-size: 5rem;
    line-height: 4rem;
  }

  .home-category-text {
    margin: 15px 0 auto 0;
  }

  .home-category-link a {
    margin: 0;
  }

  .home-category-link a:hover {
    background-color: #374c26;
  }
}

/*****************************************************/
/***************** HOME PAGE PARTNERS ****************/
/*****************************************************/

#home-partners-wrap {
  margin: 30px 0 0 0;
  padding: 0 15px;
}

#home-partners-title {
  font-family: "Bon Vivant Serif";
  font-weight: bold;
  font-size: 5rem;
  line-height: 4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #659147;
}

#home-partners-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}

#home-partners-list li {
  width: calc(50% - 7.5px);
  margin-top: 15px;
}

#home-partners-list li:nth-child(even) {
  margin-left: 15px;
}

.home-partner img {
  border-radius: 5px;
}

#home-partners-link a {
  display: block;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #659147;
  background-image: url(../img/background_home_partners.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  color: #FFF;
  transition: all 0.3s ease-out;
}

@media (min-width: 650px) {
  #home-partners-list li {
    width: calc(33.333% - 10px);
    margin-left: 15px;
  }

  #home-partners-list>li:nth-child(3n-2) {
    margin-left: 0;
  }
}

@media (min-width: 800px) {
  #home-partners-link a {
    padding: 0 25px;
  }
}

@media (min-width: 1000px) {
  #home-partners-link a:hover {
    background-color: #374c26;
  }
}

@media (min-width: 1440px) {
  #home-partners-wrap {
    margin: 80px 0 0 0;
    padding: 0 80px;
  }

  #home-partners-list {
    margin: 40px 0 0 0;
  }

  #home-partners-list li {
    width: calc(16.6667% - 33.3333px);
  }

  #home-partners-list li,
  #home-partners-list li:nth-child(even),
  #home-partners-list>li:nth-child(3n-2) {
    margin: 0 0 0 40px;
  }

  #home-partners-list li:first-child {
    margin: 0;
  }
}

/*****************************************************/
/*********************** STORE ***********************/
/*****************************************************/

#home-store-wrap {
  padding: 0 15px;
}

.home-store {
  width: 100%;
  height: 315px;
  margin: 30px 0 0 0;
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-store a {
  display: block;
  width: 100%;
  line-height: 315px;
  text-decoration: none;
  font-family: "Bon Vivant Serif";
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#home-store-link {
  background-image: url(../img/kaz-a-kam.jpg);
}

#home-gallery-link {
  background-image: url(../img/kaz-a-kam-gallerie.jpg);
}

@media (min-width: 1000px) {
  #home-store-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .home-store {
    width: calc(50% - 7.5px);
    height: 315px;
  }

  .home-store a:hover {
    color: #659147;
    background-color: rgba(255, 255, 255, 0.75);
  }

  #home-gallery-link {
    margin-left: 15px;
  }
}

@media (min-width: 1440px) {
  #home-store-wrap {
    margin: 80px 0 0 0;
    padding: 0 80px;
  }

  .home-store {
    width: calc(50% - 20px);
    height: 450px;
    margin: 0;
  }

  .home-store a {
    font-size: 7rem;
    line-height: 450px;
  }

  #home-gallery-link {
    margin-left: 40px;
  }
}

/*****************************************************/
/******************* GOOGLE ADVICES ******************/
/*****************************************************/

#home-google-advice {
  margin: 30px 0 0 0;
  padding: 0 15px;
}

@media (min-width: 1440px) {
  #home-google-advice {
    margin: 80px 0 0 0;
    padding: 0 80px;
  }
}