@charset "UTF-8";
@font-face {
  font-family: Ploni;
  src: url(../fonts/ploni.otf);
  font-weight: 500; }
* a {
  text-decoration: none;
  color: inherit !important; }

html, body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-size: clamp(15px, 1vw, 21px);
  font-family: 'Rubik', sans-serif;
  -webkit-font-smoothing: antialiased; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  display: none; }
  .popup .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    padding: 30px;
    background: white; }
    .popup .box .close-btn {
      cursor: pointer;
      position: absolute;
      top: 15px;
      z-index: 5;
      left: 15px;
      width: 30px; }

.logo {
  z-index: 10;
  height: 7vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px; }

.hero {
  background: url("../img/bg.jpg") center center no-repeat;
  background-size: cover;
  height: 50.26vw;
  min-height: 700px;
  position: relative;
  text-align: center; }
  .hero .ppl {
    width: 48.958vw;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none; }
  .hero .phone {
    width: 34vw;
    position: absolute;
    bottom: -9vw;
    left: 20.78vw; }
  .hero article {
    display: flex;
    width: 52vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5vw;
    position: absolute;
    right: 24vw;
    /* top: 52%; */
    /* transform: translateY(-50%); */
    margin: 0 auto;
    /* padding-top: 12%; */
    top: 54%;
    transform: translateY(-50%); }
    .hero article h1 {
      font-family: 'Ploni',sans-serif;
      color: white;
      margin: 0;
      font-size: 4.8rem;
      line-height: 85%;
      text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.25); }
    .hero article p {
      margin: 0;
      font-weight: 500;
      line-height: 1.3;
      font-size: 1.25rem;
      color: white;
      letter-spacing: -0.04vw; }
    .hero article .btn .cta {
      display: inline-flex;
      padding: 1.04vw 2.1vw;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 2.1vw;
      background: #FFE300;
      color: #1E1E1E;
      font-weight: 500;
      line-height: 1.3;
      font-size: 1.25rem;
      cursor: pointer; }
      .hero article .btn .cta:hover {
        background: white;
        color: #1E1E1E; }

.form-container {
  display: flex;
  align-items: center;
  gap: 1.5vw;
  flex-direction: column;
  text-align: center; }
  .form-container .wpcf7-spinner {
    display: none !important; }
  .form-container .wpcf7 .wpcf7-response-output {
    width: 100%;
    text-align: center;
    padding: 1vw;
    font-weight: 600;
    margin-top: 0; }
  .form-container h2 {
    color: #1E1E1E;
    font-size: 2rem;
    margin: 0;
    font-family: 'Ploni', sans-serif; }
  .form-container h3 {
    color: #1E1E1E;
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0;
    width: 100%;
    flex-shrink: 0;
    font-family: 'Rubik', sans-serif; }
  .form-container .wpcf7 form {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    direction: rtl;
    /* webkit solution */
    /* mozilla solution */ }
    .form-container .wpcf7 form p {
      position: relative;
      min-width: 0;
      /* let children shrink */ }
    .form-container .wpcf7 form .wpcf7-form-control-wrap[data-name="video_file"] {
      position: absolute;
      top: 0;
      opacity: 0;
      right: 0; }
    .form-container .wpcf7 form ::-webkit-input-placeholder {
      text-align: right; }
    .form-container .wpcf7 form input:-moz-placeholder {
      text-align: right; }
    .form-container .wpcf7 form .field,
    .form-container .wpcf7 form p {
      flex: 0 1 calc(50% - 0.5vw);
      max-width: 100%;
      min-width: 0;
      overflow: hidden;
      margin: 0;
      /* inputs & selects keep flex + min-width */
      /* FILE LABEL — now truncates correctly */ }
      .form-container .wpcf7 form .field.fullwidth, .form-container .wpcf7 form .field:has(.file_label), .form-container .wpcf7 form .field:has([type=submit]),
      .form-container .wpcf7 form p.fullwidth,
      .form-container .wpcf7 form p:has(.file_label),
      .form-container .wpcf7 form p:has([type=submit]) {
        flex: 0 0 100%; }
      .form-container .wpcf7 form .field input,
      .form-container .wpcf7 form .field select,
      .form-container .wpcf7 form p input,
      .form-container .wpcf7 form p select {
        display: flex;
        padding: 15px 30px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        border-radius: 40px;
        background: #DCDCDC;
        width: 100%;
        line-height: 1.3;
        border: 0;
        box-sizing: border-box;
        font-size: 1.25rem;
        min-width: 260px;
        /* If this is meant to hide the real file input, use [type=file] */ }
        .form-container .wpcf7 form .field input#lbl,
        .form-container .wpcf7 form .field select#lbl,
        .form-container .wpcf7 form p input#lbl,
        .form-container .wpcf7 form p select#lbl {
          margin: 0; }
        .form-container .wpcf7 form .field input[type=file],
        .form-container .wpcf7 form .field select[type=file],
        .form-container .wpcf7 form p input[type=file],
        .form-container .wpcf7 form p select[type=file] {
          width: 0.1px;
          height: 0.1px;
          opacity: 0;
          overflow: hidden;
          position: absolute;
          z-index: -1; }
        .form-container .wpcf7 form .field input.disabled,
        .form-container .wpcf7 form .field select.disabled,
        .form-container .wpcf7 form p input.disabled,
        .form-container .wpcf7 form p select.disabled {
          pointer-events: none;
          color: white !important; }
        .form-container .wpcf7 form .field input[type=submit],
        .form-container .wpcf7 form .field select[type=submit],
        .form-container .wpcf7 form p input[type=submit],
        .form-container .wpcf7 form p select[type=submit] {
          display: inline-block;
          background: #FFE300;
          color: #1E1E1E !important;
          align-items: center;
          text-align: center;
          opacity: 0.7;
          filter: grayscale(1);
          pointer-events: none; }
          .form-container .wpcf7 form .field input[type=submit].ok,
          .form-container .wpcf7 form .field select[type=submit].ok,
          .form-container .wpcf7 form p input[type=submit].ok,
          .form-container .wpcf7 form p select[type=submit].ok {
            opacity: 1;
            filter: grayscale(0);
            pointer-events: auto;
            cursor: pointer; }
          .form-container .wpcf7 form .field input[type=submit].sending,
          .form-container .wpcf7 form .field select[type=submit].sending,
          .form-container .wpcf7 form p input[type=submit].sending,
          .form-container .wpcf7 form p select[type=submit].sending {
            background: #287b30; }
      .form-container .wpcf7 form .field select,
      .form-container .wpcf7 form p select {
        appearance: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: left 1rem center;
        background-size: 1em; }
      .form-container .wpcf7 form .field .file_label,
      .form-container .wpcf7 form p .file_label {
        display: block;
        /* not flex */
        width: 100%;
        /* definite width -> enables ellipsis */
        box-sizing: border-box;
        max-width: 100%;
        /* Helps long LTR filenames truncate at the end in an RTL form: */
        direction: ltr;
        unicode-bidi: plaintext;
        padding: 15px 30px;
        border-radius: 40px;
        background: #DCDCDC;
        font-family: 'Rubik', sans-serif;
        font-weight: 600;
        line-height: 1.3;
        font-size: 1.25rem;
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        direction: ltr;
        unicode-bidi: plaintext;
        text-align: right; }

.bottom .teenk {
  font-family: 'Rubik',sans-serif;
  font-weight: 700;
  text-align: center;
  color: #272525;
  font-size: 1.25rem;
  padding-top: 2vw;
  padding-bottom: 2vw; }
  .bottom .teenk svg {
    height: 1.3rem;
    vertical-align: baseline;
    margin-right: 0.1vw; }
  .bottom .teenk p {
    font-size: 1rem;
    text-decoration: underline; }

@media only screen and (max-width: 800px) {
  html, body {
    font-size: 2.2vw; }

  body {
    position: relative; }

  .logo {
    height: 70px;
    top: 30px; }

  .hero {
    height: auto;
    min-height: auto;
    height: auto;
    display: flex;
    min-height: auto;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 67px; }
    .hero .ppl {
      bottom: 0;
      left: 4%;
      position: static;
      height: auto;
      width: 100%; }
    .hero .phone {
      display: none; }
    .hero article {
      width: 100%;
      right: 0;
      position: static;
      transform: none;
      text-align: center;
      align-items: center;
      padding: 80px 30px;
      gap: 24px;
      padding-bottom: 30px;
      box-sizing: border-box; }
      .hero article p {
        font-size: 19px;
        letter-spacing: -0.5px; }
      .hero article h1 {
        font-size: 40px; }
      .hero article .btn .cta {
        border-radius: 50px;
        padding: 10px 40px;
        font-size: 19px; }

  .bottom {
    padding: 20px 40px;
    padding-bottom: 60px; }
    .bottom .teenk {
      font-size: 14px;
      padding-top: 48px; }
      .bottom .teenk p {
        font-size: 14px; }
      .bottom .teenk svg {
        height: 16px; }

  .form-container {
    align-items: center;
    gap: 24px;
    flex-direction: column;
    text-align: center;
    overflow: hidden; }
    .form-container h2 {
      font-size: 40px; }
    .form-container h3 {
      font-size: 18px; }
    .form-container .wpcf7 form {
      display: flex;
      gap: 16px;
      flex-direction: column;
      width: 100%; }
      .form-container .wpcf7 form .wpcf7-not-valid-tip {
        font-size: 2em; }
      .form-container .wpcf7 form p input, .form-container .wpcf7 form p select, .form-container .wpcf7 form p .file_label {
        border-radius: 50px;
        padding: 15px 30px;
        font-size: 18px;
        box-sizing: border-box;
        width: 100% !important;
        max-width: 80vw !important; }
      .form-container .wpcf7 form .file_label {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 80vw !important;
        text-overflow: clip; }

  .form-container .wpcf7 .wpcf7-response-output {
    font-size: 2em;
    width: 80vw;
    margin: 0 auto; }

  .popup {
    position: absolute; }
    .popup .box {
      padding: 30px 17px;
      position: absolute;
      top: 20px;
      transform: none;
      left: 5%;
      width: 90%;
      box-sizing: border-box; } }

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