html, body, .scroll-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
}

html::-webkit-scrollbar, body::-webkit-scrollbar, .scroll-container::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
} 

#showroom, #plus-of-the-project, #parking-spa, #place, #contact-towers {
  scroll-margin-top: 93px; 
}

#plus-of-the-project .flex-box {
  display: flex;
  align-items: start;
  padding-top: 20px;
}

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

:root {
    --ColoreLogo: #C19F89;
    --VerdeProgetto: #867D5C;
    --SfondoProgetto: #EAE6E2;
    --GrigioTesti: #4B4F5A;
    --ColoreLogoHover: #6F5B4E;
    --VerdeProgettoHover: #4A4533;
    --SfondoProgettoHover: #A9A6A2;
}

@font-face {
    font-family: Noto-sans;
    src: url(/fonts/Noto_Sans/static/NotoSans-Regular.ttf);
}

@font-face {
    font-family: Noto-sans-bold;
    src: url(/fonts/Noto_Sans/static/NotoSans-Bold.ttf);
}

@font-face {
    font-family: Noto-sans-black;
    src: url(/fonts/Noto_Sans/static/NotoSans-Black.ttf);
}

@font-face {
    font-family: Noto-sans-light;
    src: url(/fonts/Noto_Sans/static/NotoSans-Light.ttf);
}

@font-face {
    font-family: Noto-serif;
    src: url(/fonts/Noto_Serif/static/NotoSerif-Regular.ttf);
}

@font-face {
    font-family: Noto-sans-extrabold;
    src: url(/fonts/Noto_Sans/static/NotoSans-ExtraBold.ttf);
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    font-family: Noto-sans, sans-serif !important;
}

body::-webkit-scrollbar {
    display: none;
}

p {
  font-size: 20px;
  line-height: 35px;
}

h1 {
  font-size: 70px !important; 
  font-weight: bold !important;
}

h2 {
  font-size: 50px !important; 
  font-weight: bold !important;
}

h3 {
  font-size: 30px !important;
  font-weight: bold !important;
}

.grigio-testi {
    color: var(--GrigioTesti);
    margin-left: 24px;
    font-weight: 600;
  }
  
  .colore-logo {
    color: var(--ColoreLogo);
    margin-left: 24px;
    font-weight: 600x;
}

.scroll-container {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-container::-webkit-scrollbar {
    display: none;
}

.section {
    position: absolute;
    width: 100%;
    height: 100%;
}

.image-a {
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50%;
}

.title-a {
    position: absolute;
    left: -100%;
    max-width: 50%;

    top: 15%;
    font-size: 50px !important;
}

.description-a {
    position: absolute;
    right: -100%;
    font-size: 1.2rem;
    top: 25%;
    max-width: 43%;
    line-height: 29px;
}

.action-btn {
    background-color: #eae6e2;
    color: #867d5c;
    border-radius: 22.5px;
    font-size: 14px;
    line-height: 30px;
    margin-top: 24px;
    text-decoration: none;
    padding: 8px;
    display: block;
    width: 190px;
    height: 45px;
    text-align: center;
    cursor: pointer;
}

a.action-btn:hover {
    background-color: #4a4533 !important;
    color: #eae6e2 !important;
}

.image {
    width: 100%;
    height: 100%;
}

.image-b {
    position: absolute;
    right: 0;
    bottom: -100%;
    max-width: 50%;
}

.description-b {
    position: absolute;
    right: -100%;
    top: 10%;
    max-width: 40%;
    color: #333;
    font-size: 1.2rem;
}

.info-text {
    position: absolute;
    left: -100%;
    bottom: 8%;
    max-width: 30%;
    color: var(--GrigioTesti);
    font-size: 1.5rem;
    font-weight: bold;
    text-align: right;
}

.extrabold {
    font-family: Noto-sans-extrabold;
}

.image-c {
    position: absolute;
    left: 0;
    top: -100%;
    max-width: 50%;
}

.title-c {
    position: absolute;
    right: -100%;
    top: 15%;
    max-width: 50%;
    font-size: 3rem;
    color: var(--ColoreLogo);
}

.third-section {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}

.bg-wipe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.scroll-instruction {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    z-index: 2;
    text-align: center;
}

.scroll-instruction p {
    font-size: 16px;
    margin-bottom: 10px;
}

.scroll-icon {
    width: 40px;
    height: 40px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.scrollbar {
    transform: translateY(0);
}

.mouse {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}

.mouse::before {
    content: '';
    width: 3px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 60px;
    }
}

#theproject, #development {
  /* height: 100vh; */
}
#development {
  height: 100vh;
}

#development .lightColor-bg p {
  width: 85%;
  font-size: 28px !important;
  line-height: 35px !important;
}

#theproject p {
  padding-left: 50px;
  width: 85%;
}

#towerViews {
  height: 100vh;
  object-fit: cover;
}

.cols-2 {
  width: 100%;
}

 header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  z-index: 100;
  height: 93px;
  transition: all 0.3s ease;
  box-shadow: 0 -6px 14px 0px grey;
}

.header-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.logo {
  width: 150px;
  transition: all 0.3s ease;
}

.logo-link {
  margin-right: 224px !important;
}

.btn img {
  width: 40px;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 12px;
}

.fullscreen-menu {
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #eae6e2e2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 20px;
  transition: top 0.4s ease-in-out;
  z-index: 9998;
  pointer-events: none;
}
.fullscreen-menu.active {
  top: 0;
  pointer-events: auto;
}
.fullscreen-menu .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fullscreen-menu .nav-section {
  display: flex;
  flex-direction: column;
  margin-left: 7%;
  justify-content: space-between;
  height: 100%;
  padding-top: 80px;
}
.fullscreen-menu .nav-section a {
  color: var(--VerdeProgetto);
  font-size: 30px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.3s;
  font-family: Noto-serif;
}
.fullscreen-menu .nav-section a:hover {
  color: var(--VerdeProgettoHover);
}
.close-btn {
  font-size: 36px;
  color: white;
  cursor: pointer;
}

.search-input {
  background-color: var(--VerdeProgetto);
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s;
}

.search-input:hover {
  background-color: var(--VerdeProgettoHover);
  color: white;
}

.icon { 
  transition: 0.3s; 
}


.lang {
  position: absolute;
  right: 20px;
  top: 95px;
  display: none;
}

.lang li {
    display: block !important;
    margin-bottom: 10px;
  }
  
.lang-item {
  list-style: none;
}

.header-btn:hover .icon {
  fill: var(--VerdeProgettoHover);
  transition: 0.3s;
}

.fullscreen-menu .nav-section-bottom a {
  font-size: 20px;
}

.fullscreen-search {
  background-color: var(--SfondoProgetto);
  pointer-events: none;
}

.fullscreen-search.active {
  pointer-events: auto;
}

.grigio-text {
  color: var(--GrigioTesti);
  margin-bottom: 20px;
}

.grigio-text label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
}

.grigio-text input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--GrigioTesti);
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  outline: none;
  cursor: pointer;
}

.grigio-text input[type="radio"]::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--GrigioTesti);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.grigio-text input[type="radio"]:checked::before {
  opacity: 1;
}

.nav-section img {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  left: 400px;
  top: 50%;
  transform: translateY(-50%);
}

.nav-section a:hover + img {
  opacity: 1;
}

.fullscreen-menu .nav-section img {
  width: 400px;
}

.nav-section a:hover + img {
  opacity: 1;
}

.search-form {
  height: 100%;
  overflow-y: auto;
}

.search-form h2 {
  margin-bottom: 10px;
}


.search-form select {
  width: 100%;
  padding: 10px 30px;
  margin: 0 0 22px;
  border-radius: 22.5px;
  font-size: 16px;
  background-color: #867D5C;
  color: #EAE6E2;
  appearance: none;
  border: none;
  height: 43px;
  outline: none;
  cursor: pointer;
  font-size: 14px;
}

.submit-end {
  display: flex;
  justify-content: end;
}


.home2-section-1 {
  background-color: var(--SfondoProgetto);
  color: var(--GrigioTesti);
  padding: 60px 40px;
  height: 100vh;
}

.dark-text {
  color: var(--GrigioTesti);
}

.home2-section-1 p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.home2-section-2 {
  background-color: white;
}

.home2-section-2 h1 {
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.from-left {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.from-right {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.from-left2 {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
}

.from-right2 {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s;
}

.from-left3 {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
}

.from-right3 {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s;
}

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

.panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

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

.panel1 { 
  background-image: url('img/panel1.jpg');
}

.panel2 { 
  background-image: url('img/panel2.jpg');
  z-index: 2;
}

.panel3 { 
  background-image: url('img/panel3.jpg');
  z-index: 3;
}

.next-content {
  height: 100vh;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2rem;
}

h3 .fw-bold {
  font-weight: bold;
}

hr {
  border: none;
  height: 2px;
  background-color: var(--ColoreLogo);
  margin: 20px 0;
}

.panel2 hr {
  background-color: var(--VerdeProgetto);
}

.video-container {
  position: relative;
  width: 100%;
  /* height: 100vh;  */
  height: calc(100vh - 93px);
  overflow: hidden;
  margin-top: 93px;
}

#mainVideo {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.centered-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
}

#business-hub h1 {
  font-size: 80px;
  margin-bottom: 30px;
}

#business-hub p {
  font-size: 24px;
  margin-bottom: 30px;
}

.search-btn {
  background-color: var(--VerdeProgetto);
  color: white;
  border: none;
  padding: 0;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-btn:hover {
  background-color: var(--VerdeProgettoHover);
}

.input-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--GrigioTesti);
  margin-bottom: 10px;
}

.mainColor-bg {
    color: #867D5C;
    padding: 3rem;
}

.mainColor-bg h1 {
  margin-bottom: 30px;
} 

.light-btn {
    background-color: var(--SfondoProgetto);
    color: var(--VerdeProgetto);
    border-radius: 10px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 40px;
    width: 190px;
    display: block;
    height: 45px;
    text-align: center;
    text-decoration: none;
    padding: 8px 5px;
    font-weight: 500;
    transition: 0.3s;
}

.light-btn:hover {
    background-color: var(--VerdeProgettoHover);
    color: var(--SfondoProgetto);
}

.fw-black {
    font-family: Noto-sans-black;
}

.fs-33 {
    font-size: 33px;
    line-height: 44px;
    margin: 1rem 0;
}

.lightColor-bg {
    color: #867D5C;
    padding: 70px 2.2rem;
    display: flex;
    flex-direction: column;
}

#thesquare .lightColor-bg {
    text-align: left;
}

.lightColor-bg .mob-left {
    padding-right: 25px;
    padding-bottom: 15px;
}

.panorama-light {
    padding: 3rem;
}

.panorama-light h2 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--GrigioTesti);
}

.contactus {
    background-color: #EAE6E2;
    color: #867D5C;
    padding: 90px 0;
    text-align: center;
  }

.contactus p {
    font-size: 40px !important;
    margin-bottom: 40px;
}

.contactus a {
    color: #867D5C;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #867D5C;
    border-radius: 20px;
    padding: 12px 40px;
    margin: 0 20px;
  }

  .call-buttons {
    margin-top: 150px;
  }
  .call-buttons a {
    color: #867D5C;
    background-color: #EAE6E2;
    text-decoration: none;
    font-size: 14px;
    border-radius: 20px;
    padding: 12px 40px;
    margin: 0 10px;
  }

.cols-2 {
    gap: 3rem;
}

.cols-2 p {
    margin-bottom: 1rem;
}

.leed-certification {
    background-color: #fff;
    padding: 45px 0;
    color: #000;
}

.leed-certification p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.leed-certification h1 {
  font-weight: 600;
}

.leed-certification .container {
    max-width: 1670px;
}

.dark-text {
    color: #0F120D;
}

h1.dark-text-light {
  font-weight: 400 !important;
  font-size: 45px !important;
}

#place, #offices, #residential {
  color: var(--GrigioTesti);
}

.col-40 {
    flex: 0 0 40%;
    max-width: 40%;
}

.col-60 {
    flex: 0 0 60%;
    max-width: 60%;
}

.tower-info {
    padding: 2rem;
}

.tower-info .fs-25 {
    font-size: 25px;
    margin-top: 30px;
}

.tower-info p {
    margin-bottom: 0;
    font-size: 20px;
}

.brochure-btn {
  background-color: #EAE6E2;
  color: #867D5C;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  margin-left: 50px;
  width: 190px;
  text-align: center;
  padding: 12px 0;
}

.bg-white {
    background-color: #fff;
    padding: 3rem;
}

.bg-white h1 {
    color: var(--GrigioTesti);
}

.bg-white p {
    color: var(--GrigioTesti);
}

.bg-white .btn.light-btn {
  background-color: var(--VerdeProgetto);
  color: #fff;
}

.btn.light-btn-short {
  background-color: var(--SfondoProgetto);
  color: var(--VerdeProgetto);
  border-radius: 22.5px;
  font-size: 14px;
  line-height: 30px;
  margin-top: 24px;
  width: 155px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  font-weight: 500;
  gap: 8px;
}

.btn.light-btn-short {
  transition: all 0.3s ease;
}

.btn.light-btn-short svg {
  width: 16px;
  height: 16px;
}

.btn.light-btn-short:hover {
    background-color: var(--VerdeProgettoHover);
    color: var(--SfondoProgetto);
}

.pr-30 {
    padding-right: 30px;
}

#citypark {
  background-color: var(--VerdeProgetto);
}

.cols-2 {
    color: var(--GrigioTesti);
}

.cols-2 p {
    margin-top: 20px;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Ensure the section-2 left image keeps its intrinsic proportions and stable width */
#the_project_img {
  display: block;
  width: 100%;
  height: auto;
}

/* Lock 50/50 column widths on desktop to prevent image width shifts during sticky transitions */
@media (min-width: 768px) {
  #theproject .mob-rev {
    flex-wrap: nowrap;
  }
  #theproject .img1,
  #static-text-placeholder {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #theproject .img1 {
    position: relative;
  }
}

#theproject, #development {
    min-height: 500px;
}

/* #theproject .bg-img {
    background-image: url('../img/home-theproject.jpg');
}

#development .bg-img {
    background-image: url('../img/thedevelopment.jpg');
} */

#residential .bg-img {
  background-image: url(../img/idea-1.jpg);
  background-position-x: right;
  background-size: contain;
  position: relative;
}

.center-img {
  width: 50%;
  min-width: 120px;
  position: absolute;
   left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#residential {
  color: #867D5C;
}

#residential .bg-white p {
  color: #867D5C;
}

.padding-left {
  padding-left: 132px;
}

#showroom {
  background-color: var(--VerdeProgetto);
}

#showroom h3 {
  margin-bottom: 2rem;
}

#showroom .btn.light-btn-short {
  margin-right: 20px;
}
 .footer {
    background-color: #fff;
    color: var(--ColoreLogoHover);
    padding: 3rem 3rem 1rem;
    position: relative;
}

.footer p, .footer h5, .footer a {
    color: var(--ColoreLogoHover);
    font-size: 1.1rem;
    padding-right: 60px;
    margin-bottom: 0;
}

.footer a {
    text-decoration: none;
    display: block;
    line-height: 35px;
}

.footer svg {
  margin-right: 8px;
}

.footer img {
    width: 16rem;
}

.copyright {
    font-size: 12px;
    color: var(--ColoreLogoHover);
    margin-top: 45px;
}

.container-flex {
    display: flex;
    min-height: 100vh;
}

.container-flex svg {
    width: 380px;
}

.flex-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    position: relative;
}

.flex-box .container {
    max-width: 100%;
}

.flex-box:nth-child(1) {
    background-color: var(--SfondoProgetto);
    color: var(--GrigioTesti);
}

.flex-box:nth-child(2) {
    background-color: var(--VerdeProgetto);
    color: #fff;
}

.flex-box:nth-child(3) {
    background-color: #6F839A;
    color: #fff;
}

.border-top-bottom {
    border-top: 2px solid var(--GrigioTesti);
    border-bottom: 2px solid var(--GrigioTesti);
    padding: 1rem 0;
    margin: 2rem 0;
    width: 80rem;
}
.border-top-bottom-dark {
    border-top: 2px solid var(--SfondoProgetto);
    border-bottom: 2px solid var(--SfondoProgetto);
    padding: 1rem 0;
    margin: 2rem 0;
    width: 80rem;
}
.item-info-div {
  margin-left: 7rem;
}
.flex-box p {
    margin-bottom: 0.5rem;
}

body.overlays-active .tower-mask:hover,
body.overlays-active .building-mask:hover,
body.overlays-active .floor-mask:hover,
body.overlays-active .unit-mask:hover,
body.overlays-active .plan-unit-mask:hover {
    opacity: 0.1 !important;
}

body.overlays-active .tower-mask.hovered {
    opacity: 0.1 !important;
}

body.overlays-active .tower-mask,
body.overlays-active .building-mask,
body.overlays-active .floor-mask,
body.overlays-active .unit-mask,
body.overlays-active .plan-unit-mask {
    cursor: default !important;
    pointer-events: none !important;
}

.desktop-hide  {
  display: none;
}

#top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(20px);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#top:hover {
  transform: translateY(-5px) scale(1.05);
}

#top svg {
    transition: all 0.3s ease;
}

#top:hover svg g path[fill="#C19F89"] {
    fill: #867d5c !important;
}

#top:hover svg path[fill="white"] {
    fill: #ffffff !important;
}

#top:hover svg {
    filter: drop-shadow(0 2px 8px rgba(134, 125, 92, 0.3));
}
#top:hover svg path {
    transition: fill 0.3s ease;
}

#top:hover svg g path {
    fill: #867d5c !important;
    transition: fill 0.3s ease;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EAE6E2;
    z-index: 99999;
    padding: 20px;
    box-sizing: border-box;
}

.overlay #closeOverlayContact, .overlay #closeOverlay {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 100000;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.overlay #closeOverlayContact:hover, .overlay #closeOverlay:hover {
  transform: scale(1.1);
}

.overlay-logo {
  max-width: 450px;
  width: 100%;
  height: auto;
}

.overlay .fs-30 {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 40px;
  color: #867D5C;

}

.overlay > div:last-child {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

#search {
  background-color: #EAE6E2;
}

.fullscreen-menu .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-form-container {
    max-width: 710px;
    margin: 0 auto;
}

.search-form-container h2 {
  font-size: 45px !important;
  color: var(--GrigioTesti);
}

.search-btn {
  background-color: var(--VerdeProgetto);
  color: var(--SfondoProgetto);
  border: none;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 190px;
  height: 45px;
  margin-top: 30px;
}

.search-btn:hover {
  background-color: var(--VerdeProgettoHover);
}

.input-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.max-1000 {
  max-width: 1000px;
  color: #867D5C;
  margin-bottom: 50px;
}

.links a {
  font-weight: bold;
  color: #867D5C; 
  text-decoration: none; 
  margin-left: 15px;
  margin-bottom: 15px;
}

.links p {
  margin-bottom: 30px;
}

.range-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.range-value {
  position: absolute;
  left: 0;
  color: var(--GrigioTesti);
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  transform: translateX(-50%);
  pointer-events: none;
  top: 30px;
  line-height: 1;
}

input[type="range"] {
  width: 100%;
  height: 15px;
  border-radius: 22.5px;
  background: linear-gradient(to right, #4A4533 0%, #ddd 0%);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background 0.3s ease;
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: var(--VerdeProgetto, #4A4533);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
  border: none;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-radius: 3px;
}

input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--VerdeProgetto, #4A4533);
  cursor: pointer;
  border: none;
}

.play-button-close {
  display: none;
  position: fixed;
  left: 28px;
  top: 26px;
  z-index: 100;
  cursor: pointer;
}

#theproject,
#development,
#towerViews,
#panorama,
#citypark,
#selectTower,
#ararat-view,
#leed,
#rows-3,
#place,
#plus-of-the-project,
#thesquare,
#offices,
#residential,
#showroom,
#parking-spa,
#hover-img,
#towers-section,
#parking-gym-spa {
  scroll-margin-top: 93px;
}

.call-details a {
  color: #fff;
  text-decoration: none;
}

.back-button {
  position: fixed !important;
  top: 80px !important;
  left: 20px !important;
  border: none !important;
  border-radius: 50% !important;
  background-color: #867D5C !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.back-button svg {
  stroke: #ffffff !important;
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
}

.back-button {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-right: 14px !important;
}

.floor-plan-container .header {
  gap: 12px !important;
}

.floor-plan-title,
.unit-title {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 !important;
}

.back-button {
  display: inline-flex !important;
  vertical-align: middle !important;
}

.back-button {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
}

.floor-plan-container .header {
  gap: 6px !important;
}

.back-button {
  margin-bottom: 0 !important;
}

.carousel-block {
  background-color: #EAE6E2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
}
.img_slider {
  
  margin-top: 110px !important;
}

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

.carousel-block .slick-slide {
  margin: 0 20px;
}

.carousel-item img {
  width: 100%;
}

.carousel-item h3 {
  font-size: 24px !important;
  color: #867D5C;
  margin-bottom: 15px;
}

#hover-img {
  color: #867D5C;
}

#hover-img h3 {
  margin-left: 32px;
  line-height: 45px;
  font-size: 35px !important;
}

#hover-img p {
  line-height: 26px;
  margin: 8px 0 20px 32px;
  width: 50%;
  font-size: 16px;
}

.hover-list {
  list-style-type: none;
  width: 95%;
}

.hover-list li {
  border-bottom: 1px solid #867D5C;
  font-size: 30px;
  padding: 12px 0 6px;
  display: flex;
  justify-content: space-between;
  transition: ease-in 0.2s;
}

.hover-list li:hover {
  font-weight: bold;
  font-size: 40px;
}

.hover-arrow {
  transition: ease-in 0.4s;
  padding-right: 30px;
}

.hover-list li:hover .hover-arrow, .hover-list li.active .hover-arrow {
  transform: rotate(42deg);
  transition: ease-in 0.4s;
}

.hover-result {
  margin-left: 10px;
}
.hover-result img {
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}
.hover-result img.fade-out {
    opacity: 0;
}

#towers-section img {
  width: 100%;
  max-width: 670px;
}
#towers-section {
  padding: 3rem 8rem;
}

.info-towers {
  padding-left: 50px;
  color: #867D5C;
}

.fs-30 {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: bold;
}

.info-towers h4 {
  font-size: 50px;
  margin-bottom: 40px;
}

.mt-minus {
  margin-top: -120px;
  justify-content: end;
  padding-bottom: 80px;
}

.mt-minus .info-towers {
  width: 38%;
}

.request-form {
  width: 100%;
  max-width: 590px;
}

#overlay-request .overlay-logo {
  max-width: 200px;
}

#overlay-request .fs-30 {
  font-size: 25px;
  margin-bottom: 10px;
}

#overlay-request .max-1000 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.request-form label, .request-form input, .request-form textarea {
  display: block;
  width: 100%;
}

.request-form label {
  color: #867D5C;
}

.request-form input {
  background-color: unset;
  border: none;
  outline: none;
  padding: 12px;
  border-bottom: 1px solid #867D5C;
  border-radius: 6px;
  margin-bottom: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: none !important;
  transition: background-color 5000s ease-in-out 0s;
}

.request-form textarea {
  background-color: unset;
  border: none;
  outline: none;
  padding: 12px;
  border-bottom: 1px solid #867D5C;
  border-radius: 6px;
  margin-bottom: 14px;
  resize: none;
}

.request-form input::placeholder, .request-form textarea::placeholder {
  color: #b8b5aa;
}

#send-btn {
  background-color: #867D5C;
  padding: 8px 24px;
  border-radius: 10px;
  color: #EAE6E2;
  border: none;
  margin-top: 15px;
}

.hover-result {
  position: relative;
  width: 100%;
}
.map-block-img {
  opacity: 0;  
  position: absolute;
  width: 100%;
}

.map-block-img:nth-child(1) {
  opacity: 1;
}

.hover-list li.active {
  /* font-weight: bold; */
  font-size: 32px;
}

.change-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 80px;
  height: 100vh;
}

.maxw-750 {
  max-width: 750px;
  width: 100%;
}

.change-img:nth-child(1) {
  background-image: url('../img/parking-slot.jpg');
}

.change-img:nth-child(2) {
  background-image: url('../img/gym-spa.jpg');
}

.change-img h3 {
  font-size: 50px !important;
  color: #EAE6E2;
  margin-bottom: 30px;
  padding-top: 93px;
}

.change-img p {
  font-size: 30px;
  color: #EAE6E2;
  font-family: Noto-sans-light;
}

.change-img span {
  font-family: Noto-sans-bold;
}

.display-none-img, .tower-select-mobile {
  display: none;
}


.lg-center {
  justify-content: center;
  width: 56%;
}

.lg-center .hover-list {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 100px;
  width: 90%;
}

#residential h2 {
  font-size: 76px !important;
}