@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap");
:root {
  --main-color: #bb8e4d;
  --sec-color: #091a25;
  --title-color: #1b496a;
}

@font-face {
  font-family: "FormaDJRArabicDisplay";
  src: url("../fonts/FormaDJRArabicDisplay-Regular-Testing.otf");
}
@font-face {
  font-family: "din-med";
  src: url("../fonts/DINNextLTArabic-Medium-3.ttf");
}

@font-face {
  font-family: "bold";
  src: url("../fonts/DIN-Next-LT-W23-Bold.ttf");
}

@font-face {
  font-family: "din-next";
  src: url("../fonts/din-next-lt-w23-regular.ttf");
}
@font-face {
  font-family: "light";
  src: url("../fonts/din-next-lt-w23-light.ttf");
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: rtl !important;
}

body {
  direction: rtl;
  text-align: start;
  font-family: "din-next";
  overflow-x: hidden;
}

/* nice select */
.nice-select {
  width: 100%;
  /* margin-bottom: 15px; */
  text-align: right !important;
  padding-left: 30px;
  padding-right: 18px;
}

.nice-select::after {
  left: 12px;
  right: auto;
}

.nice-select .option {
  text-align: right;
  padding-left: 29px;
  padding-right: 18px;
}

.nice-select .list {
  width: 100%;
}

.nice-select:after {
  width: 8px;
  height: 8px;
}

.owl-carousel {
  direction: ltr;
}

.carousel-info button {
  border: none;
  outline: none;
  background: none;
}

button:focus,
button {
  border: none;
  outline: none;
}

.mynav button {
  background: none;
}

input:focus {
  outline: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
}

span.navbar-toggler-icon {
  background: var(--main-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  font-size: 28px;
}

span.navbar-toggler-icon i {
  font-size: 20px;
}

/* Start navbar */

.mynav li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/bg-links.svg");
  opacity: 0;
  transition: all 0.3s;
}
.mynav li a:hover::before,
.mynav li.current-menu-item a::before {
  opacity: 1;
  bottom: -23px;
}

.right-nav {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 32px;
}

.header-btn a,
.my-btn button,
.my-btn a {
  background: #fff;
  padding: 9px 10px;
  min-width: 265px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  font-weight: 700;
  z-index: 1;
  font-size: 16px;
  color: var(--main-color);
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "bold";
  border: 3px solid #bb8e4d;
}

.header-btn a {
  min-width: 160px;
  box-shadow: 0px 2px 8px 0px #ff97003d;
  background: var(--main-color);
  color: #fff;
}

.left-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  height: 38px;
  width: 178px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mynav li {
  padding: 0 3px;
}

.mynav li a {
  color: #091a25;
  transition: all 0.3s;
  padding: 0 8px;
  font-size: 16px;
  font-family: "din-med";
  position: relative;
}

.mynav li a:hover,
.mynav li.current-menu-item a,
.sidebar .side-content ul li.current-menu-item a{
  color: var(--main-color);
}

.mynavbar .row {
  align-items: center;
  padding: 8px 0;
  border: 1px solid #f5eee4;
  border-radius: 16px;
  margin: 20px 0;
}

.mynavbar ul {
  display: flex;
  align-items: center;
  justify-content: end;
}

.lang a {
  text-transform: capitalize;
  font-weight: 600;
  color: var(--main-color);
  text-decoration: underline;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.left-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang a:hover {
  color: var(--sec-color);
}

span.btnSearch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #dbe8fa;
}

.right_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s;
}

/* Start Search */

.site-search {
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  padding: 12px;
  transition:
    opacity 0.5s ease 0.25s,
    z-index 0s ease 0.75s;
  -webkit-transition:
    opacity 0.5s ease 0.25s,
    z-index 0s ease 0.75s;
}

.site-search .close-side i {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  left: 20px;
}

.site-search.open {
  z-index: 99999999;
  opacity: 1;
  transition:
    opacity 0.5s,
    z-index 0s;
  -webkit-transition:
    opacity 0.5s,
    z-index 0s;
}

.site-search.open .woocommerce-product-search,
.site-search.open .search-form {
  margin-top: -40px;
  opacity: 1;
  transition:
    margin-top 0.5s,
    opacity 0.5s;
  -webkit-transition:
    margin-top 0.5s,
    opacity 0.5s;
}

.site-search .widget_product_search,
.site-search .widget_search {
  position: relative;
  padding-top: 0;
}

.site-search .woocommerce-product-search,
.site-search .widget_search .search-form {
  border: none;
  width: 50%;
  margin-top: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: block;
  padding-top: 0;
  opacity: 0;
  transition:
    margin-top 0.5s,
    opacity 0.5s;
  -webkit-transition:
    margin-top 0.5s,
    opacity 0.5s;
  transform: translateX(-50%);
  z-index: 9;
}

.site-search .woocommerce-product-search label,
.site-search .widget_search .search-form label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  transform: translateX(10%);
}

.site-search .woocommerce-product-search .search-field,
.site-search .widget_search .search-form .search-field {
  color: #222222;
  background: none;
  border: 1px solid #dbe8fa;
  font-size: 20px;
  padding: 15px 22px;
  height: auto;
  margin: 0;
  outline: none !important;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.15s linear;
  /* -webkit-appearance: none; */
  border-radius: 16px;
  box-shadow: inset 0 0 0 transparent;
  padding-inline-end: 50px;
}

.site-search .woocommerce-product-search input[type="submit"],
.site-search .widget_search .search-form input[type="submit"] {
  top: 10px;
  right: 15px;
  padding-top: 0 !important;
  background: none !important;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  position: absolute;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  color: #222222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site-search .woocommerce-product-search button {
  position: absolute;
  left: 22px;
  top: 16px;
  font-size: 20px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--main-color);
  padding: 0;
}

.site-search .woocommerce-product-search .search-field::placeholder {
  color: #222222;
}

.searchForm .btnSearch {
  box-shadow: none !important;
  margin: 0 25px;
  color: #101010;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border: none !important;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  cursor: pointer;
}

.searchForm .btnSearch i {
  transition: all 0.6s;
  color: var(--main-color);
}

.searchForm .btnSearch i:hover {
  transform: rotate(360deg);
  color: var(--hover-color);
}

.site-search-close {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.sidebar .lang {
  margin: 16px 0;
  padding-inline-start: 16px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sidebar .logo {
  background: #fff;
  text-align: center;
  padding: 8px;
  height: 70px;
  margin-top: 24px;
}
.sidebar .logo img {
  object-fit: contain;
}
/* End Search */
/* Sidebar */

.sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100%;
  width: 350px;
  background-color: #fff;
  z-index: 99;
  padding: 20px 0;
  transition: all 0.7s;
  padding: 0 0 20px 0;
  height: auto;
  overflow-y: scroll;
}

.sidebar-width {
  left: 0px;
}

.sidebar .close-side i {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  color: var(--sec-color);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.side-content a i {
  margin: 0 8px;
}

.side-content a {
  text-transform: capitalize;
}

.close-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--bg-color);
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: none;
}

.close-overlay.open-overlay {
  display: block;
}

.sidebar .side-content ul li {
  position: relative;
  width: 100%;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.sidebar .side-content ul li:hover {
  background-color: #fff;
}

.sidebar .side-content ul li:hover a::after {
  color: #fff;
}

.sidebar .side-content ul li:hover a,
.sidebar .side-content > ul li:hover a::after {
  color: var(--main-color);
}

.sidebar .side-content ul li a {
  color: #000;
  display: block;
  padding: 12px 20px;
  position: relative;
  /* text-align: center; */
  transition: all 0.6s;
}

.sidebar .side-content ul li a:hover {
  background-color: #fff;
  color: var(--main-color);
}

.sidebar .header-btn {
  padding-inline-start: 20px;
  margin: 20px 0;
}

/* Start hero section */

/* Start home slider */
.home-slider .owl-item,
.home-slider .item,
.home-slider .item .row {
  overflow: hidden;
  position: relative;
  height: 665px;
  direction: rtl;
}

.slider-home .slider-img {
  position: absolute;
  border-radius: 24px;
  width: 100%;
  object-fit: cover;
  height: 665px;
  -webkit-mask-box-image: url("../images/hero_mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-home .slider-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 24px;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 37.89%,
    rgba(0, 0, 0, 0.3) 58.89%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.home-slider {
  width: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.home-slider .owl-carousel,
.sponser-slider {
  direction: ltr;
}

.owl-item.active .slider-info h2 {
  animation: 1s fadeInDown;
}

.home-slider .row {
  align-items: end;
  direction: ltr;
}

.slider-home .owl-item .slider-img img,
.slider-home .owl-item .slider-img video {
  border-radius: 24px;
  width: 100%;
  height: 665px;
  object-fit: cover;
  -webkit-mask-box-image: url("../images/hero_mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-info {
  direction: rtl;
  padding-bottom: 46px;
  padding-inline-start: 26px;
}

.slider-info h2 {
  font-size: 48px;
  margin-bottom: 40px;
  padding-inline-end: 70px;
  line-height: 62px;
  font-weight: 700;
  color: #fff;
  font-family: "bold";
}
.slider-info p span {
  color: #fff;
  font-size: 16px;
  font-family: "din-med";
  position: relative;
  z-index: 2;
}
.slider-info p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 227px;
  gap: 20px;
  border-radius: 50%;
}
.slider-info p::after {
  position: absolute;
  width: 227px;
  height: 30px;
  right: 0px;
  top: 0px;
  content: "";
  background: #d09846;
  filter: blur(11px);
  border-radius: 50%;
}
.slider-info p span:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 0;
  top: 14px;
  left: -20px;
  border: 1px solid;
  border-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) -2.63%,
    #ffffff 50.24%,
    rgba(255, 255, 255, 0) 102.63%
  );
  border-image-slice: 1;
  transform: rotate(-90deg);
}

.slider-info p span:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 0;
  top: 14px;
  right: -20px;
  border: 1px solid;
  border-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) -2.63%,
    #ffffff 50.24%,
    rgba(255, 255, 255, 0) 102.63%
  );
  border-image-slice: 1;
  transform: rotate(-90deg);
}
.slider.home-slider {
  position: relative;
}
.counter-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.home-slider .about-counter {
  position: absolute;
  bottom: 25px;
  left: 3%;
  z-index: 9;
  width: 546px;
}
.home-slider .about-counter .row {
  direction: rtl;
  align-items: center;
}
.about-counter .col-md-4.col-6 {
  padding: 0 8px;
}
.counter-item span {
  text-shadow: 0px 4px 8px #0000001f;
  color: #091a25;
}
.card-slider.owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.part-slider.owl-theme .owl-nav .owl-next,
.part-slider.owl-theme .owl-nav .owl-prev,
.slider-home.owl-theme .owl-nav .owl-next,
.slider-home.owl-theme .owl-nav .owl-prev {
  margin-top: 0;
  position: absolute;
  width: 58px;
  height: 58px;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  border: 2.1px solid #bb8e4d;
  transition: all 0.3s;
}
.owl-theme .owl-nav .owl-prev {
  left: 47%;
  bottom: 46px;
  top: unset;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-theme .owl-nav .owl-next {
  left: 53%;
  bottom: 46px;
  top: unset;
  background: #fff;
}
.owl-theme .owl-nav .owl-prev::after,
.owl-theme .owl-nav .owl-next::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-size: contain;
  width: 28px;
  height: 28px;
  background-image: url("../images/up-left-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.owl-theme .owl-nav .owl-next::after {
  background-image: url("../images/up-left-arrow.svg");
  transform: translate(-50%, -50%) rotate(135deg);
}

.slider-home.owl-theme .owl-nav .owl-prev:hover,
.slider-home.owl-theme .owl-nav .owl-next:hover {
  border: 0.7px solid #e8edf033;
  background: #ffffff4d;
  box-shadow: 0px 2.8px 5.6px 0px #6968681f;
  background: rgba(255, 255, 255, 0.3);
  border: 0.700452px solid rgba(232, 237, 240, 0.2);
  box-shadow: 0px 2.80181px 5.60362px rgba(105, 104, 104, 0.12);
}
.slider-home.owl-theme .owl-nav .owl-prev:hover {
  /* transform: rotate(-45deg); */
}
.slider-home.owl-theme .owl-nav .owl-next:hover {
  /* transform: rotate(-45deg); */
}
.slider-home.owl-theme .owl-nav .owl-prev:hover::after,
.slider-home.owl-theme .owl-nav .owl-next:hover::after {
  filter: brightness(0) invert(1);
}

.owl-theme .owl-nav .owl-next i,
.owl-theme .owl-nav .owl-prev i {
  display: none;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-slider.owl-theme .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  margin-top: 30px;
  gap: 8px;
}
.card-slider.owl-theme .owl-nav .owl-prev:hover,
.card-slider.owl-theme .owl-nav .owl-next:hover {
  background: #fff;
  opacity: 30%;
}

/* ********************************* */
/* Start about section */
section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.section-title {
  margin-bottom: 20px;
}

.section-title h4 {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #1b496a;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "bold";
}

.about_info_title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 53px;
}

.about-info p {
  color: #000;
  font-size: 18px;
  line-height: 29px;
}

.about-img {
  width: 100%;
  height: 408px;
  object-fit: cover;
  position: relative;
  border-radius: 24px;
}

.about-img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}

.about_img {
  height: 354px;
  border-radius: 24px;
  width: 130%;
}

.about_img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.about_info_title .titles {
  width: calc(100% - 150px);
}

.about_info_title .titles h4 {
  font-size: 40px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #1b496a;
  font-family: "bold";
}

.about_info_title .titles h5 {
  font-size: 24px;
  margin-bottom: 0;
  color: #030303;
  font-weight: 500;
  line-height: 34px;
  font-family: "din-med";
}

.about_info_title .more:hover a {
  transform: rotate(17deg);
  background: var(--main-color);
  color: #fff;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 12px 0px #ff970057;
  outline: 2px solid #fff;
}

.about_info_title .more a {
  width: 140px;
  height: 140px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0px 4px 24px 0px #ff97003d;
  color: var(--main-color);
  font-size: 24px;
  font-family: "din-med";
  outline: 2px solid transparent;
  offset: -2px;
}

/* ----------------   counter   ------------*/
.counter-item {
  direction: ltr;
  font-size: 56px;
  margin-bottom: 10px;
  line-height: 70px;
  font-weight: 700;
  color: var(--sec-color);
  text-align: center;
  font-family: "bold";
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-slider .count-block {
  padding: 37px 10px;
  transition: all 0.5s;
  border-radius: 16px;
  position: relative;
  margin-bottom: 10px;
  background: #fffbf4;
  background: radial-gradient(
    82.25% 82.25% at 50% 17.75%,
    #fffbf4 0%,
    #fffbf4 100%
  );
  outline: 2px solid transparent;
  offset: -2px;
}

.home-slider .count-block .details h6 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: #091a25;
  text-align: center;
  margin-bottom: 0;
  font-family: "din-med";
}
.count-block .count-img img {
  max-height: 24px;
}
.counter-info h3 {
  font-family: "bold";
  font-size: 32px;
  margin-bottom: 60px;
}

/* Start project section */
.projects .owl-stage-outer {
  overflow: visible;
}
.projects .owl-stage-outer .owl-item {
  opacity: 0;
}
.projects .owl-stage-outer .owl-item.active {
  opacity: 1;
}

.project-content {
  background: #fffbf4;
  border: 1px solid #f5eee4;
  border-radius: 24px;
  padding: 44px 47px;
}
.project_title .section-title {
  margin: 0;
}
.project_title {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav.nav-pills {
  margin-bottom: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .nav-link:hover {
  color: #fff;
  background: var(--main-color);
  opacity: 100%;
}
.nav-pills .nav-link {
  margin: 0 8px;
  color: var(--main-color);
  font-size: 16px;
  font-family: "bold";
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s;
  padding: 11px 10px;
  border: 3px solid var(--main-color);
  opacity: 50%;
  background: #fff;
  min-width: 100px;
}
.project-details .salary {
  display: flex;
  align-items: center;
  background: #1b496a99;
  max-width: max-content;
  border-radius: 7px;
  padding: 11px 25px;
  gap: 10px;
}

.project-details {
  position: absolute;
  z-index: 2;
  bottom: 11px;
  background: #091a2580;
  backdrop-filter: blur(4.619526386260986px);
  border-radius: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  padding: 20px;
  color: #fff;
  transition: all 0.3s;
}
.project-item:hover .project-details {
  background: #091a25cc;
}
.project-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.salary img {
  max-width: 30px;
  max-height: 30px;
}

.proj-details-list ul {
  display: flex;
  gap: 22px;
}

.proj-details-list ul li img {
  max-width: 22px;
}

.proj-details-list ul li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.proj-details-list ul li span {
  display: flex;
}

.proj-details-list ul li:last-of-type span {
  min-width: 50px;
}

.project-details .name h4 {
  margin: 8px 0 11px;
  font-size: 18.5px;
  font-weight: 700;
}
.project-status::after {
  position: absolute;
  content: "";
  width: 97px;
  height: 27px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(18.4781px);
  z-index: -1;
  border-radius: 50%;
  transition: all 0.3s;
}
.project-item:hover .project-status::after {
  /* filter: blur(20.33px); */
  filter: blur(10.33px);
}
.project-status.Under_construction::after {
  background: #ffa620;
}
.project-status.Sold_out::after {
  background: #bd0003;
}
.project-status.available::after {
  background: #33bd00;
}
.project-status {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.project-status span {
  color: #fff;
  width: 97px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.proj-details-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.proj-details-title .salary {
  font-size: 29.5px;
  font-weight: 700;
  font-family: "bold";
  background: #1b496a99;
  max-width: max-content;
  border-radius: 7px;
  padding: 4px 9px;
  gap: 10px;
}
.proj-details-title .more-btn {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #bb8e4d;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  box-shadow: 0px 3.7px 11.09px 0px #ff970057;
  transition: all 0.4s;
  opacity: 0;
  transform: translateY(80px);
}

.proj-details-title .more-btn span {
  font-size: 15px;
  font-weight: 700;
  font-family: "bold";
}

.project-item:hover .proj-details-title .more-btn,
.project-r-item:hover .proj-details-title .more-btn {
  opacity: 1;
  transform: translateY(0);
}

.project-r-item:hover .proj-details-title .more-btn {
  transform: translateY(6px);
}
.project-item .img {
  height: 422px;
  border-radius: 22px;
  transition: all 0.3s;
  outline: 3.7px solid transparent;
  offset: -3px;
}

.project-item .img img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  object-fit: cover;
}

.project-item:hover .img {
  outline: 3.7px solid #fff;
  box-shadow: 0px 22.17px 51.74px 0px #0000003d;
}
.project-item {
  margin: 0 5px;
}
/* ---------------------  start partner section ------------------   */
.partner-disc h6 {
  font-size: 18px;
  color: #082d63;
  font-family: "din-med";
  max-width: 40%;
  margin: 26px auto;
}
.partner-sec-content::after {
  position: absolute;
  content: "";
  background-image: url("../images/Ellipse.svg");
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  width: 933px;
  height: 933px;
  background-repeat: no-repeat;
  z-index: -1;
}
.part-item .img {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: all 0.4s;
  position: relative;
  padding: 12px;
}
.part-item .img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #b8c7d1;
  outline: 2px solid transparent;
  offset: -2px;
  transition: all 0.6s;
}
.part-item:hover .img::before {
  border-color: transparent;
}
.part-item {
  position: absolute;
}

.part-item .img img {
  max-width: 100%;
  max-height: 100%;
}

.part-item.part1 {
  top: 126px;
  right: 108px;
}

.part-item.part2 {
  top: 303px;
  right: 231px;
}

.partner-sec-content {
  min-height: 624px;
  border: 1px solid #f5eee4;
  border-radius: 24px;
  padding: 126px 94px 26px;
  text-align: center;
  position: relative;
  box-shadow: 0px 17.57px 52.72px 0px #0000000a;
}

.part-item.part3 {
  top: 413px;
  right: 428px;
}

.part-item.part4 {
  top: 415px;
  right: 649px;
}

.part-item.part5 {
  top: 289px;
  left: 243px;
}

.part-item.part6 {
  top: 126px;
  left: 103px;
}

.part-item .img a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.part-item .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 4px dashed #bb8e4d;
  transition: all 0.8s;
  opacity: 0;
}

.part-item:hover .img::after {
  transform: rotate(40deg);
  opacity: 1;
  box-shadow: 0px 4px 12px 0px #0000003d;
}

.part-item:hover .img {
  border-color: transparent;
}
.partner-disc .my-btn a {
  border: 2px solid #bb8e4d;
  background: #fff;
  color: var(--main-color);
  box-shadow: 0px 2px 8px 0px #ff97003d;
  min-width: 144px;
  padding: 10px;
}

/* --------------------  end partner section ---------------------    */

.sectionTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 38px;
}

.sectionTitle .section-title {
  margin: 0;
}

section.partners {
  position: relative;
  padding-top: 40px;
}

/* -----------------------  news section --------------------   */
.new_item {
  background: #ffffff;
  padding: 17px 16px 16px;
  transition: all 0.3s;
  border: 1px solid #f4f4f4;
  border-radius: 16px;
  overflow: hidden;
}

.new_item:hover {
  border: 1px solid #1b496a;
  box-shadow: 0px 8px 24px 0px #0000001f;
}
section.news_sec .my-btn a {
  min-width: 135px;
  padding: 10px;
  box-shadow: 0px 2px 8px 0px #ff97003d;
  border-width: 2px;
}
.new_image {
  height: 275px;
  overflow: hidden;
  border-radius: 0 0 7px 7px;
  position: relative;
}
.new_image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    #ffffff 15.38%,
    rgba(255, 255, 255, 0) 57.69%
  );
  transition: all 0.5s;
}
.new_image img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 7px 7px;
  object-fit: cover;
  transition: all 1s;
}

.new_image:hover img {
  transform: scale(1.1);
}

.new_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.new_title .more {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  background: var(--main-color);
  box-shadow: 0px 5.07px 15.2px 0px #ff970057;
  border: 2.53px solid #ffffff;
}

.new_title .titles {
  width: calc(100% - 100px);
  padding-inline-start: 6px;
  transition: all 0.3s;
}

.new_title .more span {
  color: #fff;
  font-weight: 700;
  transition: all 0.3s;
  font-family: "bold";
}

.news_sec .col-lg-4 {
  padding: 0 10px;
}

.new_title .titles h6,
.single_new_page_info .titles h6 {
  border-radius: 27px;
  max-width: max-content;
  padding: 3px 6px;
  margin-bottom: 13px;
  color: #091a25;
  font-size: 15px;
  font-weight: 300;
  background: #f4f4f4;
  border: 0.92px solid #f4f4f4;
  font-family: "light";
  transition: all 0.3s;
}

.new_title .titles h4 {
  color: #091a25;
  font-weight: 500;
  font-size: 18px;
  font-family: "din-med";
}
.new_item:hover .new_title .titles h4 {
  color: var(--main-color);
}
/* ------------------------------  statistics -------------------------------- */
.statistics .statis-content {
  padding: 70px 89px 69px;
  background-image: url("../images/bg-stat.png");
  border-radius: 24px;
  position: relative;
  background-position: left;
  /* background-attachment: fixed; */
}
.statistics .statis-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(187, 142, 77, 0.32) 0%,
    rgba(0, 0, 0, 0.8) 60%
  );
  border-radius: 24px;
}
.statistics .section-title {
  text-align: center;
  margin-bottom: 32px;
}
.statistics .section-title h4 {
  color: #fff;
}
.statistics .counter-item span {
  color: #fff;
  transition: all 0.4s;
  -webkit-text-stroke: 2px #fff;
}

.statistics .counter-bottom h6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 21.5px;
}

.statistics .counter-bottom img {
  filter: brightness(0) invert(1);
  height: 32px;
  max-height: 32px;
}

.statistics .statis-content .row {
  background: #ffffff33;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  border: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 49.99%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
  padding: 35px 22px 49px;
}

.statistics .count-block {
  position: relative;
  padding: 30px 0;
}

.statistics .count-block::before {
  position: absolute;
  content: "";
  width: 212px;
  height: 0;
  top: 98px;
  right: 60%;
  border: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 49.99%,
      rgba(255, 255, 255, 0) 100%
    )
    1;
  transform: rotate(-90deg);
}

.statistics .col-md-3:last-of-type .count-block::before {
  opacity: 0;
  display: none;
}

.statistics .counter-item {
  font-size: 88px;
  margin-bottom: 12px;
  transition: all 0.4s;
}

.statistics .count-block:hover .counter-item span {
  color: #fff;
  -webkit-text-stroke: 2px #bb8e4d;
  text-shadow: 0px 12px 0px #0000003d;
}

/* ---------------------  FAQ section----------------- */
.contact_sec_content {
  background-color: #fff;
  padding: 56px 49px 55px 50px;
  border-radius: 48px;
  border: 2px solid #f5eee4;
}
.contact-page-details ul.contact-list li,
.contact-page-details ul.contact-list a {
  display: flex;
  gap: 7px;
  color: #fff;
  font-size: 18px;
  font-family: "din-med";
}

.contact-page-details ul li {
  margin-bottom: 16px;
}

.contact-page-details ul li p {
  margin: 0;
}

.contact-page-details ul.contact-list {
  margin-bottom: 32px;
}
footer.contact-page .footer {
  display: none;
}
footer.contact-page {
  padding: 0;
}
section.contact_sec {
  padding-bottom: 0;
}
.contact-page-details .footer-links h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 32px;
  font-family: "FormaDJRArabicDisplay";
  font-weight: 700;
}
.contact-form .title h5 {
  font-weight: 700;
  font-size: 34.24px;
  line-height: 44px;
  margin-bottom: 29px;
  color: #423d69;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* ---------------------  FAQ section----------------- */
.contact_sec_content {
  background-color: #fff;
  padding: 61px 46px;
  border-radius: 48px;
}

.contact-form .title h5 {
  font-weight: 700;
  font-size: 34.24px;
  line-height: 44px;
  margin-bottom: 29px;
  color: #423d69;
}

.card-header {
  background: #fbfbfb;
  border: none;
  padding: 0;
  border-radius: 16px !important;
}

.card {
  border: none;
  margin-bottom: 12px;
  background-color: transparent;
  border-radius: 16px;
}

.text-faq .card.active {
  box-shadow: 0px 8px 52px 0px #00000017;
}

.card-header .btn {
  display: flex;
  padding: 22px 22px 22px;
  width: 100%;
  padding-inline-end: 40px;
  position: relative;
  background: #fff;
  font-size: 18px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #091a25;
  font-weight: 500;
  border: 1px solid #f5eee4;
  font-family: "din-med";
}

.card-header .btn::after {
  content: "";
  position: absolute;
  left: 16px;
  font-family: "font awesome 5 pro";
  top: 15px;
  font-size: 18px;
  background-image: url("../images/arrow_down.svg");
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  border: 1px solid #bb8e4d;
  border-radius: 8px;
  background-color: #fffbf4;
}

.card-body {
  padding: 0px 32px 24px;
  border-radius: 0 0 16px 16px;
  border-top: none;
  background: #fff;
  border: 2px solid #bb8e4d;
  border-top: none;
}

.card-header .btn:not(.collapsed)::after {
  background-image: url("../images/arrow_up.svg");
  top: 20px;
}

.card-header .btn:not(.collapsed) {
  background: #fff;
  color: #082d63;
  border-bottom: none;
  font-size: 18px;
  border-radius: 16px 16px 0 0;
  border-color: #bb8e4d;
  border-width: 2px;
}

.card-body p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #4f4d4d;
  margin-bottom: 0;
}

.faq_image {
  height: 100%;
  border-radius: 24px;
  background: #dbe8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.faq_image img {
  max-width: 100%;
  mix-blend-mode: darken;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

span.qustion_number {
  display: inline-block;
  direction: ltr;
  padding-inline-start: 14px;
  font-size: 18px;
  color: #bb8e4d;
  font-weight: 800;
}

.form-group label {
  position: absolute;
  top: 10px;
  right: 14px;
  color: #030303;
  transition: all 0.3s;
  text-transform: capitalize;
}

.form-group label.move,
.form-group.tmove label {
  font-size: 12px;
  top: 0px;
  color: #091a25;
  font-family: "din-med";
}

.input-group > .form-control {
  flex: unset;
}

input.wpcf7-validates-as-required,
textarea.wpcf7-validates-as-required {
  padding: 20px 12px 7px 12px !important;
}
.contact-form input#phone:focus,
.contact-form input.has-value#phone {
  padding: 12.5px 10px;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.input-group.upload span.uplod {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 16px;
  z-index: 9;
  display: inline-flex;
  justify-content: end;
  width: 100%;
  height: 42px;
  padding-inline-end: 15px;
}
.input-group.upload span.uplod i::before {
  display: none;
}
.input-group.upload span.uplod i {
  background-image: url("../images/Union.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.input-group.upload span.uplod i {
  height: 20px;
  width: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.input-group.upload label {
  display: block;
  width: 100%;
  left: unset;
  right: unset;
  margin: 0;
}
.input-group.upload {
  position: relative;
}

.form-group.name input {
  width: 100%;
  padding: 7px 0;
}

.form-control:disabled,
.form-control[readonly] {
  width: 100%;
  padding-block: 24px;
  background: #fffbf4;
  border-radius: 8px !important;
  border: 1px solid #f5eee4;
  color: #8a8a8a;
  font-family: "light";
}

label.input-group-btn {
  margin-bottom: 0;
  height: 0;
}

.contact-form form select,
.filter-grid select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-group.select-field,
.filter-grid .select {
  position: relative;
}

.form-group.select-field::before {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  top: 42px;
  position: absolute;
  margin: 8px;
  left: 14px;
  font-size: 22px;
  color: #353535;
  z-index: 1;
  pointer-events: none;
}

.contact-form {
  border-radius: 20px;
  background: #fff;
}

.contact-form h3,
.contact-p-title h3 {
  font-size: 32px;
  margin-bottom: 32px;
  color: #06234d;
  font-weight: 700;
}
.contact-page-details {
  background:
    radial-gradient(
      57.74% 54.55% at 42.26% 45.45%,
      rgba(11, 106, 175, 0.9) 0%,
      rgba(1, 25, 42, 0.9) 100%
    ),
    url("../images/news2.jpg");
  background-size: cover;
  height: 445px;
  border-radius: 32px;
  padding: 66px 84px 76px;
}
.contact-form textarea {
  height: 144px;
  border-radius: 20px;
}

.iti__country-list {
  left: 0;
}

.iti {
  width: 100%;
}

input#phone,
input#phone2 {
  padding-left: 107px !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti__arrow {
  border: none;
}

.iti__arrow {
  position: relative;
}

.iti__arrow::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  width: 1px;
  height: 42px;
  color: #06234d;
  top: -17px;
  left: 1px;
  font-size: 24px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin: 0 5px;
  margin-left: 0;
  direction: ltr;
  font-size: 16px;
  color: #030303;
  font-weight: 700;
  position: relative;
  top: 3px;
  font-family: "Vazirmatn", sans-serif;
}

.iti__flag.iti__sa {
  border-radius: 2px;
  height: 14px;
}

.iti__selected-flag {
  padding: 0 10px;
}

.iti__selected-flag {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.iti__flag-box {
  display: inline-block;
  width: 33px;
}

.iti__country-list {
  text-align: start;
}
.my-btn button {
  min-width: 100%;
  background: var(--main-color);
  color: #fff;
  padding: 10px;
  border-radius: 15px;
}
.my-btn button img {
  transition: all 0.3s;
  max-height: 12px;
  position: relative;
  top: 3px;
}
.my-btn button:hover img {
  transform: rotate(-45deg);
}
/* ************************************************8 */
.slider-home .item {
  position: relative;
  overflow: hidden;
}

/* -----------  Start footer section  -------------------- */
footer {
  background-image: url("../images/bg-footer.jpg");
  background-size: cover;
  position: relative;
}

footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  background: radial-gradient(
      57.74% 54.55% at 42.26% 45.45%,
      rgba(11, 106, 175, 0.9) 0%,
      rgba(1, 25, 42, 0.9) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.fa-brands,
.fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
}

.footer-soch a {
  margin-inline-start: 9px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
}

.footer-soch a.instagram {
  position: relative;
  background: transparent;
  width: 36px;
  height: 36px;
}

.footer-soch a i.fa-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-soch a.instagram::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -3px;
  border-radius: 50%;
  z-index: 0;
  background: linear-gradient(180deg, #9538a4 0%, #e5505d 53.3%, #f7852b 100%);
}

.footer-soch a i.fa-instagram::after {
  position: absolute;
  /* content: ""; */
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-instagram:before {
  content: "\f16d";
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 3;
}

i.fa-x-twitter {
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}

i.fa-linkedin-in {
  color: #4459be;
  font-size: 18px;
  border: 3px solid #4459be;
}

i.fa-facebook-f,
i.fa-facebook {
  color: #327eea;
  border: 3px solid #327eea;
}

.footer-soch span {
  color: #fff;
  font-size: 20px;
  font-family: "IBM Plex Sans Arabic", sans-serif;
}

.footer-soch a i {
  font-style: normal;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  background: #fff;
}

footer {
  padding: 96px 0 0 0;
  position: relative;
}

.footer {
  padding-bottom: 71px;
}

.footer .row {
  position: relative;
  z-index: 2;
}

.footer-links h4,
.right-footer h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
}

.footer-logo img {
  max-height: 100%;
  max-width: 100%;
}

footer .footer-menu ul li {
  margin-bottom: 16px;
  width: 50%;
}

.footer-logo {
  height: 113px;
  margin-bottom: 35px;
}

footer .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.copy-right p span {
  color: var(--main-color);
}

footer .footer-menu ul a {
  color: #e7f1fb;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.3s;
  font-weight: 500;
  position: relative;
  padding-inline-start: 18px;
  font-family: "din-med";
}
footer .footer-menu ul a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/bg-links.svg");
  top: 7px;
  right: -8px;
  opacity: 0;
  transition: all 0.4s;
}

footer .contact-list a {
  display: flex;
  color: #e7f1fb;
  font-size: 18px;
  font-family: "din-med";
}

footer .contact-list li i {
  position: relative;
  top: 7px;
  padding-inline-end: 8px;
  color: #e6f6f4;
  font-size: 18px;
}

footer .contact-list li {
  margin-bottom: 16px;
}

footer .contact-list li p {
  margin-bottom: 0px;
  line-height: 29px;
  color: #e6f6f4;
}

span.mob-num {
  display: block;
  direction: ltr;
}

.right-footer .map {
  height: 169px;
}

.right-footer .map iframe {
  width: 100%;
  height: 100%;
}

.left-footer h2 {
  color: #fff;
  line-height: 42px;
  font-size: 32px;
  font-weight: 700;
  max-width: 90%;
  margin-bottom: 32px;
  font-family: "bold";
}

.left-footer .read-more a {
  min-width: 300px;
}

.col-md-7 .footer-links {
  padding-inline-start: 78px;
}

/* bottom footer */
.copy-right {
  text-align: start;
  padding: 20px 0;
  background: #fff;
  z-index: 2;
  position: relative;
}

.ryad-logo {
  height: 60px;
  margin-top: -32px;
  position: relative;
  top: 5px;
  margin-left: -20px;
}

.copy-right .row {
  align-items: center;
}

.comp-rights {
  text-align: end;
  color: #000;
}

.copy-right p {
  margin-bottom: 0;
  color: #4f4d4d;
  font-size: 16px;
  text-align: center;
  font-family: "light";
}

/* Scroll to top */
#mybtn {
  /* display: none; */
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 41px;
  background: var(--main-color);
  border-radius: 10px;
  box-shadow: 0px 4.73px 4.73px 0px #88a6ff40;
}

#mybtn i {
  color: #fff;
  font-size: 24px;
}

.responsive-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 12px;
  padding-inline: 12px;
  background: #fff;
}
.responsive-menu.sticky {
  box-shadow: 0px 20px 28px 0px #0000000a;
  background: rgb(255 255 255 / 50%);
  backdrop-filter: blur(4.619526386260986px);
}

.sticky {
  position: fixed !important;
  width: 100%;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 99;
}

.responsive-menu.sticky .logo {
  height: 49px;
}
.responsive-menu .lang a {
  font-size: 15px;
}

.sidebar .lang a {
  padding: 0;
  padding-inline-start: 5px;
}

.responsive-menu .btnSearch img {
  max-height: 22px;
}

.lang-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
}

.responsive-menu .btnSearch {
  padding-inline: 0;
}

a:hover i.fab.fa-facebook-f {
  color: #1877f2;
}

a:hover i.fab.fa-youtube {
  color: #ff0000;
}

a:hover i.fab.fa-twitter {
  color: #1da1f2;
}

a:hover i.fab.fa-instagram {
  color: #405de6;
  z-index: 2;
}

/* ********************************************************************************************* */
/* Start about page */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-section {
  color: #fff;
  min-height: 198px;
  border-radius: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
}

.breadcrumb-section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 198px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.32) 100%
  );
  border-radius: 24px;
}

.breadcrumb::before {
  position: absolute;
  content: "";
  width: 136px;
  height: 30px;
  top: -2px;
  left: -4px;
  z-index: -1;
  background: #d09846a3;
  filter: blur(11px);
  border-radius: 50%;
}
.breadcrumb-info {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-inline-start: 46px;
}

.breadcrumb-info h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  font-family: "FormaDJRArabicDisplay";
}

.breadcrumb-section a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "FormaDJRArabicDisplay";
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  max-width: max-content;
  position: relative;
}

.breadcrumb-item.active,
.breadcrumb-item {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "FormaDJRArabicDisplay";
}

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0 6px;
  content: "";
  color: #fff;
  font-size: 19px;
  display: inline-flex;
  position: relative;
  top: 12px;
  width: 20px;
  height: 0;
  border: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) -2.63%,
      #ffffff 50.24%,
      rgba(255, 255, 255, 0) 102.63%
    )
    1;
  transform: rotate(-90deg);
}

.about_page .about_info_title .titles h1 img {
  height: 77px;
}

.about_info_title .titles h1 {
  font-size: 44px;
  color: #030303;
  font-weight: 900;
  line-height: 58px;
}

.about_page .about_info_title .titles {
  width: 100%;
}

.partners_sec.about_Page {
  padding-top: 10px;
}

section.statistics.about_Page {
  padding-top: 0;
}

section.about_sec.about_page {
  padding-bottom: 50px;
}
.about-list {
  box-shadow: 0px 20px 36px 0px #00000014;
  border-radius: 32px;
  padding: 76px 54px 71px;
  background: #fff;
}

.about-list ul li {
  display: flex;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f4f4f4;
  gap: 24px;
  transition: all 0.3s;
}

.about-list ul li:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

.about-list ul li .item-num {
  background: #fffbf4;
  width: 52px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  outline: 1px solid transparent;
}

.about-list ul li .item-num span {
  font-size: 32px;
  font-family: "bold";
  font-weight: 700;
  color: #000;
}

.about-list ul li .item-disc h5 {
  font-size: 18px;
  color: #030303;
  font-family: "din-med";
  transition: all 0.3s;
  padding-bottom: 0px;
}

.about-list ul li .item-disc h6 {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "light";
  transition: all 0.3s;
}
/* ------------------------------------------------------------------------ */
/* Pagination */
.pagination-list {
  padding: 6px 0;
  width: 210px;
  margin: 8px auto 0;
  border-radius: 56px;
  background: #ffffff;
  box-shadow: 0px 12px 28px 0px #00000014;
  border: 1.11px solid #eadcc8;
}

.pagination {
  justify-content: center;
  align-items: center;
}

.page-item .page-link {
  color: #4f4d4d;
  opacity: 50%;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 33px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "din-med";
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 50%;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 6px 0;
  border: 1.53px solid var(--main-color);
  background: #fffbf4;
  color: var(--main-color);
}

.page-item:last-child .page-link span,
.page-item:first-child .page-link span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-item:last-child .page-link:hover,
.page-item:first-child .page-link:hover {
  opacity: 50%;
}

.page-item.active .page-link,
.page-link:hover {
  z-index: 3;
  color: #222222;
  background: transparent;
  opacity: 100%;
}

li.page-item {
  margin-inline: 0;
}

.page-link:focus {
  box-shadow: none;
}

.vission_item {
  padding: 36px 35px 25px;
  border-radius: 16px;
  transition: all 0.3s;
  border: 1px solid #f5eee4;
  box-shadow: 0px 20px 36px 0px #0000000a;
}

.vission_item:hover {
  border: 1px solid #eadcc8;
  box-shadow: 0px 20px 36px 0px #0000000a;
}

.vission_title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.vission_title h5 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: #091a25;
}

.viss-img {
  height: 38px;
  width: 38px;
  background: #fffbf4;
  border: 0.56px solid #eadcc8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transform: rotate(45deg);
}

.viss-img img {
  max-height: 100%;
  transform: rotate(-45deg);
}

section.vission_sec .col-lg-3 {
  padding: 0 10px;
}

.vission-disc p {
  font-size: 20px;
  color: #030303;
  line-height: 30px;
  margin-bottom: 0;
}

.vission_sec {
  padding: 0 0 50px 0px;
}
/* -------------------------------------------------------- */

.responsive-menu .logo img {
  height: 100%;
  object-fit: contain;
}

.contact-form form input,
.contact-form form textarea,
.contact-form form select,
select {
  width: 100%;
  padding: 9px 10px;
  color: #030303;
  font-size: 16px;
  border-radius: 8px;
  background: #fffbf4;
  border: 1px solid #f5eee4;
  font-family: "din-med";
}
.contact-form form select {
  font-family: "din-next";
  color: #8a8a8a;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
  background: #fffbf4;
  border: 1px solid #bb8e4d;
  box-shadow: 0px 4px 4px 0px #fff9f0;
}

textarea:focus {
  outline: none;
}

.contact-form label {
  color: #8a8a8a;
  font-size: 18px;
  margin-bottom: 13px;
  font-family: "light";
}

.form-info form input:focus {
  outline: none;
}

.contact-form form textarea {
  height: 122px;
}

span.mob-num {
  display: inline-block;
  direction: ltr;
}

.fab {
  font-family: "Font Awesome 6 Brands";
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

.contact-form h5 {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  text-align: center;
}

.modal-body {
  padding: 0;
  border-radius: 32px;
}

.modal-header {
  border: none;
  padding: 0;
}

.modal-header .close {
  position: absolute;
  top: 0px;
  left: -21px;
  width: 44.5px;
  height: 44.5px;
  border-radius: 50%;
  z-index: 2;
  opacity: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 200;
  font-size: 36px;
  background: #fffbf4;
  border: 0.7px solid #bb8e4d;
  color: #bb8e4d;
  box-shadow: 0px 2.78px 2.78px 0px #00000040;
  opacity: 1 !important;
}

.form-group.mobil {
  position: relative;
}

.form-group.mobil span.mob-num {
  position: absolute;
  top: 50px;
  left: 10px;
  color: #2b2b2b;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

select:focus {
  outline: none;
}

@media (max-width: 768px) {
  .modal-header .close {
    left: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 603px;
  }
}

.form-group .select {
  position: relative;
  cursor: pointer;
}

.form-group .select::after {
  position: absolute;
  content: "\f107";
  font-family: "font awesome 5 pro";
  top: 4px;
  left: 17px;
  color: #06234d;
  font-size: 24px;
  transition: all 0.3s;
  pointer-events: none;
}

.pop_Up .contact-form {
  padding: 58px 49.5px;
  border: 1px solid #dbe8fa;
  border-radius: 32px;
}

.pop_Up .contact-form h3 {
  text-align: center;
}

.modal-content {
  border-radius: 32px;
}
section.statistics,
section.news_sec {
  padding-top: 30px;
}
/* ---------------  partner-page -------------------   */
.partner-page .row {
  justify-content: center;
}
.partner-page .row .col {
  -ms-flex: 0 0 16%;
  flex: 0 0 16.5%;
  max-width: 16.5%;
}
.partner-page .part-item {
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
/* ----------------------------- projects-page --------------   */
.projects-page .project-item {
  margin: 0 0 20px;
}

.projects-page .nav.nav-pills {
  margin-bottom: 40px;
  justify-content: center;
}
/* --------------------  news-page -------------    */
.news-page .new_item {
  margin-bottom: 20px;
}
.singl-new-img {
  height: 607px;
  max-width: 569px;
  border-radius: 16px;
  margin-inline-start: auto;
}

.singl-new-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.video-icone {
  width: 80px;
  height: 80px;
  background-color: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-icone::after {
  position: absolute;
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #fff;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 3px;
}
.single-new-details {
  padding: 59px 40px 42px 52px;
  border: 1px solid #f5eee4;
  box-shadow: 0px 20px 36px 0px #0000000a;
  border-radius: 16px;
}

.single-new-details .date {
  background: #f4f4f4;
  max-width: max-content;
  padding: 5px 6px 2px;
  color: #091a25;
  font-size: 15px;
  border-radius: 27px;
  font-family: "light";
}

.single-new-details h3 {
  padding-inline-end: 33px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #091a25;
  margin: 12px 0 16px;
}

.single-new-details p {
  font-size: 18px;
  color: #030303;
  line-height: 28px;
  font-family: "light";
}
/* -------------------------------   */
.sketchfab-embed-wrapper iframe {
  width: 100%;
  height: 500px;
}
.team-item {
  margin-bottom: 20px;
}
.team-item .img {
  height: 260px;
}
.team-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.our-team-page .col-lg-3 {
  padding: 0 10px;
}

.single_project-slider.owl-theme .owl-nav .owl-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
  width: 23px;
  height: 23px;
}
.single_project-slider.owl-theme .owl-nav .owl-prev::after {
  transform: translate(-50%, -50%) rotate(0deg);
  width: 23px;
  height: 23px;
}

/* ------------------   single projects ---------------------    */

.single_project-slider.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  bottom: 20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  font-weight: 300;
  font-size: 23px;
  transition: all 0.3s;
  border: 1.53px solid #bb8e4d;
  border-radius: 50%;
  background: #fffbf4;
}

.single_project-slider.owl-theme .owl-nav .owl-prev {
  right: 77px;
  left: unset;
}

.single_project-slider.owl-theme .owl-nav .owl-next {
  right: 32px;
  left: unset;
}

#big_image .owl-stage-outer {
  position: relative;
  z-index: 3;
}

#thumbs_gallary .owl-stage-outer {
  margin-inline: -3px;
}

#big_image .single-img {
  height: 560px;
  padding: 37px 37px 81px 37px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background: #fffbf4;
  border: 1px solid #f5eee4;
  border-radius: 24px;
}

#big_image .single-img img {
  height: 442px;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
  border-radius: 16px;
}

#thumbs_gallary .img {
  height: 175px;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  cursor: pointer;
  border: 2px solid #fff;
  transition: all 0.3s;
  border-radius: 24px;
}

#thumbs_gallary .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 24px;
}

.single_project-slider.owl-theme .owl-nav .owl-next:hover,
.single_project-slider.owl-theme .owl-nav .owl-prev:hover {
  opacity: 50%;
}

.project-slider.owl-theme .owl-nav [class*="owl-"] i {
  font-weight: 300;
}

#thumbs_gallary .img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #06234d;
  border-radius: 24px;
}

#thumbs_gallary .owl-item.active.current .img::after,
#thumbs_gallary .owl-item .img:hover::after {
  opacity: 0;
}

#thumbs_gallary .owl-item.active.current .img,
#thumbs_gallary .owl-item .img:hover {
  border: 2px solid var(--main-color);
  box-shadow: 0px 12px 20px 0px #0000001f;
}

.single-services-info h5 {
  color: #030303;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

.single_project-slider.owl-theme .owl-dots .owl-dot {
  width: 0;
  height: 0;
}

.single_project-slider.owl-theme .owl-dots .owl-dot span {
  width: 0;
  height: 0;
  margin: 0;
}

.single_project-slider.owl-theme .owl-dots {
  position: absolute;
  left: 20px;
  bottom: 50px;
  margin-top: 0;
  min-width: 140px;
  z-index: 9;
}

.single_project-slider .owl-dots {
  counter-reset: slides-num;
  margin-top: 15px;
}

.single_project-slider .owl-dots:after {
  content: "0" counter(slides-num) "/ ";
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 6px;
  position: absolute;
  top: 10px;
  left: 14px;
  color: rgb(187 142 77 / 30%);
  font-weight: 500;
  font-family: "IBM Plex Sans Arabic";
}

.single_project-slider .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin-right: 5px;
}

.thumb.row {
  align-items: end;
}

.single_project-slider .owl-dot.active:before {
  content: "0" counter(slides-num);
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 61px;
  top: 10px;
  color: #bb8e4d;
  font-weight: 700;
  font-family: "IBM Plex Sans Arabic";
}

.single-services-info {
  position: absolute;
  z-index: 2;
  width: 97%;
}

section.single-service_page {
  padding: 40px 0;
}

.single-proj-vid {
  height: 355px;
  width: 100%;
}
.single-proj-vid img {
  border: 1px solid #f5eee4;
  border-radius: 24px;
  height: 100%;
  width: 100%;
}
.singl-proj-image {
  height: 335px;
  text-align: end;
}
.single-proj-details-content {
  background: var(--sec-color);
  padding: 62px 55px 70px;
  border-radius: 32px;
}

.singl-proj-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  max-width: 518px;
}

.single-p-info {
  color: #fff;
}

.single-p-info h3 {
  font-size: 53.6px;
  font-weight: 700;
  font-family: "bold";
}

.single-p-info ul {
  display: flex;
  margin: 24px 0;
  gap: 40px;
}

.single-p-info ul li span {
  display: block;
}

.single-p-info ul li {
  background: #0c2130;
  border-radius: 8px;
  border: 1px solid #102c40;
  padding: 12px 16px;
  text-align: center;
  position: relative;
}

.single-p-info ul li span.key {
  font-size: 20px;
  font-weight: 500;
  font-family: "din-med";
}

.single-p-info ul li span.data {
  color: #bb8e4d;
  font-size: 48px;
  font-family: "bold";
  font-weight: 700;
}

.single-p-info ul li::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 0px;
  border: 1px solid;
  border-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) -2.63%,
      #ffffff 50.24%,
      rgba(255, 255, 255, 0) 102.63%
    )
    1;
  transform: rotate(-90deg);
  top: 60px;
  left: -54px;
}

.single-p-info ul li:last-of-type::before {
  display: none;
}

.our-price-s {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.our-price-s h6 {
  font-size: 23px;
  font-family: "din-med";
  position: relative;
  z-index: 2;
  color: #fff;
}

.our-price-s h6::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 87px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: #ff97003d;
  filter: blur(24px);
  border-radius: 50%;
  /* filter: blur(54px); */
  /* backdrop-filter: blur(54px); */
}

.our-price-s h4 {
  font-size: 54px;
  line-height: 71px;
  background: #143750;
  border-radius: 20px;
  padding: 12px 14px;
  font-family: "bold";
  font-weight: 700;
}

.our-price-s h4 img {
  height: 68px;
}

.single_project_page h3 {
  font-size: 40px;
  margin-bottom: 32px;
  color: var(--title-color);
  font-weight: 700;
  font-family: "bold";
}
.container-fluid {
  padding: 0;
}
.features_item {
  padding: 10px 13px 10px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
  min-height: 96px;
  display: flex;
  align-items: center;
  box-shadow: 0px 8px 8px 0px #0000000a;
  outline: 2px solid transparent;
  offset: -2px;
  transition: all 0.3s;
}
.features_item:hover {
  outline: 2px solid #1b496a;
}
.col-lg-2.col-6 {
  padding: 0 8px;
}

.Project_features_content {
  padding: 48px 57px 28px;
  border-radius: 40px;
  background: #fffbf4;
  border: 2px solid #f5eee4;
}

.Project_features_content .section-title {
  margin-bottom: 48px;
}

.Project_features_content .section-title h4 {
  color: #1b496a;
}

.features_item h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--sec-color);
  margin-bottom: 0;
  font-family: "bold";
}
.Project_location_title h4 {
  font-size: 40px;
  margin-bottom: 32px;
  font-weight: 700;
  font-family: "bold";
  color: #1b496a;
}
.Project_location .map {
  height: 447px;
  width: 100%;
}

.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 0.38px solid #f5eee4 !important;
}
.map-items-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: -62px;
  z-index: 2;
}
.map-item {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 100%
  );

  border-radius: 8px;

  box-shadow: 0px 8px 8px 0px #0000000a;

  backdrop-filter: blur(12px);

  border: 2px solid #ffffff;

  padding: 16px;
}
.map-content {
  position: relative;
}

section.Project_location {
  padding-bottom: 80px;
  padding-top: 30px;
}

.map-items-details .map-item h4 {
  font-size: 32px;
  line-height: 42px;
  color: #bb8e4d;
  font-family: "bold";
  font-weight: 700;
  margin-bottom: 8px;
}

.map-item h6 {
  font-size: 16px;
  color: #091a25;
  font-weight: 500;
  font-family: "din-med";
  margin: 0;
}
.map-items-details .container {
  padding: 0 44px;
}
.project-unit-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.project-unit-title .title h4 {
  font-size: 40px;
  font-family: "bold";
  font-weight: 700;
  color: #1b496a;
}
.unit-sec-item {
  padding: 20px 16px;
  border: 1px solid #f5eee4;
  box-shadow: 0px 8px 40px 0px #0000000a;
  border-radius: 16px;
  margin-bottom: 20px;
}

.unit-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.unit-title .price {
  background: #fffbf4;
  border-radius: 7px;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.unit-title .price span {
  font-size: 29.5px;
  color: #181818;
  font-family: "bold";
  font-weight: 700;
}

.unit-title .price img {
  height: 23px;
}

.unit-sec-item ul {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin: 32px 0;
}

.unit-sec-item .more-details a {
  min-width: 100%;
  text-align: center;
  border: 1px solid #bb8e4d;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "bold";
  color: #bb8e4d;
  font-size: 15px;
  transition: all 0.3s;
}
.project-unit-sec .col-lg-4 {
  padding: 0 10px;
}
.unit-status.avialable span {
  background: #f2ffee;
  border: 1px solid #b2ff96;
  color: #33bd00;
}

.unit-status.Under_construction span {
  background: #fff7ea;
  border: 1px solid #ffcb7c;
  color: #ffa620;
}

.unit-status.soled span {
  background: #fff7f7;
  border: 1px solid #ff5e5e;
  color: #ff5e5e;
}

.unit-status span {
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-family: "din-med";
}
.popup-img {
  background: #fff;
  width: 100%;
  height: 477px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 16px;
}

.popup-img img {
  max-width: 309px;
  margin: auto;
  max-height: 358px;
}

div#pop_up2 .modal-dialog {
  background: #f4f4f4;
  padding: 33px;
  border-radius: 24px;
}

div#pop_up2 .modal-content {
  border-radius: 16px;
  border: none !important;
  background: #f4f4f4;
}

.pop-up-details a {
  min-width: 100%;
  background: #2d9e04;
  color: #fff;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 9px;
  border-radius: 8px;
  border: 1px solid #2d9e04;
}

.pop-up-details h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "bold";
  text-align: center;
  padding: 0 60px;
  margin: 24px 0;
}

#pop_up2 .modal-header .close {
  top: -34px;
  left: -49px;
  background: #fffbf4;
  border: 0.7px solid #bb8e4d;
  color: #bb8e4d;
  box-shadow: 0px 2.78px 2.78px 0px #00000040;
}
.unit-sec-item.sold-out-item {
  opacity: 20%;
}
.unit-icone img {
  height: 20px;
}

.unit-icone span {
  color: #181818;
  font-size: 15px;
  font-family: "din-med";
}
.contact-form h6,
.text-faq h6 {
  font-size: 32px;
  color: #091a25;
  font-family: "bold";
  margin-bottom: 32px;
}

.text-faq h6 {
  margin-bottom: 20px;
}
section.career_page .contact-form {
  padding: 41px 43px;
  border: 1px solid #f5eee4;
  border-radius: 32px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 621px;
  }
}
/* --------------------------------------------  search on map page ---------------    */
.filter-grid .col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 5px;
}
/* ================= MAP ================= */

.map-box {
  position: relative;
  height: 828px;
  overflow: hidden;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-tabs {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
  display: flex;
  gap: 8px;
}

.map-tabs button {
  border: 0;
  padding: 8px 18px;
  border-radius: 6px;
  background: #333;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.map-tabs button.active {
  background: #222;
  color: #fff;
}

.map-zoom {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #3fa9f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  z-index: 5;
}

.map-footer-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #222;
  color: #fff;
  border: 0;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  z-index: 5;
}
.filter-grid .select {
  width: 100%;
}
.filter-box form {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 10px;
}

.filter-box form input {
  width: calc(100% - 56px);
  height: 43px;
  border: none !important;
  padding: 0;
  color: #333;
  border-radius: 8px;
}

.filter-box form button {
  width: 31px;
  height: 31px;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  border-radius: 50%;
  border: 0.78px solid #bb8e4d;
  background: #bb8e4d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 6px;
}
.filter-box {
  padding: 16px;
  background: #f4f4f4;
  border-radius: 16px;
}

.filter-grid .row {
  padding: 0 10px;
}

.filter-grid .select::after {
  color: #bb8e4d;
  font-size: 18px;
  top: 10px;
  left: 9px;
}

.filter-grid .select select {
  color: #4f4f4f;
  font-family: "light";
  background: #ffffff;
  border-color: #fff;
  cursor: pointer;
}

.filter-item .form-group {
  margin-bottom: 10px;
}

.filter-box .my-btn a {
  min-width: 100%;
  background: var(--main-color);
  color: #fff;
}

.map-box .map {
  height: 828px;
  width: 100%;
}

.map-box .map iframe {
  width: 100%;
  height: 100%;
}
.project-r-item .img img {
  width: 100%;
  max-height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.project-r-item .img {
  height: 115px;
}
.project-r-item {
  margin-bottom: 16px;
  padding: 12px;
  background: var(--sec-color);
  border-radius: 16px;
}

.project-r-item a {
  color: #fff;
}

.project-r-item .name h4 {
  font-size: 18px;
  font-family: "din-med";
  margin: 7px 0 10px;
}

.search-result h6 {
  margin: 32px 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "din-med";
}

.search-result h6 span.result-t {
  color: #818181;
}

.search-result h6 span.p-number {
  color: #1b496a;
}

button.more-btn {
  background: #ffffff;
  min-width: 200px;
  margin: auto;
  padding: 12px;
  border-radius: 16px;
  color: var(--main-color);
  font-family: "din-med";
}
.more-specifications {
  text-align: center;
  margin: 12px 0 20px;
}
.team-item .name {
  text-align: center;
  padding: 20px 0;
}

.team-item .name h6 {
  color: var(--main-color);
  font-size: 20px;
}

.team-item .name h5 {
  font-size: 18px;
  color: var(--sec-color);
}
.other-specification .form-group label,
.other-specification .form-group label.move {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  font-size: 16px;
  font-family: "din-next";
  margin-bottom: 0;
}
input[type="checkbox"] {
  /* accent-color: var(--main-color); */
  color: #fff;
}
input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
}
.other-specification {
  display: none;
}
.other-specification {
  display: none;
  padding-top: 28px;
}
.other-specification.show {
  display: block;
}
.more-specifications .form-group {
  display: flex;
  align-items: center;
  gap: 6px;
}
/* ----------------------------------------------   */
@media (min-width: 991px) {
  .single-new-details {
    width: 108%;
    height: 100%;
  }
  .projects-page .col-lg-4,
  .news-page .col-lg-4 {
    padding: 0 10px;
  }
  .partner-disc .my-btn a:hover {
    background: var(--main-color);
    color: #fff;
  }
  .my-btn a:hover {
    background: var(--main-color);
    color: #fff;
  }
  .header-btn a:hover {
    border: 3px solid #bb8e4d;
    background: #fff;
    color: var(--main-color);
  }
  .about-list ul li:hover .item-num {
    width: 60px;
    height: 62px;
    background: radial-gradient(50% 50% at 50% 50%, #ffffff 0%, #f5eee4 100%);
    outline: 1px solid #eadcc8;
  }
  .about-list ul li:hover .item-disc h6 {
    color: #474747;
  }
  .about-list ul li:hover .item-disc h5 {
    padding-bottom: 8px;
  }
  .home-slider .count-block:hover {
    background: radial-gradient(
      82.25% 82.25% at 50% 17.75%,
      #ffffff 0%,
      #fae7cc 100%
    );
    box-shadow: 0px 8px 20px 0px #bb8e4d3d;
    outline-color: #fff;
  }
  .new_item:hover .new_title .titles h6 {
    border: 1px solid #b8c7d1;
    box-shadow: 0px 4px 4px 0px #00000014;
    color: var(--title-color);
  }
  .new_item:hover .new_image::after {
    background: linear-gradient(
      180deg,
      #ffffff 7.37%,
      rgba(255, 255, 255, 0) 49.06%
    );
  }
  .new_title .more {
    transform: translateY(-102px);
    opacity: 0;
  }
  .new_item:hover .new_title .more {
    opacity: 1;
    transform: none;
  }
  footer .contact-list a:hover {
    color: var(--main-color);
  }
  footer .footer-menu ul a:hover::before {
    opacity: 1;
    right: 0;
  }
  footer .footer-menu ul a:hover,
  footer .contact-list li:hover p {
    color: var(--main-color);
  }
  .unit-sec-item:hover .more-details a {
    background: #bb8e4d;
    color: #fff;
  }
  .unit-sec-item:hover {
    border-color: #bb8e4d;
  }
}

@media (min-width: 1400px) {
  .home-slider .about-counter {
    left: 7%;
  }
}
.card-slider.owl-theme .owl-nav .owl-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.card-slider.owl-theme .owl-nav .owl-prev::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.vission_sec .col-lg-4 {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .card-header .btn::after {
    left: 8px;
  }
}
