html {
  scroll-behavior: smooth;
}
body {
  background-color: #f7f7f7;
  color: #000;
  font-family: 'BasisGrotesquePro';
  margin: 0;
  padding: 0;
  width: 100%;
}
#background-video {
  width: 100%;
  height: inherit;
  object-fit: cover;
  z-index: 1;
}
#background-video:fullscreen{
  object-fit: contain !important;
}
.above-the-fold {
  background-image: url("/imgs/agrofata-preview.jpg");
  background-size: cover;
  aspect-ratio: 16/9;
  padding: 100px 100px 10px 100px;
  position: relative;
}
.above-the-fold-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .above-the-fold-forma{
  position: absolute;
  top: 90px;
  left: 0px;
  width: 50%;
  // height: 100%; 
} */
.above-the-fold-container {
  color: #f7f7f7;
  height: 80%;
  position: relative;
  width: 100%;
}
.above-the-fold-container, .above-the-fold-contacts, .above-the-fold-contacts-hidden {
  z-index: 2;
}
.above-the-fold-contacts, .above-the-fold-contacts-hidden {
  position: relative;
  justify-content: flex-end;
}
.above-the-fold-contacts-hidden {
  visibility: hidden;
}
.above-the-fold-title {
  background-color: rgba(158, 190, 54, .7);
  font-family: 'BasisGrotesquePro-Bold';
  font-size: 2rem;
  margin: 0;
  margin-top: 50px;
}
.description-cta{
  color: #000;
  background-color: rgba(255, 255, 255, .7);
  padding: 25px;
  width: 50%;
}
.above-the-fold-description {
  margin: 0;
  margin-bottom: 25px;
  line-height: 1.3;
}
.above-the-fold-title{
  margin-right: auto;
  padding: 25px;
  width: 50%;
}
#myPlayButton {
  display: flex;
  color: #fff;
  background-color: rgb(144, 27, 92);
  margin: 0;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.above-the-fold-contacts,
.above-the-fold-contacts-hidden,
.rapid-contacts,
.above-the-fold-contacts .socials,
.above-the-fold-contacts-hidden .socials,
.footer-rapid-contacts,
.footer-content .socials {
  display: flex;
  color: #f7f7f7;
  column-gap: 10px;
}
.email-contact a,
.whatsapp-contact a {
  text-transform: none;
  color: #f7f7f7;
}
.whatsapp-contact img,.email-contact img {
  width: 30px;
}
.whatsapp-contact, .email-contact {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.socials .social img {
  width: 30px;
  height: 30px;
  margin: 0;
}
.body-container {
  margin: 0px auto;
  max-width: 1200px;
  position: relative;
}
.cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  column-gap: 25px;
}
.cta-separator{
  margin: 0;
  padding: 0;
  background-color: #2c5422;
  height: 70px;
  width: 2px;
}
.cta {
  background-color: rgb(158, 190, 54);
  color: #fff;
  font-size: 23px;
  font-family: 'BasisGrotesquePro-Bold';
  padding: 4px 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  scroll-behavior: smooth;
}
.text-with-image-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px auto;
}
.full-width {
  width: 100%;
}
.text-with-image-container .text-container .image-title, .text-with-image-container .text-container .image-description {
  padding: 0px 25px;
}
.image-container {
  max-width: 600px;
}
.image-container img {
  aspect-ratio: 1.3;
  object-fit: cover;
  width: 100%;
}
.full-image-container{
  min-height: 30vw;
  justify-content: flex-start;
  background-image: url("/imgs/largeImageBanner.jpg");
  background-position: center;
  background-size: cover;
}
.full-image-text{
  z-index: 1;
  width: 50%;
  margin-left: 10%;
}
.full-image-text .image-description, .full-image-text .image-title{
  color: #fff;
}
.services-container,
.contacts-container,
.reviews-container,
.partners-container {
  background-color: #fff;
  padding: 50px 0px;
}
.datas-container{
  background-color: #f7f7f7;
  padding: 50px 0px;
}
.datas-boxes-container,
.services-boxes-container,
.partners-boxes-container {
  display: flex;
  column-gap: 5%;
  justify-content: center;
  align-items: flex-start;
  margin: 0px auto;
  padding-top: 50px;
}
.partners-boxes-container{
  align-items: center;
}
.services-container .service-box-container img,
.partners-container .partner-box-container img {
  width: 150px;
}
.datas-container .data-box-container img {
  width: 60px;
  margin-bottom: 25px;
}
.services-container .service-box-container img {
  border-radius: 300px;
  height: 150px;
  object-fit: cover;
}
.data-box-container{
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 200px;
}
.reviews-title,
.reviews-main-title,
.services-title,
.service-title,
.data-title,
.data-subtitle,
.partners-title {
  color: rgb(44, 84, 34);
}
.image-title{
  font-family: 'BasisGrotesquePro-Bold';
  color: rgb(158, 190, 54);
}
.solution-container .image-title {
  font-size: 2rem;
}
.image-description {
  font-size: 18px;
  line-height: 1.3;
}
.underline-separator {
  width: 100px;
  background-color: rgb(158,190,54);
  height: 5px;
  margin: 0 auto 25px auto;
}
.services-title,
.contacts-title,
.contacts-main-title,
.reviews-title,
.reviews-main-title,
.partners-title {
  font-family: 'CartoGothicStd';
  font-size: 2rem;
  margin: 25px auto;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  width: fit-content;
}
.services-title, .partners-title, .reviews-title, .reviews-main-title {
  margin-bottom: 0;
}
.contacts-title, .reviews-title{
  font-size: 1.5rem;
}
.service-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.service-title {
  font-family: 'BasisGrotesquePro-Bold';
  text-align: center;
  text-transform: uppercase;
}
.service-description {
  margin: 0;
  line-height: 1.3;
  color: #949494;
  font-size: 13px;
  hyphens: auto;
}
.solution-container, .solution-container .image-title{
  background-color: rgb(158, 190, 54);
  color: #fff;
}
.contacts-container {
  background-color: rgb(44, 84, 34);
  color: #fff;
}
.contacts-boxes-container {
  column-gap: 25px;
  display: flex;
  justify-content: center;
}
.left-boxes,
.right-boxes {
  width: 100%;
}
.contacts-box-container input,
.contacts-box-container textarea,
.contacts-box-container button {
  width: -webkit-fill-available;
}
.contacts-box-container input {
  height: 30px;
}
.contacts-box-container input::placeholder, .contacts-box-container textarea::placeholder {
  font-family: 'BasisGrotesquePro';
  color: #cecece;
  padding-left: 5px;
}
.contacts-box-container button {
  height: 34px;
  margin: 0;
  margin-top: 4px;
}
.contacts-box-container input,
.contacts-box-container textarea {
  background-color: transparent;
  color: #fff;
  border: solid 1px #ffd700;
  margin-bottom: 5px;
}
.contacts-box-container:last-child,
.contacts-box-container textarea {
  margin-bottom: 0;
}
.contacts-box-container textarea {
  height: 145px;
  margin-bottom: -1.5px;
}
.contacts-title, .contacts-main-title {
  border-bottom: none;
  color: #fff;
}
.contacts-main-title{
  margin-bottom: 50px;
}
.checkbox-gdpr {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#emailboxcheck {
  height: 20px;
  margin-bottom: 0;
  width: fit-content;
}
.contacts-box-container button {
  background-color: #ffd700;
  border: 0px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.data-title, .data-subtitle{
  font-family: 'BasisGrotesquePro-Bold';
  margin: 5px 0;
  text-align: center;
}
.reviews-container {
  padding: 50px 150px;
}
.reviews-text-container {
  color: rgb(44, 84, 34);
  display: flex;
  height: 100%;
  min-height: 30vw;
  position: relative;
  width: 100%;
}
.left-apice-absolute,
.right-apice-absolute {
  font-family: 'BasisGrotesquePro-Bold';
  position: absolute;
  font-size: 20rem;
  opacity: 0.1;
  margin: 0;
  z-index: 1;
}
.left-apice-absolute {
  top: -20px;
  left: 50px;
}
.right-apice-absolute {
  bottom: -20px;
  right: 50px;
}
.review-container {
  padding: 50px;
  margin: auto 0;
  z-index: 2;
}
.review-container h2 {
  font-size: 2rem;
  text-align: center;
}
.review-description,
.review-title,
.review-name {
  width: 80%;
  margin: 20px auto;
}
.review-name {
  color: rgb(158, 190, 54);
  font-family: 'BasisGrotesquePro-Bold';
}
.review-description {
  line-height: 1.2;
}
.contact-button {
  margin: 50px auto;
  width: fit-content;
}
.contact-expert {
  font-family: 'BasisGrotesquePro-Bold';
  background-color: rgb(144, 27, 92);
  padding: 10px 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 23px;
}
.footer-container {
  padding: 50px 25px;
}
.footer-content {
  display: flex;
  justify-content: center;
  column-gap: 25px;
}
.footer-rapid-contacts {
  flex-direction: column;
  row-gap: 10px;
}
.footer-rapid-contacts .whatsapp-contact a,
.footer-rapid-contacts .email-contact a {
  color: #000;
  font-size: 15px;
}
.links p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.company-logo {
  margin: 0 50px;
}
.contacts-box-container button.form-clicked {
  background-color: #000;
}
.hidden {
  display: none;
}
/* SCROLLBARS
..
...
....
.....
......*/

.works-container::-webkit-scrollbar {
  height: 8px; /* width of the entire scrollbar */
}

.works-container::-webkit-scrollbar-track {
  background: trasparent; /* color of the tracking area */
}

.works-container::-webkit-scrollbar-thumb {
  background-color: #e5e5e5; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}

body::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: trasparent; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  /* background-color: rgb(68, 132, 52); color of the scroll thumb */
  background-color: rgb(44, 84, 34); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
}

/* SLIDER RECENSIONI */

.slick-slider {
  -khtml-user-select:none;
  -moz-box-sizing:border-box;
  -moz-user-select:none;
  -ms-touch-action:pan-y;
  -ms-user-select:none;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  box-sizing:border-box;
  touch-action:pan-y;
  user-select:none;
  }
  
  body {
  line-height:1;
  }
  
  .slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
  opacity:.25;
  }
  
  .slick-next:before,[dir=rtl] .slick-prev:before {
  content:'>';
  }
  
  .slick-next:before,.slick-prev:before {
  color:#fff;
  font-size:20px;
  line-height:1;
  opacity:.75;
  }
  
  .slick-dots li button:before,.slick-next:before,.slick-prev:before {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-family:slick;
  }
  
  button.slick-disabled {
  opacity:.6;
  }
  
  .slick-next {
  right:0;
  }
  
  .slick-arrow {
  background-color: #2c5422;
  color: #fff;
  height:40px;
  width:40px;
  z-index:1;
  }
  
  .slick-next {
  right:-25px;
  }
  
  .slick-next,.slick-prev {
  -ms-transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
  background:0 0;
  border:none;
  color:transparent;
  cursor:pointer;
  font-size:0;
  height:20px;
  line-height:0;
  margin-top:-10px\9;
  outline:0;
  top:50%;
  transform:translate(0,-50%);
  width:20px;
  }
  
  .slick-dots,.slick-next,.slick-prev {
  display:block;
  padding:0;
  position:absolute;
  }
  
  button {
  background-color:#2c5422;
  border:none;
  font-size:18px;
  font-weight:600;
  margin:10px;
  padding:10px 20px;
  transition:all .5s;
  }
  
  .slick-arrow:before {
  font-size:20px;
  }
  
  .slick-prev:before {
  content:'<';
  }
  
  .slick-next:before,.slick-prev:before {
  color:#fff;
  border-radius: 300px;
  /* padding: 10px 13px 10px 13px; */
  font-size:16px;
  line-height:1;
  opacity:.75;
  }
  
  .slick-dots li button:before,.slick-next:before,.slick-prev:before {
  -moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  font-family:slick;
  }
  
  .slick-dots,.slick-next,.slick-prev {
  display:block;
  padding:0;
  position:absolute;
  }
  
  .slick-next,.slick-prev {
  -ms-transform:translate(0,-50%);
  -webkit-transform:translate(0,-50%);
  background-color: #2c5422;
  border-radius: 30px;
  border:none;
  color:transparent;
  cursor:pointer;
  font-size:0;
  height:20px;
  line-height:0;
  margin-top:-10px\9;
  outline:0;
  top:50%;
  transform:translate(0,-50%);
  width:20px;
  }
  
  .slick-list {
  margin:0 auto;
  max-width:1000px;
  overflow:hidden;
  padding:30px 0;
  }
  
  .slick-list .slick-slide {
  font-size:30px;
  font-weight:700;
  line-height:2;
  padding:40px 20px;
  text-align:center;
  }
  
  .slick-arrow {
  height:40px;
  width:40px;
  z-index:1;
  }
  
  .slick-arrow:before {
  font-size:20px;
  }
  
  .slick-next {
  right:0;
  }
  
  .slick-prev {
  left:0;
  }
  
  .slick-track {
  display:inline-flex;
  }
  
  .btn-wrap {
  text-align:center;
  width:100%;
  }
  
  button {
  background-color:#2c5422;
  border:none;
  font-size:18px;
  font-weight:600;
  margin:10px;
  padding:10px 20px;
  transition:all .5s;
  }
  
  button.slick-disabled {
  opacity:.6;
  }

/* FINE SLIDER RECENSIONI */

/* RESPONSIVE DATAS */
@media screen and (min-width: 1500px){
  .above-the-fold {
    max-height: 40vw;
    width: -webkit-fill-available;
    aspect-ratio: 20/9;
  }
}
@media screen and (min-width: 1440px){
  .above-the-fold-title{
    padding-left: 25px;
  }
}
@media screen and (max-width: 1100px){
  .body-container {
    max-width: 900px;
  }
  .footer-content {
    row-gap: 25px;
    flex-wrap: wrap;
  }
  .partners-boxes-container {
    row-gap: 25px;
    flex-wrap: wrap;
  }
  .above-the-fold-title {
    padding-top: 30px;
  }
}
@media screen and (max-width: 820px){
  .body-container {
    max-width: 700px;
  }
  .text-with-image-container {
    row-gap: 25px;
    flex-wrap: wrap;
    padding: 0px 25px;
  }
  .image-container img {
    width: 90%;
    margin-left: 5%;
  }
  .text-with-image-container .text-container .image-title, .text-with-image-container .text-container .image-description {
    padding: 0px;
  }
  .services-boxes-container, .datas-boxes-container {
    row-gap: 25px;
    flex-wrap: wrap;
  }
  .above-the-fold{
    padding: 120px 50px 10px 50px;
  }
  /* .above-the-fold-title, .above-the-fold-description{
    width: 80%;
  } */
  .above-the-fold-title {
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px){
  .second-separator{
    display: none;
  }
  .body-container {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
  .reviews-container {
    padding: 50px 25px;
  }
  .above-the-fold-contacts, .cta-container, .rapid-contacts {
    row-gap: 25px;
    flex-wrap: wrap;
  }
  .contacts-boxes-container {
    flex-wrap: wrap;
  }
  .image-container img {
    width: 90%;
    margin-left: 5%;
  }
  .above-the-fold {
    aspect-ratio: 9/12;
  }
  .above-the-fold-title {
    font-size: 1.7rem;
  }
  .review-container h2 {
    font-size: 1.5rem;
  }
  .slick-list {
    padding: 40px 0;
  }
  .full-image-text{
    width: 90%;
    margin-left: 5%;
  }
  .text-with-image-container{
    padding: 25px 0;
  }
}
@media screen and (max-width: 500px){  
  /* .above-the-fold-forma {
    display: none;
  } */
  .contact-expert {
    font-size: 20px;
  }
  .links, .footer-rapid-contacts {
    width: 90%;
  }
  .reviews-container {
    padding: 50px 0px;
  }
  .reviews-container .body-container {
    max-width: calc(100% - 20px);
  }
  .left-apice-absolute{
    top: 75px;
  }
  .data-title{
    font-size: 2.8rem;
  }
  .data-subtitle{
    font-size: 1rem;
  }
  .above-the-fold {
    aspect-ratio: 9/10;
    padding: 100px 25px 50px 25px;
  }
  .above-the-fold-container {
    height: max-content;
    padding-bottom: 50px;
  }
  .above-the-fold-title {
    font-size: 1.1rem;
    padding-top: 25px;
  }
  .above-the-fold-description {
    font-size: 14px;
  }
  .data-box-container{
    width: 150px;
  }
  .description-cta {
    padding: 25px 25px 0 25px;
  }
  #myPlayButton {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .image-container img {
    width: 100%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 390px){
  .first-separator{
    display: none;
  }
  .above-the-fold-title, .description-cta {
    padding-right: 10px;
  }
  .above-the-fold-title {
    font-size: 1rem;
  }
  #myPlayButton {
    font-size: 15px;
    width: calc(100% + 35px);
  }
  .solution-container .image-title {
    font-size: 1.5rem;
  }
}