@font-face {
  font-family: strauss;
  src: url("../fonts/strauss-he-light-webfont.eot");
  src: url("../fonts/strauss-he-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-he-light-webfont.woff") format("woff"), url("../fonts/strauss-he-light-webfont.ttf") format("truetype"), url("../fonts/strauss-he-light-webfont.svg#strausslight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: strauss;
  src: url("../fonts/strauss-he-regular-webfont.eot");
  src: url("../fonts/strauss-he-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-he-regular-webfont.woff") format("woff"), url("../fonts/strauss-he-regular-webfont.ttf") format("truetype"), url("../fonts/strauss-he-regular-webfont.svg#straussregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: straussen;
  src: url("../fonts/strauss-en-bold-webfont.eot");
  src: url("../fonts/strauss-en-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-en-bold-webfont.woff") format("woff"), url("../fonts/strauss-en-bold-webfont.ttf") format("truetype"), url("../fonts/strauss-en-bold-webfont.svg#straussbold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: straussen;
  src: url("../fonts/strauss-en-light-webfont.eot");
  src: url("../fonts/strauss-en-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-en-light-webfont.woff") format("woff"), url("../fonts/strauss-en-light-webfont.ttf") format("truetype"), url("../fonts/strauss-en-light-webfont.svg#strausslight") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: straussen;
  src: url("../fonts/strauss-en-regular-webfont.eot");
  src: url("../fonts/strauss-en-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/strauss-en-regular-webfont.woff") format("woff"), url("../fonts/strauss-en-regular-webfont.ttf") format("truetype"), url("../fonts/strauss-en-regular-webfont.svg#straussregular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.cf-page {
  background: #d41e26;
  direction: rtl;
  font-family: strauss, sans-serif;
  color: #111;
}

.cf {
  position: relative;
  overflow: hidden;
}

.cf,
.cf * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.cf img {
  max-width: 100%;
}

.cf__hero {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: clamp(40px, 5vw, 60px) clamp(20px, 5vw, 60px);
}

.cf__hero-container {
  margin: 0 auto;
  max-width: 1480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(30px, 3vw, 60px);
}

.cf__hero-background {
  position: absolute;
  inset: 0 0 auto 0;
  height: 55%;
  z-index: -1;
  max-height: clamp(400px, 94vw, 560px);
}

.cf__hero-background > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.cf__hero-grass {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 70px;
  -webkit-background-size: 1440px auto;
          background-size: 1440px auto;
  background-position: 50% 0;
}

.cf__logo-wrap {
  text-align: center;
}

.cf__logo {
  max-width: 100%;
}

.cf__logo-mob {
  max-width: 100%;
  width: 100%;
}

.cf__hero-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(1px, 1vw, 10px);
}

.cf__hero-image {
  width: 760px;
  max-width: 100%;
}

.cf__hero-content {
  text-align: center;
  color: #fff;
}

.cf__hero-title {
  margin: 0;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1;
  font-weight: bold;
}

.cf__hero-text {
  font-size: clamp(22px, 3vw, 45px);
  font-weight: 300;
  line-height: 1.1;
}

.cf__form-box {
  max-width: 590px;
  background: #e9e9e9;
  border-radius: clamp(20px, 4vw, 30px);
  padding: clamp(45px, 4vw, 60px) clamp(15px, 4vw, 30px) 20px;
}

.cf__form-title {
  margin: 0 0 18px;
  text-align: center;
  font-size: clamp(18px, 2vw, 30px);
  line-height: 1;
  font-weight: bold;
}

.cf__form-wrap .wpcf7 {
  margin: 0;
}

.cf__form-wrap p {
  margin: 0;
}

.cf__form-wrap .wpcf7-form-control-wrap {
  display: block;
}

.cf__form-wrap .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}

.cf__form-wrap .wpcf7-response-output {
  margin: 10px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 10px;
  font-size: clamp(15px, 1.5vw, 22px);
  line-height: 1.4;
  text-align: center;
}

.cf__form-wrap .wpcf7-spinner {
  display: none;
}

.cf__form-wrap .form-control {
  display: block;
  margin-bottom: 5px;
}

.cf__form-wrap .cf__input {
  width: 100%;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 13px;
  padding: 4px 14px;
  font-size: clamp(16px, 2vw, 22px);
  color: #222;
  text-align: right;
  font-family: strauss, sans-serif;
  font-weight: 300;
}

.cf__form-wrap .cf__input::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
  font-weight: 300;
}

.cf__form-wrap .cf__input::-moz-placeholder {
  color: #222;
  opacity: 1;
  font-weight: 300;
}

.cf__form-wrap .cf__input::-ms-input-placeholder {
  color: #222;
  opacity: 1;
  font-weight: 300;
}

.cf__form-wrap .cf__input::placeholder {
  color: #222;
  opacity: 1;
  font-weight: 300;
}

.cf__form-wrap .cf__input--textarea {
  min-height: clamp(86px, 19vw, 136px);
  height: clamp(86px, 19vw, 136px);
  resize: none;
  padding-top: clamp(6px, 1vw, 14px);
  padding-bottom: clamp(6px, 1vw, 14px);
}

.cf__form-wrap .cf__submit-wrap {
  text-align: center;
  margin-top: 18px;
}

.cf__form-wrap .cf__submit-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: clamp(100px, 15vw, 135px);
  padding: clamp(4px, 1vw, 20px) 22px;
  border: 0;
  border-radius: 4px;
  background: #d41e26;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.cf__form-wrap .cf__submit-button:hover, .cf__form-wrap .cf__submit-button:focus {
  opacity: 0.9;
}

.cf__form-note {
  margin-top: 16px;
  font-size: clamp(12px, 1.5vw, 22px);
  font-weight: 300;
  line-height: 1;
  color: #222;
  text-align: center;
}

.cf__locations {
  position: relative;
  padding: 20px 20px 40px;
}

.cf__locations-inner {
  margin: 0 auto;
  background: #e9e8e8;
  border-radius: 28px;
  padding: clamp(30px, 4vw, 60px) clamp(20px, 4vw, 60px);
  position: relative;
  z-index: 2;
}

.cf__location-section + .cf__location-section {
  margin-top: clamp(15px, 3vw, 26px);
}
.cf__bottom-heading,
.cf__section-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(34px, 5vw, 34px);
  margin-bottom: clamp(20px, 3vw, 36px);
}
.cf__bottom-heading {
  margin-bottom: clamp(10px, 2vw, 20px);
  flex-direction: column;
  gap: clamp(10px, 2vw, 20px);
  text-align: center;
}
.cf__section-line {
  width: clamp(60px, 10vw, 220px);
  max-width: 100%;
}

.cf__section-title {
  font-size: clamp(44px, 6vw, 84px);
  line-height: 1;
  font-weight: 900;
  color: #000;
  margin: 0;
}

.cf__cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(15px, 3vw, 26px);
}

.cf__bean {
  position: absolute;
  z-index: 3;
}

.cf__bean--3 {
  left: -20px;
  bottom: 43%;
  width: 92px;
}

.cf-card {
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
}

.cf-card__title {
  padding: clamp(5px, 1vw, 12px) 14px clamp(3px, 1vw, 10px);
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f4f4f4;
  margin: 0;
}

.cf-card__media {
  position: relative;
  overflow: hidden;
}

.cf-card__background {
  max-height: clamp(260px, 25vw, 300px);
  width: calc(100% - clamp(25%, 16vw, 35%));
  position: relative;
  margin-right: auto;
}

.cf-card__background:before {
  content: '';
  display: block;
  padding-top: 80%;
}

.cf-card__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}

.cf-card__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  inset: 0 0 0 auto;
  width: clamp(25%, 16vw, 35%);
  background: #d41e26;
}
.btn {
  background: #d41e26;
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.cf-card__product img {
  max-width: 70%;
  max-height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cf-card__hover-text {
  position: absolute;
  inset: 0;
  background: #faf8f7;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 3;
  padding: 22px 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.cf-card__hover-text-inner {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1;
  font-weight: 300;
  color: #222;
  overflow-y: auto;
  max-height: 100%;
  padding-left: 6px;
}
.cf-card__hover-text-inner::-webkit-scrollbar {
  width: 6px;
}

.cf-card__hover-text-inner::-webkit-scrollbar-thumb {
  background: #d41e26;
  border-radius: 10px;
}
.cf-card__hover-text-inner p{
  margin: 0 0 10px;
}

.cf-card:hover .cf-card__hover-text, .cf-card:focus .cf-card__hover-text {
  opacity: 1;
  visibility: visible;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cf__footer-logo {
  display: block;
  width: 100px;
  height: auto;
}
.cf__hero-title a {
  color: inherit;
}

@media (min-width: 992px) {
  .cf__hero-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cf__hero-background {
    max-height: clamp(400px, 37vw, 550px);
  }

  .cf__hero-inner {
    width: 50%;
  }

  .cf__logo-mob {
    display: none;
  }

  .cf__hero-content {
    margin: 22px 0 0;
  }

  .cf__form-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1 1;
  }

  .cf__location-section + .cf__location-section {
    margin-top: 70px;
  }

  .cf__bean--1 {
    right: clamp(10px, 3vw, 60px);
    top: -webkit-calc(clamp(40px, 7vw, 100px) * -1);
    top: calc(clamp(40px, 7vw, 100px) * -1);
    width: clamp(50px, 7vw, 76px);
  }

  .cf__bean--2 {
    right: 38px;
    top: 0px;
    width: 84px;
  }

  .cf__bean--4 {
    left: 30px;
    bottom: 35%;
    width: 86px;
  }

  .cf__bean--5 {
    display: none;
  }

  .cf-card__title {
    min-height: 54px;
  }
}

@media (max-width: 991px) {
  .cf__hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: clamp(20px, 5vw, 40px);
  }

  .cf__hero-inner {
    max-width: 540px;
    width: 90%;
  }

  .cf__logo-wrap {
    margin: 0 -40px;
    height: clamp(222px, 94vw, 412px);
  }

  .cf__logo {
    display: none;
  }

  .cf__form-box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 95%;
  }

  .cf__cards-grid {
    grid-template-columns: 1fr;
  }

  .cf__bean--1 {
    top: -70px;
    right: 0;
    width: 60px;
  }

  .cf__bean--2 {
    top: 0;
    right: 40px;
    width: 70px;
  }

  .cf__bean--3 {
    display: none;
  }

  .cf__bean--4 {
    right: 60px;
    width: 40px;
    bottom: 0;
    -webkit-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
         -o-transform: rotate(75deg);
            transform: rotate(75deg);
  }

  .cf__bean--5 {
    bottom: 20px;
    right: 10px;
    width: 60px;
  }
  .cf-card__hover-text {
    padding: 10px;
  }
  .cf-card__hover-text-inner p{
    margin: 0 0 5px;
  }
  .cf-card__hover-text .btn {
    padding: 5px 10px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
