@import url('../fonts/opensans/style.css');
@import url('../fonts/heebo.css');

body{
    margin: 0;
    padding: 0;
}
*{
    font-family: "Heebo";
}
.wrapper{
    position: relative;
    text-align: center;
}


.formbox{direction: rtl;}
.formbox input{
    box-sizing: border-box;
    border-radius: 0;

}
.formbox input[type=text]{}
.formbox input[type=submit]{
    -webkit-appearance: none;
}



footer {
    background: #000000;
    text-align: center;
    width: 100%;
    font-size: 13px;
}
footer a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    line-height: 12px;
}
.ty footer a{color: #000;}
.ty footer{background:transparent; 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{

}
.ty .wrapper{padding: 9% 0 24% 0;}
.ty .msg{
    display: block;
    margin: 0 auto;
    background: rgba(0,0,0,0.9);
    width: 50%;
    max-width: 550px;
    color: #ffffff;
}
.ty img{width: 34%;}
.ty h1{margin: 0; display: block; font-size: 2vw;}


::-webkit-input-placeholder {
    color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
}

:-ms-input-placeholder {
    color: #000000;
}

@media screen and (max-width: 1000px) {
    *{
        font-family: 'open_sans';
    }
    .ty .msg{max-width: none; width: 100%;}
    .ty h1{font-size: 6vw;}

}

@-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.6);
    padding: 10px;
    -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;
}

.formbox {
    position: absolute;
    right: 0;
    bottom: 5vw !important;
    width: 48vw;
    padding: 1.5vw 2vw;
}
.formbox input {
   display: inline-block;
       margin: 1vw auto;
       width: 10.5vw;
       box-sizing: border-box;
       border-radius: 0;
       float: right;
       text-align: right;
       font-size: 1vw;
       padding: 0.2vw 1vw;
       border: none;
       border: 0.14vw solid #492300;
       margin: 0 0.5vw auto;
       color: #492300;
       -webkit-box-shadow: 0px 0px 5px 0px rgba(66,65,66,1);
       -moz-box-shadow: 0px 0px 5px 0px rgba(66,65,66,1);
       box-shadow: 0px 0px 5px 0px rgba(66,65,66,1);
}
.formbox .title{
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.5vw;
    padding: 0vw 0.2vw;
}
.btn_submit {
   background: #4a2400;
   color: #ffffff;
   float: right;
   width: 11.5vw;
   height: 2.1vw;
   cursor: pointer;
   -webkit-animation: shaker 3s infinite;
   display: inline-block;
   margin: 0vw 1vw 0 0;
   box-sizing: border-box;
   border-radius: 0;
   text-align: center;
   font-size: 1vw;
   border: 0.14vw solid #492300;
   -webkit-box-shadow: 0px 0px 5px 0px rgba(66,65,66,1);
   -moz-box-shadow: 0px 0px 5px 0px rgba(66,65,66,1);
   box-shadow: 0px 0px 5px 0px rgba(66,65,66,1);
}
.web_image {
    display: block;
    width: 100%;
    height: 50vw;
}
input::-webkit-input-placeholder {
    color: #4a2400 !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #4a2400 !important;
}

input::-moz-placeholder {  /* Firefox 19+ */
    color: #4a2400 !important;
}

input:-ms-input-placeholder {
    color: #4a2400 !important;
}
#newsl {
    display: none;
}
.chk{
   font-size: 0.8vw;
   width: 15vw;
   margin: 1vw auto;
   padding-top: 2.5vw;
   text-align: right;
}
.chk label {
    cursor: pointer;
    color: #000000;
}
.formbox input[type=checkbox] {
    width: auto;
    display: inline-block;
    border: 1px solid #fff;
    margin: 1.2% -6% 0 0;
    padding: 2% 0;
    outline: none;
    cursor: pointer;
    float: right;
}
#newsl + label:before {
    border: 1px solid #000;
    content: "\00a0";
    display: inline-block;
    font: 1vw/1em sans-serif;
    height: 0.8vw;
    margin: 0.15vw 0px 0px 0.3vw;
    padding: 0;
    vertical-align: top;
    width: 0.8vw;
}
#newsl:checked + label:before {
    color: #000;
    content: "\2713";
    text-align: center;
}
.mob{
    display: none;
}
.top {
    width: 50%;
    position: absolute;
    right: 2vw;
    top: 2vw;
}
.slick-track img {
   width: 100%;
   height: 100%;
}
.slick-dots li {
    display: block;
    border: 0;
    margin: -10px 0px;
}
.slick-dots{
    display: block;
    position: absolute;
    top: 8vw;
    right: 51vw;
}
.slick-dots button {
    background: #ddd;
    border-radius: 99%;
    padding: 0.2vw;
    width: 0;
    height: 0;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    outline: none;
}
.slick-active button{
    border: 0.1vw solid #009999;
}
.virtual_tour_div{
    width: 55%;
    position: absolute;
    right: 2vw;
    top: 25vw;
    border: 0.2vw solid #009999;
    padding: 0.5vw;
}
.virtual_tour_div iframe{
    width: 100%;
    height: 21vw;
}
.image_middle{
    position: absolute;
    top: 19vw;
    right: 53vw;
    width: 9vw;
}
.demo_360{
    position: absolute;
    top: 27vw;
    right: 31vw;
    width: 2vw;
}
.left{
    position: absolute;
    left: 2vw;
    text-align: center;
    top: 2vw;
    width: 35%;
}
.left img{
    display: block;
    margin: 0 auto;
}
.ten{
    width: 10vw;
}
.yamim1{
    position: relative;
    top: 2vw;
    width: 25vw;
}
.yamim2{
    position: relative;
    top: 3vw;
    width: 25vw;
}
.yamim3{
    position: relative;
    top: 5vw;
    width: 25vw;
}
.more{
    position: relative;
    top: 22vw;
    width: 7vw;
}
.req {
    color: #000000;
    font-size: 0.8vw;
    text-align: right;
    width: 15vw;
    margin: 0 auto;
    line-height: 0vw;
    margin-bottom: 1vw;
}
#preloader {
  width: 50%;
  height: 226px;
  position: absolute;
  top: 35vw;
  margin-left: 43vw;
  font-size: 1vw;
  opacity: 0;
  display: none;
  direction: rtl;
  color: #000000;
}
.formbox h5{
    color: #000000;
    margin-bottom: 11vw;
}
.white_label{
    position: absolute;
    width: 15.8vw;
    top: 10vw;
    left: 32.5vw;
    z-index: 9;
}
.mainslider{
  position: absolute;
    top: 0;
    width: 48%;
    height: 50vw;
}
.slick-arrow.ra {
    right: 1vw;
}
.slick-arrow.la {
    left: 1vw;
}
.slick-arrow {
    position: absolute;
    bottom: 50%;
    width: 3.35vw;
    height: unset !important;
    cursor: pointer;
    z-index: 9999999;
    opacity: 1 !important;
}
@media screen and (max-width: 768px) {
   .chk {
      text-align: right;
      font-size: 4.2vw;
      width: 73vw;
      position: absolute;
      padding-top: 2.5vw;
      bottom: -7.5vw;
   }

   .formbox input {
      display: inline-block;
      margin: 0 0 1.4vw auto;
      width: 50vw;
      box-sizing: border-box;
      border-radius: 0;
      text-align: center;
      font-size: 4vw;
      padding: 2.5vw 2vw;
      border: none;
      border: 0.1vw solid #4a2400;
      color: #0082ba;
      float: right;
      right: 0;
   }
   .btn_submit {
      text-align: center;
      color: #ffffff;
      width: 34vw;
      height: 35vw;
      font-size: 5vw;
      left: 0;
      right: 0;
      float: left;
      margin: 0 auto 0 0;
      display: inline-block;
      /* border-radius: 2.5vw; */
      position: absolute;
   }
   .formbox {
    position: absolute;
    right: 3.5vw;
    left: unset !important;
    bottom: 57vw !important;
    width: 90%;
    padding: 0.5vw 0;
   }

}
@media screen and (max-width: 1000px) {
        .mainslider {
          width: 100%;
          position: absolute;
          right: 0vw;
          left: 0;
          top: 0;
          margin: 0 auto;
         }
         .slick-arrow {
              position: absolute;
              bottom: 44%;
              width: 6.35vw;
              height: unset !important;
              cursor: pointer;
              z-index: 9999999;
              opacity: 1 !important;
          }
          .white_label {
              position: absolute;
              width: 29.8vw;
              top: 0;
              left: 36.5vw;
              z-index: 9;
          }
           .web{
               display: none;
           }
           .mob{
               display: block;
           }
           .mob_image {
               display: block;
               width: 100%;
               /*height: 397vw;*/
           }
           .formbox {
              position: absolute;
              right: 5.5vw;
              left: unset !important;
              bottom: 25vw !important;
              width: 90%;
              padding: 0.4vw 0;
           }
           #preloader {
              width: 53%;
              height: 226px;
              position: absolute;
              top: 124vw;
              margin-left: 21vw;
              font-size: 6vw;
              opacity: 0;
              display: none;
              direction: rtl;
              color: #000000;
          }
        }
        .formbox .title {
            display: block;
            text-align: right;
            color: #ffffff;
            font-size: 4vw;
            padding: 0vw 0.2vw;
        }

        .chk label {
            padding: 0vw;
            cursor: pointer;
            /*color: #ffffff;*/
        }

        #newslmob {
            display: none;
        }
        #newslmob + label:before {
            border: 1px solid #000;
            content: "\00a0";
            display: inline-block;
            font: 16px/1em sans-serif;
            height: 4vw;
            margin: 0.15vw 0px 0px 2.3vw;
            padding: 0;
            vertical-align: top;
            width: 4vw;
        }
        #newslmob:checked + label:before {
            color: #000;
            content: "\2713";
            text-align: center;
            font-size: 5vw;
        }
        .ketchup-error ul {
            margin: 0;
            font-size: 10px;
            text-align: right;
            color: #ffffff;
            background: rgba(255, 0, 0, 0.6);
            padding: 4px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            list-style: none;
            line-height: 16px;
        }
        .virtual_tour_div {
            width: 94%;
            position: absolute;
            right: 2vw;
            top: 2vw;
            border: 0.2vw solid #009999;
            padding: 1vw;
        }
        .virtual_tour_div iframe {
            width: 99%;
            height: 50vw;
        }
        .demo_360{
            position: absolute;
            top: 5vw;
            right: 44%;
            width: 10vw;
        }
        .image_middle{
            position: absolute;
            top: 7vw;
            right: 0vw;
            left: 6vw;
            width: 28vw;
        }
        .ten{
            position: absolute;
            bottom: 21vw;
            left: 5vw;
            width: 20vw;
        }
        .yamim1{
            position: absolute;
            top: 60vw;
            right: 4vw;
            width: 92%;
        }
        .yamim2{
            position: absolute;
            top: 83vw;
            width: 92%;
            right: 4vw;
        }
        .yamim3{
            position: absolute;
            top: 97vw;
            width: 80%;
            right: 10vw;
        }
        .more{
            position: absolute;
            bottom: 4vw;
            top: unset;
            width: 20vw;
            left: 5vw;
        }
        .req {
            color: #000000;
            font-size: 4vw;
            text-align: right;
            width: 73vw;
            margin: 0 auto;
            line-height: 3vw;
            margin-bottom: 2.4vw;
        }
        .phone_a{
          width: 100vw;
          position: absolute;
          bottom: 7vw;
          height: 12vw;
          display: block;
        }
        .formbox h5 {
            margin-bottom: 55vw;
            font-size: 7vw;
        }
    }

/**

-webkit-appearance: none;
border-radius: 0;
color: #36a3d9;
**/
