* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Bahij TheSansArabic;
}
ul {
  list-style-type: none;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
:root {
  --main-color: #fd7e14;
  --main-padding: 100px;
}
.btn {
  text-decoration: none;
  background: linear-gradient(
    97.94deg,
    #fee05d -9.48%,
    #f8cf5d 15.22%,
    #cc912f 103.46%
  );
  color: #0e3a56;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: block;
  width: fit-content;
  padding: 10px 30px;
}
.btn:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* grouping */
.landing .text h1,
.landing .text p,
.footer .footer-up h3 .footer .footer-up .subscribe .sub > input,
.hero,
.services aside form input[type="submit"],
.header-down .links li a,
.header-down .links li span .footer .footer-down,
.footer .footer-up {
  color: #ffff;
}
.header-up .left .icons a i,
.header-down .burger-icon li,
.header-down .left .links,
.header-down .links li a,
.header-down .links li span,
.portfolio .Cards .Card .text,
.portfolio .Cards .Card:before,
.news .Cards .Card,
.footer a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
/* end grouping */
/* start hero */
.hero {
  background-image: url(../images/our-services/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 70vh;
  position: relative;
}
.hero:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(20, 127, 150, 0.85);
}
/* end hero */
/* start header  */
/* start header-up  */
.hero .header {
  z-index: 9999;
  position: relative;
}
.header-up .right .one img,
.header-up .right .two img {
  width: 17px;
  height: 17px;
}
.header-up .right .two {
  position: relative;
}
.header-up .right .two:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  top: 10%;
  right: -18px;
  background-color: #474c5b;
}
.header-up .left .icons a i {
  width: 13px;
  height: 12px;
  margin-right: 16px;
  color: white;
}
.header-up .left .icons a:hover i {
  color: var(--main-color);
}
.header-up .left .language {
  border-left: 1px solid #696b72;
  border-right: 1px solid #696b72;
}
.header-up .left .language select {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
}
.header-up .left .language select:focus,
.header-up .left .language select option {
  outline: none;
  border: none;
}
.header-up .left .language select:focus option {
  background-color: black;
}
.header-up .left .search {
  font-size: 16px;
}
.header-up .left .search i {
  cursor: pointer;
}
.hero .header hr {
  border: 1px solid rgba(255, 255, 255, 0.15);
  height: 2px;
  margin: 0;
}
/* end header-up  */
/* start header-down  */
.header-down .burger-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header-down .burger-icon li {
  height: 3px;
  background-color: #ffff;
  margin-bottom: 5px;
}
.header-down .burger-icon li:last-child {
  width: 60%;
}
.header-down .burger-icon:hover li:last-child {
  width: 100%;
}
.header-down #close {
  cursor: pointer;
}
.header-down .links {
  width: 400px;
}
@media (max-width: 768px) {
  .header-down .links {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.798);
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    text-align: center;
  }
  .header-down .links li a {
    margin: 25px 0;
  }
  .header-down .links span {
    display: none;
  }
}
.header-down .links li {
  font-size: 14px;
}
.header-down .links li:hover a,
.header-down .links li:hover span {
  color: var(--main-color);
}
.header-down .phone .num {
  color: var(--main-color);
}
.hide {
  display: none;
}
/* end header-down  */
/* end header  */

/* start landing */
.landing {
  height: 100%;
  position: relative;
}
.landing .text {
  max-width: 500px;
}
.landing .text h1 {
  font-size: 24px;
}
.landing .text p {
  font-size: 14px;
}
.landing .text i {
  color: rgba(255, 255, 255, 0.5);
}

.landing .bullets {
  position: absolute;
  top: 20%;
  left: 10px;
  width: 30px;
  height: 30px;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
}
.landing .bullets li {
  width: 14px;
  height: 14px;
  margin-bottom: 4px;
  background-color: rgba(255, 255, 255, 0.333);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.landing .bullets .active {
  background-color: #fff;
}
.landing .text h1 {
  font-size: 48px;
}
@media (max-width: 768px) {
  .landing .text h1 {
    font-size: 30px;
  }
}
.landing .text p {
  font-size: 15px;
}
/* end landing */

/* start services */

.services aside .links i,
.services aside .links a {
  color: #13354a;
}
.services aside .links li {
  background: #f4f7f9;
}
.services aside .contact {
  background: #f4f7f9;
}
.services aside form input::placeholder {
  color: #747474;
  font-size: 14px;
}

.services aside form input,
textarea {
  outline: none;
  border: none;
  border-radius: 2px;
}
.services aside form input[type="submit"] {
  background: linear-gradient(271.19deg, #236087 4.44%, #00a8a9 121.42%);
}
.services aside form textarea {
  resize: none;
  height: 150px;
}
.services aside .phone {
  border: 1px solid #eaeaea;
  color: #0c222f;
}
.services aside .phone img {
  background-color: #f4f7f9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.services-content .features,
.training {
  border-bottom: 1px solid #e5e5e5;
}

/* end services */
/* start footer  */
.footer {
  background-color: #0c222f;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: right top;
  color: #fff;
}
@media (max-width: 1200px) {
  .footer {
    background-image: none;
  }
}
.footer a {
  color: #c4c4c4;
  display: block;
}
.footer .footer-up {
  padding-top: var(--main-padding);
  padding-bottom: 50px;
  background-image: url(../images/world.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.footer .footer-up a:hover {
  transform: translatex(-20px);
  -webkit-transform: translatex(-20px);
  -moz-transform: translatex(-20px);
  -ms-transform: translatex(-20px);
  -o-transform: translatex(-20px);
}
.footer .footer-up .subscribe input {
  outline: none;
  width: 100%;
  background-color: transparent;
  border: 1px solid #c2c2c2;
  height: 50px;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  color: #ffff;
}
.footer .footer-up .subscribe input::placeholder {
  font-size: 12px;
}
.footer .footer-up .subscribe .sub {
  position: relative;
}
.footer .footer-up .subscribe .sub > input {
  width: 100%;
  background: linear-gradient(271.19deg, #236087 4.44%, #00a8a9 121.42%);
  outline: none;
  height: 50px;
  border: none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  cursor: pointer;
  color: #fff;
}
.footer .footer-up .subscribe .sub i {
  position: absolute;
  left: 30%;
  width: 13px;
  top: 35%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.footer hr {
  border: 1px solid rgba(173, 173, 173, 0.2);
}
.footer .footer-down .call a:first-child {
  border-left: 1px solid #fff;
}
.footer .footer-down .dev a {
  border-left: 1px solid #fff;
}
/* end footer  */
