body {
	overflow-x: hidden;
	overflow-y: hidden;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

.bg-light {
	transition: 0.4s;
	height: 13vh;
	width: 100%;
	justify-content: space-around;
}

.bg-light.scrolled {
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05), 0 5px 30px 0 rgba(0,0,0,0.05) !important;
	height: 10vh;
}

.navbar-nav {
	background-color: white;
}

/* .navbar-nav.navbar-collapse { -----------------> inutile?
	background-color: black;
} */

#link {
	font-size: 18px;
	color: #353b48;
	padding-left: 20px;
	font-family: 'Maven Pro', 400;
}

#link:hover {
	opacity: 0.8;
	text-decoration: underline;
}

/*
.navbar-dropdown { -----------------> inutile?
	background-color: #3D474D;
}

.navbar-dropdown .dropdown-item {
	color: white;
	transition: 0.4s;
}

.navbar-dropdown .dropdown-item:hover {
	background-color: #3D474D;
	opacity: 0.6;
}
*/

#chiama {
	padding: 13px 20px;
	background: linear-gradient(45deg,#4ac144,#02f152);
	color: white;
	border-radius: 3px;
	border: none;
}

#chiama:hover {
	text-decoration: none;
	background: linear-gradient(45deg,#22ad1b,#03c841);
}

.jumbotron {
	background-color: white;
	padding-top: 23vh;
	margin-bottom: 0;
	width: 100%;
}

.jumbotron.container {
	width: 60%;
}

.jumbotron h1 {
	font-family: 'Maven Pro', sans-serif;
	font-size: 90px !important;
	font-weight: bolder;
}

.button-cont {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.button-cont i {
	padding-right: 15px;
	font-size: 30px;
}

.btn-1 {
	align-items: center;
	display: flex;
	padding: 8px 16px;
	font-weight: 500;
	border-color: #bdc3c7;
}
.btn-1 i {
	background-image: linear-gradient(to right top, #ccfc00, #ffb500, #ff4e3e, #ff0098, #b212eb);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
.btn-1:hover{
	background-color: white;
	color: #007BFF;
}
.btn-1:active{
	background-color: white !important;
	color: #007BFF !important;
}

.btn-2 {
	align-items: center;
	display: flex;
	padding: 8px 16px;
	font-weight: 500;
	border-color: #bdc3c7;
}
.btn-2 i {
	color: #3B5998;
}
.btn-2:hover i {
	color: white;
}
.btn-2:hover {
	background-color: #3B5998;
	border-color: #3B5998;
}
.btn-2:active {
	background-color: #3B5998 !important;
	border-color: #3B5998 !important;
}

.btn-subtitle {
	margin-top: 15px;
	color: #8A9499;
	font-weight: 300;
}

.chi-siamo {
	background-color: #F7F9FA !important;
	width: 100%;
	padding: 35px 100px 35px 100px;
}

.chi-siamo-title {
	font-size: 45px !important;
	padding: 0;
}

.chi-siamo-subtitle {
	font-size: 25px;
	font-weight: 300;
}

.chi-siamo-text {
	color: #3D474D;
	font-size: 21px;
	font-weight: 300;
	padding: 5px 170px 20px 170px;
}

.chi-siamo-button {
	background-color: white;
	color: #007bff;
}

.servizi-container {
	margin-top: 50px;
	margin-bottom: 50px;
}

.servizi-title {
	font-weight: 700;
	color: #3D474D;
	padding: 20px;
	margin-top: 20px;
}

.servizi-subtitle {
	font-weight: 500;
	color: #3D474D;
	padding-bottom: 20px;
}

.servizi-container-card {
	margin-top: 30px;
}

.servizi-card {
	border: none;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 10px 30px -10px rgba(0,0,0,0.15);
	padding: 20px;
	transition: 0.4s;
	color: #3D474D;
}

.servizi-card i {
	font-size: 80px;
}

.servizi-card .card-title {
	font-weight: 700;
}

.servizi-card .card-text {
	font-weight: 300;
}

.servizi-card:hover {
	background-color: #ecf0f1;
}

.servizi-card #cf {
	background-image: linear-gradient(to top, #c23616, #cc3513, #d63310, #e1310b, #eb2f06);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.servizi-card #c {
	background-image: linear-gradient(to top, #2980b9, #2980b9);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

#cappa {
	width: 80px;
	margin: auto;
}

.servizi-card #v {
	background-image: linear-gradient(to top, #4b4b4b, #4b4b4b);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.servizi-card #p {
	background-image: linear-gradient(to top, #2980b9, #2980b9);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.servizi-card #o {
	background-image: linear-gradient(to top,#e84118, #e84118);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.contatti {
	padding: 70px;
	margin-top: 100px;
	background-color: #F7F9FA;
	height: auto;
}

.contatti h1 {
	margin-bottom: 50px;
	color: #2d3436;
}

.contatti i {
	font-size: 30px;
}

.fa-clock {
	color: navy;
}

.contatti i {
	margin-right: 5px;
}

#submitContatti {
	align-items: center;
	display: flex;
	border: none;
	background-color: #00a8ff;
	box-shadow: 0 6px #0097e6;
	transition: 0.4s;
}

#submitContatti i{
	padding-right: 5px;
	transition: 0.4s;
}

#submitContatti:hover {
	opacity: 0.9;
	color: white;
}

.recensioni {
	min-height: 60vh;
	max-height: 60vh;
	padding: 70px;
	background: linear-gradient(-80deg, #ffff 50%, #343a40 50%);
}

.recensioni-text {
	padding: 20px;
}

.recensioni-text h1 {
	margin-bottom: 20px;
	color: #E9ECEF;
}

.recensioni-text p {
	font-size: 20px;
	font-weight: 400;
	color: #E9ECEF;
}

.recensioni-text button {
	font-size: 17px;
	font-weight: 500;
	padding: 18px;
	background-color: #00a8ff;
	color: white;
	box-shadow: 0 6px #0097e6;
	transition: 0.4s;
}

.recensioni-text button:hover {
	opacity: 0.9;
	color: white;
}

.recensioni-text i {
	padding-right: 15px;
	font-size: 25px;
}

.slider-card-container {
	margin: auto;
}

.fa-angle-right,.fa-angle-left {
	font-size: 30px;
	color: black;
}

.recensioni .card {
	box-shadow: 0 0 0 1px rgba(0,0,0,0.07), 0 10px 30px -10px rgba(0,0,0,0.15);
	max-height: 225px;
	min-height: 225px;
}

.recensioni .card-title {
	font-weight: 700;
}

.fa-star {
	color: #FFC312;
}

.recensioni .card-text {
	font-weight: 500;
	color: #2d3436;
}

.form-recensioni {
	background-color: oldlace;
}

#submitRecensione {
	align-items: center;
	display: flex;
}

#submitRecensione i{
	font-size: 24px;
	padding-right: 5px;
}

.servizi-spiegazione {
	font-size: 1.1vw;
}

/*---Media Queries --*/
@media (max-width: 992px) {
	.jumbotron h1 {
		font-size: 70px !important;
	}
	#chiama {
	  	display: none;
	}
	.chi-siamo {
		padding: 50px;
	}
	.chi-siamo-text {
		padding: 20px 100px 20px 100px;
	}
	/* .galler-section .image { -----------> inutile?
		flex: 33.33%;
	} */
	.recensioni {
		min-height: 70vh;
		max-height: 70vh;
	}
	.recensioni-text p {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.jumbotron h1 {
		font-size: 60px !important;
	}
	.button-cont {
		flex-direction: column;
	}
	.btn-2 {
		margin-top: 10px;
	}
	.chi-siamo {
		padding: 40px;
	}
	.chi-siamo-text {
		padding: 10px 40px 20px 10px;
	}
	.chi-siamo-button {
		margin-top: 20px;
	}	
	.servizi-card {
		margin-top: 10px;
	}
	.recensioni {
		background: #343a40;
		text-align: center;
	}
	.recensioni-text {
		margin-bottom: 20px;
	}
	.recensioni-text p {
		font-size: 16px;
	}
	.slider-card-container {
		background-color: #343a40;
		padding-bottom: 100px;
	}
	.fa-angle-right,.fa-angle-left {
		color: white;
	}
	footer {
		margin-top: 150px;
	}
	.servizi-spiegazione {
		font-size: 5vw;
	}
}
@media (max-width: 576px) {
	.jumbotron h1 {
		font-size: 40px !important;
	}
	.chi-siamo {
		padding: 30px;
	}
	.chi-siamo-title {
		font-size: 22px;
		padding: 0px !important;
		margin: 0px !important;
	}
	.chi-siamo-text {
		font-size: 20px;
		padding: 0px !important;
		margin: 0px !important;
	}
	.recensioni{
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0;
	}
	.recensioni .card {
		height: 250px;
	}
	/* .galler-section .image { -------------> inutile?
		flex: 50%;
	} */
	footer {
		margin-top: 205px;
	}
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/

/*
Ecco tutti i font che si possono trovare nella page:
font-family: 'Maven Pro', sans-serif;
*/

footer {
	background-color: #F7F9FA;
}

.footer-container {
	padding: 40px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.footer-logo {

}

.footer-contatti i {
	font-size: 30px;
	padding-right: 8px;
}

.footer-subtitle {
	font-weight: 600;
	display: flex;
}

.fa-phone-square-alt{
	padding-right: 12px;
	background-image: linear-gradient(to top, #27ae60, #2ecc71);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

#gmail-icon {
	height: 30px;
	padding-right: 10px;
}

.footer-social i{
	font-size: 30px;
	padding-right: 8px;
}

.footer-subtitle2 {
	display: flex;
	font-weight: 500;
}

.fa-instagram-square {
	background-image: linear-gradient(to right top, #ccfc00, #ffb500, #ff4e3e, #ff0098, #b212eb);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.fa-facebook-square{
	color: #3B5998;
}

.fa-whatsapp-square {
	background-image: linear-gradient(to right top, #27ae60, #27ae60);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.riconoscimenti {
	width: 100%;
	height: 4vh;
	background-color: #dfe6e9;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.riconoscimenti p {
	color: #2c3e50;
	font-weight: 600;
}