@charset "UTF-8";

/* CSS Document */
@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/*general*/
body {
  font-family: "proxima-nova", sans-serif;
}

div a {
  color: #FFFFFF;
}

.margin-fifty {
  margin-left: 25px;
  margin-right: 25px;
}

.margin-hundred {
  margin-left: 100px;
  margin-right: 100px;
}

/*Change selection color*/
::selection {
  background: #72BF9A;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #72BF9A;
  /* Gecko Browsers */
}

/*Header Area*/
.nav-bar {
  position: fixed;
  top: 0;
  padding-top: 10px;
  width: 100%;
  height: 60px;
  z-index: 2;
}

.nav-bar-color {
  background-color: #a1c7a4;
}

.carousel, .nav-bar-transition, .nav-bar-transition-colt {
  transition: .5s ease all;
}

#set-jetters-logo {
  width: 125px;
}

.bar-menu {
  margin-top: 0.5rem;
  font-size: 18px;
  font-weight: 500;
}

.bar-menu-right {
  margin-top: 0.5rem;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.bar-menu-right-black {
  margin-top: 0.5rem;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  color: black;
}

.bar-menu a:hover {
  color: #03522d;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.bar-menu-right a:hover {
  color: #03522d;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

#icon-backpack {
  height: 30px;
  margin-left: 0.8rem;
}

#icon-behindscene {
  height: 30px;
  margin-left: 0.8rem;
}

i {
  color: #a1c7a4;
}

.icon-small {
  font-size: 30px;
  margin-right: 3px;
}

.icon-small2 {
  font-size: 35px;
  margin-left: 5px;
  margin-right: 6px;
}

.h5-cart {
  padding-top: 0px;
}

a.purchasebtn {
  background-color: #F39200;
  border: solid 2px #F39200;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 3px;
  align-items: center;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 50px;
  margin-bottom: 34%;
}

a.purchasebtn:hover {
  background-color: black;
  border: solid 2px #F39200;
  color: #F39200;
  font-weight: 600;
  text-align: center;
  padding: 3px;
  margin-left: 35%;
  margin-right: 35%;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 34%;
}
.margin-top50 {
  margin-top: -50px;
}

#margintop-par {
  margin-top: 2rem;
}

a.link-article {
  line-height: 0;
  font-size: 16px;
  padding: 0px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
}

a.link-article:hover {
  color: #fff;
  text-decoration: underline;
}

/*Footer Area*/
footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.about h6, .contact h6, .newsletter h6 {
  font-size: 14px;
  font-weight: 500;
  color: rgb(161, 199, 164);
  margin-bottom: 1rem;
}

.about {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.about-titles {
  font-size: 14px;
  font-weight: 500;
  color: rgb(161, 199, 164);
  margin-bottom: 1rem;
}

.about-centered {
  font-size: 14px;
  font-weight: 500;
  color: rgb(161, 199, 164);
  margin-bottom: 1rem;
  text-align: center;
}

#info-email {
  text-decoration: underline;
}

#info-email:hover {
  color: #a1c7a4;
  ;
  transition: color 0.2s ease-in-out;
}

#mail-setjetters {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../assets/video/arya.gif');
}

/*SOCIAL*/
.social-icon {
  display: flex;
  margin-top: 2rem;
}

#icon-fb {
  height: 30px;
  width: auto;
  margin-right: 1.25rem;
  opacity: 0.3;
}

#icon-fb:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

#icon-twitter {
  height: 30px;
  width: auto;
  margin-right: 1.25rem;
  opacity: 0.3;
}

#icon-twitter:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

#icon-ig {
  height: 30px;
  width: auto;
  opacity: 0.3;
}

#icon-ig:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

#enter-email {
  color: rgba(256, 256, 256, 0.5);
  background-color: #000000;
  border: 2px solid white;
  border-radius: 0;
  padding: 10px;
  height: 50px;
  width: 300px;
}

#subscribe {
  color: white;
  font-weight: 500;
  background-color: #000000;
  border: 2px solid white;
  border-radius: 0;
  padding: 10px;
  margin-top: 0.2rem;
  margin-left: 0.5rem;
  height: 50px;
}

#subscribe:hover {
  color: #000000;
  background-color: #FFFFFF;
  transition: background 0.2s ease-in-out;
}

/*Cards*/
.margincards {
  margin-bottom: 30px;
}

.category-cards a:hover {
  color: #FFF;
}

.img-hover-zoom {
  height: 100%;
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.8s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.2);
  opacity: 0.7;
}

/*Carousel*/
/* .carousel {
	margin-bottom: 100px;
} */
.carousel-inner a:hover {
  color: #FFFFFF;
}

.top4 {
  margin-top: 2rem;
}

.freccia {
  width: 15px;
  display: block;
  margin: auto;
  margin-top: 160px;
  padding-left: 0px;
  padding-right: 0px;
}

.hidden-arrow-desktop {
  display: none;
}

.textabove {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  bottom: 0px;
  right: 15px;
  left: 15px;
}

.coltivation-card-text {
  font-family: "Cormorant Garamond", serif;
  text-align: left;
}

.coltivation-card-description {
  font-size: 16px;
  line-height: 26px;
  color: black;
}

.img-colt:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	    position: relative;
	    background-color: #fefefe;
	    margin: auto;
	    padding: 0;
	    width: 60%;
	    max-width: 1000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: rgb(255, 255, 255);
  /* text-shadow: 0 1px 0 #fff; */
  opacity: 1;
  position: absolute;
  left: 80%;
}

.close:hover {
  cursor: pointer;
  opacity: 0.5;
  color: rgb(255, 255, 255);
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

div h5 {
  padding-top: 20px;
  font-weight: 400;
}

h5 {
  font-size: 1.4em;
  line-height: 1.8em;
  color: black;
}

p.orangebold {
  color: #F39200;
  font-weight: 500;
}

p.orangep {
  color: #F39200;
}

.titles {
  margin-bottom: 50px;
  font-weight: 600;
}

/*———HOMEPAGE————————————————————————————————————————————————————————————————————————————————*/
/*Sections Area*/
/*Coverpage*/
.cover {
  padding-top: 16rem;
  z-index: 100;
}

.cover-2 {
  padding-top: 16rem;
  z-index: 100;
}

#coverpage {
  height: 100vh;
  z-index: 100;
}

#coverpage-2 {
  height: 100vh;
  z-index: 100;
}

#coverVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/*Audio button*/
.margin-botton-audio {
  margin-top: 15%;
  padding-right: 0%;
}

.margin-botton-categories {
  margin-top: 20%;
  padding-right: 0%;
}

.icon-muto-yes {
  height: 25px;
  float: left;
}

#main-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 5rem;
  text-align: center;
}

#main-subtitle {
  font-size: 30px;
  font-weight: 800;
  color: #F39200;
}

/*Category ttion*/
.categoryDiv {
  margin-top: 2rem;
  width: fit-content;
  position: relative;
}

.categoryDiv-colt {
  margin-top: 2rem;
  width: fit-content;
  position: relative;
}

div a.categoryLinks {
  color: #F39200;
}

div:hover a.categoryLinks {
  text-decoration: none;
  color: white;
}

.categorySelection {
  margin-top: 0px;
}

#CategoryContainer {
  margin-top: 0px;
  padding-top: 16rem;
  height: 100vh;
  background-color: #a1c7a4;
}

#section-contacts {
  height: 100vh;
}

.CategoryImgFadeIn {
  background-size: cover;
  animation: fadeIn ease 0.65s;
  -webkit-animation: fadeIn ease 0.65s;
  -moz-animation: fadeIn ease 0.65s;
  -o-animation: fadeIn ease 0.65s;
  -ms-animation: fadeIn ease 0.65s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*dropdown descriptions*/
.categoryDescr {
  width: 350px;
  height: 170px;
  margin-top: -0.1rem;
  border-top: none;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1) .1s;
  transform: scaleY(1);
  transition-delay: 0s;
  color: white;
  border-color: white;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  border-radius: 0px 20px;
  padding: 15px 15px 15px 20px;
  border: 2px solid rgb(255, 255, 255);
}

.dropdownTxt {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  opacity: 1;
  visibility: visible;
  /* transition: opacity .4s linear 0s,visibility .0s linear 0s; */
  margin-bottom: 0px;
  margin-top: 2%;
  text-align: justify;
}

.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}

.section-title-black {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 30px;
  text-align: left;
  color: black;
}

.section-title-sans {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  margin-bottom: 8%;
  margin-bottom: 200px;
}

.section-title-sans-black {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 17px;
  text-align: left;
  color: black;
  margin-bottom: 200px;
}

.map {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  border: 2px solid #a1c7a4;
  border-radius: 20px 0px;
}
.map-contact {
border: 2px solid #a1c7a4;border-radius: 20px 0px; width:100%;
}

.categoryBt-text {
  margin-top: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: rgb(255, 255, 255);
}

.categoryBt-border {
  text-align: center;
  vertical-align: middle;
  width: 350px;
  height: 170px;
  margin-bottom: 0rem;
  border-radius: 20px 0px;
  padding: 15px 15px 15px 20px;
  border: 2px solid rgb(255, 255, 255);
}

.coltivation-card {
  text-align: center;
  vertical-align: middle;
  height: 190px;
  margin-bottom: 0rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 15px 15px 15px 20px;
  background-color: rgb(255, 255, 255);
}

/*Principles + Most loved tours*/
.whiteBack {
  margin-top: 0px;
  background-color: #FFFFFF;
}

#DescriptionAzienda {
  padding-top: 160px;
}

.mostLoved a:hover {
  color: #FFFFFF;
}

/*Principles*/
.production {
  color: #000000;
}

.mapsection {
  padding-top: 100px;
  color: #000000;
}

.principles {
  padding-top: 200px;
  color: #000000;
}

.principles2 {
  padding-top: 300px;
  color: #000000;
}

.single-principle {
  margin-top: 6rem;
}

.principle-text {
  margin-top: 2rem;
  font-size: 18px;
  line-height: 25px;
}

.icon-principle {
  height: 80px;
  width: auto;
}

/*Most loved tours*/
.mostLoved {
  margin-top: 8rem;
  padding-bottom: 100px;
}

/*———CATEGORY CATALOGUE————————————————————————————————————————————————————————————————————————————————*/
/*Cover images*/
.full-img {
  opacity: 0.9;
  position: fixed;
  right: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  transition: .8s ease all;
}

/*Category choose*/
.category-all {
  margin-bottom: 100px;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 16.5rem;
}

.fixed {
  position: fixed;
}

.category-title {
  font-size: 50px;
  font-weight: 800;
  line-height: 4rem;
}

.category-text {
  font-size: 20px;
  color: black;
}

.category-choose {
  margin-top: 3rem;
}

.category-change-btn {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #F39200;
  margin-bottom: 1rem;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 2px solid #F39200;
}

.category-change-btn:hover {
  background-color: #F39200;
  color: #000000;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.category-cards {
  margin-top: 7.5rem;
}

.margin-top-cards2 {
  margin-top: 20%;
}

.margin-top-cards {
  margin-top: 56%;
}

.margin-top-cards3 {
  margin-top: -20%;
}

.margin-top-cards4 {
  margin-top: -16%;
}

.background-gradient {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 63%, rgba(0, 0, 0, 0.542454481792717) 73%, rgba(0, 0, 0, 0.48363095238095233) 77%, rgba(0, 0, 0, 0.458420868347339) 79%, rgba(0, 0, 0, 0.3715861344537815) 86%, rgba(0, 0, 0, 0.04945728291316531) 100%);
}

/*———SINGLE TOUR PAGE————————————————————————————————————————————————————————————————————————————————*/
/*menu category*/
.extra {
  display: none;
}

p:hover .extra {
  display: inline-block;
  font-weight: 500;
}

.menucategory {
  display: inline;
  border: solid 2px #F39200;
  padding: 5px 10px;
  color: #F39200;
  font-weight: 500;
  width: 20%;
}

.menucategory:hover {
  display: inline;
  border: solid 2px #F39200;
  background-color: #F39200;
  color: black;
  font-weight: 500;
}

.currentcategory {
  display: inline;
  border: solid 2px #F39200;
  background-color: #F39200;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: black;
  font-weight: 500;
}

.text-description h6 {
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}

.btn-detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.noBottom {
  border-bottom-style: none !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn, .dropbtn-cart {
  height: 35px;
  width: 50px;
  color: white;
  font-size: 18px;
  background-color: #000000;
  border: 2px solid white;
  border-radius: 0;
  cursor: pointer;
}

.dropdown-content, .dropdown-content-cart {
  display: none;
  position: absolute;
  right: 0;
  width: 50px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #000000;
  border: 2px solid white;
  border-radius: 0;
  /*min-width: 160px;*/
  z-index: 15;
}

.dropdown-content p, .dropdown-content-cart p {
  margin-bottom: 0px;
  padding: 5px 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  list-style-type: none;
}

/*Images' tags*/
.tag-title {
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.bordertop {
  border-top: 5px solid #FFFFFF;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
}

/*Reviews*/
#reviews {
  margin-bottom: 100px;
}

.content p {
  font-weight: 300;
}

.hideContent {
  overflow: hidden;
  height: 20.4em;
}

.showContent {
  height: auto;
}

.show-more a {
  color: #F39200;
  font-weight: 500;
}

div.text-container {
  width: 100%;
  border: solid 2px white;
  padding: 15px;
  background-color: #000000;
}

/*ABOUT PAGE----------------------------------------------------------------------------*/
.arrow-about {
  padding-right: 0%;
  max-width: 47.5%;
  padding-left: 0%;
}

.rect-caption-about {
  padding: 4px 10px;
  border: 2px solid #F39200;
  width: 170px;
}

/* .category-text-about {
	margin-top: 12.5rem;
} */
/* .textabout-margin {
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 35px;
}

.white-about {
  color: #FFFFFF;
}

.category-title-about {
  font-size: 50px;
  font-weight: 800;
  line-height: 4rem;
}

.category-subtitle-about {
  font-size: 30px;
  font-weight: 800;
  color: #F39200;
}

.about-top-distance {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 75px;
}

.about-top-distance-section {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
}

.about-distance-protocol {
  margin-left: 0px;
  margin-right: 105px;
  margin-top: 0px;
}

.orangep {
  color: #F39200;
  font-weight: 500;
}

/* .textabout {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  font-weight: 300;
} */

.textabout2 {
  font-size: 26px;
  line-height: 29px;
  font-weight: 700;
  text-align: right;
}

.textabout3 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 700;
  text-align: right;
}

.about-img {
  display: flex;
  margin-top: 2rem;
}

#image-about {
  height: 100%;
  overflow: hidden;
}

#protocol-about {
  width: 765px;
  height: auto;
  margin-right: 1.25rem;
  opacity: 1;
}

.image-about-center {
  margin-left: auto;
  margin-right: auto;
}

.descriptionabout {
  font-size: 0.875rem;
  line-height: 1.8125rem;
  font-weight: 300;
  text-align: right;
}

.descriptionabout-margin {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}

.containerabout {
  position: relative;
  text-align: left;
  color: white;
}

a.containerabout:hover {
  color: #F39200;
}

.cardorange1 {
  margin-bottom: 1.5rem;
  background-color: #000000;
  border: 1.5px solid #F39200;
  /* border-radius: 0; */
  height: 160px;
}

.cardorange2 {
  margin-bottom: 1.5rem;
  background-color: #000000;
  border: 1.5px solid #F39200;
  /* border-radius: 0; */
  height: 125px;
}

.cardorange3 {
  margin-bottom: 1.5rem;
  background-color: #000000;
  border: 1.5px solid #F39200;
  /* border-radius: 0; */
  height: 88px;
}

.cardorange4 {
  margin-bottom: 1.5rem;
  background-color: #000000;
  border: 1.5px solid #F39200;
  height: 125px;
}

/* .arrowabout {
  font-size: 18px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

.arrowabouttext {
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  margin: auto;
} */
/*
.arrowabout:hover {
  color: #FFFFFF;
  text-decoration: none;
  margin-right: value;
  padding: 0;
  margin: 0;
}

.about-rect-slideshow {
  padding-left: 0px;
  padding-top: 15px;
}

.carousel-image-about {
  border: 2px solid #F39200;
}

.carousel-margin-about {
  margin-left: 50px;
  margin-right: 0px;
  margin-top: 50px;
} */

#makeyourpresence_hover, #feeltheadrenalina_hover, #swimagainst_hover, #leaveyourmark_hover {
  opacity: 0;
}

.margin-bottom-about {
  margin-left: 0px;
  margin-right: 60px;
  margin-top: 35px;
  margin-bottom: 55px;
  padding-left: 0px;
  padding-right: 0px;
}

.category-cardsorange-mobile {
  display: none;
}

/*about footer*/
.footer-about {
  background-color: #F39200;
  padding-top: 0%;
  padding-bottom: 0%;
  z-index: 1000;
}

.logo-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#logodensity {
  margin-right: 3.5rem;
  margin-top: 0rem;
  width: 100px;
}

#logopoli {
  width: 130px;
  margin-top: 0rem;
}

.lists {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  font-size: 15px;
  padding-left: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.ul-b {
  font-weight: 800;
}

/*AZIENDA AGRICOLA PAGE ----------*/
.number60 {
  font-family: "Cormorant Garamond", serif;
  color: rgb(161, 199, 164);
  font-size: 10rem;
  z-index:2;
}

.number45 {
  font-family: "Cormorant Garamond", serif;
  color: rgb(161, 199, 164);
  font-size: 5rem;
  margin-left: -10%;
  margin-top: 50%;
  z-index:2;
}

.number {
  font-family: "Cormorant Garamond", serif;
  color: rgb(161, 199, 164);
  font-size: 5rem;
  /* margin-left: 25%; */
  margin-top: 50%;
  z-index:2;
  margin-left: 5%;
}

.padding50 {
  padding-bottom: 20%;
}

.css-text-mask {
  font-size: 41px;
  background-image: url('../assets/images/categoria2-3.jpg');
  /* url('https://html-generator.com/uploads/images/2020/06/04/38173_FH7_4MUWSU.jpg'); */
  background-position: -37px 2px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 4rem;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: animatedBackground 20s linear infinite normal;
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 -500px;
  }
}

.textbar-black {
  color: black;
}

.textbar-left {
  text-align: left;
}

.textbar-right {
  text-align: right;
}

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

.presentationDescrTitle {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 3rem;
  text-align: left;
  margin-top: 2.5rem;
  color: black;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.presentationDescrTitle2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 3rem;
  text-align: left;
  color: black;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.presentationDescr {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2rem;
  text-align: left;
  color: black;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.presentationDescr2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2rem;
  text-align: left;
  color: black;
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.margin-top-10 {
  margin-top: 20%;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -25%;
  left: 0;
  z-index: 1;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  margin-top: 20%;
}

/*CICLO PRODUZIONE ----------------------------------------------------*/
.css-text-mask2 {
  background-image: url('../assets/images/cicloproduttivo.gif');
  background-position: -37px 2px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 4rem;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: animatedBackground 20s linear infinite normal;
}
.css-text-mask3 {
  background-image: url('../assets/images/foto/serra6.jpg');
  background-position: -37px 2px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 4rem;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: animatedBackground 20s linear infinite normal;
}

.text-contact-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 5rem;
  text-align: left;
  color: black;
}

.container {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  /* height: 100vh; */
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.container-cicloproduzione {
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  height: 100vh;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.container-photo{
  display: flex;
  width: 100%;
  padding: 4% 2%;
  box-sizing: border-box;
  height: 100vh;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.box {
  /* margin-top:10px; */
  flex: 1;
  overflow: hidden;
  transition: .5s;
  margin: 0 1%;
  line-height: 0;
  max-height: 600px;
  display: inline-block;
}

.box>img {
  /* width: 200%; */
  /* object-fit: cover; */
  width: 100%;
  height: calc(100% - 10vh);
  object-fit: cover;
  transition: .5s;
}

.box>span {
  font-size: 3.8vh;
  display: block;
  text-align: center;
  height: 10vh;
  line-height: 2.6;
}

.box:hover {
  flex: 1 1 38%;
}

.flag-icon{
  width:3%;
}
.box:hover>img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  /* opzione per far vedere l'immagine tutta intera e non tagliata:
	  object-fit: scale-down; */
}

.video-step-responsive {
  display: none;
  width: 100%;
}

.img-azienda {
  width: 100%;
}

.title-description-produzione {
  margin-top: -10%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 3rem;
  text-align: center;
}

.text-description-produzione {
  margin-top: -12%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 200px;
}

#step1-text-box, #step2-text-box, #step3-text-box, #step4-text-box, #step5-text-box, #step6-text-box, #step7-text-box {
  display: none;
}

/*menu---------------------------------------------------------------------------*/
#exitButton {
  display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100 !important;
  top: 0;
  left: 0;
  border-radius: 0px 300px 0px 0px;
  background-color: #03522d;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #A8D0BD;
}

.menu-text {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 5rem;
  text-align: left;
  transition: 0.1s;
}

.menu-text-switch {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 3.5rem;
  text-align: left;
  transition: 0.1s;
}

ol, ul {
  list-style: none;
}

li::before {
  content: "";
  background: #72BF9A;
  height: 1px;
  width: 50px;
  position: absolute;
  left: -40px;
  bottom: 30px;
}

.no-line::before {
  content: none;
}

/*menu end---------------------------------------------------------------------------*/
/*contact page form---------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #a1c7a4;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #A8D0BD;
}

.container-form {
  border-radius: 5px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.contact-info-margin {
  margin-top: -15%;
}

.section-title-sans-black-mail {
  color: black;
}

.section-title-sans-black-mail:hover {
  color: #72BF9A;
}

.footer-credits span {
  padding-left: 95px;
  margin-left: 15px;
  position: relative;
  display: inline-block;
}

.footer-credits span:before {
  content: "";
  height: 1px;
  width: 80px;
  opacity: .3;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

.credits-website {
  text-align: right
}

.bar-separator {
  content: "";
  height: 1px;
  opacity: .3;
  background: #fff;
}

.about-azienda {
  margin-top: 20px;
  opacity: .3;
  font-size: 14px;
  font-weight: 500;
}

/*LOADER----------------------------------------------------------------------------*/
#main-content {
  margin-bottom: 320px;
  z-index: 2;
}

#main-content-colt {
  z-index: 2;
}

#main-footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: black;
}

#main-footer-index {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: black;
}

/*GALLERIA FOTO----------------------------------------------------------------------------*/
.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 8vw);
  grid-gap: 1.5rem;
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__item--1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery__item--2 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery__item--3 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 6;
}

.gallery__item--4 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 6;
}

.gallery__item--5 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 6;
  grid-row-end: 9;
}

.gallery__item--6 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 6;
  grid-row-end: 9;
}
.gallery__item--7 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 9;
  grid-row-end: 12;
}
.gallery__item--8 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 9;
  grid-row-end: 12;
}
.gallery__item--9 {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 12;
  grid-row-end: 15;
}
.gallery__item--10 {
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 15;
	grid-row-end: 19;
}
.gallery__item--11 {
	grid-column-start: 5;
	grid-column-end: 9;
	grid-row-start: 1;
	grid-row-end: 6;
}
.gallery__item--11 {
	grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 12;
  grid-row-end: 15;
}
.gallery__item--12 {
	grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 15;
  grid-row-end: 19;
}
.gallery__item--13 {
	grid-column-start: 1;
	grid-column-end: 5;
	grid-row-start: 19;
	grid-row-end: 23;
}
.gallery__item--14 {
	grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 19;
  grid-row-end: 23;
}
.gallery__item--15 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 23;
  grid-row-end: 26;
}
/*
.gallery__item--15 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 23;
  grid-row-end: 25;
} */

.gallery__item--17{
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 26;
  grid-row-end: 28;
}
.gallery__item--16 {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 23;
  grid-row-end: 26;
}
.gallery__item--18 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 26;
  grid-row-end: 28;
}
.gallery__item--19 {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 23;
  grid-row-end: 28;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;

.box {display: inline-block;}
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    display: none;
  }
}

/*LOADER----------------------------------------------------------------------------*/
#loader {
  width: 4000px;
  height: 4000px;
  background: none repeat scroll 0 0 #000;
  position: fixed;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.en :lang(it) {
  display: none;
}

body.it :lang(en) {
  display: none;
}

/* #switch-it {
  display: none;
} */

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-down:hover .hvr-icon, .hvr-icon-down:focus .hvr-icon, .hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.centered {
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.icon-arrow-down {
  color: white;
  font-size: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon-arrow-down-green {
  font-size: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

iframe {
  border: 2px solid #a1c7a4;
  border-radius: 20px 0px;
}

/* ///////image modal gallery-------- */
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
width: 60%;
  max-width: 1000px;
	max-height:600px;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.closemodal{
  cursor:pointer;
    float: right;
    font-size: 1.7rem;
    font-weight: 400;
    /* line-height: 1; */
    color: rgb(255, 255, 255);
    opacity: 1;
    position: absolute;
    left: 77%;
    z-index: 100!important;
}
figure {
    margin: 0 0 0rem;
}
.icon-down-home{
  margin-top: -30px;
}
.buttonAudio{
  z-index: 10!important;
    pointer-events: all;
}
.buttonScroll{
  z-index: 9;
  pointer-events: inherit;
}
.telephonenumber {
  color: black;
}

.telephonenumber:hover, .telephonenumber:active {
  color: black;
}
.illustration-numbers{
  position:absolute;
    left: -10%;
    z-index: 1;
}
/* .illustration-numbers2{
  position:absolute;
    left: -10%;
    z-index: 1;
left: -10%;
top: 23%;
} */
.illustration-numbers2 {
    position: absolute;
    z-index: 1;
    left: 86%;
    top: -185px;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: white;
    text-decoration: none;
}
a:not([href]):not([tabindex]){
    color: white;
    text-decoration: none;
}
