@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: 13.8vw;
    top: 16.5vw;
    right: 5vw;
}

.section-2-text{
display: block;
}

.hr{
    width: 32.5vw;
    height: 0.15vw;
    background: #e95b2e;
    margin: 1vw 0;
}
.mobile .hr{
display: none;
}
.mobile .people{
    position: absolute;
    width: 44vw;
    top: 102.8vw;
    right: 26vw;
}
.section-1 {
    background: url(./images/bg-2.png);
    background-position: 25vw 0;
    display: flex;
    padding: 5.5vw 2vw 0;
    background-size: 75vw;
    background-repeat: no-repeat;
    height: 29.5vw;
}
.mobile.mobile .section-1 {
    background: url(./images/bg-mobile-2.png);
    background-position: 0;
    display: flex;
    padding: 69.5vw 1vw;
    background-size: cover;
    background-repeat: no-repeat;
    height: 135.8vw;

}

.bio-logo{
    position: absolute;
    top: 1vw;
    right: 2vw;
    width: 11vw;
    height: 2.24vw;
}
.mobile .bio-logo{
    top: 1vw;
    right: 1vw;
    width: 1vw;
    height: auto;
}

/* .video-image img {
  width: 35vw;
} */

.titles {
  flex: 1;
}

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

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


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

.services {
    background: #f8f8f8;
    padding: 2vw 2vw 2vw;
}

.services-s{
    display: flex;
    width: 58vw;
    margin-top: 2vw;
    justify-content: space-between;
}
.mobile .services-s{
  width: 100vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 0 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4vw;
}


.container-image{
    padding: 0 0.5vw;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ser-01 img{
    width: 5vw;
}
.ser-02 img{
    width: 5vw;
}
.ser-03 img{
    width: 7vw;
}
.ser-04 img{
    width: 11vw;
}

.mobile .ser-01 img {
  width: 10vw;
}

.mobile .ser-02 img {
  width: 11vw;
}

.mobile .ser-03 img {
  width: 15vw;
}

.mobile .ser-04 img {
  width: 15vw;
}

.s-title{
    font-size: 1.7vw;
    color: #e95b2e;
    text-align: center;
    padding: 1.5vw 0 0 0;
    height: 6.5vw;
    line-height: 0.9;
}

.mobile .s-title {
  font-size: 5vw;
  height: unset;
  padding: 3vw;
  min-height: 20vw;
}
.service-s{
    width: 14.1vw;
    height: 14.1vw;
    box-shadow: 0px 0px 10px #e8e8e8;
    border: 2px solid #e8e8e8;
}

.mobile .service-s{
  width: unset;
  height: unset;
  box-shadow: 0px 0px 10px #e8e8e8;
  border: 2px solid #e8e8e8;
  min-height: 34vw;
}

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

.h2-title{
    font-size: 3.5vw;
}
.h2-txt{
    font-size: 1.9vw;
    line-height: 0.9;
    margin-top: -5px;
}
.mobile .h2-txt{
    font-size: 4.9vw;
    line-height: 1.1;
    margin-top: -2px;
    text-align: center;
}
.mobile .h2-title{
    font-size: 11vw;
    text-align: center;
    padding-top: 6vw;
}
.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;
}

.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;
}

input[type="submit"] {
  display: block;
  width: 100%;
  background: #e95b2e;
  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: 22vw;
    position: absolute;
    top: 2vw;
    left: 3vw;

}

.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: 13vw;
    width: 98vw;
    text-align: center;
    line-height: 0.8;
}

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

.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: 15vw;
  padding: 0;
  padding-bottom: 2vw;
  margin-bottom: 4vw;
}

.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 .m-accessibility img {
  width: 10vw;
}

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

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

.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;
}

.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;
}

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