<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --mainColor: #ba9a5c;
  --mainColor10: #faf8f3;
  --mainColor30: #f0eadc;
  --secondColor: #1f3236;
  --secondColor10: #1f323610;
  --secondColor30: #1f323630;
  --gold: #ffd700;
  --whiteColor: #ffffff;
  --blackColor: #1f1f1f;
  --bodyColor: #f3f3f9;
  --textColor: #3c4647;
  --transition: all 0.3s ease-in-out;
  --shadow: 0px 2px 4px #c1c1c1;
  --BigShadow: 0 16px 32px 0 #071c1f1a;
  --headerBackgroundColor: var(--whiteColor);
}

@font-face {
  font-family: fontRegular;
  font-display: swap;
  src: url(../webfonts/FFShamelFamily-SansOneBook.ttf);
}
@font-face {
  font-family: fontBold;
  font-display: swap;
  src: url(../webfonts/FFShamelFamily-SansOneBold.ttf);
}
* {
  font-family: "fontRegular", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  direction: ltr;
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
  border-radius: 0px !important;
}

::-webkit-scrollbar-track {
  border-radius: 0px !important;
  background: var(--backgroundColor);
  box-shadow: inset 1px 1px 2px #cfcfd4, inset -1px -1px 2px #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: none;
  border-radius: 20px !important;
}

:target {
  scroll-margin-top: 50px;
}

a {
  text-decoration: none;
  transition: var(--transition) !important;
  color: var(--blackColor);
}

a:hover {
  text-decoration: none;
  color: var(--mainColor);
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.row {
  margin: 0px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding: 0px 8px;
  }
}
video,
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.navbar-toggler {
  border: none;
  box-shadow: none !important;
}

.btn:focus {
  box-shadow: none;
}

body {
  background-color: var(--backgroundColor);
  overflow-x: hidden;
}

input {
  accent-color: var(--mainColor) !important;
}

.odometer-inside {
  direction: ltr !important;
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
}

.fancybox__container {
  z-index: 1999;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.form-check-input {
  width: 20px;
  height: 20px;
  margin: 0 !important;
  float: none !important;
}
.form-check-input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 89, 91, 0.1882352941);
}

::-moz-placeholder {
  font-size: 12px;
  color: #bababa !important;
  font-weight: normal !important;
}

::placeholder {
  font-size: 12px;
  color: #bababa !important;
  font-weight: normal !important;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: ltr;
}

.swiperContainer {
  position: relative;
}
.swiperContainer .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.swiperContainer .swiper-button-next,
.swiperContainer .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 5px;
  justify-content: center;
  color: var(--mainColor);
  background-color: var(--whiteColor);
  border-radius: 12px;
  transition: var(--transition);
}
.swiperContainer .swiper-button-next::after,
.swiperContainer .swiper-button-prev::after {
  content: "" !important;
  background-image: url(../img/icons/arrow.svg);
  background-size: contain;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: var(--transition);
}
.swiperContainer .swiper-button-next:hover,
.swiperContainer .swiper-button-prev:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
.swiperContainer .swiper-button-next:hover::after,
.swiperContainer .swiper-button-prev:hover::after {
  filter: invert(1);
}
@media (max-width: 768px) {
  .swiperContainer .swiper-button-next,
  .swiperContainer .swiper-button-prev {
    display: none;
  }
}
.swiperContainer .swiper-button-next {
  right: -60px;
  left: unset;
}
@media (max-width: 1240px) {
  .swiperContainer .swiper-button-next {
    right: 0px;
  }
}
.swiperContainer .swiper-button-next::after {
  transform: scaleX(-1);
}
.swiperContainer .swiper-button-prev {
  left: -60px;
  right: unset;
}
@media (max-width: 1240px) {
  .swiperContainer .swiper-button-prev {
    left: 0px;
  }
}
.swiperContainer .swiper-pagination {
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  background-color: transparent;
  border-radius: 12px;
  padding: 0px 10px;
  bottom: 0;
  display: flex;
  align-items: center;
  transition: var(--transition);
}
.swiperContainer .swiper-pagination .swiper-pagination-bullet {
  transition: var(--transition);
  width: 16px;
  border-radius: 12px;
  opacity: 0.3;
  background-color: var(--mainColor);
  margin: 2px !important;
}
.swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  width: 40px;
  opacity: 1;
  transition: var(--transition);
}

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  min-height: 54px;
  background-color: #fdfdfd;
  border-radius: 12px;
  padding: 0 10px;
}

.select2 {
  min-width: 100px;
}
@media only screen and (max-width: 385px) {
  .select2 {
    min-width: 85px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 1px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-results__option--selectable {
  border-radius: 0px;
  margin-bottom: 2px;
  padding: 12px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--secondColor) !important;
  color: var(--whiteColor) !important;
}

.select2-dropdown {
  border-radius: 4px;
  box-shadow: var(--BigShadow) !important;
  border-color: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0px;
}

.fancybox__track,
.fancybox__content,
.carousel__track {
  direction: ltr !important;
}

.fancybox__caption {
  text-align: center;
}

.filepond--credits {
  display: none !important;
}

.filepond--image-clip {
  direction: ltr !important;
}

content {
  margin: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
  min-height: calc(100vh - 300px);
}

.icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.headerContact {
  background-color: rgba(31, 50, 54, 0.1254901961);
  padding: 16px;
}
.headerContact .inner {
  width: min(100% - 0px, 1320px);
  display: flex;
  gap: 16px;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
}
.headerContact .inner .link {
  min-width: 100px;
  color: var(--secondColor);
  font-weight: 100;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  position: relative;
}
.headerContact .inner .link::after {
  content: "  ";
  width: 1.5px;
  height: 100%;
  background-color: var(--mainColor10);
  position: absolute;
  right: -8px;
  top: 0;
}
.headerContact .inner .link:last-child::after {
  display: none;
}
.headerContact .inner .link img {
  width: 16px;
  height: 16px;
}

header {
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1024;
  transition: var(--transition);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.1882352941);
}
@media (max-width: 576px) {
  header {
    background-color: #ffffff;
  }
}
header nav {
  width: min(100% - 20px, 1320px);
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 12px 0;
  gap: 8px;
}
header nav .logo {
  margin: auto 0;
  display: inline-flex;
}
header nav .logo img {
  height: 45px;
  transition: var(--transition);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 576px) {
  header nav .logo img {
    height: 35px;
  }
}
header nav .navMenu {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 6px;
  transition: var(--transition);
}
header nav .navMenu .navLink {
  padding: 4px 12px;
  display: flex;
  align-items: center;
  color: var(--blackColor);
}
header nav .navMenu .navLink:hover {
  color: var(--mainColor);
}
header nav .navMenu .navLink.btn {
  border: 1px solid var(--mainColor);
  border-radius: 8px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding: 8px 24px;
}
@media (max-width: 992px) {
  header nav .navMenu {
    position: fixed;
    z-index: -1;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100vh;
    padding: 60px 0;
    flex-direction: column;
    justify-content: center;
    background-color: var(--headerBackgroundColor);
    align-items: center;
  }
  header nav .navMenu .navLink {
    text-align: center;
    justify-content: center;
    padding: 12px;
  }
}
header nav .navMenu.active {
  left: 0;
}
header nav .navBtn {
  margin: auto 0;
  position: relative;
  min-width: 24px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  transition: var(--transition);
  z-index: 2;
}
header nav .navBtn span {
  position: absolute;
  right: 0;
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--mainColor);
  margin: 4px 0;
  transition: var(--transition);
}
header nav .navBtn span:first-child {
  top: 0;
}
header nav .navBtn span:nth-child(2) {
  width: 10px;
  top: 7px;
}
header nav .navBtn span:nth-child(3) {
  width: 16px;
  bottom: 0;
}
header nav .navBtn:not(.active):hover span:first-child {
  width: 16px;
}
header nav .navBtn:not(.active):hover span:nth-child(2) {
  width: 20px;
}
header nav .navBtn.active span {
  background-color: var(--mainColor) !important;
}
header nav .navBtn.active span:first-child {
  transform: rotate(45deg);
  top: 8px;
  width: 20px;
}
header nav .navBtn.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
header nav .navBtn.active span:last-child {
  transform: rotate(-45deg);
  top: 8px;
  width: 20px;
}
@media (min-width: 992px) {
  header nav .navBtn {
    display: none;
  }
}
header .dropdown {
  position: relative;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  margin: 0 5px;
  max-width: 100%;
  gap: 8px;
}
header .dropdown .dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(0% + 50px);
  width: 100%;
  border-radius: 12px;
  padding: 4px 0px;
  z-index: 1;
  background-color: var(--whiteColor);
  box-shadow: 0px 0px 24px 0px rgba(59, 59, 59, 0.0705882353);
  transition: var(--transition);
}
header .dropdown .dropdown-content .dropdownItem {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 16px;
  color: var(--blackColor);
}
header .dropdown .dropdown-content .dropdownItem img {
  width: 30px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  margin-right: 8px;
}
header .dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.headerAnimate {
  box-shadow: var(--BigShadow);
  padding: 0 5px;
  background-color: var(--whiteColor);
}

.title {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 12px 12px;
}
.title .side {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  text-align: end;
}
.title .side h6 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.title .side h6::after {
  content: "//";
  color: var(--mainColor);
}
.title .side h6::before {
  content: "//";
  color: var(--mainColor);
}
.title .side p {
  max-width: 300px;
}
.title .side h1 {
  font-size: 28px;
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  color: var(--secondColor);
}
@media (max-width: 768px) {
  .title .side h1 {
    font-size: 22px;
  }
}
.title .side h1::after {
  content: "";
  background-color: var(--mainColor);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 4px;
}
.title .side:nth-child(3) {
  align-items: flex-start;
  text-align: start;
}
.title .distance {
  width: 2px;
  background-color: var(--mainColor30);
  display: flex;
}

.inputField {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.inputField label {
  color: var(--textColor);
}

.checkBoxField {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  min-width: 150px;
}
.checkBoxField label {
  cursor: pointer;
}
.checkBoxField input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 8px;
  cursor: pointer;
}

.inputForm {
  border: 1px solid #eee;
  min-height: 54px;
  background-color: #fdfdfd;
  border-radius: 12px;
  padding: 0 10px;
  min-width: 100px;
}

textarea.inputForm {
  padding: 10px;
}

::-moz-placeholder {
  font-size: 12px !important;
}

::placeholder {
  font-size: 12px !important;
}

.btn {
  padding: 12px;
  border: 1px solid var(--mainColor);
  background-color: transparent;
  color: var(--mainColor);
  display: flex;
  gap: 8px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn:nth-child(2n) {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}

.btnGroup {
  padding: 10px 0;
  display: flex;
  gap: 12px;
}

.mainIntro {
  padding: 20px 0;
  background-color: rgba(31, 50, 54, 0.1254901961);
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .mainIntro {
    padding: 0;
    padding-bottom: 90px;
  }
}
.mainIntro .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .mainIntro .inner {
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
}
.mainIntro .inner .introData {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
@media (max-width: 768px) {
  .mainIntro .inner .introData {
    padding: 20px;
  }
}
.mainIntro .inner .introData h4 {
  color: var(--secondColor);
}
.mainIntro .inner .introData h4 span {
  color: var(--mainColor);
  font-weight: bold;
  font-family: "fontBold", sans-serif;
}
.mainIntro .inner .introData h1 {
  font-size: 50px;
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  color: var(--secondColor);
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .mainIntro .inner .introData h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .mainIntro .inner .introData h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .mainIntro .inner .introData h1 {
    font-size: 30px;
  }
}
.mainIntro .inner .introData p {
  color: var(--textColor);
}
.mainIntro .inner .introData .btn {
  width: 150px;
}
.mainIntro .inner .introSlider .mainSwiper {
  position: relative;
  width: 750px;
  aspect-ratio: 9/6;
  border-radius: 12px;
}
@media (max-width: 1200px) {
  .mainIntro .inner .introSlider .mainSwiper {
    width: 600px;
  }
}
@media (max-width: 992px) {
  .mainIntro .inner .introSlider .mainSwiper {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .mainIntro .inner .introSlider .mainSwiper {
    width: 100%;
    border-radius: 0px 0px 12px 12px;
  }
}
.mainIntro .inner .introSlider .mainSwiper .swiper-slide {
  position: relative;
}
.mainIntro .inner .introSlider .mainSwiper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--secondColor30), rgba(31, 50, 54, 0.4784313725));
  position: absolute;
  bottom: 0;
  left: 0;
  transition: var(--transition);
  border-radius: 2px;
}
.mainIntro .inner .introSlider .mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .mainIntro .inner .introSlider .mainSwiper .swiper-slide img {
    border-radius: 0px 0px 12px 12px;
  }
}
.mainIntro .inner .introSlider .swiper-button-next {
  right: -45px;
  top: unset;
  left: unset;
  bottom: 0px;
  border-radius: 12px;
}
.mainIntro .inner .introSlider .swiper-button-prev {
  right: 0px;
  left: unset;
  top: unset;
  bottom: 0px;
  border-radius: 12px;
}
.mainIntro .inner .introSlider .swiper-pagination {
  left: 10px !important;
  right: unset !important;
  transform: translateX(0%);
}
.mainIntro .inner .introSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--whiteColor);
}
.mainIntro .inner .introSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--whiteColor);
}

.latestProjects {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.latestProjects .swiperContainer {
  width: min(100% - 24px, 1320px);
  margin: auto;
  padding-bottom: 40px;
}

.project {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: var(--secondColor10);
  border-radius: 12px;
  position: relative;
  width: 100%;
  height: 100%;
}
.project video,
.project img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
  transition: var(--transition);
}
.project video:hover,
.project img:hover {
  -o-object-position: bottom right;
     object-position: bottom right;
  transform: scale(1.02);
}
.project .inner {
  padding: 0 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.project .inner .tags {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5215686275);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 100px;
}
.project .inner .tags span {
  color: #fff !important;
  background-color: var(--secondColor);
  padding: 8px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.project .inner .projectName {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  color: var(--secondColor);
  font-size: 20px;
}
.project .inner .des {
  color: var(--textColor);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.project .inner .location {
  display: flex;
  align-items: center;
  gap: 4px;
}
.project .inner .location img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project .inner .moreInfo {
  margin-top: auto;
  border: 1px solid var(--mainColor10);
  padding: 10px;
  background-color: var(--whiteColor);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.project .inner .moreInfo .details {
  text-align: center;
  display: flex;
  gap: 8px;
  font-size: 13px;
  justify-content: center;
  position: relative;
}
.project .inner .moreInfo .details img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project .inner .moreInfo .details:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltip {
  transition: var(--transition);
  position: absolute;
  top: -100%;
  right: 50%;
  transform: translate(50%, -20px);
  background-color: var(--secondColor);
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--whiteColor);
  max-width: 200px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.tooltip::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--secondColor);
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 40%) rotate(45deg);
  z-index: -1;
  border-radius: 2px;
}

.statistics {
  background-color: var(--mainColor10);
  padding: 80px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
.statistics .sectionTitle {
  display: flex;
  flex-direction: column;
  width: min(100% - 40px, 800px);
}
.statistics .sectionTitle h6 {
  color: var(--mainColor);
}
.statistics .sectionTitle h1 {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  font-size: 30px;
  color: var(--secondColor);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .statistics .sectionTitle h1 {
    font-size: 22px;
  }
}
.statistics .sectionTitle p {
  color: var(--textColor);
}
.statistics .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: 8px;
}
.statistics .inner .specifications {
  flex: 1;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  transition: var(--transition);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-width: 150px;
  text-align: center;
  background-color: var(--mainColor30);
}
.statistics .inner .specifications .icon {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.statistics .inner .specifications h1 {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  margin-bottom: 10px;
  color: var(--secondColor);
  transition: var(--transition);
  display: block;
  font-size: 32px !important;
  text-align: left;
  white-space: nowrap;
}
.statistics .inner .specifications h6 {
  color: var(--secondColor);
  transition: var(--transition);
  white-space: nowrap;
  margin-top: -6px;
}
.statistics .inner .specifications:hover i,
.statistics .inner .specifications:hover h6,
.statistics .inner .specifications:hover h1 {
  color: var(--mainColor);
}
@media (max-width: 768px) {
  .statistics .inner .specifications {
    flex-direction: column;
    justify-content: center;
    padding: 20px 10px;
    text-align: center;
    text-align: center;
  }
  .statistics .inner .specifications i {
    margin: 0;
    margin-bottom: 20px;
    font-size: 30px;
  }
}

footer {
  background-color: var(--mainColor10);
  color: var(--whiteColor);
  padding: 60px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
footer .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
footer .inner .col {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .inner .info {
  gap: 16px;
}
footer .inner .info img {
  height: 50px;
  width: -moz-min-content;
  width: min-content;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .inner .info p {
  color: var(--textColor);
}
footer .inner .info .social {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .inner .info .social a {
  display: flex;
  min-width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  color: var(--mainColor);
  border-radius: 100px;
  border: 1px solid var(--mainColor);
  transition: var(--transition);
}
footer .inner .info .social a svg {
  width: 20px;
  height: 20px;
}
footer .inner .info .social a circle,
footer .inner .info .social a path {
  fill: var(--mainColor);
  transition: var(--transition);
}
footer .inner .info .social a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border: 1px solid var(--mainColor);
  transform: translateY(-5px);
}
footer .inner .info .social a:hover circle,
footer .inner .info .social a:hover path {
  fill: var(--whiteColor);
}
footer .inner .hotLinks .links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
footer .inner .hotLinks .links a {
  flex: 1;
  min-width: 100px;
  color: var(--textColor);
  display: inline-flex;
  width: -moz-min-content;
  width: min-content;
  align-items: center;
  white-space: nowrap;
  gap: 4px;
}
footer .inner .hotLinks .links a::before {
  content: "-";
  color: var(--mainColor);
}
footer .inner .hotLinks .links a:hover {
  color: var(--mainColor);
  transform: translateX(4px);
}
footer .inner .contactFooter .contactData {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .inner .contactFooter .contactData .contactLink {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--textColor);
  padding: 4px 0;
}
footer .inner .contactFooter .contactData .contactLink:hover {
  color: var(--mainColor);
  transform: translateX(4px);
}
footer .inner .gallery .photos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
footer .inner .gallery .photos a {
  flex: 1;
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  min-width: 70px;
  max-height: 100px;
}
footer .inner .gallery .photos a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--whiteColor);
  border-radius: 12px;
}
footer .inner .footerTitle {
  color: var(--secondColor);
  position: relative;
  text-transform: capitalize;
  padding-left: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "fontBold", sans-serif;
}
footer .inner .footerTitle::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 2px;
  height: 90%;
  background-color: var(--mainColor);
}
footer .inner .footerTitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 70%;
  background-color: var(--mainColor);
}
footer .copyR {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  border-top: 1px solid rgba(31, 50, 54, 0.1254901961);
  gap: 8px;
  color: var(--textColor);
}
footer .copyR .company {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--mainColor);
}
footer .copyR img {
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to right, #1f3236, rgba(31, 50, 54, 0.5294117647)), url(../img/banner.jpg);
  background-size: cover;
}
@media (max-width: 768px) {
  .banner {
    padding: 20px 10px;
  }
}
.banner .routeNav {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  gap: 16px;
  align-items: center;
}
.banner .routeNav .Back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-radius: 100%;
  transition: var(--transition);
  font-size: 20px;
  border: none;
}
.banner .routeNav .Back img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}
.banner .routeNav .Back:hover {
  background-color: var(--whiteColor);
}
.banner .routeNav .navigetor {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0px;
}
.banner .routeNav .navigetor h1 {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  color: var(--whiteColor);
  font-size: 30px;
}
@media (max-width: 768px) {
  .banner .routeNav .navigetor h1 {
    font-size: 25px;
  }
}
.banner .routeNav .navigetor .links {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  gap: 8px;
}
.banner .routeNav .navigetor .links a {
  color: var(--whiteColor);
  padding: 10px 0;
  display: flex;
  gap: 8px;
}
.banner .routeNav .navigetor .links a::after {
  content: "/";
  color: var(--mainColor);
}
.banner .routeNav .navigetor .links a:last-child {
  color: var(--mainColor);
}
.banner .routeNav .navigetor .links a:last-child::after {
  display: none;
}

.allProjects {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 60px;
}
.allProjects .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.allProjects .inner .col {
  flex: 0 0 auto;
  width: 33.3%;
  padding: 8px;
}
@media (max-width: 992px) {
  .allProjects .inner .col {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .allProjects .inner .col {
    width: 100%;
  }
}
.allProjects .loadMore {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-min-content;
  width: min-content;
  white-space: nowrap;
  margin: auto;
  padding: 10px 30px;
}
.allProjects .loadMore img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1) contrast(2);
}
.allProjects .loadMore .loadingAnimation {
  min-width: 20px;
  min-height: 20px;
  border: 2px solid var(--whiteColor);
  border-top-color: transparent;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.projectDetails .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.projectDetails .inner .mainInfo {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--mainColor10);
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  .projectDetails .inner .mainInfo {
    flex-direction: column;
  }
}
.projectDetails .inner .mainInfo .swiperContainer {
  width: 750px;
  border-radius: 2px;
}
@media (max-width: 1200px) {
  .projectDetails .inner .mainInfo .swiperContainer {
    width: 600px;
  }
}
@media (max-width: 992px) {
  .projectDetails .inner .mainInfo .swiperContainer {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .projectDetails .inner .mainInfo .swiperContainer {
    width: 350px;
  }
}
@media (max-width: 576px) {
  .projectDetails .inner .mainInfo .swiperContainer {
    width: 100%;
  }
}
.projectDetails .inner .mainInfo .swiperContainer .projectDetailsSlider {
  position: relative;
  border-radius: 2px;
}
.projectDetails .inner .mainInfo .swiperContainer .projectDetailsSlider .swiper-slide {
  position: relative;
}
.projectDetails .inner .mainInfo .swiperContainer .projectDetailsSlider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.projectDetails .inner .mainInfo .swiperContainer .projectDetailsSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
  display: block;
}
.projectDetails .inner .mainInfo .swiperContainer .swiper-button-next {
  right: 10px;
  top: unset;
  left: unset;
  bottom: -2px;
  background-color: var(--secondColor);
}
.projectDetails .inner .mainInfo .swiperContainer .swiper-button-next::after {
  filter: invert(1);
}
.projectDetails .inner .mainInfo .swiperContainer .swiper-button-prev {
  right: 55px;
  left: unset;
  top: unset;
  bottom: -2px;
  background-color: var(--secondColor);
}
.projectDetails .inner .mainInfo .swiperContainer .swiper-button-prev::after {
  filter: invert(1);
}
.projectDetails .inner .mainInfo .swiperContainer .swiper-pagination {
  left: 10px !important;
  right: unset !important;
  transform: translateX(0%);
}
.projectDetails .inner .mainInfo .swiperContainer .swiper-pagination .swiper-pagination-bullet {
  background-color: var(--secondColor);
}
.projectDetails .inner .mainInfo .swiperContainer .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--secondColor);
}
.projectDetails .inner .mainInfo .info {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.projectDetails .inner .mainInfo .info h1 {
  color: var(--secondColor);
}
.projectDetails .inner .mainInfo .info p {
  color: var(--textColor);
}
.projectDetails .inner .mainInfo .info .tags {
  display: inline-flex;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
  gap: 8px;
  align-items: center;
}
.projectDetails .inner .mainInfo .info .tags span {
  background-color: var(--secondColor);
  color: var(--whiteColor);
  padding: 8px 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}
.projectDetails .inner .mainInfo .info .location {
  display: flex;
  align-items: center;
  gap: 4px;
}
.projectDetails .inner .mainInfo .info .location img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.projectDetails .inner .mainInfo .info .moreInfo {
  border: 1px solid var(--mainColor10);
  padding: 10px 20px;
  background-color: var(--mainColor30);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  min-width: 45%;
}
.projectDetails .inner .mainInfo .info .moreInfo .details {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  position: relative;
}
.projectDetails .inner .mainInfo .info .moreInfo .details img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.projectDetails .inner .mainInfo .info .moreInfo .details:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.projectDetails .inner .mainInfo .info .btnGroup {
  margin-top: auto;
}
.projectDetails .inner .mainInfo .info .btnGroup .btn {
  padding: 10px 30px;
  min-height: auto;
  background-color: transparent;
  color: var(--mainColor);
}
.projectDetails .inner .reservation {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 50px;
}
.projectDetails .inner .reservation .searchForm {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px;
  background-color: var(--secondColor10);
}
.projectDetails .inner .reservation .searchForm .inputField {
  flex: 1;
}
.projectDetails .inner .reservation .searchForm .btnGroup {
  padding: 0;
  flex: 1;
}
.projectDetails .inner .reservation .searchForm .btnGroup .btn {
  flex: 1;
  white-space: nowrap;
  padding: 10px 30px;
}
.projectDetails .inner .reservation .reserve {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 12px;
  font-size: 10px;
  border: none;
}

.dataTables_wrapper .table {
  text-align: center;
  border: 1px solid #eee;
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  background-color: var(--secondColor10);
}
.dataTables_wrapper .table thead {
  background-color: var(--secondColor10);
}
.dataTables_wrapper .table thead tr th {
  padding: 12px;
  white-space: nowrap;
  color: var(--secondColor);
}
.dataTables_wrapper .table tbody tr td {
  padding: 20px 12px;
  white-space: nowrap;
}
.dataTables_wrapper table.dataTable &gt; tbody &gt; tr.child ul.dtr-details &gt; li {
  border-bottom: 1px solid var(--secondColor10);
  padding: 10px 0;
}
.dataTables_wrapper .table-striped &gt; tbody &gt; tr:nth-of-type(odd) &gt; *,
.dataTables_wrapper table.dataTable.table-striped &gt; tbody &gt; tr.odd {
  background-color: rgba(31, 50, 54, 0.0196078431);
}
.dataTables_wrapper .dtr-details {
  display: flex !important;
  flex-direction: column;
}
.dataTables_wrapper .dtr-details .dtr-data {
  display: flex;
  white-space: break-spaces;
  flex-wrap: wrap;
}
.dataTables_wrapper .dtr-details li {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dataTables_wrapper .dataTables_length {
  padding-bottom: 10px;
}
.dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dataTables_wrapper .dataTables_length select {
  padding: 8px;
  min-width: 100px;
}
.dataTables_wrapper table.dataTable &gt; thead .sorting::after,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc::after,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc::after,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc_disabled::after,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc_disabled::after {
  left: 0.5em;
  content: "↓";
}
.dataTables_wrapper table.dataTable &gt; thead .sorting::before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc::before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc::before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc_disabled::before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc_disabled::before {
  left: 1em;
  content: "↑";
}
.dataTables_wrapper table.dataTable &gt; thead &gt; tr &gt; th:not(.sorting_disabled),
.dataTables_wrapper table.dataTable &gt; thead &gt; tr &gt; td:not(.sorting_disabled) {
  padding-left: 30px;
}
.dataTables_wrapper table.dataTable &gt; thead .sorting:before,
.dataTables_wrapper table.dataTable &gt; thead .sorting:after,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc:before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc:after,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc:before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc:after,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc_disabled:before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc_disabled:after,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc_disabled:before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  display: block;
  opacity: 0.3;
}
.dataTables_wrapper table.dataTable &gt; thead .sorting,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc,
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc_disabled,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.dataTables_wrapper table.dataTable &gt; thead .sorting_asc:before,
.dataTables_wrapper table.dataTable &gt; thead .sorting_desc:after {
  opacity: 1;
}
.dataTables_wrapper .dataTables_info {
  padding: 10px 8px;
  display: inline-flex;
}
.dataTables_wrapper .dataTables_paginate {
  border: 1px solid #eee;
  display: inline-flex;
  float: right;
  margin-top: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 8px;
  min-width: 30px !important;
  height: 30px;
  transition: var(--transition);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: var(--whiteColor);
  background-color: var(--mainColor);
}
.dataTables_wrapper .dataTables_paginate span {
  display: inline-flex;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.dtr-control,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th.dtr-control {
  position: relative;
  padding-left: 30px;
  padding-right: 12px;
  cursor: pointer;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.dtr-control:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th.dtr-control:before {
  top: 50%;
  right: unset;
  left: 5px;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  display: block;
  position: absolute;
  color: white;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  line-height: 20px;
  content: "+";
  background-color: var(--mainColor);
  transition: var(--transition);
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; td.dtr-control:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr.parent &gt; th.dtr-control:before {
  content: "-";
  background-color: var(--secondColor);
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  height: 0%;
  width: 0%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  display: none;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}
.modal .modalBG {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6901960784);
}
.modal .modalContent {
  background-color: var(--whiteColor);
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 16px;
  box-shadow: var(--BigShadow);
  width: min(100% - 20px, 500px);
}
.modal .modalContent .closeModal {
  position: absolute;
  right: 0px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: var(--whiteColor);
  border-radius: 100px 100px 0 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal .modalContent form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.showModal {
  display: flex !important;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.projectGuarantees {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--secondColor10);
  padding: 40px 0;
  margin-top: 50px;
}
.projectGuarantees .sectionTitle {
  display: flex;
  flex-direction: column;
  width: min(100% - 40px, 800px);
  margin: auto;
  align-items: center;
}
.projectGuarantees .sectionTitle h6 {
  color: var(--mainColor);
}
.projectGuarantees .sectionTitle h1 {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  font-size: 30px;
  color: var(--secondColor);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .projectGuarantees .sectionTitle h1 {
    font-size: 22px;
  }
}
.projectGuarantees .sectionTitle p {
  color: var(--textColor);
}
.projectGuarantees .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.projectGuarantees .inner .guarantee {
  flex: 1;
  background-color: var(--whiteColor);
  min-width: 160px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  border-radius: 12px;
}
.projectGuarantees .inner .guarantee img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.4;
}
.projectGuarantees .inner .guarantee p {
  color: var(--secondColor);
}
.projectGuarantees .inner .guarantee:hover {
  box-shadow: var(--BigShadow);
  transform: translateY(-5px);
  z-index: 2;
}

.afterSalesService {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 80px 0;
}
.afterSalesService .sectionTitle {
  display: flex;
  flex-direction: column;
  width: min(100% - 40px, 800px);
  margin: auto;
  align-items: center;
}
.afterSalesService .sectionTitle h6 {
  color: var(--mainColor);
}
.afterSalesService .sectionTitle h1 {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  font-size: 30px;
  color: var(--secondColor);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .afterSalesService .sectionTitle h1 {
    font-size: 22px;
  }
}
.afterSalesService .sectionTitle p {
  color: var(--textColor);
}
.afterSalesService .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.afterSalesService .inner .service {
  flex: 1;
  background-color: var(--mainColor10);
  min-width: 160px;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  border-radius: 12px;
}
.afterSalesService .inner .service img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  opacity: 0.4;
}
.afterSalesService .inner .service p {
  color: var(--secondColor);
}
.afterSalesService .inner .service:hover {
  box-shadow: var(--BigShadow);
  transform: translateY(-5px);
  z-index: 2;
}

.about {
  width: min(100% - 20px, 1000px);
  margin: auto;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.about .col {
  flex: 1;
  min-width: 300px;
  padding: 10px;
  position: relative;
}
.about .topSlider img {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .about .topSlider img {
    height: 450px;
  }
}
.about .experience {
  padding: 30px;
  padding-top: 15px;
  background-color: var(--mainColor);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  border-radius: 8px;
  flex-direction: column;
  gap: 8px;
  box-shadow: -8px 8px 0 0px #1f1f1f;
}
.about .experience span {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  font-size: 40px;
}
.about .title {
  flex-direction: column-reverse;
}
.about .title .side {
  text-align: start !important;
  align-items: flex-start !important;
}
.about .title .side p {
  max-width: unset;
}
.about .title .distance {
  width: unset;
  height: 2px;
}
.about ul {
  padding: 10px;
  margin: 0;
  list-style: decimal;
}
.about ul .special {
  padding: 8px;
  display: flex;
  flex-direction: column;
  color: #777;
}
.about ul .special span {
  color: var(--mainColor);
  font-weight: bold;
  font-family: "fontBold", sans-serif;
}
.about .moreInfo {
  font-style: italic;
  color: #777;
}

.values {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--secondColor10);
  padding: 40px 0;
  margin-top: 50px;
}
.values .sectionTitle {
  display: flex;
  flex-direction: column;
  width: min(100% - 40px, 800px);
  margin: auto;
  align-items: center;
}
.values .sectionTitle h6 {
  color: var(--mainColor);
}
.values .sectionTitle h1 {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  font-size: 30px;
  color: var(--secondColor);
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .values .sectionTitle h1 {
    font-size: 22px;
  }
}
.values .sectionTitle p {
  color: var(--textColor);
}
.values .inner {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
.values .inner .value {
  flex: 1;
  border-radius: 12px;
  background-color: var(--whiteColor);
  min-width: 200px;
  padding: 30px 20px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  transition: var(--transition);
  position: relative;
}
.values .inner .value img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.values .inner .value p {
  color: var(--textColor);
}
.values .inner .value h5 {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  color: var(--secondColor);
}
.values .inner .value:hover {
  box-shadow: var(--BigShadow);
  transform: translateY(-5px);
  z-index: 2;
}

.galleryPage {
  padding-bottom: 50px;
}
.galleryPage .inner {
  width: min(100% - 30px, 1320px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.galleryPage .inner a {
  flex: 1;
  display: flex;
  height: 400px;
  min-width: 20vw;
  border: 2px solid var(--mainColor30);
  border-radius: 12px;
}
.galleryPage .inner a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.galleryPage .inner a:nth-child(4n) {
  min-width: 40vw;
}
@media (max-width: 768px) {
  .galleryPage .inner a {
    height: 200px;
    min-width: 30vw;
  }
  .galleryPage .inner a:nth-child(4n) {
    min-width: 60vw;
  }
}
@media (max-width: 768px) {
  .galleryPage .inner {
    gap: 4px;
  }
}

.maintenanceRequests {
  padding: 50px 0;
}
.maintenanceRequests .inner {
  width: min(100% - 30px, 1024px);
  margin: auto;
  display: flex;
  gap: 48px;
}
.maintenanceRequests .inner .maintenanceImg {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .maintenanceRequests .inner .maintenanceImg {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .maintenanceRequests .inner .maintenanceImg {
    display: none;
  }
}
.maintenanceRequests .inner form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 24px;
  box-shadow: var(--BigShadow);
}
.maintenanceRequests .inner form .inputField {
  flex: 1;
  min-width: 200px;
}
.maintenanceRequests .inner form .btn {
  width: 100%;
}
.maintenanceRequests .inner form .fullWidth {
  width: 100%;
}

.contactUs {
  padding: 50px 0;
  width: min(100% - 40px, 1320px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .contactUs {
    padding-top: 0;
  }
}
.contactUs .contact {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .contactUs .contact {
    gap: 32px;
    margin-bottom: 30px;
  }
}
.contactUs .contact .col {
  flex: 1;
  display: flex;
  position: relative;
  gap: 16px;
  padding: 48px 24px;
  border-radius: 16px;
  background-color: var(--whiteColor);
  box-shadow: var(--BigShadow);
}
.contactUs .contact .col::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 10px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 12px;
  background-color: var(--mainColor30);
  z-index: -1;
}
.contactUs .contact .col::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 12px;
  background-color: var(--mainColor10);
  z-index: -2;
}
.contactUs .contact .col .icon {
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mainColor10);
  border-radius: 100px;
  margin: auto 0;
  isolation: isolate;
  position: relative;
}
.contactUs .contact .col .icon svg path {
  transition: var(--transition);
}
.contactUs .contact .col .icon::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  border-radius: 100px;
  background-color: var(--mainColor);
  z-index: -1;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.contactUs .contact .col .data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contactUs .contact .col .data h4 {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  margin-bottom: 10px;
}
.contactUs .contact .col .data a {
  color: var(--textColor);
  min-width: 100px;
}
.contactUs .contact .col .data .info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.contactUs .contact .col .data .info a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contactUs .contact .col .data .info svg {
  display: flex;
  align-items: center;
  flex: 1 0;
  min-width: 24px !important;
}
.contactUs .contact .col:hover .icon svg path {
  fill: #fff;
}
.contactUs .contact .col:hover .icon::after {
  width: 100%;
  height: 100%;
}
.contactUs .contactForm {
  display: flex;
  gap: 32px;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contactUs .contactForm {
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
  }
}
.contactUs .contactForm form {
  flex: 1;
  background-color: var(--whiteColor);
  padding: 48px 32px;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: var(--BigShadow);
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
  width: 100%;
}
.contactUs .contactForm form .inputFeild {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contactUs .contactForm form .inputFeild label {
  color: var(--blackColor);
}
.contactUs .contactForm form .inputFeild textarea,
.contactUs .contactForm form .inputFeild input {
  min-height: 48px;
  box-shadow: none !important;
  color: var(--textColor);
  padding: 8px 12px;
  border: 1px solid #eee !important;
}
.contactUs .contactForm form .col {
  flex: 1;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.contactUs .contactForm form .col .inputFeild {
  flex: 1;
}
.contactUs .contactForm form .btn {
  justify-content: center;
}
.contactUs .contactForm .worldMap {
  width: 500px;
  height: 500px;
  position: relative;
}
.contactUs .contactForm .worldMap .earth {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  margin: -40%;
  background: #fff url(../img/map.webp) 0 50% repeat-x;
  background-size: auto 90%;
  box-shadow: rgba(0, 0, 0, 0.0509803922) 0 50px 60px;
  border-radius: 100%;
  overflow: hidden;
  animation: map linear 90s infinite;
}
.contactUs .contactForm .worldMap .orbic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contactUs .contactForm .worldMap .orbic svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.contactUs .contactForm .worldMap #orbic_path {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-linecap: round;
  stroke-width: 4px;
  stroke-dasharray: 1 9;
  animation: orbic linear 2s infinite;
}
.contactUs .contactForm .worldMap #orbic_dots use {
  fill: #fff;
  stroke: rgba(30, 144, 255, 0.25);
  stroke-width: 4;
  animation: dots ease 1s infinite alternate;
}
.contactUs .contactForm .worldMap #orbic_dot1 {
  transform: translate(50.4%, 29.6%);
}
.contactUs .contactForm .worldMap #orbic_dot2 {
  transform: translate(5%, 62.8%);
  animation-delay: 0.2s !important;
}
.contactUs .contactForm .worldMap #orbic_dot3 {
  transform: translate(97%, 41%);
  animation-delay: 0.3s !important;
}
.contactUs .contactForm .worldMap #orbic_dot4 {
  transform: translate(50%, 70.2%);
  animation-delay: 0.5s !important;
}
.contactUs .contactForm .worldMap #orbic_dot5 {
  transform: translate(31.5%, 51.5%);
  animation-delay: 0.7s !important;
}
.contactUs .contactForm .worldMap #orbic_user1 {
  transform: translate(1%, 40%) scale(0.666667);
}
.contactUs .contactForm .worldMap #orbic_user2 {
  transform: translate(18%, 64%) scale(0.666667);
}
.contactUs .contactForm .worldMap #orbic_user3 {
  transform: translate(39.5%, 31%) scale(0.666667);
}
.contactUs .contactForm .worldMap #orbic_user4 {
  transform: translate(69%, 22%) scale(0.666667);
}
.contactUs .contactForm .worldMap #orbic_user5 {
  transform: translate(75%, 53%) scale(0.666667);
}
@keyframes map {
  100% {
    background-position: 220% 50%;
  }
}
@keyframes orbic {
  100% {
    stroke-dashoffset: 10;
  }
}
@keyframes dots {
  100%, 80% {
    stroke: #1e90ff;
  }
}
@media only screen and (max-width: 992px) {
  .contactUs .contactForm .worldMap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .contactUs .contactForm .worldMap {
    width: 100%;
    position: relative;
  }
  .contactUs .contactForm .worldMap .earth {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
    background-size: 100% auto;
    box-shadow: none;
    border-radius: 0;
    animation: none;
  }
}
@media (max-width: 476px) {
  .contactUs .contactForm .worldMap {
    height: 240px;
  }
}
.contactUs .map {
  padding: 0px;
  border-radius: 24px;
  margin-top: 80px;
  width: 100%;
  height: 400px;
  border: 6px solid var(--whiteColor);
  box-shadow: var(--BigShadow);
}
@media (max-width: 476px) {
  .contactUs .map {
    margin-top: 24px;
  }
}

.vision {
  padding: 50px 0;
  position: relative;
  background: linear-gradient(to right, rgba(6, 37, 59, 0), var(--mainColor10)), url(../img/bg-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: left top;
}
@media (max-width: 768px) {
  .vision {
    background: linear-gradient(to bottom, rgba(6, 37, 59, 0), var(--mainColor10)), url(../img/bg-1.jpg);
  }
}
.vision .inner {
  width: min(100% - 30px, 1320px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.vision .inner .image {
  flex: 1;
  position: relative;
  min-width: 300px;
  isolation: isolate;
}
.vision .inner .image img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.vision .inner .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: var(--secondColor10);
  z-index: -1;
  border-radius: 12px;
}
.vision .inner .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: -10px;
  background-color: var(--secondColor30);
  z-index: -1;
  border-radius: 12px;
}
.vision .inner .info {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .vision .inner .info {
    padding: 0px;
  }
}
.vision .inner .info h1 {
  font-size: 34px;
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--secondColor);
}
.vision .inner .info h1 .icon {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vision .inner .info p {
  color: var(--textColor);
}
.vision .inner .info ul {
  list-style: inside;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .vision .inner .info ul {
    padding-left: 16px;
  }
}
.vision .inner .info ul li {
  padding: 4px;
  color: var(--textColor);
}
.vision .inner .info ul li span {
  color: var(--mainColor);
  display: block;
}

.goals {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .goals {
    padding-top: 20px;
  }
}
.goals .inner {
  width: min(100% - 30px, 1320px);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 768px) {
  .goals .inner {
    flex-direction: column-reverse;
  }
}
.goals .inner .image {
  flex: 1;
  position: relative;
  min-width: 300px;
  isolation: isolate;
}
.goals .inner .image img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.goals .inner .image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: var(--secondColor10);
  z-index: -1;
  border-radius: 12px;
}
.goals .inner .image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  left: -10px;
  background-color: var(--secondColor30);
  z-index: -1;
  border-radius: 12px;
}
.goals .inner .info {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .goals .inner .info {
    padding: 0px;
  }
}
.goals .inner .info h1 {
  font-size: 34px;
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--secondColor);
}
.goals .inner .info h1 .icon {
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
.goals .inner .info p {
  color: var(--textColor);
}
.goals .inner .info ul {
  list-style: inside;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .goals .inner .info ul {
    padding-left: 16px;
  }
}
.goals .inner .info ul li {
  padding: 4px;
  color: var(--textColor);
}
.goals .inner .info ul li span {
  color: var(--mainColor);
  display: block;
}

/* PC device :992px. */
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
  a,
  p {
    font-size: 14px;
  }
}
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 992px) {
  /* Global */
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
  a,
  p {
    font-size: 14px;
  }
}
/* small mobile :320px. */
@media (max-width: 768px) {
  /* Global */
  body {
    font-size: 13px;
  }
  h1 {
    font-size: 23px;
  }
  h2 {
    font-size: 19px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  a,
  p {
    font-size: 13px;
  }
}
.spinerLoader {
  background-color: var(--secondColor);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinerLoader .spinerLoaderImg {
  width: 80px;
  height: 80px;
  -webkit-mask-image: url("../img/fav.svg");
          mask-image: url("../img/fav.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: relative;
}
.spinerLoader .spinerLoaderImg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: var(--mainColor);
  transform: translateY(100%);
  animation: slide-up 1s forwards infinite;
}
.spinerLoader .spinerLoaderImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/fav.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(1) opacity(0.5);
}
@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}

.Map {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-radius: 25px;
  border: 2px solid var(--mainColor);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.Map #map {
  height: calc(100vh - 250px) !important;
  min-height: 500px !important;
  width: 100%;
  border-radius: 25px;
  padding: 10px;
}
.Map .maping .fullSearch {
  margin-top: 0;
}

.fullSearchMap {
  width: min(100% - 24px, 1320px);
  margin: 0 auto;
  padding: 20px;
  box-shadow: var(--BigShadow);
  border-radius: 12px;
  position: absolute;
  top: 2%;
  left: 50%;
  translate: -50%;
  background-color: #fff;
  transition: 0.3s ease !important;
}
.fullSearchMap:hover {
  background-color: #ffffff;
}
.fullSearchMap form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 992px) {
  .fullSearchMap form {
    flex-direction: column;
  }
}
.fullSearchMap form .mainInputs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.fullSearchMap form .mainInputs .defaultInputs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fullSearchMap form .mainInputs .defaultInputs .inputField {
  flex: 1;
}
.fullSearchMap form .btnGroup {
  margin-top: 24px;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
}
.fullSearchMap form .btnGroup .btn {
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--mainColor);
  color: #fff;
  border-color: var(--mainColor);
  justify-content: center;
  white-space: nowrap;
  min-width: 120px;
  flex: 1;
  max-width: 240px;
}
.fullSearchMap form .btnGroup .btn:hover {
  background-color: #fff;
  color: var(--mainColor);
}
@media (min-width: 992px) {
  .fullSearchMap form .btnGroup .btn {
    min-width: 160px;
  }
}
.fullSearchMap form .btnGroup .btn:nth-child(2n) {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

.full_visits {
  width: min(100% - 24px, 1320px);
  padding: 20px;
  box-shadow: var(--BigShadow);
  border-radius: 12px;
  position: absolute;
  top: 20%;
  left: 50%;
  translate: -50%;
  background-color: #fff;
  transition: 0.3s ease !important;
}
.full_visits:hover {
  background-color: #ffffff;
}

/*
 * Property styles in unhighlighted state.
 */
.property {
  align-items: center;
  background-color: #03b738;
  padding: 6px 6px 2px;
  color: #fff;
  display: flex;
  font-size: 15px;
  gap: 15px;
  height: 20px;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease-out;
  border-radius: 5px;
  width: auto;
  cursor: pointer;
}
.property::after {
  border-inline-start: 9px solid transparent;
  border-inline-end: 9px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}
.property a {
  display: inline-flex;
  justify-content: center;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
}
.property a.image {
  display: flex;
}
.property .show_price {
  font-size: 14px;
  line-height: 20px;
}
.property.highlight {
  padding: 12px;
}
.property.highlight .show_price {
  display: none;
}
.property .details {
  display: none;
  flex: 1;
}
.property .details .img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.property .content {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: black;
  gap: 5px;
  flex: 2;
  width: 250px;
}
.property .content .address {
  font-size: 11px;
}
.property .content .price {
  font-weight: bold;
  font-family: "fontBold", sans-serif;
  font-size: 14px;
}
.property .content .description_home {
  font-size: 15px;
  font-weight: 700;
  min-width: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.property .content .type {
  font-size: 12px;
}
.property .content .tit {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.property .content a {
  width: 100%;
  text-decoration: none;
  justify-content: start;
  align-items: baseline;
  margin-top: auto;
  gap: 4px;
  line-height: 12px;
}
.property .content .property-details {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #777;
  font-size: 14px;
}
.property.highlight {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: auto;
  max-width: 70vw;
}
.property.highlight::after {
  border-top: 9px solid #ffffff;
}
.property.highlight .details {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
}

.counters {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin: 0 auto;
  width: min(100% - 24px, 1320px);
}

.counter {
  border: 1px solid rgb(234, 231, 223);
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 10px 80px;
  flex: 1;
}
.counter .count_name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.counter .count_name p {
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}

.count-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.bold {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: rgb(46, 46, 46);
}

.count-text {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}

.Courses {
  background-color: #eee;
  padding: 25px;
}
.Courses .Course_container {
  width: min(100% - 24px, 1320px);
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.Courses .course_card {
  flex: 1;
  border-radius: 12px;
  background-color: #3b4c4f;
  color: #efefee;
  filter: grayscale(0.5);
  min-width: 200px;
  padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  transition: var(--transition);
  position: relative;
  transition: all 0.3s ease-out;
  margin: 10px 5px;
}
.Courses .course_card p {
  font-size: 12px !important;
  line-height: 24px;
}
.Courses .course_card:hover {
  background-color: #808080;
  transform: scale(1.05);
  filter: grayscale(0);
}
.Courses .course_card img {
  height: 70px;
}

.info_container_details {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 9px;
}

body {
  position: relative;
}
body .whatssap {
  background-color: #00d756;
  padding: 10px;
  border-radius: 50%;
  position: fixed;
  width: 54px;
  height: 54px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  z-index: 2000;
}
body .whatssap svg {
  width: 28px;
}
body .whatssap svg path {
  fill: #fff;
}
body .call_phone {
  background-color: #1e90ff;
  padding: 10px;
  border-radius: 50%;
  position: fixed;
  width: 54px;
  height: 54px;
  left: 20px;
  bottom: 84px;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .call_phone svg {
  width: 28px;
}
body .call_phone svg path {
  fill: #fff;
}

.projects img {
  height: 120px;
}

.media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.media a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mainColor30);
  display: flex;
  align-items: center;
  justify-content: center;
}
.media a svg {
  height: 16px;
  stroke: #1f3236;
}

.offer .fullSearch {
  width: min(100% - 24px, 1320px);
  background-color: var(--whiteColor);
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  box-shadow: var(--BigShadow);
  border-radius: 12px;
}
.offer .fullSearch form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 992px) {
  .offer .fullSearch form {
    flex-direction: column;
  }
}
.offer .fullSearch form .mainInputs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.offer .fullSearch form .mainInputs .defaultInputs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.offer .fullSearch form .mainInputs .defaultInputs .inputField {
  flex: 1;
}
.offer .fullSearch form .mainInputs .moreFeatures,
.offer .fullSearch form .mainInputs .advancedSearch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.offer .fullSearch form .mainInputs .moreFeatures .inputField,
.offer .fullSearch form .mainInputs .advancedSearch .inputField {
  flex: 1;
}
.offer .fullSearch form .mainInputs .moreFeaturesBtn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  gap: 8px;
  margin-top: 20px;
}
.offer .fullSearch form .btnGroup {
  margin-top: 24px;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
}
.offer .fullSearch form .btnGroup .btn {
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--secondColor10);
  color: var(--secondColor);
  border-color: var(--secondColor30);
  justify-content: center;
  white-space: nowrap;
  min-width: 120px;
  flex: 1;
  max-width: 240px;
}
@media (min-width: 992px) {
  .offer .fullSearch form .btnGroup .btn {
    min-width: 160px;
  }
}
.offer .fullSearch form .btnGroup .btn:nth-child(2n) {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

.maping .fullSearch {
  width: min(100% - 24px, 1320px);
  background-color: var(--whiteColor);
  margin: auto;
  margin-top: 20px;
  padding: 20px;
  box-shadow: var(--BigShadow);
  border-radius: 12px;
  position: absolute;
  top: 4%;
  right: 50%;
  translate: 50%;
}
.maping .fullSearch form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 992px) {
  .maping .fullSearch form {
    flex-direction: column;
  }
}
.maping .fullSearch form .mainInputs {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.maping .fullSearch form .mainInputs .defaultInputs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.maping .fullSearch form .mainInputs .defaultInputs .inputField {
  flex: 1;
}
.maping .fullSearch form .mainInputs .moreFeatures,
.maping .fullSearch form .mainInputs .advancedSearch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.maping .fullSearch form .mainInputs .moreFeatures .inputField,
.maping .fullSearch form .mainInputs .advancedSearch .inputField {
  flex: 1;
}
.maping .fullSearch form .mainInputs .moreFeaturesBtn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  gap: 8px;
  margin-top: 20px;
}
.maping .fullSearch form .btnGroup {
  margin-top: 24px;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
}
.maping .fullSearch form .btnGroup .btn {
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--secondColor10);
  color: var(--secondColor);
  border-color: var(--secondColor30);
  justify-content: center;
  white-space: nowrap;
  min-width: 120px;
  flex: 1;
  max-width: 240px;
}
@media (min-width: 992px) {
  .maping .fullSearch form .btnGroup .btn {
    min-width: 160px;
  }
}
.maping .fullSearch form .btnGroup .btn:nth-child(2n) {
  background-color: var(--mainColor);
  color: var(--whiteColor);
  border-color: var(--mainColor);
}

.header_active {
  color: #ba9a5c !important;
}/*# sourceMappingURL=styleEN.css.map */</pre></body></html>