/* ============== Variables ===================== */
/* ============== Fonts ====================== */
@font-face {
  font-family: "GE SS Two";
  src: url(../fonts/ArbFONTS-GE_SS_Two_Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: "GE SS Two";
  src: url(../fonts/ArbFONTS-GE_SS_Two_Medium.otf);
  font-weight: 400;
}
@font-face {
  font-family: "GE SS Two";
  src: url(../fonts/ArbFONTS-GE_SS_Two_Bold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "Zahra Arabic";
  src: url(../fonts/zahra.arabic.otf);
}
.zahra__font {
  font-family: "Zahra Arabic";
}

.yellow__color {
  color: #18a886;
}

a.action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 52px;
  background-color: #18a886;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 3px;
}
a.action:hover {
  background-color: #139c7c;
}

.desc__title {
  font-size: 24px;
  font-weight: 700;
  color: #18a886;
}

h2.main__title,
h3.main__title {
  font-size: 28px;
  font-weight: 700;
  color: #151745;
  line-height: 1.3;
  margin-top: 6px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  h2.main__title {
    font-size: 36px;
  }
}
@media (max-width: 500px) {
  h2.main__title {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  h2.main__title {
    font-size: 26px;
  }
}
@media (max-width: 399px) {
  h2.main__title {
    font-size: 24px;
  }
}

.text__bellow {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #dc1c1c;
  padding: 10px;
  border: 1px dotted #18a886;
  text-align: center;
  margin-bottom: 10px;
}

h3.main__title {
  font-size: 32px;
}
@media (max-width: 1200px) {
  h3.main__title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  h3.main__title {
    font-size: 26px;
  }
}
@media (max-width: 425px) {
  h3.main__title {
    font-size: 24px;
  }
}
@media (max-width: 399px) {
  h3.main__title {
    font-size: 22px;
  }
}

.en-char {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
}

.sec__title p {
  color: #5f5f5f;
  font-size: 14px;
}

.public__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  max-height: 30%;
  z-index: 2;
}

body {
  font-family: "GE SS Two";
  overflow-x: hidden;
  background-color: #fff;
}

/* ============= Navbar ============= */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.navbar.scrolled {
  background-color: #fff !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.navbar.scrolled .navbar-nav .nav-link {
  color: #3a3a3a;
}
.navbar.scrolled .navbar-nav .nav-link.active {
  color: #000;
}
.navbar.scrolled .navbar-toggler svg {
  fill: #151745 !important;
}
.navbar .navbar-brand img {
  max-width: 85px;
}
.navbar .navbar-toggler svg {
  fill: #fff !important;
}
.navbar .navbar-nav {
  gap: 16px;
}
@media (max-width: 992px) {
  .navbar .navbar-nav {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
  }
}
.navbar .navbar-nav .nav-link {
  color: #d4d4d4;
}
.navbar .navbar-nav .nav-link.active {
  color: #fff;
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-link.active {
    color: #000;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-nav .nav-link {
    color: #3a3a3a;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    font-size: 13px;
  }
}
.navbar .navbar__action {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .navbar .navbar__action {
    display: none;
  }
}
.navbar .navbar__action a {
  padding: 14px 35px;
  width: 180px;
  height: 52px !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 3px;
  background-color: transparent;
  color: #18a886;
  border: 1px solid #18a886;
  transition: all 0.3s ease;
}
.navbar .navbar__action a:hover {
  background-color: #18a886;
  color: #fff;
}

/* ================ Header =============== */
header {
  padding: 40px 0 80px;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(../assets/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
header::after {
  content: "";
  background: linear-gradient(to bottom, rgba(21, 23, 69, 0.9098039216), rgba(21, 23, 69, 0.8784313725), rgba(21, 23, 69, 0.8));
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
header .container {
  position: relative;
  z-index: 3;
}
header main {
  color: #fff;
  text-align: center;
}
header main .logo {
  display: inline-block;
  margin-bottom: 10px;
  max-width: 200px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  header main .logo {
    max-width: 175px;
  }
}
header main h1 {
  font-weight: 300;
  font-size: 60px;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  header main h1 {
    font-size: 55px;
  }
}
@media (max-width: 1200px) {
  header main h1 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  header main h1 {
    font-size: 28px;
  }
}
@media (max-width: 425px) {
  header main h1 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  header main h1 {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  header main h1 {
    font-size: 20px;
  }
}
header main p {
  margin: 0;
  line-height: 1.7;
  color: #d4d4d4;
  font-size: 17px;
}
header main p:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  header main p {
    font-size: 15px;
  }
}
header main a {
  margin: 30px auto 0;
}

/* ========== Services =============== */
.services {
  padding: 10px 0 80px;
  background-image: url(../assets/pattern-tr.png);
  background-repeat: no-repeat;
  background-position: 100%;
}
.services .row {
  margin-top: 60px;
  row-gap: 30px;
}
.services .box {
  padding: 15px 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.services .box.box-1 .icon {
  background-color: #18a886;
}
.services .box.box-2 .icon {
  background-color: #18a886;
}
.services .box.box-3 .icon {
  background-color: #18a886;
}
.services .box.box-4 .icon {
  background-color: #18a886;
}
.services .box.box-5 .icon {
  background-color: #18a886;
}
.services .box.box-6 .icon {
  background-color: #18a886;
}
.services .box.box-7 .icon {
  background-color: #18a886;
}
.services .box.box-8 .icon {
  background-color: #ed2c28;
}
.services .box.box-9 .icon {
  background-color: #18a886;
}
.services .box:hover > .item {
  transform: translateY(0);
}
.services .item {
  padding: 10px 16px;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: translateY(-25px);
}
.services .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 6px;
  background-color: #18a886;
  margin-inline: auto;
  margin-bottom: 10px;
  margin-bottom: 12px;
}
.services .item .icon svg {
  width: 35px;
}
.services .item h4 {
  font-size: 20px;
  font-weight: 700;
}
.services .item p {
  color: #5f5f5f;
  font-size: 14px;
}
.services .item a {
  font-size: 15px;
  font-weight: 500;
  color: #151745;
}
.services .end__action {
  margin-top: 30px;
  text-align: center;
}
.services .end__action p {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #dc1c1c;
  padding: 10px;
  border: 1px dotted #18a886;
  text-align: center;
  margin-bottom: 10px;
}
.services .end__action p span {
  text-wrap: nowrap;
}
.services .end__action a {
  display: inline-block;
  padding: 22px 30px;
  width: 100%;
  margin: 16px auto 0;
  background-color: #25d366;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.services .end__action a .whats {
  width: 30px;
}
.services .end__action a .arrow {
  position: absolute;
  z-index: 2;
  top: -50px;
  width: 35px;
}
.services .end__action a .arrow.arrow-1 {
  right: 0px;
  transform: rotate(-30deg);
}
.services .end__action a .arrow.arrow-2 {
  left: 0px;
  transform: rotate(-150deg);
}

/* ============ Footer =================*/
footer {
  padding: 12px 0;
  background-color: #000;
  color: #d4d4d4;
  text-align: center;
}
footer p {
  margin: 0;
  font-size: 13px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.whatsapp__fixed__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999999;
}

/*# sourceMappingURL=style.css.map */
/* تعديل لإخفاء مساحة أيقونة واتساب */
.whatsapp__fixed__icon {
  pointer-events: auto;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999999;
}

body {
  overflow-x: hidden;
/* تقليل المسافات بين العناصر*/
}