@charset "UTF-8";
.header {
  position: fixed;
  background-color: transparent;
  backdrop-filter: blur(1em);
  border: none;
}

.anchor-underline {
  text-decoration-line: underline !important;
  text-decoration-color: #f53e4c !important;
  text-decoration-thickness: 3px;
}

#hero-section {
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
}

#image-container {
  background-color: #0f4243;
  min-height: 100vh;
  min-height: 100svb;
  position: relative;
}

.hero-section-image {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.image-container-wave {
  position: absolute;
  inset: 0;
}
.image-container-wave svg {
  position: absolute;
  bottom: 0;
  transform: translateY(5px);
}
.image-container-wave svg * {
  fill: rgb(230.2, 234.2, 233.2);
}

#image-overlay {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 3em, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#headlines-container {
  padding: 1em 2.5em;
}

#hero-headline {
  font-size: clamp(1rem, 5vw + 1rem, 5rem);
  line-height: 2em;
}

#hero-sub-headline {
  font-size: clamp(1rem, 5vw + 1rem, 1.5rem);
}

#hero-button {
  margin: 0 auto;
  margin-block-start: 2em;
  border-radius: 1em;
}
#hero-button svg {
  animation: down 1.5s infinite;
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(5px);
  }
  40% {
    transform: translate(0);
  }
}
#hero-button p {
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  font-size: 1rem;
  padding-inline: 0.2em 0.5em;
}

#highlight-section {
  color: #ffffff;
  position: relative;
  z-index: 3;
}

#highlight-prefix {
  color: #839792;
  padding-block: 1em;
  font-weight: bold;
  display: block;
}

#highlight-section h2 {
  color: #0f4243;
  font-size: clamp(1rem, 3vw + 1rem, 3.125rem);
  margin-block-end: 0.5em;
}

#highlight-content {
  display: block;
  padding: 1em 2em;
  background: rgb(230.2, 234.2, 233.2);
  padding-block-start: 3em;
}

#highlight-content p {
  font-size: clamp(1rem, 0.5vw + 1rem, 1.25rem);
  color: rgb(91.7, 105.7, 102.2);
  font-weight: bold;
}

#highlight-button {
  background: linear-gradient(to bottom, rgba(77.9, 85.9, 83.9, 0) 10%, rgb(77.9, 85.9, 83.9));
  border: 0 solid rgb(155.8, 171.8, 167.8);
  border-block-end-width: 2px;
  transition: background-color 100ms;
  display: block;
  max-width: 120px;
  margin-block-start: 2em;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align: center;
  border-radius: 0.6em;
  font-weight: bold;
  color: #ffffff;
}
#highlight-button:hover {
  background-color: rgba(109.06, 120.26, 117.46, 0.5);
}

.highlight-container-wave > svg {
  fill: rgb(230.2, 234.2, 233.2);
  transform: rotate(180deg);
  background-color: transparent;
  position: absolute;
  z-index: 2;
}

.services-section {
  position: relative;
  margin-block: 2em;
}

.services-section-wave-top {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.services-section-header {
  text-align: center;
  z-index: 3;
}

.services-section-header h2 {
  font-size: clamp(2rem, 5vw + 1rem, 2.5rem);
  color: #0f4243;
}

.services-section-header p {
  font-size: clamp(1rem, 1vw + 1rem, 1.5rem);
  color: rgb(91.7, 105.7, 102.2);
  font-weight: bold;
}

.services-section-objects {
  width: 100%;
  height: 10em;
  z-index: 10;
  background-color: #f53e4c;
}

.services-section-list {
  display: flex;
  gap: 1.5em;
  margin-block-start: 1.5em;
  flex-wrap: wrap;
  justify-content: center;
}

.services-section-item {
  width: min(20em, 100%);
  background-color: #839792;
  border: 2px solid rgb(104.8, 120.8, 116.8);
  border-radius: 30px 50px 50px 50px;
  position: relative;
  overflow: hidden;
  min-height: 320px;
  transition: transform 200ms ease-out, box-shadow 150ms 10ms;
}

.services-section-item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.6);
}

.services-section-item > img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.services-section-item-overlay {
  position: relative;
  height: 100%;
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-section-item-overlay h3 {
  color: #ffffff;
  font-size: 2rem;
  margin-block-end: 0.2em;
}

.services-section-item-overlay p {
  color: #ffffff;
  font-size: 1rem;
}

.services-section-item-soon {
  position: relative;
}

.services-section-item-soon::after {
  content: "قريبًا";
  position: absolute;
  background: radial-gradient(#839792, rgba(15, 66, 67, 0.8));
  inset: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #ffffff;
}

.services-section-item-button {
  width: 100%;
  padding: 0.5em;
  border: 2px solid #f6ece0;
  border-radius: 0.1em;
  text-decoration: none;
  text-align: center;
  background-color: rgba(246, 236, 224, 0.9);
  border-radius: 30px 20px 50px 20px;
  font-weight: bold;
  font-size: 1.1rem;
  color: #222222;
}
.services-section-item-button:hover {
  background: radial-gradient(rgb(249.15, 242.65, 234.85), #f6ece0);
}

a {
  text-decoration: none !important;
}