@charset "utf-8";
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
:root {
  --text-color: #333;
  --link-text-color: #9c2234;
  --text-red-color: #a90a2e;
  --background-red: #a90a2e;
  --text-grey-color: #414141;
  --background-grey: #ebe7e7;
  --background-light-grey: #eeecea;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 4, 2021 */

@font-face {
  font-family: "daxbold";
  src: url("assets/fonts/dax_bold-webfont.eot");
  src: url("assets/fonts/dax_bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/dax_bold-webfont.ttf") format("truetype"),
    url("assets/fonts/dax_bold-webfont.svg#daxbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "daxregular";
  src: url("assets/fonts/dax_regular-webfont.eot");
  src: url("assets/fonts/dax_regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/dax_regular-webfont.ttf") format("truetype"),
    url("assets/fonts/dax_regular-webfont.svg#daxregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_GE SS Two Bold";
  src: url("assets/fonts/GE SS Two Bold.eot");
  src: local("☺"), url("assets/fonts/GE SS Two Bold.woff") format("woff"),
    url("assets/fonts/GE SS Two Bold.ttf") format("truetype"),
    url("assets/fonts/GE SS Two Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Conv_GE SS Two Medium";
  src: url("assets/fonts/GE SS Two Medium.eot");
  src: local("☺"), url("assets/fonts/GE SS Two Medium.woff") format("woff"),
    url("assets/fonts/GE SS Two Medium.ttf") format("truetype"),
    url("assets/fonts/GE SS Two Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dax-Medium";
  src: url("Fonts/DaxMedium.ttf");
}
@font-face {
  font-family: "Dax-Regular";
  src: url("Fonts/Dax-Regular.scr");
}
.tableHeading {
  background-color: #4d4c4c;
  color: #ffffff;
}
.tableHeading th {
  /* padding: 14px 20px !important; */
  height: 50px;
}
.tbody td {
  /* padding: 6px 20px !important; */
  height: 50px;
  line-height: 1;
}
sub {
  vertical-align: super;
  font-size: 14px;
  top: 0;
}
.table-middle {
  vertical-align: middle;
}
#world-first {
  background: url(images/Worlds-First.jpg);
  /* background-position: center; */
  background-size: cover;
  background-repeat: no-repeat;
}
#world-firstAr {
  background: url(images/Worlds-FirstAr.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.text-bold {
  font-weight: 900;
}
.moreinteraction {
  text-decoration: none;
}
.changeColor {
  color: #414141;
}
.linksetting {
  text-decoration: none;
  color: #515150;
}
.btn-lang {
  padding: 15px 120px !important;
}
.travel li {
  padding: 10px 0 0 0;
}
body {
  font-family: "daxregular";
}
body.ar {
  font-family: "Open Sans", "Conv_GE SS Two Medium";
}

body.ar .form-select {
  /*font-family: sans-serif, "Conv_GE SS Two Medium";*/
  line-height: 2 !important;
}
body.ar .form-control {
  /* font-family: sans-serif, "Conv_GE SS Two Medium"; */
}

.numberdisplay {
  font-family: "Open Sans", sans-serif;
}
button:disabled,
button[disabled] {
  background: #9c22347d;
}
.en {
  font-family: "daxregular";
}
.ar ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Conv_GE SS Two Medium";
}
.ar ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Conv_GE SS Two Medium";
}
.ar :-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Conv_GE SS Two Medium";
}
.ar :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Conv_GE SS Two Medium";
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}
@media (max-width: 1350px) {
  /* .ar #experience {
    background-size: contain !important;
  } */
  .resp {
    padding-left: 20px;
  }
}
@media (max-width: 1198px) {
  /* .ar #experience {
    background-position-x: -22% !important;
  } */
}
@media (max-width: 1057px) {
  /* .ar #experience {
    background-position-x: -50% !important;
  } */
}
@media (max-width: 990px) {
  /* .ar #experience {
    background-position-x: -30% !important;
    background-size: 16cm !important;
    background-position-y: top !important;
  } */
}

.hero-img2 {
  display: none;
}
#spacer {
  height: 92.3594px;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.rounded-btn,
.nav-link.rounded-btn {
  border-radius: 50px;
  border: none;
  padding: 0.5rem 1.5rem;
  background: var(--link-text-color);
  color: white !important;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.bold {
  font-family: "daxbold";
}
.ar .bold {
  font-family: "Conv_GE SS Two Bold";
}
.text-red {
  color: var(--text-red-color);
}
.txt-silver {
  color: #4d4c4c;
}
.txt-white {
  color: #ffffff;
}
a:hover {
  opacity: 1;
  color: inherit;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link {
  font-size: 1.1rem;
  color: var(--link-text-color);
  margin: 0 0.75rem;
}
.navbar-light .navbar-nav .nav-link.active:not(.rounded-btn),
.navbar-light .navbar-nav .show > .nav-link:not(.rounded-btn),
.navbar-light .navbar-nav .nav-link:focus:not(.rounded-btn),
.navbar-light .navbar-nav .nav-link:hover:not(.rounded-btn) {
  color: var(--link-text-color);
  text-decoration: underline;
}
.hero-banner {
  height: 650px;
  position: relative;
  max-height: 100vh;
  min-height: 450px;
}
.hero-banner img {
  object-fit: cover;
}
.hero-banner > div {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}

#experience {
  background-image: url(images/P2_Discover.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.card-img {
  position: relative;
  left: 90px;
}
.ar #experience {
  background-image: url(images/P2_DiscoverAr.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
#benefits {
  background-color: var(--background-red);
  color: white;
}
#benefits .col-sm-4 > div {
  display: flex;
  align-items: center;
  padding: 2rem 1rem;
  height: 100%;
}
#benefits .col-sm-4 > div img {
  width: 65px;
  margin-right: 2rem;
}
.ar #benefits .col-sm-4 > div img {
  margin-right: 0;
  margin-left: 2rem;
}
#features {
  background-color: var(--background-grey);
  color: var(--text-grey-color);
}
#features .col-sm-4 > div {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  height: 100%;
}
#features .col-sm-4 > div {
  font-size: 1rem;
}
#features .col-sm-4 > div img {
  width: 85px;
  margin-right: 2rem;
}
.ar #features .col-sm-4 > div img {
  margin-right: 0;
  margin-left: 2rem;
}
#application {
  background-color: var(--background-light-grey);
}
.ar #application {
  direction: ltr;
}
#form {
  background-color: var(--background-grey);
}
.ar select {
  background-position: left 0.5rem center;
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
}
.form-check {
  padding-left: 2rem;
}
.ar .form-check {
  padding-left: 0;
  padding-right: 2rem;
}
.form-check .form-check-input,
.form-check .form-check-input:focus,
.form-check .form-check-input:checked {
  margin-left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
}
.ar .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -2rem;
}
.form-check .form-check-input:checked {
  border-color: var(--text-red-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23a90a2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-label {
  line-height: 2;
}

#form form .form-control,
#form form .form-control:focus,
#form form .form-select {
  background-color: #f3f3f3;
  border-radius: 30px;
  border: 2px solid #dfdede;
  color: #5e5c5c;
  height: 40px;
  line-height: 1;
  padding: 0 20px;
  box-shadow: none;
}
input.text-danger,
select.text-danger {
  border-color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
footer {
  background-color: #292929;
}
footer a {
  text-decoration: none;
  color: #6d7583;
}
footer a:hover {
  color: lightgray;
}
footer a img {
  margin-top: -1.25rem;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.floating-button {
  position: fixed;
  bottom: -100px;
  width: 100%;
  left: 0;
  padding: 1rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);

  transition: bottom 0.5s cubic-bezier(0, 0, 0.58, 1);
}
.floating-button.active {
  bottom: 0;
}
@media (max-width: 767px) {
  .hero-banner > div {
    text-align: center;
    /* justify-content: start; */
    align-items: center;
    background: #00000047;
  }
  .hero-banner {
    min-height: fit-content;
    height: fit-content;
  }
  .hero-banner h1 {
    font-size: 1.1rem;
	line-height:1.1rem;
  }
  .topapplybtn{
	  margin-top:85px;
  }
  
  h1.text-whitear {
    font-size: 1rem;
	line-height:1.2rem;
  }
  .topapplybtnar{
	  margin-top:70px;
  }
  .hero-img1 {
    display: none;
  }
  .hero-img2 {
    display: block !important;
  }
  .hero-banner > div > div {
    padding: 1rem 2rem;
  }
  #benefits .col-sm-4 > div {
    flex-direction: column;
    padding: 1rem 0;
    text-align: center;
  }
  #benefits .col-sm-4 > div img {
    margin-right: 0;
    margin-left: 0;
  }
  #features .col-sm-4 > div {
    flex-direction: column;
    padding: 1rem 0;
    text-align: center;
  }
  #features .col-sm-4 > div img {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
