<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Cera";
  src: url("../font/cera-pro-sv/Cer-Pro-Regular-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Cera";
  src: url("../font/cera-pro-sv/Cera-Pro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Cera";
  src: url("../font/cera-pro-sv/Cera-Pro-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BentonSans";
  src: url("../font/Benton-Sans/bentonsansmedium/BentonSansMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BentonSans";
  src: url("../font/Benton-Sans/bentonsansregular/BentonSansRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BentonSans";
  src: url("../font/Benton-Sans/bentonsanslight/BentonSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BentonSans";
  src: url("../font/Benton-Sans/bentonsansmediumitalic/BentonSansMediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "BentonSans";
  src: url("../font/Benton-Sans/bentonsansregularitalic/BentonSansRegularItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "BentonSans";
  src: url("../font/Benton-Sans/bentonsanslightitalic/BentonSansLightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "BentonSans";
  src: url("../font/Benton-Sans/bentonsansblackitalic/BentonSansBlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  --white_FF: #e0dfd1;
  --gold_48: #7f723e;
  --black-color: #141718;
  --grey-776: #787776;
  --grey-80: #808080;
  --light-white: #eceae0;
  --light-black: #2b2b2b;
  --black-grey: #262625;
  --blackLight: #00000057;
  --blackDark: #00000085;
  --lights: #787776;
  --white_FF_btn: #ffffff;
  --gray-rgp: rgba(255, 255, 255, 0.2);
  --white-gold: #fff;
  --darkSecond: #262625;
  --bg-black-gold: #141718;

  --fontCera: "Cera", sans-serif;
  --fontBentonSans: "BentonSans", sans-serif;

  --fw700: 700;
  --fw600: 600;
  --fw400: 400;
  --fw500: 500;
  --fw900: 900;

  --fs61: 3.8125rem;
  --fs16: 1rem;
  --fs20: 1.25rem;
  --fs25: 1.5625rem;
  --fs-31: 1.8645rem;
  --fs39: 2.4375rem;
  --fs49: 3.0625rem;
  --fs119: 7.4375rem;
  --fs149: 9.3125rem;
  --fs76: 4.75rem;
  --fs95: 5.9375rem;
  --fs186: 11.625rem;

  --ease: cubic-bezier(0.4, -0.3, 0.6, 1.3);
  --clr-background-day: #1b7fcc;
  --clr-background-night: #070b34;

  --clr-sun: #fce570;
  --clr-sun-lgt: #ffffe3;

  --clr-moon: hsl(212, 13%, 75%);

  --button-width: 2.5em;
}

.black-two-tehme {
  color: #000;
}

.img-log {
  filter: none;
}

body {
  padding: 0;
  margin: 0;
  background-color: var(--black-color);
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: 0.35s;
  /* border:  1px solid red; */
}

.mt-0 {
  margin-top: 0 !important;
}

.scroller {    
  box-sizing: border-box;
  position: relative;  
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  will-change: transform;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 2.5s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    /* margin-top: 0; */
    opacity: 0;
  }

  100% {
    /* margin-top: 30rem; */
    opacity: 1;
  }
}

.toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 56px;
  height: 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.2s;
  background: #6d9bf5;
  margin: 0 1rem;
}

.checkbox {
  display: none;
}

.icon {
  width: 50%;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
  z-index: 1;
}

.ball {
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 5px;
  transition: 0.2s;
  background-color: #fff;
}

/* ---- ---- Light Mode ---- ---- */
.light {
  background-color: #fafafa;
}

.grey-80 {
  color: var(--grey-80) !important;
}

.light .toggle {
  /* background: #6D9BF5; */
  margin: 0 20px;
  /* box-shadow: 3px 3px 4px #e6e6e6, -3px -3px 4px #fff; */
}

.light .icon--light {
  color: #fafafa;
}

.light .icon--dark {
  color: #151d2a;
}

.light .ball {
  background-color: var(--white_FF);
}

.white-dark {
  color: #e0dfd1 !important;
}

.border-white-dark {
  border: 1px solid #e0dfd1 !important;
}

.border-two-theme {
  border: 1px solid #000 !important;
}

.white-dark-border {
  border-color: #e0dfd1 !important;
}

.width-70 {
  width: 22% !important;
}

/* ---- ---- Dark Mode ---- ---- */
/* .dark { */
/* background-color: #fff; */

.point,
.point-small {
  content: "";
  position: absolute;
  background-color: #ffff;
  border-radius: 50%;
}

.point {
  width: 6px;
  height: 6px;
  left: 70%;
  top: 15%;
}

.point-small {
  width: 5%;
  height: 10%;
  left: 60%;
  top: 45%;
}

.h-30 {
  height: 30vh;
}

.toggle .point-small {}

.icon--light {
  color: #fafafa;
}

.b-gray {
  background-color: var(--black-grey);
}

/* .icon- {
    color: #0e131b;
} */

.ball {
  background-color: #fafafa;
  transition: 0.3s;
  transform: translateX(15px);
}

.white {
  color: var(--white_FF) !important;
}

.gold {
  color: var(--gold_48) !important;
}

.fw-400 {
  font-weight: var(--fw400);
}

.fw-500 {
  font-weight: var(--fw500);
}

.fw-600 {
  font-weight: var(--fw600);
}

.fw-700 {
  font-weight: var(--fw700);
}

.fw-900 {
  font-weight: var(--fw900);
}

.fs-16 {
  font-size: var(--fs16);
}

.fs-13 {
  font-size: 13px;
}

.fs-61 {
  font-size: var(--fs61);
}

.fs-20 {
  font-size: var(--fs20);
}

.fs-25 {
  font-size: var(--fs25);
}

.fs-31 {
  font-size: var(--fs-31);
}

.fs-39 {
  font-size: var(--fs39);
}

.fs-49 {
  font-size: var(--fs49);
}

.fs-119 {
  font-size: var(--fs119);
}

.fs-149 {
  font-size: var(--fs149);
}

.fs-76 {
  font-size: var(--fs76);
}

.fs-95 {
  font-size: var(--fs95);
}

.fs-xl-20 {
  font-size: 20px !important;
}

.cera {
  font-family: var(--fontCera);
}

.benton {
  font-family: var(--fontBentonSans);
}

.mb-104 {
  margin-bottom: 185px;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-45 {
  margin-bottom: 2.8rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mt-80 {
  margin-top: 6rem;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mx-16 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mr-16 {
  margin-right: 1rem;
}

.ms-16 {
  margin-left: 1rem;
}

.p-16 {
  padding: 1rem;
}

.px-48 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.mb-166 {
  margin-bottom: 166px;
}

.pt-l-20 {
  padding-top: 25px;
  padding-left: 20px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mt-140 {
  margin-top: 140px;
}

.align-justify {
  text-align: justify;
}

.line-h-24 {
  line-height: 24px;
}

.w-lg-75 {
  width: 75%;
}

.px-46 {
  padding-left: 46px;
  padding-right: 46px;
}

.no-scroll {
  overflow: hidden;
  position: fixed; /* Prevents body movement */
  width: 100%; 
}
.py-120 {
  padding: 120px 0;
}

.border_white {
  border: 1px solid var(--white_FF) !important;
}

.border-twoTheme {
  border-color: #e0dfd1 !important;
}

.border_left {
  border-left: 0.5px solid var(--lights);
}

.border-bottom-white {
  border-bottom: 0.5px solid var(--white_FF);
}

.border-bottom-gray {
  border-bottom: 0.5px solid var(--lights);
}

.border-right-white {
  border-right: 0.5px solid var(--lights);
}

.m-btn {
  margin: 57px 0 40px 0;
}

.round-100 {
  border-radius: 100px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.into {
  width: 100%;
  height: 100vh;
  position: relative;
}

.h-100 {
  height: 100vh !important;
}

.hdp_video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%);
}

.abs_header {
  height: 13%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.abs_header.h_100 {
  height: 100%;
}

.bg-btn-none {
  background: unset;
  border: none;
}

.icon-nav {
  position: relative;
}

.icon-nav::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #e0dfd1;
  left: -145%;
  top: 45%;
  transform: rotate(90deg);
}

.position_absolute {
  position: absolute;
}

.overlay.search {
  background-color: var(--blackDark);
  height: 70vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 1;
}

.align_self_end {
  align-self: flex-end;
}

.overlay.subMenu {
  background-color: var(--black-color);
  /* height: 100vh;
     */
  height: 150vh;

  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 1;
  transition: opacity ease-in-out 0.5s;
}

.overlay {
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}

.overlay_search.popupSearch {
  background-color: var(--blackLight);
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  opacity: 1;
}

.search-result {
  z-index: 100;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all ease-in-out 0.1s;
}

.text-justify {
  text-align: justify;
  line-height: 2;
}

.search-result.search-inputResult {
  display: flex;
  opacity: 1;
}

.explore {
  font-size: var(--fs61);
  color: var(--white_FF);
  font-weight: var(--fw700);
  font-family: var(--fontCera);
  margin-bottom: 2.8rem;
}

.input-search-div {
  border-bottom: 1px solid var(--white_FF);
  width: 50%;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-search {
  background-color: unset;
  border: none;
  font-family: var(--fontBentonSans);
  color: var(--white_FF);
  width: 100%;
  padding: 1rem;
  outline: none;
}

.show-result {
  color: var(--white_FF);
  font-size: var(--fs20);
  font-weight: var(--fw400);
  font-family: var(--fontBentonSans);
  padding: 1rem 3rem;
}

.input-search::placeholder {
  font-size: var(--fs16);
  font-weight: var(--fw400);
  font-family: var(--fontBentonSans);
}

.close-btn {
  z-index: 9999;
  position: absolute;
  right: 48px;
  top: 30px;
  border-radius: 100px;
  display: none;
  opacity: 0;
  transition: all ease-in-out 0.1s;
}

.navbar-brand {
  transition: all ease-in-out 0.7s;
}

.z-index-top {
  z-index: 1000;
}

.nav-search {
  transition: all ease-in-out 0.9s;
}

.nav-search.hide {
  opacity: 0;
}

.sub-header {
  position: relative;
  z-index: 1000;
  display: none;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  transition: opacity ease-in-out 0.1s;

}

.close-btn {
  background-color: var(--white_FF);
}

.sub-header.show,
.close-btn.show {
  display: flex;
  opacity: 1;
  transition: opacity ease-in-out 0.1s;
}

.sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.lists {
  font-size: var(--fs25);
  font-weight: var(--fw400);
  color: var(--white_FF);
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.dream-item {
  position: absolute;
  right: -8%;
  top: 42%;
  color: #ffffff99;
  font-weight: var(--fw700);
  font-family: var(--fontCera);
  /* font-size: var(--fs186); */
  font-size: 165px;
  transform: rotate(-90deg);
  border-top: 0.5px solid #e0dfd1;
  z-index: 9;
}

.moving_mouse {
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: 12%;
  left: 15%;
  z-index: 9;
}

.moving_golden_link {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--gold_48);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}

.plusminus {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.plusminus::before,
.plusminus::after {
  content: "";
  display: block;
  background-color: var(--white_FF_btn);
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 3px;
  transition: 0.35s;
}

.plusminus::before {
  transform: translateY(-50%);
}

.plusminus::after {
  transform: translateY(-50%) rotate(90deg);
}

.plusminus.active::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.plusminus.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.popup {
  position: absolute;
  top: -20%;
  left: 30%; 
  padding: 48px 20px;
  background-color: #e0dfd1;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  display: none;
  transition: all 0.35s;
  font-family: var(--fontBentonSans);
}

.popup.active {
  opacity: 1;
  display: block;
  width: 278px;
  min-height: 194px;
  height: 100%;
}

.popup .pop_title {
  color: #141718;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.popup .pop_desc {
  color: #141718;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* text-transform: uppercase; */
}

.scroll-bottom {
  position: absolute;
  bottom: 7%;
  right: 24%;
  z-index: 9;
}

.scroll_link {
  background-color: var(--white_FF_btn);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 9;
}

.scroll_link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  background-color: var(--gold_48);
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.35s;
  z-index: -1;
}

.scroll_link:hover svg path {
  fill: var(--white_FF);
}

.scroll_link:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.experience {
  font-weight: var(--fw700);
  font-size: var(--fs61);
}
@media screen and (min-width:991px) and (max-width:1440px) {
.abs_header{
  height: 18%;
}  
.dream-item{
  font-size: 135px;
}
}
.text-about {
  line-height: 30px;
  margin-top: 60%;
  text-align: justify;
}

.title-about {
  position: absolute;
  width: 100%;
  left: 48%;
  bottom: 40%;
  font-size: var(--fs149);
}

.gray-fs {
  font-size: 120px;
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .gray-fs {
    font-size: var(--fs95);
  }

  .text-about {
    line-height: 24px;
    margin-top: 210px;
    text-align: justify;
  }

  .title-about {
    position: absolute;
    width: 100%;
    left: 56%;
    bottom: 35%;
    font-size: 95px;
  }

  .experience {
    font-weight: var(--fw700);
    font-size: var(--fs49);
  }

  .mt-140 {
    margin-top: 130px;
  }

  .the-gray-title {
    position: absolute;
    width: 110%;
    top: -60%;
  }

  .fs-95 {
    font-size: 85px;
  }
}

/* --------------------------- 
    hover link 
--------------------------- */

.subheader_effect .hoverEffect {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 0;
}

.subheader_effect .hoverEffect .basic-title {
  display: block;
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.subheader_effect .hoverEffect:after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: attr(data-hover);
  display: inline;
  -webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.subheader_effect .hoverEffect:hover {
  color: var(--gold_48);
  font-weight: 700;
}

.subheader_effect .hoverEffect:hover .basic-title {
  color: var(--gold_48);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.subheader_effect .hoverEffect:hover:after {
  top: 0;
}

.subheader_effect .hoverEffect:active {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

/* --------------------------- */
/* hover link */
/* -------------------------------- */

/* --------------------------- */
/* scrollBar */
/* -------------------------------- */
body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--gold_48);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--gold_48);
}

::selection {
  background: var(--white);
  color: var(--white);
}

/* -------------------------------- */
/* scrollBar */

/* -------------------------------- */

/* -------------------------------- */
/* hover button */
/* -------------------------------- */
.SMN_effect-45 a ,
.SMN_effect-45 .btn-span {
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.SMN_effect-45 a:before,
.SMN_effect-45 .btn-span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gold_48);
  border-radius: 100px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.SMN_effect-45 a:hover,
.SMN_effect-45 a:focus,
.SMN_effect-45 a:active,
.SMN_effect-45 .btn-span:hover,
.SMN_effect-45 .btn-span:focus,
.SMN_effect-45 .btn-span:active {
  color: var(--white_FF);
}

.SMN_effect-45 a:hover:before,
.SMN_effect-45 a:focus:before,
.SMN_effect-45 a:active:before,
.SMN_effect-45 .btn-span:hover:before,
.SMN_effect-45 .btn-span:focus:before,
.SMN_effect-45 .btn-span:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hover-btn {
  border: 1px solid var(--white_FF);
  border-radius: 100px;
  padding: 16px 32px;
  display: flex;
  align-items: center;
}

.hover-btn-BgImg {
  border: 1px solid #e0dfd1;
  border-radius: 100px;
  padding: 16px 32px;
  display: flex;
  align-items: center
}

.hover-btn-BgImg:hover {
  color: #e0dfd1 !important;
}

.hover-btn:hover {
  border: 1px solid transparent;
}

/* ---------------------------- */
/* nav-animation-icons */
/* ----------------------------- */

.white-icon svg {
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.white-icon:hover svg {
  transform: translateY(-5px);
  opacity: 0;
}

.link-hover-search,
.link-hover {
  position: absolute;
  /* transform: translateY(18px); */
  opacity: 0;
  transition: transform ease-in-out 0.3s;
}

.link-hover-search {
  left: 0;
}

.link-hover {
  /* left: -18px;
  transform: translateY(-12px); */
  left: 0;
  transform: translateY(0px);
}

.link-hover-search {
  /* left: -5px !important; */
}

.white-icon:hover .link-hover-search {
  /* transform: translateY(-1px); */
  opacity: 1;
}

.white-icon:hover .link-hover {
  opacity: 1;
}

/* ---------------------------- */
/* nav-animation-icons */
/* ----------------------------- */

.border-white {
  border: 1px solid var(--white_FF);
}

.color_white {
  color: var(--white_FF) !important;
}

.border_top {
  border-top: 1px solid var(--grey-776);
}

.border_bottom {
  border-bottom: 1px solid var(--grey-776);
}

.z-top {
  z-index: 9;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.p-140-36 {
  padding: 36px 140px 25px 140px;
}

.px-104 {
  padding: 0 104px 0 104px;
}

.px-45 {
  padding: 35px 45px 48px 45px;
}

.pt-24 {
  padding-top: 24px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-21 {
  margin-top: 21px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-42 {
  margin-bottom: 42px;
}

.my-32 {
  margin: 32px 0 !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.pl-9 {
  padding-left: 9px;
}

/* body.loaded {
    overflow-y: scroll;
} */
.hide {
  overflow: hidden;
  /* height: 100vh; */
}

.form-control:focus {
  box-shadow: none;
}

ul {
  list-style: none;
}

/* --------------------
    Loader
----------------------*/
.loader {
  height: 100%;
  background-color: var(--black-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.loader img {
  width: 381px;
  opacity: 0;
  transition: opacity 1s ease-in;
}

.loader_container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25%;
  left: 0;
}

.counter-wrapper {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80px;
  top: 0;
  animation: odometerReveal 1s 1s forwards;
}

.counter-number {
  font-size: 76px;
  color: var(--white_FF);
  line-height: 80px;
  width: 100%;
  text-align: center;
  animation: textReveal 1s forwards;
}

.counter {
  display: inline-block;
  font-size: 76px;
  color: var(--white_FF);
  position: relative;
}

.counter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  background: var(--black-color);
  animation: reveal 2s forwards;
}

@keyframes reveal {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes odometerReveal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* --------------------
    map
----------------------*/
.map-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-height: 869.953px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
}

.map-wrapper .point-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  transform: translate(-50%, -50%);
}

.map-wrapper .point-container .point-name {
  color: var(--white_FF);
  text-align: center;
  font-family: var(--fontCera);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  text-transform: uppercase;
}

.point_hover {
  position: absolute;
  color: var(--gray-rgp);
  font-family: var(--fontCera);
  font-size: 76px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  opacity: 0;
  transition: all ease-in-out 0.35s;
}

.point_link {
  cursor: pointer;
}

.point_popup {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: var(--white_FF);
  height: 100%;
  max-height: 107px;
  padding: 6px;
  border-radius: 10px;
  position: absolute;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* opacity: 0; */
  transition: all 0.35s;
  font-family: var(--fontBentonSans);
  overflow: hidden;
  z-index: 9;
}

.point_popup.active {
  display: flex;
  /* opacity: 1; */
  width: 278px;
  transition: all 0.2s ease-in-out;
}

.point_popup p {
  color: var(--light-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.point_popup p span {
  font-weight: 700;
  /* color: var(--white_FF); */
}

/* --------------------
    other projects
----------------------*/
.other-projects {
  font-family: var(--fontCera);
}

.other-projects .golden_title {
  color: var(--gold_48);
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 57px;
}

.other-projects .grid-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(350.5px, 1fr));
  gap: 8px;
  justify-items: center;
  max-width: 1162px;
  width: 100%;
  margin: auto;
}

.other-projects .project {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  flex-direction: column;
  width: 100%;
  max-width: 382.5px;
  height: 210px;
}

.other-projects .project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-projects .project_meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  opacity: 0;
  transition: all ease 0.3s;
}

.other-projects .project:hover .project_meta {
  opacity: 1;
}

.other-projects .project_meta .link_bordered {
  padding: 7px 18px 7px 22px;
  border-radius: 30px;
  text-decoration: none;
  color: var(--white_FF_btn);
  border: 1px solid var(--white_FF_btn);
}

.other-projects .project_meta .project-name {
  color: var(--white_FF_btn);
  font-family: var(--fontCera);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bg-west {
  background-image: url("../../assets/img/east.jpg");
}

.bg-east {
  background-image: url("../../assets/img/west.jpg");
}

.bg-west,
.bg-east {
  height: 90vh;
  background-repeat: round;
}

.bg-east-west:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000096;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.bg-west-east:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  transition: all ease-in-out 0.5s;
}

.east {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -10%;
  z-index: 2;
  color: #ffffffb8;
}

.west {
  position: absolute;
  right: 0;
  bottom: 10%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.west-title {
  line-height: 24px;
  width: 80%;
  text-align: justify;
  align-self: end;
  margin-bottom: 88px;
}

.project-east {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  right: 10%;
  z-index: 2;
}

.project-east p {
  margin-right: 20px;
}

/* --------------------
    Media Center
----------------------*/
.media_center {
  font-family: var(--fontCera);
}

.media_center .media_title {
  color: var(--gold_48);
  font-size: 95px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.media_center .media_card {
  padding: 8px 20px 8px 20px;
  border-right: 0.5px solid var(--grey-776);
  position: relative;
}

.media_center .media_card .media_card_title {
  color: var(--white_FF);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.media_center .media_card .media_card_link {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--gold_48);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.media_center .media_card .media_card_link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  background-color: var(--white_FF);
  border-radius: 50%;
  opacity: 0;
  transition: all ease 0.35s;
  z-index: -1;
}

.media_center .media_card .media_card_link:hover svg path {
  stroke: var(--gold_48);
}

[data-theme="light"] .media_center .media_card .media_card_link:hover svg path {
  stroke: #e0dfd1 !important;
}

[data-theme="light"] #groups-svg svg path {
  stroke: #141718;
  fill: #141718;
}

[data-theme="light"] .nav-link.active #groups-svg svg path {
  fill: var(--gold_48);
  stroke: var(--gold_48);
}

[data-theme="light"] a:hover svg path {
  fill: var(--white_FF);
  stroke: var(--white_FF) !important;

}

[data-theme="light"] .abs_header .img-log-header.invert {
  filter: invert(1);
}

/* ///////////////////////////////////////////////////////////////////////////aloneThemeHedaerBgColor///////////////////////////////////////////////////////////// */
[data-theme="light"] .bg-color .abs_header .img-log {
  filter: invert(1);
}

[data-theme="light"] .bg-color .abs_header .nav-search svg path {
  fill: #000;
}

[data-theme="light"] .bg-color .abs_header .white-dark svg path {
  stroke: #000 !important;
}

[data-theme="light"] .bg-color .abs_header .border-twoTheme {
  border-color: #000 !important;
}

/* ///////////////////////////////////////////////////////////////////////////aloneThemeHedaerBgColor///////////////////////////////////////////////////////////// */

.media_center .media_card .media_card_link:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.media_center .media_card .media_card_desc {
  color: var(--light-white);
  text-align: justify;
  font-family: var(--fontBentonSans);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media_card_image img {
  transform-origin: bottom;
  transform: scaleY(0.8);
  transition: transform 0.3s ease;
}

.media_card_image img:hover {
  transform: scaleY(1);
}

.media_card_image::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 10%;
  top: 50%;
  left: 0;
  z-index: 9999;
  transform: translateY(-71%);
  opacity: 1;
  transition: all 1s ease-out;
}

.media_card_image:hover:after {
  background-color: transparent;
  opacity: 0;
}

.media_center .media_card .media_card_image img {
  transition: all 0.35s ease-in-out;
}

.media_center .media_card .media_card_image img::after {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
}

.media_center .media_card .media_card_image img:hover {
  transform: scaleY(1);
}

.media_card_image {
  transition: all 0.35s ease-in-out;
}

/* ----------------------------------------------- */
.media_card_image_one {
  position: relative;
}

.over_lay_media {
  position: absolute;
  background-color: var(--black-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 15%;
  transition: height 0.5s ease-in-out;
  /* transition-delay: 0.5s; */
}

.unset-height {
  height: 5%;
}

.set-height {
  height: 20% !important;
}

.set-height-30 {
  height: 30% !important;
}

/* ----------------------------------------- */

.media_center .slick-next,
.media_center .slick-prev {
  top: 110%;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--white_FF);
  display: flex;
  justify-content: center;
  align-items: center;
}

.media_center .slick-next:before,
.media_center .slick-prev:before {
  font-size: unset;
}

.media_center .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='17' viewBox='0 0 11 17' fill='none'%3E%3Cpath d='M2.11496 0.000238419C2.49696 0.000238419 2.88096 0.146238 3.17296 0.438238L10.147 7.37824C10.429 7.66024 10.587 8.04224 10.587 8.44224C10.587 8.84024 10.429 9.22224 10.147 9.50424L3.17296 16.4482C2.58696 17.0322 1.63896 17.0322 1.05296 16.4442C0.468964 15.8562 0.470964 14.9062 1.05696 14.3222L6.96296 8.44224L1.05696 2.56224C0.470964 1.97824 0.468964 1.03024 1.05296 0.44224C1.34496 0.14624 1.73096 0.000238419 2.11496 0.000238419Z' fill='white'/%3E%3C/svg%3E");
}

.media_center .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='17' viewBox='0 0 11 17' fill='none'%3E%3Cpath d='M8.88504 16.8826C8.50304 16.8826 8.11904 16.7366 7.82704 16.4446L0.853036 9.50457C0.571036 9.22257 0.413036 8.84057 0.413036 8.44057C0.413036 8.04257 0.571036 7.66057 0.853036 7.37857L7.82704 0.434572C8.41304 -0.149428 9.36104 -0.149428 9.94704 0.438572C10.531 1.02657 10.529 1.97657 9.94304 2.56057L4.03704 8.44057L9.94304 14.3206C10.529 14.9046 10.531 15.8526 9.94704 16.4406C9.65504 16.7366 9.26904 16.8826 8.88504 16.8826Z' fill='white'/%3E%3C/svg%3E");
}

.media_center .slick-prev {
  left: unset;
  right: 2%;
}

/* --------------------
    footer
----------------------*/
.footer {
  font-family: var(--fontBentonSans);
  position: inherit;
}

.footer .footer-text {
  color: var(--white_FF);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  margin: 32px 0 30px 0;
}

.footer .social {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15px, 24px));
  justify-items: center;
  align-items: center;
}

.footer .newsletter {
  margin: 56px 0 43px;
}

.footer .newsletter p {
  color: var(--white_FF);
  font-family: var(--fontBentonSans);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33.5px;
}

.footer .newsletter .news-letter-form {
  position: relative;
  width: fit-content;
}

.footer .newsletter .news-letter-form input {
  background-color: transparent;
  display: flex;
  min-width: 305px;
  width: 100%;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  color: var(--white_FF);
  border: 1px solid var(--white_FF);
}

.footer .newsletter .news-letter-form .submit_news {
  position: absolute;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.footer .sub-footer {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .sub-footer a,
.footer .sub-footer p {
  color: var(--white_FF);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.4;
  text-decoration: none;
}

.footer .sub-footer a:nth-child(1) {
  margin-right: 19px;
}

.footer .footer_links {
  font-family: var(--fontCera);
}

.footer .footer_links p {
  color: var(--white_FF);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.4;
}

.footer .footer_links li {
  margin-bottom: 6px;
}

.footer .footer_links li a {
  color: var(--white_FF);
  font-family: var(--fontBentonSans);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  line-height: normal;
}

.footer .footer_links li a span {
  opacity: 0.8;
  color: var(--gold_48);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer .footer_links .locations a {
  display: inline-block;
}

/* .border-bottom-nav{
    border-bottom: 0.5px solid #ffffff;
 } */

.footer .footer_links .locations a span {
  color: var(--white_FF);
  font-family: var(--fontBentonSans);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.footer .scroll-top {
  position: absolute;
  bottom: 24%;
  right: 3%;
  z-index: 9;
}

/* light mode */
[data-theme="light"] body {
  background-color: #ECEAE0 !important;
}

[data-theme="light"] {
  --white_FF: #353535;
  --black-color: #ECEAE0;
  ;
  --blackDark: #ffffffc7;
  --blackLight: #9f9f9f99;
  --lights: #000;
  --light-black: #fff;
  --light-white: #000;
  --gray-rgp: #0d0d0d33;
  --white-gold: #b88f48;
  --darkSecond: #e0dfd1;
}

[data-theme="light"] .loader .img-log {
  filter: invert(1);
}

[data-theme="light"] .media_center .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='17' viewBox='0 0 11 17' fill='none'%3E%3Cpath d='M2.11496 0.000238419C2.49696 0.000238419 2.88096 0.146238 3.17296 0.438238L10.147 7.37824C10.429 7.66024 10.587 8.04224 10.587 8.44224C10.587 8.84024 10.429 9.22224 10.147 9.50424L3.17296 16.4482C2.58696 17.0322 1.63896 17.0322 1.05296 16.4442C0.468964 15.8562 0.470964 14.9062 1.05696 14.3222L6.96296 8.44224L1.05696 2.56224C0.470964 1.97824 0.468964 1.03024 1.05296 0.44224C1.34496 0.14624 1.73096 0.000238419 2.11496 0.000238419Z' fill='black'/%3E%3C/svg%3E");
}

[data-theme="light"] .media_center .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='17' viewBox='0 0 11 17' fill='none'%3E%3Cpath d='M8.88504 16.8826C8.50304 16.8826 8.11904 16.7366 7.82704 16.4446L0.853036 9.50457C0.571036 9.22257 0.413036 8.84057 0.413036 8.44057C0.413036 8.04257 0.571036 7.66057 0.853036 7.37857L7.82704 0.434572C8.41304 -0.149428 9.36104 -0.149428 9.94704 0.438572C10.531 1.02657 10.529 1.97657 9.94304 2.56057L4.03704 8.44057L9.94304 14.3206C10.529 14.9046 10.531 15.8526 9.94704 16.4406C9.65504 16.7366 9.26904 16.8826 8.88504 16.8826Z' fill='black'/%3E%3C/svg%3E");
}

[data-theme="light"] .white-dark svg path {
  stroke: #fff !important;
}

[data-theme="light"] #point-2 svg {
  stroke: #968110 !important;
}

[data-theme="light"] #point-1 svg {
  stroke: var(--white_FF) !important;
  /* fill: black !important; */
  border: 1px solid var(--white_FF);
  border-radius: 50%;
}

[data-theme="light"] .ball {
  transform: translateX(23px) !important;
}

[data-theme="light"] .toggle {
  background-color: #151d2a !important;
}

[data-theme="light"] #loader svg path {
  stroke: #000 !important;
  /* fill: #000 !important; */
}

[data-theme="dark"] .ball {
  transform: translateX(0px) !important;
}

[data-theme="light"] .point {
  left: 30%;
}

[data-theme="light"] .point-small {
  left: 20%;
}

body[data-theme="light"] #theme-switcher:checked+.toggle .ball {
  transform: translateX(15px) !important;
}

#theme-switch:checked::before {
  transform: translateX(0);
}

[data-theme="light"] .img-log-footer {
  filter: invert(1);
}

[data-theme="light"] .header-white .img-log {
  filter: invert(1);
}

[data-theme="light"] .socail-header svg path {
  fill: var(--white_FF);
}

[data-theme="light"] .socail-footer svg path {
  fill: var(--white_FF);
}

[data-theme="light"] .header-white svg path {
  fill: var(--white_FF);
}

[data-theme="light"] .bg-light-mode svg path {
  fill: var(--white_FF) !important;
}


[data-theme="light"] .news-letter-form svg path {
  stroke: var(--white_FF);
}

[data-theme="light"] #custom-svg path {
  /* stroke: black !important; */
}

[data-theme="light"] .header-white #custom-svg path {
  stroke: black !important;
}

[data-theme="light"] #custom-svg-2 path {
  stroke: #ffff !important;
}

[data-theme="light"] #scollBottom {
  background-color: #000;
  /* stroke: #ffff !important; */
}

[data-theme="light"] #scroll-footer path {
  stroke: #e0dfd1 !important;
  fill: #e0dfd1 !important;

}

[data-theme="light"] .header-white .border-bottom-white,
[data-theme="light"] .header-white .border-twoTheme {
  border-color: #000 !important;
}

/* ----------------
    media query
----------------- */
.sections-east-mobile,
.img-mobile {
  display: none;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .sub-header {
    top: 20%;
  }
}

@media screen and (max-width: 1200px) {
  .other-projects .grid-row {
    grid-template-columns: repeat(3, minmax(250px, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  .other-projects .grid-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .dream-item {
    right: -18%;
  }
}

@media screen and (max-width: 992px) {
  .media_center .media_title {
    font-size: 65px;
  }

  .scrol-top-section {
    display: none;
  }
}

.br {
  display: none;
}

@media screen and (max-width: 767px) {
  .overlay.search {
    /* background-color: var(--blackDark); */
    height: 100vh;
  }
  .bg-west,
  .bg-east {
    height: 30vh;
    /* height: 52vh; */
  }

  .sections-east-desktop {
    display: none !important;
  }

  .sections-east-mobile {
    display: flex;
    flex-direction: column;
    padding: 35px;
  }
}

@media screen and (max-width: 991px) {

  .br {
    display: block;
  }

  .map-wrapper .point-container .point-name {
    font-size: 11px;
  }

  .loader {
    align-items: start;
  }

  .m-btn-sm-24 {
    margin: 24px 0;
  }

  #point-1 svg {
    width: 24px !important;
    height: 24px !important;
  }



  .title-about,
  .text-about {
    margin-top: 24px;
  }

  .pb-sm-24 {
    padding-bottom: 24px;
  }

  /* .sections-east-desktop {
    display: none !important;
  } */

  .align_self_end {
    align-self: flex-start;
  }

  .img-desktop {
    display: none;
  }

  .img-mobile {
    display: block;
  }

  .west-title {
    width: unset;
  }

  /* .sections-east-mobile {
    display: flex;
    flex-direction: column;
    padding: 35px;
  } */

  .media_center .media_card {
    border-right: unset;
  }

  .scroll-bottom {
    /* position: absolute; */
    bottom: 10%;
    right: 5%;
  }

  .media_center .slick-next,
  .media_center .slick-prev {
    right: 5%;
    top: 105%;
  }

  .media_center .slick-prev {
    right: 25%;
    top: 105%;
  }

  .mb-104 {
    margin-bottom: 110px;
  }

  .footer .newsletter .news-letter-form input {
    min-width: 210px;
  }

  .dream-item {
    transform: unset;
    font-size: 95px;
    display: flex;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: end;
    /* display: none; */
  }

  .experience {
    font-size: 39px;
  }

  .btn-viewmore-media-center {
    display: none;
  }

  .px-46 {
    padding-left: 0;
    padding-right: 0;
  }

  .gray-fs,
  .title-about {
    position: unset;
    font-size: 49px;
    display: flex;
    justify-content: left;
  }

  .other-projects .golden_title {
    position: unset;
    font-size: 42px;
    display: flex;
    justify-content: start;
  }

  .moving_golden_link {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 991px) {
  .other-projects .grid-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .loader img {
    width: 50%;
  }

  .odometer-inside span {
    font-size: 20px;
  }

  .loader_container {
    bottom: 40%;
  }

  .loader_container svg {
    width: 250px;
  }

  .counter-wrapper {
    height: 50px;
  }

  .counter {
    font-size: 50px;
  }

  .border-right-white {
    border: unset;
  }

  .mb-166 {
    margin-bottom: 70px;
  }

  .mt-140 {
    /* margin-top: 70px; */
  }

  .media_center .media_title {
    font-size: 45px;
  }
}

@media screen and (max-width: 475px) {
  .footer .sub-footer a, .footer .sub-footer p {
    font-size: 11px;
  }
  .lists {
    margin-bottom: 0.5rem;
}
  .counter-wrapper {
    height: 30px;
  }

  .counter {
    font-size: 28px;
  }

  .mb-32 {
    margin-bottom: 1rem;
  }

  .point_popup.active {
    bottom: 97% !important;
    left: 12% !important;
    width: 255px !important;
  }
}

@media screen and (max-width: 991px) {
  .point_hover {
    font-size: 14px;
    font-weight: 500;
    left: 15px !important;
  }

  .map-wrapper {
    position: relative;
  }

  .point_popup.active {
    bottom: 97% !important;
    left: 39% !important;
    width: 255px !important;
  }

  .px-104 {
    padding: 0;
  }

  .map-image {
    /* width: 100%; */
    height: auto;
  }

  .moving_mouse {
    width: 250px;
    height: 250px;
  }

  .px-140 {
    padding: 0 10px;
  }

  .px-48 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contain-sm {
    display: contents;
  }

  .logo {
    width: 25%;
  }

  .p-sm-8 {
    padding: 0.5rem !important;
  }

  .mx-sm-8 {
    margin-left: 0.3rem;
    margin-right: 0.3rem;
  }

  .icon-nav::before {
    width: 35px;
    left: -90%;
  }

  .explore {
    font-size: var(--fs20);
  }

  .input-search-div {
    width: 90%;
  }

  .arrow-right {
    width: 60%;
  }

  .show-result {
    font-size: var(--fs16);
  }

  .sub-header.show {
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
  }

  .lists {
    margin-bottom: 1rem;
  }

  .fs-39 {
    font-size: var(--fs20);
  }

  .fs-149 {
    font-size: var(--fs49);
  }

  .fs-25,
  .fs-20 {
    font-size: var(--fs16);
  }

  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mt-sm-24,
  .title-about,
  .text-about {
    margin-top: 24px;
  }

  .border_left {
    border: unset;
  }

  .fs-49 {
    font-size: var(--fs39);
  }

  .mt-80 {
    margin-top: 0;
  }

  .popup {
    padding: 10px 5px;
  }

  .popup.active {
    opacity: 1;
    width: 190px;
  }

  .popup .pop_desc,
  .popup .pop_title {
    margin: 0;
    font-size: 12px;
  }

  .west-title {
    margin-bottom: 20px;
  }

  .west {
    left: 0;
  }

  .east {
    right: 0;
  }

  .fs-95,
  .fs-61 {
    font-size: var(--fs39);
  }

  .p-140-36 {
    padding: 10px;
  }
}

@media screen and (min-width: 575px) and (max-width: 991px) {
  .px-48 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .px-140 {
    padding: 0 10px;
  }

  .text-about {
    margin-top: 50px;
  }

  .mt-80 {
    margin-top: 0;
  }

  .fs-149 {
    font-size: 70px;
  }

  .west-title {
    margin-bottom: 20px;
  }

  .fs-61 {
    font-size: 30px;
  }

  .border-right-white {
    border: unset;
  }

  .title-about {
    position: unset;
    font-size: var(--fs49);
  }

  .title-about {
    display: flex;
    /* justify-content: center; */
    margin-top: 50px;
  }

  .border_left {
    border: unset;
  }

  .p-140-36 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-140-36 {
    padding: unset;
  }

  .h-md-50 {
    height: 50vh !important;
  }

  .gray-fs {
    font-size: 61px;
  }

  .mt-140 {
    /* margin-top: 14px; */
  }

  .mb-166 {
    margin-bottom: 75px;
  }

  .fs-149 {
    font-size: 70px;
  }

  .west-title {
    margin-bottom: 20px;
  }

  .fs-61 {
    font-size: 30px;
  }

  .text-about {
    margin-top: 85px;
    line-height: 20px;
  }

  .title-about {
    /* position: absolute; */
    /* font-size: 76px; */
    /* margin-top: 25px; */
    /* left: 15%; */
    /* width: unset; */
  }

  .border_left {
    border: unset;
  }

  .fs-49 {
    font-size: var(--fs25);
  }

  .m-btn {
    margin: 20px 0;
  }

  .experience {
    font-size: 31px;
  }

  .mt-80 {
    margin-top: 0;
  }

  .mb-104 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .title-about {
    font-size: 76px;
    width: unset;
    bottom: 40%;
  }

  .text-about {
    margin-top: 50px;
  }

  .mt-80 {
    margin-top: 0;
  }

  .fs-149 {
    font-size: 106px;
  }

  .west-title {
    margin-bottom: 20px;
  }

  .fs-61 {
    font-size: 50px;
  }

  .m-btn {
    margin: 20px 0;
  }

  .mt-140 {
    margin-top: 10px;
  }

  .mb-166 {
    margin-bottom: 50px;
  }

  .fs-95 {
    font-size: 45px;
  }

  .position_absolute {
    position: unset;
  }

  .experience {
    font-size: 31px;
  }

  .mb-104 {
    margin-bottom: 40px;
  }

  .text-about {
    line-height: 21px;
    margin-top: 75px;
  }

  .fs-39 {
    font-size: 31px;
  }

  .gray-fs {
    font-size: 60px;
  }

  .line-h-24 {
    line-height: 19px;
  }

  .p-140-36 {
    padding: 36px 40px 25px 40px;
  }

  .media_center .media_title {
    font-size: 61px;
  }

  .media_center .slick-next,
  .media_center .slick-prev {
    top: 106%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .text-about {
    /* line-height: 21px; */
    margin-top: 105px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .title-about {
    width: unset;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
  .title-about {
    bottom: 30%;
    left: 42%;
  }

  .m-auto {
    margin: unset !important;
  }

  .text-about {
    margin-top: 50%;
  }

  .gray-fs {
    font-size: 87px;
    position: absolute;
    top: -65%;
  }
}

.bg-our-team,
.bg-section-how {
  background-position: center;
  /* Adjust the position as needed */
  background-repeat: no-repeat;
  /* This will prevent the image from repeating */
  background-size: cover;
}

@media screen and (min-width: 1440px) {

  .search-result,
  .sub-header {
    margin-top: 10%;
  }

  .experience {
    margin-left: 20px;
  }
}

.bg-section-how {
  height: 100vh;
  position: relative;
}

.who-title {
  position: absolute;
  top: 50%;
  left: 3%;
  display: flex;
  flex-direction: column;
}

.bg-our-team .who-are {
  font-size: 76px;
  color: #e0dfd1;
}

.bg-our-team .title-who-are {
  font-size: 20px;
  color: #e0dfd1;
}

.second-section .li-house {
  color: var(--white_FF);
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.9;
}

.line-h-1 {
  line-height: 1.4;
}

.house-title {
  font-size: 39px;
  margin-bottom: 24px;
}

.house-desc {
  font-size: 25px;
  margin-bottom: 40px;
}

.justify-content-75 {
  width: 75%;
  text-align: justify;
  line-height: 1.9;
}

.counter-house {
  justify-content: space-around;
  align-items: center;
}

.value-section {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.border-value {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--lights);
  bottom: 50%;
}

[data-theme="light"] #philosoph path {
  /* stroke: #000 !important; */
  fill: #000 !important;
}

@media screen and (max-width: 599px) {
  .who-are {
    font-size: 36px;
  }

  .justify-content-75 {
    width: 100%;
  }

  .flex-column-sm {
    flex-direction: column;
  }

  .fs-25 {
    font-size: 16px;
  }

  .fs-76 {
    font-size: 30px;
  }
}

.bg-our-team {
  height: 100vh;
  position: relative;
  /* background-repeat: round; */
}

/* Swiper container size */
.mySwiper {
  width: 100%;
}

.slider-animation {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.slider-animation::after {
  content: "";
  position: absolute;
  background-color: #0000004f;
  width: 100%;
  height: 96%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}

.img-swiper-hover {
  object-fit: cover;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.swiper-text {
  text-align: center;
  color: var(--white_FF);
  text-align: center;
  position: absolute;
  left: 25px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 999;
  transition: all 0.6s ease-in-out;
}

.bg-white-card {
  background-color: var(--white_FF);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bg-white-card img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.info-card {
  z-index: 1;
  position: absolute;
  bottom: -8%;
  display: flex;
  opacity: 0;
  align-items: center;
  flex-direction: column;
  transition: all 0.6s ease-in-out;
}

.bg-card {
  /* min-height:570px; */
}

.bg-white-card:hover img {
  transform: scale(0.9, 0.8) translateY(-40px);
  top: -25px;
}

.bg-white-card:hover .info-card {
  bottom: 0;
  opacity: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  top: 30px !important;
  right: 60px !important;
  left: unset !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 30px !important;
  right: 30px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-backface-hidden .img-swiper-hover {
  transition: all 0.6s ease-in-out;
}

.swiper-backface-hidden .slider-animation:hover .img-swiper-hover {
  transform: rotate(-4deg) translateY(-55px);
}

.swiper-backface-hidden .slider-animation:hover .text-cards {
  color: var(--black-color) !important;
}

.swiper-backface-hidden .slider-animation:hover .swiper-text {
  bottom: -50px;
}

.swiper-backface-hidden .slider-animation:hover::after {
  background-color: var(--white_FF);
  transform: rotate(2deg) translateY(245px);
}

@media screen and (max-width: 599px) {
  .bg-our-team .who-are {
    font-size: 50px;
  }

  .who-are {
    font-size: 36px;
  }

  .justify-content-75 {
    width: 100%;
  }

  .flex-column-sm {
    flex-direction: column;
  }

  .fs-25 {
    font-size: 16px;
  }

  .fs-76 {
    font-size: 30px;
  }

  .bg-section-how,
  .bg-our-team {
    background-position: center;
    /* Adjust the position as needed */
    background-repeat: no-repeat;
    /* This will prevent the image from repeating */
    background-size: cover;
  }
}

@media screen and (min-width: 599px) and (max-width: 991px) {
  .fs-25 {
    font-size: 16px;
  }

  .bg-section-how,
  .bg-our-team {
    background-position: center;
    /* Adjust the position as needed */
    background-repeat: no-repeat;
    /* This will prevent the image from repeating */
    background-size: cover;
  }
}

@media screen and (max-width: 320px) {

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    top: 30px !important;
    right: 30px !important;
    left: unset !important;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    top: 30px !important;
    right: 5px !important;
  }
}

.header-white {
  background-color: var(--black-color) !important;
  transition: background-color 0.3s ease;
  /* Smooth transition */
}

/* [data-theme="dark"]  .header-white .img-log {
    filter: invert(1);
}
[data-theme="light"]  .header-white .img-log{
    filter: none;
}
.header-white .white-icon img,
.header-white .white-icon svg {
    filter: invert(1);
} */
@media screen and (min-width: 1024px) and (max-width: 1224px) {
  .justify-content-75 {
    width: 75%;
    text-align: left;
  }
}

.ceo-section .names-ceo {
  color: var(--black-color);
}

.nav-link.active svg path {
  fill: #7f723e;
}

.nav-link.active+.mission-title {
  color: #7f723e !important;
}

.img-comparsion {
  position: absolute;
  bottom: -10rem;
  left: 0;
}

.form-filter {
  background-color: var(--darkSecond);
  border-radius: 10px;
}
[data-theme="light"] .form-filter {
    background-color: #c7c6bc !important;
}

.name-tabs {
  font-size: 16px;
  color: #808080;
}

.form-select:focus {
  border: unset !important;
  box-shadow: unset !important;
}

.btn-filter {
  background-color: unset !important;
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--white_FF);
  padding: 15px 20px;
  outline: none;
  border: 1px solid var(--white_FF);
  border-radius: 25px;
  font-size: 20px;
  font-weight: var(--fw400);
  font-family: var(--fontBentonSans);
}

.form-check-input:focus {
  border-color: unset !important;
  box-shadow: unset !important;
}

.form-switch .form-check-input {
  background-image: url("../img/Handle\ shape.svg") !important;
}

.form-check-input {
  background-color: #bdbdbd !important;
}

.form-check-input:checked {
  border-color: unset !important;
  background-color: var(--gold_48) !important;
}

.form-switch .form-check-input {
  width: 3rem !important;
  height: 1.5rem !important;
}

.form-select option {
  background-color: var(--black-color) !important;
}

select.form-select option {}

select.form-select option:hover,
select.form-select option:checked {
  background-color: var(--gold_48) !important;
  color: var(--black-color) !important;
}

.form-toggle {
  display: none;
  opacity: 0;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("../img/ball-white.svg") !important;
}

.form-toggle.show {
  display: flex;
  opacity: 1;
}

.line {
  top: 15px;
  position: absolute;
  background-color: var(--lights);
  width: 85%;
  height: 1px;
  right: 2%;
}

.h-90 {
  height: 100vh;
}


.result {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white_FF);
    font-size: var(--fs-31);
    font-weight: var(--fw400);
    font-weight: var(--fontCera);
}

.result.hide {
    display: none;
}

.show-more-comparsion {
    opacity: 0;
    display: none;
}

.show-more-comparsion.show-comparsion {
    opacity: 1;
    display: flex;
}

.arrow {
    animation: moveUpDown 0.5s infinite alternate;
    padding: 10px;
    cursor: pointer;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

.result-img {
    position: absolute;
    left: 8%;
    bottom: 18%;
    display: flex;
    flex-direction: column;

}

.result-img.scale-text {
    bottom: 65%;
}

.arrow-img-sec {
    position: absolute;
    left: 0;
    bottom: 5%;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.arrow-img-sec.scale-arrow {
    bottom: 49%;
}

.img-res-hover {
    display: none;
}

.front {
    width: 100%;
}

.back {
    position: absolute;
    position: absolute;
    top: 0;
    left: 1%;
    width: 98%;
}

.hover-result {
    transition: opacity 3s ease-in-out;
    opacity: 0;
}

/* Ensure the front image is visible initially */
.front {
    opacity: 1;
}

/* Keyframes for looping fade animation */
@keyframes fadeLoop {
    0% {
        display: block;
        opacity: 1;
    }

    50% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

/* Animation on hover */
.toggle-img:hover .front {
    animation: fadeLoop 5s infinite;
    /* height: 50%; */
}

.toggle-img:hover .back {
    animation: fadeLoop 7s infinite alternate;
    /* height: 50%; */
}

.design-height.scale {
    height: 50%;
}

.hover-result.scale {
    height: 50%;
}



.total {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 99%;
  z-index: -1;
  opacity: 0;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.total.z-top {
  transform: translateY(845%);
  z-index: 1;
  opacity: 1;
}

.quote {
  border: 1px solid #e0dfd1;
  padding: 10px;
  border-radius: 30px;
}

.quote:hover {
  color: #e0dfd1;
}

.details-list li {
    list-style: disc !important;
    padding: 0 10px;
}

.details-form {
    width: 49%;
    position: absolute;
    height: 300px;


}

.top-left {
    left: 2%;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    top: 30%;
    z-index: -1;
    opacity: 0;
}

.top-left.translate-left {
  transform: translate(98%, 70%);
  z-index: 1;
  opacity: 1;
}

.top-right {
    right: 2%;
    /* transition: all ease-in-out 0.7s; */
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    top: 30%;
    z-index: -1;
    opacity: 0;
}

.top-right.translate-right {
  right: 2%;
  transform: translate(-100%, 70%);
  z-index: 1;
  opacity: 1;
}

/* Container styling */
.dropdown-container {
  display: flex;
  flex-direction: column;
}

/* Dropdown styling */
.dropdown {
  position: relative;
  background-color: unset !important;
  color: var(--white_FF) !important;
  border-bottom: 1px solid #fff;
  outline: unset !important;
  font-weight: var(--fw700) !important;
  font-family: var(--fontCera) !important;
  font-size: 16px !important;
  padding: 10px 0;
  background-image: unset !important;
  width: 260px !important;
}

[data-theme="light"] .dropdown {
  border-bottom: 1px solid #808080;
}

.dropdown-selected {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown-selected::after {
  content: url("../img/arrowB.svg");
}

.h-120 {
  height: 120vh;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #1a1a1a;
  border: 1px solid #444;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 10;
  overflow: hidden;
}

.dropdown-option {
  padding: 20px;
  background-color: #1a1a1a;
  color: #ffffff;
  cursor: pointer;
}

.details-titles {
  /* font-size: ; */
}

.dropdown-option:hover,
.dropdown-option.active {
  background-color: var(--gold_48);
  /* Gold background on hover and active */
  color: var(--black-color);
}

.h-120.none-hight {
  height: unset;
}

/* @media screen and (max-width:320px) {
    .line{
        width: 50%;
    }
    
} */
.section-images-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-images-desktop {
    display: none;
  }

  .section-images-mobile {
    display: block;
  }
}

@media screen and (max-width: 321px) {
  .btn-filter {
    margin: 40px auto 0 auto;
  }

  .img-comparsion {
    position: unset;
    margin-top: 20px;
  }

  .mt_sm_0 {
    margin-top: 0 !important;
  }

  .py-sm-60 {
    padding: 60px 0 !important;
  }

  .h-sm-80 {
    /* height: 80vh !important; */
  }

  .h-30 {
    height: unset;
  }

  .line {
    width: 50%;
  }

  .arrow-img-sec {
    bottom: 0;
  }

  .arrow-img-sec.scale-arrow {
    bottom: 44%;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .result-img {
    bottom: 25%;
  }

  .total {
    top: 20%;
  }

  .details-list li {
    font-size: 8px !important;
  }

  .top-right.translate-right {
    transform: translate(-100%, 50%);
  }

  .top-left.translate-left {
    transform: translate(98%, 50%);
  }

  .pt-l-20 {
    padding: 0;
    margin: 8px;
  }

  .dropdown {
    width: 265px !important;
    margin: auto;
  }

  .total.z-top {
    transform: translateY(500%);
  }

  .details-lists li {
    font-size: 8px;
  }

  .details-form {
    height: 160px;
  }

  .details-titles {
    font-size: 13px;
  }

  .image-mobile-m-b.mb-sm-96 {
    margin-bottom: 96px;
  }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
  .btn-filter {
    margin: 40px auto 0 auto;
  }

  .img-comparsion {
    position: unset;
    margin-top: 20px;
  }

  .mt_sm_0 {
    margin-top: 0 !important;
  }

  .py-sm-60 {
    padding: 60px 0 !important;
  }

  .h-sm-80 {
    /* height: 80vh !important; */
  }

  .h-30 {
    height: unset;
  }

  .line {
    width: 50%;
  }

  .arrow-img-sec {
    bottom: 0;
  }

  .arrow-img-sec.scale-arrow {
    bottom: 44%;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .result-img {
    bottom: 25%;
  }

  .total {
    top: 20%;
  }

  .details-list li {
    font-size: 8px !important;
  }

  .top-right.translate-right {
    transform: translate(-100%, 60%);
  }

  .top-left.translate-left {
    transform: translate(98%, 60%);
  }

  .pt-l-20 {
    padding: 0;
    margin: 8px;
  }

  .dropdown {
    /* width: 256px !important; */
    margin: auto;
  }

  .total.z-top {
    transform: translateY(540%);
  }

  .details-lists li {
    font-size: 8px;
  }

  .details-form {
    height: 160px;
  }

  .details-titles {
    font-size: 13px;
  }

  .image-mobile-m-b.mb-sm-96 {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 376px) and (max-width: 425px) {
  .btn-filter {
    margin: 40px auto 0 auto;
  }

  .img-comparsion {
    position: unset;
    margin-top: 20px;
  }

  .mt_sm_0 {
    margin-top: 0 !important;
  }

  .py-sm-60 {
    padding: 60px 0 !important;
  }

  .h-sm-80 {
    /* height: 80vh !important; */
  }

  .h-30 {
    height: unset;
  }

  .line {
    width: 50%;
  }

  .arrow-img-sec {
    bottom: 0;
  }

  .arrow-img-sec.scale-arrow {
    bottom: 44%;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .result-img {
    bottom: 25%;
  }

  .total {
    top: 20%;
  }

  .details-list li {
    font-size: 8px !important;
  }

  .top-right.translate-right {
    transform: translate(-100%, 95%);
  }

  .top-left.translate-left {
    transform: translate(98%, 95%);
  }

  .pt-l-20 {
    padding: 0;
    margin: 8px;
  }

  .dropdown {
    width: 300px !important;
    margin: auto;
  }

  .total.z-top {
    transform: translateY(445%);
  }

  .details-lists li {
    font-size: 8px;
  }

  .details-form {
    height: 160px;
  }

  .details-titles {
    font-size: 13px;
  }

  .image-mobile-m-b.mb-sm-96 {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 426px) and (max-width: 525px) {
  .btn-filter {
    margin: 40px auto 0 auto;
  }

  .img-comparsion {
    position: unset;
    margin-top: 20px;
  }

  .mt_sm_0 {
    margin-top: 0 !important;
  }

  .py-sm-60 {
    padding: 60px 0 !important;
  }

  .h-sm-80 {
    /* height: 80vh !important; */
  }

  .h-30 {
    height: unset;
  }

  .line {
    width: 50%;
  }

  .arrow-img-sec {
    bottom: 0;
  }

  .arrow-img-sec.scale-arrow {
    bottom: 44%;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .result-img {
    bottom: 25%;
  }

  .total {
    top: 20%;
  }

  .details-list li {
    font-size: 8px !important;
  }

  .top-right.translate-right {
    transform: translate(-100%, 110%);
  }

  .top-left.translate-left {
    transform: translate(98%, 110%);
  }

  .pt-l-20 {
    padding: 0;
    margin: 8px;
  }

  .dropdown {
    width: unset !important;
    margin: auto;
  }

  .total.z-top {
    transform: translateY(585%);
  }

  .details-lists li {
    font-size: 8px;
  }

  .details-form {
    height: 160px;
  }

  .details-titles {
    font-size: 13px;
  }

  .image-mobile-m-b.mb-sm-96 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 526px) and (max-width: 768px) {
  .btn-filter {
    margin: 40px auto 0 auto;
  }

  .img-comparsion {
    position: unset;
    margin-top: 20px;
  }

  .mt_sm_0 {
    margin-top: 0 !important;
  }

  .py-sm-60 {
    padding: 60px 0 !important;
  }

  .h-sm-80 {
    /* height: 80vh !important; */
  }

  .h-30 {
    height: unset;
  }

  .line {
    width: 50%;
  }

  .arrow-img-sec {
    bottom: 0;
  }

  .arrow-img-sec.scale-arrow {
    bottom: 47%;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .result-img {
    bottom: 25%;
  }

  .total {
    top: 20%;
  }

  .details-list li {
    font-size: 8px !important;
  }

  .top-right.translate-right {
    transform: translate(-100%, 63%);
  }

  .top-left.translate-left {
    transform: translate(98%, 63%);
  }

  .pt-l-20 {
    padding: 0;
    margin: 8px;
  }

  .dropdown {
    width: unset !important;
    margin: auto;
  }

  .total.z-top {
    transform: translateY(555%);
  }

  .details-lists li {
    font-size: 8px;
  }

  .details-form {
    height: 160px;
  }

  .details-titles {
    font-size: 13px;
  }

  .image-mobile-m-b.mb-sm-96 {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .btn-filter {
    margin: 40px auto 0 auto;
  }

  .img-comparsion {
    position: unset;
    margin-top: 20px;
  }

  .mt_sm_0 {
    margin-top: 0 !important;
  }

  .py-sm-60 {
    padding: 60px 0 !important;
  }

  .h-sm-80 {
    /* height: 80vh !important; */
  }

  .h-30 {
    height: unset;
  }

  .line {
    width: 50%;
  }

  .arrow-img-sec {
    bottom: 0;
  }

  .arrow-img-sec.scale-arrow {
    bottom: 50%;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .result-img {
    bottom: 25%;
  }

  .total {
    top: 20%;
  }

  .details-list li {
    font-size: 8px !important;
  }

  .top-right.translate-right {
    transform: translate(-100%, 90%);
  }

  .top-left.translate-left {
    transform: translate(98%, 90%);
  }

  .pt-l-20 {
    padding: 0;
    margin: 8px;
  }

  .dropdown {
    width: unset !important;
    margin: auto;
  }

  .total.z-top {
    transform: translateY(455%);
  }

  .details-lists li {
    font-size: 8px;
  }

  .details-form {
    height: 160px;
  }

  .details-titles {
    font-size: 13px;
  }

  .image-mobile-m-b.mb-sm-96 {
    margin-bottom: 0;
  }

  .bg-west,
  .bg-east {
    height: 50vh;

  }
}

@media screen and (min-width: 991px) and (max-width:1200px) {
  /* .btn-filter {
    margin: 40px auto 0 auto;
  } */

  /* .img-comparsion {
    position: unset;
    margin-top: 20px;
  } */

  /* .mt_sm_0 {
    margin-top: 0 !important;
  } */

  /* .py-sm-60 {
    padding: 60px 0 !important;
  } */

  .h-sm-80 {
    /* height: 80vh !important; */
  }

  .h-30 {
    height: unset;
  }

  .line {
    width: 50%;
  }

  .arrow-img-sec {
    bottom: 0;
  }

  .arrow-img-sec.scale-arrow {
    bottom: 44%;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .result-img {
    bottom: 25%;
  }

  .total {
    top: 20%;
  }

  .details-list li {
    font-size: 8px !important;
  }

  .top-right.translate-right {
    transform: translate(-100%, 75%);
  }

  .top-left.translate-left {
    transform: translate(98%, 75%);
  }

  .pt-l-20 {
    padding: 0;
    margin: 8px;
  }

  .dropdown {
    width: unset !important;
    margin: auto;
  }

  .total.z-top {
    transform: translateY(600%);
  }

  .details-lists li {
    font-size: 8px;
  }

  .details-form {
    height: 160px;
  }

  .details-titles {
    font-size: 13px;
  }

  .image-mobile-m-b.mb-sm-96 {
    margin-bottom: 0;
  }

  .bg-west,
  .bg-east {
    height: 50vh;

  }
}

/* ////career////// */
.btn-career {
  background-color: unset;
  color: #808080;
  outline: unset;
  padding: 10px 25px;
  border: 1px solid #808080;
  border-radius: 20px;
  font-family: var(--fontCera);

}

.paragraph-career {
  color: #808080;
}

.end-section-career {
  width: 55%;
  text-align: center;
  margin: auto;
}

.bg-end-section-carrer {
  background-color: #262625;
}

[data-theme="light"] .bg-end-section-carrer {
  background-color: #E0DFD1;

}

.opening-sec-career svg path {
  fill: var(--white_FF);
  stroke: var(--white_FF);
}

.under-line-paragraph {
  position: relative;
}

.under-line-paragraph::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 1px;
  bottom: -25%;
  left: 0;
  background-color: var(--white_FF);

}

.opening-sec-career {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
  color: var(--white_FF) !important;
  background-color: var(--gold_48) !important;
  border: 1px solid transparent !important;
}

.tabs-button {
  border: 1px solid var(--white_FF) !important;
  border-radius: 20px !important;
}

.career .details {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  font-family: var(--fontBentonSans);
}

.mt-40 {
  margin-top: 3rem;
}

.btn-arrow {
  background-color: unset;
  border: 1px solid var(--white_FF);
  border-radius: 50%;
  padding: 2%;
  outline: unset;
  position: relative;
  transition: all ease-in-out 1s;
}

[data-theme="light"] .career-details .btn-arrow {}

.arrow-gold {
  opacity: 0;
  position: absolute;
  transform: translateX(-15px);
  transition: all ease-in-out 1s;
}

.btn-arrow:hover {
  border: 1px solid var(--gold_48);
}

.btn-arrow:hover .arrow-gold {
  opacity: 1;
  transform: translateX(0);
}

.container-openings {
  transition: all ease-in-out 0.3s;
}

.container-openings:hover {
  background-color: #353535;
}

[data-theme="light"] .container-openings:hover {
  background-color: #e0dfd1;
}

.img-hover-career {
  /* display: none; */
  margin-left: 10px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}

.container-openings:hover .img-hover-career {
  display: flex;
  opacity: 1;
}

.career-title-hover {
  /* transform: translateX(0px); */
  transform: translateX(-90%);
  transition: transform ease-in-out 1s;
}

.career-title-hover:hover {}

.container-openings:hover .career-title-hover {
  /* transform: ; */
  transform: translateX(-40%);
}

.bg-header-career {
  background-color: var(--black-color);
}

.mt-7 {
  margin-top: 7%;
}

.h-65 {
  height: 65vh !important;
}

.top-career-details {
  top: 55% !important;
}

/* //////serach///////// */
.h-50 {
  height: 50vh !important;
}

.title-search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input {
  border: 1px solid var(--white_FF);
  width: 38%;
  padding: 20px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-search-placeholder {
  border: unset;
  outline: unset;
  background-color: unset;
  width: 100%;
  color: var(--white_FF);
  font-family: var(--fontBentonSans);
}

.input-search-placeholder::placeholder {
  color: var(--white_FF);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--fontBentonSans);
  text-transform: capitalize;
}

.filter-btn-serch {
  border: unset;
  outline: unset;
  background-color: unset;
  text-transform: capitalize;
  /* padding: 15px 30px; */
  border-radius: 35px;
  border: 1px solid var(--white_FF);
  margin: 0 15px;
}

.border-round {
  padding: 20px;
  border-radius: 50%;
  border: 1px solid var(--white_FF);
}

/* ////////// */

.custom-dropdown {
  position: relative;
}

.dropdown-filter .dropdown-menu {
  display: none;
  /* Initially hidden */
  position: absolute;
  right: 0;
  top: 175%;
  background-color: var(--black-color);
  /* Dark background */
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 8px;
  width: 310px;
  z-index: 1000;
  border: 1px solid var(--white_FF);
}

.dropdown-filter .dropdown-menu .dropdown-item {
  padding: 20px;
  color: var(--white_FF);
  /* Light text color */
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
}

.dropdown-filter .dropdown-menu .dropdown-item.active {
  background-color: unset !important;
}

.dropdown-filter .dropdown-menu .dropdown-item:hover {
  background-color: var(--gold_48) !important;
  color: var(--black-color);
}

.dropdown-filter .dropdown-menu .dropdown-item:not(.active) {
  background-color: transparent;
  /* Transparent background for non-active items */
}

.dropdown-filter .filter-btn-serch:focus+.dropdown-menu,
.dropdown-filter .dropdown-menu:hover {
  display: block;
  /* Show dropdown on button focus or hover */
}

.page-link {
  background-color: unset !important;
  border: unset !important;
  color: var(--white_FF) !important;
}

.active&gt;.page-link,
.page-link.active {
  background-color: var(--gold_48) !important;
  border: unset !important;
  outline: unset !important;
  border-radius: 10px !important;
  /* color: ; */
}

.img-filter {
  width: 10%;
}

.no-result-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.result-search-pagination {
  display: none;
}

.result-search-pagination.show-results {
  display: block;
}

.no-result-yet.hides {
  display: none;
}

@media screen and (max-width: 526px) {
  .search-input {
    width: 100%;
    margin: 20px 0;
  }

  .opening-sec-career {
    flex-direction: column;
  }

  .img-filter {
    width: 20%;
  }

  .dropdown-filter .dropdown-menu {
    right: -35%;
    width: 210px;
  }

  .end-section-career {
    width: 100%;
  }
}

.map-devolp {
  width: 100%;
  height: 85vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 125px;
  position: relative;
  /* style="background-image: url(./assets/img/mapdevolp.png); */
  background-image: url('../img/map-dark.png');

}

/* [data-theme="light"] .map-devolp{
  background-image: url('../img/mapdevolp.png');

} */
.title-west-pos {
  position: absolute;
  right: -25px;
  top: -30px;
}

.title-west-pos::after {
  position: absolute;
  content: '';
  background-color: var(--bg-black-gold);
  width: 8%;
  height: 13%;
  right: 0;
  top: 31px;
  /* left: 0; */
}

[data-theme="light"] .title-west-pos::after {
  background-color: #e0dfd1 !important;
}

.title-east-pos {
  position: absolute;
  left: 0;
}

.our-development {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 30%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;

}

/* /// */
.west-east {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 94px;
}

.mb-85 {
  margin-bottom: 85px;
}

.w-line::first-letter {
  border-bottom: 1px solid var(--white_FF);
}

.line-h-2 {
  line-height: 2;
}

.swiper-container {
  width: 864px !important;
  height: 516px !important;
  position: relative;
  margin-right: unset !important;
}

.swiper-slide .img-swiper-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-img-cover {
  width: 100% !important;
}

.container-swiper {
  overflow: visible !important;
  flex-grow: 1 !important;
}

.slider-container {
  flex-grow: 1;
  position: relative;
}

.sliderWrap,
.slider-wrapper2,
.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-slide2,
.slider-slide {
  min-width: 100%;
  /* padding-right: 45px; */

  box-sizing: border-box;
}

.p-right-slider {
  padding-right: 45px;
}

.p-left-slider {
  padding-left: 45px;
}

.slider-slide2 img,
.slider-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-scroll {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}

.navigation-buttons {
  display: flex;
  align-items: center;
}

.navigation-buttons-new {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[data-theme="light"] .navigation-buttons svg path {
  stroke: #000;
  /* fill: #000; */

}

.pl-48 {
  padding-left: 4.5rem;
}

.pr-48 {
  padding-right: 4.5rem;
}

.nav-swiper {
  position: absolute;
  bottom: 10%;
  left: -100%;
  display: flex;
  flex-direction: row-reverse;
}

.overflow-hide {
  overflow: hidden;
}

.next-btn2,
.prev-btn2,
.next-btn,
.prev-btn {
  cursor: pointer;
}

[data-theme="dark"] .map-devolp .east-title {
  color: #E0DFD180;
}

[data-theme="light"] .map-devolp .east-title {
  color: #3D3C2980;
}

.text-scroll {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 85%;
}

.text-line-scroll {
  position: relative;
}

.text-line-scroll::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border: 1px solid #fff;
  left: 0;
  bottom: -115%;
}

.left-10 {
  left: 10% !important;
}

.comparesion-sec {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.bg-compersion {
  background-image: url("../img/comperstion.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.border-bottom-white-slider::after {
  position: absolute;
  content: "";
  border-bottom: 0.5px solid var(--white_FF);
  width: 95%;
  height: 1px;
  bottom: 3%;
  left: 3%;
}

@media screen and (max-width: 599px) {
  .west-east {
    font-size: 40px;
  }

  .our-development img {
    width: 50%;
  }

  .pr-48 {
    padding-right: 0;
  }

  .pl-48 {
    padding-left: 0;
  }

  .text-scroll {
    bottom: 22px;
  }

  .text-line-scroll::after {
    width: 80%;
    bottom: -45%;
  }

  .text-line-scroll {
    margin-bottom: 22px;
  }

  .p-right-slider {
    padding-right: 10px;
  }

  .p-left-slider {
    padding-left: 10px;
  }

  .m-s-0 {
    margin: 0 !important;
  }

  .btn-p-sm-10 {
    padding: 10px !important;
  }

  .section-scroll {
    position: unset;
  }

  .our-development {
    top: 15%;
  }

  .btn-p-sm-5 {
    padding: 5px;
  }

  .fs-sm-13 {
    font-size: 13px;
  }

  .svg-btn-sm svg {
    width: 15px;
  }

  .next-btn2 svg,
  .prev-btn2 svg,
  .next-btn svg,
  .prev-btn svg {
    width: 32px;
  }

  .text-line-scroll::after {
    content: "";
    position: absolute;
    width: 88%;
    height: 1px;
    border: 0.5px solid var(--white_FF);
  }

  .fs-sm-18 {
    font-size: 18px;
  }

  .container-openings:hover .career-title-hover {
    transform: translateX(-10%);
  }



}

/* .btn-c{
    transition: all ease-in-out 0.5s;
    border-radius: 25px;
}
.btn-c:hover{
    background-color: var(--gold_48);
} */

.effect-btn {
  padding: 20px;
  border: 1px solid var(--white_FF);
  border-radius: 30px;
  overflow: hidden;
}

.effect-btn .golen-effect {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  padding: 10px 20px !important;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  /* -webkit-transition-duration: all ease-in-ou 0.3s; */
  /* transition-duration:all ease-in-out  0.3s; */
}

.effect-btn .golen-effect:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gold_48);
  /* border-radius: 100%; */
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all ease-in-out 1s;
  /* -webkit-transition-property: transform; */
  /* transition-property: transform; */
  /* -webkit-transition-duration: 1s; */
  /* transition-duration: 1s; */
  /* -webkit-transition-timing-function: ease-in-out; */
  /* transition-timing-function: ease-in-out; */
}

.effect-btn:hover {
  border-color: transparent;
}

.effect-btn .golen-effect:hover,
.effect-btn .golen-effect:focus,
.effect-btn .golen-effect:active {
  color: var(--white_FF);
}

.effect-btn .golen-effect:hover:before,
.Seffect-btn .golen-effect:focus:before,
.effect-btn .golen-effect:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.project-details-content {
  flex-direction: column;
  bottom: 22%;
  position: absolute;
  left: 4%;
  justify-content: center;
}

/* ///////c/////// */

.text-terrace {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-line::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 0.5px;
  left: 0;
  bottom: -140%;
  border: 0.5px solid var(--white_FF);
}

.bg-compersion::after {
  position: absolute;
  background-color: #00000033;
  content: "";
  width: 100%;
  height: 100%;
}

.z-3 {
  z-index: 3;
}

.w-515 {
  width: 515px;
}

.slider-swiper-project {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ptoject-text-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  background-color: #14171885;
  padding: 30px;
}

.bg-arrow {
  height: 100%;
  align-items: center;
  display: flex;
  background-color: #00000061;
  width: 75px;
}

/* ///////////////// */
.slider-wrapper {
  position: relative;
}

.slider-wrapper .slide-button {
  /* position: absolute; */
  /* top: 50%; */
  /* height: 40px; */
  /* width: 40px; */
  color: #fff;
  background-color: unset;
  /* font-size: 1.2rem; */
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: none;
  /* transform: translateY(-50%); */
  /* transition: all 0.2s ease; */
}

/* .slider-wrapper .slide-button:hover{
    background: #444;
} */

.slider-wrapper .slide-button#next-slide {
  right: -20px;
}

.slider-wrapper .image-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(10, 1fr);
  font-size: 0;
  /* margin-bottom: 30px; */
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-scrollbar .scrollbar-track {
  height: 2px;
  width: 68%;
  background-color: #ccc;
  position: absolute;
  border-radius: 4px;
  left: 5%;
  bottom: 2%;
}

.slider-scrollbar:hover .scrollbar-track {
  height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
  position: absolute;
  height: 4px;
  width: 30%;
  background-color: var(--gold_48);
  border-radius: inherit;
  cursor: grab;
  /* top: -3px; */
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  bottom: -10px;
}

@media (max-width: 1024px) {
  .slider-wrapper .slide-button {
    /* display: none !important; */
  }

  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
  }

  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }

  .slider-scrollbar .scrollbar-thumb {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .slider-wrapper .slide-button {
    /* display: none !important; */
  }

  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
  }

  .slider-wrapper .image-list .image-item {
    width: 220px;
    height: 320px;
  }

  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }

  .ptoject-text-details {
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width:1440px) {
  .slider-scrollbar .scrollbar-track {
    width: 0;
  }

  .slider-wrapper .image-list {
    gap: 15px;
  }

  .w-515 {
    width: 415px;
  }

  .fs-76 {
    /* font-size: 60px; */
  }
}

.buttons-mang-scroll {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}

.swiper-pagination-bullet-active {
  background-color: var(--white_FF);
}

.w-line-gold::first-letter {
  border-bottom: 1px solid var(--gold_48);
}

.bg-sec-img {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
[data-theme="light"] .btn-now{
  background-color: var(--gold_48);
  border:unset;
  color: #e0dfd1;
}
.btn-now {
  color: var(--white_FF);
  z-index: 999;
  position: fixed;
  right: 4%;
  bottom: 10%;
  padding: 20px 30px;
  border: 1px solid var(--white_FF);
  border-radius: 30px;
}

.btn-now:hover {
  /* color: var(--white_FF); */
}

.slider {
  display: flex;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  overflow: clip;
}

.item {
  position: relative;
  flex: 1 0 100%;
  left: calc((var(--curr) - 1) * (-100%));
  scroll-snap-align: center;
  transition: left 0.5s ease-in;
}

.item img {
  width: 100%;
  height: 100vh;
  object-fit: cover
}

.btn-prev,
.btn-next {
  position: absolute;
  line-height: 0;
  top: 50%;
  font-size: 1.2rem;
  color: white;
  background: none;
  border: none;
  appearance: none;
}


.range {
  position: absolute;
  bottom: 10%;
  left: 5%;
  margin: 0 auto 20px;
  width: 200px;
  height: 8px;
}

/** Generated using range input css */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: var(--gold_48);
  cursor: pointer;
  width: 100%;
}

/* Removes default focus */
input[type="range"]:focus {
  outline: none;
}

/******** Chrome, Safari, Opera and Edge Chromium styles ********/
/* slider track */
input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  height: 0.35rem;
}

/* slider thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  margin-top: 0px;
  /* Centers thumb on the track */
  /* background-color: #ffffff; */
  background: var(--gold_48);

  border-radius: 0.5rem;
  height: 0.35rem;
  width: 33.33%;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 0px solid #ffffff;
  outline-offset: 0rem;
}

.line-get {
  position: relative;
}

.line-get::after {
  content: '';
  position: absolute;
  width: 23%;
  height: 0.5px;
  background-color: var(--white_FF);
  bottom: 20%;
  left: 0;
}

@media screen and (max-width: 599px) {
  .text-terrace {
    position: unset;
  }

  .w-lg-75 {
    width: 100%;
  }

  .project-details-content {
    bottom: 35%;
  }

  .range {
    bottom: 25%;
    left: 9%;
  }

  .fs-sm-24 {
    font-size: 24px;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .h-sm-50 {
    height: 50vh !important;
  }

  .w-515 {
    width: 215px;
  }

}

@media screen and (min-width:599px) and (max-width: 769px) {
  .text-terrace {
    position: unset;
  }

  .w-lg-75 {
    width: 100%;
  }

  .project-details-content {
    bottom: 35%;
  }

  .range {
    bottom: 25%;
    left: 9%;
  }

  .fs-sm-24 {
    font-size: 24px;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .h-sm-50 {
    height: 50vh !important;
  }

  .w-515 {
    width: 205px;
  }



}

.card-media-details {
  display: flex;
  flex-direction: column;
}

@scope (.card-media-details) {

  h4,
  p,
  h3 {
    color: var(--white_FF);
    line-height: 2;
    /* list-style: ; */
  }

  h4,
  h3 {
    font-family: var(--fontCera);
  }

  p {
    font-family: var(--fontBentonSans);
  }
}

.applications {
  position: relative;
}

.applications::after {
  position: absolute;
  content: '';
  background-color: var(--white_FF);
  height: 0.5px;
  width: 3.5%;
  bottom: -21%;
  left: 0;
}

@media screen and (min-width:991px) and (max-width:1200px) {
  .career-title-hover {
    transform: translateX(0);
  }

  .container-openings:hover .career-title-hover {
    /* transform: ; */
    transform: translateX(0);
  }



}

@media screen and (min-width:1200px) and (max-width:1440px) {
  .career-title-hover {
    transform: translateX(0);
  }

  .container-openings:hover .career-title-hover {
    transform: translateX(0);
  }



}

.form-control {
  background-color: var(--black-color);
  color: var(--white_FF);
  border-radius: 0;
  border: unset;
  border-bottom: 1px solid var(--white_FF);
}

.form-control::placeholder {
  color: var(--white_FF);
  font-weight: var(--fw400);
  font-size: 14px;
  font-family: var(--fontBentonSans);
  padding-top: 1px !important;
}

.btn {
  border: 1px solid #fff;
}

.contact-info a,
.contact-info p {
  color: #fff;
}

.contact-info a:hover {
  text-decoration: underline;
}

.icon {
  font-size: 1.5rem;
  margin-right: 8px;
}

.under-line-gold {
  position: relative;
}

.under-line-gold::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 18%;
  border-bottom: 1px solid var(--gold_48);

}

/* @scope (.forms-locations){ */
a {
  /* color:var(--white_FF) !important; */
}

/* } */



.slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.large-image-container {
  width: 100%;
  /* Adjust as needed */
  height: 100vh;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.large-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.thumbnail-container {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 3;

}

.thumbnail {
  width: 200px;
  height: 130px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumbnail.activeImg {
  border: 1px solid var(--white_FF);
}

/* .thumbnail:hover {
  transform: scale(1.1);
} */

.construction {
  position: absolute;
  left: 10%;
  top: 20%;
  z-index: 9;
}

.pause {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;

}

.full-height {
  height: 100vh;
}

@media screen and (max-width:599px) {
  .thumbnail-container {
    /* flex-direction: column; */
    bottom: 3%;

  }

  [data-aos] {
    opacity: 1;
    transform: unset;
    /* transform: none !important;
        transition: none !important; */

  }

  .thumbnail {
    width: 65px;
    height: 60px;
  }

  .large-image-container {
    height: 65vh;
    object-fit: cover;

  }

  .fs-sm-36 {
    font-size: 36px !important;
  }

  .fw-sm-400 {
    font-weight: 400 !important;
  }

  .border-value {
    display: none !important;
  }

  .mb-sm-25 {
    margin-bottom: 25px;
  }

  .fs-sm-30 {
    font-size: 30px !important;
  }

  .full-height {
    height: unset !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
}

.w-85 {
  width: 85%;
}

@media screen and (min-width:599px) and (max-width:991px) {

  .thumbnail {
    width: 150px;
    height: 110px;
  }

  .large-image-container {
    height: 100vh;
    object-fit: cover;

  }

  .section-scroll {
    position: unset;
  }

  .fs-95 {
    font-size: 56px;
  }

  .m-md-40 {
    margin: 0 0 40px 40px;
  }

  .thumbnail-container {
    gap: 20px;
  }

  .w-75 {
    width: 100% !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .container-openings:hover .career-title-hover {
    transform: translateX(10%);
  }
}

@media screen and (min-width:769px) and (max-width:991px) {
  .w-515 {
    width: 260px;
  }
}

@media screen and (min-width:991px) and (max-width:1200px) {
  .w-515 {
    width: 320px;
  }
}

@media screen and (min-width:599px) and (max-width:1024px) {
  .text-terrace {
    position: unset;
  }
}

.input-search-placeholder::placeholder {
  color: #70716b;
}

.section-result{
  display: none;
}
.section-result.open-result{
  display: block;
}
.fs-14{
  font-size: 14px !important;
}
.fw-300{
  font-weight: 300;
}</pre></body></html>