@import url('../fonts/almoni-font.css');
*{
      font-family: "almoni-dl";
}
body {
    margin: 0;
    padding: 0;
    animation: fadein 2s;
   -moz-animation: fadein 2s; /* Firefox */
   -webkit-animation: fadein 2s; /* Safari and Chrome */
   -o-animation: fadein 2s; /* Opera */
   }
   @keyframes fadein {
      from {
           opacity:0;
      }
      to {
           opacity:1;
      }
      }
      @-moz-keyframes fadein { /* Firefox */
      from {
           opacity:0;
      }
      to {
           opacity:1;
      }
      }
      @-webkit-keyframes fadein { /* Safari and Chrome */
      from {
           opacity:0;
      }
      to {
           opacity:1;
      }
      }
      @-o-keyframes fadein { /* Opera */
      from {
           opacity:0;
      }
      to {
           opacity: 1;
      }
   }
.wrapper {
    position: relative;
    text-align: center;
    height: 50vw;
}
.mob {
    display: none;
}

h2 {
    margin-top: 0.5vw;
    font-weight: 500;
    font-size: 1.8vw;
}
h1 {
    font-weight: 900;
    margin-bottom: 0;
    font-size: 3.5vw;
    line-height: 2vw;
}
span.het {
    margin-top: 0;
    font-weight: 900;
    font-size: 2.2vw;
}
.dots{
    position: absolute;
    top: 22vw;
    direction: rtl;
    width: 100%;
}
.dots .dot{
    color: #0f4d66;
    font-weight: 900;
    font-size: 1.5vw;
}
.dots .point{
    color: #0f4d66;
    font-weight: 900;
    font-size: 1.5vw;
    margin: 0 0.7vw;
}
.div_video {
    position: absolute;
    width: 30%;
    margin: 0 auto;
    height: 16.76vw;
    top: 26vw;
    right: 3vw;
    border: 0.3vw solid #0e4c66;
    border-radius: 1vw;
}
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/video_overlay.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    border-radius: 0.7vw;
    cursor: pointer;
}
.overlay-off .video-overlay {
  z-index: 0;
}
video{
    width: 100%;
    border-radius: 0.7vw;
}
.text {
    position: absolute;
    top: 1vw;
    right: 0;
    color: #0f4d66;
    font-size: 1.3vw;
    line-height: 1.3;
    padding: 0.5vw;
    direction: rtl;
    width: 100%;
}
.text span {
    display: inline-block;
    text-align: right;
}
.web .bg {
    width: 100%;
    height: 50vw;
}
.icon {
    position: absolute;
}
.icon1 {
   bottom: 6%;
   right: 38%;
   width: 7%;
}
.icon2 {
   bottom: 6%;
   right: 32%;
   width: 5%;
}
.icon3 {
   bottom: 6%;
   right: 23%;
   width: 6.5%;
}
.icon4 {
   bottom: 6%;
   right: 16%;
   width: 4.3%;
}
.icon5 {
    bottom: 6%;
    right: 7%;
    width: 7%;
}
.icon6 {
   bottom: 6%;
   right: 1.5%;
   width: 4.5%;
}
.icons-slider img {
    position: absolute;
    top: 0;
    right: 0;
    width: 35vw;
}
.div_p{
    text-align: justify;
    position: relative;
    width: 80%;
    margin: 0 auto;
    font-size: 1.4vw;
}
.formbox span.title {
    font-weight: bold;
    font-size: 1.5vw;
}
.formbox p {
    margin: 0 auto;
    position: relative;
    padding: 0.4vw;
    color: #0f4d66;
    font-size: 1.5vw;
    font-weight: 300;
    line-height: 1.5vw;
    text-align: center;
}
.formbox {
    direction: rtl;
    position: absolute;
    /* bottom: 4vw; */
    top: 26vw;
    left: 3.2%;
    width: 20vw;
    text-align: right;
    border: 0.3vw solid #0e4c66;
    border-radius: 1vw;
    padding: 1vw;
}
.logo {
    position: absolute;
    top: 1.3vw;
    left: 10vw;
    width: 8.5vw;
}
#newsl {
    display: none;
}
.chk{
    font-size: 1vw;
    margin: auto;
    text-align: center;
    padding-right: 0;
    width: 100%;
    float: right;
    margin-top: 0.5vw;
}
.chk label {
   cursor: pointer;
   color: #0f4d66;
   font-weight: 400;
}
#newsl + label:before {
    border: 0.1vw solid #0f4d66;
    content: "\00a0";
    border-radius: 10vw;
    display: inline-block;
    font: 1vw/1vw sans-serif;
    height: 0.8vw;
    margin: 0.1vw 0px 0px 0.3vw;
    padding: 0;
    vertical-align: middle;
    width: 0.8vw;
}
#newsl:checked + label:before {
   color: #0f4d66;
       content: "\2713";
       text-align: center;
       font: 0.8vw/1vw sans-serif;
       font-weight: bold;
}
.formbox input {
    box-sizing: border-box;
    border-radius: 0;
    font-size: 1.5vw;
    color: #0f4d66;
    border: 4px solid #0f4d66;
    box-sizing: border-box;
    border-radius: 0;
    display: block;
    width: 80%;
    margin: 0% auto 3%;
    padding-right: 6.5%;
    line-height: 1.5;
    font-size: 1.4vw;
    clear: both;
    background: transparent;
    border-radius: 2vw;

}
.formbox input[type=submit] {
  -webkit-appearance: none;
    cursor: pointer;
    background-color: #0e4d66;
    font-weight: bold;
    animation: shaker 3s infinite;
    color: #fff6f4;
    border: 4px solid #0f4d66;
    box-sizing: border-box;
    display: block;
    width: 80%;
    margin: 4.5% auto 0%;
    font-size: 1.4vw;
    clear: both;
    background: #0e4d66;
    border-radius: 2vw;
    padding-right: 0;
}
.formbox input[type=submit]:hover {
    color: #ffffff;
    background: #0f4d66;
}
footer {
    background: #000000;
    text-align: center;
    width: 100%;
    padding: 0 0;
    font-size: 13px;
}
footer a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    line-height: 12px;
}

.ty footer {
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .footer a .svg {
    display: block;
    margin: auto;
    width: 32px;
}

footer .footer a>svg g>path:first-child {
    animation: none;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

footer .footer a>svg g path {
    fill: #fff;
}

.ty footer .footer a>svg g path {
    fill: #000;
}

footer .footer a:hover>svg g>path:first-child {
    animation: logo_g 0.6s linear;
    transform-origin: center;
}

.ty {
    background: url("../images/bg.jpg") center no-repeat fixed;
    background-size: cover;
}

.ty .wrapper {
    padding: 9% 0 24% 0;
}

.ty .msg {
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 550px;
    color: #ffffff;
}

.ty img {
    width: 34%;
}

.ty h1 {
   margin: 0;
       display: block;
       font-size: 2vw;
       color: #0f4d66;
}
.mobi{
  display: none;
}
::-webkit-input-placeholder {
    color: #0f4d66;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #0f4d66;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #0f4d66;
}

:-ms-input-placeholder {
    color: #0f4d66;
}

@media screen and (max-width: 1000px) {
  html, body{
    overflow-x: hidden;
  }
  .wrapper{
      height: 465vw;
      position: relative;
      width: 100%;
  }
   .text{
      position: absolute;
      top: 44vw;
      right: 0;
      left: 0;
      color: #0f4d66;
      font-size: 1.2vw;
      line-height: 1.3;
      padding: 0.5vw;
      direction: rtl;
   }
      h1 {
       font-weight: 900;
       margin-bottom: 0;
       font-size: 12.1vw;
       line-height: 12vw;
   }
   h2 {
       margin-top: 4vw;
       font-weight: 500;
       font-size: 6.5vw;
   }
   span.het {
       font-size: 10vw;
   }
   .text2 {
      position: absolute;
      top: unset;
      top: 149vw;
      right: 0;
      left: 0;
      color: #0f4d66;
      font-size: 4.5vw;
      line-height: 1.15;
      padding: 2vw;
      direction: rtl;
   }
   .dots {
      position: absolute;
      top: 279vw;
      direction: rtl;
      width: 100%;
      line-height: 1.2;
  }
  .dots .dot {
      color: #0f4d66;
      font-weight: 900;
      font-size: 5vw;
  }
    .dots .point {
        color: #0f4d66;
        font-weight: 900;
        font-size: 5vw;
        margin: 0 2vw;
    }
    .div_videomob {
      position: absolute;
      width: 84%;
      margin: 0 auto;
      height: 47.3vw;
      top: 302vw;
      right: 7vw;
      border: 1vw solid #0e4c66;
      border-radius: 2vw;
    }
    .video-overlay-mob {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/video_overlay.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 2;
        border-radius: 0.7vw;
        cursor: pointer;
    }
    .overlay-off .video-overlay-mob {
      z-index: 0;
    }
    video{
        width: 100%;
        border-radius: 0.7vw;
    }
    .ty .msg {
        max-width: none;
        width: 100%;
    }
    .ty h1 {
        font-size: 6vw;
    }
    .web {
        display: none;
    }
    .mob {
        display: block;
            /*margin-bottom: -26.9%;*/
        height: 465vw;
    }
    .mob .bg {
      width: 100%;
      height: 465vw;
    }
    .icon {
        position: absolute;
    }
    .icon1 {
        bottom: 4%;
        left: 5%;
        width: 14vw;
    }
    .icon2 {
        bottom: 8%;
        left: 24%;
        width: 25vw;
    }
    .icon3 {
        bottom: 4%;
        left: 52%;
        width: 17vw;
    }
    .icon4 {
        bottom: 6%;
        left: 73%;
        width: 21vw;
    }
    .mob-formbox {
        direction: rtl;
        position: fixed;
        bottom: 0;

        width: 100%;
        text-align: center;
        background-color: rgba(124, 150, 113, 1);
    }
    .mob-formbox input {
        box-sizing: border-box;
        border-radius: 0;
        font-size: 5.5vw;
        padding: 3px 10px;
        width: 46%;
        margin-right: 5px;
        margin-bottom: 16px;
        background-color: transparent;
        color: #ffffff;
        border: 3px solid #ffffff;
    }
    .mob-formbox input[type=text] {}
    .mob-formbox input[type=submit] {
        -webkit-appearance: none;
        cursor: pointer;
        display: block;
        width: 94%;
        color: #634727;
        background-color: #ffffff;
        border: none;
        font-weight: bold;
        animation: shaker 3s infinite;
    }

    .mob #myForm {
        margin-right: 3.5%;
        width: 95%;

        text-align: right;
    }
    .mob .ftext {
        width: 90%;
        margin:6px 0;
    }

    footer {
        /*margin-top: 26%;*/
    }
    .formbox p {
      display: block;
      margin: 0 auto;
      width: 75%;
      height: 10vw;
      text-align: center;
      margin-bottom: 0;
      font-size: 4.5vw;
      line-height: 4.3vw;
      font-weight: 400;
      /* border-radius: 4vw; */
}
.logo {
    position: absolute;
    top: 1.5vw;
    width: 43vw;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.formbox span.title {
    font-weight: bold;
    font-size: 4.4vw;
}
.formbox input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    /* background-color: #ffffff; */
    font-weight: bold;
    animation: shaker 3s infinite;
    /* color: #0f4d66; */
    box-sizing: border-box;
    clear: both;
    /* background: transparent; */
    padding-right: 0;
    display: block;
    margin: 0 auto;
    width: 75%;
    text-align: center;
    margin-bottom: 3vw;
    font-size: 4.5vw;
    height: 9vw;
    border: 3px solid #0f4d66;
    border-radius: 5vw;
}
#newsl + label:before {
    border: 2px solid #0f4d66;
    content: "\00a0";
    border-radius: 25px;
    display: inline-block;
    font: 1vw/1em sans-serif;
    height: 2.8vw;
    margin: 0.1vw 0px 0px 1.3vw;
    padding: 0;
    vertical-align: top;
    width: 2.8vw;
}
#newsl:checked + label:before {
   color: #0f4d66;
       content: "\2713";
       text-align: center;
       font: 2.8vw/1em sans-serif;
       font-weight: bold;
       vertical-align: middle;
}
    .formbox input[type=text] {
      display: block;
      margin: 0 auto;
      width: 75%;
      height: 10vw;
      text-align: right;
      margin-bottom: 2vw;
      font-size: 4.5vw;
      height: 9vw;
      border: 3px solid #0f4d66;
      border-radius: 5vw;
   }
   .chk {
      font-size: 3vw;
      margin: auto;
      text-align: center;
      padding-right: 0;
      width: 100%;
      float: right;
      margin-top: 0;
  }
  .chk label {
      cursor: pointer;
      color: #0f4d66;
      font-weight: 500;
  }
   .formbox {
      top: unset;
      bottom: 31vw;
      direction: rtl;
      position: absolute;
      width: 87%;
      right: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      border: 0;
   }
   .chk h3 {
    font-size: 3vw;
    margin: 0 0 4px;
    text-align: right;
    width: 70%;
    display: inline-block;
    color: #0b109f;
   }
   .ctf{
      position: fixed;
      background: none;
      border: 0;
      top: 36vw;
      width: 17vw;
      height: 14vw;
      left: 1vw;
      z-index: 9999;
      outline: none;
   }
   .ctf_img{
      position: absolute;
      width: 13.6vw;
      /* left: 9vw; */
      /* top: 46vw; */
   }
   .contact_spin{
      position: relative;
      width: 19.2vw;
      left: -3vw;
      top: -2.8vw;
      -webkit-animation: spinright 5s infinite;
   }
   .mobi{
    display: block;
  }
}
@-webkit-keyframes spinright {
    0%{-webkit-transform: rotate(0deg)}
    /*10%{-webkit-transform: rotate(180deg)}*/
    60%,100%{-webkit-transform: rotate(500deg)}
}
@-webkit-keyframes shaker {
    0%,
    90%,
    100% {
        -webkit-transform: translateX(0);
    }
    92%,
    97% {
        -webkit-transform: translateX(-5px);
    }
    95%,
    99% {
        -webkit-transform: translateX(5px);
    }
}

@keyframes shaker {
    0%,
    90%,
    100% {
        transform: translateX(0);
    }
    92%,
    97% {
        transform: translateX(-5px);
    }
    95%,
    99% {
        transform: translateX(5px);
    }
}

@keyframes logo_g {
    0% {
        transform: rotate(0deg);
    }
    15%,
    45%,
    75% {
        transform: rotate(15deg);
    }
    30%,
    60%,
    90% {
        transform: rotate(-15deg);
    }
}

@-webkit-keyframes logo_g {
    0% {
        -webkit-transform: rotate(0deg);
    }
    15%,
    45%,
    75% {
        -webkit-transform: rotate(15deg);
    }
    30%,
    60%,
    90% {
        -webkit-transform: rotate(-15deg);
    }
}

.ketchup-error {
    position: absolute;
    width: 180px;
}

.ketchup-error ul {
    margin: 0;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    background: rgba(255, 0, 0, 0.8);
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    list-style: none;
    line-height: 16px;
}

.ketchup-error span {
    display: block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid red;
    border-top: 10px solid rgba(255, 0, 0, 0.6);
    border-bottom: 0;
    margin-left: 10px;
    left: 10px;
    position: absolute;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}
