.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Google Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Google Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Google Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Google Sans";--e-global-typography-accent-font-weight:500;font-family:"Google Sans", Sans-serif;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{font-family:"Google Sans", Sans-serif;}.elementor-kit-9 h1{font-family:"Google Sans", Sans-serif;}.elementor-kit-9 h2{font-family:"Google Sans", Sans-serif;}.elementor-kit-9 h3{font-family:"Google Sans", Sans-serif;}.elementor-kit-9 h4{font-family:"Google Sans", Sans-serif;}.elementor-kit-9 h5{font-family:"Google Sans", Sans-serif;}.elementor-kit-9 h6{font-family:"Google Sans", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html{
	margin-top: 0 !important;
		 overflow-x: hidden !important;

}

#main-page-content .project-page, #main-page-content {
     margin-bottom: 0 !important;
}

#project-nav {
	display:none !important;
}

#hero-footer {
    display: none !important;
}

body {
	 font-family: 'Google Sans', sans-serif !important;
	 overflow-x: hidden !important;
}

footer {
	height: auto !important;
}

nav.elementor-nav-menu__container {
    background: transparent !important;
    background-color: transparent !important;
}

.primary-font-title {
    font-family: 'Google Sans', sans-serif !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

@media (min-width: 1025px) {
    .fullscreen-menu .flexnav > li > a {
        font-family: 'Google Sans', sans-serif;
        font-weight: 500;
        font-size: calc(1rem + 6vw);
        line-height: calc(1rem + 5.5vw);
        padding: 0 50px;
        -webkit-transition: all .1s ease-in-out 0s;
        transition: all .1s ease-in-out 0s;
        text-transform: lowercase;
	}}


/* BTN REVOLAT */
.btn-revolat .elementor-button, .elementor-field-type-submit .elementor-button {
  --button-radius: 0.75em;
  --button-color: #5eccbe;
  --button-outline-color: #000000;

  position: relative;
  display: inline-block;
  padding: 0;
  overflow: visible;

  font-size: 17px;
  font-weight: 700;

  border: none;
  border-radius: var(--button-radius);
  background: var(--button-outline-color);
  cursor: pointer;
}

.btn-revolat .elementor-button-content-wrapper, .elementor-field-type-submit .elementor-button-content-wrapper  {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;

  border: 2px solid var(--button-outline-color);
  border-radius: var(--button-radius);
  padding: 0.75em 1.5em;

  background: var(--button-color);
  color: var(--button-outline-color);

  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
}

.btn-revolat .elementor-button:hover .elementor-button-content-wrapper, .elementor-field-type-submit .elementor-button:hover .elementor-button-content-wrapper {
  transform: translateY(-0.33em);
}

.btn-revolat .elementor-button:active .elementor-button-content-wrapper, .elementor-field-type-submit .elementor-button:active .elementor-button-content-wrapper  {
  transform: translateY(0);
}

.btn-revolat .elementor-button-text,
.btn-revolat .elementor-button-icon, .elementor-field-type-submit .elementor-button-text, .elementor-field-type-submit .elementor-button-icon  {
  color: inherit;
}


/* FIX FOR CUSTOM HEADER */
.elementor-nav-menu .elementor-item {
    pointer-events: auto !important;
}

.e-n-menu-heading .e-n-menu-item{
	pointer-events: auto !important;
}


header.elementor-location-header {
    background-color: transparent !important;
    transition: background-color 0.4s ease;
}

header.elementor-location-header.scrolled {
    background-color: #5eccbe !important;
}


/* FIX ELEMENTOR FORM */
.elementor-field-option{
	display: flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
}

.elementor-acceptance-field{
	width: 1rem;
}

textarea {
    height: auto;
    margin-bottom: 0;
}

#share {
    display: none;
}

.button-wrap {
    display: none;
}


/* NEW BUTTON REVOLAT */

.animated-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
      font-family: "Google Sans", Sans-serif;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #5ECCBE;
  box-shadow: 0 0 0 2px #5ECCBE;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #5ECCBE;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
  right: 16px;
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #5ECCBE;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: white;
  border-radius: 50px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 16px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: white;
}

.animated-button:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px white;
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* ============================= */
.animated-button-alt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Google Sans", Sans-serif;
  padding: 16px 36px;
  border: 4px solid;
  border-color: transparent;
  font-size: 16px;
  background-color: inherit;
  border-radius: 100px;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-alt svg {
  position: absolute;
  width: 24px;
  fill: #fff;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-alt .arr-1 {
  right: 16px;
}

.animated-button-alt .arr-2 {
  left: -25%;
}

.animated-button-alt .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-alt .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button-alt:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #5ECCBE;
  border-radius: 50px;
}

.animated-button-alt:hover .arr-1 {
  right: -25%;
}

.animated-button-alt:hover .arr-2 {
  left: 16px;
}

.animated-button-alt:hover .text {
  transform: translateX(12px);
}

.animated-button-alt:hover svg {
  fill: #5ECCBE;
}

.animated-button-alt:active {
  scale: 0.95;
  box-shadow: 0 0 0 4px white;
}

.animated-button-alt:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

/* HERO IMG MOBILE */

@media (max-width: 1024px) {
    #hero-bg-image {
        background-position: -70% center !important;   
    }

}

@media (max-width: 767px) {
    #hero-bg-image {
        background-position: -60% center !important;   
    }

}

.hero-title {
    font-size: calc(1rem + 22.15vw);
}


/* TITOLO HERO */
@media only screen and (max-width: 1537px) {
    .hero-title {
        font-size: calc(1rem + 15vw);
        line-height: calc(1rem + 20.5vw);
    }
}


@media only screen and (max-width: 767px) {
   #hero-bg-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Google Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://revolat.it/wp-content/uploads/2026/07/GoogleSans-VariableFont_GRADopszwght.ttf') format('truetype');
}
@font-face {
	font-family: 'Google Sans';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://revolat.it/wp-content/uploads/2026/07/GoogleSans-SemiBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */