@font-face {
    font-family: 'Manrope-Light';
    src: url(../fonts/Manrope-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-SemiBold';
    src: url(../fonts/Manrope-SemiBold.ttf);
    font-display: swap;
}

/** La parte sotto serve se vuoi usare i colori in variabili, se no cancella */
:root {
	--body-color: #f9f9f9;
	--light-grey-4: #efefef;
	--main-lightblue: #7ED5F2;
	--main-color: #747373; 
	--main-color-1: #000; 
}
/* Finisce qui */



body {
    font-family: 'Manrope-Light';
    background: var(--body-color);
    overflow-x: hidden;
}

html {
	overflow-x: hidden;
}


a {
    text-decoration: none;
}

video {
	display: block;
	height: 80vh;
	object-fit: cover;
}

#about {
	background: var(--light-grey-4);
	color: #000;
	border-radius: 0px 0px 150px 0px;
	padding: 0px 0px 60px 0px;
}

.navbar.nav-blue {
	background: var(--body-color);
	box-shadow: 3px 3px 5px #d3d3d3;
}

.navbar {
	transition: .5s all ease;
}

.nav-link {
	font-family: 'Manrope-SemiBold';
	font-size: 20px;
	margin-left: 20px;
}

.navbar.nav-blue .nav-link {
	color: var(--main-color-1) !important;
}


#about h2 {
	font-size: 40px;
}

i {
    font-size: 50px;
    color: var(--main-lightblue);
}

.btn-arrow {
    font-size: 20px;
    color: var(--main-lightblue);
    margin-bottom: 50px;
}


h1 {
    font-size: 50px;
    z-index: 1;
    color: var(--main-color-1);
    font-family: 'Manrope-SemiBold';
    margin-top: 50px;
    margin-bottom: 50px;
}

h2 {
    font-size: 35px;
    font-family: 'Manrope-SemiBold';
}

h3{
    font-size: 25px;
    font-family: 'Manrope-SemiBold';
}

h5 {
    letter-spacing: 3px;
    margin-top: 50px;
}



.line {
    height: 1px;
    width: 100%;
    background-color: var(--body-color);
}


.separate-elements {
    background-image: radial-gradient(var(--main-lightblue) 1px, transparent 1px);
    background-size: 10px 10px;
    height: 100px;
    width: 100%;
}

.scheda {
    background: var(--body-color);
    padding: 50px;
    left: -80px;
    top: 17px;
    height: 435px;
    box-shadow: 0px 5px 7px #c6c4c4;
}

.btn-scheda {
    border: 3px solid var(--main-lightblue);
    background: var(--body-color);
    padding: 15px 30px;
}

.scheda a {
    color: var(--main-lightblue);
    font-family: 'Manrope-SemiBold';
}

.scheda i {
    font-size: 20px;
}

.btn-officina {
    border: 3px solid var(--main-lightblue);
    background: transparent;
    padding: 15px 30px;
    color: var(--main-lightblue) !important;
}

.btn-officina i {
    font-size: 20px;
    color: var(--main-lightblue);
}

.assistenza img, .officina img, #about img, .noleggio img, .vendita img {
	border-radius: 50px 0 50px 0;
}

#pacchetti {
	background: var(--main-lightblue);
	color: var(--body-color);
	border-radius: 0px 0px 150px 0px;
	padding-bottom: 70px;
}

.card-services i {
	color: var(--body-color);
}

#noleggio img, #vendita img {
	border-radius: 50px 0 50px 0;
}


.call {
	background-image: url("../../images/onegroupsrl_footer.jpg");
	background-position: center;
	background-size: cover;
	height: 100vh;
} 

/*
.call:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--main-lightblue);
    opacity: .8;
}*/

.scheda-form {
    background-color: rgba(126,213,242,.7);
    padding: 50px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 50px 0 50px 0;
}


.btn-call {
    border: 3px solid var(--body-color);
    color: var(--body-color);
    background: transparent;
    padding: 15px 30px;
}

.btn-call:hover {
	background-color: var(--body-color);
	color: var(--main-lightblue);
	transition: 0.5s;
}

.input-form {
    border-radius: 0;
    padding: 10px;
}

.footer {
    background: var(--main-lightblue);
}


.footer i {
    font-size: 20px;
	background: var(--body-color);
	padding: 10px;
	border-radius: 10px 0 10px 0;
	color: var(--main-lightblue);
}

/*

.box-promo {
	background: #ff0000;
	width: 600px;
	height: 300px;
	position: fixed;
	z-index: 100;
	top: 30%;
	left: 0;
}

*/

.grecaptcha-badge {
	display: none;
}











body { 
	min-width: 100%;
	min-height: 100vh;
}

.overflow-hidden {
	overflow-x: hidden!important;
	overflow-y: hidden!important;
	overflow: hidden!important
}

/** Gestione barra di scroll */
::-webkit-scrollbar {
	width: 0!important;
	height: 0!important
}

::-webkit-scrollbar-track {
	background: var(--main-color-4)
}

::-webkit-scrollbar-thumb {
	background: var(--main-color)
}

::-webkit-scrollbar-thumb:hover {
	background: var(--main-color-3)
}

/** Finisce qui */



/** Gestione dei placeholder */
::placeholder {
	color: var(--body-color-t)!important;
	opacity: 1
}

:-ms-input-placeholder {
	color: var(--body-color-t)!important
}

::-ms-input-placeholder {
	color: var(--body-color-t)!important
}
/* Fine */

/* Preloader */
.preloader {
	background-color: #ffffffe6;
	height: 100vh;
	width: 100vw;
	position: fixed;
	overflow: hidden;
	z-index: 1031;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center
}

.preloader .spinner {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px
}

.preloader .spinner div {
	position: absolute;
	border: 3px solid var(--main-color);
	opacity: 1;
	border-radius: 50%;
	animation: spinner 1s cubic-bezier(0, 0, .2, 1) infinite
}

.preloader .spinner div:nth-child(2) {
	animation-delay: -.5s
}

.preloader span {
	display: inline-block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%)
}
/* Fine */

/* Firma css eWeb */

.eweb_signature {
	background: var(--body-color);
	color: var(--main-grey);
	letter-spacing: 1.5px
}

/* Fine */

/* Media queries */

@media screen and (max-width: 768px) {

	.navbar ul {
		text-align: center;
		margin-top: 20px;
	}

	.navbar-collapse {
		background-color: rgba(249,249,249,.6);
	}

	.nav-link {
		color: var(--main-color-1) !important;
		border-bottom: 2px solid var(--main-lightblue);
	}

	h2 {
		font-size: 30px !important;
	}

	p {
		font-size: 14px !important;
	}

	#assistenza img {
		margin-top: 50px !important;
	}

	.scheda {
		position: initial !important;
		margin-top: 20px;
		text-align: center;
		height: auto !important;
	}

	.scheda .d-flex {
       display: initial !important;
	   text-align: center;
	}

	.scheda .w-50 {
		width: 80% !important;
	}

	h5 {
		font-size: 16px;
	}

	.btn-scheda {
		padding: 13px 6px;
	}

	.scheda-form {
		width: 90% !important;
		height: 90%;
	}

	.scheda-form p, .scheda-form h2 {
		margin-bottom: 10px !important;
	}



	.form-check-label {
		font-size: 10px !important;
	}

	.footer .col-md-3 {
		text-align: center;
		margin-bottom: 50px;
	}

	.logo-mob {
		width: 160px !important;
	}

	.preloader-home img {
		width: 200px;
	 }
 
	 .preloader-home i {
		 font-size: 30px !important;
	 }

	 .footer .d-flex {
		 display: inline !important;
	 }

	.logo-mob {
		 width: 200px;
	 }

	 .text-ulteriore-1 {
		margin-bottom: 50px !important;

	 }

	 .text-ulteriore-2 {
		 margin-bottom: 10px !important;
	 }

	 .bottone-assistenza {
		 margin-top: 30px !important;
	 }




}

@media screen and (min-width:768px) and (max-width: 1024px){
	
	.bottone-assistenza {
		margin-top: 40px !important;
	}

	.scheda {
		height: 330px;
		margin-left: -30px;
	}

	h3 {
		font-size: 18px;
	}

	.footer a, .footer p {
		font-size: 10px !important;
	}

	.scheda i {
		font-size: 12px;
	}


	
}

@media screen and (min-width:400px) and (max-width: 1400px){

	.scheda a {
		font-size: 12px;
	}

	.btn-scheda {
		padding: 10px 20px;
	}
}

/* Fine */


/* Animazioni varie */

@keyframes spinner {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1
	}
	100% {
		top: 0;
		left: 0;
		width: 72px;
		height: 72px;
		opacity: 0
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0) translateX(-50%)
	}
	10% {
		transform: translateY(0) translateX(-50%)
	}
	30% {
		transform: translateY(-5px) translateX(-50%)
	}
	50% {
		transform: translateY(0) translateX(-50%)
	}
	60% {
		transform: translateY(0) translateX(-50%)
	}
	65% {
		transform: translateY(0) translateX(-50%)
	}
	100% {
		transform: translateY(0) translateX(-50%)
	}
}

/* Fine */