@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tajawal";
  src: url("../fonts/Tajawal/Tajawal-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* MAIN FONT FAMILY */
/* MAIN FONT SIZE */
/* COLORS VARIABLES */
/* display grid mixin 
 DEFAULT VALUE 265PX DIVIDE WRAPPER TO 3 COLUMS 
 YOU NEED TO PUT VALUE IN MIXIN WITH PX  >>>  EXAMPLE 
@include displayGrid(265px);
*/
/*
---TEXT TRUNCATE
> $lines => the max number of lines to show before ellipses.
> $maxWidth => max width of text element.
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

html {
  font-family: "Tajawal";
  scroll-behavior: smooth;
  overflow-x: hidden;
  position: relative;
}

*::-webkit-scrollbar {
  background-color: #eeedf3;
  width: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #2392E4;
  border-radius: 25px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eeedf3;
  width: 10px;
}

.btn {
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  width: 100%;
  border: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  resize: none;
  height: 150px;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
}

.wpml-ls-statics-footer {
  display: none;
}

.lg-outer {
  direction: ltr;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 10px;
  background-image: url("../images/chevron-down-solid.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  background-position: left 3% center;
}

[dir=ltr] select {
  background-position: right 3% center;
}

body {
  font-family: "Tajawal";
  font-size: 16px;
  direction: rtl;
  text-align: start;
  position: relative;
  background-color: #fff;
  overflow-x: hidden;
}

[dir=ltr] body {
  direction: ltr;
}

.text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 100%;
  text-overflow: ellipsis;
  text-wrap: pretty;
}

.image-wrap img,
.image-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-wrap.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

figure.image-wrap {
  margin: 0;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4901960784);
  z-index: 3;
}

.head {
  margin-block-end: 30px;
}
.head > .title {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin: auto;
  margin-block-end: 15px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  color: #333333;
  padding-block-end: 12px;
}
.head.centered {
  text-align: center;
}
.head.centered .title {
  margin: 0 auto 20px auto;
  font-size: 28px;
  font-weight: bold;
}
.head.centered .title::before {
  left: 0;
  right: 0;
  margin: auto;
}
.head.centered .text {
  margin: auto;
}
.head.borderd {
  border: 1px solid #2392E4;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
}

.overlay-all {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.6117647059);
}
.overlay-all.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.padding-page {
  padding-block: 120px 50px;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}
.contact li {
  padding: 10px 0;
}
.contact li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  gap: 10px;
}
.contact li a svg {
  color: #2392E4;
  padding: 5px;
  border-radius: 50%;
  font-size: 22px;
}

.location .map {
  height: 400px;
}

section {
  padding: 50px 0;
}

.icon-scroll::before, .navbar-mobile::before {
  content: "";
  display: block;
  position: absolute;
}

.text, .content-text {
  color: #333333;
  font-family: "Tajawal";
  line-height: 2;
  text-wrap: pretty;
}

.border-circle {
  border-radius: 100%;
}

.text-center {
  text-align: center;
}

.element-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.row-gap-10 {
  row-gap: 10px;
}

.row-gap-20 {
  row-gap: 20px;
}

.row-gap-30 {
  row-gap: 30px;
}

.row-gap-40 {
  row-gap: 40px;
}

.row-gap-50 {
  row-gap: 50px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.m-x-auto {
  margin-inline: auto;
}

.m-y-auto {
  margin-block: auto;
}

.p-y-10 {
  padding-block: 10px;
}

.p-y-20 {
  padding-block: 20px;
}

.p-y-30 {
  padding-block: 30px;
}

.p-y-40 {
  padding-block: 40px;
}

.p-y-50 {
  padding-block: 50px;
}

.p-x-5 {
  padding-inline: 5px;
}

.p-x-10 {
  padding-inline: 10px;
}

.p-x-15 {
  padding-inline: 15px;
}

.p-x-20 {
  padding-inline: 20px;
}

.p-x-25 {
  padding-inline: 25px;
}

.p-2 {
  padding: 2px;
}

.p-4 {
  padding: 4px;
}

.p-6 {
  padding: 6px;
}

.p-8 {
  padding: 8px;
}

.p-10 {
  padding: 10px;
}

.p-12 {
  padding: 12px;
}

.p-14 {
  padding: 14px;
}

.p-16 {
  padding: 16px;
}

.p-18 {
  padding: 18px;
}

.p-20 {
  padding: 20px;
}

.above-all {
  overflow: hidden;
  position: relative;
}

.nav-bar {
  background-color: transparent;
  color: #333333;
  padding-block: 20px;
  overflow: hidden;
  max-height: 210px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1111;
}
.nav-bar .nav-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}
.nav-bar .nav-flex .navbar-brand {
  width: 120px;
}
.nav-bar .nav-flex .links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-bar .nav-flex .links .navbar-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  gap: 50px;
  flex: 1;
}
.nav-bar .nav-flex .links .navbar-links > li {
  position: relative;
  font-weight: 600;
  font-size: 21px;
}
.nav-bar .nav-flex .links .navbar-links > li.current_page_item {
  color: #2392E4;
  font-weight: 500;
}
.nav-bar .nav-flex .links .navbar-links > li > a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 3px 5px;
  transition: all 0.5s ease-in-out;
}
.nav-bar .nav-flex .links .navbar-links > li.current_page_item {
  color: #2392E4;
  font-weight: 600;
}
.nav-bar .nav-flex .languages {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  font-weight: 600;
  font-size: 20px;
}
.nav-bar .nav-flex .toggle-btn {
  width: 31px;
  height: 21px;
  display: none;
  cursor: pointer;
}
.nav-bar .nav-flex .toggle-btn .bar {
  background-color: #2392E4;
  width: 100%;
  height: 3px;
}

.navbar-mobile {
  position: fixed;
  top: 0;
  inset-inline-start: -100%;
  background-color: rgba(33, 36, 61, 0.6901960784);
  color: #333333;
  opacity: 0;
  visibility: hidden;
  padding: 20px 20px 0 0;
  overflow: auto;
  width: 90%;
  height: 100%;
  transition: all 1s ease-in-out;
  text-align: start;
  border-inline-end: 4px solid #fff;
  z-index: 99999;
  overflow-x: hidden;
}
.navbar-mobile::before {
  position: fixed;
  inset: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7019607843);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-in-out;
}
.navbar-mobile .nav-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  margin-bottom: 20px;
  z-index: 55;
}
.navbar-mobile .nav-flex .navbar-brand img {
  max-width: 72%;
}
.navbar-mobile .nav-flex .close-btn {
  display: block;
  text-align: left;
  padding-left: 10px;
  font-size: 35px;
  color: #fff;
  margin: 10px;
}
.navbar-mobile .nav-flex::after {
  content: "";
  background-color: #333333;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: -15px;
}
.navbar-mobile .links .mobile-links {
  padding: 15px;
  position: relative;
  z-index: 55;
  justify-content: flex-end;
}
.navbar-mobile .links .mobile-links li {
  position: relative;
  padding: 10px 0;
}
.navbar-mobile .links .mobile-links li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  font-size: 18px;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  gap: 10px;
}
.navbar-mobile .links .mobile-links li.current_page_item {
  color: #2392E4;
  font-weight: 600;
}
.navbar-mobile .languages {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: white;
  padding: 20px;
}
.navbar-mobile.active {
  opacity: 0;
  visibility: hidden;
  inset-inline-start: 0;
  transition: 1s ease all;
}
.navbar-mobile.active::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s ease-in-out;
  width: 88%;
}

[dir=ltr] .navbar-mobile {
  right: unset;
  left: -1200px;
}

[dir=ltr] .navbar-mobile.active {
  left: 0;
}

.fixed-nav {
  background-color: #fff;
}
.fixed-nav.fixed {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1882352941);
  margin-bottom: 20px;
}

.slider {
  position: relative;
}
.slider .main-slider {
  position: relative;
}
.slider .main-slider .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.slider .main-slider .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 164, 1, 0.1882352941);
  z-index: -1;
}
.slider .main-slider .item > .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: url(../images/buildings\ bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.slider .main-slider .item > .image-wrap img,
.slider .main-slider .item > .image-wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider .main-slider .item .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  margin-block-start: 70px;
}
.slider .main-slider .item .container .main-header {
  max-width: 900px;
  color: white;
}
.slider .main-slider .item .container .main-header .title {
  color: black;
  font-weight: bolder;
  font-size: 50px;
  max-width: 390px;
  line-height: 1.8;
}
.slider .main-slider .item .container .main-header .main-btn {
  padding: 20px;
  width: 280px !important;
  margin-block: 30px;
  width: 210px;
  font-size: 20px;
  font-weight: 600;
  background-color: black;
}
.slider .main-slider .item .container > .image-wrap {
  max-width: 600px;
}

.footer-bg-wrapper {
  background-color: #2392E4;
  min-height: 300px;
  padding: 30px 30px 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
}
.footer-bg-wrapper .footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
}
.footer-bg-wrapper .footer .image-wrap.logo {
  width: 120px;
}
.footer-bg-wrapper .footer .footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
.footer-bg-wrapper .footer .footer-links > li {
  position: relative;
  font-weight: 500;
  font-size: 20px;
}
.footer-bg-wrapper .footer .footer-links > li > a {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 3px 5px;
  transition: all 0.5s ease-in-out;
  color: black;
  font-weight: 600;
  font-size: 22px;
}
.footer-bg-wrapper .footer .languages {
  font-weight: 600;
  font-size: 18px;
}
.footer-bg-wrapper .copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  color: black;
  font-weight: 600;
  font-size: 22px;
}
.footer-bg-wrapper .copyright span,
.footer-bg-wrapper .copyright a {
  margin: auto;
  text-align: center;
}

.main-btn {
  background-color: #2392E4;
  padding: 10px;
  min-width: 170px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  gap: 10px;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  cursor: pointer !important;
}
.main-btn.reversed {
  background-color: transparent;
  color: #2392E4;
  border: 2px solid #2392E4;
}
.main-btn.reversed:hover {
  background-color: #2392E4;
  color: #fff;
  border: 2px solid #2392E4;
}

.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.social-links li a {
  width: 35px;
  height: 35px;
  color: #2392E4;
  font-size: 24px;
  font-weight: bold;
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  aspect-ratio: 1/1;
  margin: 0;
  background-color: #6d5d5d;
  transition: all 0.5s ease-in-out;
  display: block;
  border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #2392E4;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 115%;
  inset-inline-end: 0;
  inset-inline-start: 0;
  margin: auto;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
  height: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  color: white;
  font-size: 18px;
  margin: 0 5px;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  border: 2px solid #fff;
  background-color: #FFA401;
}
.owl-carousel .owl-nav button.owl-prev svg,
.owl-carousel .owl-nav button.owl-next svg {
  color: #2392E4;
  font-size: inherit;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.owl-carousel .owl-nav .owl-prev {
  inset-inline-start: 20px;
  inset-block-end: 20px;
}
.owl-carousel .owl-nav .owl-next {
  inset-inline-start: 40px;
  inset-block-end: 20px;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  bottom: 10%;
  margin-block-start: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  z-index: 5;
  cursor: pointer;
}
.icon-scroll, .icon-scroll::before {
  position: absolute;
  left: 50%;
}
.icon-scroll::before {
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
/* to-top-btn */
.up {
  position: fixed;
  inset-block-end: 20px;
  inset-inline-end: 20px;
  width: 30px;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  background-color: #2392E4;
  border: none;
  z-index: 10;
  border-radius: 5px;
  opacity: 0;
  transform: translateY(calc(100% + 20px));
  transition: all 0.5s ease-in-out;
  cursor: pointer !important;
}
.up img {
  width: 25px;
}
.up.show {
  opacity: 1;
  transform: translateY(0);
}
.up > i {
  color: #fff;
}

.form-wrapper form .input-wrap select,
.form-wrapper form .input-wrap textarea, .form-wrapper form .input-wrap input:not([type=checkbox]), .form-wrapper form .input-wrap input:not([type=submit]) {
  background-color: transparent;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 6px;
  flex-direction: row-reverse;
  font-size: inherit;
  border: 1px solid #a0a0a0;
}

.form-wrapper {
  padding: 15px;
  border-radius: 12px;
}
.form-wrapper form {
  margin: auto;
}
.form-wrapper form label {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.form-wrapper form .input-wrap {
  margin-bottom: 20px;
}
.form-wrapper form .input-wrap::-webkit-datetime-edit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
}
.form-wrapper form .input-wrap::-webkit-calendar-picker-indicator {
  flex: 3;
}
.form-wrapper form .input-wrap:focus {
  border: 2px solid #2392E4;
}
.form-wrapper form input[type=submit].main-btn {
  background-color: #2392E4;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #2392E4;
  margin-bottom: 0;
}
.form-wrapper form input[type=submit].main-btn:hover {
  background-color: #fff;
  color: #2392E4;
}
.form-wrapper form .file-wrap {
  position: relative;
  height: 45px;
  margin-bottom: 15px;
}
.form-wrapper form .file-wrap .fake-file {
  background-color: #fff;
  min-height: 45px;
  padding: 10px;
  direction: inherit;
  border-radius: 0;
  flex-direction: row-reverse;
  font-size: 18px;
  border: 1px solid #a0a0a0;
  position: absolute;
  inset-block-start: 0;
  z-index: 1;
  width: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: left 1% center;
  background-size: 25px;
  color: #333333;
}
.form-wrapper form .file-wrap .fake-file.hide {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.form-wrapper form .file-wrap input[type=file] {
  opacity: 0;
  position: relative;
  z-index: 2;
}
.form-wrapper form .file-wrap input[type=file]::-webkit-file-upload-button {
  display: none;
}
.form-wrapper form .file-wrap input[type=file].show {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.form-wrapper form span label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 15px;
}
.form-wrapper form span label input[type=radio] {
  transform: scale(1.5);
  font-size: 18px;
}
.form-wrapper .wrap-flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}
.form-wrapper .wrap-flex .input-wrap {
  flex: 1;
  width: 100%;
}
.form-wrapper .wrap-flex .wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item {
  flex: 1 1 45%;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: nowrap;
  gap: 20px;
}
.form-wrapper .wrap-flex .wpcf7-checkbox .wpcf7-list-item label input {
  width: -moz-fit-content;
  width: fit-content;
  transform: scale(1.3);
  accent-color: #2392E4;
}
.form-wrapper br {
  display: none;
}

.about {
  align-items: normal;
  padding: 0;
  background-color: #FFA401;
}
.about > div {
  position: relative;
}
.about > div .image-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.about > div .content {
  flex: 1;
  padding: 35px;
}
.about > div .content .head {
  margin-block-end: 0px;
}
.about > div .content .head .title {
  margin: 0;
}
.about > div .content .content-text {
  font-size: 20px;
  max-width: 740px;
  font-weight: 600;
  line-height: 1.6;
}

.services {
  padding: 90px 0;
}
.services .cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.services .cards .card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  padding: 15px;
  height: 300px;
}
.services .cards .card a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 169, 247, 0.4392156863);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services .cards .card a:hover::after {
  opacity: 100;
}
.services .cards .card a:hover .box {
  opacity: 1;
}
.services .cards .card a > .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.services .cards .card a .box {
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services .cards .card a .box .icon {
  height: 90px;
  width: 90px;
  margin: 15px auto;
}
.services .cards .card a .box .icon img {
  filter: brightness(0) invert(1);
}
.services .cards .card a .box > span {
  font-size: 24px;
  font-weight: 500;
  color: white;
}

.stats {
  padding: 0;
}
.stats .cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
  gap: 40px;
}
.stats .cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 5px;
  text-align: center;
  transform: translateY(-85px);
  z-index: 3;
}
.stats .cards .card .image-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 3px solid #FFA401;
  background-color: white;
}
.stats .cards .card .image-wrap img {
  height: 80px;
  width: 80px;
  z-index: 2;
}
.stats .cards .card .image-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 85%;
  border-radius: 50%;
  border: 1px solid #FFA401;
  background-color: #2392E4;
}
.stats .cards .card .count {
  font-size: 26px;
  font-weight: 700;
}
.stats .cards .card .title {
  font-size: 20px;
  font-weight: 600;
}

.our-store {
  background-color: rgba(255, 164, 1, 0.5019607843);
}
.our-store .head .title {
  margin: 0 0 10px;
}
.our-store .head .content-text {
  font-weight: 600;
  font-size: 17px;
}
.our-store .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 20px;
  padding-block-start: 100px;
}
.our-store .gallery .image-wrap {
  height: 350px;
}
.our-store .gallery .image-wrap:nth-of-type(even) {
  transform: translateY(-100px);
}
.our-store .gallery .image-wrap:not(:nth-of-type(even)) {
  margin-block-end: 100px;
}
.our-store .main-btn {
  padding: 15px;
  width: 220px;
  font-weight: 600;
  font-size: 18px;
  margin: 30px auto 0;
}
.our-store .main-btn:hover {
  color: white;
}

.location {
  padding: 30px 0;
}
.location .head {
  margin-block-end: 0;
}
.location .head .title {
  margin: 0;
  margin-block-end: 15px;
}
.location .map {
  height: 430px;
  width: 100%;
  overflow: hidden;
}
.location .map iframe {
  height: 100%;
  width: 100%;
}

.contact {
  background: url(../images/Rectangle\ 3.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  min-height: 500px;
}
.contact .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}
.contact .container div:has(form) {
  max-width: 600px;
  flex: 1;
}
.contact .container form {
  background-color: rgba(89, 122, 147, 0.9);
  border-radius: 10px;
  padding: 25px 40px;
  height: 100%;
  width: 100%;
}
.contact .container form .head {
  margin-block-end: 15px;
}
.contact .container form .head > h3 {
  font-size: 27px;
  font-weight: 700;
  color: white;
  margin: 0;
}
.contact .container form .input-wrap {
  display: flex;
  flex-direction: column;
  margin-block-end: 30px;
  color: white;
}
.contact .container form .input-wrap br {
  display: none;
}
.contact .container form .input-wrap label {
  font-size: 18px;
  font-weight: 600;
}
.contact .container form .input-wrap input,
.contact .container form .input-wrap textarea {
  width: 100%;
  padding: 5px 0;
  border: none;
  outline: none;
  font-size: 18px;
  color: white;
  background-color: transparent;
  border-block-end: 1px solid #ffffff;
}
.contact .container form .input-wrap input::-moz-placeholder, .contact .container form .input-wrap textarea::-moz-placeholder {
  color: white;
}
.contact .container form .input-wrap input::placeholder,
.contact .container form .input-wrap textarea::placeholder {
  color: white;
}
.contact .container form .input-wrap textarea {
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 10px;
  height: 100px;
}
.contact .container form a#submit {
  width: 210px;
  font-size: 20px;
  font-weight: 600;
  margin: 10px auto;
  margin-block-start: 30px;
}
.contact .container form a#submit:hover {
  background-color: #2392E4;
  color: white;
}
.contact .container form a#submit br {
  display: none;
}
.contact .container form div br {
  display: none;
}
.contact .container .social-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.contact .container .social-links li a {
  font-size: 45px;
  color: rgba(35, 163, 255, 0.6);
}
.contact .container .data {
  background-color: rgba(89, 122, 147, 0.9);
  border-radius: 10px;
  padding: 50px 50px 50px 40px;
}
.contact .container .data > ul {
  position: relative;
  font-size: 22px;
  color: white;
}
.contact .container .data > ul::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 105%;
  width: 4px;
  background-color: #2392E4;
}
.contact .container .data > ul li i {
  margin-inline-end: 10px;
}

[dir=rtl] input,
[dir=rtl] textarea {
  text-align: right;
}
[dir=rtl] .data > ul::before {
  right: -20px;
}

[dir=ltr] input,
[dir=ltr] textarea {
  text-align: left;
}
[dir=ltr] .data > ul::before {
  left: -20px;
}

.projects {
  padding: 90px 0;
}
.projects .card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  padding: 15px;
  height: 300px;
}
.projects .card a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 169, 247, 0.4392156863);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.projects .card a:hover::after {
  opacity: 100;
}
.projects .card a:hover span {
  opacity: 1;
}
.projects .card a > .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.projects .card a > span {
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  font-weight: 500;
  color: white;
}
.projects .main-btn {
  margin-block-end: 30px;
  margin-block-start: 80px;
  margin-inline: auto;
  font-weight: 600;
  padding: 15px 30px;
}
.projects .main-btn:hover {
  color: white;
}

.vision-message {
  padding: 20px 0;
}
.vision-message:nth-of-type(even) .container {
  flex-direction: row-reverse;
}
.vision-message .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 60px;
}
.vision-message .container .content .head {
  margin-block-end: 15px;
}
.vision-message .container .content .head .title {
  margin: 0;
}
.vision-message .container .content .content-text {
  font-size: 18px;
  font-weight: 600;
}
.vision-message .container div:has(.image-wrap) .image-wrap {
  position: relative;
  height: 350px;
  width: 350px;
  border-radius: 50%;
  border: 3px solid #FFA401;
  background-color: #eceff0;
}
.vision-message .container div:has(.image-wrap) .image-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border: 1px solid #FFA401;
  border-radius: 50%;
}

.about-page-content {
  padding-block-start: 200px;
  padding-block-end: 50px;
}
.about-page-content .stats {
  padding: 60px;
  position: relative;
}
.about-page-content .stats::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 244, 224, 0.9215686275);
  z-index: -1;
}
.about-page-content .stats .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background: url(../images/buildings.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.about-page-content .stats .image-wrap img,
.about-page-content .stats .image-wrap video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-page-content .stats .cards {
  justify-content: center;
}
.about-page-content .stats .cards .card {
  transform: translateY(0);
}
.about-page-content .stats .cards .card > .image-wrap {
  background-color: rgba(255, 244, 224, 0.9215686275);
}

.services-page-content {
  padding-block-start: 100px;
  padding-block-end: 50px;
}
.services-page-content .services .head .title {
  margin: 0;
}
.services-page-content .services .head .content-text {
  font-size: 20px;
  font-weight: 600;
}
.services-page-content .services .services-slider .slider-item .card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  padding: 15px;
  height: 300px;
}
.services-page-content .services .services-slider .slider-item .card a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(59, 169, 247, 0.4392156863);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services-page-content .services .services-slider .slider-item .card a:hover::after {
  opacity: 100;
}
.services-page-content .services .services-slider .slider-item .card a:hover .box {
  opacity: 1;
}
.services-page-content .services .services-slider .slider-item .card a > .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.services-page-content .services .services-slider .slider-item .card a .box {
  z-index: 5;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services-page-content .services .services-slider .slider-item .card a .box .icon {
  height: 90px;
  width: 90px;
  margin: 15px auto;
}
.services-page-content .services .services-slider .slider-item .card a .box .icon img {
  filter: brightness(0) invert(1);
}
.services-page-content .services .services-slider .slider-item .card a .box > span {
  font-size: 24px;
  font-weight: 500;
  color: white;
}

.contact-page-content {
  padding-block-start: 200px;
  padding-block-end: 50px;
}

.single-page {
  padding-block-start: 170px;
}
.single-page .heaad {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  height: 65px;
  overflow: hidden;
}
.single-page .heaad h3 {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.single-page .heaad .date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7F7F7F;
}
.single-page .post-image {
  height: 350px;
  margin-bottom: 30px;
}
.single-page .text {
  margin-bottom: 30px;
}
.single-page .gallery .single-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 20px;
}
.single-page .related-posts .wrapper li {
  position: relative;
  padding: 20px;
  background-color: #fff;
  width: 95%;
  margin: auto;
}
.single-page .related-posts .wrapper li .image-wrap {
  aspect-ratio: 16/9;
  margin: 0 auto;
  overflow: hidden;
}
.single-page .related-posts .wrapper li .body {
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
}
.single-page .related-posts .wrapper li .body h3 {
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
  color: #000;
  font-weight: bold;
  font-size: 22px;
  overflow: hidden;
}
.single-page .related-posts .wrapper li .body .text {
  margin-bottom: 15px;
  max-height: 65px;
  text-align: start;
  text-wrap: balance;
  color: rgba(0, 0, 0, 0.7333333333);
}
.single-page .related-posts .wrapper li .main-btn {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #000;
  font-weight: 500;
}

.services-single-page-content {
  padding-block-start: 200px;
  padding-block-end: 70px;
}
.services-single-page-content .services {
  align-items: normal;
  padding: 0;
}
.services-single-page-content .services .container {
  gap: 25px;
}
.services-single-page-content .services .container div.img {
  flex: 1;
  position: relative;
}
.services-single-page-content .services .container div.img .image-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.services-single-page-content .services .container div.content {
  flex: 1;
  background-color: #FFA401;
  padding: 35px;
  padding-block-end: 70px;
}
.services-single-page-content .services .container div.content .head {
  margin-block-end: 0px;
}
.services-single-page-content .services .container div.content .head .title {
  margin: 0;
}
.services-single-page-content .services .container div.content .content-text {
  font-size: 20px;
  max-width: 740px;
  font-weight: 600;
  line-height: 1.6;
}

.projects-page-content {
  padding-block-start: 100px;
  padding-block-end: 50px;
}
.projects-page-content .projects .head .title {
  margin: 0;
}
.projects-page-content .projects .head .content-text {
  font-size: 20px;
  font-weight: 600;
}

.projects-single-page-content {
  padding-block-start: 100px;
  padding-block-end: 70px;
}
.projects-single-page-content .projects .container .details {
  gap: 35px;
  padding-block-end: 50px;
  align-items: center;
}
.projects-single-page-content .projects .container .details div.content {
  flex: 1;
  padding: 35px 0;
  padding-block-end: 70px;
}
.projects-single-page-content .projects .container .details div.content .head {
  margin-block-end: 0px;
}
.projects-single-page-content .projects .container .details div.content .head .title {
  margin: 0;
}
.projects-single-page-content .projects .container .details div.content .content-text {
  font-size: 20px;
  max-width: 740px;
  font-weight: 600;
  line-height: 1.6;
}
.projects-single-page-content .projects .container .details div.img {
  flex: 1;
  max-height: 360px;
  overflow: hidden;
}
.projects-single-page-content .projects .container .gallery .head .title {
  margin: 0 0 65px;
}
.projects-single-page-content .projects .container .gallery .screens {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 20px;
  padding-block-start: 100px;
}
.projects-single-page-content .projects .container .gallery .screens .image-wrap {
  height: 350px;
}
.projects-single-page-content .projects .container .gallery .screens .image-wrap:nth-of-type(even) {
  transform: translateY(-100px);
}
.projects-single-page-content .projects .container .gallery .screens .image-wrap:not(:nth-of-type(even)) {
  margin-block-end: 100px;
}
.projects-single-page-content .projects .container .gallery .content-text {
  font-size: 20px;
  font-weight: 500;
}

.our-store-page-content {
  padding-block-start: 130px;
}
.our-store-page-content .our-store {
  background-color: unset;
}

@media screen and (max-width: 1199px) {
  .nav-bar .nav-flex .links {
    display: none;
  }
  .nav-bar .nav-flex .toggle-btn {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: unset;
    gap: unset;
  }
  .nav-bar .nav-flex .languages {
    display: none;
  }
  .navbar-mobile {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active {
    opacity: 1;
    visibility: visible;
  }
  .navbar-mobile.active .main-btn {
    position: relative;
    z-index: 2;
    margin: 0;
    min-width: 120px;
  }
}
@media screen and (max-width: 991px) {
  .nav-bar .nav-flex {
    gap: 15px;
  }
  .nav-bar .nav-flex .contact-btn {
    display: none;
  }
  .slider .main-slider .item .container > .image-wrap {
    display: none;
  }
  .slider .main-slider .item .container {
    flex-direction: column;
  }
  .vision-message:nth-of-type(even) .container {
    flex-direction: column;
  }
  .vision-message .container {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .vision-message .container .content {
    text-align: center;
  }
  .vision-message .container .content .head .title {
    margin: auto;
  }
  .services-single-page-content .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .services-single-page-content .container .img {
    display: none;
  }
  .services-single-page-content .container .content {
    width: 100%;
    padding: 20px !important;
    text-align: center;
  }
  .services-single-page-content .container .content .head .title {
    margin: auto !important;
  }
  .projects-single-page-content .projects .container .details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .projects-single-page-content .projects .container .details .content {
    width: 100%;
    padding: 0px !important;
    text-align: center;
  }
  .projects-single-page-content .projects .container .details .content .head .title {
    margin: 20px auto !important;
  }
  .projects-single-page-content .projects .container .details .img {
    display: none;
  }
  .projects-single-page-content .projects .container .gallery .head .title {
    margin-inline: auto;
  }
  .projects-single-page-content .projects .container .gallery .content-text {
    text-align: center;
  }
  .contact {
    padding: 30px 10px;
  }
  .contact .container {
    flex-direction: column;
  }
  .contact .container form {
    padding: 20px;
    width: 100%;
  }
  .contact .container .social-links {
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
  }
  .contact .container .data {
    padding: 35px 35px 35px 25px;
  }
  .footer-bg-wrapper .footer {
    flex-direction: column;
  }
  .footer-bg-wrapper .copyright {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .nav-bar .nav-flex .main-btn {
    font-size: 12px;
    font-weight: 600;
    padding: 10px 2px;
    min-width: 120px;
  }
  .slider .main-slider .item .container .main-header .title {
    font-size: 40px;
  }
  .slider .main-slider .item .container .main-header .main-btn {
    width: 250px !important;
  }
  .about > div:first-of-type {
    display: none;
  }
  .about > div:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .our-store .gallery {
    padding-block-start: 0;
  }
  .our-store .gallery .image-wrap:nth-of-type(even) {
    transform: translateY(0px);
  }
  .our-store .gallery .image-wrap:not(:nth-of-type(even)) {
    margin-block-end: 0px;
  }
}/*# sourceMappingURL=style.css.map */

button {
    font-family: "Tajawal";
    font-weight: 600;
}
button br {
    display: none !important;
    display: none;
}