@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
  height: -webkit-fill-available;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #E0E2DE;
  background: #070B01 !important;
  font-size: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  min-width: 320px;
  line-height: 1.2;
  overflow: hidden;
  max-width: 100vw;
}
body.lang-ar {
  color: #CFC2C6;
  background: #0D0000 !important;
}

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

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

button {
  transition: all 0.3s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  color: #E0E2DE;
  font-weight: 600;
}
.lang-ar h1, .lang-ar .h1,
.lang-ar h2, .lang-ar .h2,
.lang-ar h3, .lang-ar .h3,
.lang-ar h4, .lang-ar .h4,
.lang-ar h5, .lang-ar .h5,
.lang-ar h6, .lang-ar .h6,
.lang-ar .h {
  color: #CFC2C6;
}

h2, .h2 {
  font-size: 28px;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 56px;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 56px;
  }
  h2, .h2 {
    font-size: 56px;
  }
}
body.overflow {
  overflow: hidden;
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=number].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
input[type=number] input::-webkit-outer-spin-button,
input[type=number] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] input[type=number] {
  -moz-appearance: textfield;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.form__group {
  display: flex;
  flex-direction: column;
}
.form__group.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
}
.form__group.has-error .form__error-text {
  opacity: 1;
  margin-top: 0;
}
.form__group.has-error .form__input {
  border: 2px solid;
}
.form__group .form__error-text {
  opacity: 0;
  margin-top: 0;
}

.header {
  padding: 12px 0px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
}
@media (min-width: 768px) {
  .header {
    padding: 22px 0px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 30px 0px;
  }
}
.header-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 20px;
  padding: 0px 20px;
}
@media (min-width: 1024px) {
  .header-body {
    justify-content: center;
  }
}
.header-language-selector {
  position: relative;
  -webkit-tap-highlight-color: transparent; /* убирает выделение при тапе в Safari */
  -webkit-touch-callout: none; /* убирает меню при долгом тапе */
  user-select: none; /* предотвращает выделение текста */
  -webkit-user-select: none; /* для Safari */
}
@media (min-width: 1024px) {
  .header-language-selector {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-language-selector.active .header-language-dropdown {
  transition: all 0.3s ease;
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.header-language-selector.active .header-language-arrow svg {
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
.header-language-inner {
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 140px;
  background: linear-gradient(88.3deg, rgba(236, 251, 221, 0.14) 0%, rgba(236, 251, 221, 0.0616) 99.66%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.1019607843) inset;
  border-radius: 100px;
  position: relative;
}
@media (min-width: 1024px) {
  .header-language-inner {
    padding: 15px 19px;
  }
}
.header-language-active {
  color: #E0E2DE;
  line-height: 120%;
}
.lang-ar .header-language-active {
  color: #CFC2C6;
}
.header-language-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #E0E2DE;
}
.lang-ar .header-language-icon {
  color: #CFC2C6;
}
.header-language-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-language-arrow {
  display: flex;
  color: #E0E2DE;
}
.lang-ar .header-language-arrow {
  color: #CFC2C6;
}
.header-language-arrow svg {
  transition: all 0.3s ease;
}
.header-language-dropdown {
  position: absolute;
  width: 100%;
  padding: 8px;
  top: calc(100% + 8px);
  opacity: 0;
  border-radius: 20px;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s ease;
  background: linear-gradient(88.3deg, rgba(236, 251, 221, 0.14) 0%, rgba(236, 251, 221, 0.0616) 99.66%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.1019607843) inset;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-language-item {
  width: 100%;
  min-height: 37px;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 10px 20px;
  gap: 10px;
  box-sizing: border-box;
  color: #E0E2DE;
  transition: all 0.3s ease;
  border-radius: 12px;
  line-height: 120%;
}
.lang-ar .header-language-item {
  color: #CFC2C6;
}
.header-language-item.active {
  transition: all 0.3s ease;
}
.header-language-item.active-green {
  background-color: #7CD61C;
  color: #070b01;
}
.header-language-item.active-maroon {
  background-color: #9f3f5c;
  color: #E0E2DE;
}
.header-language-item.active-red {
  color: #E0E2DE;
}
.header-language-item img,
.header-language-item svg {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
@media (min-width: 1024px) {
  .header-language-item:not(.active):hover {
    transition: all 0.3s ease;
    background: linear-gradient(88.3deg, rgba(236, 251, 221, 0.14) 0%, rgba(236, 251, 221, 0.0616) 99.66%);
  }
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 150px;
  width: 100%;
}
@media (min-width: 768px) {
  .header-logo {
    max-width: 40px;
  }
}
@media (min-width: 1440px) {
  .header-logo {
    max-width: 60px;
  }
}
.header-logo-icon {
  display: block;
  flex-shrink: 0;
  max-width: 36px;
}
@media (min-width: 768px) {
  .header-logo-icon {
    max-width: 56px;
  }
}
.header-logo-icon svg {
  display: none;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.header-logo-text {
  display: block;
}
@media (min-width: 768px) {
  .header-logo-text {
    display: none;
  }
}
.header-logo-text svg {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.lang-ar .header-logo-text svg path {
  fill: #F3E8EB;
}

.lang-en .header-logo-icon-en {
  display: block;
}

.lang-ar .header-logo-icon-arab {
  display: block;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #020202;
  z-index: 999999;
}
.loader-wrapper {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.loader-inner {
  width: 100%;
  height: 100%;
  box-shadow: 2.76px 2.76px 6.91px 0px rgba(255, 255, 255, 0.1019607843) inset;
  border-radius: 50%;
  background: linear-gradient(88.3deg, rgba(255, 255, 255, 0.0581) 0%, rgba(255, 255, 255, 0.0308) 99.66%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.loader-circle-wrapper {
  width: 93%;
  height: 93%;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-circle {
  display: block;
  border-radius: 50%;
  background-color: #7CD61C;
  backdrop-filter: blur(27.6470584869px);
  -webkit-backdrop-filter: blur(27.6470584869px);
  animation: circleLoader 3s ease 0.5s forwards;
  will-change: transform;
}
.lang-ar .loader-circle {
  background-color: #9f3f5c;
}
@keyframes circleLoader {
  0% {
    width: 35px;
    height: 35px;
    opacity: 0;
    z-index: 1;
  }
  20% {
    opacity: 1;
  }
  35% {
    transform: translateY(-200%);
  }
  60% {
    transform: translateY(200%);
  }
  80% {
    transform: translateY(-150%);
  }
  88% {
    transform: translateY(0%);
  }
  90% {
    width: 35px;
    height: 35px;
    z-index: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
.loader-logo {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 49px;
  height: 45px;
  z-index: 2;
  opacity: 0;
  animation: logoLoader 0.5s ease 3.5s forwards;
}
.loader-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lang-ar .loader-logo svg path {
  fill: #CFC2C6;
}
@keyframes logoLoader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footer {
  padding: 50px 34px 30px 34px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(100%);
}
.footer.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1440px) {
  .footer {
    padding: 110px 80px 30px 80px;
  }
}
.footer-body {
  position: relative;
}

.footer-row {
  padding: 40px 16px;
  border-radius: 40px;
  background: linear-gradient(88.3deg, rgba(236, 251, 221, 0.14) 0%, rgba(236, 251, 221, 0.0616) 99.66%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.1019607843) inset;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer-row {
    padding: 16px 30px;
    flex-direction: row;
    align-items: stretch;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .footer-row {
    padding: 30px 60px;
    border-radius: 40px;
  }
}
.footer-logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-logo {
  width: 192px;
  height: 39px;
  flex-shrink: 0;
  order: 1;
  position: relative;
}
@media (min-width: 768px) {
  .footer-logo {
    order: unset;
  }
}
.footer-logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  object-fit: contain;
}
.footer-column {
  max-width: 200px;
  order: 2;
}
.footer-column:first-child {
  order: 3;
}
.footer-column:last-child {
  order: 2;
}
@media (min-width: 768px) {
  .footer-column:first-child {
    order: unset;
  }
  .footer-column:last-child {
    order: unset;
  }
}
.footer-title {
  color: #E0E2DE;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-title {
    text-align: left;
  }
}
.lang-ar .footer-title {
  color: #CFC2C6;
}
.footer-text {
  margin-top: 16px;
  color: #9CA296;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-text {
    text-align: left;
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .footer-text {
    margin-top: 16px;
  }
}
.lang-ar .footer-text {
  color: #A89098;
}
.footer-text a {
  color: #9CA296;
}
.lang-ar .footer-text a {
  color: #A89098;
}
@media (min-width: 1024px) {
  .footer-text a {
    transition: all 0.25s ease 0s;
  }
  .footer-text a:hover {
    transition: all 0.25s ease 0s;
    color: #E0E2DE;
  }
  .lang-ar .footer-text a:hover {
    color: #CFC2C6;
  }
}
.footer-copy {
  margin-top: 20px;
  color: #9CA296;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-copy {
    text-align: left;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .footer-copy {
    margin-top: 20px;
  }
}
.lang-ar .footer-copy {
  color: #A89098;
  direction: ltr;
}

.lang-en .footer-logo-en {
  opacity: 1;
  visibility: visible;
}

.lang-ar .footer-logo-arab {
  opacity: 1;
  visibility: visible;
}

.hero-section {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  height: 100vh;
  max-width: 100vw;
  /* Добавляем для поддержки Safari на iOS */
  height: calc(var(--vh, 1vh) * 100);
  width: 100vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 48px;
  overflow: hidden;
  transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.hero-section.hidden {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.hero-section img {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
}
@media (min-width: 576px) {
  .hero-section {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .hero-section {
    gap: 66px;
    padding-top: 130px;
    justify-content: end;
  }
}
.hero-section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.hero-section-bg-tablet {
  display: none;
}
@media (min-width: 1024px) {
  .hero-section-bg-tablet {
    display: block;
  }
}
@media (max-width: 1024px) {
  .hero-section-bg-tablet {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hero-section-bg-mobile {
    display: none;
  }
}
.hero-section-bg img {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.hero-section-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-section-content h1 {
  margin-top: 20px;
  letter-spacing: 0.1px;
  text-align: center;
}
@media (min-width: 576px) {
  .hero-section-content {
    top: 10%;
  }
}
@media (min-width: 768px) {
  .hero-section-content {
    top: 0;
  }
}
@media (min-width: 1024px) and (max-height: 830px) {
  .hero-section-content {
    top: 18%;
  }
}
.hero-section-badge {
  padding: 11px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 2px 2px 5px 0px rgba(255, 255, 255, 0.1019607843) inset;
  border-radius: 100px;
  position: relative;
  text-transform: uppercase;
  place-content: center;
  text-shadow: 0 1px 0 #000;
  --border-angle: 0turn;
  --border-color-1: rgba(124, 214, 28, 0.2);
  --border-color-2: rgba(124, 214, 28, 0.8);
  --border-color-3: rgba(124, 214, 28, 0.2);
  --main-bg: conic-gradient(
      from var(--border-angle),
      #22281B,
      #22281B 0%,
      #22281B 0%,
      #22281B 0%
  );
  border: solid 2px transparent;
  --gradient-border: conic-gradient(
      from var(--border-angle),
      transparent 0%,
      var(--border-color-1) 10%,
      var(--border-color-2) 30%,
      var(--border-color-3) 60%,
      transparent 80%
  );
  background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
  background-position: center center;
  animation: bg-spin 3s linear infinite;
}
@media (min-width: 1024px) {
  .hero-section-badge {
    padding: 19px;
  }
}
.lang-ar .hero-section-badge {
  --border-color-1: rgba(159, 63, 92, 0.2);
  --border-color-2: rgba(159, 63, 92, 0.8);
  --border-color-3: rgba(159, 63, 92, 0.2);
}
.lang-ar .hero-section-badge {
  --main-bg: conic-gradient(
  	from var(--border-angle),
  	#281b1b,
  	#281b1b 0%,
  	#281b1b 0%,
  	#281b1b 0%
  );
}
.hero-section-bottom {
  pointer-events: none;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: fit-content;
  margin-bottom: -45px;
  pointer-events: none;
}
@media (min-width: 576px) {
  .hero-section-bottom {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero-section-bottom {
    display: block;
  }
}
@media (min-width: 768px) {
  .hero-section-bottom {
    margin: 0px;
    max-width: 100%;
  }
}
.hero-section-bottom-inner {
  position: relative;
  width: 100%;
}
.hero-section-name {
  display: none;
  width: 100%;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero-section-name {
    display: block;
  }
}
.hero-section-tel {
  width: 100%;
}
@media (min-width: 768px) {
  .hero-section-tel {
    max-width: 32%;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) and (max-height: 830px) {
  .hero-section-tel {
    max-width: 25%;
  }
}
.hero-section-tel img {
  max-height: 470px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .hero-section-tel img {
    max-height: 100%;
    object-fit: cover;
  }
}
.hero-section-badge-first {
  width: 100%;
  max-width: 60%;
  position: absolute;
  top: 23%;
  right: 15px;
  z-index: 2;
  transform: rotate(-8deg);
}
.hero-section-badge-first-inner {
  border-radius: 30px;
  backdrop-filter: blur(9.1820039749px);
  -webkit-backdrop-filter: blur(9.1820039749px);
}
@media (min-width: 768px) {
  .hero-section-badge-first {
    max-width: 20%;
    top: 14%;
    left: 45.5%;
    right: unset;
  }
}
@media (min-width: 1024px) and (max-height: 830px) {
  .hero-section-badge-first {
    max-width: 18%;
    top: 29%;
  }
}
.hero-section-badge-second {
  width: 100%;
  max-width: 60%;
  position: absolute;
  z-index: 4;
  left: 2%;
  bottom: 33%;
  transform: rotate(11deg);
}
.hero-section-badge-second-inner {
  border-radius: 30px;
  backdrop-filter: blur(9.1820039749px);
  -webkit-backdrop-filter: blur(9.1820039749px);
}
@media (min-width: 768px) {
  .hero-section-badge-second {
    bottom: 40%;
    left: 35%;
    max-width: 20%;
  }
}
@media (min-width: 1024px) and (max-height: 830px) {
  .hero-section-badge-second {
    max-width: 18%;
    top: 40%;
    bottom: unset;
  }
}

@keyframes bg-spin {
  to {
    --border-angle: 1turn;
  }
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}
.about-section {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: grid;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
  transition: transform 1.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(100%);
  max-width: 100vw;
}
@media (min-width: 768px) {
  .about-section {
    transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1), opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(7, 11, 1);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 10%, black 30%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 10%, black 30%);
}
.lang-ar .about-section::before {
  background: rgb(13, 0, 0);
}
.about-section.active {
  transform: translateY(0);
  pointer-events: all;
}
.about-section.active .about-section-content {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.about-section.scaled {
  transform: translateY(-25%) scale(0.7);
  pointer-events: none;
}
@media (min-width: 768px) {
  .about-section.scaled {
    transform: translateY(-10%) scale(0.7);
  }
}
@media (min-width: 1920px) {
  .about-section.scaled {
    transform: translateY(0) scale(0.7);
  }
}
.about-section-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0px 16px;
  position: relative;
  box-sizing: border-box;
  opacity: 0;
  position: relative;
  z-index: 5;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {
  .about-section-content {
    padding: 0px 50px;
  }
}
.about-section-content * {
  text-align: center;
  height: auto;
}
.about-section-content h2 {
  color: #AAAFA5;
  line-height: 140%;
}
.lang-ar .about-section-content h2 {
  color: #CFC2C6;
  direction: rtl;
}
.about-section-content h2 span {
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  text-shadow: none;
  will-change: opacity, transform, text-shadow;
  position: relative;
  cursor: pointer;
}
.about-section-content h2 span::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  background: linear-gradient(rgba(41, 82, 0, 0.6) 0%, rgba(41, 82, 0, 0.4) 30%, rgba(41, 82, 0, 0.2) 70%, rgba(41, 82, 0, 0) 100%);
  border-radius: 50%;
  opacity: 0;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  z-index: -1;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.lang-ar .about-section-content h2 span::after {
  background: linear-gradient(rgba(159, 63, 92, 0.6) 0%, rgba(159, 63, 92, 0.4) 30%, rgba(159, 63, 92, 0.2) 70%, rgba(159, 63, 92, 0) 100%);
}
.about-section-content h2 span.active {
  transform: translateY(0);
  color: rgba(226, 255, 209, 0.7);
  position: relative;
  animation: pulsate 3s ease-in-out infinite alternate;
  animation-delay: 0.8s;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.7), 0 0 15px rgb(41, 82, 0), 0 0 20px rgba(41, 82, 0, 0.9), 0 0 35px rgba(41, 82, 0, 0.8), 0 0 40px rgba(41, 82, 0, 0.7), 0 0 50px rgba(41, 82, 0, 0.6), 0 0 60px rgba(41, 82, 0, 0.5);
}
.lang-ar .about-section-content h2 span.active {
  color: rgba(255, 255, 255, 0.95);
  animation: pulsate-arabic 3s ease-in-out infinite alternate;
  animation-delay: 0.8s;
}
.about-section-content h2 span.active::after {
  opacity: 0.7;
}
.lang-ar .about-section-content h2 span.active {
  text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 4px rgba(255, 255, 255, 0.9), 0 0 6px rgba(255, 255, 255, 0.8), 0 0 10px rgba(159, 63, 92, 0.9), 0 0 20px rgba(159, 63, 92, 0.8), 0 0 30px rgba(159, 63, 92, 0.7), 0 0 40px rgba(159, 63, 92, 0.6), 0 0 50px rgba(159, 63, 92, 0.5), 0 0 60px rgba(159, 63, 92, 0.4);
}
.about-section-content p {
  min-height: 44.81px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 140%;
  max-width: 400px;
  color: #9CA296;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: translateY(20px);
}
.about-section-content p.active {
  opacity: 1;
  transform: translateY(0);
}
.lang-ar .about-section-content p {
  color: #8A7079;
}
@media (min-width: 1024px) {
  .about-section-content p {
    margin-top: 28px;
    font-size: 20px;
    min-height: 56px;
  }
}
.about-section-icons-group {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.2s;
  will-change: opacity;
}
.about-section-icons-group.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}
.about-section-first-icon {
  position: absolute;
  top: 15%;
  left: 3%;
  z-index: 2;
  width: 30%;
}
@media (min-width: 576px) {
  .about-section-first-icon {
    width: 15%;
    bottom: 15%;
    left: 16%;
    top: unset;
  }
}
.about-section-second-icon {
  position: absolute;
  top: 21%;
  right: 2%;
  z-index: 2;
  width: 30%;
}
@media (min-width: 576px) {
  .about-section-second-icon {
    width: 15%;
    left: 9%;
    top: 11%;
    right: unset;
  }
}
@media (min-width: 1024px) {
  .about-section-second-icon {
    left: 6%;
    top: 8%;
  }
}
.about-section-first-asset-wrapper {
  position: absolute;
  width: 60%;
  z-index: 2;
  bottom: 15%;
  left: 50%;
  transform: translateX(-54%);
}
@media (min-width: 576px) {
  .about-section-first-asset-wrapper {
    width: 30%;
    right: -4%;
    left: unset;
    bottom: 12%;
    transform: translateX(0);
  }
}
@media (min-width: 1024px) {
  .about-section-first-asset-wrapper {
    width: 35%;
    bottom: 15%;
  }
}
.about-section-first-asset {
  transform: rotate(6deg) translate(10%, 60%);
  transform-origin: center;
  position: relative;
  z-index: 3;
}
.about-section-second-asset {
  transform: rotate(-15deg);
  transform-origin: center;
  position: relative;
  z-index: 2;
}
.about-section-second-asset-wrapper {
  position: absolute;
  width: 70%;
  z-index: 2;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  .about-section-second-asset-wrapper {
    width: 40%;
  }
}
@media (min-width: 576px) {
  .about-section-second-asset-wrapper {
    width: 30%;
    bottom: -2%;
    right: -5%;
    left: unset;
    transform: translateX(0%);
  }
}
@media (min-width: 1024px) {
  .about-section-second-asset-wrapper {
    width: 39%;
  }
}
.about-section-seconds-asset {
  transform: rotate(4deg);
  transform-origin: center;
}
@media (min-width: 576px) {
  .about-section-seconds-asset {
    transform: rotate(10deg);
  }
}
.about-section-third-icon {
  position: absolute;
  top: 21%;
  right: 5%;
  z-index: 2;
  width: 30%;
}
@media (min-width: 576px) {
  .about-section-third-icon {
    bottom: 25%;
    top: unset;
    left: 10%;
    width: 15%;
    right: unset;
  }
}
.about-section-fourth-icon {
  position: absolute;
  top: 15%;
  left: 3%;
  z-index: 2;
  width: 30%;
}
@media (min-width: 576px) {
  .about-section-fourth-icon {
    width: 15%;
    top: unset;
    top: 10%;
    right: 13%;
    left: unset;
  }
}
.about-section-third-asset-wrapper {
  position: absolute;
  width: 50%;
  z-index: 2;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 480px) {
  .about-section-third-asset-wrapper {
    width: 27%;
  }
}
@media (min-width: 576px) {
  .about-section-third-asset-wrapper {
    width: 25%;
    bottom: 10%;
    right: 4%;
    top: unset;
    left: unset;
    transform: translateX(0%);
  }
}
.about-section-third-asset {
  transform: rotate(-15deg);
  transform-origin: center;
}
.about-section-fifth-icon {
  position: absolute;
  top: 15%;
  left: 3%;
  z-index: 2;
  width: 30%;
}
@media (min-width: 576px) {
  .about-section-fifth-icon {
    width: 15%;
    bottom: 25%;
    left: 5%;
    top: unset;
  }
}
@media (min-width: 1024px) {
  .about-section-fifth-icon {
    left: 18%;
  }
}
.about-section-sixth-icon {
  position: absolute;
  top: 17%;
  right: 2%;
  z-index: 2;
  width: 30%;
}
@media (min-width: 576px) {
  .about-section-sixth-icon {
    top: 5%;
    left: 14%;
    width: 15%;
    top: unset;
    right: unset;
  }
}

@keyframes pulsate {
  0% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.9), 0 0 8px rgba(255, 255, 255, 0.8), 0 0 12px rgba(255, 255, 255, 0.7), 0 0 15px rgb(41, 82, 0), 0 0 20px rgba(41, 82, 0, 0.9), 0 0 35px rgba(41, 82, 0, 0.8), 0 0 40px rgba(41, 82, 0, 0.7), 0 0 50px rgba(41, 82, 0, 0.6), 0 0 60px rgba(41, 82, 0, 0.5);
  }
  100% {
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.8), 0 0 4px rgba(255, 255, 255, 0.7), 0 0 6px rgba(255, 255, 255, 0.6), 0 0 8px rgba(41, 82, 0, 0.9), 0 0 10px rgba(41, 82, 0, 0.8), 0 0 17px rgba(41, 82, 0, 0.7), 0 0 20px rgba(41, 82, 0, 0.6), 0 0 25px rgba(41, 82, 0, 0.5), 0 0 30px rgba(41, 82, 0, 0.4);
  }
}
@keyframes pulsate-arabic {
  0% {
    text-shadow: 0 0 2px rgb(255, 255, 255), 0 0 4px rgba(255, 255, 255, 0.9), 0 0 6px rgba(255, 255, 255, 0.8), 0 0 10px rgba(159, 63, 92, 0.9), 0 0 20px rgba(159, 63, 92, 0.8), 0 0 30px rgba(159, 63, 92, 0.7), 0 0 40px rgba(159, 63, 92, 0.6), 0 0 50px rgba(159, 63, 92, 0.5), 0 0 60px rgba(159, 63, 92, 0.4);
  }
  100% {
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.95), 0 0 2px rgba(255, 255, 255, 0.85), 0 0 3px rgba(255, 255, 255, 0.75), 0 0 5px rgba(159, 63, 92, 0.8), 0 0 10px rgba(159, 63, 92, 0.7), 0 0 15px rgba(159, 63, 92, 0.6), 0 0 20px rgba(159, 63, 92, 0.5), 0 0 25px rgba(159, 63, 92, 0.4), 0 0 30px rgba(159, 63, 92, 0.3);
  }
}
/*# sourceMappingURL=styles.min.css.map */
