body {
  direction: rtl; }

[type=tel],
[type=email],
[type=number] {
  direction: rtl; }

p {
  margin-bottom: 0; }

a {
  text-decoration: none; }

section {
  overflow: hidden;
  padding: 70px 0; }
  @media (max-width: 992px) {
    section {
      padding: 30px 0; } }

img {
  object-fit: contain; }

textarea:focus,
input:focus {
  outline-color: #bfa05f;
  box-shadow: none !important; }

input,
textarea {
  border-radius: 5px !important;
  text-align: start; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

@font-face {
  font-family: 'GE_SS';
  src: url(../fonts/GE_SS/GE_SS_Unique_Light.otf);
  font-weight: 300; }
@font-face {
  font-family: 'GE_SS';
  src: url(../fonts/GE_SS/GE_SS_Unique_Bold.otf);
  font-weight: 700; }
@font-face {
  font-family: 'Paul_Grotesk';
  src: url(../fonts/Paul_Grotesk/PaulGrotesk-Thin-Trail.otf);
  font-weight: 100; }
@font-face {
  font-family: 'Paul_Grotesk';
  src: url(../fonts/Paul_Grotesk/PaulGrotesk-Regular-Trail.otf);
  font-weight: 400; }
@font-face {
  font-family: 'Paul_Grotesk';
  src: url(../fonts/Paul_Grotesk/PaulGrotesk-Bold-Trail.otf);
  font-weight: 700; }
* {
  font-family: 'GE_SS';
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  *::-webkit-scrollbar {
    width: 4px; }
  *::-webkit-scrollbar-track {
    background: #f1f1f1; }
  *::-webkit-scrollbar-thumb {
    background: #bfa05f; }
  *::-webkit-scrollbar-thumb:hover {
    background: #555; }

.main-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 35px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto; }
  .main-header__text {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: capitalize; }
    .main-header__text--gold {
      color: #bfa05f; }
    @media (max-width: 768px) {
      .main-header__text {
        font-size: 18px; } }

.header {
  padding: 10px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column; }
  .header__top-bar__content {
    display: flex;
    justify-content: end;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .header__top-bar__content {
        justify-content: space-between; } }
    @media (max-width: 576px) {
      .header__top-bar__content {
        gap: 10px; } }
    @media (max-width: 576px) {
      .header__top-bar__content__phone {
        flex-basis: 100%; } }
    .header__top-bar__content__phone__link {
      display: flex;
      align-items: center;
      gap: 5px;
      color: #fff; }
      @media (max-width: 576px) {
        .header__top-bar__content__phone__link {
          justify-content: center; } }
      .header__top-bar__content__phone__link__icons {
        height: 100%;
        display: flex;
        align-items: center; }
        .header__top-bar__content__phone__link__icons__icon {
          font-size: 16px;
          color: #bfa05f;
          transform: scaleX(-1); }
      .header__top-bar__content__phone__link__text {
        height: 100%;
        font-size: 14px;
        color: inherit;
        font-family: 'GE_SS'; }
      .header__top-bar__content__phone__link:hover {
        color: #bfa05f; }
    .header__top-bar__content__links {
      display: flex;
      align-items: center;
      gap: 15px; }
      @media (max-width: 576px) {
        .header__top-bar__content__links {
          flex-basis: 100%;
          justify-content: center; } }
      .header__top-bar__content__links__link {
        color: #fff; }
        .header__top-bar__content__links__link__icon {
          color: inherit;
          font-size: 16px; }
        .header__top-bar__content__links__link:hover {
          color: #bfa05f; }
  .header .navbar {
    padding: 0; }
    .header .navbar-brand {
      padding: 0;
      margin-left: 60px; }
      .header .navbar-brand__logo {
        height: 100px; }
    .header .navbar .navbar-toggler {
      border-color: #bfa05f;
      box-shadow: none; }
      .header .navbar .navbar-toggler-icon {
        filter: invert(96%) sepia(30%) saturate(6214%) hue-rotate(308deg) brightness(81%) contrast(82%); }
    .header .navbar .offcanvas {
      z-index: 2000; }
      @media (max-width: 991px) {
        .header .navbar .offcanvas-header {
          border-bottom: 1px solid #bfa05f; } }
      .header .navbar .offcanvas-body {
        height: 80px;
        align-items: center; }
        @media (max-width: 991px) {
          .header .navbar .offcanvas-body {
            display: flex;
            flex-direction: column; } }
        .header .navbar .offcanvas-body .navbar-nav {
          gap: 25px; }
          @media (max-width: 991px) {
            .header .navbar .offcanvas-body .navbar-nav {
              gap: 15px; } }
          @media (max-width: 991px) {
            .header .navbar .offcanvas-body .navbar-nav {
              width: 100%; } }
          .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
            padding: 0;
            font-size: 16px;
            color: #e5e2dd;
            font-weight: 400; }
            @media (max-width: 991px) {
              .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
                color: #000; } }
            @media (min-width: 992px) {
              .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
                line-height: 10px; } }
            .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link.active, .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
              color: #bfa05f; }
              @media (max-width: 991px) {
                .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link.active, .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link:hover {
                  color: #bfa05f; } }
            .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link.active {
              font-weight: 700; }
          .header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
            margin-top: 10px; }
            @media (min-width: 992px) {
              .header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
                min-width: 223px; } }
            .header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item {
              transition: padding 0.2s linear;
              background-color: unset !important; }
              .header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
                color: #bfa05f;
                padding-right: 20px; }
              .header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
                color: #bfa05f; }
        .header .navbar .offcanvas-body__call-to-actions-links {
          display: flex;
          align-items: center;
          gap: 20px; }
          @media (max-width: 991px) {
            .header .navbar .offcanvas-body__call-to-actions-links {
              justify-content: center; } }
          .header .navbar .offcanvas-body__call-to-actions-links__lang {
            font-weight: 700;
            font-size: 16px;
            color: #fff; }
            @media (max-width: 991px) {
              .header .navbar .offcanvas-body__call-to-actions-links__lang {
                color: #303030; } }
          .header .navbar .offcanvas-body__call-to-actions-links__call {
            font-weight: 700;
            font-size: 16px;
            padding: 8px 16px;
            background-color: #bfa05f;
            color: #fff;
            border-radius: 5px;
            border: none;
            outline: none; }

.footer__boxes {
  padding: 30px 0;
  background-color: #303030; }
  .footer__boxes__box__title {
    font-size: 20px;
    font-weight: bold;
    color: #bfa05f;
    text-transform: capitalize;
    margin-bottom: 25px; }
  .footer__boxes__box__text {
    font-size: 16px;
    font-weight: 400;
    color: #e5e2dd;
    margin-bottom: 20px; }
  .footer__boxes__box__links {
    display: flex;
    align-items: center;
    gap: 15px; }
    .footer__boxes__box__links__link {
      color: #fff; }
      .footer__boxes__box__links__link__icon {
        color: inherit;
        font-size: 16px; }
      .footer__boxes__box__links__link:hover {
        color: #bfa05f; }
  .footer__boxes__box__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .footer__boxes__box__list__item__link {
      font-size: 16px;
      font-weight: 400;
      color: #e5e2dd;
      transition: padding 0.2s linear;
      text-transform: capitalize; }
      .footer__boxes__box__list__item__link:hover {
        padding-right: 10px;
        color: #bfa05f; }
  .footer__boxes__box__contact {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media (max-width: 768px) {
      .footer__boxes__box__contact {
        flex-direction: row;
        flex-wrap: wrap; } }
    .footer__boxes__box__contact__link {
      display: flex;
      align-items: center;
      gap: 15px;
      color: #bfa05f; }
      @media (max-width: 768px) {
        .footer__boxes__box__contact__link {
          flex-basis: calc((100% - 40px) / 3); } }
      @media (max-width: 576px) {
        .footer__boxes__box__contact__link {
          flex-basis: calc((100% - 20px) / 2); } }
      .footer__boxes__box__contact__link__icons {
        display: flex;
        justify-content: flex-start;
        color: inherit; }
        .footer__boxes__box__contact__link__icons__icon {
          font-size: 20px;
          color: inherit;
          transform: scaleX(-1); }
      .footer__boxes__box__contact__link__text {
        color: #fff;
        text-transform: uppercase; }
      .footer__boxes__box__contact__link:hover {
        color: #bfa05f; }
.footer__copyright {
  background-color: #000;
  padding: 20px 0; }
  .footer__copyright__text {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff; }
    .footer__copyright__text__link {
      color: #bfa05f; }
      .footer__copyright__text__link:hover {
        color: #bfa05f; }

.banner {
  min-height: 100vh;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .banner__content {
        margin-top: 100px; } }
    .banner__content__title {
      font-size: 56px;
      font-weight: bold;
      margin-bottom: 5px;
      background-color: #bfa05f;
      background-image: linear-gradient(45deg, #bfa05f 16.666%, #bfa55f 16.666%, #bfa55f 33.333%, #bfaf5f 33.333%, #bfaf5f 50%, #bfbd5f 50%, #bfbd5f 66.666%, #bfba5f 66.666%, #bfba5f 83.333%, #bfbf5f 83.333%);
      background-size: 100%;
      background-repeat: repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: title-rev 0.75s ease forwards; }
      @media (max-width: 768px) {
        .banner__content__title {
          font-size: 30px; } }
      .banner__content__title:hover {
        animation: titleSize 0.5s ease-in forwards; }
    .banner__content__subtitle {
      font-size: 20px;
      font-weight: 400;
      color: #e5e2dd;
      text-align: center;
      width: 75%; }
      @media (max-width: 768px) {
        .banner__content__subtitle {
          width: 100%;
          margin-bottom: 30px;
          font-size: 18px; } }
    .banner__content__link {
      font-size: 14px;
      padding: 8px 16px;
      color: #fff;
      border: 1px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      transition: gap 0.1s linear;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        .banner__content__link {
          margin-bottom: 40px; } }
      .banner__content__link__icons {
        display: flex;
        align-items: center;
        transform: scaleX(-1); }
        .banner__content__link__icons__icon {
          font-size: 16px; }
      .banner__content__link:hover {
        border-color: #bfa05f;
        color: #bfa05f;
        gap: 20px; }
    .banner__content__text {
      font-size: 18px;
      color: #e5e2dd;
      font-weight: 400;
      text-align: center;
      width: 70%; }
      @media (max-width: 768px) {
        .banner__content__text {
          width: 100%;
          font-size: 16px; } }
    .banner__content .main-header {
      margin-bottom: 5px; }

@keyframes title-rev {
  0% {
    background-size: 650%; }
  40% {
    background-size: 650%; }
  100% {
    background-size: 100%; } }
@keyframes titleSize {
  0% {
    background-size: 100%; }
  80% {
    background-size: 650%; }
  100% {
    background-size: 650%; } }
.cards-content {
  background-repeat: no-repeat;
  background-size: cover; }
  .cards-content__services {
    margin-bottom: 70px; }
    @media (max-width: 768px) {
      .cards-content__services {
        margin-bottom: 30px; } }
    .cards-content__services__text {
      font-size: 16px;
      font-weight: 400;
      color: #e5e2dd;
      text-align: center;
      margin-bottom: 25px; }
    .cards-content__services__boxes {
      margin-block: 50px; }
      @media (max-width: 576px) {
        .cards-content__services__boxes {
          margin-block: 20px; } }
      .cards-content__services__boxes .cards-content__services__boxes__box {
        height: auto;
        border-radius: 10px;
        background-color: rgba(48, 48, 48, 0.7); }
      .cards-content__services__boxes__box {
        height: 100%;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #303030; }
        @media (min-width: 1400px) {
          .cards-content__services__boxes__box {
            height: 306px; } }
        @media (min-width: 1201px) {
          .cards-content__services__boxes__box {
            height: 261.01px; } }
        @media (max-width: 1200px) {
          .cards-content__services__boxes__box {
            height: 216px; } }
        @media (max-width: 991px) {
          .cards-content__services__boxes__box {
            height: 336px; } }
        @media (max-width: 768px) {
          .cards-content__services__boxes__box {
            height: 516px; } }
        @media (max-width: 576px) {
          .cards-content__services__boxes__box {
            height: 336px; } }
        .cards-content__services__boxes__box__icon {
          filter: invert(56%) sepia(54%) saturate(325%) hue-rotate(3deg) brightness(104%) contrast(90%);
          height: 40px;
          width: 40px; }
        .cards-content__services__boxes__box__title {
          text-align: center;
          font-size: 16px;
          font-weight: 700;
          color: #fff;
          margin: 20px 0 5px;
          text-transform: capitalize; }
        .cards-content__services__boxes__box__text {
          text-align: center;
          font-size: 14px;
          font-weight: 400;
          color: #e5e2dd; }
  .cards-content__customers {
    padding: 80px 0; }
    @media (max-width: 992px) {
      .cards-content__customers {
        padding: 30px 0; } }
    .cards-content__customers__boxes > .row {
      height: 577px;
      overflow: auto; }
      .cards-content__customers__boxes > .row::-webkit-scrollbar {
        display: none; }
    .cards-content__customers__boxes__box {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .cards-content__customers__boxes__box__img {
        max-height: 220px;
        max-width: 100%;
        transition: transform 0.3s linear; }
        .cards-content__customers__boxes__box__img:hover {
          transform: scale(1.22); }

.about-cards {
  background-color: #303030;
  padding-bottom: 0;
  padding-top: 0; }
  .about-cards__boxes {
    width: 100vw;
    height: 100vh;
    display: flex; }
    @media (max-width: 991px) {
      .about-cards__boxes {
        height: fit-content; } }
    @media (max-width: 991px) {
      .about-cards__boxes {
        flex-wrap: wrap; } }
    .about-cards__boxes__box {
      width: calc(100% / 4);
      height: 100%;
      position: relative;
      transition: all 0.3s linear; }
      .about-cards__boxes__box_active {
        width: 30%; }
        .about-cards__boxes__box_active .about-cards__boxes__box__content__text {
          visibility: visible; }
      .about-cards__boxes__box_overlay::before {
        background: linear-gradient(90deg, rgba(48, 48, 48, 0.8) 50%, rgba(78, 67, 71, 0.8) 100%) !important; }
      @media (max-width: 991px) {
        .about-cards__boxes__box {
          width: 50%;
          height: 550px; } }
      @media (max-width: 576px) {
        .about-cards__boxes__box {
          width: 100%;
          height: 500px; } }
      .about-cards__boxes__box__img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .about-cards__boxes__box__content {
        position: absolute;
        padding: 20px;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2; }
        @media (max-width: 576px) {
          .about-cards__boxes__box__content {
            top: 50%;
            transform: translateY(-50%); } }
        .about-cards__boxes__box__content__title {
          margin-top: 25px;
          margin-bottom: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px;
          height: 20px; }
          @media (max-width: 576px) {
            .about-cards__boxes__box__content__title {
              margin-bottom: 20px; } }
          .about-cards__boxes__box__content__title__text {
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            line-height: 10px; }
        .about-cards__boxes__box__content__text {
          font-size: 28px;
          font-weight: 400;
          color: #e5e2dd;
          visibility: hidden;
          padding: 20px; }
          @media (max-width: 991px) {
            .about-cards__boxes__box__content__text {
              visibility: visible; } }
      .about-cards__boxes__box::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: linear-gradient(90deg, rgba(48, 48, 48, 0.4962359944) 50%, rgba(78, 67, 71, 0.4990371148) 100%); }

.our-projects {
  background-color: #bfa05f; }
  .our-projects__content__nav {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px; }
    @media (max-width: 576px) {
      .our-projects__content__nav {
        margin-bottom: 20px; } }
    .our-projects__content__nav .nav-item .nav-link {
      position: relative;
      background-color: transparent;
      padding: 0;
      border: 0;
      outline: 0;
      border-radius: 0;
      font-size: 18px;
      font-weight: 500;
      color: #4e4347; }
      .our-projects__content__nav .nav-item .nav-link.active, .our-projects__content__nav .nav-item .nav-link:hover {
        color: #303030; }
      .our-projects__content__nav .nav-item .nav-link::after {
        content: '';
        position: absolute;
        background-color: #303030;
        right: -0;
        width: 0;
        bottom: 0;
        height: 2px;
        transition: all 0.3s linear; }
      .our-projects__content__nav .nav-item .nav-link.active::after, .our-projects__content__nav .nav-item .nav-link:hover::after {
        width: 100%; }
  .our-projects__content__boxes {
    width: 100%; }
    .our-projects__content__boxes__box {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      .our-projects__content__boxes__box__project {
        position: relative;
        width: calc(100% / 3);
        overflow: hidden; }
        @media (max-width: 768px) {
          .our-projects__content__boxes__box__project {
            width: 100%; } }
        .our-projects__content__boxes__box__project__img {
          width: 100%;
          height: 320px;
          object-fit: cover; }
          @media (min-width: 1400px) {
            .our-projects__content__boxes__box__project__img {
              height: 45vh; } }
          @media (max-width: 1200px) {
            .our-projects__content__boxes__box__project__img {
              height: 220px; } }
          @media (max-width: 768px) {
            .our-projects__content__boxes__box__project__img {
              height: 400px; } }
          @media (max-width: 576px) {
            .our-projects__content__boxes__box__project__img {
              height: 260px; } }
        .our-projects__content__boxes__box__project__content {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -100px;
          background-color: #fff;
          padding: 20px;
          transition: all 0.3s linear; }
          .our-projects__content__boxes__box__project__content__title {
            font-size: 18px;
            line-height: 18px;
            max-height: 18px;
            overflow: hidden;
            font-weight: bold;
            color: #303030;
            margin-bottom: 10px; }
          .our-projects__content__boxes__box__project__content__subtitle {
            font-size: 16px;
            font-weight: 400;
            color: #4e4347;
            font-size: 16px;
            line-height: 16px;
            max-height: 16px;
            overflow: hidden; }
        .our-projects__content__boxes__box__project:hover .our-projects__content__boxes__box__project__content {
          bottom: 0; }
  .our-projects__content__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    height: 40px;
    width: 120px;
    background-color: #4e4347;
    color: #bfa05f;
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 5px; }
    @media (max-width: 576px) {
      .our-projects__content__link {
        margin-top: 20px; } }
    .our-projects__content__link:hover {
      color: #bfa05f; }

.packages {
  background-color: #303030; }
  .packages__subtitle {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    color: #e5e2dd;
    font-weight: 400;
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      .packages__subtitle {
        width: 100%; } }
  .packages__box {
    position: relative;
    box-shadow: 12px 4px 17px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    transition: transform 0.3s linear;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .packages__box__title {
      font-size: 18px;
      font-weight: bold;
      margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
      color: #000;
      background-color: #e5e2dd;
      border-radius: 5px;
      width: fit-content;
      padding: 8px 16px;
      text-transform: capitalize; }
    .packages__box__icon {
      height: 70px;
      width: fit-content;
      filter: invert(66%) sepia(10%) saturate(1704%) hue-rotate(3deg) brightness(96%) contrast(89%); }
    .packages__box__text {
      font-size: 16px;
      font-weight: 300; }
    .packages__box__list {
      list-style: none;
      display: flex;
      flex-direction: column;
      padding: 0;
      margin: 0;
      gap: 10px;
      margin: 20px 0;
      padding-top: 20px;
      border-top: 1px solid #e5e2dd;
      flex-grow: 1; }
      .packages__box__list__item {
        display: flex;
        align-items: center;
        gap: 5px;
        transition: gap 0.3s linear; }
        .packages__box__list__item__icons__icon {
          font-size: 18px;
          transform: scaleX(-1); }
        .packages__box__list__item__text {
          font-size: 16px;
          font-weight: 400;
          text-transform: capitalize; }
        .packages__box__list__item:hover {
          gap: 15px; }
    .packages__box__button {
      padding: 8px 16px;
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      background-color: #bfa05f;
      border: 0;
      outline: 0;
      border-radius: 5px;
      margin: 0 auto;
      display: block;
      text-transform: capitalize;
      width: 100%; }
    .packages__box:hover {
      background-color: #000;
      transform: scale(1.01); }
      .packages__box:hover .packages__box__text,
      .packages__box:hover .packages__box__title,
      .packages__box:hover .packages__box__list__item__text {
        color: #fff; }
      .packages__box:hover .packages__box__list__item__icons__icon {
        color: #bfa05f; }

.pricing {
  width: 100%; }
  .pricing .box-parent {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }
    .pricing .box-parent .arrow-image {
      width: 19px;
      height: 19px;
      padding-right: 5px; }
    .pricing .box-parent .gold-price-change-color {
      font-family: 'Paul_Grotesk' !important; }
      .pricing .box-parent .gold-price-change-color sup {
        font-family: 'Paul_Grotesk' !important;
        right: 5px !important;
        left: 0px !important; }
    .pricing .box-parent .box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      padding: 0;
      position: relative;
      background-color: rgba(255, 255, 255, 0.2); }
      @media (max-width: 767px) {
        .pricing .box-parent .box {
          flex-basis: 48%; } }
      .pricing .box-parent .box h3 {
        width: 100%;
        color: #bfa05f;
        text-align: center;
        font-size: 24px;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 50px; }
      .pricing .box-parent .box .box2 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
        width: none;
        width: 200px;
        padding-bottom: 50px;
        background-size: 280px;
        background-position: -60px -80px; }
        @media (max-width: 767px) {
          .pricing .box-parent .box .box2 {
            padding-inline: 0; } }
        .pricing .box-parent .box .box2 h4 {
          display: flex;
          align-items: center;
          gap: 10px;
          font-size: 19px;
          color: #b1894e;
          font-weight: 600;
          margin: 0px;
          margin-right: 5px; }

.about-us {
  background-color: #212121;
  padding-bottom: 148px; }
  @media (max-width: 991px) {
    .about-us {
      padding-bottom: 108px; } }
  .about-us__subtitle {
    display: inline-block;
    font-weight: 500;
    font-size: 1.142rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #bfa05f;
    margin-bottom: 1rem;
    color: #fff; }
  .about-us__title {
    margin-bottom: 5rem;
    color: #fff; }
    @media (max-width: 991px) {
      .about-us__title {
        margin-bottom: 30px; } }
  .about-us__text {
    margin-bottom: 2.6rem;
    color: #fff; }
    @media (max-width: 991px) {
      .about-us__text {
        margin-bottom: 16px; } }
  .about-us__experience-box {
    position: relative;
    white-space: nowrap;
    margin-top: 6rem;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .about-us__experience-box {
        margin-top: 30px; } }
    @media (min-width: 1200px) {
      .about-us__experience-box {
        margin-top: 12.2rem; } }
    @media (min-width: 992px) {
      .about-us__experience-box {
        margin-top: 6rem; } }
    .about-us__experience-box__border {
      display: inline-block;
      vertical-align: middle;
      width: 12.15rem;
      height: 12.15rem;
      border: 0.357rem solid #bfa05f; }
    .about-us__experience-box__content {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      right: -8rem;
      top: 0.2rem; }
      .about-us__experience-box__content__number {
        display: inline-block;
        vertical-align: middle;
        font-size: 7.142rem;
        line-height: 1;
        font-weight: 600;
        color: #fff;
        font-family: 'GE_SS'; }
      .about-us__experience-box__content__info {
        display: inline-block;
        vertical-align: middle;
        margin: -1rem 0 0 0.8rem;
        font-size: 1.57rem;
        line-height: 1.181;
        color: #fff; }
  .about-us__dots-image {
    display: inline-block;
    width: 100%;
    position: relative; }
    .about-us__dots-image__img {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      height: 609px;
      object-fit: cover; }
      @media (max-width: 768px) {
        .about-us__dots-image__img {
          height: 590px; } }
      @media (max-width: 576px) {
        .about-us__dots-image__img {
          height: 490px; } }
    .about-us__dots-image__dots {
      position: absolute;
      left: -20%;
      bottom: -15%;
      width: 101%;
      height: 57.2%; }

.contact-us__info {
  color: #999;
  line-height: 1.111;
  font-size: 1.28rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 4rem; }
  @media (max-width: 991px) {
    .contact-us__info {
      margin-bottom: 30px; } }
  .contact-us__info__title-hr {
    width: 7rem;
    max-width: 100%;
    height: 0.28rem;
    background: #bfa05f;
    margin: 0 0 2rem; }
    @media (max-width: 991px) {
      .contact-us__info__title-hr {
        margin-bottom: 1rem; } }
  .contact-us__info__title {
    width: 1px;
    color: #fff;
    font-size: 1.28rem; }
.contact-us__title {
  margin-bottom: 1.3rem;
  color: #fff; }
  .contact-us__title__item {
    color: #999;
    font-weight: 400; }
.contact-us__big-text {
  font-size: 1.142rem;
  line-height: 1.875;
  letter-spacing: -0.025rem;
  margin-bottom: 2rem;
  color: #999; }
.contact-us__text {
  margin-bottom: 0.6rem;
  color: #888; }
  .contact-us__text__item {
    color: #fff; }
  .contact-us__text__link {
    color: #fff; }
    .contact-us__text__link:hover {
      color: #bfa05f; }
.contact-us__info-subtext {
  margin-bottom: 1.3rem;
  color: #999; }
.contact-us__info-text {
  font-size: 2.142rem;
  line-height: 1.3;
  margin-bottom: 3.6rem;
  color: #fff; }
  @media (max-width: 991px) {
    .contact-us__info-text {
      margin-bottom: 2rem; } }
.contact-us__icons-content__item {
  color: #fff; }
.contact-us__icons-content__list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center; }
  .contact-us__icons-content__list__link__icon {
    font-size: 16px;
    color: #fff; }
    .contact-us__icons-content__list__link__icon:hover {
      color: #bfa05f; }
.contact-us__form input {
  background: #333;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  border-radius: 0.75em;
  border: 0;
  border-radius: 0 !important;
  height: 44px;
  padding: 8px 16px;
  box-shadow: none;
  transition: all .15s;
  outline: none; }
.contact-us__form textarea {
  background: #333;
  color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  border-radius: 0.75em;
  border: 0;
  border-radius: 0 !important;
  height: 200px;
  padding: 8px 16px;
  box-shadow: none;
  transition: all .15s;
  outline: none;
  resize: none; }
.contact-us__form__submit {
  font-weight: 600;
  text-transform: uppercase;
  background: #bfa05f;
  color: #303030;
  border-radius: 0;
  letter-spacing: 0.025em;
  font-size: 1rem;
  display: inline-block;
  border: 0;
  border-radius: 0;
  padding: 16px 32px;
  text-decoration: none;
  transition: all .3s ease-out !important; }
  .contact-us__form__submit:hover {
    background: #bfa05f;
    color: #303030; }

.our-customers {
  background-color: #212121; }
  .our-customers__boxes > .row {
    height: 577px;
    overflow: auto; }
    .our-customers__boxes > .row::-webkit-scrollbar {
      display: none; }
  .our-customers__boxes__box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .our-customers__boxes__box__img {
      max-height: 220px;
      max-width: 100%;
      transition: transform 0.3s linear; }
      .our-customers__boxes__box__img:hover {
        transform: scale(1.22); }

.projects {
  background-color: #fff; }
  .projects__content__nav {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px; }
    @media (max-width: 576px) {
      .projects__content__nav {
        margin-bottom: 20px; } }
    .projects__content__nav .nav-item .nav-link {
      position: relative;
      background-color: transparent;
      padding: 0;
      border: 0;
      outline: 0;
      border-radius: 0;
      font-size: 18px;
      font-weight: 500;
      color: #fff; }
      .projects__content__nav .nav-item .nav-link.active, .projects__content__nav .nav-item .nav-link:hover {
        color: #bfa05f; }
      .projects__content__nav .nav-item .nav-link::after {
        content: '';
        position: absolute;
        background-color: #bfa05f;
        right: -0;
        width: 0;
        bottom: 0;
        height: 2px;
        transition: all 0.3s linear; }
      .projects__content__nav .nav-item .nav-link.active::after, .projects__content__nav .nav-item .nav-link:hover::after {
        width: 100%; }
  .projects__content__boxes {
    width: 100%; }
    .projects__content__boxes__box {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .projects__content__boxes__box__project {
        position: relative;
        width: calc((100% - 60px) / 4);
        border-radius: 5px;
        box-shadow: 12px 4px 17px rgba(0, 0, 0, 0.15);
        overflow: hidden; }
        @media (max-width: 991px) {
          .projects__content__boxes__box__project {
            width: calc((100% - 20px) / 2); } }
        @media (max-width: 768px) {
          .projects__content__boxes__box__project {
            width: 100%; } }
        .projects__content__boxes__box__project:hover .projects__content__boxes__box__project__img-content__img {
          transform: rotate(2deg) scale(1.05); }
        .projects__content__boxes__box__project__img-content {
          overflow: hidden; }
          .projects__content__boxes__box__project__img-content__img {
            width: 100%;
            height: 220px;
            object-fit: cover;
            transition: transform 0.3s linear; }
            @media (max-width: 1200px) {
              .projects__content__boxes__box__project__img-content__img {
                height: 212px; } }
            @media (max-width: 991px) {
              .projects__content__boxes__box__project__img-content__img {
                height: 240px; } }
            @media (max-width: 768px) {
              .projects__content__boxes__box__project__img-content__img {
                height: 365px; } }
            @media (max-width: 576px) {
              .projects__content__boxes__box__project__img-content__img {
                height: 260px; } }
        .projects__content__boxes__box__project__content {
          background-color: #fff;
          padding: 20px; }
          .projects__content__boxes__box__project__content__title {
            font-size: 18px;
            line-height: 18px;
            max-height: 18px;
            overflow: hidden;
            font-weight: bold;
            color: #303030;
            margin-bottom: 10px; }
          .projects__content__boxes__box__project__content__subtitle {
            font-size: 16px;
            font-weight: 400;
            color: #4e4347;
            font-size: 16px;
            line-height: 16px;
            max-height: 16px;
            overflow: hidden; }
        .projects__content__boxes__box__project:hover .our-projects__content__boxes__box__project__content {
          bottom: 0; }

.chose-us {
  background-color: #212121; }
  .chose-us__box {
    height: 100%; }
    .chose-us__box__icon-parent {
      display: flex;
      align-items: center;
      justify-content: center; }
      .chose-us__box__icon-parent__icon {
        font-size: 40px;
        color: #bfa05f; }
    .chose-us__box__title {
      margin-top: 20px;
      margin-bottom: 10px;
      color: #fff;
      text-align: center; }
    .chose-us__box__text {
      color: #fff;
      text-align: center; }

.services {
  background-color: #303030; }
  .services__card {
    height: 100%;
    padding: 20px;
    position: relative;
    display: block;
    border-radius: 5px;
    box-shadow: 12px 4px 17px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    background-color: #fff; }
    .services__card::after {
      content: '';
      position: absolute;
      background-color: #bfa05f;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 0;
      transition: height 0.3s linear;
      z-index: 1; }
    .services__card:hover .services__card__img-content,
    .services__card:hover .services__card__content {
      transform: translateY(-10px);
      transition: transform 0.1s linear; }
    .services__card:hover .services__card__content__title {
      color: #fff !important;
      transition: color 0.5s linear; }
    .services__card:hover .services__card__content__text {
      color: #fff !important;
      transition: color 0.6s linear; }
    .services__card:hover::after {
      height: 100%; }
    .services__card__img-content {
      width: 100%;
      position: relative;
      z-index: 2; }
      .services__card__img-content__img {
        width: 80%;
        margin: 0 auto;
        display: block;
        height: 200px; }
    .services__card__content {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 2; }
      .services__card__content__title {
        text-align: center;
        color: #bfa05f; }
      .services__card__content__text {
        text-align: center;
        color: #999; }

.mb-24 {
  margin-bottom: 24px; }
  @media (max-width: 992px) {
    .mb-24 {
      margin-bottom: 12px; } }

.mb-80 {
  margin-bottom: 80px; }
  @media (max-width: 992px) {
    .mb-80 {
      margin-bottom: 12px; } }

.mb-40 {
  margin-bottom: 40px; }

.mb-75 {
  margin-bottom: 75px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.custom-gold-bg {
  background-color: #FFEBC0; }

.custom-black-color {
  color: #303030 !important; }

.custom-black-bg {
  background-color: #212121; }

.custom-gray-bg {
  background-color: #303030; }

.blackText {
  color: #303030 !important; }

/*# sourceMappingURL=style-rtl.css.map */
