@import url('https://fonts.googleapis.com/css?family=Changa');

* {
  margin: 0;
  padding: 0;
}
body {
  direction: rtl;
  position: relative;
  font-family: 'Changa', sans-serif;
  background: radial-gradient(circle, #29b9a8, #2d2d72);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.show-sm {
  display: none !important;
}


a, a:hover {
  text-decoration: none;
  border: none;
  color: #fff;
}

.container-fluid, .container {
  padding-left: 0;
  padding-right: 0;
}
.card, .card-header {
  background: transparent;
  border: none;
}
/*************************************************************/
#intro{

}

.navbar {
  position: absolute;
  background-color: transparent;
  width: 100%;
  color: #fff;
  z-index: 999999;
}

.nav-item .nav-link {
  text-decoration: none;
  border: none;
  color: #fff;
}

.nav-item {
  text-decoration: none;
  border: none;
  color: #fff;
  padding: 2px;
  border-radius: 20px;
  margin-top: 10px;
  -webkit-transition: .3s all ease-out;
  -moz-transition: .3s all ease-out;
  -ms-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}
.nav-item:hover{
    background: #1d1d4f;
}

.navbar  {
  position: absolute;

}
.navbar-brand img {
  position: absolute;
  top: 0;
  /* left: 0; */
  width: 30vmin
}

.navbar-nav {
    position: relative;
    text-align: center;
}

.navbar-nav  {
    width: 51% !important;
}

.navbar-bg {
    background: radial-gradient(circle, #29b9a8, #2d2d72);
}
.navbar-nav .social {
    position: relative;
        margin-top: 10px;
    display: inline-block;
}
.navbar-nav .social .navIcon {
  position: relative;
  text-align: center;
  top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 2px solid #fff;
}

.navbar-nav .social .navIcon a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    border: none;
    -webkit-transition: .3s all ease-out;
    -moz-transition: .3s all ease-out;
    -ms-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.navbar-nav .social .face a:hover {
    color: #3b5998  !important;
}
.navbar-nav .social .youtube a:hover {
    color: #cc181e  !important;
}
.navbar-nav .social .tweter a:hover {
    color: #0084b4  !important;
}
.navbar-nav .social .googleplus a:hover {
    color: #d34836  !important;
}

.navbar-nav  .captin {
  background: linear-gradient(to right, #e0b97b, #cac286, #41c49e);
  padding: 10px;
  margin-right: 1%;
  margin-top: 10px;
  position: relative;
  border-radius: 15px;
  height: 46px;
  cursor: pointer;

}

.navbar-nav  .captin.en {
  font-weight: bold;
  /* width: 5%; */
}

@media (max-width: 992px) {

  .navbar-nav  {
      width: 100% !important;
  }
}
@media (max-width: 768px) {
  .navbar-nav  .captin {
    margin-top: 27px !important;
  }
}

.mainModal .modal-content {
    background-color: rgba(255, 255, 255, 0.67) !important;
    border: 5px solid rgba(255, 255, 255, 0.17);
    border-radius: 20px;
    padding: 20px;
}

.mainModal .modal-header {
    border: none;
    position: relative;
}
.mainModal .modal-header .close {
    position: absolute;
    right: 20px;
    top: -25px;
    outline: none;
    padding: 10px;
    color: #fff;
    font-weight: 800;
    opacity: 1;
    border-radius: 50%;
    background-color: #3ac49f;
}


.mainModal .modal-header .close .fa-times {
    position: relative;
    display: block;
    margin-top: -3px;
}
.modal-body.contactForm {
  position: relative;
}

.modal-body .input-icon-wrap {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  margin-bottom: 20px;
}

.select2-selection  {
    border-radius: 20px !important;
    border: none !important;
    padding: 5px
}

.modal-body .input-icon {
  position: absolute;
  height: auto;
  left: 50px;
  color: #1d1d4f;
}

.modal-body .input-with-icon {
  border: none;
  flex: 1;
  border-radius: 20px;
  outline: none;
}


.modal-body.contactForm input, .contactForm .button {
  outline: none;
}

.mainModal input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1d1d4f;
  text-transform: capitalize;
}
.mainModal input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #1d1d4f;
  text-transform: capitalize;
}
.mainModal input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #1d1d4f;
  text-transform: capitalize;
}
.mainModal input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #1d1d4f;
  text-transform: capitalize;
}

.modal-body .contactForm .button {
  width: 100%;
  padding: 10px;
  background: linear-gradient(to right, #e0b97b, #cac286, #41c49e);
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.modal-body .input-icon {
    z-index: 9999;
}

.a {
  z-index: 9999;
  position: absolute;
  font-size: 2em;
}
.library-menu {
  margin: 0 0 0px;
  padding: 10px;
  display: inline-block;

}
.library-menu span {
  display: block;
  width: 25px;
  height: 5px;
 background: radial-gradient(circle,  #e0b97b, #cac286, #41c49e);
  margin-bottom: 4px;
  text-indent: -999;
  overflow: hidden;
}
.library-menu span:last-child {
  margin-bottom: 0;
}
.library-menu span.one,
.library-menu span.two,
.library-menu span.three {
  transform: rotate(0deg) translate3d(0px, 0px, 0px);
  transition: transform 350ms;
}
a.active span.one {
  transform: rotate(60deg) translate3d(11px, -3px, 0px);
}
a.active span.two {
  transform: rotate(75deg) translate3d(-1px, 1px, 0px);
}
a.active span.three {
  transform: rotate(90deg) translate3d(-10px, 10px, 0);
}



/************************************************************/
#mainContent {
  position: relative;
  overflow-x: hidden;
  /* background: radial-gradient(circle, #2c8a96,  #2c3f79);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */

}

#mainContent .about {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    text-align: right;
  /* margin-bottom: 20px; */
}
#mainContent .about .col-lg-6 {
  position: relative;
  /* margin-bottom: 50px; */
}

#mainContent .about h1 {
  text-align: right;
  position: relative;
  /* left: 2%; */
  right: 10%;
  width: 80%;
  text-transform: capitalize;
  color: #1f1e50;
  font-weight: 800;
  font-size: 4em;
}

#mainContent .about h1 span {
  color: #fff;
  display: block;
  font-size: .6em;
}

#mainContent .about .form {
max-width: 400px;
text-align: right;
}
#mainContent .about .col-lg-6 span {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  border-radius: 20px;
  outline: none;
  background-color: rgba(85, 146, 165, .7)
}

#mainContent .about .form button{
  padding: 10px 50px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  border-radius: 20px;
  background: linear-gradient(to left,  #2cc2a1, #199394);
  position: relative;
  margin: 0 auto;
 }

#mainContent .about .form button::after {
    content:  url(../../img/newbg/shadow.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -33px;
    margin-left: -6px;
}

#mainContent .about img {
  position: relative;
  bottom: 50px;
  /* left: 50px; */
  /* right: 50px; */
}

/****************************************************************************/
#mainContent .Vehicle {
  text-align: center;
}
#mainContent .Vehicle .card-header {
    margin: 0 auto;
}
#mainContent .Vehicle  h1 {
  text-align: left;
  position: relative;
  margin: 0 auto;
  font-size: 4em;
  text-transform: capitalize;
  color: #1f1e50;
  font-weight: 800;
}
#mainContent .Vehicle h1 span {
  color: #fff;
  display: block;
  font-size: .6em;
  text-align: left;

}
#mainContent .Vehicle .tukt {
  position: relative;
  display: block;
  width: 200px;
  color: #fff;
  top: 115px;
  margin-bottom: 190px;
  margin-left: auto;
  margin-right: auto;

}
#mainContent .Vehicle .tukt::before {
    content:"توك توك";
    position: relative;
    top: 65px;
    font-size: 2.5em;
    font-weight: 600;
    z-index: 9999;
    text-shadow: 0px 1.5px #fff;
}
#mainContent .Vehicle .tukt::after {
  content: "";
  position: absolute;
  padding: 80px;
  left: 10px;
  /* bottom: 50%; */
  transform: rotate(-30deg);
  border-top: 10px solid #1f1e50;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #1f1e50;
  border-radius: 50%;
}
#mainContent .Vehicle .tukt .fa-angle-double-right {
  position: absolute;
  /* left: 10%; */
  top: 45%;
  right: 15%;
  font-size: 2em;
  font-weight: bolder;
}
#mainContent .Vehicle .moto {
  position: relative;
  display:block;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  color: #fff;
}
#mainContent .Vehicle .moto::before {
    content:"موتوسيكل";
    position: relative;
    top: 65px;
    font-size: 1.5em;
    font-weight: 600;
    z-index: 9999;
    text-shadow: 0px 1.5px #fff;
}
#mainContent .Vehicle .moto::after {
  content: "";
  position: absolute;
  padding: 80px;
  left: 10px;
  transform: rotate(215deg);
  border-top: 10px solid #30c6a3;
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #30c6a3;
  border-radius: 50%;
}

#mainContent .Vehicle .moto .fa-angle-double-left {
    position: relative;
    /* right: 60%; */
    top: 20px;
    font-size: 2em;
    font-weight: bolder;
}
#mainContent .Vehicle img {
  position: relative;
  width: 50vw;
}
/****************************************************************************/
#mainContent .become .col-lg-6 {
  text-align: center;
  /* margin-bottom: 100px; */
}

#mainContent .become .first {
  position: relative;
  top: 25%;
}
#mainContent .become .card-text img {
  width: 80vmin
}
#mainContent .become h1 {
  text-align: right;
  position: relative;
  /* left: 2%; */
  width: 80%;
  font-size: 4em;
  text-transform: capitalize;
  color: #43c9a8;
  font-weight: 800;
}

#mainContent .become h1 span {
  color: #fff;
  display: block;
  font-size: 1em;
}

#mainContent .become p {
  color: #fff;
  text-align: justify;
}

#mainContent .become .captin {
    background: linear-gradient(to right, #e0b97b, #cac286, #41c49e);
    padding: 10px 35px;
    position: relative;
    border-radius: 15px;
    font-weight: 600;
    height: 46px;
    margin-bottom: 30px;
    top: 0;
    /* left: 30%; */
    right: 0;
  }
  #mainContent .become .captin::after {
      content:  url(../../img/newbg/shadow.png);
      position: absolute;
      left: 0;
      right: 0;
      bottom: -33px;
      margin-left: -16px;
  }
  #mainContent .become .captin a, #mainContent .become .captin a:hover {
    text-decoration: none;
    border: none;
    color: #fff;
    font-size: 1.3em;

  }
  /****************************************************************************/

  #mainContent .delivery {
    text-align: right;
    color: #fff;
  }

    #mainContent .delivery h1 {
        color: #1f1e50;
    }
/****************************************************************************/
#about {
  position: relative;
  margin: 0px auto;
  overflow-x: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../../img/newbg/a-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#about  .row h1 {
  text-align: right;
  position: relative;
  width: 80%;
  text-transform: capitalize;
  color: #43c9a8;
  font-weight: 800;
}

#about .row h1 span {
  color: #fff;
  display: block;
  font-size: .7em;
}
#about .row  p {
  color: #fff;
}
#about .content-a {
 text-align: right;
  margin-top: 65px;
  position: relative;
}

#about .layer {
  text-align: center;
  position: relative;
}

#about .layer img{
  position: relative;

}
/****************************************************************************/

#vehicles {
  position: relative;
  margin: 150px auto;
}

#vehicles h1 {
  text-align: right;
  position: relative;
  width: 80%;
  /* left: 5%; */
  text-transform: capitalize;
  color: #43c9a8;
  font-weight: 800;
}

#vehicles h1 span {
  color: #fff;
  display: block;
  font-size: .7em;
}
#vehicles .card-text {
  text-align: center;
  color: #fff;
}
#vehicles .card-text img {
  width: 70vmin;
}
#vehicles .container .row {
  position: relative;
  margin-bottom: 50px;
}

#vehicles .card-text h2 {
  text-transform: capitalize;
  color: #fff;
  font-weight: 800;
}

/****************************************************************************/
#corporate {
  position: relative;
  margin: 150px auto;
}

#corporate h1 {
  text-align: right;
  position: relative;
  width: 80%;
  text-transform: capitalize;
  color: #43c9a8;
  font-weight: 800;
}
#corporate .card-text p {
  color: #fff;
  text-align: right;
}

#corporate .owl-carousel {
    direction: ltr;
}

.owl-carousel .owl-item img {
  /* width: auto; */
  width: 165px;
  /* margin: 25px; */
  border-radius: 50px;
}
.owl-carousel.owl-drag .owl-item {
  text-align: center;
}
/****************************************************************************/
#center {
  position: relative;
    margin: 150px auto;
}

iframe {
    border-radius: 20px;
}

#center h1 {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
  width: 80%;
  left: 5%;
  text-transform: capitalize;
  color: #43c9a8;
  font-weight: 800;
}

#center h1 span {
  color: #fff;
  display: block;
  font-size: .7em;
}


.contentImg {
    position: relative;
    margin-top: 100px;
}

.modal-content {
    background-color: transparent !important;
}
.contentImg .col-lg-4 {
    position: relative;
    margin-bottom: 10px;
}
.contentImg .hovereffect {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.contentImg .hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.contentImg .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.contentImg .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
    max-height: 200px;
    /*max-width: 300px;*/
    width: 100%;
}

.contentImg .hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.contentImg .hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}
.contentImg .hovereffect a {
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
.contentImg .hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  margin-top: 50px;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.contentImg .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


/****************************************************************************/
#contact {
  position: relative;
  margin: 50px 0;
}

#contact  .row h1 {
  text-align: right;
  position: relative;
  width: 80%;
  text-transform: capitalize;
  color: #43c9a8;
  font-weight: 800;
}

#contact .row h1 span {
  color: #fff;
  display: block;
  font-size: .7em;
}
#contact .contactForm {
  position: relative;
}

#contact .input-icon-wrap {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

#contact .input-icon {
  position: absolute;
  height: auto;
  /* right: 15px; */
  left: 15px;
}

#contact .input-with-icon , textarea {
  border: none;
  flex: 1;
  border-radius: 20px;
  outline: none;
}

#contact .contactForm textarea {
    width: 100%;
    height: 25vh;
    margin-bottom: 20px;
}
#contact .contactForm input, .contactForm textarea, .contactForm button {
  outline: none;
}
#contact .contactForm button {
  width: 100%;
  padding: 10px;
  background: linear-gradient(to right, #e0b97b, #cac286, #41c49e);
  border: none;
  border-radius: 20px;
  cursor: pointer;
}
.input-icon, .input-with-icon, textarea {
  padding: 10px;
}

#contact .contactForm input.input-with-icon[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: capitalize;
}
#contact .contactForm input.input-with-icon[type="text"]::-moz-placeholder { /* Firefox 19+ */
text-transform: capitalize;
}
#contact .contactForm input.input-with-icon[type="text"]:-ms-input-placeholder { /* IE 10+ */
  text-transform: capitalize;
}
#contact .contactForm input.input-with-icon[type="text"]:-moz-placeholder { /* Firefox 18- */
  text-transform: capitalize;
}
#contact  h5 {
    text-align: right;
}
#contact .contact-title {
    position: relative;
    text-align: right;
    display: block;
    background: #222e5d;
    border-radius: 50px;
    font-weight: 600;
}
#contact .contact-title img {
    position: relative;
    width: 13vmin;
    /* left: -1px; */
    right: -1px;
}
#contact .contact-title .span {
    position: absolute;
    display: inline-block;
    text-align: right;
    margin-right: 25px;
    /* top: 20%; */
    left: 7%;
}
#contact .contact-title span {
    display: block;
    position: relative;
    /* margin-right: 120px; */
    width: 100%;
    /* margin-left: 50px; */
    margin-top: 20px;
    font-size: .8em;
    color: #43c9a8;
}
#contact .contact-title span:last-child {
    margin-top: 0 !important;
}
/****************************************************************************/

footer .container .col-lg-4 {
  position: relative;

}

footer .container  .row {
  padding: 30px 0;
  margin-left: 0;
  margin-right: 0;
  border-top: 2px solid #2a3e74;
}
footer .container .content-icon {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
footer .container .col-lg-4 span {
    position: relative;
    display: inline-block;
    text-align: right;
    width: 108px;
    top: 15px;
    /* left: 15px; */
    color: #43c9a8;
}
footer .container .nav {
  text-align: center;
  position: relative;
  margin: 50px auto;
}

footer .container .nav ul {
  list-style: none;
  margin: 0 auto;
}

footer .container .nav ul li {
  display: inline-block;
  margin: 20px 10px;
}

footer .container .nav ul li a {
  text-decoration: none;
  color: #fff;
}

footer .container .col-lg-2 {
  text-align: center;
}

footer .container .col-lg-12 {
  text-align: center;
  padding: 20px 0;
  color: #fff;
}
footer .container .col-lg-12 span {
  display: block;
}
footer .container .col-lg-2 img  {
  position: relative;
  top: 30%;

}
footer .col-lg-6.show-sm {
  width: 50%;
  position: relative;
  margin: 0px auto;
}

footer .col-lg-6.show-sm  li {
  list-style: none;
  text-align: right;
  margin-right: 25%;
  margin-bottom: 10px;
}
