/* =-=-=-=-=-=-=-=-=-=-={GENERAL}-=-=-=-=-=-=-=-=-=-=-= */

:root {
  --main-color: #0f2a62;
  --main-hover-color: #0f2a6287;
  --main-s-color: #2c539e;
  --main-orang: #f85d00;
}

body {
  font-family: 'Changa', sans-serif;
  line-height: 1.85;
  text-align: right;
  overflow-x: hidden;
  background-color: #fff;
}

a {
  color: #000;
  -webkit-transition: .35s;
  transition: .35s
}

a:hover {
  color: var(--main-color);
  text-decoration: none;
}

ul li {
  display: inline-block;
}

/* =-=-=-=-=-=-=-=-=-=-={nac}-=-=-=-=-=-=-=-=-=-=-= */

.ads {
  height: 3em;
  line-height: 3em;
  padding: 1em 0;
  background-image: linear-gradient(to left, var(--main-color), var(--main-s-color));
 /* background-color: var(--main-color);*/
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999999;
  top: 0
}

.ads p {
  margin: -1em 0;
}
@media (min-width: 576px) {
  .c-offset-md-2 {
      margin-right: 16.666667%;
  }
  }
nav {
  line-height: 4em;
  background-color: #fff;
  -webkit-box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 9px 16px rgba(0, 0, 0, 0.02);
  height: 4em;
  position: fixed;
  top: 2.5em;
  left: 0;
  right: 0;
  z-index: 999999
}
.main-menu ul li a {
  font-weight: bold;
 }
.logo img {
  width: 6em;
  vertical-align: top;
  padding: 5px;
}

.main-menu {
  font-size: 14px;
  font-weight: 500;
}

.main-menu ul li {
  margin: 0 1em;
  position: relative;
}

ul li.active a {
  color: var(--main-color)
}

.main-menu ul li a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  -webkit-transition: .35s;
  transition: .35s;
}

.m-menu {
  display: none;
}

.m-menu svg {
  color: var(--main-color);
  font-size: 20px;
  line-height: 3em;
  cursor: pointer;
}

.box-menu {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #fff;
  padding: 1em;
  display: none;
  z-index: 99;
  border-top: solid 1px #eee;
  border-bottom: solid 5px var(--main-color);
}

.box-menu>li {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}

.box-menu>li a {
  color: #000;
  padding: 0 2em;
}

.box-menu>li a:hover {
  color: var(--main-color)
}

.sign ul li {
  margin: 0 1em;
  font-size: 14px;
  font-weight: 500;
}

.Sign-in {
  color: var(--main-color);
}

.sign-up {
  color: #fff;
  background-image: linear-gradient(to left, var(--main-color), var(--main-s-color));
  padding: 5px 20px;
  font-weight: normal;
  border-radius: 50px;
  font-size: 13px;
  background: var(--main-color);
}

.sign-up:hover {
  color: var(--main-color);
  background-image: linear-gradient(to left, #fff, #fff);
  border: 1px solid var(--main-color);
  padding: 5px 20px;
  font-weight: normal;
}

/* //////////////////////////////////////////////////// */

/* =-=-=-=-=-=-=-=-=-=-={header}-=-=-=-=-=-=-=-=-=-=-= */

.swiper-container {
  overflow: hidden;
  height: 100%
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/row.svg);
  left: 10px;
  right: auto;
  color: #fff !important;
  margin-left: 1em;
  overflow: hidden;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/row2.svg);
  right: 10px;
  left: auto;
  margin-right: 1em;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ab5aff;
}

header {
  direction: LTR;

}

header h1 {
  padding: 1.5em 0 .5em;
  color: #fff;
  font-size: 73px;
  font-weight: bolder;
  font-family: "poppins"
}

header span {
  color: var(--main-color);
}

header p {
  color: #ffffff;
  margin-bottom: 20em
}

/* //////////////////////////////////////////////////// */

/* =-=-=-=-=-=-=-=-=-=-={features}-=-=-=-=-=-=-=-=-=-=-= */

.features {
  margin-bottom: 3em;
}

.box {
  margin: 1em .5em;
  background-color: #fff;
  position: relative;
  padding: 3em 3em 1em 3em;
  border-radius: 5px;
  box-shadow: 0px 12px 45px -9px rgba(0, 0, 0, 0.20);
  border: 1px solid #eee
}

.title-box {
  position: relative;
}

.title-box h2 {
  font-size: 21px;
  margin-bottom: 2em;
}

.title-box::before {
  content: "";
  position: absolute;
  height: .1em;
  width: 7em;
  background-color: #d77f61;
  bottom: -10px;
}

.box p {
  font-size: 13px;
  color: #3a3c3e;
}

/* ========================
  wrapper generale
=========================== */

.section {
  margin: 3em 0 4em;
}

/* begin > title section */

.title-section {
  position: relative;
  background-color: var(--main-orang);
  overflow: hidden;
  border-radius: 0 50px 10px 50px;
  margin: 0 0 3em;
  /*border: 1px solid #fff;*/
}

.title-section h2 span {
  position: relative;
  margin: 0;
  float: right;
  background-color: #ffffff;
  padding: 0 .5em;
  border-right: 50px solid var(--main-orang);
  font-size: 22px;
color: #d97f5ed9
}

.title-section::before {
  content: "";
  position: absolute;
  right: 0;
  height: 2em;
  width: 100%;
  display: inline-block;
  background-color: #b94d4d;
  z-index: -2;
}

/* end > title section */

/* //////////////////////////////////////////////////// */

/* =-=-=-=-=-=-=-=-=-=-={about}-=-=-=-=-=-=-=-=-=-=-= */

.about {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.about-img {
  background-image: url(/old/images/landing1.jpg);
  background-size: cover;
  height: inherit;
}

.about-content {
  font-weight: 500;
  background-color: var(--main-color);
  padding: 3em 2em;
  margin: 0;
  color: #fff;
}

.about-content p {
  padding: 0;
}

/* //////////////////////////////////////////////////// */

/* =-=-=-=-=-=-=-=-=-=-={projects}-=-=-=-=-=-=-=-=-=-=-= */

.projects-content {
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-position: top;
}

.project-item {
  padding: 2em 0;
  background-color: #fff;
  box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, 0.20);
  border: solid 1px #eee;
  border-radius: 10px;
  margin-bottom: 3em;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
  overflow: hidden;
}

.hover-overlay {
  position: absolute;
  background-color: var(--main-hover-color);
  top: 0;
  text-align: center;
  color: #fff;
  visibility: hidden;
  transform: scale(0);
  transition: .3s;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.hover-overlay h5 {
  vertical-align: bottom;
  margin-top: 4em;
  color: #fff;
}

.project-item:hover .hover-overlay {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  visibility: visible;
}

.project-item img {
  width: 100%;
}

/* //////////////////////////////////////////////////// */

/* =-=-=-=-=-=-=-=-=-=-={ how it work}-=-=-=-=-=-=-=-=-=-=-= */

.how-it-work-content {
  background-image: url(../images/bg-how-it.jpg);
  background-size: cover;
  background-color: #fff;
  background-position: bottom;
  background-repeat: no-repeat;
  ;
  ;
}

.how-it-work .video {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.how-it-work .video img {
  width: 100%;
  max-width: 50em;
}

/* //////////////////////////////////////////////////// */

/* =-=-=-=-=-=-=-=-=-=-={ how to work}-=-=-=-=-=-=-=-=-=-=-= */

.wrapper-to-strategy {
  background-image: url(../images/bg2.jpg);
  background-size: cover;
}

.how-to-work {
  position: relative;
}

.how-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 11px 24px -7px #eee;
  box-shadow: 0 11px 24px -7px #d0d0d0;
  padding: 2em;
  text-align: center;
  margin-bottom: 3em
}

.how-icon {
  height: 3em;
  line-height: 3em;
  font-size: 25px;
  margin: auto;
  width: 3em;
  margin-bottom: 2em;
  background-image: -webkit-gradient(linear, right top, left top, from(#AB70E3), to(#8179E0));
  background-color: var(--main-color);
  border-radius: 100%;
  color: #ffffff;
  padding: 0;
}

.how-item h3 {
  margin: 0;
  margin-bottom: 1em;
}

.how-item p {
  font-size: 12px;
  color: #888;
}

/* //////////////////////////////////////////////////// */

/* =-=-=-=-=-=-=-=-=-=-={ strategy-to-work}-=-=-=-=-=-=-=-=-=-=-= */

.strategy-to-work-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.strategy-to-work-content img {
  width: 110%;
  max-width: 35em
}

/* //////////////////////////////////////////////////// */

/* =-=-=-=-=-=-=-=-=-=-={ number}-=-=-=-=-=-=-=-=-=-=- */

.number {
  background-position: top;
  color: #fff;
  text-align: center;
  padding: 15em 1em 2em;
  background-image: url(../images/numbg.png);
}

.number h4 {
  font-size: 50px;
  font-family: "poppins";
  font-weight: 800;
}

/* =-=-=-=-=-=-=-=-=-=-={ contact}-=-=-=-=-=-=-=-=-=-=- */

.contact {
    margin: 3em 0;
}

.contact svg {
    margin-right: .5em;
    /*vertical-align: top;*/
    color: var(--main-color);
}

.contact .de-input {
    background: #f7f7f7;
    border: solid 1px #d3d3d3;
    border-radius: 5px;
    width: 100%;
    outline: none;
    padding: 0 1em;
    height: 2.5em;
    box-shadow: 0 6px 13px -5px #0000001a;
    transition: .3s
}

.contact .de-input:hover {
    box-shadow: none;
}

.name {
    margin-top: 2em;
    text-align: right
}

.phone {
    margin-top: 1.5em;
    text-align: right
}

.message {
    margin-top: 1.5em;
    text-align: right
}

.message textarea {
    background: #f7f7f7;
    border: solid 1px #d3d3d3;
    border-radius: 5px;
    width: 100%;
    outline: none;
    padding: 0 1em;
    height: 5em;
    box-shadow: 0 6px 13px -5px #0000001a;
    transition: .3s min-height: 16.2em;
}

.send-btn {
    margin-top: 2em;
    float: left;
    width: 6em;
    outline: none;
    border: none;
    background: var(--main-color);
    color: #fff;
    border-radius: 4em;
    cursor: pointer;
    line-height: 2.5em;
}

/* //////////////////////////////////////////////////// */

/* _ _ _ _ _ _ _ FOOTER _ _ _ _ _ _ _  */

footer {
  background-color: var(--main-color);
  padding-top: 2em;
}

.f-widget {
  background-color: var(--main-color);;
  padding: 2em;
  border-radius: 11px;
  margin-bottom: 2em;
}

.f-widget-title {
  color: #fff;
  padding-bottom: .5em;
  border-bottom: solid 1px #ffffff12;
  margin-bottom: .5em;
}

.f-widget-title h4 {
  font-size: 22px
}

.f-widget p {
  color: #ffffff87;
  font-family: 'Tajawal', sans-serif;
}

.f-widget ul {
  border-right: solid 5px #fff3;
  padding-right: 1em;
}

.f-widget ul li {
  display: block;
  list-style: circle;
  transition: .3s
}

.f-widget ul li a:hover {
  padding: 0 .4em;
  opacity: .7
}

.f-widget ul li a {
  color: #fff;
}

.f-widget ul li {
  color: #fff;
}

.f-widget ul li svg {
  margin: 0 0 0 1em
}

.language span {
  color: #f7f7f7;
  margin: 0 1em;
}

.select-language {
  background: var(--main-s-color);
  border: none;
  padding: 0 1em;
  border-radius: 50px;
  outline: none;
  font-size: 14px;
  color: #fff;
  margin-top: -0.2em;
  height: 23px;
}

.copyright {
  border-top: solid 1px #eeeeee08;
  text-align: center;
  color: #ffffff;
  background-color: var(--main-color);
  padding: 1em;
  margin-top: 1em;
  font-family: 'Tajawal', sans-serif;
}
.Product-view-info .product-price-left {
  border-radius: 0 50px 50px 0 !important;
  margin-left: -1em !important;
}
.Product-view-info .product-price {
  background-color: #fff;
  margin-right: -1em;
  padding: .5em 1.2em;
  border-radius: 50px 0 0 50px;
}

.one {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.two {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.three {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

#preloader {
  background-color: #f1f1f1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370DB;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA55D3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FF00FF;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mg-3 {
  margin-top: 4em;
}
