@font-face {
  font-family: PauzaFOT-Black;
  src: url("./fonts/PauzaFOT-Black.eot") format("eot");
  src: url("./fonts/PauzaFOT-Black.otf") format("opentype");
  src: url("./fonts/PauzaFOT-Black.ttf") format("ttf");
  src: url("./fonts/PauzaFOT-Black.woff") format("woff");
}
@font-face {
  font-family: PauzaFOT-Bold;
  src: url("./fonts/PauzaFOT-Bold.eot") format("eot");
  src: url("./fonts/PauzaFOT-Bold.otf") format("opentype");
  src: url("./fonts/PauzaFOT-Bold.ttf") format("ttf");
  src: url("./fonts/PauzaFOT-Bold.woff") format("woff");
}
@font-face {
  font-family:PauzaFOT-Book;
  src: url("./fonts/PauzaFOT-Book.eot") format("eot");
  src: url("./fonts/PauzaFOT-Book.otf") format("opentype");
  src: url("./fonts/PauzaFOT-Book.ttf") format("ttf");
  src: url("./fonts/PauzaFOT-Book.woff") format("woff");
}
@font-face {
  font-family: PauzaFOT-Light;
  src: url("./fonts/PauzaFOT-Light.eot") format("eot");
  src: url("./fonts/PauzaFOT-Light.otf") format("opentype");
  src: url("./fonts/PauzaFOT-Light.ttf") format("ttf");
  src: url("./fonts/PauzaFOT-Light.woff") format("woff");
}


* {
  margin: 0;
  box-sizing: border-box;
  font-family:PauzaFOT-Book,Assistant,sans-serif;
}

img {
  max-width: 100%;
}
html {
  direction: rtl;
}

body {
  display: flex;
  line-height: 1;
}

.form {
  width: 25vw;
  background-color: #000;
  padding: 0 1vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
}

.people{
    position: absolute;
    width: 71.8vw;
    top: 3.7vw;
    right: 3vw;
}
.mobile .people{
    position: absolute;
    width: 77vw;
    top: 78.8vw;
    right: 21vw;
}

.play{
    position: absolute;
    width: 8vw;
    right: 33.1vw;
    top: 11vw;
}

.play-c{
    position: absolute;
    width: 8vw;
    height: 8vw;
    right: 33.1vw;
    top: 11vw;
    cursor: pointer;
}
.mobile .play{
    position: absolute;
    width: 14vw;
    right: 43.1vw;
    top: 89vw;
}

.mobile .play-c{
    position: absolute;
    width: 14vw;
    height: 14vw;
    right: 43.1vw;
    top: 89vw;
    cursor: pointer;
}
.section-1 {
    background: url(./images/bg-2.png);
    background-position: 0 -5.2vw;
    display: flex;
    padding: 2.5vw 2.3vw 1vw 1vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 34.1vw;
}
.mobile .section-1 {
    background: url(./images/bg-mobile-2.png);
    background-position: 0;
    display: flex;
    padding: 2.5vw 2.3vw 1vw 1vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 148.5vw;

}
.formTerms{
  color: #e95b2e;
  font-size: 1.6vw;
  margin-top: 1vw;
  font-weight: 700;
  width: 26vw;
  padding: 0.4vw 0.2vw 0.2vw;
  background: #fff;
  text-align: center;
}
.mobile .formTerms{
  font-size: 5.8vw;
  margin-top: 0.9vw;
  text-align: center;
  width: 95vw;
}
/* .video-image img {
  width: 35vw;
} */

.titles {
  flex: 1;
}

h1 {
  color: #e95b2e;
  font-size: 4vw;
  font-weight: 800;
  line-height: 0.85;
  width: 32vw;
}

.titles .bold {
  font-size: 2vw;
  font-weight: 700;
  line-height: 0.9;
  margin: 0.95vw 0;
}
.mobile .titles .bold {
  font-size: 2vw;
  font-weight: 700;
  line-height: 0.9;
  margin: 0.95vw 0;
  text-align: center;
}

.subp {
  font-size: 1.2vw;
}

.titles h2 {
  margin-top: 1vw;
  font-size: 3.7vw;
  line-height: 0.9;
}

.services {
  padding-bottom: 4vw;
  margin-top: 3vw;
}

.service {
  display: flex;
  width: 54%;
  align-items: center;
  padding-right: 29%;
  background-color: whitesmoke;
  margin-bottom: 0.6vw;
  box-sizing: content-box;
}

.notes{
  font-size: 1.1vw;
  padding: 1vw 2.3vw;
}
.mobile .notes{
  font-size: 4vw;
  margin-bottom: 10vw;
  text-align: center;
}
.h2-title{
    font-size: 2vw;
    padding-right: 2.3vw;
    padding-left: 0.7vw;
    width: 31vw;
    margin-top: -2vw;
}
.mobile .h2-title{
    font-size: 6vw;
    padding-right: 2.3vw;
    padding-left: 0.7vw;
    width: 100vw;
    margin-top: 2vw;
    text-align: center;
    padding: 0 !important;
}
.h2-title::after{
    content: '';
    position: absolute;
    top: 34vw;
    width: 22.5vw;
    height: 0.15vw;
    background-color: #e95b2e;
    right: 2.4vw;
}
.mobile .h2-title::after{
    content: '';
    position: absolute;
    top: 156.7vw;
    width: 64.5vw;
    height: 0.15vw;
    background-color: #e95b2e;
    right: 17.9vw;
}
.service img {
  width: 10vw;
  transform: scale(1.5);
  margin-right: 0vw;
  margin-bottom: 0.5vw;
}

.service h3 {
  color: #e95b2e;
}

.service .text {

    font-size: 1.06vw;

  width: 30vw;
  padding-right: 5vw;
}


.popup {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000cf;
    display: none;
}

.popup .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 43vw;
    height: 24vw;
}

.popup .container iframe {
    width: 100%;
    height: 100%;
}

.mobile .popup .container {
    width: 100%;
    height: 100%;
}

.popup.active{
    display: block;
}

.popup iframe{
    border: 0.2vw solid #e95a2e;
}
.mobile .popup iframe{
    width: 96vw;
    margin: 11vw 2vw 0;
    background: #000;
    height: 164vw;
}

.service:nth-of-type(even) {
  flex-direction: row-reverse;
  padding-right: 0;
  margin-right: 11.55vw;
  width: unset;
}

.service:nth-of-type(even) img {
  margin-left: 3vw;
}
.service:nth-of-type(even) .text {
  margin-left: auto;
  padding-right: 2vw;
}

.form .logo {
  width: 12vw;
  margin: 2vw auto;
  display: block;
}

.form-title {
  color: white;
  margin-bottom: 1vw;
}

.form-title .title {
  font-size: 1.8vw;
  font-weight: 600;
  /* text-align: center; */
}

.field {
  margin-bottom: 0.4vw;
  border-radius: 5px;
  overflow: hidden;
}

.field label {
  display: block;
  width: 100%;
  position: relative;
}

.field label div {
  position: absolute;
  top: 0.2vw;
  right: 0.2vw;
  font-size: 0.8vw;
}

.field label input {
  display: block;
  width: 100%;
  padding-top: 1.1vw;
  padding-right: 0.3vw;

  font-size: 1.5vw;
  border: 0;
}

label.checkbox {
  display: flex;
  cursor: pointer;
  height: 2vw;
  color: white;
  align-items: center;
}

label.checkbox input {
  width: unset;
  margin-left: 0.2vw;
  width: 1vw;
    height: 1vw;
}

label.checkbox p {
  flex: 1;
  font-size: 1vw;
}

input[type="submit"] {
  display: block;
  width: 100%;
  background: #fe6c29;
  border: 0;
  color: white;
  padding: 0.8vw 0.6vw 0.4vw;
  font-size: 1.7vw;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1;
}

.accessibility {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1vw;
  font-size: 1.2vw;
}

.accessibility a {
  color: white;
}

.accessibility img {
  width: 4vw;
  margin-bottom: 0.5vw;
}

/* video {
  width: 34.5vw;
  cursor: pointer;
  height: 19.4vw;
  margin-top: 1vw;
} */

.mobile .form {
  visibility: hidden;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
  position: fixed;
}

body:not(.mobile) .only-mobile {
  display: none;
}

.mobile .only-mobile {
  display: block;
}

.m-logo {
  width: 30vw;
  margin: 4vw auto 5vw;
}

.mobile .titles {
  display: contents;
}

.mobile .section-1 {
  flex-direction: column;
}

.mobile .titles h2 {
  order: 1;
  font-size: 10vw;
  margin-bottom: 7vw;
}

.mobile .content > * {
  padding: 0 3vw;
}

.mobile h1 {
  font-size: 9vw;
    width: 93vw;
    text-align: center;
}

.mobile .titles .bold {
  font-size: 5.5vw;
}

.mobile .subp {
  margin: 2vw 0;
}

/* .mobile video {
  width: 100%;
  height: 60vw;
} */

.mobile .service {
  flex-direction: column-reverse;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  margin: 0 0 28vw 0;
}
.mobile .services .service:last-child {
  margin: 0 0 8vw 0;
}

.mobile .service .text {
    font-size: 4vw;
    width: 85%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4vw;
    padding-right: 0;
    padding-top: 2vw;
}

.mobile .service img {
  transform: translateY(-50%);
  width: 40vw;
  margin: 0 0 -17vw 0;
}

.mobile .services {
    margin-top: 30vw;
  padding: 0;
}

.mobile {
  padding-bottom: 15vw;
  flex-direction: column;
}

.mobile .m-accessibility {
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}

.mobile .m-accessibility > div {
  display: flex;
  flex-direction: column;
  margin-left: 5vw;
  align-items: center;
}

.mobile .contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex !important;
  background-color: #e95f2e;
  text-align: center;
  color: white;
  font-size: 4vw;
}

.contact img {
  height: 9vw;
  margin-bottom: 1vw;
}

.call-us {
  display: none;
  background-color: black;
  width: 30vw;
  color: white;
  text-decoration: none;
}

.open-form {
  flex: 1;
}

.only-mobile.contact > * {
  padding: 3vw;
}

.mobile .form.open {
  /* display: block; */
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-x: scroll;
  z-index: 1;
  color: black;
  background-color: white;
  opacity: 1;
  transform: translateY(0);
}

.only-desktop{
    display: block;
}
.mobile .only-desktop {
  display: none;
}
.only-mobile{
    display: none;
}
.mobile .only-mobile {
  display: block;
}

.mobile .form .logo {
  width: 42vw;
  margin: 6vw auto;
}

.mobile form{
    padding: 0 2vw;
}

.mobile .form-title {
  color: black;
  margin-bottom: 4.5vw;
  padding: 0 2vw;
}

.mobile .form-title .title {
    font-size: 8vw;
  font-weight: 600;
  text-align: right;
}
.mobile .form-title p {
  font-size: 5.2vw;
}

.mobile .field label input {
    display: block;
    width: 100%;
    padding-top: 5.2vw;
    font-size: 5.5vw;
    background-color: gainsboro;
    border: 0;
    padding-bottom: 2vw;
    padding-right: 0.9vw;
}

.mobile .field {
  margin-bottom: 2.2vw;
}

.mobile .field label div {
  position: absolute;
  top: 1vw;
  right: 1vw;
  font-size: 4vw;
}

.mobile label.checkbox {
  height: 5vw;
  color: black;
}

.mobile .field label input[type="checkbox"] {
  width: unset;
  height: auto;
}

.mobile input[type="submit"] {
  background: #e95f2e;
  padding: 2.6vw;
  font-size: 7vw;
  -webkit-appearance: none;
}

.mobile label.checkbox p {
  flex: 1;
  font-size: 4vw;
  margin-right: 2vw;
  margin-top: 0.4vw;
}

.close {
  position: fixed;
  top: 3vw;
  left: 3vw;
  font-size: 8vw;
  z-index: 1;
}

.close-p {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
    color: #fff;
    font-size: 1.2vw;
    background: #000;
    border-radius: 50%;
    padding: 0.6vw 0.7vw 0.2vw;
    border-color: #fff;
    border: 0.1vw solid #e95a2e;
    cursor: pointer;
    display: none;
}


.mobile .close-p.close-p {
    transform: none;
    width: 10vw;
    height: 10vw;
    font-size: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    top: 3vw;
    right: 3vw;
    padding: 1.7vw 0.1vw 0.1vw;
}

.blob {
	background: black;
	border-radius: 50%;
	margin: 10px;
	height: 20px;
	width: 20px;
}
.blob {
    background: transparent;
    border-radius: 50%;
    margin: 10px;
    height: 8vw;
    width: 8vw;
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    transform: scale(1);
    animation: pulse 2s infinite;
    position: absolute;
    top: 10.4vw;
    right: 32.6vw;
}
.mobile .blob {
    background: transparent;
    border-radius: 50%;
    margin: 10px;
    height: 12vw;
    width: 12vw;
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    transform: scale(1);
    animation: pulse 2s infinite;
    position: absolute;
    top: 87.7vw;
    right: 41.6vw;
}

@keyframes pulse {
	0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}

	70% {
        transform: scale(1.15);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
}

	100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.close-p.active{
    display: block;
}

.tnx {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e95a2e;
    color: white;
    display: none;
}

.container-tnx {
  padding: 2vw;
  font-size: 2vw;
  font-weight: 700;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.container-tnx a {
  color: white;
  text-decoration: none;
  margin-left: 1vw;
}

.icon-tnx {
  font-size: 0.8vw;
  font-weight: 400;
  text-align: center;
  display: flex;
  margin-top: 1vw;
  justify-content: center;
}

.tnx-p {
  font-size: 0.5em;
  font-weight: 100;
  margin-top: 0.7vw;
}

.icon-tnx img {
  width: 4vw;
}

.mobile .container-tnx {
  width: 100%;
  
  font-size: 9vw;

}

.mobile .icon-tnx {
  font-size: 5vw;
  margin-top: 5vw;
}

.mobile .icon-tnx img {
  width: 15vw;
}

.mobile .container-tnx a {
  color: black;
  text-decoration: none;
  margin-left: 6vw;
  font-size: 4.5vw;
}


.mobile .tnx {
  background-color: #ffffff;
  color: #000000;
}

.mobile .title-tnx {
  margin-bottom: 5vw;
}

.mobile .m-accessibility img {
  width: 10vw;
}

.mobile .m-accessibility a {
  padding-bottom: 15vw;
  color: black;
}


.smaller {
  font-size: 0.8em;
}

.mobile .subp {
    font-size: 5vw;
    text-align: center;
}


.mobile .titles .bold {
    margin: 2vw 0 0 0;
}

.privacy-declaration {
  text-align: left;
  color: white;
  font-size: 1vw;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 1vw;
}