@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
  --main-color: #0C1185;
  --black-color: #181922;
  --secound-color: #E5E5E5;
  --white-color: #FFFFFF;

}

.wow {
  visibility: hidden
}

*,
*::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;
}

body {
  font-family: "Cairo", sans-serif;
  background-color: var(---body-color);
  counter-reset: mohamed sasa;
  /* overflow-x: hidden; */
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

::selection {
  background: var(--main-color);
  color: white;
}

.title_main {
  font-size: clamp(25px, 3vw, 35px) !important;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 70px;
  font-weight: bold;

}

.btn_consultion {
  position: relative;
  background-color: var(--main-color);
  color: white;
  border: 1px solid var(--main-color);
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  padding: 14px 35px;
  border-color: transparent;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 1;

  &:hover {
    background: #FFFFFF;
    color: var(--main-color);
    border-color: #FFFFFF;
    box-shadow: 0 3px 6px hwb(0 0% 100% / 0.16);

  }

  &:hover::before {
    border: 1px solid var(--main-color);
  }

}

.btn_consultion::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid white;
  border-radius: 8px;

  &:hover {
    border: 1px solid var(--main-color);
  }
}

.btn_consultent::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid var(--main-color);
  border-radius: 8px;
}

.btn_consultent {
  position: relative;
  background-color: var(--white-color);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-weight: bold;
  font-size: 18px;
  border-radius: 8px;
  padding: 14px 35px;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
  border-color: transparent;
  z-index: 1;


  &:hover {
    background: var(--main-color);
    color: var(--white-color);


  }

  &:hover::after {
    border: 1px solid var(--white-color);


  }
}

.btn_box {
  position: relative;
  background-color: var(--main-color);
  color: white;
  border: 1px solid var(--main-color);
  font-size: 18px;
  border-radius: 8px;
  padding: 8px 22px;
  border-color: transparent;
  font-weight: 600;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 1;

  &:hover {
    background-image: linear-gradient(to bottom, #1a20c2, #020329);
    color: var(--white-color);
    box-shadow: 0 3px 6px hwb(0 0% 100% / 0.16);
  }

  @media (max-width:768px) {
    font-size: 15px;
  }
}

.btn_item {
  position: relative;
  background-color: var(--white-color);
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-weight: 500;
  font-size: 18px;
  border-radius: 10px;
  padding: 8px 22px;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 1;

  &:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    box-shadow: 0 3px 6px hwb(0 0% 100% / 0.16);
  }
}

.activee {
  display: block !important;
}

.scroll {
  overflow: hidden;
}

/* --------start scroll--------- */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: var(--white-color);
  border-radius: 20px;
  margin-block: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 20px;
  border: 100px solid rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--white-color);
  border-radius: 20px;
}

/* --------end scroll--------- */
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55555;
  background: white;
  border-bottom: 1px solid var(--secound-color);

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 10px;

    .logo {
      img {
        width: 95px;
        margin-right: 10px;
      }
    }

    ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin-bottom: 0;
      margin-left: 0;

      li {

        /* overflow: hidden; */
        a {
          margin-left: 30px;
          padding: 10px 8px;
          font-size: 18px;
          position: relative;
          font-weight: 600;
          font-size: 18px;
          text-align: center;
          color: var(--black-color);

          &:hover {
            color: var(--main-color);
          }
        }

        /* &:hover::before {
                        left: 0%;
                        width: 100px;
                    } */
        .dropdown-menu {
          li {
            font-size: 18px;

            a {
              font-size: 18px;
            }
          }
        }

      }

      .active {
        color: var(--main-color);

      }
    }

    .nav-item {

      a {
        font-size: 18px;
        font-weight: 400;

        &:hover {
          color: var(--main-color);
        }
      }

    }
  }

  .icon {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .icons {
      display: flex;
      align-items: center;

      i {
        color: black;
        margin-left: 20px;

        &:hover {
          color: var(--main-color);
        }
      }
    }

    .btn_shopping {
      position: relative;
      background-color: var(--main-color);
      color: white;
      border: 1px solid var(--main-color);
      font-weight: bold;
      font-size: 16px;
      border-radius: 10px;
      padding: 7px 30px;
      font-weight: 600;
      overflow: hidden;
      transition: 0.3s ease;
      z-index: 1;

      &:hover {
        background: #FFFFFF;
        color: var(--main-color);
        border-color: #FFFFFF;
        box-shadow: 0 3px 6px hwb(0 0% 100% / 0.16);
      }

      a {
        color: white;

      }
    }
  }
}

.class_search {
  position: relative;
  width: 80%;
  margin: auto;
  /* display: none; */
  transition: .3s;
  opacity: 0;
  height: 0;
  visibility: hidden;

  &.active_open {
    opacity: 1;
    height: 60px;
    transition: .3s;
    visibility: visible;
  }

  input {
    width: 100%;
    border-radius: 20px;
    border-color: var(--black-color);
    margin-bottom: 20px;
    padding: 10px 20px;
    caret-color: var(--main-color);
    transition: .3s;

    &:focus {
      box-shadow: 2px 2px 6px #1819221f;
      border-color: transparent;
    }
  }

  i {
    position: absolute;
    left: 20px;
    top: 14px;
  }
}

.dropdown-menu {
  background-color: white;
  text-align: center;
  border: 1px solid var(--black-color);
  transform: translate3d(none) !important;

  li {
    border: none !important;
    padding: 0px;
  }

  a {
    border: 1px solid rgb(255, 250, 250);
    border-radius: 5px;

    color: var(--black-color) !important;

  }

  a.dropdown-item {
    background: transparent;
    border: none !important;
    color: #fdf7f7 !important;
    line-height: 3;

    &:hover {
      background-color: var(--black-color);
      color: var(--main-color) !important;

    }
  }
}

.dropdown-menu.show {
  display: block;
  background: var(--black-color);
  width: 250px;
  position: absolute !important;
  transform: translatey(45px) !important;
}

@media(max-width:1200px) {
  header {
    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      padding: 8px;

    }

    ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      margin-bottom: 0;
      margin-left: 0;
      padding-left: 0;

      li {

        a {
          margin-left: 18px;
          color: black;
          padding: 10px 8px;
          font-size: 14px;
          font-weight: 600;

          &:hover {
            color: var(--main-color);
          }

          .dropdown-menu {
            li {
              font-size: 18px;

              a {
                font-size: 14px;
              }
            }
          }

          .dropdown-menu .show {
            position: absolute !important;
            top: calc(100% + 80px);

            li {
              font-size: 18px;

              a {
                font-size: 14px;
              }
            }
          }

        }

        .active {
          color: var(--main-color);

        }
      }

      .nav-item {

        a {
          font-size: 14px;
          font-weight: 600;

          &:hover {
            color: var(--main-color);
          }
        }

      }
    }

    .icon {
      display: flex;
      justify-content: space-between;
      align-items: center;

      .icons {

        i {
          color: black;
          margin-left: 20px;

          &:hover {
            color: var(--main-color);
          }
        }
      }
    }
  }
}

@media(max-width:992px) {
  header {

    nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      align-content: center;
      padding: 8px;

      .logo {
        display: flex;
        justify-content: center;
        align-items: center;

        img {
          width: 85px;
        }
      }

      ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0;

        li {
          a {
            &:hover {
              color: var(--main-color);
            }

            .dropdown-menu {
              li {
                font-size: 18px;

                a {
                  font-size: 14px;
                  color: rgb(0, 0, 0);
                }
              }
            }
          }

          .active {
            /* color: var(--main-color); */
            color: #707074;
          }
        }

        .nav-item {
          a {
            font-size: 14px;
            font-weight: 600;
            color: rgb(252, 252, 252);

            &:hover {
              color: var(--main-color);
            }
          }

        }
      }

      .openbtn {
        width: 35px;
        height: 35px;
        position: relative;
        background: var(--black-color);
        cursor: pointer;
        border-radius: 5px;
        z-index: 3;
        flex: 1 0 auto;
      }

      .openbtn span {
        display: inline-block;
        position: absolute;
        width: 25px;
        left: 5px;
        top: 9px;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        transition: all .4s;

        &:nth-of-type(1) {
          top: 9px;
        }

        &:nth-of-type(2) {
          top: 17px;
        }

        &:nth-of-type(3) {
          top: 25px;
        }
      }

      .openbtn.active span {
        &:nth-of-type(1) {
          top: 10px;
          left: 10px;
          transform: translateY(6px) rotate(-45deg);
          width: 40%;
        }

        &:nth-of-type(2) {
          opacity: 0;
        }

        &:nth-of-type(3) {
          top: 22px;
          left: 10px;
          transform: translateY(-6px) rotate(45deg);
          width: 40%;
        }
      }

      .icon {
        display: flex;
        justify-content: space-between;
        align-items: center;

        .icons {

          i {
            color: black;
            margin-left: 20px;

            &:hover {
              color: var(--main-color);
            }
          }
        }
      }
    }
  }

  header .menu {
    background-color: rgba(0, 0, 0, 0.883);
    width: 330px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: auto;
    padding-top: 70px;
    transform: translatex(100%);
    transition: all .3s;
    z-index: 2;
    color: white;
    backdrop-filter: (6px);

    li {
      a {
        line-height: 3;
        font-size: 17px;
        margin-bottom: 0px;
        color: white;
        transition: .3s;
      }
    }
  }

  .open_menu {
    transform: translatex(0);
  }

  .close {
    display: block !important;
  }
}

@media(max-width:425px) {
  header .icon .btn_consultion {
    padding: 7px 13px;
    font-size: 14px;
  }

  header nav .logo img {
    width: 65px;
  }

  header nav .icon .icons i {
    margin-left: 6px;
  }

  header .menu {
    width: 100%;
  }
}

.open_menu {
  transform: translatex(0);
}

.close {
  display: block !important;
}

.open_menu {
  transform: translatex(0) !important;
}

.headen {
  display: block !important;
}

.headen::before {
  content: "\f00d";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
}

/* ----------end-header---------- */
/* --------start hero background--------- */
.landin_bg {
  position: relative;

  video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    display: block;
    inset: 0;
    object-fit: cover;

  }

  .content {
    padding: 20% 0;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: 686px;

    .main_hero {
      font-weight: bold;
      font-size: 35px;
      text-align: center;
      max-width: 60%;
      color: var(--white-color);
      line-height: 2;
      margin-bottom: 40px;
    }

    .text {
      font-weight: bold;
      font-size: 21px;
      text-align: center;
      margin-bottom: 60px;
    }

    .btn_main {
      display: flex;
      gap: 50px;
    }


  }

}

.landin_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .58;
  z-index: -1;


}

@media(max-width:768px) {
  .landin_bg {
    .content {
      padding: 20% 0;
      color: var(--white-color);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      max-height: 686px;

      .main_hero {
        font-weight: bold;
        font-size: 27px;
        max-width: 100%;
        color: var(--white-color);
        line-height: 2;
      }

      .text {
        font-weight: bold;
        font-size: 18px;
        max-width: 100%;

      }

      .btn_main {
        display: flex;
        gap: 50px;

        .btn_consultion {
          padding: 12px 25px;
        }

        .btn_consultent {
          padding: 12px 25px;
        }

      }


    }

  }

}

@media(max-width:425px) {
  .landin_bg {
    .content {
      .main_hero {
        font-weight: bold;
        font-size: 18px;
        max-width: 80%;
        color: var(--white-color);
        line-height: 2;
        margin-bottom: 20px;
      }

      .text {
        font-weight: bold;
        font-size: 14px;
        max-width: 60%;
      }

      .btn_main {
        display: flex;
        flex-direction: column;
        gap: 50px;
      }


    }

  }

}

/* --------end slide background---------- */
/* --------start about_us---------- */
.about_us {
  margin: 30px 0 0;

  .box {
    .content {
      font-size: 18px;
      font-weight: 400;
      color: black;
      padding: 35px 0 20px;
      max-width: 90%;
    }

    img {
      border-radius: 10px;
      transition: .3s;
    }

    .number {
      font-size: clamp(25px, 3vw, 45px);
      font-weight: 600;
      color: var(--main-color);
      margin-bottom: 20px;
    }

    .description {
      font-size: 20px;
      font-weight: bold;
      color: black;
    }

    .btn_consultion {
      width: fit-content;
      margin: 55px 0px 20px auto;
      display: block;
    }

    .btn_consultion::before {
      content: "";
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: 5px;
      left: 5px;
      border: 1px solid white;
      border-radius: 8px;

      &:hover {
        order: 1px solid var(--main-color);
      }
    }

    .btn_consultion {
      &:hover:before {
        border: 1px solid var(--main-color);
      }
    }
  }
}

@media(max-width:1024px) {
  .about_us {
    .boxs {
      .box {
        .expertise {
          .hold {

            .number {
              font-size: 30px;
            }

            .description {
              font-size: 18px;
            }
          }
        }
      }

    }
  }
}

@media(max-width:768px) {
  .about_us {
    .boxs {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;

      .box {
        .content {
          max-width: 100%;
        }

        .expertise {
          .hold {
            display: flex;
            align-items: center;
            text-align: center;
            flex-direction: column;

            .number {
              font-size: 30px;
            }

            .description {
              font-size: 18px;
              font-weight: 500;
              margin-bottom: 20px;
            }
          }





          .btn_consultion {
            margin: 0 auto;
          }
        }

        .btn_consultion {
          margin: 0 auto;
        }
      }

    }
  }
}

@media(max-width:425px) {
  .about_us {
    .title_main {
      margin-bottom: 20px;
    }

    .boxs {
      .box {
        .btn_consultion {
          margin: 0 auto 20px;
        }
      }

    }
  }
}

/* --------start section--------- */
/* --------start services---------- */
.services {
  margin-top: 40px;

  .services_title {
    background-image: url(../image/Group\ 28.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 242px;

    .title_main {
      color: white;
      font-size: 35px;
      font-weight: 600;
    }

  }

  .about_services {
    margin-top: -110px;

    .item_services {
      background-size: cover;
      /* max-height: 243px; */
      position: relative;
      display: flex;
      border-radius: 10px;
      flex-direction: column;
      align-items: center;
      z-index: 222;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.27);
      height: 100%;

      &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
        background-color: white;
        border-radius: 10px;
        transition: 0.3s;
      }

      &:hover:before {
        opacity: .80;
        transition: 0.3s;
      }

      &:hover .btn_item {
        background-color: var(--main-color);
        color: var(--white-color);
      }



      .body_item {
        position: relative;
        z-index: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-color: transparent;
        height: 100%;
        padding: 20px 10px;
        transition: .3s;

        .icon_item {
          background: var(--main-color);
          color: white;
          font-weight: normal;
          font-size: 35px;
          width: 60px;
          height: 60px;
          border-radius: 8px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 10px;
          transition: .3s;

          img {
            max-width: 40px;
            object-fit: contain;
            filter: brightness(0) invert(1);
            transition: .3s;
          }
        }

        .text {
          font-weight: 600;
          font-size: 18px;
          text-align: center;
          color: #181922;
        }

        .addrass {
          font-weight: bold;
          font-size: 20px;
          text-align: center;
          color: #181922;

        }

        .btn_item {
          margin-top: auto;

          i {
            margin-right: 5px;
          }
        }
      }

      &:hover .icon_item {
        background-color: var(--white-color);
        color: var(--main-color);

        img {
          filter: brightness(1) invert(0);
        }
      }
    }
  }
}

/* --------end services---------- */
/* -------start -why_not---- */
.why_arib {
  background-color: var(--secound-color);
  padding: 30px;
  margin-top: 50px;

  .arib_boxs {
    .arib_box {
      background-color: var(--white-color);
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px;
      border-radius: 10px;
      height: 100%;
      transition: .3s;

      &:hover {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.589);
      }

      .icon_item {
        margin-bottom: 20px;

        img {
          width: 55.21px;
          height: 62.57px;
        }
      }

      .addrass {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        color: #181922;
        margin-bottom: 20px;

      }
    }
  }
}

@media(max-width:768px) {
  .why_arib {
    .why_arib_title {
      .title_main {
        font-size: 20px;
      }
    }

    .arib_boxs {
      margin-top: -40px;
    }
  }
}

/* -------end -why_not---- */

/* -------start -arib_journey---- */
.arib_journey {
  position: relative;
  margin-top: 50px;

  .aribjourney_boxs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    position: relative;

    .arib_item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;

      .title {
        font-weight: normal;
        font-size: 20px;
        text-align: center;
        padding: 0 20px;
        color: #181922;


      }
    }
  }
}

.aribjourney_boxs::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: -73px;
  top: 0px;
  z-index: -1;
  background-image: url(../image/Group\ 111.png);
  background-repeat: no-repeat;
}

@media(max-width:1024px) {
  .aribjourney_boxs::before {
    display: none;
  }
}

/* -------end -arib_journey---- */
/* -------start -Our_achievement---- */
.Our_achievement {

  .Our_achievement_boxs {

    margin: 50px;

    .achievement_box {
      border: 1px solid black;
      border-radius: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 50px;
      transition: .3s;

      .number_item {
        width: 141px;
        height: 85px;
        border-radius: 10px;
        background: linear-gradient(#BDBEC0, #FEFEFE, #BDBEC0 100%);
        font-weight: bold;
        font-size: 45px;
        color: var(--main-color);
        display: flex;
        justify-content: center;
        margin-top: -42px;
        transition: .3s;
        align-items: center;

        &:hover {
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.616);
        }
      }

      &:hover {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.616);
      }

      &:hover .number_item {
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.616);
      }

      .addrass {
        padding: 30px 0 20px;
        font-weight: bold;
        font-size: 16px;
      }

      i {
        font-weight: bold;
        margin-bottom: -11px;
        font-size: 25px;
        color: var(--black-color);
      }
    }
  }
}

.licenses-section {

  margin-bottom: 10rem;
}

/* -------end -Our_achievement---- */
/* -------start -customers---- */
.item_customers {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 2px 3px 6px hsla(0, 0%, 0%, 0.19);
  height: 150px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 5%;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;

  }

  @media (max-width:600px) {
    height: 130px;
  }
}

/* -------end -customers---- */
.swiper {
  width: 100%;
  height: 100%;

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px !important;
  top: var(--swiper-pagination-top, 81%);
  left: 50%;
  width: 100%;
  transform: translatex(-50%);
}

.swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid black;
  width: 15px;
  height: 15px;
  background: white;
  border-color: transparent;
  box-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.541);
}

/* --------end section--------- */
/* ------start-Why choose our honey?------*/
/* .whychoose {
  position: relative;


  .images {
    width: 45px;
    height: 44px;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .title {
    .content_why {
      font-size: clamp(14px, 3vw, 18px);
      font-weight: 400;
    }
  }
}

.item .description .title_secound {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  margin-bottom: 20px;
}

.item .description .pragh_section {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  color: #000000;
}

.why::before {
  content: "";
  position: absolute;
  width: 186px;
  background-image: url(../image/Path\ 949.png);
  height: 198px;
  right: 26px;
  top: 35px;
  z-index: 55;
  display: block;
  background-size: cover;
}

.why::after {
  content: "";
  position: absolute;
  background-image: url(../image/Path\ 950.png);
  width: 229px;
  height: 245px;
  z-index: 55;
  bottom: -31px;
  left: 10px;
  background-size: cover;
}

.btn_shopping {
  border-radius: 12px;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 30px;
  color: white;
  font-size: 18px;
  font-weight: 600;

  &:hover {
    background-color: #F4F4F4;
    border-color: transparent;
    box-shadow: 0px 3px 6px hwb(0 0% 100% / 0.26);
    color: var(--main-color);
  }
} */

/* ------end-Why choose our honey?------*/
/* ----- start-Our products------------- */
/* .title {
  margin-block: 40px;
  text-align: center;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: bold;
}

.swiper-slide {

  background-color: rgba(255, 255, 255, 0) !important;
  border-radius: 20px;
  padding-top: 30px;

  .item_product {
    background-color: #F4F4F4;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;

    &:hover {
      box-shadow: 0px 3px 6px hwb(0 0% 100% / 0.26)
    }

    img {
      border-radius: 25px 25px 0px 0px;
    }
  }

  .text_product {
    padding: 20px 20px;
    background-color: #F4F4F4;
    border-radius: 0px 0px 25px 25px;
    text-align: start;
  }

  .name_proudcut {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
  }

  .name_price {
    margin-bottom: 20px;
    color: #BB5D00;
    font-size: 20px;
    font-weight: bold;
  }

  .weight {
    font-size: 20px;
    font-weight: 600;
    color: black;
  }

  .btn_shopping {
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 6px 30px;



    &:hover {
      background-color: #FFFFFF;
      box-shadow: 0 3px 6px hwb(0 0% 100% / 0.26);
      border-color: transparent;
      color: var(--main-color);
    }

    &:hover a {
      color: var(--main-color)
    }
  }


}

.products-slider {
  padding-top: 2rem;

  .swiper-button-next:after {
    content: '\f054';
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px 12px;
    width: 35px;
    height: 35px;

  }

  .swiper-button-prev:after {
    content: '\f104';
    font-family: "Font Awesome 7 Free";
    font-weight: bold;
    font-size: 15px !important;
    border: 1px solid var(--main-color);
    border-radius: 50%;
    padding: 8px 12px;
    width: 35px;
    height: 35px;
  }

  .swiper-button-next {
    top: 35px;
    left: 85px;
    color: var(--secound-color);
    transition: .3s;

    &:hover:after {
      background-color: #F49F1E;
      color: white;
    }

  }

  .swiper-button-prev {
    right: 1010px;
    color: var(--secound-color);
    top: 35px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;

    &:hover:after {
      background-color: #F49F1E;
      border-radius: 50%;
      color: white;
    }

  }
}

@media(max-width:1200px) {
  .products-slider {
    padding-top: 5rem;

    .swiper-button-next {

      left: 220px;
    }

    .swiper-button-prev {

      right: 780px;
    }
  }
}

@media(max-width:1024px) {
  .products-slider {
    padding-top: 2rem;

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 75px;
    }

    .swiper-button-prev {

      right: 900px;
    }
  }
}

@media(max-width:992px) {
  .products-slider {
    padding-top: 2rem;

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 75px;
    }

    .swiper-button-prev {

      right: 648px;
    }
  }
}

@media(max-width:767px) {
  .products-slider {
    padding-top: 5rem;

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 80px;
    }

    .swiper-button-prev {

      right: 900px;
    }
  }
}

@media(max-width:500px) {
  .products-slider {
    padding-top: 2rem;

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 125px;
    }

    .swiper-button-prev {

      right: 325px;
    }
  }
}

@media(max-width:375px) {
  .products-slider {
    padding-top: 2rem;

    .swiper-button-next:after {
      content: '\f054';
    }

    .swiper-button-next {

      left: 90px;
    }

    .swiper-button-prev {

      right: 285px;
    }
  }
} */

/* ----- end-Our products------------- */
/* ----- start-ordernow------------- */
.order_now {
  img {
    width: 100%;
    height: 100%;
    text-align: center;
  }
}

/* ----- end-ordernow ------------- */
/* ----- start-Where does our honey come from? ------------- */
.Where_does {
  .btn_shopping {
    border-radius: 12px;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;

    a {
      color: white;
      padding: 0px 25px;

      &:hover {
        color: black;
      }
    }

    &:hover {
      background-color: #F4F4F4;
      border-color: transparent;

    }

  }

}

/* ----- end-Where does our honey come from? ------------- */
/*--start-Quality guaranteed and certified-----*/
.Quality_guaranteed {
  background-image: url(../image/white-color-hexagone-top-view-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  .images_quality {
    width: 135px;
    height: 123px;

    img {
      width: 135px;
      height: 123px;
      object-fit: contain;
    }
  }
}

/*-- end-Quality guaranteed and certified-----*/
/* --------start-Frequently asked questions------ */
.Frequently_asked {
  margin-top: -40px;
}

.accordion-item {
  background-color: #F4F4F4;
  border-bottom: 0;
  border-radius: 15px !important;
  margin-bottom: 20px;

  /* box-shadow: 2px 2px 9px var(--main-color); */
  i {
    margin-left: 10px;
  }
}

.accordion-header {
  background-color: #F4F4F4;
  border-radius: 15px;
  font-size: 20px;
  font-weight: bold;
}

.accordion-button::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 pro";
  font-weight: bold;
  color: var(--black-color);
  background-image: none;
}

.accordion-body {
  background-color: white;
  border-radius: 0 0 15px 15px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.16);
}

.accordion-button {
  border-radius: 0;
  border-radius: 10px !important;
  box-shadow: 0 3px 6px hwb(0 0% 100% / 0.24);
  box-shadow: none;
  /* background-color: #F4F4F4; */
  background-color: #E5E5E5;
  font-weight: bold;


}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #E5E5E5 !important;
  padding: 16px 20px 16px !important;
  font-size: 20px;
  font-weight: bold;
  color: black;
  border-radius: 10px 10px 0 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.img_frequently {
  width: 368.28px;
  height: 274.01px;
  background: transparent;

}

@media(max-width:767px) {
  .Frequently_asked {
    .container {
      .row {
        flex-direction: column-reverse !important;

      }
    }
  }
}

/* ---------end-Frequently asked questions------- */
/*------------start-Customer opinion ------- --*/
.swiper {
  width: 100%;
  height: 100%;

}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;

}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
  display: none;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.main_customers {
  background-image: url(../image/Group\ 117.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.Customer_opinion {
  background-image: url(/image/white-color-hexagone-top-view-background.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;

  .title_main {
    padding-top: 0;
    margin-bottom: 30px;
  }

  height: auto;
  padding-bottom: 50px;

  .item_opinion {
    background-color: white;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.274);
    border-radius: 10px;
    height: 100%;

    .head {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: row;
      align-content: space-between;
      padding: 15px;
      align-items: start;
      justify-content: space-between;
      height: 100%;
      max-height: 90px;

      .head_icon {
        display: flex;
        flex-direction: row;
        align-items: center;

        .icon_user {
          width: 45.07px;
          height: 45.07px;
          border-radius: 10px 10px 0 0;

          img {
            width: 100%;
            height: 100%;
            background: transparent;
          }
        }

        .content {
          margin-right: 20px;
          display: flex;
          flex-direction: column;
          align-items: start;

          .textone {
            font-weight: bold;
            font-size: 18px;
            color: #fff;
            text-align: start;
            margin-bottom: 10px;

          }

          .text {
            font-weight: 600;
            font-size: 15px;
            text-align: start;
            color: #fff;

          }
        }
      }

      .stars_icon {
        display: flex;
        justify-content: start;

        .fa-star {
          font-size: 20px;
          color: #FCE340;
          margin-left: 4px;


        }
      }
    }

    p {
      font-weight: 600;
      font-size: 18px;
      text-align: center;
      color: #181922;
      padding: 30px;
      height: 100%;
      height: 100px;
    }

    .head::before {
      content: "";
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      inset: 0;
      background-image: url(../image/Group\ 12666.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-radius: 10px 10px 0 0;
      z-index: -1;
    }
  }
}

.title {
  position: relative;
  z-index: 1;

  h5 {
    font-size: 35px;
  }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 180 px !important;
}

.swiper-button-next:after {
  content: '\f054';
  font-family: "Font Awesome 6 pro";
  font-weight: bold;
  font-size: 18px !important;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  color: #000000;
}

.swiper-wrapper {
  padding-top: 5px;
}

.head {
  display: flex;
  justify-content: space-between;

  .head_icon {
    display: flex;
/*     border-bottom: 1px solid var(--main-color); */
    margin-bottom: 10px;

    .icon_user {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      margin-left: 5px;
    }
  }

  .fa-user {
    margin-left: 0px !important;
    color: white !important;
  }

  .stars_icon {
    font-size: 12px;

    .fa-star {
      margin-left: 0px !important;
      color: #FCE340 !important;

      &:nth-child(3) {
        font-size: 15px;
      }
    }
  }
}

@media(max-width:425px) {
  .Customer_opinion {
    &.swiper_slider {
      &.item_opinion {
        &.head {
          &.head_icon {
            &.content {
              display: flex;
              flex-direction: row;

              .textone {
                font-size: 14px;
              }
            }
          }
        }
      }
    }
  }
}

.head {
  display: flex;
  justify-content: space-between;

  .head_icon {
    display: flex;
/*     border-bottom: 1px solid var(--main-color); */
    margin-bottom: 10px;

    .icon_user {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      margin-left: 5px;
    }
  }

  .fa-user {
    margin-left: 0px !important;
    color: white !important;
  }

  .stars_icon {
    font-size: 12px;

    .fa-star {
      font-size: 14px !important;
    }
  }
}

/*------------end-Customer opinion------- --*/
/*------------start-footer ------- --*/
.footer {
  background: linear-gradient(hwb(234 9% 87% / 0.808), hwb(234 9% 87% / 0.808)), url(../image/office-skyscrapers-business-district.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 30PX;

  iframe {
    width: 300px;
    height: 150px;
    border-radius: 10px;
    display: block;
  }

  .top_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(hwb(0 90% 10% / 0.94), hsla(0, 0%, 90%, 0.94)), url(../image/three-big-tower-chpp-closeup.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    width: fit-content;
    padding: 25px 40px;
    text-align: center;
    width: 872px;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, -30px);
    transition: .3s;

    .texttop_footer {
      font-weight: bold;
      font-size: 25px;
      text-align: right;
      color: #181922;
      padding-left: 60px;


    }

    &:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.712), 0 3px 6px #464cb4d5;
    }
  }

  .total_footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 8ch 0;
    justify-content: center;
    align-content: center;
    /* justify-items: center; */
    text-align: start;
    margin-top: 110px;

    .logo_footer {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-content: center;

      img {
        margin-top: 50px;
        width: 130px;
        text-align: right;
        height: 60px;
        transition: .3s;

        &:hover {
          filter: brightness(0) saturate(100%) invert(50%) sepia(90%) hue-rotate(200deg);
        }
      }
    }

    ul {
      list-style: none;
      text-decoration: none;
    }

    .text_footer {
      padding-top: 30px;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      transition: .3s;

      &:hover {
        /* color: var(--main-color); */
        color: #707074;
        text-shadow: 3px 3px 6px var(--main-color);

      }

    }

    .links {
      line-height: 3;
      display: flex;
      flex-direction: column;
      align-items: flex-start;

      a {
        color: var(--white-color);
        transition: .3s;

        &:hover {
          /* color: var(--main-color); */
          color: #707074;
        }
      }

    }

    div .addrass {
      font-weight: bold;
      color: white;
      text-align: start;
      font-size: 18px;
      margin-bottom: 20px;
    }

    ul {
      padding-right: 0;

      li {
        line-height: 2;
        display: flex;
        align-items: center;

        a {
          font-weight: normal;
          font-size: 18px;
          text-align: right;
          color: #fff;
          transition: .3s;
          align-items: baseline;

          &:hover {
            /* color: var(--main-color); */
            color: #707074;

            i {
              color: var(--white-color);
              background-color: var(--main-color);
              box-shadow: 3px 3px 6px var(--main-color);
            }
          }

          i {
            background-color: var(--white-color);
            color: var(--black-color);
            width: 35px;
            height: 35px;
            border-radius: 8px;
            text-align: center;
            padding: 7px;
            font-size: 20px;
            margin-left: 10px;
            transition: .3s;
            flex: 1 0 auto;

            &:hover {
              color: var(--white-color);
              background-color: var(--main-color);
              box-shadow: 3px 3px 6px var(--main-color);
            }

          }

        }
      }
    }
  }

  iframe {
    &:hover {
      color: var(--white-color);
      box-shadow: 3px 3px 6px var(--white-color);
    }
  }
}

.raslna {
  li {
    margin-bottom: 15px;
  }
}

.pragre {
  color: white;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  font-weight: normal;
  border-top: 1px solid var(--white-color);
  transition: .3s;

  &:hover {
    color: var(--main-color);
  }

  &:hover span {
    color: var(--white-color);
  }

  span {
    color: var(--main-color);
    font-weight: 600;
    font-size: 20px;
    transition: .3s;

    &:hover {
      color: var(--white-color);
    }

    &:hover pragre {
      color: var(--main-color);
    }
  }
}

.footer .arrwa_call {
  display: flex;
  align-items: center;
  flex-direction: column;
  bottom: 40px;
  right: 35px;
  position: fixed;
  z-index: 5555;
  gap: 15px;

  .call {

    color: white;
    bottom: 30pxpx;
    right: 35px;
    border: 1px solid green;
    border-radius: 10px;
    background: green;
    width: 55px;
    height: 55px;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;

    a {
      color: white;
    }

    i {
      font-size: 40px;
    }

    &:hover {
      background: var(--main-color);
      color: white;
      box-shadow: 2px 2px 7px var(--progress), -2px -2px 7px green;

      a {
        color: white;
      }
    }
  }

  .arrwa {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-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: var(--white-color);
      color: var(--main-color);
      box-shadow: 2px 2px 7px var(--main-color), -2px -2px 7px var(--main-color);
    }

  }
}

@media(max-width:1024px) {
  .footer {
    margin-top: 150px;

    .top_footer {
      display: flex;
      flex-direction: column;
      margin-top: -120px;
      background-size: cover;
      background-position: top center;
      width: 100%;

      top: 26px;

      .texttop_footer {
        padding: 0 0 20px 0;
        text-align: center;
        font-size: 18px;


      }
    }
  }
}

@media(max-width:425px) {
  .footer {
    .total_footer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;

      .top_footer {
        top: 20px;

        .texttop_footer {
          padding: 20px;
          font-size: 18px;
          text-align: center;
        }
      }

      .logo_footer {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;

      }

    }
  }
}

/*------------end- footer------- --*/
/* ----- start-aboutus------- */
.Licenses {
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: center;
  gap: 20px;

  flex-wrap: wrap;
}

.blog_menu {
  background: linear-gradient(hwb(234 9% 87% / 0.808), hwb(234 9% 87% / 0.808)), url(../image/office-skyscrapers-business-district.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
  text-align: center;
  color: var(--white-color);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;

  ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 350px;

    li {
      display: flex;
      align-items: center;
      flex-direction: row;
      justify-content: center;

      a {
        color: var(--white-color);
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        font-size: 20px;
        margin-right: 10px;

        &::after {
          content: ">"
        }
      }

      &:last-child a::after {
        content: "" !important;
      }

      &:last-child a {
        font-size: 35px;
      }


    }
  }
}

@media(max-width:425px) {
  .blog_menu {
    ul {
      li {
        &:last-child a {
          font-size: 25px;
        }
      }
    }
  }
}

/* ----- end-about-us------- */
/* ***** start-Our-vision******  */
.vision {
  background-color: hsla(238, 83%, 28%, 0.062);
  padding: 30px;
  position: relative;
  margin-top: 20px;

  &::after {
    content: "";
    position: absolute;
    background-image: url(../image/Group\ 2055554.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 1349px;
    top: 65px;
  }

  &::before {
    content: "";
    position: absolute;
    background-image: url(../image/Group\ 20444.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 79px;
    top: 77px;
  }

  .Our_vision {
    .item_vision {
      min-height: 100%;
      background: #fff;
      filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.26));
      border-radius: 10px;
      max-width: 100%;
      gap: 20px;
      transition: .3s;

      &:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.471);
        scale: .98;
      }

      .main-title {
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        color: var(--white-color);
        width: fit-content;
        margin: auto;
        padding: 15px 30px;
        border-radius: 0 0 50% 50%;
        background-color: var(--main-color);
        transform: translateY(-20px);
        position: relative;

        &::after {
          content: "";
          position: absolute;
          border-width: 15px 15px 15px 15px;
          border-style: solid;
          border-color: var(--main-color) transparent transparent transparent;
          top: 6px;
          right: -15px;
          transform: rotate(44deg);
        }

        &::before {
          content: "";
          position: absolute;
          border-width: 15px 15px 15px 15px;
          border-style: solid;
          border-color: transparent transparent transparent var(--main-color);
          top: 6px;
          left: -14px;
          transform: rotate(44deg);
        }
      }

      .content {
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        color: #181922;
        padding: 0px 30px 20px;
        max-width: 650px;

      }
    }
  }
}

/* ***** end-Our-vision****** */
/* -----****** start-services*********------- */
.total_section {
  background-image: linear-gradient(hsla(0, 0%, 100%, 0.95), hsla(0, 0%, 100%, 0.95)), url(../image/low-view-modern-skyscrapers-office-buildings.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.services .services_available .main_services .nav-pills {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
}

ul#pills-tab {
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 50px;
  margin-top: 70px;

  .nav-link.active {
    background-color: var(--main-color);
    color: var(--white-color);
  }

  .nav-link.active .icon {
    background-color: var(--white-color);
    color: var(--main-color);
    box-shadow: 0 3px 6px var(--main-color);

    img {
      filter: none;
    }
  }

  .nav-link {
    padding: 10px 45px 10px 40px;
    position: relative;
    border: 1px solid var(--main-color);
    border-radius: 10px;
    color: black;
    font-weight: bold;
    font-size: 20px;

  }

  .nav-item {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: var(--black-color);
    background-color: var(--white-color) !important;

    .icon {
      font-weight: normal;
      font-size: 26px;
      text-align: center;
      color: #fff;
      background-color: var(--main-color);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      width: 50px;
      margin-left: 17px;
      height: 50px;
      position: absolute;
      right: -17px;
      top: 0;

      img {
        width: 80%;
        height: 80%;
        object-fit: contain;
        filter: brightness(0) invert(1);
      }
    }

  }
}


.services_item {
  margin-top: 50px;

  .item {
    border: 1px solid var(--main-color);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;

    img {
      transform: translate(-50px, -17px);
      background-color: white;
      padding: 0 10px;
      width: 100%;
      max-width: 55px;

    }

    .main_item {
      position: relative;
      font-family: Cairo;
      font-weight: bold;
      font-size: 20px;
      text-align: right;
      color: #181922;
      padding: 0 20px 20px;

      &::after {
        position: absolute;
        content: "";
        right: 0;
        top: 57px;
        width: 150px;
        border-bottom: 2px solid var(--main-color);
      }

    }

    .description {
      font-weight: 500;
      font-size: 18px;
      text-align: right;
      padding: 20px;

    }

    .btn_item {
      display: block;
      width: fit-content;
      margin: auto;
      margin-bottom: 30px;
      margin-top: auto;
    }
  }
}


@media(max-width:768px) {
  ul#pills-tab {
    gap: 30px;

    .nav-link {
      padding: 10px 25px 10px 20px;
      position: relative;
      border: 1px solid var(--main-color);
      border-radius: 10px;
      color: black;
      font-weight: 800;
      font-size: 14px;

    }

    .nav-item {
      font-weight: normal;
      font-size: 20px;
      text-align: center;
      color: var(--black-color);
      background-color: var(--white-color) !important;

      .icon {
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        color: #fff;
        background-color: var(--main-color);
        border-radius: 50%;
        padding: 10px;
        width: 40px;
        margin-left: 17px;
        height: 40px;
        position: absolute;
        right: -17px;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
      }

    }
  }
}

/* ----- end-services------- */
/* ----- start-why-choose arib------- */
.choose_arib {
  margin-top: 50px;

  .boxs_choose {
    background-color: white;
    padding: 40px;

    .box_choose {
      display: flex;
      align-content: center;
      /*       align-items: center; */
      gap: 10px;
      flex-wrap: nowrap;
      margin-bottom: 45px;
      position: relative;
      z-index: 5;

      &::before {
        counter-increment: mohamed;
        content: "0" counter(mohamed);
        position: absolute;
        top: 13px;
        /* width: 100%; */
        right: 23px;
        height: 100%;
        font-size: 70px;
        font-weight: bold;
        transform: translate(71px, -47px);
        text-shadow: 1px 1px 5px black, -1px -1px 5px black;
        color: #FFFFFF;
        text-shadow: 1px 1px 0px rgb(0 0 0 / 14%), -1px -1px 1px rgb(0 0 0 / 15%);
        z-index: -1;
      }

      img {
        border: 1px solid var(--black-color);
        max-width: 42px;
        width: 100%;
        border-radius: 4px;
        padding: 5px;
        width: 44px;
        height: 44px;
        object-fit: contain;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      }

      .secound_title {
        font-weight: 600;
        font-size: 18px;
        text-align: center;
        color: #181922;
      }

    }

    .box_image {
      border-radius: 10px;
      border: 5px solid #f6f6f6;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
      transform: translatey(-95px);

      img {
        border-radius: 10px;
      }
    }


  }
}

@media(max-width:768px) {
  .choose_arib {
    margin-top: 50px;

    .boxs_choose {

      .box_choose {
        flex-direction: column;

        &::before {
          right: 50%;
        }


        .secound_title {
          margin-top: 21px;
        }
      }
    }
  }
}

/* ----- end-why-choose arib------- */
/* -- ******start-content_singlepage***** -- */
.content_singlepage {
  margin-top: 40px;

  .text_social {
    .content {
      padding-block: 30px;
    }
  }
}

@media(max-width:768px) {
  .content_singlepage {
    margin-top: 40px;

    .text_social {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;

    }
  }
}

/* -- ******end-content_singlepage***** -- */
/* ******start-why-choose-this-services***** */
.services_choose {
  margin-block: 50px;

  .chosse_text {
    .box-ser {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
      gap: 40px;

      .box_image {
        display: flex;
        color: white;
        position: relative;
        z-index: 2211;
        gap: 20px;
        background-color: white;
        box-shadow: 0 3px 6px hwb(0 0% 100% / 0.16);
        border-radius: 10px;
        margin-right: 25px;

        img {
          width: 24.1px;
          height: 27.31px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: -25px;

        }

        &::before {
          content: "";
          position: absolute;
          right: -39px;
          top: 50%;
          transform: translatey(-50%);
          background-image: url(../image/Polygon\ 21.png);
          background-repeat: no-repeat;
          background-size: cover;
          width: 73px;
          height: 85px;
          z-index: -1;
        }

        .text_box {
          font-weight: 600;
          font-size: 18px;
          text-align: center;
          color: #181922;
          padding: 20px 30px;
          margin-bottom: 0;

        }
      }


    }
  }
}

/* ******end-why-choose-this-services***** */
/* --******start-steps-work*********  */
.steps_work {
  background-color: hsla(238, 83%, 28%, 0.04);
  padding-block: 50px;

  .items-steps {
    .step-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      position: relative;


      .step-icon {
        position: relative;

        &::before {
          counter-increment: sasa;
          content: "0" counter(sasa);
          width: 20px;
          height: 20px;
          color: var(--main-color);
          top: -28px;
          left: 60%;
          transform: translatex(-60%);
          position: absolute;
          font-weight: bold;
          font-size: 34px;
          text-align: center;
          color: #0c1185;
          z-index: -1;

        }
      }

      .line_step {
        width: 282.99px;
        height: 10px;
        background: #0c1185;
        opacity: 0.05;
        transform: rotate(517deg);
        left: -147px;
        position: absolute;
        bottom: 129px;
        z-index: -1;

      }

      .line_steps {
        width: 282.99px;
        height: 10px;
        background: #0c1185;
        opacity: 0.05;
        transform: rotate(563deg);
        right: 190px;
        position: absolute;
        bottom: 134px;
        z-index: -1;
      }

      .step-title {
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        color: #181922;

      }

      &:nth-child(even) {
        margin-top: 100px;

        .line_step {
          width: 282.99px;
          height: 10px;
          background: #0c1185;
          opacity: 0.05;
          transform: rotate(563deg);
          right: 190px;
          position: absolute;
          bottom: 134px;
          z-index: -1;
        }
      }
    }
  }
}

@media(max-width:1024px) {
  .steps_work {
    .items-steps {
      .step-item {
        .step-icon {
          position: relative;

          &::before {
            counter-increment: sasa;
            content: "0" counter(sasa);
            width: 20px;
            height: 20px;
            color: var(--main-color);
            top: -28px;
            left: 60%;
            transform: translatex(-60%);
            position: absolute;
            font-weight: bold;
            font-size: 34px;
            text-align: center;
            color: #0c1185;
            z-index: -1;

          }
        }

        .line_step {
          width: 282.99px;
          height: 10px;
          background: #0c1185;
          opacity: 0.05;
          transform: rotate(508deg);
          left: -147px;
          position: absolute;
          bottom: 129px;
          z-index: -1;

        }

        .line_steps {
          width: 204.99px;
          height: 10px;
          background: #0c1185;
          opacity: 0.05;
          transform: rotate(573deg);
          right: 136px;
          position: absolute;
          bottom: 134px;
          z-index: -1;
        }
      }
    }
  }
}

@media(max-width:768px) {
  .steps_work {
    .items-steps {
      .step-item {
        .line_step {
          display: none;
        }

        .line_steps {
          display: none;
        }

        .step-title {
          font-weight: bold;
          font-size: 18px;
          text-align: center;
          color: #181922;

        }

      }
    }
  }
}

@media(max-width:600px) {
  .steps_work {
    .items-steps {
      .step-item {
        margin-top: 50px !important;

        &:nth-child(even) {
          margin-top: unset;
        }
      }
    }
  }
}

@media(max-width:425px) {
  .steps_work {
    background-color: hsla(238, 83%, 28%, 0.04);
    padding-block: 50px;

    .items-steps {
      .step-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 30px !important;

      }


    }
  }
}


/* --******end-steps-work*********  */
/* --************start Contact_us*********-------- */
.Contact_us {
  background-image: url(../image/Group\ 150.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-block: 60px;

  label {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #181922;
    padding-block: 20px;

  }

  .form-control {
    margin-bottom: 23px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
    padding: 10px;
    transition: .3s;
    min-height: 50px;

    placeholder {
      font-weight: 500;
      font-size: 18px;
      text-align: center;
      color: #181922;

    }

    &:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.471);
      scale: .98;
    }
  }

  .form-control:focus {
    border: 2px solid var(--main-color);
    background-color: var(--secound-color);
  }

  button {
    margin: 20px auto 30px;
    width: 208px;
    display: block;

  }

  .form-select {
    padding: 10px;
    margin-bottom: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
    transition: .3s;
    min-height: 50px;

    &:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.471);
      scale: .98;
    }
  }

  .form-select:focus {
    border: 2px solid var(--main-color);
    background-color: var(--secound-color);
  }
}

.Contactus_socail {
  .box-wrapper {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.37);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    height: 100%;
    margin-bottom: 30px;
    min-height: 200px;
    transition: .3s;

    i {
      background-color: var(--black-color);
      color: var(--white-color);
      width: 35px;
      height: 35px;
      border-radius: 8px;
      text-align: center;
      padding: 7px;
      font-size: 20px;
      margin: 0 10px 20px;
      transition: .3s;
    }

    a {
      font-weight: normal;
      font-size: 18px;
      text-align: center;
      color: #181922;
    }

    &:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.471);
      scale: .98;
    }

  }

}

.footer {
  .total_footer {
    margin-top: 60px;
  }
}

@media(max-width:768px) {
  .Contact_us {
    label {
      display: flex;
      justify-content: center;
    }
  }
}

/* --*********end Contact_us********** ----- */
/* --*********startAsk for an advice */
.contact_me {
  background-image: url(../image/Group\ 150.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;

  .Contact_us {
    background-image: none;

    .titlemain_Contact_us {
      .item_content {
        display: flex;
        align-items: center;
        place-content: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;

        .number {
          background-image: url(../image/Group\ 20888.png);
          background-repeat: no-repeat;
          width: 68px;
          height: 59px;
          font-weight: bold;
          font-size: 27px;
          color: #0c1185;
          display: flex;
          align-items: center;
          justify-content: center;
          align-content: center;
          margin: 0;
        }

        .text_content {
          font-weight: bold;
          font-size: 18px;
          text-align: center;
          color: #000;
          margin-bottom: 0;
        }
      }
    }
  }
}

@media(max-width:768px) {
  .contact_me {
    background-image: url(../image/Group\ 150.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    .Contact_us {
      background-image: none;

      .titlemain_Contact_us {
        .item_content {
          display: flex;
          flex-direction: column;
          margin-bottom: 20px;

          .number {

            margin-bottom: 20px;
          }

          .text_content {
            font-weight: bold;
            font-size: 18px;
            text-align: center;
            color: #000;
          }
        }
      }
    }

    .accordion-flush>.accordion-item>.accordion-collapse,
    .accordion-flush>.accordion-item>.accordion-header .accordion-button,
    .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
      background-color: #E5E5E5 !important;
    }
  }
}

@media(max-width:600px) {
  .contact_me {
    .Contact_us {
      background-image: none;

      .titlemain_Contact_us {
        .item_content {
          .text_content {
            font-size: 14px;
            font-weight: 600;
          }
        }
      }
    }

    .accordion-flush>.accordion-item>.accordion-collapse,
    .accordion-flush>.accordion-item>.accordion-header .accordion-button,
    .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
      background-color: #E5E5E5 !important;
    }
  }
}

/* --*********end Ask for an advice********** ----- */










































/* --start-Frequently asked questions----- */
.Frequently_asked {
  .blog_menu {

    ul {
      display: flex;
      justify-content: flex-start;
      padding-top: 28px;

      li {
        a {

          font-weight: 400;
          display: block;
          color: black;
          padding-left: 5px;
          font-size: clamp(12px, 2vw, 18px) !important;


          &::after {
            content: "/";
          }
        }

        &:last-child a::after {
          content: "" !important;
        }
      }
    }

  }

}

/* --start-Frequently asked questions----- */
/* --start-Frequently asked questions----- */
.Privacy_Policy {
  .blog_menu {
    ul {
      display: flex;
      justify-content: flex-start;
      padding-top: 28px;

      li {
        a {

          font-weight: 400;
          display: block;
          color: black;
          padding-left: 5px;
          font-size: clamp(12px, 2vw, 18px) !important;


          &::after {
            content: "/";
          }
        }

        &:last-child a::after {
          content: "" !important;
        }
      }
    }

  }

  .title_main {
    font-size: clamp(16px, 2vw, 25px);
    color: #000;
    font-weight: bold;
    text-align: right;
  }

  .content_Privacy_Policy {
    .title_main {
      font-size: clamp(16px, 2vw, 25px);
      color: #000;
      font-weight: bold;
    }

    .sum_content {
      display: flex;
      align-items: start;
    }

    img {
      width: 15px;
      height: 15px;
      margin-left: 10px;
      position: relative;
      display: inline-block;
      top: 30px;
    }

    .text_main {
      line-height: 1.7;
      font-weight: 400;
      font-size: clamp(14px, 2vw, 18px);
      margin-top: 20px;
    }

    p {
      display: flex;
    }
  }
}

@media(max-width:400px) {}

/* --end-Frequently asked questions----- */

.breadcrumb-section {
  background: linear-gradient(hwb(234 9% 87% / 0.808), hwb(234 9% 87% / 0.808)), url(../image/office-skyscrapers-business-district.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 150px;
  text-align: center;
  color: var(--white-color);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: row;



  ul {
    padding: 0;
    margin: 0;

    li {
      display: inline-flex;
      align-items: center;
      justify-content: center;

      &:not(:last-child) {
        &:after {
          content: "";
          display: inline-block;
          width: 1px;
          height: 20px;
          background-color: #D2D2D2;
          margin-inline: 10px;


        }
      }

      a {
        color: #D2D2D2;
        transition: 0.3s;
        font-size: 20px;
        font-weight: bold;

        @media only screen and (max-width: 600px) {
          font-size: 16px;
        }

        &:hover {
          color: white;
        }
      }
    }
  }

  .main-title {
    color: white;
    font-size: 35px;
    margin: 10px 0 0;
    font-weight: bold;

    @media only screen and (max-width: 600px) {
      font-size: 25px;
    }
  }
}

.button-wrapper {
  position: relative;
  display: inline-flex;
  /* Ensures the wrapper fits the button */
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  inset-inline-end: -20px;
  margin: 0;
  transform: translateY(-50%);
}

.wpcf7-form.submitting .wpcf7-submit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.8;
}

.post-content {
  padding: 4rem;
  line-height: 1.8;
  font-size: 18px;

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #0a1086;
  }
}

.pagination,
.woocommerce nav.woocommerce-pagination ul,
.nav-links {

  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  border: none;

  li {
    border: none;
  }

  .page-link,
  .page-numbers {
    color: #120F0D;
    background-color: #EEEEEE;
    color: #9A9A9A;
    border: none;
    min-width: 33px;
    height: 33px;
    border-radius: 5px;
    display: flex;
    font-size: 18px;
    box-shadow: none !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;

    &:hover,
    &.active,
    &.current {
      background-color: var(--main-color);
      color: white;
    }
  }
}


.single-blog-card {
  border-radius: 15px;
  background: #f5f5f5;
  overflow: hidden;
  padding: 16px;
  transition: 0.3s;

  a {
    color: #120F0D;
    text-decoration: none;
  }

  .blog-card-img {
    position: relative;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 15px;

    &:before {
      content: "";
      // arrow
      border-left: 65px solid transparent;
      border-right: 65px solid transparent;
      border-top: 65px solid #F5F5F5;
      position: absolute;
      bottom: -12px;
      left: -49px;
      transform: rotate(45deg);
      z-index: 2;
      transition: 0.3s;

    }

    img {
      height: 155px;
      object-fit: cover;
      transition: 0.3s;
      border-radius: 15px;

    }

    .icon {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 34px;
      height: 34px;
      background: $blue;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #F5F5F5;
      z-index: 5;
      transition: 0.3s;


    }
  }

  .blog-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    transition: 0.3s;
  }

  .description {
    font-size: 18px;
    line-height: 1.8;
  }



  &:hover {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
    transform: translateY(5px);

    img {
      transition: 0.3s;
      filter: brightness(1.05);
      scale: 1.1;
    }

    .blog-title {

      color: $blue;

    }

    .blog-card-img:before {
      border-top-color: white;
      transition: 0.3s;
    }

    .icon {
      transform: rotateX(360deg);
      transition: 0.3s;
    }
  }

  &.wide-blog-card {
    @media only screen and (min-width: 768px) {
      a {
        padding: 10px;
        display: flex;

        .blog-card-img {
          margin-inline-end: 1rem;
          width: 50%;
          flex-shrink: 0;

          img {
            height: 100%;
            border-radius: 10px;

          }
        }
      }

      .info {
        display: flex;
        flex-direction: column;
      }

      .read-more {
        margin-top: auto;
      }
    }
  }
}
