/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-zinc-400: oklch(70.5% 0.015 286.067);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-base: 1rem;
    --text-xl: 1.25rem;
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-bold: 700;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-e-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-fit {
    height: fit-content;
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5\.5 {
    gap: calc(var(--spacing) * 5.5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-neutral-600 {
    border-color: var(--color-neutral-600);
  }
  .bg-\(--light\) {
    background-color: var(--light);
  }
  .bg-\(--primary\) {
    background-color: var(--primary);
  }
  .bg-\(--primary\)\! {
    background-color: var(--primary) !important;
  }
  .bg-\(--primary\)\/20 {
    background-color: var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--primary) 20%, transparent);
    }
  }
  .bg-\(--secondary\) {
    background-color: var(--secondary);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[28px\]\/relaxed {
    font-size: 28px;
    line-height: var(--leading-relaxed);
  }
  .text-base\/\[140\%\] {
    font-size: var(--text-base);
    line-height: 140%;
  }
  .text-base\/relaxed {
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
  }
  .text-base\/snug {
    font-size: var(--text-base);
    line-height: var(--leading-snug);
  }
  .text-xl\/\[180\%\] {
    font-size: var(--text-xl);
    line-height: 180%;
  }
  .text-xl\/relaxed {
    font-size: var(--text-xl);
    line-height: var(--leading-relaxed);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xs\/\[140\%\] {
    font-size: var(--text-xs);
    line-height: 140%;
  }
  .text-xs\/relaxed {
    font-size: var(--text-xs);
    line-height: var(--leading-relaxed);
  }
  .text-xs\/snug {
    font-size: var(--text-xs);
    line-height: var(--leading-snug);
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-\[0\.32px\] {
    --tw-tracking: 0.32px;
    letter-spacing: 0.32px;
  }
  .text-\(--light\) {
    color: var(--light);
  }
  .text-\(--primary\) {
    color: var(--primary);
  }
  .text-\(--primary\)\! {
    color: var(--primary) !important;
  }
  .text-\(--secondary\) {
    color: var(--secondary);
  }
  .text-\(--secondary\)\! {
    color: var(--secondary) !important;
  }
  .text-\[\#ADADAD\] {
    color: #ADADAD;
  }
  .text-\[\#B9B9B9\] {
    color: #B9B9B9;
  }
  .text-\[B9B9B9\] {
    color: B9B9B9;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-zinc-400 {
    color: var(--color-zinc-400);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-nowrap {
    @media (width >= 40rem) {
      flex-wrap: nowrap;
    }
  }
  .sm\:text-\[34px\]\/relaxed {
    @media (width >= 40rem) {
      font-size: 34px;
      line-height: var(--leading-relaxed);
    }
  }
  .md\:m-0 {
    @media (width >= 48rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .md\:ms-0 {
    @media (width >= 48rem) {
      margin-inline-start: calc(var(--spacing) * 0);
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-max {
    @media (width >= 48rem) {
      width: max-content;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:pb-3 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:text-\[40px\]\/relaxed {
    @media (width >= 48rem) {
      font-size: 40px;
      line-height: var(--leading-relaxed);
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px;
    }
  }
  .lg\:m-0 {
    @media (width >= 64rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .lg\:w-3\/5 {
    @media (width >= 64rem) {
      width: calc(3 / 5 * 100%);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:px-20 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-35 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 35);
    }
  }
}
@font-face {
  font-family: 'DIN-font';
  src: url('../fonts/DINNextLTArabic-Regular-3.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary: #F0BB54;
  --secondary: #1E1E1E;
  --light: #E9E9E9;
}
a {
  text-decoration: none;
}
p {
  width: fit-content;
  line-height: 140%;
}
body {
  font-family: 'DIN-font';
  margin: 0;
  background-color: var(--secondary);
}
.bg-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(30, 30, 30, 0.03) 100%), var(--secondary);
}
.bg-img {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url("../images/bg-img1.png") no-repeat center/cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  min-height: 800px;
  position: relative;
}
.thumbnails {
  position: absolute;
  bottom: 53px;
  display: flex;
  gap: 24px;
}
.nav {
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.30) 0%, rgba(30, 30, 30, 0.30) 100%);
  position: fixed;
  top: 0;
  z-index: 10;
}
nav a {
  position: relative;
  transition: color 0.3s;
}
nav a.active {
  color: var(--primary) !important;
}
nav a.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 50%;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  height: 40px;
  width: fit-content;
}
.title {
  background: linear-gradient(180deg, #F0BB54 -26.11%, #FFF 255.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 750;
}
.main-heading {
  position: relative;
  top: 50%;
  transform: translateY(50%) !important;
}
.img-container {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border: 1px solid var(--primary);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .img-container {
    width: 60px;
    height: 60px;
  }
}
.img-container.active {
  border-width: 3px;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vertical-border {
  width: 1.5px;
  height: 20px;
  border-radius: 16px;
  background: linear-gradient(180deg, #F0BB54 -26.11%, #FFF 255.83%);
}
.service-card, .lights-card {
  transition: 0.4s all ease-in-out;
}
.lights-card {
  border: 1px solid transparent;
}
.service-card:hover {
  color: var(--light);
  border-radius: 8px;
  background: rgba(75, 75, 75, 0.20);
}
.lights-card:hover {
  border-radius: 8px;
  border-color: var(--primary);
  background: rgba(240, 187, 84, 0.05);
}
.service-card .svg-icon, .lights-card .svg-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  border: 1px solid #4B4B4B;
  transition: 0.4s all ease-in-out;
  color: #4B4B4B;
}
.service-card:hover .svg-icon, .lights-card:hover .svg-icon {
  border-color: var(--primary);
  color: var(--primary);
}
.copyright {
  height: 55px;
  position: relative;
  font-size: 12px;
  line-height: 1.3;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto;
}
.copyright .logo-div {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.copyright .logo-div .waitbuzz-logo {
  position: absolute;
  top: 0;
  transform: translate(-50%, 50%);
  width: 100%;
  z-index: 3;
  visibility: visible;
  animation-delay: 0.5s;
  animation-name: bounceInUp;
}
[dir="rtl"] .copyright .logo-div .waitbuzz-logo {
  left: 10px;
}
[dir="ltr"] .copyright .logo-div .waitbuzz-logo {
  left: 38px;
}
.copyright .logo-div .img1 {
  visibility: visible;
  animation-name: bounceInUp;
}
.copyright .logo-div .img2 {
  visibility: visible;
  animation-name: bounceInUp;
  animation-delay: 1s;
}
.copyright .logo-div .img1 img, .copyright .logo-div .img2 img {
  position: absolute;
  height: 48px !important;
  width: 48px !important;
  top: 0;
  left: 0;
}
.copyright .logo-div .img1 img {
  width: 100%;
  animation: rotateRight 15s linear infinite;
  -webkit-animation: rotateRight 15s linear infinite;
  z-index: 2;
}
.copyright .logo-div .img2 img {
  width: 100%;
  animation: rotateLeft 15s linear infinite;
  -webkit-animation: rotateLeft 15s linear infinite;
  z-index: 1;
}
.copyright span.waitbuzz {
  font-weight: 700;
  color: var(--primary);
}
@keyframes rotateRight {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes rotateLeft {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
.our-work {
  padding: 80px 7%;
  background: linear-gradient(90deg, #111 0%, #1b1b1b 50%, #111 100%);
}
.filters {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.filter-btn {
  background: transparent;
  border: 1px solid #686868;
  color: #686868;
  padding: 12px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
  font-size: 16px;
}
.filter-btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.filter-btn.active {
  background: var(--primary);
  color: var(--secondary);
  border-color: var(--primary);
  font-weight: 700;
}
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 480px;
  display: block;
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.project-card .project-img {
  height: 480px !important;
  object-position: center;
}
.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.type {
  background-color: #4B4B4B;
  align-self: flex-end;
  color: var(--light);
  border-radius: 8px;
  font-size: 12px;
  position: relative;
}
[dir="rtl"] .type {
  padding: 4px 18px 6px 8px;
}
[dir="ltr"] .type {
  padding: 4px 8px 6px 18px;
}
.type::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary);
  top: 50%;
  transform: translateY(-50%);
}
[dir="rtl"] .type::before {
  right: 8px;
}
[dir="ltr"] .type::before {
  left: 8px;
  right: auto;
}
.details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details h3 {
  color: var(--light);
  font-size: 20px;
}
.details p {
  color: var(--light);
}
.arrow {
  width: 32px;
  height: 32px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.project-card:hover .arrow {
  display: block;
}
.project-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  background: var(--primary);
  transition: 0.4s ease;
  border-radius: 20px;
}
.project-card:hover::after {
  width: 100%;
}
.project-card:hover .project-img {
  transform: scale(1.06);
}
.project-card.hide {
  display: none;
}
.testimonial-swiper {
  width: 100%;
  max-width: 850px;
  margin: auto;
  text-align: center;
  position: relative;
  height: 100%;
}
.review-text {
  color: var(--light);
  font-size: 28px;
  line-height: 180%;
  font-weight: 400;
}
.writer-name {
  color: var(--light);
  font-size: 24px;
  line-height: 180%;
  font-weight: 400;
}
.writer-location {
  color: var(--light);
  font-size: 18px;
  line-height: 180%;
  font-weight: 400;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .review-text {
    font-size: 24px;
    line-height: 160%;
  }
  .writer-name {
    font-size: 20px;
    line-height: 160%;
  }
  .writer-location {
    font-size: 16px;
    line-height: 160%;
  }
}
.testimonial-swiper {
  padding-bottom: 90px;
}
.testimonial-swiper .swiper-pagination {
  bottom: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.testimonial-swiper .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  background: #686868 !important;
  opacity: 1 !important;
  border-radius: 999px !important;
  transition: 0.4s ease;
}
.testimonial-swiper .swiper-pagination-bullet-active {
  width: 24px !important;
  height: 6px !important;
  background: var(--primary) !important;
  border-radius: 999px !important;
}
.testimonial-swiper .swiper-button-prev, .testimonial-swiper .swiper-button-next {
  width: 34px !important;
  height: 34px !important;
  border: 1px solid #686868;
  border-radius: 50%;
  color: #686868 !important;
  top: auto !important;
  bottom: 0 !important;
  transition: 0.3s ease;
}
.testimonial-swiper .swiper-button-prev::after, .testimonial-swiper .swiper-button-next::after {
  font-size: 12px !important;
  font-weight: 600;
}
.testimonial-swiper .swiper-button-prev:hover, .testimonial-swiper .swiper-button-next:hover {
  border-color: var(--primary);
  color: var(--primary) !important;
}
.testimonial-swiper .swiper-button-prev {
  left: calc(50% + 85px) !important;
  right: auto !important;
}
.testimonial-swiper .swiper-button-next {
  right: calc(50% + 85px) !important;
}
.gray-border {
  width: 2px;
  height: 20px;
  border-radius: 8px;
  background: #4B4B4B;
}
.icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: rgba(243, 201, 118, 0.15);
}
.project-type {
  padding: 5px 16px;
  border-radius: 8px;
  border: 1px solid #686868;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
.project-hero {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  direction: rtl;
}
.project-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}
.project-hero .breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: var(--light);
  font-size: 14px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.project-hero .breadcrumb a {
  color: var(--light);
}
.project-hero .content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: var(--light);
}
.project-hero .content h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}
.project-hero .content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
