html {
  box-sizing: border-box;
}
body {
  background: white;
  background: linear-gradient(to right, #dadce3, #3f51b5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #2e2e2e;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
.content1 {
  background: white;
  background: linear-gradient(to right, white, #dadce3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #2e2e2e;
  font-size: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  outline: none;
}
/* Topnav */
.topnav {
  overflow: hidden;
  background-color: transparent;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.active {
  color: white;
}
.active:hover {
  box-shadow: 0px 8px 16px 0px black;
}
.topnav .icon {
  display: none;
}
.dropdown {
  float: left;
  max-width: 77%;
  height: auto;
  overflow: hidden;
}
.dropdown .accordion {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.panel {
  display: none;
  position: absolute;
  min-width: 160px;
  background-color: #000000c4;
  box-shadow: 0px 8px 16px 0px black;
  z-index: 1;
}
.panel a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  }
.topnav a:hover,
.accordion {
  background-color: transparent;
  color: #3f51b5;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.accordion {
  cursor: pointer;
  text-align: left;
  outline: none;
  transition: 0.4s;
}
.panel {
  max-height: 0;
  display: block;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
@media screen and (max-width: 960px) {
  .topnav a:not(.active),
  .dropdown .accordion {
      display: none;
  }
  .topnav .icon {
      float: right;
      display: block;
      margin:12px 16px 0px 0px!important;
  }
  .topnav.responsive {
      position: relative;
  }
  .topnav.responsive .icon {
      position: absolute;
      right: 0!important;
      top: 0!important;
  }

  .langBar {
    position: relative;
    float: right!important;
  }

  .lang {
    margin:3px 10px 3px 3px!important;
    width: auto!important;
  }

  .topnav .active {
    left:-8px;
  }

  .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      position: relative;

      animation: animatebottom 1s !important
  }
  @keyframes animatebottom {
      from {
          bottom: -200px;
          opacity: 0
      }
      to {
          bottom: 0;
          opacity: 1
      }
  }
  .topnav.responsive .dropdown {
      float: none;  
  }
  .topnav.responsive .dropdown a:last-child {
    float: none;
    border-bottom: 1px solid #3f51b5;
}
  .topnav.responsive .panel  {
      position: relative;
      background-color: #00000048;
      box-shadow: 0px 8px 16px 0px black;
  }
  .topnav.responsive .dropdown .accordion {
      display: block;
      width: 100%;
      text-align: left;
  }
    .accordion {
      cursor: pointer;
      text-align: left;
      outline: none;
      transition: 0.4s;
    }
    .panel {
      max-height: 0;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.212);
      transition: max-height 0.2s ease-out;
    }

  }
/* Header */
#myHeader {
  position: relative;
  background: black;
  z-index: 1;
}
.burger {
  background-color: transparent;
  color: #3f51b5;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.lang {
  text-decoration: none;
  font-size: 14px!important;
  margin: -7px 3px 3px 3px;
  padding: 6px!important;
  background-color: #3f51b5;
  border: 1px solid black;
  border-radius: 2px!important;
  width: 50px;
}
.lang:hover {
  color: black;
}
.social {
  text-decoration: none;
  font-size: 14px;
  margin: 5px 7px;
  color: black;
}
.social:hover {
  color: white;
}
.social-1 {
  text-decoration: none;
  margin: 5px;
  color: #3f51b5;
}
.social-1:hover {
  color: white;
}
.phone {
  color: #3f51b5;
}
.phone:hover {
  color: black;
}
.phone1 {
  color: black;
}
.phone1:hover {
  color: white;
}
.mappa {
  color: white;
}
.mappa:hover {
  color: black;
}
.vl {
  border-left: 6px solid white;
  height: 100%;
}
.parallax {
  background-image: url('/img/parallax-img.webp');
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1072px) {
  .parallax {
      background-attachment: scroll;
  }
}
/*Typewriting*/
.typewrite {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: xx-large;
  margin: 0 auto;

}
/*Slides*/
.mySlides {
  display: none;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-position: center;
  object-fit: cover;
  opacity: 0.2;
}
.arrow_container {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0px auto;
}
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
      opacity: 1;

  }
  33% {
      opacity: 1;
      transform: translateY(30px);
  }
  67% {
      opacity: 1;
      transform: translateY(40px);
  }
  100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.text {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 20px;
  margin-left: -15px;
  padding-bottom: 10px;
  color: #fff;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
      opacity: 1;
  }
}
#toscroll {
  margin: 0 auto;
}
/** Slides Animation **/
.kenburns-bottom {
	        animation: kenburns-bottom 16s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-9-17 18:3:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation kenburns-bottom
 * ----------------------------------------
 */
 @keyframes kenburns-bottom {
  0% {
            transform: scale(1) translateY(0);
            transform-origin: 50% 84%;
  }
  100% {
            transform: scale(1.25) translateY(15px);
            transform-origin: bottom;
  }
}
@keyframes kenburns-bottom {
  0% {
            transform: scale(1) translateY(0);
            transform-origin: 50% 84%;
  }
  100% {
            transform: scale(1.25) translateY(15px);
            transform-origin: bottom;
  }
}

/* Media Query */
@media only screen and (min-width:200px) and (max-width: 1072px) {

  .w3-third,
  .w3-half {
      width: 100% !important;
  }

  #main {
      padding: 0px !important;
  }

  .w3-card {
      width: 100%;
      margin: 0 auto !important;
      max-width: 650px;
  }

  .vl {
      border-left: none;
  }

  .no-mobile {
    display: none;
  }
}
.hr-footer {
  height: 3px;
  border: 1px solid #3f51b5;
  background-color: black;
}

/* Cookies */
.freeprivacypolicy-com---nb-headline {
  height:auto!important;
  position: fixed!important;
  top: 0!important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree, .freeprivacypolicy-com---palette-dark .cc-nb-reject {
  background-color:#3f51b5!important;
  color: white!important;
}
.freeprivacypolicy-com---palette-dark .cc-pc-head-lang select:focus {
  box-shadow: none!important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
  background: #3f51b5!important;
}
.cc-pc-head-lang-select {
  display: none!important;
}
.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
  background: linear-gradient(to bottom, rgb(63, 81, 181), rgba(63, 81, 181, 0))!important;
}

.container, .container1, .containerPav, .containerPav1 {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.flex-half {
flex-wrap: wrap;
width: 50%;
background-color: white!important;
margin: 0;
}

.flex-quarter {
  flex-wrap: wrap;
  width: 25%;
  background-color: white!important;
  margin: 0;
  }

/* Img Flex */
.zigzag {
  width:100%;
  height:100%;
   object-fit:cover;
   vertical-align: bottom;
 }
/* Overlay Cards */
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #dadce3;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.container:hover .overlay {
  bottom: 0;
  height: 100%;
}
.textoverlay{
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* Table prices */
  .columns {
  float: left;
  width: 100%;
  padding: 8px;
}
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  transition: 0.3s;
}
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.price .header {
  color: white;
  font-size: 25px;
  text-decoration: none!important;
  font-weight: 600;
}
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  background-color: #d4d7e1;
  text-decoration: underline!important;
}
.price .grey {
  background-color: #eee;
  font-size: 20px;
  text-decoration: none!important;
}
.button {
  background-color: #3f51b5;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
/* Grid Portfolio */
.grid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-auto-flow: dense;
}
.grid-container .item {
  background: #8FF;
  display: flex;
}
.grid-container .item a {
  display: flex;
  width: 100%;
}

.grid-container .item.portrait {
  grid-row: auto / span 2;
}
.grid-container .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.filter-buttons {
  padding: 1rem;
  text-align: center;
}
.filter-buttons .button {

  border: none;
  font-size: 1rem;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  background: #3f51b5;
  color:white;
  padding:7px;
}
.filter-buttons .button:hover {
  background: #ccc;
  color: black;
}
.filter-buttons .button:focus {
  outline: none;
  background: #ccc;
  color: black;
}
.item {
  overflow:hidden;
} 
/* Read More */
.showmore .more, .showmore.show .dotsS {
  display: none
}
.showmore.show .more {
  display: inline
}
.showmore a {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
/* Content Slideshow */
.sl-containerCont {
  position: relative;
}
/* Slides */
.myS {
  display: none;
  text-align: center;
}
/* Next & previous buttons */
.nextCont,
.prevCont {
    position: absolute;
    left: calc(100% - 55px) !important;
    top: 50% !important;
    margin: -15px 0 0 -25px !important;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #000 !important;
    background: #fff !important;
    opacity: 0.5 !important;
    z-index: 5000 !important;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    padding: 0px;
}
.prevCont {
    position: absolute;
    left: calc(0% + 55px) !important;
}
.nextCont:hover,
.prevCont:hover {
    opacity: 1 !important;
}
.nextCont:after,
.prevCont:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    margin-top: -10px;
}
.nextCont:after {
    border-left: 15px solid #000;
    border-right: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: -5px;
}
.prevCont:after {
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    margin-left: -25px;
}
@media only screen and (min-width:200px) and (max-width: 1072px) {
.prevCont {
    left: calc(0% + 11px) !important;
 }
.nextCont {
    left: calc(100% - 11px) !important;
 }
}
@media only screen and (min-width: 1400px) {
  .sl-containerCont {
      max-width: 1250px;
      margin: 0 auto;
  }
}
/* The dot/bullet/indicator container */
.dt-container {
    text-align: center;
    padding: 20px;
}
/* The dots/bullets/indicators */
.dt {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.activeCont, .dt:hover {
  background-color: #717171;
}
figure {
  margin: 0!important;
}
/* Media */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
@media only screen and (min-width: 1072px) {
  .hr-footer {
      display: none;
  }
}
@media only screen and (min-width:200px) and (max-width: 768px) {
  h1 {
      font-size: 40px!important;
  }
 h2, .main-h2, .main-h3, .w3-xxlarge {
    font-size: 30px!important;
    font-weight: 800!important;
  }
 .pus{
  position: relative;
  float: left;
  margin-top: 0%;
}
  #myHeader {
    min-height: 650px!important;
  }
  .company {
    padding:0!important;
  }
}
@media only screen and (min-width:1072.01px) and (max-width: 1480px) {
  .w3-container h2, .w3-container h3 {
      font-size: 22px;
  }
  .container-1 {
    min-height: 160px;
  }
}
@media only screen and (min-width:200px) and (max-width: 1072px) {
  .container {
    flex-direction: column-reverse!important;
  }
  .container1  {
    flex-direction: column!important;
  }
  .flex-half {
    width: 100%;
    }
    .filter-buttons {
      display: flex;
      flex-direction: column;
      width: 100%!important;
    }
}
@media only screen and (min-width:200px) and (max-width: 767.999px) {
  .containerPav1 {
    flex-direction: column!important;
    padding:32px;
  }
  .containerPav {
    flex-direction: column-reverse!important;
    padding:32px;
  }
  .flex-quarter {
    width: 100%;
    }
}
@media only screen and (min-width:200px) and (max-width: 370px) {
  h1 {
    font-size: 28px!important;
  }
  .topnav img {
    width: 130px!important;
    height: auto;
  }
  .socialMob {
    display: none!important;
  }
  .aboutSard {
    max-width:100px;
    right:8%;
    z-index: -1;
  }
  div.next_button, div.prev_button {
    display: none!important;
  }
  .typewrite {
    font-size: 22px!important;
  }
}

