html, body {
  font-family: 'mikhmoret', sans-serif;
  margin: 0;
  min-height: 100vh;
  padding: 0;
  font-size: 0;
  overflow-x: hidden;
  background: #284638;
  direction: rtl; }

.wrapper {
  width: 100%; }

.top {
  height: 550px;
  background: url("../img/header-image-web@3x.jpg") center center;
  width: 100%;
  background-size: cover;
  color: #284638;
  position: relative; }
  .top .box {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .top .box img {
      height: 264px; }
    .top .box h2 {
      text-align: center;
      color: #284638;
      font-weight: 400;
      font-size: 72px;
      margin-bottom: 0;
      margin-top: 30px; }

.yahaloma {
  background: #e6d5c1;
  color: #284638;
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  height: auto;
  box-sizing: border-box;
  padding: 56px 0;
  letter-spacing: 0.5px; }

.buttons {
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  border-top: 1px solid #e6d5c1;
  max-width: 1240px;
  text-align: center; }
  .buttons .button {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #e6d5c1;
    line-height: 60px;
    text-align: center;
    color: #e6d5c1;
    font-size: 40px;
    box-sizing: border-box;
    padding: 0px 20px;
    width: 355px;
    font-weight: 300;
    margin: 0 20px;
    margin-top: 0px; }
    .buttons .button:hover {
      background: #e6d5c1;
      color: #284638; }

.slider {
  direction: ltr;
  width: 100%;
  margin-top: 60px; }
  .slider .slick-next {
    right: 15%;
    z-index: 1000;
    top: 40%;
    width: 100px;
    height: 100px;
    background: url("../img/arrow-right.svg") center center no-repeat;
    background-size: contain;
    opacity: 0.7;
    transition: opacity 0.3s ease; }
    .slider .slick-next:hover {
      background: url("../img/arrow-right.svg") center center no-repeat !important;
      background-size: contain !important;
      opacity: 1 !important; }
    .slider .slick-next:focus {
      background: url("../img/arrow-right.svg") center center no-repeat !important;
      background-size: contain !important; }
  .slider .slick-prev {
    left: 15%;
    z-index: 1000;
    top: 40%;
    width: 100px;
    height: 100px;
    background: url("../img/arrow-left.svg") center center no-repeat;
    background-size: contain;
    opacity: 0.7;
    transition: opacity 0.3s ease; }
    .slider .slick-prev:hover {
      background: url("../img/arrow-left.svg") center center no-repeat !important;
      background-size: contain !important;
      opacity: 1 !important; }
    .slider .slick-prev:focus {
      background: url("../img/arrow-left.svg") center center no-repeat !important;
      background-size: contain !important; }
  .slider .slick-prev:before {
    content: ''; }
  .slider .slick-next:before {
    content: ''; }
  .slider .slide {
    padding: 20px;
    direction: rtl;
    outline: 0 !important;
    transition: opacity 0.3s, transform 0.3s; }
    .slider .slide:not(.slick-center) {
      opacity: 0.4;
      transform: scale(0.92); }
      .slider .slide:not(.slick-center) h3, .slider .slide:not(.slick-center) h4 {
        opacity: 0; }
    .slider .slide .poster {
      background-size: cover;
      background-position: center center;
      height: 700px;
      overflow: hidden; }
    .slider .slide h3 {
      color: #e6d5c1;
      font-size: 48px;
      margin-top: 40px;
      font-weight: 400;
      text-align: center;
      transition: opacity 0.3s, transform 0.3s; }
    .slider .slide h4 {
      font-size: 30px;
      color: #e6d5c1;
      font-weight: 300;
      text-align: center;
      margin-top: -35px;
      line-height: 34px; }

.divider {
  border-bottom: 1px solid #e6d5c1;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 80px; }

.stores {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px; }
  .stores .store {
    padding: 60px 30px;
    box-sizing: border-box;
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: 300;
    color: #e6d5c1;
    font-size: 40px; }
    .stores .store h4 {
      margin-top: 0;
      font-size: 54px;
      font-weight: 400;
      margin-bottom: 15px; }
    .stores .store strong {
      margin-top: 10px;
      display: block; }

.slidermob {
  display: none; }

a {
  text-decoration: none !important; }

@media screen and (max-width: 800px) {
  .slider {
    display: none; }

  .slidermob {
    display: block;
    direction: ltr;
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px; }
    .slidermob .slick-dots {
      bottom: 10px; }
    .slidermob .slick-dots li button:before {
      font-family: 'slick';
      width: 25px;
      font-size: 18px;
      color: #e6d5c1 !important; }
    .slidermob .slide {
      padding: 20px 0;
      padding-bottom: 60px;
      direction: rtl;
      transition: opacity 0.3s, transform 0.3s; }
      .slidermob .slide .poster {
        background-size: cover;
        background-position: center center;
        height: 700px;
        overflow: hidden;
        position: relative; }
      .slidermob .slide .info {
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #202c26bf;
        overflow: hidden; }
      .slidermob .slide h3 {
        color: #e6d5c1;
        font-size: 48px;
        margin-top: 10px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 80px;
        text-align: center; }
      .slidermob .slide h4 {
        font-size: 26px;
        margin-top: 0px;
        text-align: center;
        color: #e6d5c1; }

  .yahaloma {
    height: auto;
    padding: 75px 50px;
    font-size: 54px; }
    .yahaloma br {
      display: none; }

  .top .box img {
    height: 220px; }

  .buttons {
    max-width: 80%;
    padding: 60px 0; }
    .buttons .button {
      width: 100%;
      font-size: 54px;
      line-height: 100px;
      margin: 15px auto; }

  .divider {
    width: 80%;
    margin-top: 0px; }

  .stores {
    margin-top: 80px; }
    .stores .store {
      width: 80%;
      display: block;
      margin: 0 auto;
      font-size: 54px; }
      .stores .store a {
        color: #e6d5c1 !important; }
      .stores .store h4 {
        font-size: 75px; } }

/*# sourceMappingURL=style.css.map */
