/*
Theme Name: Theme by NetEnjoy
Author: NetEnjoy
Author URI: https://netenjoy.it/
Description: Tema Custom
Version: 1.0.3
*/

/* Bootstrap */
/* @media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 1020px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1440px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1620px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1800px;
    }
} */

/* Variables */

:root {
    --primary: #25292f;
    --secondary: #d6b469;
    --black: #000;
    --gray: #666666
}

/* General */
body {
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991.98px) {
    .gap-8 {
        gap: 80px;
    }
}

p{
    color: var(--gray);
}

/* HEADER */
#header {
    padding: 25px 0px;
    transition: 0.5s;
    position: fixed;
    z-index: 4;
    width: 100%;
}

#header.h-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--primary);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 9;
}

/* LOGO BIANCO ON SCROLL */
.h-fixed img.custom-logo {
    filter: invert(1);
}
.page-id-162 #header {
  background-color: var(--primary);
  padding: 20px 15px 22px 0px !important;
}


#header.h-fixed.remove-shadow {
    box-shadow: 0 0 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, .1);
}

.offcanvas-header img {
  max-width: 120px;
  height: auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo img {
    width: 24%;
    height: auto;
}

ul#menu-header-menu {
    all: unset;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 40px;
}

ul#menu-header-menu li a {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
}

ul#menu-header-menu li a:hover {
    color: var(--secondary);
}

ul#menu-header-menu li a:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color:#fff;
}

ul#menu-header-menu li.current-menu-item a {
    color: v#fff;
}

ul#menu-header-menu li.current-menu-item a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

.hamburger {
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    display: block;
    transition: 0.3s;
}


/* Menu Mobile */
.offcanvas-end {
    width: max-content;
}

ul#menu-header-menu-1 {
    all: unset;
    list-style-type: none;
}

ul#menu-header-menu-1 li {
    margin-bottom: 20px;
}

ul#menu-header-menu-1 li a {
    font-size: 24px;
    font-weight: 500;
    color: var(--gray);
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}

ul#menu-header-menu-1 li a:hover {
    color: #d6b469;
}

ul#menu-header-menu-1 li a:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--black);
}

ul#menu-header-menu-1 li.current-menu-item a {
    color: var(--black);
}

ul#menu-header-menu-1 li.current-menu-item a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--black);
}

.offcanvas-footer {
    padding: 1rem 1rem;
}

/* Animazione */
.hamburger.open .line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.hamburger.open .line:nth-child(2) {
    opacity: 0;
}

.hamburger.open .line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

#main{
    background-color: #fff;
    z-index: 3;
    position: relative;
}

.block-about-us {
    padding-top: 73px;
    padding-bottom: 40px;
}

.heading-title {
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 50px;
    color: var(--black)
}

.title-hero-slide h2 {
    font-size: 72px;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: normal;
    color: #fff;
    margin-top: 30px;
}

/* PROJECT PAGE */

.pd-top {
    padding-top: 80px;
}

.post-img {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	position: fixed;
}


.post-img img {
	width: 100%;
	margin-bottom: -1px;
}
.post-details {
	width: 100%;
}
.post-details .post-info li a,
.post-details .post-info li span {
	font-size: 12px;
}
.post-details .post-info {
	margin-bottom: 15px; 
	margin-left: 0;
	padding: 0;
}
.post-details > h3 {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	text-transform: capitalize;
	line-height: 28px;
}

.post .post-details > h3 a {
	color: var(--black);
    text-decoration: none;
}

.post:hover .post-details > h3 a {
	color: var(--secondary);
}
.post-details > h3 a:hover {
	color: var(--secondary);
}
.post-details > a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
    text-decoration: none;
    color: var(--black);
}
.post-details > a:hover,
.post-details > a:hover i {
	color: var(--secondary);
}
.post-details > a i {
	color: #999999;
	padding-left: 10px;
	font-size: 20px;
	position: relative;
	top: 2px;
}


/* GALLERY */

section.img-gallery-magnific {
    padding-top: 6.75rem;
	padding-bottom: 6.7rem;
}

/* .img-gallery-magnific .title h2 {
    font-family: 'Centra No2';
    font-size: 6.875rem;
    line-height: 6.25rem;
    font-weight: 600;
    color: var(--green);
    margin-bottom: 4.563rem;
	text-align:center
} */

.magnific-img img {
    object-fit: cover;
    aspect-ratio: 1/1;
    width:100%;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    aspect-ratio: 1/1;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.page-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10000;
}

.page-popup.active {
    pointer-events: auto;
}

.page-popup > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.page-popup.active > .overlay,
.page-popup.active > .page-popup-wrap {
    opacity: 1;
}

.page-popup > .page-popup-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    border-radius: 14px;
    padding: 40px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    max-width: 600px;
    width: 100%;
}

.page-popup.site-popup > .page-popup-wrap {
    max-width: 700px;
}

.page-popup-content,
.page-popup-content h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 100;
}

.page-popup-content h3 {
    font-size: 50px;
    line-height: 56px;
}

.page-popup-content h4 {
    font-weight: 100;
    margin: 20px 0;
}

.page-popup-content li {
    margin-bottom: 10px;
}

.page-popup.site-popup .cta {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 72px;
}

.page-popup-cta-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

.page-popup .cta {
    background-color: rgb(214, 180, 105);
    padding: 12px 24px;
    color: #FFF;
    font-weight: 400;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
    text-decoration-line: none;
    white-space: nowrap;
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 18px;
    line-height: 24px;
}

.page-popup p {
    margin-bottom: 0;
}

.page-popup .page-popup-header {
    position: relative;
}

.page-popup .popup-close-button {
    background-color: rgba(0, 0, 0, .95);
    text-decoration-line: none;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: #FFF;
    padding: 4px 8px;
    border-radius: 24px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-84px);
    transition: background-color .2s ease-in-out;
}

.page-popup .popup-close-button:hover {
    background-color: rgba(214, 180, 105, .95);
}

.page-popup .popup-close-button svg {
    width: 11px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.contact-form-sec {
      margin-bottom: 60px;
  }

#footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    border: 0px solid #fff;
    border-top: 0;
    -webkit-transition: border .3s ease,padding .3s ease;
    -moz-transition: border .3s ease,padding .3s ease;
    -ms-transition: border .3s ease,padding .3s ease;
    -o-transition: border .3s ease,padding .3s ease;
    transition: border .3s ease,padding .3s ease;
}


.footer-data {
    width: 100%;
    background-color: var(--secondary);
    padding: 250px 0 70px 0;
    text-align: center;
}

.ft-contact-info {
    margin-bottom: 200px;
}

.ft-contact-info h6 {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ft-contact-info h1 {
    color: #000000;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.ft-contact-info h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.social-copyright ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    list-style: none;
}

.social-copyright ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

.copyright-text p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
}


@media (max-width:1024) {
  .pd-top{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .two-columns-subtitle {
    font-size: 44px;
  }

  .nav-item {
    font-size: 19px;
    line-height: 26px;
  }

}

@media (max-width: 1023px) {
    .mdx-mw-100 {
        width: 100% !important;
    }
}

@media (max-width:768px) {

  .ft-contact-info h1{
    font-size: 25px;
  }

  .ft-contact-info h3 {
    font-size: 17px;
  }

  .sliderHeroImagesProjects .swiper-slide.slide-content{
    background-size: cover;
    height: 306px;
  }

  .title-hero-slide h2{
    font-size: 45px;
    line-height: 45px;
  }

  .social-copyright ul{
    padding-left: 0;
  }
  
  .page-popup-content h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .page-popup > .page-popup-wrap {
        padding: 20px;
        width: 90%;
    }

}
