@charset "UTF-8";

/*Fonts transfonter.org */
@font-face {
  font-family: "Corporate A Cond ME";
  src: url("../webfonts/CorporateACondME-Regular.eot");
  src: url("../webfonts/CorporateACondME-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/CorporateACondME-Regular.woff2") format("woff2"),
    url("../webfonts/CorporateACondME-Regular.woff") format("woff"),
    url("../webfonts/CorporateACondME-Regular.ttf") format("truetype"),
    url("../webfonts/CorporateACondME-Regular.svg#CorporateACondME-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Corporate S ME DEMI";
  src: url("../webfonts/CorporateSME-Demi.eot");
  src: url("../webfonts/CorporateSME-Demi.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/CorporateSME-Demi.woff2") format("woff2"),
    url("../webfonts/CorporateSME-Demi.woff") format("woff"),
    url("../webfonts/CorporateSME-Demi.ttf") format("truetype"),
    url("../webfonts/CorporateSME-Demi.svg#CorporateSME-Demi") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Corporate S ME Regular";
  src: url("../webfonts/CorporateSME-Regular.eot");
  src: url("../webfonts/CorporateSME-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/CorporateSME-Regular.woff2") format("woff2"),
    url("../webfonts/CorporateSME-Regular.woff") format("woff"),
    url("../webfonts/CorporateSME-Regular.ttf") format("truetype"),
    url("../webfonts/CorporateSME-Regular.svg#CorporateSME-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GE SS Two Light";
  src: url("../webfonts/GE_SS_Two_light.eot");
  src: url("../webfonts/GE_SS_Two_light.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/GE_SS_Two_light.woff2") format("woff2"),
    url("../webfonts/GE_SS_Two_light.woff") format("woff"),
    url("../webfonts/GE_SS_Two_light.ttf") format("truetype"),
    url("../webfonts/GE_SS_Two_light.svg#GE SS Two Light") format("svg");
}

/*-----*/

/*document */

html {
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;
  background-color: #333333;
  color: #cfcfcf;
  /* color: #ffffff; */
  font-family: "Corporate S ME Regular";
  font-weight: normal;
  font-style: normal;
  font-size: 1.02em;

  width: 100%;
  line-height: 1;
}

/*transitions*/
.hidden {
  /**/
  -webkit-transition: all 1.5s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 1.5s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 1.5s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 1.5s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 1.5s cubic-bezier(0.75, 0, 0.125, 1);
}

.social-media li .fab,
.social-media li .fas,
.form-btn,
.inline-link,
.contact-form > ul > li > input,
.contact-form > ul > li > textarea,
a .white-c {
  /**/
  -webkit-transition: all 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition: all 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  -ms-transition: all 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition: all 0.4s cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}

.header {
  transform: translateY(0) !important;
}

.banner {
  position: relative;
  display: block;
}
.banner::after {
  position: absolute;
  content: "";
  right: 45px;
  top: 24px;
  width: 95px;
  height: 4px;
  background-color: #ffffff;
}

/*contact form*/
.contact-form {
  float: left;
  overflow: hidden;
}

.contact-form.disabled {
  pointer-events: none;
}
.contact-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*forms elements*/

.contact-form legend {
  width: 50%;
  float: left;
}
.contact-form > ul > li > .label-en,
.contact-form > ul > li > .label-ar {
  display: block;
  padding: 10px 0;
  color: #ffffff;
  margin-top: 20px;
}

.contact-form > ul > li > .label-en span,
.contact-form > ul > li > .label-ar span,
.contact-form legend span {
  color: #c90000;
}

.label-en {
  text-align: left;
  width: 50%;
  float: left;
}

.label-ar {
  text-align: right;
  width: 50%;
  float: right;
}

.contact-form > ul > li > input,
.contact-form > ul > li > textarea {
  width: 100%;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  outline: none;
  padding: 10px 10px;
  border-radius: 3px;
  color: #333333;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.contact-form > ul > li > input {
  padding-bottom: 7px;
}

.contact-form > ul > li > input.field-error {
  background-color: #333333;
  color: #ffffff;
}
.contact-form > ul > li > textarea {
  height: 130px;
  resize: none;
}

textarea::placeholder,
input::placeholder {
  color: #ccc;
}

.contact-form .form-nav {
  margin-top: 25px;
}

#submit.disabled {
  cursor: default;
  pointer-events: none;
}
.mail-status {
  padding: 10px 0;
  color: #888888;
  display: inline-block;
}

.sm-title {
  float: right;
}
.social-media {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  /* text-align: center; */
  float: right;
}

.social-media li {
  display: inline-block;
}

.social-media li .fab,
.social-media li .fas {
  font-size: 1em;
  color: #ffffff;
  padding: 0 0 0 30px;
}

.social-media li .fab:hover,
.social-media li .fas:hover {
  color: #888888;
}

.copyright-js {
  color: #666666;
  width: 100%;
  text-align: center;
}

.mercedes-benz-logo {
  text-align: right;
}
.footer .mercedes-benz-logo img {
  max-width: 93px;
}
.footer .mercedes-benz-typo img {
  max-width: 150px;
}
.footer .nasser-bin-khaled-logo img {
  max-width: 200px;
}

.header .mercedes-benz-logo img {
  max-width: 65px;
}
.header .mercedes-benz-typo img {
  max-width: 115px;
}

.inline-link:hover {
  color: #888888;
}
/*common*/
.main-wrapper {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  background-color: #000000;
  padding: 45px 0;
  overflow: hidden;
}

.viewport {
  padding: 0 45px;
}

/*section*/
.section,
.header,
.footer {
  position: relative;
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  z-index: 0;
  overflow: hidden;
}

/*viewport*/
.viewport {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.right-block {
  float: right;
}

.left-block {
  float: left;
}

.pl-10 {
  padding-left: 10%;
}
.pr-10 {
  padding-right: 10%;
}

.rtl {
  direction: rtl;
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
}

.text-area {
  float: left;
  width: 100%;
}
.text-title {
  font-size: 2.4em;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  /*  */
  font-family: "Corporate A Cond ME";
  font-weight: normal;
  font-style: normal;
}
.text-title.smaller {
  font-size: 1.2em;
}
.text-title.ar {
  font-size: 1.9em;
  line-height: 1.3;
}

.text-title.ar.smaller {
  font-size: 1.2em !important;
}

.form-label-typo {
  font-size: 1em;
}
.text-subtitle {
  font-size: 1em;
  line-height: 1.3;
}
.text-subtitle .larger-font {
  font-size: 1.2em;
}

.text-subtitle.ar {
  font-size: 0.97em;
  line-height: 1.3;
}
.text-subtitle.ar .smaller-font {
  font-size: 0.82em;
  line-height: 1.5;
}

.bold {
  font-family: "Corporate S ME DEMI";
}
.f-1-5 {
  font-size: 1.5em;
}

.med-font {
  font-size: 14px;
  font-weight: bold;
}
.small-font {
  font-size: 13px;
}
.extra-small-font {
  font-size: 10px;
  line-height: 1.4;
  /*  */
  font-weight: bold;
}
.padding-right-20 {
  padding-right: 20px;
}

.white-c {
  color: #ffffff;
}
a .white-c:hover {
  color: #888888;
}

/*GPU acceleration*/
.accelerated {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* Other transform properties goes below */
}

/*hidden*/
.hidden {
  opacity: 0;
  transform: translateY(40px);
}

/*spacers*/
.v-spacer-5,
.v-spacer-20,
.v-spacer-30,
.v-spacer-40,
.v-spacer-60,
.v-spacer-80,
.v-spacer-100 {
  overflow: hidden;
  width: 100%;
  clear: both;
}

.v-spacer-5 {
  height: 5px;
  overflow: hidden;
}

.v-spacer-20 {
  height: 20px;
  overflow: hidden;
}

.v-spacer-30 {
  height: 30px;
  overflow: hidden;
}

.v-spacer-40 {
  height: 40px;
  overflow: hidden;
}

.v-spacer-60 {
  height: 60px;
  overflow: hidden;
}

.v-spacer-80 {
  height: 80px;
}

.v-spacer-100 {
  height: 100px;
  overflow: hidden;
}

/*form fields*/
.full-feild {
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
}

.half-feild {
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}

.tierce-feild {
  width: calc(33.33333333333333% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}

/*img-responsive*/
.img-responsive {
  width: 100%;
  height: auto;
}

/*no select*/
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

video:focus {
  outline: none !important;
}

/*custom scrollbar*/
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  box-shadow: inset 0 0 6px transparent;
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  background-color: #888888;
  outline: #708090 solid 1px;
}

/*letter transition*/
.letter-transition {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  letter-spacing: normal;
  padding: 0 20px;
  border: 0px solid #dfe2e7;
  border-radius: 0px;
  overflow: hidden;
  outline: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /**/
}

.letter-transition > span {
  vertical-align: middle;
  display: inline-block;
  padding: 10px 0;
  opacity: 0;
  color: #cccccc;
  white-space: pre;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.letter-transition::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px 0px;
  color: #ff0000;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

/*.letter-transition:hover {
  background-color: #333333;
}*/

.letter-transition:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.letter-transition:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*preloader*/
.preloader {
  pointer-events: none;
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader svg,
.form-preloader svg {
  width: 3.75em;
  transform-origin: center;
  animation: rotate 2s linear infinite;
}
.form-preloader {
  float: right;
  padding-top: 10px;
  display: none;
}
.form-preloader.active {
  display: block;
}
.form-preloader svg {
  width: 1.5em;
}
.preloader circle,
.form-preloader circle {
  fill: none;
  stroke: #b4b4b4;
  stroke-width: 2;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

/*form button*/
.form-btn {
  display: block;
  width: 100%;
  max-width: 192px;
  height: 35px;
  line-height: 15px;
  background-color: #00aeef;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 0px;
  font-size: 0.9em;
  float: right;
  margin-top: 10px;
}

.form-btn .fa {
  font-size: 0.3em;
}
.form-btn:hover {
  background-color: #0d7ea9;
  color: #ffffff;
}

/*animations*/
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}

/*flex*/
.flex-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.flex-row.end {
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
}

.flex-row.center {
  align-items: center;
  align-content: center;
  justify-content: center;
}

/*  */
.left-30,
.left-40,
.left-50,
.left-60,
.left-65,
.left-70 {
  width: 50%;
  float: left;
}

.right-30,
.right-35,
.right-40,
.right-50,
.right-60,
.right-65,
.right-70 {
  width: 50%;
  float: right;
}

.left-30 {
  width: 30%;
}
.left-40 {
  width: 40%;
}
.left-50 {
  width: 50%;
}
.left-60 {
  width: 60%;
}
.left-65 {
  width: 65%;
}
.left-70 {
  width: 70%;
}

.right-30 {
  width: 30%;
}
.right-35 {
  width: 35%;
}
.right-40 {
  width: 40%;
}
.right-50 {
  width: 50%;
}
.right-60 {
  width: 60%;
}
.right-65 {
  width: 65%;
}
.right-70 {
  width: 70%;
}

/*screens*/

.large-desk {
  display: block;
}

.desk {
  display: block;
}

.desk-tab {
  display: block;
}

.tablet-mob {
  display: none;
}

.mob {
  display: none;
}

/* Hide the poster after the video has started playing */
.vjs-has-started .vjs-poster {
  display: none;
}

.seperator-line {
  height: 1px;
  border: 0;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.float-left {
  float: left;
}
.year-js {
  font-family: "GE SS Two Light";
}

/* css checkbox */
.radio-buttons {
  float: right;
  text-align: right;
}
.radio-buttons div {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

input[type="radio"].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="radio"].css-checkbox + label.css-label,
input[type="radio"].css-checkbox + label.css-label.clr {
  padding-left: 27px;
  height: 21px;
  display: inline-block;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type="radio"].css-checkbox:checked + label.css-label,
input[type="radio"].css-checkbox + label.css-label.chk {
  background-position: 0 -21px;
}
label.css-label {
  background-image: url(https://mercedesbenzqatar.com/E-Class/images/common/csscheckbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*-------------Responsive------------------*/

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
  /*screens*/
  .large-desk {
    display: none;
  }
  /*-----*/
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
  /*screens*/
  .desk {
    display: none;
  }
  .tablet-mob {
    display: block;
  }

  /*-----*/
  /*form fields*/
  .full-feild {
    width: 100%;
    float: left;
    margin-left: 0;
  }
  .half-feild {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
  }
  .tierce-feild {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
  }
  /*-----*/
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
  /*screens*/
  .desk-tab {
    display: none;
  }
  .mob {
    display: block;
  }
  /*common*/
  body {
    font-size: 0.9em;
  }

  .main-wrapper {
    padding: 20px 0;
  }
  .viewport {
    padding: 0 20px;
  }

  .left-30,
  .left-40,
  .left-50,
  .left-60,
  .left-65,
  .left-70,
  .right-30,
  .right-35,
  .right-40,
  .right-50,
  .right-60,
  .right-70 {
    width: 100%;
    text-align: center;
  }

  .left-50.fixed {
    text-align: left;
  }
  .right-50.fixed {
    text-align: right;
  }
  .left-50.fixed,
  .right-50.fixed {
    width: 50%;
  }

  .pl-10 {
    padding-left: 0;
  }
  .pr-10 {
    padding-right: 0;
  }
  /*flex*/
  .extra-small-font {
    font-size: 10px;
  }

  /* project specific */
  .contact-form > ul > li > label {
    font-size: 0.9em;
  }

  .contact-form > ul > li > input,
  .contact-form > ul > li > textarea {
    height: 40px;
  }
  .footer .mercedes-benz-logo img {
    max-width: 200px;
  }

  .footer .mercedes-benz-typo img {
    max-width: 150px;
  }

  .footer .nasser-bin-khaled-logo img {
    max-width: 200px;
  }

  .banner::after {
    right: 20px;
  }

  /*   .header .mercedes-benz-logo img {
    max-width: 73px;
  }

  .header .mercedes-benz-typo img {
    max-width: 150px;
  } */

  /*form button*/
  .form-btn {
    max-width: 100%;
  }

  .t-left {
    text-align: center;
  }
  .t-right {
    text-align: center;
  }
  .float-left {
    float: none;
  }

  .social-media {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .social-media li .fab,
  .social-media li .fas {
    font-size: 1em;
    color: #ffffff;
    padding: 0 15px;
  }

  .sm-title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 450px) {
  .main-wrapper {
    padding: 0px;
  }
  .viewport {
    padding: 0 15px;
  }
  .header .mercedes-benz-logo img {
    max-width: 50px;
  }

  .text-title {
    font-size: 1.9em;
  }
  .text-title.ar {
    font-size: 1.5em;
  }

  .contact-form legend {
    width: 100%;
    float: left;
    padding: 5px 0;
    text-align: center;
  }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  .header .mercedes-benz-logo img {
    max-width: 40px;
  }
}

@media only screen and (max-width: 550px) {
}