/* start--fonts */
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

/* end--fonts */
:root {
  --main-color: #0d123a;
  --black-color: #1e1e1e;
  --secound-color: #32939c;
  --thired-color: #07091f;
  --white-color: #ffffff;
}

.blog_menu {
  display: flex;
  gap: 5px;
  align-items: center;

  a,
  span {
    font-weight: 400;
    display: block;
    color: #2a353f8c;
    font-size: clamp(12px, 2vw, 18px) !important;


  }


}

*,
*::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: "Tajawal", sans-serif;
  background-color: #fafafa;
  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(--main-color);
  color: white;
}

.title_main {
  .title_main {
    font-size: clamp(25px, 3vw, 36px) !important;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 25px;
    font-weight: 500;
    color: #07091f;
  }
}

a.btn_order {
  font-size: 16px;
  font-weight: 500;
  background: linear-gradient(to bottom, #32939c, #113336);
  padding: 11px 43px 10px 43px;
  color: white;
  border-radius: 5px;
  display: inline-block;
  transition: 0.3s;

  &:hover {
    background: linear-gradient(to bottom, #183a6dad, #070a20);
  }
}

a.btn_order2 {
  font-size: 16px;
  font-weight: 500;
  background: var(--white-color);
  padding: 10px 43px 10px 43px;
  color: var(--secound-color);
  border-radius: 5px;
  display: inline-block;
  border: 1px solid var(--secound-color);
  transition: 0.3s;

  &:hover {
    background: var(--secound-color);
    color: var(--white-color);
  }
}

@media (max-width: 600px) {
  .btn_order {
    padding: 11px 40px 10px 40px !important;
    font-size: 12px !important;
  }

  .icon_button {
    gap: 10px !important;
  }
}

@media (max-width: 375px) {
  .btn_order {
    padding: 11px 32px 11px 32px !important;
  }
}

@media (min-width: 600px) {
  .title_main {
    margin-bottom: 0px !important;
  }
}

.subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #001233;
  text-align: center;
  margin-top: 16px;
}

.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---header */
header.main-header.home-header {
  background: white;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 555;
}

.header-main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-menu.list-unstyled .active {
  color: var(--secound-color);
}

.icon_button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.main-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  list-style: none;
}

.main-menu a {
  text-transform: capitalize;
  transition: 0.3s;
  text-decoration: none;
}

.main-menu>li {
  margin-inline-end: 30px;
}

.main-menu>li:last-of-type {
  margin: 0;
}

.show-submenu,
.show-overlay {
  opacity: 1;
  visibility: visible;
}

.submenu-left {
  inset-inline-start: auto !important;
  inset-inline-end: 100% !important;
}

.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;
} */
.searchicon {
  cursor: pointer;
}

.searchicon i {
  font-size: 20px;
  color: var(--secound-color);
  font-weight: 400;
}

a.logo-img {
  max-width: 196px;

  img {
    width: 100%;
    height: 100%;
  }
}

.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%;
}

@media (min-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    margin-inline-start: auto;
    content: "";
  }
}

.main-menu .menu-item-has-children .sub-menu .sub-menu {
  top: 0;
  inset-inline-start: 100%;
}

@media (max-width: 991px) {
  .main-menu .menu-item-has-children .sub-menu .sub-menu {
    margin: 10px;
    padding: 10px;
    margin-inline-start: 10px;
  }
}

.bars {
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  background: none;
  border: 0;
}

.rotate-line1 {
  transform: rotate(45deg) translateX(-2px) translateY(-2px);
  transform-origin: 0% 0%;
}

.rotate-line3 {
  transform: rotate(-45deg) translateX(0px) translateY(0px);
  transform-origin: 0 100%;
}

.bars .hide-line2 {
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1200px) {
  .menu-item-has-children .sub-menu {
    inset-inline-start: 0;
    transform: unset;
  }

  .main-menu>li {
    margin-inline-end: 25px;
  }
}

/* @media only screen and (max-width: 992px) {



 body {
  background: #FAFAFA;
  /* overflow-x: hidden; */

.home_header {
  background-color: var(--main-color) !important;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 4px 4px 0px #00000033;
  z-index: 1000;

  .header-main-content {
    border-top: 1px solid #41665729;
    display: flex;
    justify-content: space-between;
    align-items: center;

    .logo_bars {
      display: flex;
      flex-direction: row;
      gap: 30px;
    }

    .logo-img {
      width: 142px;
      height: 47px;
      display: inline-block;

      img {
        width: 100%;
        height: 100%;
      }
    }

    .navigtion {
      display: flex;
      justify-content: center !important;
      align-items: center;
      align-content: center;
      padding: 10px;
      border-top: 1px solid hsla(156, 22%, 33%, 0.161);
    }

    .icon_header {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 16px;

      a {
        font-size: 24px;
        color: var(--white-color);
        text-transform: uppercase;
        transition: 0.3s;

        &:hover {
          color: var(--green-color);
        }
      }
    }
  }

  .icons_searchs {
    display: flex;
    justify-content: end;
    align-items: center;
    display: none;

    a {
      display: flex;
      align-items: center;
      justify-content: end;
      margin-left: 10px;
      transition: 0.3s;

      &:hover {
        color: var(--green-color);
      }

      i {
        margin-left: 24px;
        font-size: 24px;
        color: #1e1e1e;
        transition: 0.3s;

        &:hover {
          color: var(--secound-color);
        }
      }

      .icon-saudi_riyal {
        font-size: 20px;
        color: var(--black-color);
        transition: 0.3s;

        &:hover {
          color: var(--secound-color);
        }

        span {
          font-size: 20px;
          transition: 0.3s;

          &:hover {
            color: var(--secound-color);
          }
        }
      }
    }
  }
}

.form-control:focus {
  box-shadow: none !important;
  border-color: #41665729 !important;
}

.class_search {
  position: relative;
  margin: auto;
  /* display: none;  */
  transition: 0.3s;
  opacity: 0;
  height: 0;
  visibility: hidden;
  /* background-color: #41665729; */

  &.active_open {
    opacity: 1;
    height: 60px;
    visibility: visible;
    transition: 0.3s;
  }

  input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #41665729;
    margin-bottom: 20px;
    padding: 10px 20px;
    caret-color: var(--main-color);
    transition: 0.3s;
    margin: auto;
    display: flex;
  }

  i {
    position: absolute;
    left: 20px;
    top: 14px;
  }
}

.main-menu {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.main-menu>li>a {
  color: var(--thired-color);
  font-size: 16px;
  padding: 15px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  display: block;
  font-weight: 400;
}

.main-menu>li:hover>a,
.main-menu>li.active>a,
.main-menu>li.current-menu-item>a {
  color: var(--secound-color);
  /* font-weight: bold; */
}

@media (max-width: 1024px) {
  .header-main-content {
    display: flex;
    justify-content: space-between;

    .logo-img {
      width: 120px !important;
      height: auto;
    }

    nav {
      padding: 15px !important;
    }
  }
}

.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: transparent;
  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;
}

.main-menu .menu-item-has-children .sub-menu li {
  text-align: center;
  transition: 0.3s;
  background-color: var(--secound-color);
}

.main-menu .menu-item-has-children .sub-menu a {
  padding: 12px;
  align-items: center;
  font-size: 18px;
  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;

  &:after {
    transform: rotate(180deg);
  }
}

.main-menu .menu-item-has-children .sub-menu a:hover {
  color: white;
}

@media (max-width: 992px) {
  .home_header {
    background-color: var(--main-color) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    .header-main-content {
      border-top: 1px solid #41665729;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;

      .logo_bars {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
      }

      .logo-img {
        width: 100px;
        height: auto;

        img {
          display: block;
          width: 100%;
          height: 100%;
          margin-right: 10px;
        }
      }

      .navigtion {
        display: flex;
        justify-content: center !important;
        align-items: center;
        align-content: center;
        padding: 10px;
        border-top: 1px solid hsla(156, 22%, 33%, 0.161);
      }

      .icon_header {
        a {
          font-size: 20px;
        }
      }
    }

    .icon {
      display: flex;
      justify-content: end;
      align-items: center;
      margin-right: auto;
      gap: 20px;

      a {
        display: flex;
        align-items: center;
        justify-content: end;
        /* margin-left: 10px; */
        transition: 0.3s;
        gap: 20px;

        &:hover {
          color: var(--secound-color);
        }

        i {
          /* margin-left: 24px; */
          font-size: 24px;
          color: #1e1e1e;
          transition: 0.3s;

          &:hover {
            color: var(--secound-color);
          }
        }

        .icon-saudi_riyal {
          font-size: 20px;
          color: var(--black-color);
          transition: 0.3s;

          &:hover {
            color: var(--secound-color);
          }

          span {
            font-size: 20px;
            transition: 0.3s;

            &:hover {
              color: var(--secound-color);
            }
          }
        }
      }
    }
  }
}

@media (max-width: 600px) {
  .home_header {
    .header-main-content {
      .logo-img {
        width: 80px !important;
        height: auto;
      }
    }
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: 0 4px 4px #41665729;
  background-color: var(--white-color) !important;
  backdrop-filter: blur(30%);
}

.bars .line {
  flex-shrink: 0;
  width: 25px;
  display: block;
  height: 2px;
  border-radius: 20px;
  background-color: var(--thired-color);
  transition: all 0.3s;
}

@media only screen and (max-width: 992px) {
  .navigation .container {
    padding-inline: 12px;
  }

  .rotate-line3 {
    transform: -45deg translateX(-1px) translateY(0px);
  }

  .main-menu {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }

  .main-menu>li {
    margin-inline-end: 0;
    margin-bottom: 8px;
  }

  .main-menu>li>a {
    font-size: 18px;
    font-weight: 500;
    color: white;

    &:hover {
      border-radius: 8px;
      width: 220px;
    }
  }

  .bars {
    display: flex;
    padding: 20px 10px;
  }

  .navigation {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 60px;
    bottom: 0;
    inset-inline-start: -100%;
    width: 100%;
    height: auto;
    transition: 0.3s;
    z-index: 20;
    padding: 0 !important;
  }

  .navigation .main-menu {
    height: 100%;
    margin-top: -4px;
    overflow-y: auto;
    width: 50%;
  }

  .open-sidebar {
    opacity: 1;
    visibility: visible;
    inset-inline-start: 0;
  }

  .main-menu .menu-item-has-children>a::after {
    font-size: 14px;
    transition: 0.3s;
    color: black;
    transform: unset;
  }

  .main-menu .menu-item-has-children>a::after {
    font-size: 15px;
    color: white;
  }

  .main-menu .menu-item-has-children .sub-menu {
    position: static;
    background-color: unset;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: unset;
    padding: 0;
    display: none;
    transition: none;
    width: 100%;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-inline-start: 14px;
  }

  .main-menu .menu-item-has-children .sub-menu li:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    color: white;
    font-size: 14px;
    transition: 0.3s;
    transform: rotate(180deg);
  }

  .main-menu .menu-item-has-children .sub-menu li:not(:last-of-type) {
    /* margin-bottom: 17px; */
    padding: 10px;
  }

  .main-menu .menu-item-has-children .sub-menu li {
    text-align: start;
    padding: 10px;
  }

  .main-menu .menu-item-has-children:hover .sub-menu {
    transform: unset;
  }

  .main-menu .menu-item-has-children .sub-menu a {
    display: flex;
    padding: 0;
    gap: 8px;
    width: max-content;
  }

  .main-menu .menu-item-has-children {
    width: 100%;
    padding: 0;
  }

  .main-menu .menu-item-has-children>a {
    cursor: pointer;
  }

  .main-menu .menu-item-has-children {
    line-height: normal;
  }

  .icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: block;

    .icons {
      display: flex;
      align-items: center;

      i {
        color: black;
        margin-left: 20px;

        &:hover {
          color: var(--main-color);
        }
      }
    }

    a {
      color: white;
    }
  }
}

@media only screen and (max-width: 768px) {
  .navigation .container {
    padding-inline: 20px;
  }

  .main-menu .menu-item-has-children .sub-menu li a:hover {
    background-color: transparent;
    color: #171717;
  }

  .navigation .main-menu {
    background-color: #0d123aad;
    height: 100%;
    overflow-y: auto;
    width: 45%;
    padding: 40px 30px;
    position: absolute;
    right: 0;

    &::before {
      content: "";
      position: absolute;
      background-image: url(../image/bussines3.jpeg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      right: 0;
      bottom: 0;
    }
  }

  .main-menu .menu-item-has-children {
    padding: 0;
  }
}

body.overflow-hidden {
  .arrwa_call {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .navigation .main-menu {
    width: 100%;
  }
}

.dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
  border: 0;
}

.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: center;
      align-items: center;
      align-content: center;
    }

    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: none;
      justify-content: space-between;
      align-items: center;

      .icons {
        i {
          color: black;
          margin-left: 20px;

          &:hover {
            color: var(--main-color);
          }
        }
      }
    }
  }
}

/* @media(max-width:992px) {
  header {
    /* box-shadow: 1px 1px 5px black; */

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  padding: 20px;
}

.openbtn {
  width: 35px;
  height: 35px;
  position: relative;
  background: var(--main-color);
  cursor: pointer;
  border-radius: 5px;
  z-index: 3;
  flex: 1 0 auto;
  /* transform: translateX(342px); */
}

/* .openbtn span {
    display: inline-block;
    position: absolute;
    width: 25px;
    left: 6px;
    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: 12px;
      transform: translateY(6px) rotate(-45deg);
      width: 40%;
    }

    &:nth-of-type(2) {
      opacity: 0;
    }

    &:nth-of-type(3) {
      top: 22px;
      left: 12px;
      transform: translateY(-6px) rotate(45deg);
      width: 40%;
    }
  } */

.icon {
  display: flex;
  justify-content: space-between;
  align-items: center;

  a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
    transition: 0.3s;

    &:hover {
      color: var(--secound-color);
    }

    i {
      margin-left: 24px;
      font-size: 20px;
      color: #1e1e1e;
      transition: 0.3s;

      &:hover {
        color: var(--secound-color);
      }
    }

    .icon-saudi_riyal {
      font-size: 20px;
      color: var(--black-color);

      span {
        font-size: 20px;
      }
    }
  }
}

.open_menu {
  transform: translatex(0);
}

.close {
  display: block !important;
}

.dropdown-menu.show {
  display: block;
  background: var(--black-color);
  width: 250px;
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important;
}

.open_menu {
  transform: translatex(0);
}

.close {
  display: block !important;
}

.dropdown-menu.show {
  display: block;
  background: var(--black-color);
  width: 250px;
  position: statiac !important;
}

.open_menu {
  transform: translatex(0) !important;
}

.headen {
  display: block !important;
}

.headen .fa-magnifying-glass:before {
  content: "\f00d";
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  transition: 0.3s;
}

/* --------start slide background--------- */
.landin_bg {
  width: 100%;
  /* height: 100vh; */
  margin-top: 94px;

  img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media (max-width: 1024px) {
  .landin_bg {
    margin-top: 85px;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .landin_bg {
    margin-top: 58px;
    height: 100%;
  }
}

/* --------end slide background---------- */
/* -- start-about-mashghoul--- -- */
.blog_menu {
  ul {
    display: flex;
    justify-content: flex-start;
    padding-top: 28px;

    li {
      a {
        font-weight: 400;
        display: block;
        color: #2a353f8c;
        padding-left: 5px;
        font-size: clamp(12px, 2vw, 18px) !important;

        &::after {
          content: "/";
        }
      }

      &:last-child a::after {
        content: "" !important;
      }
    }
  }
}

.about_alshawi {
  margin-top: 80px;
  padding-bottom: 80px;

  .text_aboutus {
    font-size: 14px !important;
    margin-top: 0 !important;
    margin-bottom: 0;
  }
}

.about_us {
  background-image: url(../image/abstract-white-background-with-diamond-triangle-shapes-layered-modern-abstract-pattern-design\ 1.jpg);
  background-position: center;

  .title_main {
    margin-bottom: 45px !important;
  }

  .text_aboutus {
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    color: #2a353f;
    line-height: 1.5;
    padding-top: 0;
  }

  .imgabout {
    img {
      border-radius: 5px;
    }
  }

  a.btn_order {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .about_us {
    .text_aboutus {
      text-align: center;
    }

    a.btn_order {
      display: flex;
      justify-content: center;
    }
  }
}

.aboutsection {
  padding: 90px 0 20px;

  .bg_about {
    background-image: linear-gradient(180deg,
        rgba(255, 255, 255, 0.24) 0%,
        rgba(13, 18, 58, 0.24) 64%);
    position: relative;
    z-index: -1;
    padding: 1px;
    border-radius: 5px;
    height: 100%;

    .box_aboutus {
      background-color: var(--white-color);
      position: relative;
      text-align: center;
      box-shadow: 0px 4px 4px 0px #0000000a;
      border-radius: 5px;
      padding: 17px;
      margin-bottom: 20px;
      display: flex;
      flex-direction: column;
      height: 100%;

      .img_aboutus {
        width: 140px;
        height: 140px;
        position: absolute;
        top: -10%;
        left: 50%;
        transform: translate(-50%, -50%);

        img {
          width: 100%;
          height: 100%;
        }
      }

      .body_about {
        margin-top: 40px;

        .title_about {
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 16px;
        }

        .contant_about {
          font-size: 16px;
          font-weight: 500;
        }
      }
    }
  }
}

/* -- end-about-mashghoul--- -- */
/* -- start-Sections services- */
.services-slider {
  padding-block: 10px;
}

section.sections.main_services {
  margin-top: 80px;
}

.sections .services {
  margin-block: 30px;
}

.services_card {
  border-radius: 5px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 4px 0px #0000000a;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;

  .image_services {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    border-radius: 5px 5px 0 0;

    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: #07091fd6;
      z-index: 1;
      border-radius: 5px 5px 0 0;
    }

    .img_card {
      width: 238px;
      height: 159px;
      border-radius: 5px;
      box-shadow: 0px 4px 4px 0px #0000000a;
      text-align: center;
      margin: auto;
      position: relative;
      z-index: 3;

      img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
      }
    }

    .title_card {
      font-size: 16px;
      font-weight: bold;
      color: var(--white-color);
      text-shadow: 10px 15px 8px #ffffff40;
      text-align: center;
      position: relative;
      z-index: 2;
      padding: 16px;
    }
  }

  .body_services {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;

    .text {
      font-size: 16px;
      font-weight: 500;
      color: var(--thired-color);
      text-align: center;
      padding-top: 40px;
      padding-bottom: 20px;
    }

    .btn_card {
      display: flex;
      flex-direction: column;
      margin-top: auto;

      .btn_order2 {
        display: flex;
        justify-content: center;
      }
    }

    &:hover {
      box-shadow: 0px 4px 4px 0px #0000001a;
      border-radius: 5px;
    }
  }
}

@media (max-width: 1024px) {
  .main_services {
    .img_card {
      width: 190px !important;
    }
  }
}

.sections,
.sectionsproduct {
  margin-block: 35px;
}

.btn_cards {
  display: flex;
  justify-content: center;
  margin-top: 10px;

  a {
    padding: 10px 70px;
  }
}

.swiper-backface-hidden .swiper-slide {
  height: auto;
}

@media (max-width: 768px) {
  .services_card {
    .image_services {
      .img_card {
        width: 290px;
      }
    }
  }
}

@media (max-width: 600px) {
  .services_card {
    .image_services {
      .title_card {
        font-size: 12px;
      }
    }

    .image_services {
      .img_card {
        width: 150px;
      }
    }

    .body_services {
      .btn_order2 {
        padding: 10px;
      }
    }
  }
}

@media (max-width: 600px) {
  .main_services {
    .services_card {
      .image_services {
        .img_card {
          width: 310px !important;
        }
      }
    }
  }
}

@media (max-width: 375px) {
  .main_services {
    .services_card {
      .image_services {
        .img_card {
          width: 280px !important;
        }
      }
    }
  }
}

@media (max-width: 375px) {
  .services_card {
    .image_services {
      .img_card {
        width: 300px;
      }
    }

    .body_services {
      .btn_order2 {
        padding: 10px;
      }
    }
  }
}

/* <!-- end-Sections services--> */
/* ------ start-Sections products---- */
.product-slider {
  padding-block: 20px;
}

.sectionsproduct {
  .products {
    .product_card {
      height: 100%;
      box-shadow: 0px 4px 4px 0px #0000000a;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      align-items: center;
      background-color: var(--white-color);
      transition: 0.3s;

      .image_product {
        width: 100%;

        img {
          width: 100%;
          border-radius: 5px;
        }
      }

      .body_product {
        display: flex;
        flex-direction: column;
        flex: 1;
        height: 100%;
        padding: 20px;

        .title_card {
          font-size: 16px;
          font-weight: bold;
          color: var(--thired-color);
          text-align: center;
          text-transform: capitalize;
        }

        .text {
          font-size: 16px;
          font-weight: 500;
          color: var(--thired-color);
          text-align: center;
          text-transform: capitalize;
        }

        .btn_card {
          margin: auto 15px 0 15px;

          a {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
          }
        }
      }

      &:hover {
        box-shadow: 0px 4px 4px 0px #00000040;
      }
    }
  }
}

@media (max-width: 768px) {
  .sectionsproduct {
    .products {
      .product_card {
        .body_product {
          .btn_card {
            a {
              padding: 10px 20px;
            }
          }
        }
      }
    }
  }
}

/* ------ end-Sections products---- */
/* ----start--experiens-- --> */
.experiens {
  background-image: url(../image/experiens.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
  padding: 80px 0;

  .hero_experiens {
    /* height: 200px; */

    .row {
      height: 100%;
      justify-content: center;
      align-items: center;
    }

    .boxs_experiens {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;

      .title_box {
        font-size: 40px;
        font-weight: bold;
        color: var(--white-color);
        text-shadow:
          0px 4px 4px #00000040,
          0px 2px 2px #00000020;
        margin-bottom: 25px;
      }

      .content_box {
        font-size: 20px;
        font-weight: 500;
        color: var(--white-color);
        display: flex;
        align-items: center;
        gap: 8px;

      }

      &::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--Our business-- --> */
.Our_business {
  padding-block: 40px;

  .swiper-slide {
    padding: 40px 0 5x;
  }



  .swiper.Our_business-slider.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    padding: 30px 0;
  }
}

.swiper-pagination-bullet-active {
  background-color: var(--main-color) !important;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet {
  background-color: #0d123aa3;
}

.Our_business_card {
  height: 240px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px #0000000a;
  transition: 0.3s;

  img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  &:hover {
    box-shadow: 0px 4px 4px 0px #00000040;
  }
}

@media (max-width: 600px) {
  .Our_business_card {
    height: 180px;
  }
}

@media (max-width: 375px) {
  .Our_business_card {
    width: 300px;
    height: 180px;
  }
}

/* -----end--Our business-- -- */
/* - -----start--Our business-- --  */
.chooseus {
  background-image: url(../image/btrne2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  .boxs {
    margin-block: 50px;
    position: relative;
    border: 1px solid var(--secound-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 9px 16px 16px;
    transition: 0.3s;
    background-color: white;

    .icon {
      /* position: absolute; */
      margin-top: -40px;
      width: 80px;
      border: 1px solid var(--secound-color);
      border-radius: 50%;
      aspect-ratio: 1;
      background-color: var(--secound-color);
      display: flex;
      justify-content: center;
      transition: 0.3s;

      /* left: 50%;
     top: 50%;
     transform: translate(-50%,50%); */
      i {
        color: var(--white-color);
        font-size: 36px;
        transition: 0.3s;
      }
    }

    .title_boxs {
      font-size: 16px;
      padding-top: 20px;
      font-weight: bold;
      color: var(--thired-color);
      text-align: center;
      margin-bottom: 16px;
    }

    .discrebtion_box {
      font-size: 16px;
      font-weight: 500;
      color: var(--thired-color);
      text-align: center;

      span {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 16px;
      }
    }

    &:hover {
      box-shadow: 0px 4px 4px 0px #00000040;
    }

    &:hover .icon {
      box-shadow: 0px 4px 4px 0px #00000040;
      background-color: var(--white-color);
    }

    &:hover i {
      color: var(--secound-color);
    }
  }
}

/* -----end--Our business--  */
/* - -----start--Our customer-- --  */
.our_customers {
  background-color: var(--white-color);

  .swiper-backface-hidden .swiper-slide {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  .swiper-wrapper {
    align-items: center;
  }

  .customers {
    padding-block: 40px;

    .customer_card {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 172px;
      max-height: 172px;
      object-fit: cover;

      img {
        width: 100%;
        height: 100%;
      }
    }
  }
}

@media (max-width: 600px) {
  .our_customers {
    .customers {
      padding-block: 20px;
    }
  }
}

.swiper.Customeropinions.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
  padding: 30px 0;
}

/* ----end--Our customer--  */
/* --------start-Frequently asked questions------ */
.Frequently_asked {
  margin-top: -40px;

  .accor_parent {
    border: 1px solid var(--secound-color) !important;
    padding: 16px 16px 16px 30px;
    margin: 20px;
    border-radius: 5px;
    background-color: var(--white-color);
  }
}

.Frequently_asked .title_main {
  margin-bottom: 30px !important;
}

.accordion-item {
  background-color: transparent;
  border-bottom: 0;
  border-radius: 5px !important;
  border-color: transparent;

  /* 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 5px 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 5px !important;
  color: var(--thired-color);
}

.accordion-button {
  border-radius: 0;
  border-radius: 5px !important;
  box-shadow: 0 3px 6px hwb(0 0% 100% / 0.24);
  box-shadow: none;
  background-color: var(--secound-color);
  color: var(--white-color);
  padding: 13px 16px 13px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: var(--secound-color) !important;
  /* padding: 16px 20px 16px !important; */

  color: var(--white-color);
  border-radius: 5px !important;
}

.accordion-button::after {
  content: "\f107";
  font-family: "Font Awesome 6 pro";
  font-weight: bold;
  color: var(--black-color);
  background-image: none;
  position: absolute;
  left: -49px;
  top: 3px;
  color: white;
  border: 1px solid var(--secound-color);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--secound-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.img_frequently {
  width: 368.28px;
  height: 274.01px;
  background: transparent;
}

@media (max-width: 768px) {
  .Frequently_asked {
    .container {
      .row {
        flex-direction: column-reverse !important;
      }
    }
  }

  .accordion-body {
    font-size: 12px;
  }

  .parent_accordion {
    width: 100% !important;
  }

  .accordion-button {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* ---------end-Frequently asked questions------- */

/* -----start---Customer opinions------ */
.Customer_opinions {
  .Customeropinions .swiper-slide-active {
    box-shadow: 0px 4px 4px 0px #0000001a;
  }

  .item_opinion {
    padding: 10px;
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #0000000a;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: 100%;

    .head {
      .head_icon {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-radius: 5px;

        .content {
          display: flex;
          flex-direction: row;
          align-items: center;
          gap: 20px;

          .icon_user {
            width: 50px;
            aspect-ratio: 1;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--main-color);

            i {
              color: var(--white-color);
              font-size: 21px;
            }
          }
        }

        .stars_icon {
          i {
            color: #fce340;
          }
        }
      }
    }

    p {
      font-size: 16px;
      font-weight: 500;
      color: var(--thired-color);
      text-align: center;
      height: 100%;
      padding-top: 10px;
    }
  }
}

@media (max-width: 768px) {
  .swiper-wrapper {
    padding-block: 0 0 50px;
  }

  .swiper-slide {
    padding-top: 0;
  }

  .Customer_opinions {
    .item_opinion {
      p {
        font-size: 12px;
      }

      .content {
        gap: 5px;
      }
    }
  }
}

/* ------end_Customer opinions------ - */
/*------------start-footer ------- --*/
.footer {
  background:
    linear-gradient(#ffffffd4, #ffffffd4), url(../image/bussines6.jpg);
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  .total_footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 40px 0 15px;
    justify-content: center;
    align-content: center;
    /* justify-items: start; */
    text-align: center;

    div .addrass {
      font-weight: bold;
      color: var(--thired-color);
      text-align: start;
      font-size: 16px;
    }

    ul {
      text-align: start;
    }

    .Terms ul li a {
      margin-bottom: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .Terms ul li P {
      margin-bottom: 0px;
    }
  }

  .bottomfooter {
    /* display: flex;
       justify-content: center; */
    align-items: center;
    border-top: 1px solid var(--thired-color);
    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 {
      color: var(--thired-color);
      font-size: 16px;
      padding: 20px;
      transition: 0.3s;

      span {
        a {
          color: var(--secound-color);
          font-weight: 600;
          transition: 0.3s;
        }
      }

      &:hover {
        color: var(--secound-color);
      }

      &:hover span {
        color: var(--white-color);
      }
    }
  }

  ul {
    padding-right: 0px;

    li {
      display: flex;

      a {
        color: var(--thired-color);
        line-height: 2.5;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 500;

        &:hover {
          color: var(--secound-color);
          transform: scale(0.98);
        }

        &:hover i {
          color: var(--secound-color);
          transform: scale(0.98);
        }

        i {
          padding: 10px;
          text-align: center;
          transition: 0.3s;
          width: 40px;
          height: 40px;
          color: var(--thired-color);
          font-weight: 500;

          &:hover {
            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;

  .call {
    color: white;
    bottom: 30px;
    right: 35px;
    border: 1px solid green;
    border-radius: 50%;
    background: green;
    width: 65px;
    height: 65px;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;

    a {
      color: white;
    }

    i {
      font-size: 40px;
      transition: 0.3;
    }

    &:hover {
      background: var(--black-color);
      color: white;
      box-shadow:
        2px 2px 7px green,
        -2px -2px 7px green;
    }
  }

  .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(--black-color);
      color: white;
      box-shadow:
        2px 2px 7px var(--main-color),
        -2px -2px 7px var(--main-color);
    }
  }
}

.total_footer {
  .social {
    .logo_footer {
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      margin-bottom: 10px;
      /* width: 83px;
      height: 104px; */

      img {
        margin-bottom: 10px;
        width: 100%;
        height: 100%;
      }
    }
  }

  .text {
    font-size: 20px;
    font-weight: 500;
    color: white;
    text-align: right;
  }
}

.socail_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;

  .link_socail {
    .sub_link {
      width: 35px;
      height: 35px;
      background-color: var(--main-color);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.3s;

      i {
        color: var(--white-color);
        font-size: 20px;
        transition: 0.3s;
      }
    }

    &:hover .sub_link {
      background-color: var(--secound-color);
    }

    &:hover i {
      color: var(--white-color);
      transform: rotate(360deg);
    }
  }
}

@media (max-width: 1024px) {
  .footer {
    .total_footer {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
  }
}

@media (max-width: 600px) {
  .footer {
    .total_footer {
      display: block;
    }
  }
}

@media (max-width: 600px) {
  .footer {
    .total_footer {
      .social {
        display: flex;
        justify-content: center;
      }

      ul {
        text-align: 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------- --*/
/* -----start-section-Single_service--- */
.Single_service {
  margin-top: 80px;

  .imgabout {
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #0000000a;
    transition: 0.3s;
    margin-bottom: 20px;

    img {
      border-radius: 5px;
    }

    &:hover {
      box-shadow: 0px 4px 4px 0px #00000041;
    }
  }

  .title-Single_service {
    font-size: clamp(18px, 2vw, 32px);
    font-weight: bold;
    margin-bottom: 24px;
  }

  .text_aboutus {
    font-size: clamp(14px, 3vw, 20px);
    font-weight: 500;
    line-height: 1.5;

    span {
      font-size: 20px;
      font-weight: bold;
      color: var(--thired-color);
      margin-left: 2px;
    }
  }

  a.btn_order {
    padding: 11px 90px 10px 90px;
    background: #32939c !important;
    transition: 0.3s;

    i {
      margin-left: 5px;
      font-size: 20px;
      transition: 0.3s;
    }

    &:hover {
      background-color: var(--white-color) !important;
      color: var(--thired-color);
      border: 1px solid var(--thired-color);
    }

    &:hover i {
      color: var(--thired-color);
    }
  }
}

@media (max-width: 768px) {
  .Single_service {
    a.btn_order {
      display: flex;
      justify-content: center;
    }
  }
}

.contentSingle_service {
  margin-top: 80px;

  .content_page {
    border-top: 1px solid #0d123a29;
    border-bottom: 1px solid #0d123a29;
    width: 100%;

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
      text-align: start;
      margin-top: 30px;
      color: #000e2e;
    }

    h1 {
      font-size: 32px;
      font-weight: bold;
    }

    h2 {
      font-size: 28px;
      font-weight: 700;
    }

    h3 {
      font-size: 25px;
      font-weight: 600;
    }

    h4 {
      font-size: 20px;
      font-weight: 500;
    }

    h5 {
      font-size: 16px;
      font-weight: 400;
    }

    h6 {
      font-size: clamp(10px, 3vw, 14px);
      font-size: 14px;
      font-weight: 200;
    }

    ul {
      margin-bottom: 30px;

      li {
        font-size: clamp(14px, 3vw, 20px);
        font-weight: 400;
        position: relative;

        &:after {
          content: "";
          position: absolute;
          width: 5px;
          height: 5px;
          border-radius: 50%;
          right: -17px;
          top: 50%;

          background-color: #000e2e;
        }
      }
    }
  }
}

/* -----end-section-Single_service--- */
/* -----start-section-Single_product--- */
.sections_product {
  margin-top: 80px !important;

  .products {
    margin: 50px 0 80px;
  }
}

@media (max-width: 1024px) {
  .products {
    .product_card {
      .body_product {
        .btn_card {
          a.btn_order2 {
            padding: 10px 30px 10px 30px !important;
          }
        }
      }
    }
  }
}

@media (max-width: 425px) {
  .products {
    .product_card {
      .body_product {
        .btn_card {
          a.btn_order2 {
            padding: 10px 20px 10px 20px !important;
          }
        }
      }
    }
  }
}

.menu_singel {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;

  .menu_pages {
    width: 30px;
    height: 30px;
    border: 1px solid var(--thired-color);
    background-color: var(--thired-color);
    color: var(--white-color);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;

    a,
    span.current {
      color: var(--white-color);
      font-size: 18px;
      font-weight: 300;
    }

    span.current {
      color: var(--secound-color);
      font-weight: bold;
    }

    &:hover {
      background-color: var(--white-color);
    }

    &:hover a {
      color: var(--thired-color);
    }
  }
}

/* -----end-section-Single_product--- */
/* ----start-conactus---- */
.Contact_us {
  margin-top: 80px;
  margin-bottom: 150px;

  .title_main {
    font-size: clamp(20px, 3vw, 36px);
    margin-bottom: 50px !important;
    font-weight: 500;
    color: black;
    margin-top: -29px;
  }

  label {
    font-weight: Bold;
    font-size: 16px;
    margin-bottom: 16px;
    color: #20332b;
  }

  select {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #32939c1a;
    box-shadow: 0px 4px 4px 0px #0000000a;
    transition: 0.3s;
    margin-bottom: 24px;
    border-color: transparent;
    padding: 7px 5px 6px 5px;
    outline: none !important;
    caret-color: var(--secound-color);

    &:focus-visible {
      border: 0px solid transparent;
      box-shadow: none;
    }
  }

  input {
    border-radius: 5px;
    background-color: #32939c1a;
    box-shadow: 0px 4px 4px 0px #0000000a;
    transition: 0.3s;
    margin-bottom: 24px;
    border-color: #32939c1a;
    caret-color: var(--secound-color);

    &:hover {
      background-color: #32939c2b;
      box-shadow: 0px 4px 4px 0px #0000001a;
    }
  }

  textarea {
    border-radius: 5px;
    background-color: #32939c1a;
    box-shadow: 0px 4px 4px 0px #0000000a;
    transition: 0.3s;
    margin-bottom: 24px;
    height: 106px;
    border-color: transparent;
    caret-color: var(--secound-color);

    &:hover {
      background-color: #32939c2b;
      box-shadow: 0px 4px 4px 0px #0000001a;
    }
  }

  &::placeholder {
    font-size: 20px;
    font-weight: 500;
    color: #07091f52;
  }

  .form-control,
  select {

    &:focus,
    &:focus-visible,
    &:active {
      border: 1px solid transparent;
      box-shadow: none;
    }
  }

  .btn_consultion {
    padding: 7px;
    background-color: var(--secound-color);
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid var(--secound-color);
    width: 40%;
    display: block;
    transition: 0.3s;

    &:hover {
      background-color: white;
      color: var(--main-color);
    }
  }

  .Contactus_socail {
    margin-top: 40px;
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 24px 30px 30px 30px;

    .tilte_call {
      font-weight: 500;
      font-size: 20px;
      color: var(--white-color);
      text-align: center;
      margin-bottom: 35px;
    }

    ul {
      margin: auto;
      text-align: center;
      padding: 0;

      .contact_us_link {
        background-color: var(--white-color);
        border-radius: 25px;
        margin: 0 auto 20px auto;
        width: 88%;
        transition: 0.3s;

        a {
          color: var(--thired-color);
          text-align: center;
          display: block;
          font-size: 16px;
          font-weight: 500;
          padding: 10px 6px;
          transition: 0.3s;

          i {
            color: var(--thired-color);
            margin-left: 10px;
            font-size: 18px;
            font-weight: 300;
            transition: 0.3s;
          }
        }

        &:hover {
          background-color: var(--secound-color);
        }

        &:hover a {
          color: var(--white-color);
        }

        &:hover i {
          color: var(--white-color);
        }
      }
    }

    .socail_menu {
      .link_socail {
        .links_sub {
          width: 35px;
          height: 35px;
          background-color: var(--white-color);
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: 0.3s;

          i {
            color: var(--thired-color);
            font-size: 20px;
            transition: 0.3s;
          }
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  .Contact_us {
    .Contactus_socail {
      ul {
        li {
          width: 102%;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .Contact_us {
    .btn_consultion {
      width: 100%;
    }
  }
}

/* ----end-conactus---- */
/* -start privacy policy--- */
.privacy_policy {
  margin: 80px 0;

  .main_titlehero {
    text-align: start;
    margin: 20px 0;
    font-size: clamp(14px, 3vw, 2px);
    font-weight: bold;
  }

  .content {
    padding-bottom: 20px;
    font-size: clamp(12px, 3vw, 16px);
    font-weight: 500;
    color: #07091f;
    line-height: 1.3;
  }
}

/* --end privacy policy ---- */
/* - ---start-page-blog--- -- */
.blog_page {
  margin: 90px 0 60px;

  .box_blog {
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #0000000a;
    transition: 0.3s;

    .img_card {
      border-radius: 5px 5px 0 0;
      position: relative;

      img {
        border-radius: 5px 5px 0 0;
      }

      .date {
        background-color: #ffffffa3;
        backdrop-filter: blur(2px);
        border-radius: 20px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 8px;
        right: 16px;
        padding: 11px 17px 6px;

        i {
          color: #32939c;
        }

        span {
          color: #32939c;
          margin-left: 5px;
          font-size: 15px;
          font-weight: 400;
        }
      }
    }

    .body-card {
      background-color: #ffffff;
      text-align: center;
      padding: 16px 16px 24px 16px;
      border-radius: 0 0 5px 5px;

      .title_blog {
        font-size: 16px;
        font-weight: bold;
        color: #07091f;
        text-align: center;
      }

      .text_card {
        font-size: 16px;
        font-weight: 500;
        color: #07091f;
        text-align: center;
        margin: 16px 0 24px;
      }
    }

    &:hover {
      box-shadow: 0px 4px 4px 0px #0000001a;
    }
  }
}

/* - ---end-page-blog--- -- */
/* ----start_single-blog----- - */
.singel_blog {

  margin: 90px 0 50px;

  .singleimg_blog {
    position: relative;
    border-radius: 5px;

    img {
      border-radius: 5px;
    }

    .date {
      background-color: #ffffffa3;
      backdrop-filter: blur(2px);
      border-radius: 20px;
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 8px;
      right: 16px;
      padding: 11px 17px 6px;

      i {
        color: #32939c;
      }

      span {
        color: #32939c;
        margin-left: 5px;
        font-size: 15px;
        font-weight: 400;
      }
    }
  }

  .title-Single_service {
    font-size: 32px;
    font-weight: 500;
  }

  .text_aboutus {
    font-size: 20px;
    font-weight: 400;
  }

  .btn_singleblog {
    background: var(--white-color) !important;
    color: var(--secound-color);
    border: 1px solid var(--secound-color);
    transition: .3s;

    i {
      color: var(--secound-color);
      transition: .3s;
    }

    &:hover {
      background: var(--secound-color) !important;
      color: var(--white-color);
    }

    &:hover i {
      color: var(--white-color);
    }
  }

  .artical_single {
    border-bottom: 1px solid #0D123A29;
    margin-top: 80px;

    .main_titlehero {
      margin-top: 40px;
      font-size: 20px;
      font-weight: bold;
      color: var(--thired-color);
    }

    .content {
      font-size: 20px;
      font-weight: 400;
      color: var(--thired-color);
      margin-bottom: 50px;
    }
  }
}

/* ----end_single-blog----- - */


#search-results {
  list-style: none;
  background: #F3F3F3;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 30px;
  z-index: 2;
  width: calc(100% - 24px);
  margin-inline: auto;
}

#search-results::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 20px;
}

#search-results.open {
  padding: 20px;
}

#search-results li {
  margin-bottom: 15px;
}

#search-results li a {
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
  font-size: 16px;
  color: var(--main-color);
}

#search-results li a img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  flex-grow: 0;
  flex-shrink: 1;
}

#search-results li a:hover {
  color: var(--secound-color);
}