* {
  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;
}

.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;
}
:root {
  --main-color: #fad45d;

  --main-padding: 100px;
}
.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);
}
/* start grouping */
.header-down .links a,
.landing .text h1,
.landing .text p,
.portfolio .Cards .Card .text,
.footer .footer-up h3 .footer .footer-up .subscribe .sub > input,
.hero,
.header,
.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: url(../images/services/Rectangle\ 1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  position: relative;
}
.hero:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(20, 126, 150, 0.705);
}
/* start header  */
/* start header-up  */
.hero .header {
  z-index: 999;
  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 #474c5b;
  border-right: 1px solid #474c5b;
}
.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 solidrgba (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  */
/* start landing */
.landing .text h1 {
  font-size: 30px;
}
.landing {
  height: 100%;
  position: relative;
}
.landing .text {
  margin-bottom: 100px;
}
.landing .text h1 {
  font-size: 40px;
}
.landing .text p {
  font-size: 14px;
}
.landing .text i {
  color: rgba(255, 255, 255, 0.5);
}
/* end landing */
/* strat services */
.services .header {
  color: #1a4865;
}
.srv {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.srv:hover {
  box-shadow: 0px 4px 16px rgba(217, 217, 217, 0.25);
  padding: 15px;
}
.srv img {
  background: #f4f7f9;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .services .header > p {
    width: 40%;
  }
}
/* End services */
/* start footer  */
.footer {
  background-color: #0c222f;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 1000px) {
  .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(255, 255, 255, 0.15);
}
.footer .footer-down .call a:first-child {
  border-left: 1px solid #fff;
}
.footer .footer-down .dev a {
  border-left: 1px solid #fff;
}
/* end footer  */
