/*
Theme Name: Due Ci  
Author: Gianluca Tuscano
Author URI: https://skriba.it
Description: Due Ci theme from Skriba
Version: 5.0
*/

:root {
  --darkgray: #2F3634;
  --gray: #464545;
  --lightgray: #CBCCCB;
  --teal: #00A19A;
}

@font-face {
  font-family: "Roboto";
  src: url(./font/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url(./font/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "BigShoulders";
  src: url(./font/BigShouldersDisplay-Bold.ttf) format("truetype");
  font-weight: 700;
}

html {
  margin: 0;
  padding: 0;
  font-size: 18px;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  background-color: white;
  position: relative;
  color: white;
  font-weight: 500;
}

body p:empty:before {
  content: none;
}

body p:empty {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: 'BigShoulders', sans-serif;
}

h1 {
  font-weight: 600;
  font-size: calc(2.3rem + 2vw);
  text-transform: uppercase;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
}

h3 {}

h4 {
  text-align: center;
  text-transform: uppercase;
}

a {
  color: var(--teal);
  text-decoration: none;
}

a:hover {
  font-weight: 800;
}

a:focus,
a:hover {
  text-decoration: none;
}

span.wpcf7-list-item {
  margin: 0;
}

div.wpcf7 {
  text-align: center;
}

label.accetta {
  font-family: 'BigShoulders';
  font-weight: 400;
  color: white;
  font-size: 0.9rem;
}

label.accetta a {
  color: var(--teal);
}

label.accetta a:hover {}

input:focus,
textarea:focus {
  outline-offset: 0;
  outline: 0;
}

.preloader {
  background-color: white;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000000;
  bottom: 0;
  left: 0;
}

.preloader.out {
  height: 0;
  width: 0;
  -webkit-transition: height cubic-bezier(.29, .78, .31, .95) .5s, bottom ease-in 0.3s;
  -o-transition: height cubic-bezier(.29, .78, .31, .95) 0.5s, bottom ease-in 0.3s;
  transition: height cubic-bezier(.29, .78, .31, .95) 0.5s, bottom ease-in 0.3s;
}

.standard .content {
  padding-top: 50px;
  padding-bottom: 80px;
}

.standard .content h2,
.standard .content h3,
.standard .content h4 {
  text-align: inherit;
  text-transform: inherit;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* buttòn */

button.n1 {
  border: 1px solid #64dd17;
  color: white;
  border-radius: 20px;
  background: none;
  text-transform: uppercase;
  padding: 8px 15px;
  position: absolute;
  line-height: 0.8rem;
  font-weight: 600;
  font-size: 0.9rem;
  right: 0;
  bottom: 50%;
  transform: translateY(100%);
}

/* form */

.parlaci {
  margin-top: 100px;
  margin-bottom: 100px;
}

p.parlaci {
  color: #64dd17;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.3rem;
  margin-bottom: 30px;
}

label {
  font-family: 'BigShoulders', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: lowercase;
  color: #706f6f;
  width: 100%;
}

input {
  max-width: 100%;
  font-size: 0.9rem;
  font-family: 'BigShoulders', sans-serif;
  padding: 8px 15px;
  margin-bottom: 25px;
  background-color: white;
  color: var(--gray);
  width: 100%;
  border: 0;
}

textarea {
  width: 100%;
  font-size: 0.9rem;
  font-family: 'BigShoulders', sans-serif;
  padding: 20px;
  background-color: white;
  color: var(--gray);
  border: 0;
}

input[type=checkbox] {
  width: auto;
}

input[type=submit] {
  background-color: var(--teal);
  color: white;
  font-weight: 600;
  font-size: 0.8rem;
  float: right;
  text-transform: lowercase;
  padding: 8px 15px;
  margin-top: 0;
  font-family: 'BigShoulders', sans-serif;
  width: fit-content;
  border: 0;
}

.flexslider {
  border: 0;
}

/* colours */

.white {
  background-color: white;
  color: black;
}

.black {
  background-color: black;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

.flex-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

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

.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.evidenza {
  width: 100%;
  height: 30vw;
}

.clearfix {
  clear: both;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.relative {
  position: relative;
}

.main {
  padding-top: 100px;
  overflow: hidden;
}

.loop {
  margin-top: 150px;
  margin-bottom: 150px;
}

/* Menu icon css */

#nav-icon1 {
  width: 35px;
  height: 25px;
  position: relative;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  top: 6px;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: var(--teal);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  right: 20px;
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 10px;
}

#nav-icon1 span:nth-child(3) {
  top: 20px;
}

#nav-icon1.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

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

/* header */

.top {
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 3px 8px var(--gray);
}

.top.scroll {
  background-color: var(--gray);
}

.top.scroll svg .st1 {
  fill: white;
}

.logo-top-head {
  max-width: 210px;
}

.header-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* menu */

.main-menu a {
  color: var(--gray);
  font-size: 1.1rem;
  text-transform: lowercase;
  font-family: 'BigShoulders', sans-serif;
  font-weight: 700;
  position: relative;
}

.main-menu>a:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: calc(-100% - 10px);
  height: 4px;
  width: 100%;
  background: var(--teal);
}

.top.scroll .main-menu .current-menu-item a,
.main-menu .current-menu-item a {
  color: var(--teal);
}

.top.scroll .main-menu a:hover,
.main-menu a:hover {
  color: var(--teal);
}

.top.scroll .main-menu a {
  color: white;
}

.top.scroll .main-menu .sub-menu .current-menu-item a,
.main-menu .sub-menu .current-menu-item a,
.top.scroll .main-menu .sub-menu a:hover {
  color: white;
}

.menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 70px;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-end: 0;
  margin-block-start: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu li:not(:last-child) {
  margin-right: 4vw;
}

.menu-mobile {
  display: none;
}

.menu .sub-menu {
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 300px;
  padding: 30px;
  max-width: 1320px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.menu .sub-menu:after {
  width: 100vw;
  height: 100%;
  content: '';
  display: block;
  background-color: var(--gray);
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.menu .sub-menu a {
  color: white;
  position: relative;
  display: flex;
  height: 250px;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: end;
  padding: 15px;
}

.menu .sub-menu a:hover {
  color: white;
}

.sf-arrows .sf-with-ul {
  padding: 0;
}

.menu .sub-menu .img-menu {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

nav.menu-contain {
  height: 100%;
}

.menu .sub-menu .menu-item {
  width: 33%;
  position: relative;
}

.menu .sub-menu .menu-item .img-menu:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, var(--teal), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.sf-arrows .sf-with-ul:after {
  display: none;
}

/* home */

.slider {
  height: 50vw;
  min-height: 400px;
  max-height: 70vh;
}

.slider .slide-wrap,
.slider .flexslider,
.slider .flex-viewport,
.slider .slides {
  height: 100%;
}

.slider .slides .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.slider .slide-caption {
  background-color: rgba(70, 69, 69, 0.6);
  padding-top: 30px;
  padding-bottom: calc(60px + 2vw);
  position: absolute;
  width: calc(100vw - 15px);
  bottom: 0;
}

.slide .cap {
  text-transform: lowercase;
  font-family: 'BigShoulders', sans-serif;
  font-weight: 700;
  font-size: calc(2rem + 1vw);
  color: white;
  line-height: calc(2.3rem + 1vw);
}

.flex-direction-nav {
  position: absolute;
  width: 120px;
  bottom: 0;
  height: 80px;
  z-index: 10;
  right: calc(80% - 3vw);
}

.flex-direction-nav a {
  display: block;
  opacity: 1;
  text-shadow: none;
  margin: -20px 10px 0;
  text-shadow: none;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav a:before {
  text-shadow: none;
  content: '';
  background: url(./images/svg/freccia-dueci.svg);
  height: 40px;
  width: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-direction-nav a.flex-prev:before {
  content: '';
  transform: rotate(180deg);
}

.flex-direction-nav a.flex-next:before {
  content: '';
}

.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
  opacity: 1;
}

.home .cosa {
  position: relative;
  padding-top: 100px;
  padding-bottom: 20px;
  z-index: 1;
}

.home .cosa:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  background-image: url(./images/svg/pattern-porte.svg);
  height: 400px;
  width: 200%;
  background-size: 60px;
  background-repeat: repeat;
  background-position: bottom;
  z-index: -1;
}

.home .cosa-loop {
  position: relative;
  margin-bottom: 150px;
}

.home .cosa-loop:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 5%;
  left: 15%;
  width: 80vw;
  height: 350px;
  background: var(--gray);
}

.home h2 {
  color: var(--teal);
  text-transform: lowercase;
  margin-bottom: 35px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--gray);
  font-size: calc(1.9rem + 2vw);
}

.home .cosa .cat-image {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.home .cosa .cat-image .link {
  height: 45%;
  width: 100%;
  color: white;
  font-size: 1.7rem;
  background: linear-gradient(0deg, var(--teal), transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
  display: flex;
  align-items: end;
  font-family: 'BigShoulders', sans-serif;
}

.home .cosa .cat-image .link span {
  display: block;
  text-transform: lowercase;
}

.home .cosa .cat-image .link:after {
  content: '';
  display: block;
  background: url(./images/svg/freccia-dueci.svg);
  height: 40px;
  width: 40px;
  position: absolute;
  right: 30px;
  bottom: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.loop-realizzazioni {
  margin-bottom: 80px;
}

.loop-realizzazioni .heading {
  padding-top: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--darkgray);
  padding-bottom: 0;
  justify-content: space-between;
}

.loop-realizzazioni .heading h2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.loop-realizzazioni .heading a {
  display: block;
}

.loop-realizzazioni .heading a button {
  background-color: var(--teal);
  color: white;
  padding: 10px 56px 10px 12px;
  font-weight: 600;
  border: 0;
  font-family: 'BigShoulders', sans-serif;
  position: relative;
}

.loop-realizzazioni .heading a button span {
  content: '';
  display: block;
  background: url(./images/svg/freccia-dueci-verde.svg);
  background-color: white;
  height: 47px;
  width: 47px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.loop-realizzazioni .scheda-realizzazione {
  height: 270px;
  position: relative;
  margin-bottom: 40px;
}

.loop-realizzazioni .scheda-realizzazione .title-realizzazione {
  color: white;
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 30px;
  opacity: 0;
}

.loop-realizzazioni .foto-realizzazione:hover:before {
  content: '';
  display: block;
  background: linear-gradient(0deg, var(--gray), transparent);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.loop-realizzazioni .scheda-realizzazione .title-realizzazione h4 {
  text-transform: lowercase;
  font-size: 1.5rem;
  text-align: left;
}

.loop-realizzazioni .scheda-realizzazione .title-realizzazione span {
  text-transform: uppercase;
  font-size: 0.8rem;
}

.loop-realizzazioni .foto-realizzazione:hover:after {
  content: '';
  display: block;
  background: url(./images/svg/freccia-dueci.svg);
  height: 40px;
  width: 40px;
  position: absolute;
  right: 30px;
  bottom: 15%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.loop-realizzazioni .scheda-realizzazione:hover .title-realizzazione {
  opacity: 1;
}

.loop-realizzazioni .foto-realizzazione {
  height: 100%;
  width: 100%;
}

/* azienda */

.azienda .head-content {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 150px;
}

.azienda .head-content:before {
  content: '';
  display: block;
  height: 400px;
  width: 100%;
  background: #E5F5F5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.head-content .background-azienda {
  height: 500px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.azienda .head-content h1 {
  color: var(--teal);
  text-transform: lowercase;
  font-weight: 600;
  font-size: 3.3rem;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.azienda .head-content h1:before {
  display: block;
  content: '';
  position: absolute;
  right: 10%;
  top: -20%;
  background: url(./images/svg/porta-azienda-dueci.svg);
  height: 440px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
}

.azienda .head-content .desc-head {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}

.azienda .head-content .desc-head:before {
  content: '';
  display: block;
  height: 3px;
  width: 80px;
  background: var(--teal);
  position: absolute;
  top: 55px;
  left: 0;
}

.azienda .head-content .desc-head:after {
  content: '';
  display: block;
  background: var(--gray);
  height: 300px;
  width: 300%;
  right: -70%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.azienda .main-content {
  padding-bottom: 250px;
  position: relative;
}

.azienda .main-content .unicmi {
  background-color: #E5F5F5;
  color: var(--gray);
  display: inline-flex;
  align-items: center;
  padding: 50px;
  position: absolute;
  left: 60%;
  width: 30vw;
  z-index: 2;
  bottom: 150px;
}

.azienda .main-content .unicmi span {
  display: block;
  position: relative;
  margin-top: 40px;
  padding-right: 30px;
}

.azienda .main-content .unicmi span:before {
  display: block;
  content: '';
  background-color: var(--teal);
  height: 4px;
  width: 50px;
  top: -20px;
  left: 0;
  position: absolute;
}

.azienda .main-content .unicmi .logo-unicmi {
  height: 100px;
  width: 160px;
}

.azienda .content {
  position: relative;
  padding: 50px 110px 50px 0px;
  z-index: 1;
  font-weight: 400;
  font-size: 1.2rem;
}

.azienda .content:before {
  content: '';
  display: block;
  background: var(--teal);
  height: 100%;
  width: 150%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -1;
}

.azienda .carousel-servizi {
  background-color: var(--gray);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.azienda .carousel-servizi:before {
  display: block;
  content: '';
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  background: url(./images/svg/logo-black.svg);
  height: 80%;
  width: 25%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.azienda .background-slide {
  height: 450px;
  width: 100%;
}

.azienda .flexslider {
  background: transparent;
  margin-bottom: 100px;
}

.azienda .flexslider .caption-main {
  background-color: #323232;
  padding: 10px 20px;
  color: white;
  text-transform: lowercase;
  font-family: 'BigShoulders', sans-serif;
  font-size: 1.3rem;
  width: fit-content;
  border-bottom: 3px solid white;
  margin: 0 auto;
}

.azienda #car li {
  max-width: 250px;
}

.azienda #car ul {
  max-width: fit-content;
  margin: auto;
}

.azienda #car .flex-active-slide .caption-main {
  color: var(--teal);
  border-color: var(--teal);
}

.azienda .flexslider .caption-main:hover {
  border-bottom: 3px solid var(--teal);
  color: var(--teal);
}

.azienda .flexslider .desc p {
  font-weight: 500;
}

.azienda .flexslider .desc h4 {
  text-align: inherit;
  color: var(--teal);
  font-size: 2.7rem;
  text-transform: lowercase;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 50px;
}

/* cosafacciamo */

.heading-cosa {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
  margin-bottom: 450px;
  background-color: var(--teal);
}

.heading-cosa h1 {
  text-transform: lowercase;
}

.heading-cosa:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -60px;
  left: -15px;
  height: 100px;
  width: 100%;
  background-image: url(./images/svg/righette-dueci.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.heading-cosa:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -85%;
  left: 0;
  background-image: url(./images/svg/pattern-porte.svg);
  height: 400px;
  width: 200%;
  background-size: 70px;
  background-repeat: repeat;
  background-position: bottom;
  z-index: -1;
}

.heading-cosa .the-title {
  position: relative;
  z-index: 1;
}

.heading-cosa .the-title:after {
  display: block;
  content: '';
  position: absolute;
  right: 50%;
  top: -100%;
  background: url(./images/svg/logo-green.svg);
  height: 350px;
  width: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  z-index: -1;
}

.heading-cosa .img-cosa {
  height: 550px;
  width: 160%;
  position: absolute;
  top: -150px;
  left: 0;
}

.heading-cosa .img-cont {
  position: relative;
}

.cosa .loop-servizi {
  overflow: hidden;
}

.cosa .loop-servizi h3 {
  color: var(--teal);
  text-transform: lowercase;
  font-size: calc(2.5rem + 1vw);
  margin-bottom: 0px;
  margin-top: 70px;
  height: calc(6rem + 2vw);
  line-height: calc(2.8rem + 1vw);
}

.cosa .loop-servizi .description {
  position: relative;
  z-index: 1;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 100px;
  height: 400px;
}

.cosa .loop-servizi .destra .description:before {
  content: '';
  display: block;
  height: 100%;
  min-height: 18vw;
  width: 300%;
  position: absolute;
  top: 0;
  left: -90%;
  background: var(--gray);
  z-index: -1;
}

.cosa .loop-servizi .sinistra .description:before {
  content: '';
  display: block;
  height: 100%;
  min-height: 18vw;
  width: 300%;
  position: absolute;
  top: 0;
  left: -90%;
  background: var(--gray);
  z-index: -1;
}

.cosa .loop-servizi .slideshow-image {
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cosa .loop-servizi .flexslider {
  position: relative;
  z-index: 2;
}

.cosa .loop-servizi .flex-direction-nav {
  position: absolute;
  width: 120px;
  bottom: -20px;
  height: 80px;
  z-index: 10;
  left: calc(100% + 1vw);
}

.cosa .loop-servizi #slider-cosa-1-sinistra .flex-direction-nav {
  right: calc(100% + 1vw);
  left: auto;
}

.cosa .col-12 {
  padding-bottom: 100px;
}

.cosa .flex-control-nav {
  bottom: 0;
}

.cosa .flex-control-paging li a {
  background: white;
  border-radius: 0;
  height: 14px;
  width: 14px;
  box-shadow: none;
}

.cosa .flex-control-paging li a.flex-active {
  background: var(--teal);
}

/* realizzazioni */

.realizzazioni .filters {
  margin-bottom: 50px;
}

.realizzazioni .filters a {
  display: block;
  background-color: #cccbcb47;
  color: var(--darkgray);
  border-bottom: 3px solid var(--darkgray);
  font-size: calc(1.1rem + 0.4vw);
  padding: 5px;
  text-align: center;
  font-family: 'BigShoulders', sans-serif;
}

.realizzazioni .filters a:hover {
  background-color: #00a19a24;
  color: var(--teal);
  border-bottom: 3px solid var(--teal);
  font-weight: 500;
}

.realizzazione .heading span {
  color: var(--gray);
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.realizzazione {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.realizzazione:after {
  content: '';
  display: block;
  height: 100%;
  width: 60vw;
  background-color: rgb(204 203 203 / 25%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.realizzazione .image-gallery {
  margin-bottom: 30px;
}

.realizzazione .image-gallery:nth-child(1) {
  width: 100%;
}

.realizzazione .image-gallery:nth-child(1) .image-progetto {
  height: 400px;
}

.realizzazione .image-progetto {
  height: 200px;
  width: 100%;
}

.realizzazione .dettagli h3 {
  text-transform: lowercase;
  color: var(--teal);
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.realizzazione .dettagli hr {
  color: var(--gray);
}

.realizzazione .dettagli span,
.realizzazione .dettagli ul,
.realizzazione .dettagli p {
  color: var(--darkgray);
}

.realizzazione .dettagli ul {
  padding-inline-start: 10px;
  list-style-type: none;
}

.realizzazione .dettagli li {
  position: relative;
  font-weight: 300;
  font-style: italic;
}

.realizzazione .dettagli li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: var(--teal);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.realizzazione .the-gallery {
  padding-bottom: 150px;
  position: relative;
}

.realizzazione .the-gallery:before {
  display: block;
  content: '';
  position: absolute;
  right: -10%;
  top: -20%;
  background: url(./images/svg/logo-bucato.svg);
  height: 30vw;
  width: 25vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
  z-index: -1;
}

/* contatti */

.heading {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading h1 {
  text-transform: lowercase;
  color: var(--teal);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray);
}

.contatti h3 {
  color: var(--gray);
  text-transform: lowercase;
  font-size: 2.2rem;
}

.contatti .form {
  padding: 50px 80px;
  background-color: var(--gray);
}

.contatti .form p {
  margin-bottom: 0;
}

.contatti .container>.row {
  margin-bottom: 100px;
}

.contattaci {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.contattaci .info {
  position: relative;
  z-index: 1;
  padding: 30px 50px;
  color: white;
  font-weight: 600;
  text-transform: lowercase;
  font-size: calc(1.1rem + 1vw);
  display: flex;
  font-family: 'BigShoulders';
  justify-content: space-between;
  align-items: center;
}

.contattaci .info:before {
  content: '';
  display: block;
  position: absolute;
  right: -100%;
  width: 200%;
  height: 100%;
  top: 0;
  background-color: var(--teal);
  z-index: -1;
}

.contattaci .info:after {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 100%;
  height: 100%;
  background-image: url(./images/svg/righette-dueci.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

button[type=contatti] {
  background-color: var(--darkgray);
  color: white;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 5px 55px 5px 15px;
  box-shadow: none;
  border: 0;
  position: relative;
}

button[type=contatti] span {
  content: '';
  display: block;
  background: url(./images/svg/freccia-dueci-verde.svg);
  background-color: white;
  height: 43px;
  width: 43px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* standard */

.standard {
  background-color: var(--gray);
}

.standard h1 {
  padding-top: 40px;
}

.standard h2 {
  font-size: 2.2rem;
  color: var(--teal);
}

/* footer */

footer {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: white;
  font-size: 0.8rem;
}

.footer p {
  margin-bottom: 0;
}

.footer a {
  font-weight: 500;
  color: var(--teal);
}

.footer {
  background-color: var(--darkgray);
}

.footer .logo-footer {
  width: 100px;
}

.footer .logo-footer svg .st0,
.footer .logo-footer svg .st1 {
  fill: white;
}

.footer-dati {
  padding-bottom: 25px;
  padding-top: 25px;
}

.footer-bottom {
  background-color: var(--teal);
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 0.8rem;
}

.footer-bottom a {
  color: var(--gray);
}

/* notfound */

.notfound {
  background-color: var(--gray);
  text-align: center;
  padding-bottom: 10vw;
}

.notfound h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  padding-top: 5vw;
  font-size: 3.8rem;
}

.notfound h1 {
  color: var(--teal);
  text-transform: lowercase;
  font-size: 2.7rem;
  margin-top: 7vw;
}

.notfound h1 span {
  font-size: 11rem;
}

.notfound button {
  box-shadow: 0;
  border: 0;
  padding: 10px 20px;
  background: var(--teal);
  color: white;
  font-family: 'BigShoulders', serif;
  margin-top: 100px;
}

/* media queries incasinate */

@media (max-width: 1399.98px) {}


@media (max-width: 1199.98px) {

  #nav-icon1 {
    z-index: 100;
  }

  .menu-mobile .menu-contain>ul>li>a {
    padding: 15px 0;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 3.2rem;
    color: white;
  }


  .menu .sub-menu {
    left: auto;
    transform: none;
    z-index: 1000;
    width: 75%;
    margin: 0 auto;
    background-color: white;
  }

  .menu nav>ul>li {
    height: auto;
  }

  .menu ul {
    display: block;
    float: none;
  }

  .menu-mobile {
    z-index: 0;
    position: fixed;
    top: 1vw;
    padding-top: 180px;
    padding-bottom: 90px;
    right: 1vh;
    width: 0;
    height: 0;
    background: var(--gray);
    transition: height 600ms cubic-bezier(0.23, 1, 0.32, 1), width 600ms cubic-bezier(0.23, 1, 0.32, 1), border-radius 600ms cubic-bezier(0.23, 1, 0.32, 1), top 600ms cubic-bezier(0.23, 1, 0.32, 1), right 600ms cubic-bezier(0.23, 1, 0.32, 1);
    display: none;
    border-radius: 50%;
  }

  .menu-mobile.menu-ham {
    display: block;
    z-index: 99;
    transition: height 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), width 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), border-radius 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), top 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06), right 1.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    height: auto;
    width: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
  }

  .menu-contain .main-menu li,
  .menu-contain .main-menu .sub-menu li {
    display: block;
    width: 100%;
  }

  .menu-contain .main-menu .sub-menu {
    display: block;
  }

  .main-menu ul {
    position: relative;
  }

  .menu .sub-menu a {
    height: 100px;
  }

}

@media (max-width: 991.98px) {
  .cosa .loop-servizi .flexslider {
    margin-bottom: 0;
  }

  .cosa .col-12 {
    padding-bottom: 0;
  }

  .cosa .loop-servizi h3 {
    margin-bottom: 15px;
    margin-top: 45px
  }

  .heading-cosa .img-cosa {
    top: 20px;
  }

  .heading-cosa .the-title:after {
    right: 10%;
    top: -200%;
    height: 220px;
    width: 200px;
  }

  .home .cosa-loop:before {
    height: 60vh;
  }

  .menu .sub-menu:after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: var(--gray);
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: none;
  }

  .menu .sub-menu .menu-item {
    margin-bottom: 15px;
    width: 33%;
  }

  .menu .sub-menu .img-menu {
    display: none;
  }

  .menu .sub-menu a {
    height: min-content;
    padding: 0px;
  }

  .menu-contain .main-menu .sub-menu {
    display: block;
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0;
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
  }

  .contatti h3 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {}