* {
  box-sizing: border-box;
}

html,
body {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  height: 100%;
}

body.noscroll {
  overflow-y: hidden !important;
}

.page {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.link_underline {
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.link_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}
.link_underline:hover {
  color: inherit;
}
.link_underline:hover::after {
  width: 0;
}

.section-title.text-up h2 {
  text-transform: none;
  font-size: 62px;
  font-weight: 400;
  letter-spacing: -1px;
}
.section-title img.icon_title {
  display: none;
  border-radius: 0px;
  width: 20px;
  height: 20px;
}

p strong {
  color: #171717;
}

.page-template-page-abitazioni .hero-area-content .section-title h1,
.page-template-page-settori .hero-area-content .section-title h1 {
  line-height: 80px;
  max-width: 65%;
}

.page-template-page-detail-lotto .section-title h2 {
  font-weight: 500;
}

.parallax-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  will-change: transform;
  min-width: 100%;
  min-height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-area .header-top-wrap {
  background: #000;
  color: #ffffff;
  padding: 0.5rem 1rem;
}
.header-area .header-top-wrap .container {
  background: #000;
}
.header-area .header-top-wrap .header-top {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}
.header-area .header-top-wrap .header-top .menu-top ul {
  display: flex;
  align-items: center;
}
.header-area .header-top-wrap .header-top .menu-top ul li::after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
  color: #ccc;
}
.header-area .header-top-wrap .header-top .menu-top ul li:last-child::after {
  content: "";
}
.header-area .header-top-wrap .header-top .menu-top ul li.active a {
  color: #ffffff;
}
.header-area .header-top-wrap .header-top .menu-top ul li a {
  text-transform: uppercase;
  color: #ccc;
  font-size: 0.75rem;
}
.header-area .header-top-wrap .header-top .menu-top ul li a:hover {
  color: #ffffff;
}
.header-area .header-top-wrap .header-top .social-area a i {
  color: #ccc;
  font-size: 0.8rem;
}
.header-area .header-top-wrap .header-top .social-area a:hover i {
  color: #ffffff;
}
.header-area .logo img {
  height: 75px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .header-area .logo img {
    margin-left: 10px;
  }
}
.header-area .main-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-area .main-menu ul > li:last-child {
  margin-right: 0;
}
.header-area .main-menu ul > li a.active {
  padding-left: 20px;
}
.header-area .main-menu .menu_button::before {
  display: none;
}
.header-area .main-menu .menu_button.active a {
  color: #000;
}
.header-area .main-menu .menu_button a {
  border: 2px solid #171717;
  padding: 0.5rem 1rem;
}
.header-area .main-menu .menu_button a:hover {
  border: 2px solid #171717;
  background: #171717;
  color: #ffffff;
}
.header-area .main-menu .menu_button a::before {
  display: none;
}
.header-area.absolute-header .menu_button a {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.header-area.absolute-header .menu_button.active a {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #000;
}
.header-area .menu-item-has-children.active :before {
  display: none;
}
.header-area .sub-menu .navlink::before {
  display: none;
}

.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
  opacity: 0.7;
}
.homepage-slides .hero-area-content {
  padding-left: 15px !important;
}
.homepage-slides .hero-area-content p {
  font-size: 1.5rem;
  font-weight: 300;
}
.homepage-slides .single-slide-item {
  height: 90vh !important;
  background-position: bottom !important;
}
.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  color: #ffffff;
}

.about-content-wrapper {
  padding-left: 0px;
  padding-right: 60px;
}

.hero-img-wrap {
  position: relative;
  overflow: hidden;
}
.hero-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 1;
}
.hero-img-wrap .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 1rem;
}
.hero-img-wrap .hero-content .hero-title {
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.hero-img-wrap .hero-content .hero-subtitle {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.hero-img-wrap.hero-boxed .hero-content {
  width: 1230px;
  max-width: 100%;
}

.xlam-section .hero-img-wrap {
  max-height: 700px;
}
.xlam-section .cp-custom-accordion .accordion-buttons {
  background-color: transparent;
  color: #ffffff;
  border-bottom: 1px solid #eee;
}
.xlam-section .cp-custom-accordion .accordion-buttons::after {
  color: #ffffff;
}
.xlam-section .cp-custom-accordion .accordion-body {
  background-color: transparent;
  color: #eee;
  text-align: left;
  padding: 20px 0;
  padding-left: 20px;
}

.home .feature_slider_wrap {
  overflow-x: hidden;
}

#industrial .single-process-wrap {
  margin-bottom: 90px;
}

.warranty-section .container {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 5rem 0;
}
.warranty-section .container p {
  max-width: 58%;
  margin: 2rem auto;
}

#service-2.service-section .cp-custom-accordion {
  padding-left: 0px;
}
#service-2.service-section .cp-custom-accordion .accordion-buttons {
  text-transform: none;
  padding: 30px 0;
}
#service-2.service-section .cp-custom-accordion .accordion-body {
  padding-left: 0px;
}
#service-2.service-section .cp-custom-accordion .link_underline {
  color: #000;
}

.single-blog-item .blog-bg a {
  width: 100%;
}
.single-blog-item .blog-bg a img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-featured-img img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0 !important;
}

.single-price-item {
  min-height: auto;
}

#service_page h1.first_line {
  padding-left: 0px;
}

.lotti-slides .single-slide-item {
  height: 90vh !important;
  background-position: bottom !important;
}
.lotti-slides .hero-area-content {
  padding-left: 15px !important;
}
.lotti-slides .hero-area-content p {
  font-size: 1.5rem;
  font-weight: 300;
}

.single-project-box {
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  position: relative;
}
.single-project-box:hover {
  border: 1px solid #000;
}
.single-project-box:hover .award-icon {
  color: #ddd;
  background: #000;
}
.single-project-box.sold_property {
  opacity: 0.5;
}
.single-project-box .project-title {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  padding-left: 0px !important;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  padding-left: 0px !important;
}
.single-project-box .project-title:before {
  display: none;
}
.single-project-box .project-title h3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 2rem !important;
  font-weight: 500;
}
.single-project-box .project-title h6 {
  letter-spacing: 1px !important;
  font-weight: 400;
}
.single-project-box .project-title .award-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease;
}
.single-project-box .project-title .availability {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #000;
  line-height: 1.3;
}
.single-project-box .project-title .availability.available span {
  color: #1da33b;
}
.single-project-box .project-title .availability.available strong {
  color: #1da33b;
}
.single-project-box .project-title .availability.sold span {
  color: #721c24;
}
.single-project-box .project-title .availability.sold strong {
  color: #721c24;
}
.single-project-box .project-title .lotto-status {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  display: inline-block;
  padding: 4px 0;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: left;
}
.single-project-box .project-title .lotto-status.available {
  border-bottom: 2px solid #d4edda;
}
.single-project-box .project-title .lotto-status.sold {
  border-bottom: 2px solid #f8d7da;
}
.single-project-box .project-title .lotto-status2 {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  padding: 4px 15px;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
}
.single-project-box .project-title .lotto-status2.available {
  background: #1da33b;
}
.single-project-box .project-title .lotto-status2.sold {
  background: #721c24;
}
.single-project-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.project-details-wrap .text-success {
  color: #1da33b !important;
}
.project-details-wrap .text-danger {
  color: #721c24 !important;
}
.project-details-wrap .project-brief-wrap {
  display: none;
}
.project-details-wrap .project-head h5 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.project-details-wrap .project-details-info {
  padding: 10px 0;
}
.project-details-wrap .project-details-info .single-info {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.project-details-wrap .project-details-info .single-info h4 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}
.project-details-wrap .project-details-info .single-info p {
  text-transform: uppercase;
  font-size: 14px;
}
.project-details-wrap .project-desc {
  text-align: start;
  padding: 1rem 0;
}
.project-details-wrap .project-desc p {
  font-size: 1.2rem;
  line-height: 1.2;
}
.project-details-wrap .project-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.5rem;
}
.project-details-wrap .project-footer p {
  margin-bottom: 0;
}
.render-lotto-slider .single-project-item.bg-cover {
  height: 160px;
}

.sell-section h2 {
  display: block !important;
}
.sell-section .download_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.sell-section .download_wrap h6 a {
  color: #1d1e21;
  font-weight: 500;
}

.project-bg {
  background-image: none !important;
}

.single-project-item {
  border-bottom: none;
}
.single-project-item:hover {
  border-bottom: none;
}
.single-project-item.bg-cover {
  height: 300px;
}

@media screen and (max-width: 1024px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}
/* ADDING */
#price_page .hero-area-content p {
  padding-left: 0;
  margin-top: 0;
}

.single-service-item {
  margin-bottom: 30px;
}

.single-service-item .service-content {
  border: 1px solid #ddd;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}

.single-service-item .service-content h4 {
  text-align: center;
}

.single-service-item .service-content h2 {
  font-weight: 700;
  text-align: center;
}

.single-service-item .service-content p {
  text-align: center;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none !important;
}

.mfp-gallery figcaption {
  border-bottom: none;
  padding: 0;
}

.comments-form .wpcf7-form p {
  margin-bottom: 15px;
}
.comments-form .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  display: block;
}
.comments-form .wpcf7-form input[type=text],
.comments-form .wpcf7-form input[type=email],
.comments-form .wpcf7-form textarea,
.comments-form .wpcf7-form select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color 0.3s;
  background: #fff;
}
.comments-form .wpcf7-form input[type=text]:focus,
.comments-form .wpcf7-form input[type=email]:focus,
.comments-form .wpcf7-form textarea:focus,
.comments-form .wpcf7-form select:focus {
  border-color: #333;
}
.comments-form .wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
  margin-top: 5px;
}
.comments-form .wpcf7-form .nice-select {
  width: 100%;
  height: auto;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.5;
  margin-bottom: 30px;
}
.comments-form .wpcf7-form .nice-select:after {
  right: 15px;
}
.comments-form .wpcf7-form .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.comments-form .wpcf7-form input[type=submit] {
  background: #171717;
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s;
}
.comments-form .wpcf7-form input[type=submit]:hover {
  background: #333;
}
/*# sourceMappingURL=custom.css.map */
