/* start--fonts type Alexandria */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

/* end--fonts */
:root {
  --font-color: #00254F;
  --secound-color: #004FA8;
  --black-color: #000000;
  --thired-color: #3DB1F2;
  --white-color: #ffffff;
  --header-height: 114px;
}

.menu_blog {
  margin-top: 60px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    li {
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      border: 1px solid var(--secound-color);
      box-shadow: 0px 4px 4px 0px #25378236;

      transition: .3s;

      &:hover {
        background-color: var(--main-color);
        border-color: var(--main-color);
      }

      a {
        font-size: 20px;
        color: var(--font-color);
        font-weight: bold;
        text-align: center;
        transition: .3s;

      }

      &:hover a {
        color: var(--white-color);
      }
    }
  }
}

.drop_menu {
  display: flex;
  flex-direction: row;
  gap: 6px;
  padding-right: 0;

  li {
    display: flex;

    a {
      color: #727272;
      font-size: 15px;
      font-weight: 500;

      &:active,
      &:focus,
      &:hover,
      &.active {
        color: var(--main-color);
      }
    }

    &::after {
      content: "|";
      color: #727272;
      margin-inline-start: 3px;

    }

    &:last-child::after {
      display: none;
    }
  }

}

.blog_menu {
  ul {
    display: flex;
    justify-content: flex-start;
    padding-top: 28px;
    padding-right: 0;

    li {
      a {
        font-weight: 400;
        display: block;
        color: #727272;
        padding-left: 5px;
        font-size: 14px !important;

        &:active,
        &:focus,
        &:hover,
        &.active {
          color: var(--main-color);
        }

        &::after {
          content: "|";
          margin-right: 5px;
        }
      }

      &:last-child a::after {
        content: "" !important;
      }
    }
  }
}

body.overflow-hidden .arrwa_call {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:target::before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0 0;
}

/* star-railsaudi-- */
/* @font-face {
  font-family: "saudi_riyal";
  src:
    url("../fonts/regular/saudi_riyal.woff2") format("woff2"),
    url("../fonts/regular/saudi_riyal.woff") format("woff"),
    url("../fonts/regular/saudi_riyal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon-saudi_riyal::before {
  content: "\e900";
  font-family: "saudi_riyal" !important;
  color: inherit;
  font-size: 2rem;
  font-weight: 400;
} */

/* end-railsaudi-- */

@media (min-width: 1200px) {
  .container {
    max-width: 1152px;
  }
}

body {
  font-family: "Alexandria", sans-serif;
  background-color: #FDFEFF;
  counter-reset: div;
  counter-reset: divy;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::selection {
  background: var(--secound-color);
  color: white;
}

.btn_main {
  font-size: 16px;
  font-weight: 400;
  color: white;
  padding: 9px 43px;
  background-color: transparent;
  border-radius: 2px;
  transition: 0.3s;
  background: linear-gradient(180deg, #3DB1F2 0%, #004FA8 100%);


  &:hover {
    background: linear-gradient(280deg, #3DB1F2 0%, #004FA8 100%);
    color: var(--font-color);

  }
}

.btn_whatsapp {
  font-size: 20px;
  font-weight: 500;
  color: var(--white-color);
  padding: 10px 33px;
  border-radius: 5px;
  background-color: var(--yellow-color);
  transition: .3s;
  display: inline-block;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;

  i {
    margin-right: 5px;
    color: var(--white-color);
    font-size: 20px;
    transition: .3s;
    transition: 0.3s ease-in-out;
  }

  &:hover {
    background-color: var(--yellow-color);
    color: #061121;
    border: 1px solid var(---color);

    i {
      color: #061121;
    }
  }

}

.title_main {
  .title_main {
    font-size: clamp(20px, 3vw, 32px) !important;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 48px;
    font-weight: bold;
    color: #061121;
  }
}

/* @media (max-width: 600px) {
  .title_main {
    text-align: center !important;
    padding-top: 10px !important;
    margin-bottom: 0 !important;
  }
} */

/* @media (min-width: 600px) {
  .title_main {
    margin-bottom: 0px !important;
  }
} */

.activee {
  display: block !important;
}

.hide {
  transform: translateY(-100%);
  opacity: 0;
}

.scroll {
  overflow: hidden;
}

/* --------start scroll--------- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--main-color);
  border-radius: 20px;
  margin-block: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--black-color);
  border-radius: 20px;
  border: 5px solid rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--black-color);
  border-radius: 20px;
}

/* ---end- subheader- */
/* ---start- subheader- */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

/* ---end- subheader- */
/* --------end scroll--------- */
body {
  background: #F9FDFF;
}

/* start-header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  z-index: 1000;
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 100%;
  /* height: var(--header-height); */
  background: #fff;
  z-index: 9999;
}

.header.scrolled {
  box-shadow: 0px 4px 4px 0px #00000040;

}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo img {
  width: 159px;
  padding-block: 8px;
}

@media(max-width:991px) {
  .logo img {
    width: 85px;
  }

  .btn_main {
    padding: 9px 35px;
    font-size: 18px;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* Nav Desktop */
.nav {
  display: flex;
  gap: 25px;
}

.nav .mainlink {
  /* padding-inline: 20px; */
  transition: 0.3s ease-in-out;

  @media(max-width:991px) {
    text-align: right;
    align-items: right;
    padding-inline: 0px;

  }

  &:hover a {
    color: var(--font-color);
    /* transform: scale(.88); */
    /* font-weight: 500 !important; */
  }
}

.nav li .active {
  color: var(--font-color) !important;
  transform: scale(.88);
  font-weight: 500 !important;
}

.nav li a {
  color: var(--font-color);
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  white-space: nowrap;

  @media(max-width:991px) {
    color: var(--white-color);
  }
}

/* Button */
.btn {
  border: 1px solid #000;
  padding: 8px 15px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

/* Actions (زرار + همبورجر) */
.actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

/*  Hamburger */
.hamburger {
  width: 28px;
  height: 20px;
  cursor: pointer;
  display: none;
  position: relative;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
  left: 0;
  transition: 0.4s;
}

.hamburger span:nth-child(1) {
  top: 0
}

.hamburger span:nth-child(2) {
  top: 8px
}

.hamburger span:nth-child(3) {
  top: 16px
}

/* Animation */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

/* 📱 Mobile */
@media(max-width: 991px) {

  .nav {
    position: absolute;
    top: 90px;
    right: 0;
    width: 100%;
    background: #ff7402c2;
    flex-direction: column;
    align-items: start;
    overflow-y: auto;
    gap: 20px;
    padding: 20px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: 0.4s;
    background: radial-gradient(100% 50% at 50% 50%, #2493D2 0%, #253782 100%)
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    z-index: 9998;
  }

  .nav.active {
    height: 100vh;
    opacity: 1;
    height: calc(100vh - var(--header-height));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .hamburger {
    display: block;
  }
}

.main-menu .menu-item-has-children {
  position: relative;
  padding: 0;
}

@media (max-width: 991px) {
  .main-menu .menu-item-has-children {
    flex-wrap: wrap;
  }
}

.main-menu .menu-item-has-children>a {
  column-gap: 5px;
  display: flex;
  align-items: baseline;
  position: relative;
}

/* 
.main-menu .menu-item-has-children>a::after {
  content: "";
  position: relative;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 10px;
  transition: 0.3s;

} */

.main-menu .menu-item-has-children:hover>a::after {
  color: inherit;
}

.main-menu .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu .menu-item-has-children .sub-menu {
  /* width: 230px; */
  opacity: 0;
  visibility: hidden;
  transform-origin: center top;
  transform-style: preserve-3d;
  border-radius: 0px;
  z-index: 12;
  /* background: var(--secound-color); */
  position: absolute;
  /* top: 80px; */
  inset-inline-start: 0;
  inset-inline-end: 0;
  list-style: none;
  /* box-shadow: 0px 16px 35px 0px #0000001A; */
  padding: 0;
  transition: 0.3s;
  display: block;
  border-radius: 5px;
}

.main-menu .menu-item-has-children .sub-menu li {
  text-align: start;
  transition: 0.3s;
  background-color: var(--thred-color);

}

.main-menu .menu-item-has-children .sub-menu a {
  padding: 12px;
  align-items: center;
  font-size: 14px;
  border-radius: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
  /* width: 100%; */
  column-gap: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-align: right;

  &:after {
    transform: rotate(90deg)
  }
}

.main-menu .menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  inset-inline-start: 100%;
}

.main-menu .menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}


@media (max-width:991px) {

  .main-menu .menu-item-has-children {
    width: 100%;
  }

  .main-menu .menu-item-has-children .sub-menu {

    position: static;
    width: 100%;

    opacity: 1;
    visibility: visible;

    display: none;

    margin-top: 10px;
    box-shadow: none;
  }

}

ul.main-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-bottom: 0;

  @media (max-width:991px) {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 45px;
    padding-right: 0;
  }
}

/*----------end-header----------*/
/* --------start_landing_page-- ------- */

.landing_bg {
  height: calc(100vh - var(--header-height));
  margin-top: var(--header-height);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;

  @media (max-width:768px) {
    height: auto;
    padding: 60px 0;
    background-attachment: scroll;
  }

}

.landing_bg .container {
  position: relative;
  height: 100%;

  @media (max-width:768px) {
    height: auto;
  }
}

.landing_bg .item_landing {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  position: absolute;
  z-index: 2;

  @media(max-width:991px) {
    text-align: center;
    align-items: center;
    width: 100%;

  }

  @media (max-width:768px) {
    position: static;
    height: auto;
  }



}

.landing_bg .item_landing .title_landing {
  font-weight: 600;
  font-size: clamp(18px, 3vw, 36px);
  color: var(--white-color);
  text-align: start;
  margin-bottom: 24px;
  line-height: 1.8;

  @media(max-width:991px) {
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }




}

.landing_bg .item_landing .btn_order a {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid var(--white-color);
  padding: 10px 26px;
  transition: .3s;

  &:hover {
    background-color: var(--thired-color);
    border-color: var(--thired-color);
    color: var(--white-color);
  }
}

/* From Uiverse.io by SujitAdroja */
.btn_order {
  color: var(--white-color);
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--white-color);
  padding: 10px 26px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  background: transparent;
  position: relative;
  transition: all .3s;
  overflow: hidden;
  border-radius: 2px;
}

.btn_order:hover {
  color: white;
  border-color: var(--secound-color);
}

.btn_order::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: var(--secound-color);
  z-index: -1;
  transition: all 1s;
}

.btn_order:hover::before {
  width: 160%;
}

.title_section {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: bold;
  color: var(--font-color);
  margin-bottom: 48px;
  text-align: start;

  @media(max-width:991px) {
    text-align: center;
  }
}

/* --------end_landing_page---------- */
/* -- -----start-about-us----  */
.about_us {
  margin: 80px 0 80px;

  .item_about_us {
    position: relative;

  }

  .title_section {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: bold;
    color: var(--font-color);
    margin-bottom: 48px;
    text-align: start;

    @media(max-width:991px) {
      text-align: center;
    }
  }

  .pragre_main {
    font-size: 16px;
    text-align: start;
    font-weight: 300;
    color: var(--font-color);
    margin-bottom: 32px !important;

    @media(max-width:991px) {
      text-align: center;
    }
  }

  @media(max-width:991px) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.img_aboutus {
  border-radius: 2px;
  padding: 10px;


  img {
    border-radius: 2px;
    min-height: 300px;
    box-shadow: 0px 4px 4px 0px #00000040;

    @media (max-width:991px) {
      margin-bottom: 30px;
    }

  }

  .video_aboutus {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0px 4px 4px 0px #00000040;

    @media (max-width:991px) {
      margin-bottom: 30px;
    }

  }

}



/* -- -----end-about-us----  */
/* ----start--experiens-- --> */
.hero_experiens {
  .boxs_experiens {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;

    @media (max-width:991px) {
      justify-content: center;
      align-items: center;
    }

    .title_box {
      font-size: 20px;
      font-weight: 600;
      color: var(--secound-color);
      margin-bottom: 25px;
      text-align: start;
    }

    .content_box {
      font-size: 16px;
      font-weight: 300;
      color: var(--font-color);
      display: flex;
      align-items: start;
      margin-bottom: 20px;

      @media (max-width:991px) {
        justify-content: center;
        align-items: center;
        text-align: center;
      }

    }

    &::after {
      content: "";
      position: absolute;
      border-left: 2px solid var(--white-color);
      height: 130%;
      width: 2px;
      left: 1px;
    }
  }
}


/* .row div:last-child .boxs_experiens::after {
  display: none;
} */

/* @media (max-width: 600px) {
  .experiens {
    padding: 19px 0;

    .hero_experiens {
      .row {
        height: 100%;
        justify-content: center;
        align-items: center;
      }

      .boxs_experiens {

        .title_box {
          font-size: 25px;
          margin-bottom: 20px;
        }

        .content_box {
          font-size: 18px;
          margin-bottom: 20px;
        }

        &::after {
          display: none;
        }
      }
    }
  }
} */

/* ----end--experiens-- - */
/* -----start--my goals-------- - */
/* .mygoals {
  padding-block: 80px;

  .items_mygoals {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


    .icons_mygoals {
      width: 103px;
      height: 103px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(180deg, #2493D2 0%, #253782 100%);
      position: relative;
      margin-bottom: 24px;
      border: 5px solid white;

      i {
        font-size: 40px;
        color: var(--white-color);
      }

      &::after {
        content: "";
        position: absolute;
        top: -6px;
        right: -6px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
        border-image-source: linear-gradient(360deg, rgb(36, 147, 210) 0%, rgb(37, 55, 130) 100%);
        width: 113%;
        height: 113%;
        background-image: linear-gradient(1deg, rgb(36, 147, 210) 0%, rgb(37, 55, 130) 50%);
        border-image-slice: 1;
        z-index: -1;
        border-radius: 50% !important;
      }

    }

  }

  .title_section {
    font-size: 20px;
    font-weight: bold;
    color: var(--font-color);
    margin-bottom: 16px;
    text-align: center;

  }

  .pragre_main {
    font-size: 16px;
    font-weight: 400;
    color: var(--font-color);
    margin-bottom: 16px;
    text-align: center;

  }
}

.mygoals {

  .col-lg-4:nth-child(2) {
    .items_mygoals {
      transform: translateY(-100px);

      @media(max-width:991px) {
        transform: none;
      }
    }
  }

} */


/* - -----end--my goals-------- */
/* -----start-ourworks---- - */
/* .Our_works {
  margin-bottom: 60px;
} */

/* .item_our_works {
  margin-bottom: 25px;

  .holder_image {
    display: inline-block;
    height: 270px;
    width: 100%;
    border-radius: 10px;

    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 10px;
    }
  }
} */

/* -----end-ourworks---- - */

/* ----start-services--- */
.services {
  padding: 60px 0;

  .swiper-slide {
    height: auto;
    display: flex;
  }

  .service_box {
    background-color: #004FA829;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
    height: 100%;
    padding: 0 0 0 16px;

    a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      transition: .3s;
      flex: 1;

      .discription_service {
        height: 100%;
        display: flex;
        flex-direction: column;
      }

      .title_service {
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 12px;
        transition: .3s;
        padding: 16px 16px 0 0;
        color: var(--font-color);
        text-align: start;
        /* height: 100%; */
      }

      .text_services {
        padding: 16px 16px 0 16px;
        margin-bottom: 32px;
        font-size: 16px;
        font-weight: 300;
        color: var(--font-color);
        transition: .3s;
        text-align: start;
        flex-grow: 1;

      }

      img {
        width: 100%;
        height: 170px;
        /* اختر الارتفاع المناسب */
        object-fit: cover;
        transition: .3s;
        border-radius: 2px 0 2px 0;
        display: block;
      }
    }

    &:hover {
      box-shadow: 0px 4px 4px 0px #00000040;
      background-color: var(--secound-color);
    }

    &:hover a img {
      transform: scale(.95), rotate(30deg);
    }

    &:hover a .title_service {
      color: var(--white-color);
    }

    &:hover a .text_services {
      color: var(--white-color);
    }
  }
}

/* ----end-services--- */

.swiper-pagination-bullet {
  width: 16px;
  height: 5px;
  border-radius: 2px;
  opacity: 60%;
  transition: .3s;
  background-color: #3DB1F2;
  box-shadow: 0px 4px 4px 0px #00000040;
}




.swiper-pagination-bullet-active-main {
  width: 32px;
  height: 5px;
  border-radius: 2px;
  opacity: 60%;
  transition: .3s;
  background-color: #3DB1F2;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.swiper-wrapper {
  margin-bottom: 35px;
}

.product_box {
  background-color: var(--white-color);
  transition: .3s;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000005;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;

  .holder_image {
    width: 102px;

    img {
      width: 100%;
      height: 206px;
      object-fit: contain;
    }
  }

  .body_item {
    padding: 24px 16px 16px;
    text-align: start;
    display: flex;
    flex-direction: column;
    height: 100%;

    .header_titel {
      font-size: 16px;
      font-weight: 400;
      color: var(--black-color);
    }

    .icon-saudi_riyal {
      margin-bottom: 16px;

      span {
        font-size: 24px;
        font-weight: bold;
        margin-left: 4px;
      }
    }
  }

  &:hover {
    box-shadow: 0px 4px 4px 0px #0000001A;

  }
}

/* - ----start-featured-services--- */
.sction_featured {
  padding: 60px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  .featured_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid;
    padding: 16px;
    height: 100%;

    .featured_item {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;

    }

    border-image: linear-gradient(180deg, #3DB1F2 0%, #004FA8 100%) 1;


    .content_featuerd {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: start;

      .title_featured {
        font-size: 16px;
        font-weight: 600;
        color: var(--font-color);
        margin-bottom: 16px;
        text-align: start;
      }

      .text_featured {
        font-size: 16px;
        font-weight: 300;
        color: var(--font-color);
        text-align: start;
      }
    }

    .icon_featured {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;

      i {
        font-size: 40px;
        color: var(--secound-color);
      }
    }
  }
}

/* - ----end-featured-services--- */
.steps {
  position: relative;
  direction: rtl;
  margin-bottom: 50px;
}

.steps .container {
  position: relative;
}

/* الخط الأزرق */
.steps-line {
  position: absolute;
  bottom: -12px;
  left: 15px;
  right: 15px;
  height: 1px;
  background: #2f80d1;

  @media (max-width:991px) {
    display: none;
  }
}

.step {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 25px;

  @media (max-width:991px) {
    flex-direction: column;
  }
}

.icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(180deg, #004FA8 0%, #3DB1F2 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 60px;
  color: #fff;
  font-size: 32px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;

}

.steps .text_content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  position: relative;

  @media (max-width:1024px) {
    align-items: center;
    justify-content: center;
  }

  &::after {
    position: absolute;
    content: '';
    /* width: 1px; */
    height: 52%;
    /* background: #2f80d1; */
    bottom: -12px;
    right: -66px;
    transform: translateX(-50%);
    z-index: 10;
    border: 1px solid;
    border-image: linear-gradient(265deg, #3DB1F2 0%, #004FA8 100%) 1;

    @media (max-width:1200px) {
      display: none;
    }
  }
}

.step h4 {
  color: #153b66;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: right;
  margin-bottom: 16px;
  height: 100%;

  @media (max-width:1024px) {
    text-align: center;
    height: 32px;
  }
}

.step p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  max-width: 290px;
  margin: auto;
  margin-bottom: 16px;

  @media (max-width:1024px) {
    text-align: center;
  }
}

.step span {
  position: absolute;
  left: 85%;
  transform: translateX(-85%);
  bottom: -70px;
  background: #fff;
  font-weight: 600;
  color: var(--font-color);
  font-size: 16px;
  z-index: 5;

  @media (max-width:1024px) {
    left: 50%;
    transform: translateX(-50%);

  }
}

/* -------start-Why choose us?---- -*/
/* .Why_chooseus {
  padding: 20px 0;

  .total_choose_us {
    border-radius: 5px;
    padding: 24px 26px 25px;
    position: relative;

    .col-md-3 {
      &:first-child {
        .box_whychooseus {
          border-radius: 0 5px 5px 0;
        }
      }

      &:last-child {
        .box_whychooseus {
          border-radius: 5px 0 0 5px;
        }
      }
    }

    .box_whychooseus {
      background-color: var(--white-color);
      padding: 19px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100%;
      gap: 20px;
      position: relative;
      border-radius: 10px;
      border: 1px solid #253782;

      .icon_whychooseus {
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);

        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        height: 70px;

        &::before {
          content: "";
          position: absolute;
          inset: 0;
          border-radius: 0 20px 0 20px;
          background: radial-gradient(circle, #2493D2 0%, #253782 100%);
          transform: rotate(45deg);
        }

        i {
          position: relative;
          z-index: 2;
          color: #fff;
          font-size: 32px;
          font-weight: 200;
        }
      }
    }

    .content_whychooseus {
      text-align: center;
      padding-top: 45px;

      .title_whychooseus {
        font-size: 16px;
        font-weight: bold;
        color: var(--font-color);
        margin-bottom: 14px;
        text-align: center;
      }

      .text_whychooseus {
        font-size: 16px;
        font-weight: 400;
        color: var(--font-color);
        line-height: 1.4;
        width: 100%;
      }
    }

  }
} */

/* @media (max-width: 991px) {
  .Why_chooseus {
    .col-md-6 {
      margin-bottom: 65px;
    }

    .col-md-4:last-child {
      margin-bottom: 0;
    }
  }
} */

/* -------end-Why choose us?---- -*/
/* -------start-From_the_ground---- -*/
/* .learn_more {
  padding-top: 70px;

  .nav-tabs .nav-link {
    background-color: #2537823D;
    border-radius: 10px;
    color: var(--font-color);
    padding: 13px 24px;

    &.active {
      background-color: var(--main-color);
      color: var(--white-color);
    }
  }

  .nav-tabs {
    border-bottom: 0;
    gap: 15px !important;
    justify-content: start;
    align-items: center !important;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 48px;
    border: 0 !important;
    display: flex !important;
    position: relative;
    top: -26px;
    opacity: 1 !important;
    height: 100%;

    @media (max-width: 991px) {
      background: var(--white-color) !important;
      padding: 20px;
    }

  }

} */


/* .servicesbox {
  .services_box {
    .holder_image {
      display: inline-block;
      width: 100%;
      height: 270px;

      @media (max-width:991px) {
        height: 200px;
      }


      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
      }
    }
  }
} */


/* ------end-From_the_ground------ */
/* -----start---Success partners----- */
/* .Success_partners {
  margin-block: 50px;

  @media (max-width:991px) {
    margin-top: 0;
  }

  .partner_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 142px;

    img {
      transition: .3s;
      border-radius: 10px;
      width: 100%;
      height: 100%;
      object-fit: contain;

      &:hover {
        transform: scale(1.05);
      }
    }
  }
} */

/* -----end---Success partners----- */
/* --------start-Frequently asked questions------ */
.Frequently_asked {
  margin-top: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  padding: 40px 0;
}

.accordion-item {
  background-color: transparent;
  border-bottom: 0;
  border-radius: 2px !important;
  margin-bottom: 20px;

  /* box-shadow: 0px 4px 4px 0px #00000040; */

  i {
    margin-left: 10px;
  }
}

.accordion-header {
  background-color: transparent;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
}

.accordion-button::after {
  content: "\f106";
  font-family: "Font Awesome 6 pro";
  font-weight: 400;
  color: #3DB1F2;
  background-image: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-body {
  background-color: white;
  border-radius: 0 0 2px 2px;
  font-size: 16px;
  font-weight: 300;
  background-color: var(--main-color);
  color: var(--font-color);
  border: 1px solid var(--secound-color);
  border-top: 0;
}




.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  border-radius: 2px 2px 0 0 !important;
  box-shadow: none !important;
  background-color: var(--main-color);
  color: var(--font-color);
  border: 1px solid var(--secound-color);
  border-bottom: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: rotate(180deg);
  background-color: var(--white-color);
  color: var(--main-color);
}

.img_frequently {
  width: 368.28px;
  height: 274.01px;
  background: transparent;

}

.accordion-button.collapsed {
  border-radius: 2px !important;
  background-color: transparent;
  font-size: clamp(14px, 2vw, 16px) !important;
  font-weight: 400;
  color: var(--font-color);
  padding: 12px 16px;
  min-height: 65px;
  border: 1px solid var(--secound-color) !important;
}

/* ---------end-Frequently asked questions------- */
/* -------start---testmonials---------- */
section {
  scroll-margin-top: 80px;

  @media (max-width:991px) {
    margin-top: -10px !important;
  }
}

/* .-----start---Customer opinions------ */
.Customer_opinions {
  .title_section {
    margin-bottom: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 20%;
  }

  .swiper-button-prev {
    left: 190px !important;
    right: auto;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: '\f061';
    font-family: 'font awesome 6 pro';
    font-size: 22px;
    font-weight: 400;
    color: var(--font-color);
  }

  .swiper-horizontal>.swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    top: 76px;
    left: 40px;
    width: 140px;
    height: 1px;
    color: var(--font-color);

    .swiper-scrollbar-drag {
      width: 65px !important;
      color: var(--main-color);

      @media (max-width:991px) {
        width: 40px !important;
      }

      @media (max-width:600px) {
        width: 20px !important;
      }
    }
  }

  .swiper-button-next:after {
    content: '\f060';
  }
}

.testmonial-item {
  padding: 90px 0;

  .img_testmonila {
    position: absolute;
    bottom: -32px;
    right: 5px;

    img {
      width: 100%;
      height: 100%;
    }


  }

  .body_content {
    position: relative;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
    height: 100%;

    p {
      color: var(--font-color);
      font-size: 16px;
      font-weight: 300;
      height: 90px;
      margin-bottom: 0;
    }

    .name-time {
      color: var(--thired-color);
      font-size: 14px;
      font-weight: 300;
    }
  }
}


/* ------end---testmonials---- - */
/*------------start-footer ------- --*/
.footer {
  background-color: var(--font-color);

  /* background-attachment: fixed; */
  .total_footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 35px 0 15px;
    justify-content: center;
    align-content: center;
    /* justify-items: start; */
    text-align: center;

    div .addrass {
      font-weight: bold;
      color: var(--white-color);
      text-align: start;
      font-size: 16px;

      @media (max-width:991px) {
        text-align: center !important;
      }
    }

    ul {
      text-align: start;

      @media (max-width:991px) {
        text-align: center;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
    }

    .socail_menu {
      flex-direction: row;
    }

    .Terms ul li a {
      margin-bottom: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--white-color);

      &:hover {
        transform: scale(0.98);
        color: var(--secound-color);
      }
    }

    .Terms ul li P {
      margin-bottom: 0px;
    }

    .manu_subheader {
      li {
        a {
          transition: .3s;

          i {
            transition: .3s;
          }
        }

        &:hover a {
          color: var(--yellow-color);
          scale: .98;
        }

        &:hover i {
          color: var(--yellow-color);
        }
      }
    }
  }

  .market_footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;

    img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }

    p {
      padding-top: 10px;
      font-size: 16px;
      font-weight: 300;
      color: var(--white-color);
    }
  }

  .bottomfooter {
    align-items: center;
    border-top: 1px solid #FFFFFF;
    opacity: 80%;
    box-shadow: 2px 2px 5px white;
    text-align: center;

    .icons {
      display: flex;
      justify-content: center;
      gap: 20px;
      padding: 20px;
      align-items: center;

      div {
        padding: 5px 12px;
        border-radius: 10px;

        &:hover {
          box-shadow: 2px 2px 15px var(--main-color);
        }
      }
    }

    .pragre {
      font-size: 16px;
      font-weight: 400;
      padding: 20px;
      transition: 0.3s;
      color: var(--white-color);

      @media (max-width:991px) {
        font-size: 10px;

      }

      p {
        margin-bottom: 0;
      }

      span {
        a {
          color: var(--secound-color);
          font-weight: 600;
          transition: 0.3s;
        }
      }

      &:hover p {
        color: var(--secound-color);
      }

      &:hover span a {
        color: var(--white-color);
      }
    }
  }

  ul {
    padding-right: 0px;

    li {
      display: flex;

      a {
        color: var(--white-color);
        line-height: 2.5;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;

        i {
          /* padding-left: 8px; */
          text-align: center;
          transition: 0.3s;
          /* width: 40px;
          height: 40px; */
          color: var(--white-color);
          font-weight: 500;
        }
      }

      &:hover a {
        color: var(--secound-color);
        transform: scale(0.98);
      }

      &:hover i {
        color: var(--secound-color);
        transform: scale(0.98);
      }
    }
  }
}

.footer .arrwa_call {
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 40px;
  right: 35px;
  position: fixed;
  z-index: 5555;
  gap: 15px;
  overflow: visible;

  @media (max-width:768px) {
    bottom: 10px;
    right: 10px;

  }

  .call {
    color: white;
    /* bottom: 30px;
    right: 35px; */
    border-radius: 50px;
    background: linear-gradient(0deg, #00D02D 0%, #10D93A 25%, #3AF15D 75%, #51FE71 100%);
    width: 60px;
    height: 60px;
    z-index: 2222222;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    background-color: #42db87;
    position: relative;
    overflow: visible;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: #42db87;
      z-index: -1;
      animation: pulse 1.5s infinite;
    }

    i {
      font-size: 40px;
      transition: 0.3s;
      padding: 5px;
    }

    &:hover {
      background: radial-gradient(50% 50% at 50% 50%, #2493D2 0%, #253782 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      ;
      color: white;
      border-color: var(--pink-color);
      box-shadow:
        2px 2px 7px var(--pink-color),
        -2px -2px 7px var(--pink-color);
    }
  }

  .arrwa {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secound-color);
    color: #fff;
    padding: 15px 19px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    z-index: 999;
    width: 50px;
    height: 50px;
    right: 40px;



    &:hover {
      background: radial-gradient(50% 50% at 50% 50%, #2493D2 0%, #253782 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      ;
      color: white;
      box-shadow:
        2px 2px 7px var(--main-color),
        -2px -2px 7px var(--main-color);
    }
  }
}


@keyframes pulse {

  0% {
    transform: scale(1);
    opacity: .7;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }

}

.total_footer {
  .social {
    .logo_footer {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      width: 172px;

      /* height: 104px;  */
      img {
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
      }
    }
  }

  .links {
    @media (max-width:991px) {
      margin-top: 29px;
    }
  }

  .text_footer {
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    text-align: start;
    transition: .3s;
    width: 85%;

    @media (max-width:992px) {
      text-align: start;
      width: 100%;

    }

    &:hover {
      color: var(--secound-color);
    }
  }
}

@media(max-width:992px) {
  .total_footer {
    .text_footer {
      width: 92%;
    }
  }
}

@media(max-width:600px) {
  .total_footer {
    .text_footer {
      width: 100%;
      text-align: center;
    }
  }
}

.socail_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;

  .link_socail {
    .sub_link {
      width: 30px;
      height: 30px;
      background-color: var(--white-color);
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;

      i {
        color: var(--font-color);
        font-size: 20px;
        transition: 0.3s;
      }
    }

    &:hover .sub_link {
      background: radial-gradient(100% 100% at 50% 50%, #2493D2 0%, #253782 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
      ;

    }

    &:hover i {
      color: var(--white-color);
      transform: rotate(360deg);
    }
  }
}

@media (max-width: 1024px) {
  .footer {
    .total_footer {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
  }
}

@media (max-width: 600px) {
  .footer {
    .total_footer {
      display: block;
    }
  }
}

@media (max-width: 600px) {
  .footer {
    .total_footer {
      .social {
        display: flex;
        justify-content: center;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }


    }
  }

  .total_footer {
    .social {
      display: flex;
      justify-content: center !important;
      align-items: center;
      flex-direction: column;

      .logo_footer {
        img {
          margin-bottom: 10px;
          width: 100%;
          height: 100%;
        }
      }
    }

    .text {
      font-size: 20px;
      font-weight: 500;
      color: white;
      text-align: center;
    }
  }
}

/*------------end- footer------- --*/