:root{

	--orange:#FF7A4D;
	--light-orange:#FFD0c0;
	--yellow:#F7EF34;
	--red:#D90D03;
	--standard:30px;
	--double:60px;
	--triple:90px;
	--mini:10px;
}

::selection {
    background: var(--blue);
    color: #fff;
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after, .wpcf7{
	line-height: 1;
}

*{
	margin:0px;
	padding:0px;
}

html, body { 
	font-family: 'DM Sans', sans-serif !important;
	font-weight:300;
	color:#000;
	font-size:16px;
}

h1, h2, h3, h4{
	font-family: 'Anton', sans-serif;
	line-height: 1;
}

b{
	font-weight: 700;
}

a img{
	border:0px;
}

a{
	text-decoration:none;
	transition: all 0.7s ease 0s;
	color:#000;
}

a:focus, a:hover, a:active{
	color:#000;
}

ul{
	list-style-type:none;
}

.content p{
	font-size: 20px;
	line-height: 1;
}

.benefit-points-section .col-lg-6{
	transform: scale(1.5);
	margin-bottom: 250px;
}

.content ul li{
	position: relative;
	padding-left: 30px;
	line-height: 1.5;
	font-size: 24px;
}

.content ul li::before {
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 1em;
	position: absolute;
	font-size: 55px;
	top: -21px;
	left: 0px;
	color:var(--blue);
}

#mainNav.shrink{
  position:fixed;
  width:100%;
  top:0;
  line-height: 26px;
  background-color:#fff;
  border-bottom:1px solid #000;
  z-index: 9999;
  padding-bottom: 5px;
}

.padding-0{
	padding:0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #3a3a3a;
    background-color: #3a3a3a;
	padding:15px 30px;
	border-radius:5px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.parallax {
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-mission{
	min-height: 140vh;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0px;
}

.wpcf7-form div.wpcf7-response-output {
    clear: both;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 0px;
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid,select.wpcf7-not-valid{
    border:1px solid red;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid input[type="checkbox"]{
	outline: 1px solid red;
}
v
.wpcf7-form-control-wrap {
    color: #fff;
    font-size: 12px;
}

input[type="submit"] {
	transition: all 0.7s ease 0s;
	cursor:pointer;
	background: var(--orange) !important;	
	color:#fff;
	border:1px solid var(--orange);
	font-size:14px;
	border:0px !important;
	padding: 7px 30px;
  	border-radius: 45px;
	margin-bottom:10px;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color:#fff;
	border:1px solid var(--orange);
	color:#fff;

}

#form p{
	margin-bottom: 30px;
}

.form span.wpcf7-list-item {
    margin: 0px;
	margin-top:0px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap {
    color: #fff;
	font-size:14px;
}

input.btn-primary{
	margin-bottom:10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999 !important;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #999 !important;
  }

textarea{
	height:90px !important;
}

.form-control {
    color: #000;
	background-color: #fff;
	border:0;
    background-image: none;
	margin-bottom:0px;
	box-shadow:none;
	margin-bottom:var(--mini);
	border-radius: 0px;
	font-size:14px;
}

input[type="text"].form-control , input[type="email"].form-control {
	border-bottom: 1px solid var(--orange);
	margin-bottom: 15px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.jumbotron{
	padding:0;
	position:relative;
	background-position:center center;
	height:100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-primary:active{
	background-color: var(--orange);
	color:#fff;
	border:0px;
	padding: 15px 40px;
	font-size:16px;
	transition: all 0.7s ease 0s;
	border-radius: 45px;
}

.mb-mini{
	margin-bottom:10px;
}

.p-tb{
	padding-top:30px;
	padding-bottom:30px;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.mb-standard{
	margin-bottom:var(--standard);
}

.pb-mini{
	padding-bottom:var(--mini);
}

.pt-standard{
	padding-top:var(--standard);
}

.pb-standard{
	padding-bottom:var(--standard);
}

.pt-double{
	padding-top:var(--double);
}

.pb-double{
	padding-bottom:var(--double);
}

.pt-triple{
	padding-top:var(--triple);
}

.pb-triple{
	padding-bottom:var(--triple);
}

.pl-standard{
	padding-left:var(--standard);
}

.pr-standard{
	padding-right:var(--standard);
}

.ptb-mini{
	padding-top:var(--mini);
	padding-bottom:var(--mini);
}

.wpcf7 .ajax-loader{
	display:block !important;
}

.visual{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.visual p{
	color:#fff;
	font-size: 21px;
	line-height: 1;
}

.visual h2{
	color:#fff;
}

.wpcf7-spinner{
	position: absolute;
}

.wpcf7-form{
	margin-top:var(--mini);
}

.wpcf7-radio.wpcf7-not-valid label{
	border-bottom:1px solid red;
}

.wpcf7-radio label{
	padding-right: 10px;
}
.wpcf7-response-output{
	/*display:none;*/
	padding: 15px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	background-color: #46b450;
}

.wpcf7-radio label span{
	font-size:12px;
	line-height: 1.5;
}

.wpcf7-radio{
/* background-color: #D50037; */

}

input[type="radio"] {
    transform:scale(1);
}

select.form-control:not([size]):not([multiple]) {
    height: 34px;
	color:#999;
	background-color:#fff;
}

#visual{
	background-color: #ffd76d;
	background-size: 60%;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.brand img{
	margin-bottom: var(--standard);
}

.brand{
	margin-top: var(--standard);
}

h1{
	font-size: 74px;
	line-height: 1.1;
}

h1 span.orange{
	color: var(--orange);
	
}

.orange{
	color: var(--orange) !important;
	
}

#visual .container{
	padding-top: 120px;
}

.u{
	position: relative;
}

.u:after{
  position: absolute;
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: 14px;
}

.esc{
	padding-top: 100px;
	padding-bottom: 30px;
}

.green{
	background-color: #4cafac;
}

h2{
	color: #fff;
	font-size: 60px;
}

.pt-30{
	padding-top: 30px;
}

p{
	font-size: 24px;
	line-height: 1;
}

p span{
	color:#fff
}

h2 span{
	color: var(--orange);
}

.black{
	background-color: #000;
}

.h2-1{
	margin-left: -204px;
}

.h2-2{
	margin-left: -120px;
}

.h2-3{
	margin-left: -120px;
}

.h2-4{
	
}

.grey{
	background-color: #f2f2f2;
}

.grey h2{
	color: #000;
}

.grey .button{
	height:120px;
	margin-left: 60px;
	margin-top:-20px;
}

.blue{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

section{
	padding-top: 90px;
	padding-bottom: 90px;
}

.blue p{
	color:#fff
}

#section2 p{
	color:#000
}

#section2 p span{
	color:#fff;
}

.light-orange{
	background-color:#ffdeab;
}

.light-orange h2{
	color:#000;
	text-align: right;
	font-size: 90px;
}

.light-orange p{
	color:#000;
	line-height: 1;
	font-size:18px;
}

.light-orange p span{
	font-size: 27px;
	font-weight: 700;
	color:var(--orange);
}

#form{
	
}

form p span{
	color:#000;
	font-size:11px
}

.forms{
	padding-bottom:0px;
}

.forms div.highlight{
	color: var(--orange);
	position: relative;
	z-index: 1;
	font-family: "Anton";
	font-size: 46px;
	width: fit-content;
	height: auto;
	margin-top: -15px;
	z-index: 0;
}

footer{
	background-color: #4a4a4a;
	text-align: center;
}


section.light-orange .container{
	position: relative;
}

section.light-orange .container .tastini{
	position: absolute;
	bottom: var(--standard);
	right: var(--standard);
	height: 80px;
}

.slides{
	position: relative;
}

.slides .logo{
	position: absolute;
	top: 30px;
	left: 30px;
}

.scroll-downs {
	position: fixed;
	bottom: 60px;
	left: 50%;
	margin: auto;

	width :34px;
	height: 55px;
  }
  .mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
  }
  .scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
  }

  #myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
  }

  .big-mobile{
		display: none !important;
	}

  @keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
  }

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	  padding-right: 20px;
	  padding-left: 20px;
	}
  }


  body.video-playing {
    overflow: hidden;
}

#video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    transition: opacity 1s ease-out;
}

#intro-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    #intro-video {
        object-fit: contain;
    }
}

.fade-out {
    opacity: 0;
    pointer-events: none;
}

#main-content {
    opacity: 0;
    transition: opacity 0.5s ease-in;
    /*min-height: 100vh;*/
    background-color: #fff;
    position: relative;
    z-index: 1;
}

#main-content.show-content {
    opacity: 1;
}

.navbar-brand img {
    height: 40px;
}

.hero-section {
    display: flex;
    align-items: center;
    color: white;
    position: relative;
}

.hero-content {
    text-align: center;
}

.hero-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FF7A4D, #f7931e);
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
}

.hero-title {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}

.hero-subtitle {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .hero-title, .hero-subtitle {
        font-size: 2.5rem;
    }
    
    .hero-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

.word {
    color: var(--light-orange);
    transition: color 0.3s ease;
}

.word.scrolled {
    color: var(--orange);
}

.orange-section {
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
	z-index: 0;
}

.word-white {
    color: rgba(255,255,255,0.4);
    transition: color 0.3s ease;
}

.word-white.scrolled {
    color: #fff
}

/* Top to Bottom Animation within Orange Section */
.orange-section .top-blocks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    pointer-events: none;
}

.orange-section .top-orange-block {
    background-color: #FF7A4D;
    height: 100%;
    transform: translateY(100%);
    opacity: 1;
}

.orange-section .top-orange-block.slide-up {
    transform: translateY(0);
}

.orange-section .container {
    position: relative;
    z-index: 2;
}

/* Different widths for each bottom-up block */
.orange-section .top-block-1 { width: 15%; transition: transform 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.orange-section .top-block-2 { width: 20%; transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.orange-section .top-block-3 { width: 14%; transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.orange-section .top-block-4 { width: 19%; transition: transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.orange-section .top-block-5 { width: 14%; transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.orange-section .top-block-6 { width: 16%; transition: transform 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.orange-section .top-block-7 { width: 5%; transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* Barter Benefits Section */
.barter-benefits-section {
    /*background-color: #f8f9fa;*/
    min-height: auto;
	padding-top: 400px;
	padding-bottom: 300px;
}

.text-orange {
    color: #FF7A4D;
}

#video-light{
	margin-top: 160px;
	margin-bottom: 300px;
}

.benefit-item {
    text-align: left;
    padding: 2rem 1rem;
    height: 100%;
	margin: 0px auto;
}

.benefit-number {
    font-size: 4rem;
    font-weight: bold;
    color: #FF7A4D;
    margin-bottom: 1rem;
    line-height: 1;
}

.benefit-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.benefit-description {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 0;
}

.benefit-points-section .media {
    display: flex;
    align-items: center;
}

.benefit-points-section .media img {
    margin-right: 20px;
    flex-shrink: 0;
}

.benefit-points-section .media-body {
    flex: 1;
}

/* Final Video Section - Responsive */
.full-width-video-section {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.final-video-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Responsive adjustments for tablets */
@media (max-width: 1024px) {
    .full-width-video-section {
        height: 60vh;
    }
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .full-width-video-section {
        height: 50vh;
    }

    .barter-title {
        font-size: 2rem;
    }

    .benefit-number {
        font-size: 3rem;
    }

    .benefit-title {
        font-size: 1rem;
    }

    .benefit-description {
        font-size: 0.85rem;
    }
}

/* Numbers Block Section */
.numbers-block-section {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
	padding-top: 200px;
}

.numbers-block-section .container {
    width: 100%;
}

.numbers-block-section .row {
    align-items: center;
    min-height: 100vh;
}

.numbers-container {
    max-width: 600px;
    margin: 0 auto;
}

.number-item {
    text-align: center;
    flex: 1;
}

.big-number {
    font-size: 6rem;
    font-weight: bold;
    color: #FF7A4D;
    display: block;
    line-height: 1;
}

.animated-number {
    position: relative;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.digit-column {
    position: relative;
  width: 4rem;
  height: 6rem;
  overflow: hidden;
  display: inline-block;
  margin: 0;
}

.digit-wrapper {
    position: relative;
    height: 500%; /* Increased to accommodate multiple digits */
    transition: transform 0.3s ease-out;
}

.digit-number {
    position: absolute;
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6rem;
    font-weight: bold;
    color: #FF7A4D;
    line-height: 1;
    text-align: center;
    overflow: visible;
}

.digit-number.fade-1 { opacity: 0.15; }
.digit-number.fade-2 { opacity: 0.3; }
.digit-number.fade-3 { opacity: 0.5; }
.digit-number.fade-4 { opacity: 0.8; }
.digit-number.current { opacity: 1; }

@media (max-width: 768px) {
    .animated-number {
        height: 4rem;
    }
    
.digit-column {
        width: 2.5rem;
        height: 4rem;
        margin: 0 0.3rem;
    }
    
    .digit-number {
        height: 4rem;
        font-size: 4rem;
    }
}

@media (max-width: 480px) {
    .animated-number {
        height: 3rem;
    }
    
.digit-column {
        width: 2rem;
        height: 3rem;
        margin: 0 0.2rem;
    }
    
    .digit-number {
        height: 3rem;
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .big-number {
        font-size: 4rem;
    }
    
    .numbers-container {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .big-number {
        font-size: 3rem;
    }
}

.video-reveal-section {
    position: relative;
    height: 100%;
    overflow: hidden;
	z-index: 0;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.orange-blocks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
}

.orange-block {
    background-color: #FF7A4D;
    height: 100%;
    transform: translateY(0);
}

.orange-block.slide-up {
    transform: translateY(-100%);
}

/* Different widths for each block based on orange2.png */
.block-1 { width: 12%; transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1); }
.block-2 { width: 18%; transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.block-3 { width: 14%; transition: transform 1.0s cubic-bezier(0.4, 0, 0.2, 1); }
.block-4 { width: 16%; transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1); }
.block-5 { width: 15%; transition: transform 1.1s cubic-bezier(0.4, 0, 0.2, 1); }
.block-6 { width: 13%; transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.block-7 { width: 12%; transition: transform 0.95s cubic-bezier(0.4, 0, 0.2, 1); }

/* Top to Bottom Animation Section */
.top-animation-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
}

.top-blocks-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 2;
}

.top-orange-block {
    background-color: #FF7A4D;
    height: 100%;
    transform: translateY(-100%);
    opacity: 1;
}

.top-orange-block.slide-down {
    transform: translateY(0);
}

/* Different widths for each top block similar to the reference */
.top-block-1 { width: 15%; transition: transform 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.top-block-2 { width: 20%; transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.top-block-3 { width: 12%; transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.top-block-4 { width: 18%; transition: transform 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.top-block-5 { width: 14%; transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.top-block-6 { width: 16%; transition: transform 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.top-block-7 { width: 5%; transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

span.small{
	color: var(--orange);
	font-size: 26px;
}

h2.scroll-animate, h2.scroll-animate-white, h2.barter-title, h4.benefit-title{
	font-family: 'DM Sans', sans-serif !important;
}

b, strong{
	font-weight: 700 !important;
}

.boxhover{
	background-color:var(--orange);
}

.boxhover:hover{
	background-color:#000;
}

.boxhover h3, .boxhover p{
	text-align: left;
	color:#000 !important;
}

.boxhover img{
	filter: brightness(0) invert(1);
}

.boxhover:hover img{
	filter:none;
}

.boxhover:hover h3, .boxhover:hover p{
	text-align: left;
	color:#fff !important;
}

.boxhover h3{
	font-family: 'DM Sans', sans-serif !important;
	padding-top: var(--standard);
	padding-bottom: var(--standard);
}

h1.stone {
  background: linear-gradient(to bottom, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0px 0px 3px var(--orange)) drop-shadow(0px 0px 3px var(--orange));
    font-size: 160px;
    line-height: 0.8;
	margin-bottom: 30px;
}

.boxhover {
	padding: 60px 60px;
}

header{
	padding-top: var(--standard);
	padding-bottom: var(--standard);
}

.card-header{
	background-color: #fff !important;
	border-radius: 25px;
	border: 0;
}

.accordion .active .toggle-icon{
	color: #fff;
}

.card-header.active{
	background-color: #FF7A4D !important;
	color: #fff !important;
	border-radius: 25px 25px 0 0 !important;
	border: 0;
}

.card-header.active h2 .btn-link, .card-header.active h2 .btn-link:hover, .card-header.active h2 .btn-link:focus{
	color:#fff
}

h2 button.btn{
	padding-left: 0 !important;
}

.card-header:first-child {
  border-radius: 25px !important;
}

.card-header.active:first-child {
  border-radius: 25px 25px 0 0 !important;
}




h2 .btn-link, h2 .btn-link:hover, h2 .btn-link:focus {
  font-weight: 400;
  color: var(--orange);
  background-color: transparent;
  font-family: 'DM Sans', sans-serif !important;
  text-decoration: none;
  font-size: 22px;
}

#gallery-prodotti1 .slick-slide .bck{
	border-radius: 25px;
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
}

#gallery-prodotti1 .slick-slide .bck img{
	/*filter: brightness(0%);*/
}

.card{
	border-radius: 25px !important;
	border: 0px;
	margin-bottom: 15px
}

.card-body{
	background-color: #fff;
	color:#fff;
	border-radius: 0 0 25px 25px;
}

.distance{
	padding-bottom: 350px;
}

.navbar-light .navbar-nav .nav-link{
	text-transform: uppercase !important;
	color: var(--orange) !important;
}

.current_page_item a, .current_page_item a:hover, .current_page_item a:focus{
	text-decoration: none !important;
	position: relative;
	padding-bottom: 8px;
}

.current_page_item a::after, .current_page_item a:hover::after, .current_page_item a:focus::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 3px;
	background-color: var(--orange);
	border-bottom: 2px solid var(--orange);
}

h1.vantaggi{
	font-size: 130px;	
}

.funziona-box h3{
	font-size: 40px;
    margin-bottom: 30px;
}

.quadrotti{
	margin-top: -100px;
}

.borange{
	background-color: var(--orange);

}

.navbar-toggler{
	margin-top: 20px;
  margin-bottom: 40px;
}


#gallery-prodotti1 .slick-track {
    transition-timing-function: linear !important;
}

/*.forms .word {
  font-family: 'Anton';
}*/

#decide{
	margin-top:300px;
	margin-bottom:300px;
}

#form-contatti{
	margin-bottom:200px;
}

#loghis{
	padding-top: 400px;
}

p.big{
	font-size:48px !important;
	margin-bottom: var(--standard);
}

p.medium{
	font-size: 32px !important;
}

@media only screen and (max-width : 1400px){

}

@media only screen and (max-width : 1200px){
	.pp{
		padding:30px 30px !important;
	}

	.h1, h1 {
		font-size: 40px;
		text-align: center;
	}

	.col-lg-5{
		text-align: center;
	}

	.esc {
		padding-top: 0;
		padding-bottom: 30px;
		height: 95px;
		margin: 30px auto;
	}

	#visual{
		background-image: none !important;
		height: auto;
	}

	.big-mobile{
		display: block !important;
	}

	.u:after{
		bottom: 7px;
	  }
}
 
@media only screen and (max-width : 991px){
	.row-eq-height{
		display:block;
	}

	.testo{
		padding-top:30px;
	}

	.desktop-big{
		display:none;
	}
	
	.mobile-big{
		display:block;
	}

	.boxgrey{
		margin-right: 30px;
	}

	#gallery-prodotti1 .slick-slide p{
		padding-left: 15px;
		padding-right: 15px;
	}

	.esc {
		margin-top: 20px;
		padding-bottom: 30px;
		height: 100px;
	}

	#form{
		position: relative;
	}

	.slides{
		height: auto !important;
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.navbar-brand img {
		position: absolute;
		top: 30px;
		left: 50% !important;
		margin-left: -75px !important;
	}

	#loghis{
	padding-top: 200px;
	}

	.benefit-item{
		padding-left: 0px;
		padding-right: 0px;
	}

	h1.stone {
  background: linear-gradient(to bottom, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0px 0px 3px var(--orange)) drop-shadow(0px 0px 3px var(--orange));
    font-size: 90px;
    line-height: 0.8;
	margin-bottom: 30px;
	}

	p.big {
    font-size: 32px !important;
    margin-bottom: var(--standard);
	}

	p.medium {
    font-size: 24px !important;
	}

	.background-mission{
		height: 90vh !important;
	}

	h1.vantaggi{
	font-size: 74px;	
	}

	.current_page_item a::after, .current_page_item a:hover::after, .current_page_item a:focus::after {
		left: 40px;
	}
}
 
@media only screen and (max-width : 767px){

	h2 {
		color: #fff;
		font-size: 50px;
	}

	.col {
		flex-basis: initial;
	}

	.wpcf7-spinner{
		right:0;
	}

	.desktop{
		display:none;
	}
	
	.mobile{
		display:block;
	}

	#form {
		position: relative;
	  }

	  .grazie h1{
		color:var(--blue);
		font-size:35px;
	}

	.grazie p{
		font-size:20px
	}
	
	.gallery-prodotti1-prev, .gallery-prodotti1-next, .gallery-prodotti2-prev, .gallery-prodotti2-next, .gallery-bestseller-prev, .gallery-bestseller-next{
		display:none;
	}

	.benefit-points-section .col-lg-6{
	transform: scale(1);
	margin-bottom: 0;
}

	.negative{
		padding-top:0px;
	}

	footer{
		padding-bottom:0px;
	}

	.content p{
		font-size: 16px;
	}
	
	.content ul li{
		font-size: 20px;
	}
	
	.content ul li::before {
		font-size: 40px;
	}

	.h1, h1 {
		font-size: 2rem;
	}

	.funziona img{
		max-width: 200px;
	}

	#visual .container {
		padding-top: 40px;
	}

	.h1, h1 {
		font-size: 40px;
		text-align: center;
	}

	.col-lg-5{
		text-align: center;
	}

	.esc {
		padding-top: 0;
		padding-bottom: 30px;
		height: 95px;
		margin: 30px auto;
	}

	#visual{
		background-image: none !important;
		height: auto;
	}

	#visual h1{
		padding-top:90px
	}

	.green img{
		max-width: 100%;
		margin-bottom: var(--standard);
	}

	.black h2{
		margin: 0px !important;
	}

	.black img{
		margin-top: var(--standard);
		max-width: 60%;
	}

	.grey .button {
		height: 125px;
		margin-left: 0;
		margin-top: 0;
	}

	.light-orange .container .tastini{
		position: absolute;
		bottom: auto;
		top: var(--standard);
		right: var(--standard);
		height: 60px;
	}

	.light-orange h2 {
		color: #000;
		text-align: left;
		font-size: 52px;
		margin-bottom: var(--standard);
	}

	.light-orange p span{
		font-size: 24px;
	}

	.light-orange p {
		color: #000;
		line-height: 1;
		font-size: 18px;
	}

	.light-orange .col-lg-4 img{
		margin-top: var(--standard);
	}

	#form{
		margin-left: -15px;
		margin-right: -15px;
	}

	.blue{
		background-image: none !important;
		background-color: #081a4c;
		padding-bottom: 0;
	}

	#section7.slides{
		padding-bottom: 0 !important;
	}

	.divb{
		text-align: center !important;
	}

	.scroll-downs{
		display: none;
	}

	.slides .logo{
		display: none;
	}

	.barter-benefits-section {
    /* background-color: #f8f9fa; */
		min-height: auto;
		padding-top: 300px;
		padding-bottom: 200px;
	}

	.distance{
		padding-bottom: 250px;
	}

	.boxhover {
		padding: 60px 30px;
	}



}
 
@media only screen and (max-width : 480px){
	.slick-next, .gallery-prodotti1-next, .gallery-prodotti2-next, .gallery-prodotti3-next, .gallery-prodotti3-next, .gallery-bestseller-next {
		right: 0px;
	}

	.slick-prev, .gallery-prodotti1-prev, .gallery-prodotti2-prev, .gallery-prodotti3-prev, .gallery-prodotti3-prev, .gallery-bestseller-prev {
		left: 0px;
	}

	.boxgrey {
		margin-left: 0px;
		margin-right: 0px;
	}

	.boxgrey p {
		font-size: 20px;
	  }

	.full-width-video-section {
		height: 40vh;
	}

}
 
@media only screen and (max-width : 320px){

}
