html,
body {
  background-color: #fafafa;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
}

body::-webkit-scrollbar {
  display: none;
}

.ShadowsText {
  font-family:
    Shadows Into Light Two,
    sans-serif;
}

a {
  text-decoration: none;
}

/* --------------------------------------------- */

.bgColorPrimary {
  background-color: #fafafa;
}
.bgColorSecondary {
  background-color: #73bdef;
}
.bgColorTertiary {
  background-color: #1b2327;
}
.bgColorBotton {
  background-color: #57707e;
}
.bgColorNav {
  background-color: #ffffff;
}
.colorPrimary {
  color: #73bdef;
}
.colorSecondary {
  color: #f1f4fb;
}
.colorTertiary {
  color: #425561;
}
.colornav {
  color: #57707e;
}
.custom-hover:hover {
  background-color: #425561;
}

.custom-hover-text:hover {
  color: #73bdef;
}

/* ----------------------------------------------------------- */

.section-title {
  margin-bottom: 30px;

  span {
    color: #007bff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  p {
    color: #6c757d;
  }
}

/* --------------------------------- */

.team-section {
  .team-card {
    text-align: center;
    margin-bottom: 30px;

    .team-img {
      position: relative;

      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #dbeffa;
        z-index: -1;
        border-radius: 10px;
      }
    }

    h3 {
      font-size: 18px;
      font-weight: 600;
    }
  }
}
/* ------------------ لمنع انكسار الخط بالقائمة المنسدلة .. جبتو من الووكر-------------- */
.custom-hover-text {
  white-space: nowrap;
}

/* ---------------------------------- */
.imageL-bg {
  position: absolute;
  background-color: #73bdef;
  border-radius: 1.5rem;
  width: 50%;
  height: 140%;
  top: -2rem;
  right: 8rem;
  z-index: 1;
  transform: rotate(60deg);
  box-shadow: 0 10px 10px rgba(100, 100, 100, 0.3);
}

.imageR-bg {
  position: absolute;
  background-color: #73bdef;
  border-radius: 1.5rem;
  width: 50%;
  height: 140%;
  top: -3rem;
  right: 9rem;
  z-index: 1;
  transform: rotate(-60deg);
  box-shadow: 0 10px 10px rgba(100, 100, 100, 0.3);
}

/* --------------السلايدر---------- */

.myServicesSwiper {
  padding-bottom: 50px;
}

/* النقط نفسها */
.myServicesSwiper .swiper-pagination {
  bottom: 0 !important;
  top: auto !important;
  position: absolute;
}
.myServicesSwiper .swiper-button-next,
.myServicesSwiper .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
}

/* ------------------Nav---------- */
/* Mobile menu base state */
.mobile-menu {
  display: none;
}

/* Open state (mobile only) */
@media (max-width: 1023px) {
  .mobile-menu.is-open {
    display: block;
  }
}
/* ---------------------- دخول نص اللوغو حرف حرف من اليسار الى اليمين */
@keyframes slideIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.letter-animation {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: slideIn 2s ease-out forwards;
}

.letter-animation span {
  display: inline-block;
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.1s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* --------------------------تدرج الالوان خلف البانر ------- */
/* Desktop & Large screens only  BG */
@media (min-width: 1024px) {
  .banner-section {
    position: relative;
    background: linear-gradient(180deg, #7dbce6 40%, #fafafa 100%);
  }

  .bg_container {
    position: relative;
    background: linear-gradient(90deg, #7dbce6 20%, #ffffff 100%);
  }
}
@media (max-width: 1024px) {
  .bg_container {
    position: relative;
    background: linear-gradient(360deg, #7dbce6 10%, #ffffff 100%);
  }
}

.banner-section > * {
  position: relative;
  z-index: 1;
}

/* ----------------------------- */
.is-active {
  color: #73bdef;
}

/* -------------------------- */

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/roboto-v49-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/roboto-v49-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  src: url("../webfonts/roboto-v49-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/roboto-v49-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ---------poppins--------- */
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/poppins-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/poppins-v24-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ----------------------- */
/* shadows-into-light-two-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Shadows Into Light Two";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/shadows-into-light-two-v19-latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
