<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    scroll-margin-top: 80px;
}
body {
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: 600;
}
.corisande {
    font-family: CorisandeRegular;
}
.corisande.bold {
    font-family: CorisandeBold;
}
.corisande.italic {
    font-family: CorisandeRegularItalic;
}
.corisande.bold.italic {
    font-family: CorisandeBoldItalic;
}
.btn, button, input, .select2, textarea {
    filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 10%));
}
h1 {
    font-size: 50px;
    color: var(--primary);
}
h2 {
    font-size: 36px;
    color: var(--primary);
}
h3 {
    font-size: 28px;
    color: var(--primary);
}
h4 {
    font-size: 24px;
    color: var(--primary);
}
h5 {
    font-size: 21px;
    color: var(--primary);
}
h6 {
    font-size: 19px;
    color: var(--primary);
}
.no-padding {
  padding: 0 !important;
}
.inline-block {
  display: inline-block;
}
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
figure {
  margin: 0;
}
a {
  transition: all .3s ease-in 0s;
  font-weight: 600;
  font-style: italic;
  color: var(--primary);
}
a:hover {
	text-decoration:underline;
}
iframe {
  border: 0;
}
.btn-main {
  color: #009933;
  display: inline-block;
  padding: 12px 0 0;
  text-decoration:underline;
}
.btn-rounded {
	background: var(--body-bg);
    border: 1px solid var(--body-bg);
    color: var(--dark);
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 30px;
}
.btn-rounded:hover {
    background: white;
    border: 1px solid var(--dark);
    text-decoration: none;
}

.btn-main:hover {
  color: #006633;
}
.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}


.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.title {
  padding-bottom: 30px;
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
}

.title p {
  width: 50%;
  margin: 0 auto;
}

.title.title-white h2 {
  color: #fff;
}
.bg-gray {
  background: #f9f9f9;
}
.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
}

.header-bradcrumb a:hover {
  color: #28ABE3;
}
.slick-slide {
  outline: none;
}
.logo {
  display: inline-block;
}
.single-page-header {
  background-image: url("../website/images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
/*=================================================================
  Navigation
==================================================================*/
.navigation {
  transition: .3s all;
}
.navbar {
    padding: 10px 0;
}
nav::-webkit-scrollbar {
    display: none;
}
nav {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
@media (max-width: 991px) {
    nav {
        overflow: scroll;
    }
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #333;
  padding: 20px 15px;
  text-transform: uppercase;
}
.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, .navigation .navbar-light .navbar-nav .nav-item .nav-link:active, .navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #009933;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #009933;
}

@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 10px !important;
  }
}

.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.navigation .dropdown-menu {
  border: 0;
  border-radius: 0;
  top: 80%;
  left: 5px;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: var(--light);
}

@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: unset;
            transform-origin: unset;
    text-align: center;
  }
}

.navigation .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }
}

.navigation .dropdown-item {
  color: var(--primary);
  transition: .2s ease;
  padding: 10px;
}

.navigation .dropdown-item:hover {
  font-weight: 600;
  background: transparent;
  padding-left: 12px;
}
a.nav-link {
  color: var(--primary);
  font-size: 1.5em;
  margin: 0 10px;
  font-weight: 600;
}
#login-button {
    font-size: 1.5em;
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .navigation .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
}
.navbar-brand {
  height: auto;
  padding: 0;
}
.navbar-brand h1 {
  margin: 0;
}
.hero-area {
  background-size: contain;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-area .block {
  color: #fff;
}
.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}
.hero-area .block .btn-main {
  margin-right: 8px;
}
.hero-area .block .btn-main:hover {
  opacity: .8;
}
.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-area-video .block {
  color: #fff;
  text-align: center;
}
.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.slider-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  aspect-ratio: 13/5;
}
@media (max-width: 650px) {
    .slider-item {
        aspect-ratio: 13/8;
    }
}

.slider-item::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.slider-item .band-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-style: solid;
    border-width: 1px 0px;
}

.slider-item h1 {
    color: #000000;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: rgb(0 0 0 / 40%) 2px 2px 4px;
}
.slider-item h4 {
  color: #000000;
  margin-bottom: 20px;
  text-shadow: rgb(0 0 0 / 40%) 2px 2px 4px;
}
.hero-slider {
  overflow-x: hidden;
}
.hero-slider .prevArrow {
  left: -100px;
}
.hero-slider .nextArrow {
  right: -100px;
}
.hero-slider:hover .prevArrow {
  left: 20px;
}
.hero-slider:hover .nextArrow {
  right: 20px;
}
/* slick style */
.slick-slide {
  outline: 0;
}
.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: transparent;
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: .2s ease;
  border-radius: 50%;
}

.slick-arrow::before {
  position: absolute;
  content: '';
  height: 30px;
  width: 30px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  transition: .2s ease;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:hover {
  background: var(--dark);
  filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 25%))
}

.prevArrow {
  left: 0px;
}

.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 15px;
}

.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}

.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 15px;
}

.nextArrow::after {
  left: 20px;
}
/* /slick arrows */
/*=================================================================
  Servizi home
==================================================================*/
.servizi {
  padding-bottom: 50px;
  padding-top: 50px;
}
.servizi-item {
    position: relative;
    text-align: center;
    height: 350px;
    width: 100%;
    transition: all .5s ease;
    filter: drop-shadow(2px 2px 2px rgb(0 0 0 / 25%));
}

.servizi-item .white-overlay {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.servizi-item .content {
    width: 100%;
    position: relative;
    background-color: rgb(237,237,238, 0.7);
    color: black;
}
.servizi-item:hover .content {
    position: relative;
    background-color: var(--body-bg);
    transition: all 0.5s ease;
    transform: scale(1.05);
}
.servizi-item:hover .white-overlay {
    padding: 0rem !important;
}

.servizi-item img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}
.servizi-item:hover img {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    transition: all 0.5s ease;
}
.servizi-item h1,
.servizi-item h2,
.servizi-item h3,
.servizi-item h4,
.servizi-item h5,
.servizi-item h6,
.servizi-item p, {
    text-shadow: rgb(255 255 255 / 50%) 2px 2px 4px;
    padding: 0px 50px;
}
.servizi-bg {
    position: relative;
    overflow: hidden;
}
.servizi-bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    right: 0%;

    z-index: -1;
    background: url('/static/img/Foglia2.png') 0 0 no-repeat;
}
@media (max-width: 650px) {
    .servizi-bg::before {
        width: 200%;

    }
}
@media (min-width: 651px) {
    .servizi-bg::before {
        transform: translateX(-30%);
        right: -10%;
    }
}

.servizi-bg:nth-of-type(even) {
    transform: scaleX(-1);
}
.servizi-bg:nth-of-type(even) &gt; * {
    transform: scaleX(-1);
}

/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 0;
  background: #d9ecdc;
}
.about .green-bg {
  background: #007d15;
  padding: 30px 0 150px;
  color:#fff;
}
.about .blocchi-sotto{
  margin-top: -100px;
}
.about .item {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.about .item .pic {
	height: 250px;
    position: relative;
    overflow: hidden;
}
.about .item .pic img {
    width: 100%;
    left: 50%;
    height: auto;
    top: 50%;
    position: absolute;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.about .item .item-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #2f4d5a;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.about .item:hover .item-info {
  max-height: 300px;
}
.about .item h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2f4d5a;
  position: relative;
  padding-bottom: 10px;
}
.about .item h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}
.about .item span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.about .item .social {
  margin-top: 15px;
}
.about .item .social a {
  transition: color 0.3s;
  color: #52869d;
}
.about .item .social a:hover {
  color: #67b0d1;
}
.about .item .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .about .item {
    margin-bottom: 110px;
  }
}

/**/
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  padding: 30px 0 50px;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height:300px;
}
.portfolio .portfolio-wrap img.img-bg {
    width: 100%;
    left: 50%;
    height: 100%;
    top: 50%;
    position: absolute;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 125, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
}
.portfolio .portfolio-wrap .portfolio-text {
	position: absolute;
    z-index: 4;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    padding: 0 15%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	color:#fff;
	  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-logo {
    width: 100px!important;
    padding: 0 10px 0 0;
}
.portfolio .portfolio-wrap .portfolio-service {
    width: 220px!important;
}
.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 10px;
  bottom: 5px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: right;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: rgba(0, 64, 11, 0.8);
}

/*=================================================================
  Loghi partner
  ==================================================================*/
.partner {
padding:20px 0 40px;
border-top:1px solid #009933;
}
.partner .row {
justify-content: center;
}
.partner .bordered{
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
.partner-item{
	display: flex;
  justify-content: center;
  align-items: center;
  padding:30px 10px;
  /* border:1px solid #ccc; */
  margin-left:-1px;
  margin-top:-1px;
}
.partner .row .partner-item:first-child {
  border-left:none;
}
.partner .row .partner-item:last-child {
  border-right:none;
}
.partner .row:last-child .partner-item{
  border-bottom:none;
}
.partner-item img{
	max-width: 220px;
    height: auto;
    max-height: 80px;
}

/*=================================================================
  Contatti
  ==================================================================*/
#contatti {
    background-image: url('/static/img/ModuloContatti.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-y: bottom;
    background-size: cover;
    /* background-size: 80%; */
}

.contact{
	padding:50px 0px 80px;
    /* background: rgba(255,255,255,0.5); */
}
.contact-form .form-control {
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  border-radius: 4px;
  filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 25%))
}

.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #159949;
  filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 25%))
}

.contact-form .contact-submit {
	border: none;
    padding: 10px 20px;
    width: auto;
    margin: 0;
    background: var(--primary);
    color: #fff;
    border-radius: 20px;
    filter: drop-shadow(2px 2px 5px rgb(0 0 0 / 25%))
}
.contact-form .contact-submit:hover {
	background: #06672c;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}
.contact-form label, .contact-form .label{
	font-size:14px;
}
.contact-form .required {
  color: red;
}
.error-message {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  background-color: #FFBABA;
  text-align:center;
}

.sent-message {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  padding: 10px;
  text-align:center;
}
#error, #success {
  display: none;
  margin-bottom: 10px;
}

/*=================================================================
  Carrello section
==================================================================*/
.carrello h1, .carrello h2, .carrello h3, .carrello h4, .carrello h5, .carrello h6, .carrello p, .carrello span {
    color: var(--tertiary);
}
/*=================================================================
  Footer section
==================================================================*/
footer {
	background-color: var(--dark);
    color: var(--secondary);
    line-height: 1;
}
.footer-bg {
    background-image: url('../img/footer-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer-info-band {
    background-color: var(--primary);
}

footer p, footer address {
    font-weight: 600;
    font-size: 23px;
}
footer a {
    color: var(--secondary);
}
footer a:hover {
    color: white;
}

/*================================================================
                          COOKIE CONSENT
 ================================================================*/

#cm.bar {
    padding: 0.5em 1em !important;
}

#cm.bar #c-inr {
    max-width: 100% !important;
}

#c-inr-i {
    width: 90%;
    float: left;
}

#c-bns {
    width: 10%;
    float: right;
    margin-top: 0;
}


.carrello #immagine-prodotto {
    display: none;
}

.carrello #subtotale-prodotto {
    display: none;
}
/*
.product-in-cart ul li {
    display: none;
}
*/
.riepilogo .tooltip-content {
    background-color: var(--tertiary);
}
.riepilogo .tooltip-content {
    background-color: white;
}
/* MEDIA QUERIES */
@media (max-width: 575px) { /* XS */
    .cart .sidebar {
        width: calc(100vw - 25px);
    }
	.bottone-carrello {
	    right: calc(100vw - 27px);
	    width: 33px;
	}


    footer p, footer a {
        font-size: 18px;
    }
    footer h3 {
        font-size: 25px;
    }
    p {
        font-size: 16px;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 24px;
    }
    h5 {
        font-size: 21px;
    }
    h6 {
        font-size: 19px;
    }

    .carrello #immagine-prodotto {
        display: none;
    }

    .carrello #titolo-prodotto, .carrello #prezzo-prodotto, .carrello #quantita-prodotto, .carrello #bottoni-prodotto {
        width: 100%;
    }

    .riepilogo #immagine-prodotto, .riepilogo #titolo-prodotto, .riepilogo #prezzo-prodotto, .riepilogo #quantita-prodotto, .riepilogo #subtotale-prodotto, .riepilogo #bottoni-prodotto {
        width: 100%;
    }
}

@media (min-width: 576px) { /* SM */
    .carrello #titolo-prodotto {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .carrello #prezzo-prodotto {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .carrello #quantita-prodotto {
        flex: 0 0 auto;
        width: 25%;
    }
    /*
    #quantita-prodotto-titolo {
        display: none;
    }
    */
    .carrello #bottoni-prodotto {
        flex: 0 0 auto;
        width: 25%;
    }

    .riepilogo #immagine-prodotto {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .riepilogo #titolo-prodotto {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .riepilogo #prezzo-prodotto {
        flex: 0 0 auto;
        width: 25%;
    }
    .riepilogo #quantita-prodotto {
        flex: 0 0 auto;
        width: 50%;
    }
    .riepilogo #subtotale-prodotto {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 768px) { /* MD */
    .riepilogo #bottoni-prodotto {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .riepilogo #quantita-prodotto {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .riepilogo #bottoni-prodotto {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (min-width: 992px) { /* LG */
    #product-item-header {
        display: block;
    }
    .riepilogo #immagine-prodotto {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .riepilogo #titolo-prodotto {
        flex: 0 0 auto;
        width: 25%;
    }
    .riepilogo #prezzo-prodotto {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    /*
    #prezzo-prodotto-titolo {
        display: none;
    }
    #prezzo-prodotto-cadauno {
        display: none;
    }
    */
    .riepilogo #quantita-prodotto {
        flex: 0 0 auto;
        width: 25%;
    }
    .riepilogo #subtotale-prodotto {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    /*
    .riepilogo #subtotale-prodotto-titolo {
        display: none;
    }

    .product-in-cart ul li{
        display: block;
    }
    .riepilogo #immagine-prodotto, .riepilogo #titolo-prodotto, .riepilogo #prezzo-prodotto, .riepilogo #quantita-prodotto, .riepilogo #subtotale-prodotto {
        height: 100px;
        border-style: solid;
        border-width: 1px;
        border-color: var(--dark);
        border-right-style: solid;
    }*/
}

@media (min-width: 1200px) {
    /* XL */
}

.checkout-container {
 background-color : #f9f9f9;
}
.villaggiodellezucche .card img {
  width: 100%; /* Immagini responsivi per adattarsi alla larghezza della card */
  height: auto; /* Mantieni il rapporto di aspetto dell'immagine */
  border-bottom: 1px solid #ddd; /* Separazione visiva tra immagine e contenuto */
}
/* Gestione della card a grande schermo */
.villaggiodellezucche .card {
  width: 11%; /* 4 cards per riga sui dispositivi desktop */
  margin: 1.5%; /* Distanza tra le card */
  font-size: 1.2rem; /* Font dimensionale per desktop */
  box-sizing: border-box; /* Assicurati che padding e margini siano inclusi nella larghezza */
  border-radius: 10px; /* Angoli arrotondati */
  transition: transform 0.3s ease-in-out; /* Transizione per effetti hover */
}

/* Effetto hover sulle card */
.villaggiodellezucche .card:hover {
  transform: scale(1.05); /* Aumenta leggermente la card quando viene passata sopra con il mouse */
}

@media (max-width: 1400px) {
  .villaggiodellezucche .card {
      width: 30%; /* 1 card per riga su mobile, ma piÃ¹ piccola di prima */
      margin: 5% auto; /* Centratura e margini per mobile */
      font-size: 0.9rem; /* Riduci ulteriormente il font su schermi piccoli */
  }
}

/* Mobile e tablet */
@media (max-width: 768px) {
  .villaggiodellezucche .card {
      width: 80%; /* 1 card per riga su mobile, ma piÃ¹ piccola di prima */
      margin: 5% auto; /* Centratura e margini per mobile */
      font-size: 0.9rem; /* Riduci ulteriormente il font su schermi piccoli */
  }
}

/* Tablet (intermedio) */
@media (max-width: 1080px) {
  .villaggiodellezucche .card {
      width: 35%; /* 2-3 cards per riga su tablet */
      margin: 10px auto; /* Centratura e margini per tablet */
      font-size: 1rem; /* Piccola riduzione per il tablet */
  }
}

/* Ulteriore riduzione per schermi molto piccoli (mobile extra-small) */
@media (max-width: 480px) {
  .villaggiodellezucche .card {
      width: 90%; /* 1 card per riga su dispositivi molto piccoli */
      margin: 10px auto;
      font-size: 0.8rem; /* Ulteriore riduzione della dimensione del font */
  }
}
</pre></body></html>