body {
  direction: rtl; }

input {
  text-align: right; }

:root {
  --bdw: 30px; }

@media (max-width: 600px) {
  :root {
    --bdw: 10px; } }
.page {
  overflow: hidden; }

.animate__delay-1 {
  animation-delay: 50ms; }

.animate__delay-2 {
  animation-delay: 100ms; }

.animate__delay-3 {
  animation-delay: 150ms; }

.animate__delay-4 {
  animation-delay: 200ms; }

.animate__delay-5 {
  animation-delay: 250ms; }

.animate__delay-6 {
  animation-delay: 300ms; }

.animate__delay-7 {
  animation-delay: 400ms; }

.font-color {
  color: #c49a6c; }

.full-height {
  min-height: calc(100vh - var(--bdw) * 2); }

.min-h-inherit {
  min-height: inherit; }

.text-justify {
  text-align: justify; }

body {
  background-color: #fff;
  padding: var(--bdw) calc(var(--bdw) - 12px);
  font-family: "Alexandria", sans-serif; }
  body::before, body::after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    border: var(--bdw) solid #fff;
    z-index: 120;
    pointer-events: none; }
  body::after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0; }

section {
  overflow: hidden; }

li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

.preloader {
  position: fixed;
  inset: 0;
  background-color: #f5f5f5;
  z-index: 1000;
  transition: opacity 0.5s ease 1.2s;
  pointer-events: none; }

.preloader:after,
.preloader:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3b4346;
  transform: translateX(-100%); }

.preloader:after {
  background-color: #b0977a; }

.preloader__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  z-index: 5;
  transition: opacity 0.25s linear 0.35s; }

.preloader__logo {
  position: relative;
  background-color: #fff;
  display: block;
  line-height: 50px;
  font-size: 15px;
  animation: kb 1s infinite;
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 0.5rem; }

.preloader__logo img {
  width: 120px; }

.preloader:before {
  animation: lb 1.9s ease-in-out; }

.preloader:after {
  animation: lb 1.6s ease-in-out; }

@keyframes lb {
  to {
    transform: translateX(100%); } }
@keyframes kb {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.3);
    -webkit-transition: box-shadow 0.3s ease-in-out; }
  100% {
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translateZ(0);
    -webkit-transition: box-shadow 0.4s ease-in-out; } }
.section__number {
  position: relative;
  left: 5%; }
  @media (max-width: 992px) {
    .section__number {
      left: unset; } }
  .section__number h1,
  .section__number h4 {
    font-size: 3rem;
    margin: 0;
    width: fit-content;
    color: #c49a6c; }
  .section__number h1 {
    margin: 3px !important; }
  .section__number h4 {
    font-size: 1.25rem;
    position: relative;
    margin-top: 5rem;
    text-transform: uppercase;
    transform-origin: center center 0;
    display: inline-block;
    white-space: nowrap;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-block: 1rem; }
    .section__number h4::after {
      content: "";
      width: 2px;
      height: 3rem;
      background-color: #333;
      position: absolute;
      top: -5rem;
      right: 50%; }
  .section__number.section__number--reflect h4::after {
    background-color: #fff; }

.gallery-section {
  position: relative;
  padding: 30px 0px 90px; }

.gallery-section.full-width {
  padding-top: 90px; }

.gallery-section.masonry-section {
  padding: 90px 0px; }

.gallery-section.masonry-section .btn-box {
  margin-top: 10px; }

.gallery-section .filters {
  margin-bottom: 50px;
  text-align: center; }

.gallery-section .filters .filter-tabs {
  position: relative;
  display: inline-block; }

.gallery-section .filter-list {
  padding: 0px 15px; }

.gallery-section .filters li {
  position: relative;
  display: inline-block;
  color: #848484;
  padding: 15px 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease; }

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
  color: #d5ac63;
  background-color: #020e28;
  transform: translateY(-10px); }

.gallery-section .filters .filter.active {
  transform: translateY(-10px); }

.gallery-section .project-block {
  margin-bottom: 60px; }

.gallery-section .btn-box .theme-btn {
  margin-top: -20px; }

.project-block.mix,
.project-block-two.mix {
  display: none; }

.gallery-section.style-two {
  padding: 90px 0px; }

.gallery-section.style-two .filter-list {
  padding: 0px; }

/*Project Block Two*/
.project-block-two {
  position: relative; }

.project-block-two .inner-box {
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.project-block-two .inner-box .image {
  position: relative; }

.project-block-two .inner-box .image .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%; }

.project-block-two .inner-box .image .overlay-image-one,
.project-block-two .inner-box .image .overlay-image-two {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.8s ease-in-out; }

.project-block-two .inner-box .image .overlay-image-one {
  background-image: url("../assets/img/portfolio/portfolio-img-1.png");
  transform: translateY(-100%); }

.project-block-two .inner-box .image .overlay-image-two {
  background-image: url("../assets/img/portfolio/portfolio-img-2.png");
  transform: translateX(-100%); }

.project-block-two .inner-box:hover .overlay-image-one,
.project-block-two .inner-box:hover .overlay-image-two {
  transform: translate(0%); }

.project-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block; }

.project-block-two .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.project-block-two .inner-box:hover .image .overlay-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg); }

.project-block-two .inner-box .image .overlay-box .content h2 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 5px; }

.project-block-two .inner-box .image .overlay-box .content .search-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 40px;
  margin-left: -15px;
  margin-top: -15px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.project-block-two .inner-box .image .overlay-box .content .search-btn:hover {
  color: #d5ac63; }

.project-block-two .inner-box .image .overlay-box .content h2 a {
  position: relative;
  color: #ffffff;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.project-block-two .inner-box .image .overlay-box .content h2 a:hover {
  color: #d5ac63; }

.project-block-two .inner-box .image .overlay-box .content .category {
  position: relative;
  color: #d5ac63;
  font-size: 10px;
  font-weight: 500; }

.project-block-two .inner-box .image .overlay-box .content .link-box {
  position: absolute;
  bottom: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.project-block-two .inner-box .image .overlay-box .content .link-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 20px;
  height: 2px;
  background-color: #d5ac63; }

.project-block-two .inner-box .image .overlay-box .content .link-box:hover {
  color: #d5ac63; }

.project-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2; }

.project-block-two .inner-box .lower-content .detail {
  position: relative;
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  padding-left: 28px;
  margin-top: 12px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  font-family: "Poppins", sans-serif; }

.project-block-two .inner-box .lower-content .detail:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 12px;
  width: 20px;
  height: 2px;
  background-color: #d5ac63;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.project-block-two .inner-box .lower-content .detail:hover::before {
  width: 40px; }

.project-block-two .inner-box .lower-content .detail:hover {
  padding-left: 50px;
  color: #d5ac63; }

.project-block-two .inner-box .lower-content h2 {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 600; }

.project-block-two .inner-box .lower-content h2 a {
  position: relative;
  color: #222222;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

.project-block-two .inner-box .lower-content h2 a:hover {
  color: #d5ac63; }

.project-block-two .inner-box .lower-content .category {
  position: relative;
  color: #d5ac63; }

.styled-pagination {
  position: relative; }

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 0px 0px; }

.styled-pagination li.prev a,
.styled-pagination li.next a {
  color: #848484; }

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  min-width: 50px;
  color: #020e28;
  font-weight: 600;
  text-align: center;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  font-family: "Poppins", sans-serif; }

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  border-color: #d5ac63;
  background-color: #d5ac63; }

.hero {
  position: relative;
  z-index: 1; }
  .hero__slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    height: 100vh; }
    .hero__slide::after {
      content: "";
      width: 100%;
      height: 100%;
      background-image: url(../assets/img/hero/flare.png), linear-gradient(-12deg, #121212 15%, transparent);
      background-repeat: no-repeat;
      background-position: 95% 40px, 50%;
      background-size: 500px, 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3; }
    .hero__slide__title {
      color: #c49a6c;
      font-size: 2rem;
      margin-right: 2rem;
      margin-bottom: 5rem;
      font-weight: bold;
      line-height: 3rem;
      position: relative;
      z-index: 4; }
      .hero__slide__title span {
        color: #a5a5a5; }

.header {
  position: relative;
  top: 2.5rem;
  z-index: 10; }
  .header__logo {
    transition: all 0.3s;
    text-transform: uppercase;
    text-align: left;
    position: fixed;
    display: block;
    width: 70px;
    margin-right: 2rem;
    right: 2rem; }
    .header__logo.hidden {
      opacity: 0; }
  .header__nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    left: calc(var(--bdw) + 20px);
    top: calc(var(--bdw) + 20px); }
    .header__nav .nav-container {
      position: fixed;
      z-index: 80;
      top: var(--bdw);
      left: var(--bdw);
      width: 100%;
      height: calc(100% - var(--bdw));
      max-width: 220px;
      padding: 0 20px;
      background-color: #333;
      transform: translateX(-120%);
      transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
      will-change: transform; }
      @media (min-width: 600px) {
        .header__nav .nav-container {
          width: auto;
          max-width: 70%;
          height: 70px; } }
      .header__nav .nav-container.active {
        transform: translateX(0) !important; }
      .header__nav .nav-container ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        height: 100%; }
        @media (min-width: 600px) {
          .header__nav .nav-container ul {
            flex-direction: row;
            align-items: center;
            padding-left: 3rem; } }
        @media (min-width: 600px) {
          .header__nav .nav-container ul li {
            margin-left: 1rem; } }
        .header__nav .nav-container ul li a {
          position: relative;
          display: block;
          padding: 1rem 0 !important;
          font-size: 1rem;
          text-decoration: none;
          color: #fff;
          will-change: transform; }
  .header .language-selector {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity 0.3s ease-in; }
    .header .language-selector.hidden {
      opacity: 0; }
    .header .language-selector li {
      width: 30px;
      height: 30px;
      margin-bottom: 5px; }
      .header .language-selector li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #333;
        font-size: 0.85rem;
        color: #fff;
        text-decoration: none;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        transition: opacity 0.2s ease;
        text-align: center; }
        .header .language-selector li a:hover {
          opacity: 1; }
        .header .language-selector li a.active {
          background-color: #c49a6c;
          opacity: 1; }
  .header .hamburger {
    position: relative;
    display: block;
    width: 30px;
    cursor: pointer;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    z-index: 100; }
    .header .hamburger .bar, .header .hamburger::after, .header .hamburger::before {
      content: "";
      display: block;
      width: 100%;
      height: 3px;
      background-color: #c49a6c;
      margin: 5px 0px;
      transition: 0.4s;
      border-radius: 5px; }
    .header .hamburger.is-active:before {
      transform: rotate(-45deg) translate(-5px, 5px); }
    .header .hamburger.is-active:after {
      transform: rotate(45deg) translate(-6px, -6px); }
    .header .hamburger.is-active .bar {
      opacity: 0; }

.form-floating input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff; }
  .form-floating input:not(:placeholder-shown) ~ label {
    content: unset; }
  .form-floating input:focus {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff; }
    .form-floating input:focus ~ label {
      background-color: transparent !important;
      color: #c49a6c !important; }
      .form-floating input:focus ~ label::after {
        content: unset !important; }

label {
  color: #fff; }

.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  content: unset !important; }

.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: #c49a6c; }

textarea {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important; }
  textarea:focus {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none !important; }

.form__submit {
  background-color: transparent;
  color: #fff;
  border: 0; }

.footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  background-color: #f5f5f5; }
  @media (max-width: 750px) {
    .footer {
      flex-direction: column; } }
  .footer-nav {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 0.85rem; }
    .footer-nav:first-child {
      flex-wrap: wrap;
      row-gap: 10px; }
    .footer-nav li {
      margin: 0.5rem; }
      .footer-nav li:hover a {
        color: #c49a6c; }
      .footer-nav li a {
        color: #333;
        font-weight: 700;
        transition: color 0.3s ease-in-out; }
    .footer-nav.footer-nav--social {
      font-size: 1.5rem; }

.values__card {
  padding: 3rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; }
  .values__card__title {
    margin-inline: 0.25rem;
    font-size: 2.5rem; }
  .values__card__desc {
    color: #fff; }
.values .col > * {
  position: relative;
  z-index: 1; }
  .values .col > *::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -1; }
.values .col:first-child .values__card::before {
  background-image: linear-gradient(rgba(174, 137, 93, 0.7), #998165); }
.values .col:nth-child(2) .values__card::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), #333); }
.values .col:last-child .values__card::before {
  background-image: linear-gradient(#fff, #fff); }
.values .col:first-child .values__card__title {
  color: #fff; }
.values .col + .col .values__card__title {
  color: #c49a6c; }
.values .col:last-child .values__card__desc {
  color: #000; }

.about {
  background-color: #f5f5f5; }
  .about__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 3rem;
    position: relative;
    min-height: inherit; }
    @media (max-width: 992px) {
      .about__wrapper {
        flex-direction: column; } }
  .about__text {
    font-size: 2rem;
    color: #c49a6c; }

.services {
  background-color: #333; }
  .services__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 3rem;
    position: relative;
    min-height: inherit; }
    @media (max-width: 992px) {
      .services__wrapper {
        flex-direction: column; } }
  .services__content {
    width: 50%; }
    @media (max-width: 992px) {
      .services__content {
        width: 100%;
        padding: 1rem; } }
  .services .section__number {
    left: unset; }
  .services__card__title {
    font-size: 1rem;
    color: #c49a6c;
    position: relative;
    margin-bottom: 1rem; }
    .services__card__title::before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #c49a6c;
      top: -1.5rem; }
    .services__card__title::after {
      content: "";
      position: absolute;
      background-color: #fff;
      width: 10%;
      height: 1px;
      bottom: -15px;
      right: 0; }
  .services__card__desc {
    font-size: 0.85rem;
    color: #fff; }
  .services__image {
    width: 30%; }
    .services__image img {
      object-fit: cover; }
    @media (max-width: 992px) {
      .services__image {
        display: none; } }

.strategy {
  padding-block: 100px; }
  .strategy__wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
    gap: 3rem;
    position: relative;
    min-height: inherit; }
    @media (max-width: 992px) {
      .strategy__wrapper {
        flex-direction: column; } }
  .strategy .section__number {
    left: -5%; }
    .strategy .section__number h1 {
      margin-inline: auto !important; }
    .strategy .section__number h4 {
      margin-block: auto; }
  .strategy__content {
    width: 100%;
    text-align: center; }
  .strategy__img {
    max-width: 576px;
    padding-block: 80px 0px;
    padding-inline: 10px; }

.portfolio {
  background-color: #f5f5f5; }
  .portfolio__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 3rem;
    position: relative;
    min-height: inherit;
    padding-block: 128px 0px;
    padding-inline: 10px; }
    @media (max-width: 992px) {
      .portfolio__wrapper {
        flex-direction: column;
        padding-block: 0px; } }
  .portfolio__counter-item {
    display: flex;
    align-items: center; }
  .portfolio__number {
    padding: 16px;
    font-size: 44px;
    font-weight: 700;
    position: relative; }
  .portfolio__line {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background-color: #c49a6c; }
  .portfolio__title {
    padding: 16px; }
  .portfolio .section__number {
    width: 35%;
    left: unset; }
    .portfolio .section__number h1 {
      margin-inline: auto !important; }
    .portfolio .section__number h4 {
      margin-block: auto; }

.info {
  background-color: #fff; }
  .info__wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 1rem;
    position: relative;
    min-height: inherit;
    padding-block: 128px 0px;
    padding-inline: 10px; }
    @media (max-width: 992px) {
      .info__wrapper {
        flex-direction: column;
        padding-block: 0px; } }
  .info .section__number {
    width: 35%;
    left: unset; }
    .info .section__number h1 {
      margin-inline: auto !important; }
    .info .section__number h4 {
      margin-block: auto; }
  .info__content {
    width: 100%; }
  .info__link {
    font-size: 12px;
    padding: 8px !important;
    color: #000;
    text-wrap: nowrap; }
  .info__link:hover {
    color: #000; }
  .info__link.active {
    background-color: #c49a6c !important;
    color: #fff !important;
    border-radius: 0px !important; }
  .info__items {
    display: flex;
    align-items: center;
    gap: 10px; }
  .info__image {
    flex-grow: 1; }
    .info__image img {
      max-width: 250px; }
  .info__general-content {
    flex-grow: 2; }
  .info__heading {
    font-size: 16px;
    color: #c49a6c; }
  .info__scrollbar {
    overflow-y: scroll;
    max-height: 300px;
    min-width: 300px;
    margin-top: 48px; }
    @media (min-width: 992px) {
      .info__scrollbar {
        max-width: 400px; } }
  .info__scrollbar:-webkit-scrollbar-track {
    background-color: #fff; }
  .info__scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #fff; }
  .info__scrollbar::-webkit-scrollbar-thumb {
    background-color: #f7b41e; }

.clients {
  background-color: #f5f5f5; }
  .clients__wrapper {
    display: flex;
    align-items: start;
    height: 100%;
    gap: 1rem;
    position: relative;
    min-height: inherit;
    padding-block: 128px 0px;
    padding-inline: 10px; }
    @media (max-width: 992px) {
      .clients__wrapper {
        flex-direction: column;
        align-items: center;
        padding-block: 0px; } }
  .clients .section__number {
    width: 35%;
    left: unset; }
    .clients .section__number h1 {
      margin-inline: auto !important; }
    .clients .section__number h4 {
      margin-block: auto; }
  .clients__content {
    width: 60%;
    margin-inline: auto; }
    @media (max-width: 992px) {
      .clients__content {
        width: 100%; } }
  .clients__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 15px;
    align-items: center;
    padding: 0px; }
  .clients__item {
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out; }
  .clients__item:hover {
    opacity: 1; }
  .clients__item-img {
    width: 100%;
    max-width: 160px; }

.contact__wrapper {
  display: flex;
  align-items: center; }
  @media (max-width: 992px) {
    .contact__wrapper {
      flex-direction: column;
      gap: 15px; } }
  .contact__wrapper .section__number {
    width: 25%;
    left: unset; }
    .contact__wrapper .section__number h1 {
      margin-inline: auto !important; }
    .contact__wrapper .section__number h4 {
      margin-block: auto; }
  .contact__wrapper .contact__content {
    width: 60%; }
.contact__content {
  display: flex;
  flex-direction: row; }
  @media (max-width: 750px) {
    .contact__content {
      flex-direction: column; } }
  .contact__content__info {
    background-color: #a6a6a699;
    color: #fff;
    font-size: 1rem;
    padding: 2rem;
    flex-grow: 1; }
  .contact__content__form {
    background-color: #333333e6;
    padding: 2rem;
    flex-grow: 1; }

.social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  margin-left: 10px;
  margin-bottom: 10px; }
  .social__icon {
    display: block;
    color: #c49a6c;
    background-color: #fff;
    border: 2px solid #c49a6c;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    line-height: 0px;
    padding: 0px !important; }

.project {
  padding-block: 180px; }
  .project__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    min-height: inherit; }
    @media (max-width: 992px) {
      .project__wrapper {
        flex-direction: column; } }
  .project__header {
    width: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .project__header {
        flex-direction: column;
        gap: 20px; } }
  .project__header-images {
    height: 600px;
    width: 60%;
    background-image: url("../assets/img/work/work-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 992px) {
      .project__header-images {
        width: 100%; } }
    .project__header-images img {
      position: absolute;
      right: 0px; }
  .project__header-title {
    width: 40%;
    padding-inline-start: 40px;
    color: #c49a6c; }
    @media (max-width: 992px) {
      .project__header-title {
        width: 100%;
        padding-inline-start: 0px; } }
    .project__header-title h3 {
      font-size: 32px;
      padding-block-end: 20px;
      position: relative;
      width: 100%; }
      @media (min-width: 1200px) {
        .project__header-title h3 {
          width: max-content; } }
      @media (max-width: 992px) {
        .project__header-title h3 {
          font-size: 20px; } }
      .project__header-title h3::before {
        background-color: #333;
        content: "";
        position: absolute;
        right: 0;
        bottom: -0.5rem;
        height: 1px;
        width: 100%; }
  .project__content {
    width: 100%; }
  .project__item {
    margin-block-start: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 60px; }
    @media (max-width: 992px) {
      .project__item {
        flex-direction: column;
        gap: 15px; } }
  .project__item:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 992px) {
      .project__item:nth-child(even) {
        flex-direction: column;
        gap: 15px; } }
  .project__item-content {
    width: 20%; }
    @media (max-width: 992px) {
      .project__item-content {
        width: 100%;
        text-align: center; } }
  .project__item-title {
    color: #c49a6c;
    margin-block-end: 50px;
    padding-block-end: 20px;
    width: max-content;
    position: relative; }
    @media (max-width: 992px) {
      .project__item-title {
        margin-inline: auto; } }
    .project__item-title::before {
      background-color: #333;
      content: "";
      position: absolute;
      right: 0;
      bottom: -0.5rem;
      height: 1px;
      width: 100%; }
  .project__item-description {
    color: #333;
    font-size: 13px; }
  .project__item-image {
    width: 30%;
    height: 600px;
    background-image: url("../assets/img/work/work-item.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    @media (max-width: 992px) {
      .project__item-image {
        width: 100%; } }

.blog {
  padding-block: 180px; }
  .blog__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    min-height: inherit; }
  .blog__header-title {
    position: relative;
    font-size: 25px;
    color: #c49a6c;
    width: max-content;
    margin-inline: auto;
    padding-block-end: 15px;
    margin-block-end: 30px; }
    .blog__header-title::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0px;
      width: 100%;
      background-color: #c49a6c;
      height: 2px; }
  .blog__content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    width: 80%;
    margin-inline: auto; }
    @media (max-width: 1200px) {
      .blog__content {
        width: 100%; } }
  .blog__item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column; }
  .blog__img img {
    width: 100%; }
  .blog__description {
    margin-block: 35px 25px;
    padding-inline: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #c49a6c;
    text-align: justify;
    flex-grow: 1; }
  .blog__data {
    padding: 15px;
    border-top: 1px solid #eaeaea;
    font-size: 12px;
    color: #adadad; }
  .blog__comments {
    margin-inline-start: 15px;
    padding-inline-start: 15px;
    position: relative; }
    .blog__comments::before {
      content: "";
      position: absolute;
      width: 3px;
      height: 3px;
      background-color: #adadad;
      border-radius: 50%;
      top: 50%;
      right: 0px;
      transform: translateX(-50%); }

.details {
  padding-block: 180px 80px;
  background-color: #f5f5f5; }
  .details__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    min-height: inherit; }
  .details__content {
    background-color: #fff;
    width: 80%;
    margin-inline: auto;
    padding: 80px; }
    @media (max-width: 992px) {
      .details__content {
        padding: 40px;
        width: 90%; } }
    @media (max-width: 768px) {
      .details__content {
        padding: 20px; } }
  .details__title {
    font-size: 24px;
    font-weight: 400;
    color: #c49a6c; }
  .details__data {
    margin-block-start: 15px;
    font-size: 14px;
    color: #333; }
  .details__author {
    cursor: pointer;
    transition: color 0.3s ease-in-out; }
    .details__author:hover {
      color: #c49a6c; }
  .details__links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin-inline: auto;
    margin-block-start: 40px;
    padding-inline: 40px; }
    @media (max-width: 992px) {
      .details__links {
        width: 90%; } }
    @media (max-width: 576px) {
      .details__links {
        flex-direction: column;
        gap: 30px; } }
  .details__link {
    font-size: 16px;
    color: #333; }

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