@import url(../et/stylesheet.css);
@import url(../font-awesome-4.7.0/css/font-awesome.min.css);

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "GE SS Two";
  background: #000;
}

.wrap-intro {
  height: 100vh;
  width: 100%;
  background: url(../../images/slide-new-19.jpg);
  position: relative;
}

.wrap-intro .navbar-brand img {
  height: 50px;
}

.wrap-intro .navbar {
  background: transparent;
}

.wrap-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.wrap-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}

.wrap-intro .register-intro {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}

.golden-color {
  color: #eac473;
}

.register-intro p .golden-color {
  font-weight: bold;
}

.register-intro p {
  max-width: 650px;
  margin: auto;
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 30px !important;
}

.wrap-intro .register-intro a {

  background-color: #eac473;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  position: relative;
  top: 0;
  font-size: 25px;
  z-index: 3;
}

.wrap-intro .register-intro a:hover {
  top: -10px;
}

.wrap-intro .register-intro a span {
  z-index: 4;
  position: relative;
}

.ofex {
  position: relative;

}

.ofex form {
  position: relative;
  z-index: 3;
}

.ofex .btn {
  background-color: #eac473;
  border-color: #eac473;
  transition: all ease .3s;
  color: #000;
}

.ofex .btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;

}

.ofex:after,
.ofex:before {
  content: "";
  display: block;
  width: 100%;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #eac473;
  opacity: 0;
  animation: animationWave cubic-bezier(0, 0.54, 0.53, 1) 2s;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.ofex:before {
  animation-delay: 0.5s;
  content: "";
  z-index: 1;
}

.ofex:after {
  animation-delay: 0.1s;
  content: "";
  z-index: 2;
}

@keyframes animationWave {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.clients-logos {
  margin: 10px 0px;
}

.clients-logos .item {
  width: 150px;
  text-align: center;
  background: #333;
  height: 75px;
  display: flex;
}

.clients-logos .item img {
  align-self: center;
  margin: auto;
}

.wrap-logos {

  overflow: hidden;
}

.wrao-logos-brief {
  margin: 40px 0px;
  text-align: center;
}

.wrao-logos-brief h2 {
  color: #fff;
  font-size: 30px;
}

.wrao-logos-brief h2 span {
  font-weight: bold;
  color: #eac473;
}

.wrao-logos-brief ul {
  color: #fff;
  font-size: 20px;
  list-style: decimal;
}

.wrao-logos-brief ul li {
  display: inline-block;
  margin-inline-end: 20px;
}

.wrao-logos-brief ul li:nth-child(1)::before {
  content: "1. ";
}

.wrao-logos-brief ul li:nth-child(2)::before {
  content: "2. ";
}

.wrao-logos-brief ul li:nth-child(3)::before {
  content: "3. ";
}


.three-steps-title {
  font-size: 35px;
  text-align: center;
  margin: 40px 0;
  margin-bottom: 0;
}

.three-steps-title-thin-text {
  font-weight: 400;
  color: #fff;
}

.wspacing-10 {
  word-spacing: 8px;
}

.font-size-40 {
  font-size: 40px !important;

  font-weight: bold;

}

.three-steps-title-bold-text {
  font-weight: 800;
  color: #eac574;
}

.download-app-title {
  font-size: 60px;
}

.three-steps-ul ul {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  padding-top: 30px;
  text-align: center;
}

.three-steps-ul ul li:hover {
  color: #000;
}

.three-steps-ul ul li {
  color: #fff;
  list-style: none;
  display: inline-block;
  width: 200px;
  height: 200px;
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  border: 2px solid #eac574;
  text-align: center;
  padding: 0 30px;
  font-weight: normal;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}

.three-steps-ul ul li:hover {
  background: #eac574;
}

.three-steps-ul ul li .d-table,
.three-steps-ul ul li .d-table-cell {
  width: 100%;
  height: 100%;
}

.three-steps-ul ul li .d-table-cell {
  vertical-align: middle;
}

@media (max-width: 769px) {
  .three-steps-ul ul li {
    margin-right: 15px;
    margin-left: 15px;
  }

  .mob-section .mob-app {
    top: 90px;
  }
}

[lang="ar"] .mob-section .three-steps {
  margin-left: auto;
  margin-right: 0;
  position: relative;

}

@media(max-width:430px) {

  .mob-section .three-steps .three-steps-title {
    font-size: 25px;
  }

  .three-steps-ul ul li {
    width: 175px;
    height: 175px;
    padding: 10px;
  }
}



footer {
  background: #000;
  border-top: 4px solid #eac574;
  padding: 25px 0px;
}

footer .logo-footer img {
  padding-top: 10px;
}


footer .footer-items {
  display: flex;
}

footer .footer-items>div {
  padding: 0px 10px;
  margin: 0px 10px;
}

footer .footer-items .footer-app>span,
footer .footer-items .footer-follow-us>span,
footer .footer-items .footer-call-us-app>span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

footer .footer-items .footer-follow-us {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

footer .footer-items .footer-follow-us>ul {
  margin: 0;
  padding: 0;
}

footer .footer-items .footer-follow-us>ul li {
  display: inline-block;
  list-style: none;
}

footer .footer-items .footer-follow-us>ul li a {
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  width: 25px;
  padding: 2.5px;
  line-break: 1px;
  text-align: center;
  height: 25px;
  font-size: 15px;
}

.footer-call-us-app a {
  color: #fff;
}

@media (max-width: 769px) {
  footer .footer-items {
    flex-direction: column !important;
    text-align: center !important;
  }

  footer .footer-items>div {
    margin-bottom: 15px;
  }

  footer .footer-items .footer-follow-us {
    border: 0px;
  }
}

@media (max-width: 769px) {
  .logo-footer {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .logo-footer {
    text-align: center !important;
  }
}

.footer-bottom {
  min-height: 30px;
  background: #000;
  border-top: 1px solid rgba(234, 197, 116, .1);
  padding: 15px 0;
}


.avilable-payments {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.avilable-payments li {
  display: inline-block;
  margin: 0 10px;
}

.avilable-payments li img {
  max-height: 25px;
}

.company-new-footer {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0 !important;
}

@media(max-width:768px) {

  .avilable-payments,
  .company-new-footer {
    margin-bottom: 15px;
  }

}

.copyright>span {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 30px 0px 0px;
  display: block;
  text-align: center;
}