@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --main-color: #2044c9;
  --second-color: #0b073b;
  --third-color: #9ab8ed;
  --green-color: var(--main-color);
  --navbar-height: 125px;
  --text-color: #0b073b;
  --gray-100: #f2f2f2;
  --radius-xs: 10px;
  --radius-sm: 20px;
  --radius-md: 35px;
  --radius-lg: 50px;
  /* Input */
  --input-color: #505050;
  --input-background: #fff;
  --input-border-color: #c2c2c2;
  --input-focus-border-color: var(--main-color);
  --input-focus-background: #ffffff;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul{
        list-style-position: inside !important;
}
.editor .table-bordered td {
  border: solid 1px #eee !important;
}
.editor li {
  list-style-position: inside !important;
}
.editor li p {
  display: inline-block !important;
}
.editor blockquote {
  background: #f9f9f9 !important;
  border-right: 5px solid #414141 !important;
  padding: 5px 15px;
}
.editor p,
.editor ol {
  margin-bottom: 0px !important;
}
.editor pre {
  display: block;
  font-size: 90%;
  color: #e7e7e7;
  background-color: #1e1e1e;
  padding: 10px;
  border-radius: 3px;
  direction: ltr !important;
  text-align: left !important;
  margin: 0.8em 0px;
}

section {
  scroll-margin-top: 80px; /* عدل الرقم حسب ارتفاع الـ navbar */
}

body {
  font-family: "Poppins", sans-serif;
}

.text-brand {
  color: var(--main-color);
}

.text-decoration-underline {
  text-decoration: underline;
}

.error {
  color: red;
  font-size: 15px;
}

p {
  line-height: 30px;
}

a {
  text-decoration: none !important;
}

.text-gray {
  color: #dadada;
}

.text-green {
  color: var(--green-color);
}

.section-intro {
  display: flex;
  align-items: start;
  margin-bottom: 50px;
}
.section-intro .icon {
  margin-right: 20px;
}
.section-intro .icon img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-intro .title h2 {
  font-weight: bold;
  color: var(--text-color);
  font-size: 28px;
}
.section-intro .title p {
  color: var(--green-color);
  font-size: 15px;
}
.section-intro .title h2,
.section-intro .title p {
  margin-bottom: 0px;
}

.section-space {
  padding: 80px 0px;
}

/*### Start Imports ###*/
#top-nav {
  background-color: var(--second-color);
  padding: 6px 0px;
}
#top-nav svg {
  width: 22px;
  height: 22px;
  fill: var(--main-color);
}
#top-nav span {
  vertical-align: bottom;
  font-weight: 300;
  color: gainsboro !important;
  font-size: 15px;
}

#main-navbar {
  background-color: #fff !important;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #ddd;
}
#main-navbar .nav-link {
  color: #000;
}
#main-navbar .navbar-nav .active > .nav-link,
#main-navbar .navbar-nav .nav-link.active,
#main-navbar .navbar-nav .nav-link.show,
#main-navbar .navbar-nav .show > .nav-link {
  color: var(--main-color);
}
#main-navbar .nav-social-link {
  padding: 0.5rem 8px;
}
#main-navbar .nav-social-link svg {
  width: 18px;
  fill: var(--main-color);
}
#main-navbar .nav-social-link:first-of-type {
  padding-left: 50px;
}
#main-navbar .nav-social-link:last-of-type {
  padding-right: 0px;
}
#main-navbar .nav-lang {
  padding-left: 50px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .navbar-nav .nav-link {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }
}
@media (max-width: 1200px) {
  #main-navbar .navbar-nav .nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #main-navbar .navbar-brand img {
    width: 220px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #main-navbar .nav-social-link {
    padding: 0.5rem 8px;
  }
  #main-navbar .nav-social-link svg {
    width: 18px;
    fill: var(--main-color);
  }
  #main-navbar .nav-social-link:first-of-type {
    padding-left: 0.5rem;
  }
  #main-navbar .nav-social-link:last-of-type {
    padding-right: 0px;
  }
  #main-navbar .nav-lang {
    padding-left: 0px;
    padding-right: 0px;
    display: none;
  }
}
@media (max-width: 768px) {
  #main-navbar .navbar-brand img {
    width: 180px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.active-navbar-toggler .icon-1 {
  top: 0px;
  right: 0px;
  transform: rotate(45deg);
}
.active-navbar-toggler .icon-2 {
  top: 8px;
  right: 0px;
  display: none;
}
.active-navbar-toggler .icon-3 {
  top: 0px !important;
  right: 0px !important;
  transform: rotate(-45deg);
}

.navbar-toggler {
  position: relative;
  width: 35px;
  border-color: transparent !important;
}
.navbar-toggler .icon-1,
.navbar-toggler .icon-2,
.navbar-toggler .icon-3 {
  background-color: var(--main-color);
  position: absolute;
  transition: all 0.1s linear;
  border-radius: 25px;
  width: 100%;
  height: 3px;
  right: 0px;
}
.navbar-toggler .icon-1 {
  top: 0px;
}
.navbar-toggler .icon-2 {
  top: 8px;
}
.navbar-toggler .icon-3 {
  top: -8px;
}

footer {
  padding-top: 100px;
  padding-bottom: 5px;
  background-image: url(../images/footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(255, 255, 255);
}
footer .footer-logo {
  width: 85%;
}
footer .footer-first-col h4 {
  font-size: clamp(1.125rem, 0.9049rem + 0.7042vw, 1.75rem);
}
footer .footer-section {
  margin-bottom: 20px;
}
footer .footer-section h5 {
  margin-bottom: 20px;
  color: #fff;
}
footer .footer-section p {
  color: #aaa;
}
footer .footer-section a {
  color: #f1f1f1;
  font-weight: 300;
}
footer .footer-section .footer-icon {
  margin-right: 10px;
}
footer .nav-social-link {
  padding: 0px 5px;
}
footer .nav-social-link svg {
  width: 18px;
  fill: #fff;
}
footer .nav-social-link:last-of-type {
  padding-right: 0px;
}

/*### Start Bootstrap ###*/
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1480px;
  }
}
.form-group textarea,
.form-group select,
.form-group input,
.form-group .form-control,
.input-group textarea,
.input-group select,
.input-group input,
.input-group .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  font-size: 14px;
  color: var(--input-color);
  background-color: var(--input-background);
  background-clip: padding-box;
  border: 1px solid var(--input-border-color);
  border-radius: var(--radius-xs);
  transition: all 0.1s linear;
}
.form-group textarea:focus,
.form-group select:focus,
.form-group input:focus,
.form-group .form-control:focus,
.input-group textarea:focus,
.input-group select:focus,
.input-group input:focus,
.input-group .form-control:focus {
  color: var(--input-color);
  background-color: var(--input-focus-background);
  border: solid 1px var(--input-focus-border-color);
  outline: 0;
  box-shadow: none;
}
.form-group select,
.form-group input,
.input-group select,
.input-group input {
  height: 50px;
}
.form-group label,
.input-group label {
  font-size: 15px;
}

/*### End Bootstrap ###*/
/*### Header ###*/
#home-header {
  width: 100%;
  position: relative;
  height: calc(95vh - var(--navbar-height));
  margin-top: var(--navbar-height);
}
#home-header img,
#home-header video {
  height: calc(95vh - var(--navbar-height));
  -o-object-fit: cover;
     object-fit: cover;
}
#home-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
#home-header .header-content {
  position: absolute;
  inset: 0px !important;
  height: 100%;
  width: 100%;
  z-index: 10;
  padding: 4rem 0px;
}
#home-header .header-content .title {
  color: var(--third-color);
  font-weight: bold;
  font-size: clamp(1.375rem, 0.8468rem + 1.6901vw, 2.875rem);
}
#home-header .header-content .second-title {
  color: #fff;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.0229rem + 1.1268vw, 2.375rem);
}
#home-header .header-content p {
  font-size: clamp(0.9375rem, 0.8715rem + 0.2113vw, 1.125rem);
  color: var(--green-color);
}
#home-header .title-two {
  font-size: 46px;
}
#home-header .title-three {
  font-size: 46px;
}

@media (max-width: 768px) {
  #home-header {
    margin-top: 100px !important;
    height: calc(100vh - 100px) !important;
  }
  #home-header img,
  #home-header video {
    height: calc(100vh - 100px) !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*### industries ###*/
#industries,
#services {
  background-color: var(--gray-100);
}
#industries .box-layout,
#services .box-layout {
  overflow: hidden;
  position: relative;
}
#industries .box-layout img,
#services .box-layout img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
#industries .box-layout::before,
#services .box-layout::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 25px;
}
#industries .box-layout .arrow,
#services .box-layout .arrow {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 0px;
  right: 30px;
  top: 30px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.25s linear, transform 0.15s ease-in-out;
}
#industries .box-layout .title-for-hide,
#services .box-layout .title-for-hide {
  position: absolute;
  padding: clamp(1.25rem, 1.0299rem + 0.7042vw, 1.875rem);
  z-index: 999999;
  bottom: 0px;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
  margin-bottom: 0px !important;
}
#industries .box-layout .content,
#services .box-layout .content {
  position: absolute;
  padding: clamp(1.25rem, 1.0299rem + 0.7042vw, 1.875rem);
  transition: bottom 0.25s ease-in-out;
  bottom: -100%;
  width: 100%;
}
#industries .box-layout .title,
#industries .box-layout .desc,
#services .box-layout .title,
#services .box-layout .desc {
  color: #fff;
  margin-bottom: 0px;
}
#industries .box-layout .desc,
#services .box-layout .desc {
  line-height: clamp(1.375rem, 1.1989rem + 0.5634vw, 1.875rem);
}
#industries .box-layout .title,
#services .box-layout .title {
  font-size: clamp(1.25rem, 1.118rem + 0.4225vw, 1.625rem);
  margin-bottom: 15px;
}
#industries .box-layout .title .icon,
#services .box-layout .title .icon {
  width: 50px;
  height: 50px;
  margin-right: 5px;
}

@media (min-width: 769px) {
  #industries .box-layout:hover .title-for-hide,
  #services .box-layout:hover .title-for-hide {
    opacity: 0;
  }
  #industries .box-layout:hover .content,
  #services .box-layout:hover .content {
    position: absolute;
    bottom: 0px !important;
  }
  #industries .box-layout:hover .arrow,
  #services .box-layout:hover .arrow {
    opacity: 1;
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  #industries .box-layout,
  #services .box-layout {
    overflow: visible;
  }
  #industries .box-layout,
  #industries .box-layout .content,
  #services .box-layout,
  #services .box-layout .content {
    position: unset;
    padding: 0px;
  }
  #industries .box-layout::before,
  #industries .box-layout .title-for-hide,
  #services .box-layout::before,
  #services .box-layout .title-for-hide {
    display: none;
  }
  #industries .box-layout .title,
  #services .box-layout .title {
    margin-top: 20px;
  }
  #industries .box-layout .title,
  #industries .box-layout .desc,
  #services .box-layout .title,
  #services .box-layout .desc {
    color: #000000;
  }
  #industries .box-layout .icon,
  #industries .box-layout .desc,
  #services .box-layout .icon,
  #services .box-layout .desc {
    display: none !important;
  }
  #industries .arrow,
  #services .arrow {
    display: none;
  }
}
@media (max-width: 420px) {
  #industries .box-layout img,
  #services .box-layout img {
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/*### services ###*/
#services {
  background-color: #fff !important;
}

@media (max-width: 767.98px) {
  .section {
    padding: 30px 0px;
  }
  .section img {
    margin-bottom: 20px;
  }
  .section-right {
    display: flex;
    flex-direction: column-reverse;
  }
}
/*### About-us ###*/
#about-us {
  background-color: var(--second-color);
}
#about-us .about-box {
  background-color: var(--third-color);
  border-radius: var(--radius-md);
}
#about-us .about-box .years {
  font-size: clamp(5.625rem, 4.9648rem + 2.1127vw, 7.5rem);
  font-weight: bold;
  color: var(--second-color);
  line-height: 100px;
  margin-bottom: clamp(0.625rem, 0.4049rem + 0.7042vw, 1.25rem);
}
#about-us .about-box .icon img {
  width: clamp(2.5rem, 2.0599rem + 1.4085vw, 3.75rem);
}
#about-us .about-box .title {
  color: var(--main-color);
  font-size: clamp(1.25rem, 1.0299rem + 0.7042vw, 1.875rem);
  line-height: clamp(1.875rem, 1.4349rem + 1.4085vw, 3.125rem);
  margin-bottom: clamp(1.25rem, 1.0299rem + 0.7042vw, 1.875rem);
}
#about-us .about-box p {
  line-height: clamp(1.5625rem, 1.3424rem + 0.7042vw, 2.1875rem);
  color: var(--text-color);
}

/*### News ###*/
#news {
  background-color: #fff;
}
#news .owl-carousel {
  position: relative;
  border-radius: var(--radius-sm);
}
#news .owl-carousel .item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
#news .owl-carousel .item .img-bg {
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .owl-carousel .item .content {
  position: absolute;
  inset: 0px;
  z-index: 2;
  color: white;
  background: rgba(11, 7, 59, 0.5176470588);
}
#news .owl-carousel .item .content h3 {
  font-size: 18px;
}
#news .owl-nav {
  position: absolute;
  top: -70px;
  text-align: center;
  z-index: 99;
}
#news .owl-nav button {
  width: 35px;
  height: 35px;
  background-color: var(--main-color);
  border-radius: 50%;
}
#news .owl-nav button svg {
  width: 16px;
  fill: #ffffff;
}
#news .owl-nav .owl-next {
  margin-left: 10px;
}

/*### career ###*/
#career {
  margin: 60px 0px;
  height: 320px;
  background-image: url(../images/career-bg.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
#career h3 {
  font-size: clamp(1.625rem, 1.4049rem + 0.7042vw, 2.25rem);
}
#career .btn-career {
  background-color: var(--main-color);
  color: #fff;
  padding: 15px 60px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 991px) {
  #career {
    margin: 40px 0px !important;
    background-position: center center !important;
  }
  #career .btn-career {
    padding: 12px 50px;
    font-size: 20px;
  }
}
/*### contact ###*/
.btn-main {
  background-color: var(--main-color);
  color: #fff !important;
  padding: 12px 60px;
  border-radius: var(--radius-xs);
  font-size: 16px;
}

/*### founder ###*/
#founder {
  background-color: var(--gray-100);
  padding-top: clamp(9.375rem, 8.7148rem + 2.1127vw, 11.25rem);
}
#founder .founder-img {
  border-radius: var(--radius-lg) var(--radius-lg) 0px 0px;
}

/**/
#career-header .bg {
  min-height: 90vh;
  background-image: url(../images/carrer.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#career-header .btn-main {
  padding: 12px 30px;
  border-radius: 40px;
  font-size: 18px;
}
#career-header p {
  font-size: 18px;
}
#career-header .content {
  padding-bottom: 80px;
}
#career-header .content-bottom {
  position: relative;
}
#career-header .content-bottom .bottom-of-page {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
@media (max-width: 991px) {
  #career-header {
    margin-top: 125px;
  }
}
@media (max-width: 500px) {
  #career-header {
    margin-top: 90px;
  }
  #career-header h2 {
    font-size: 24px;
  }
  #career-header p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */