body {
    font-family: 'Inter', sans-serif;
}

/* Navbar */
.navbar-brand img {
    height: 80px;
}
.nav-link {
    font-weight: 500;
}

/* Slider */
.owl-carousel {
    position: relative;
    /*max-width: 80%;*/
	max-width: 1500px;
    margin: auto;
}

.owl-carousel .item {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

/* Immagini dello slider */
.owl-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease-in-out;
    transform: scale(0.97);
    cursor: grabbing;
}
.carousel-caption{
	position: static;
}
.carousel-caption h2{
	font-size: 18px;
	font-weight: 700;
	color: #080808;
	margin-bottom: 4px;
}
.carousel-caption p{
	color: #393939;
	font-size: 16px;
	font-weight: 400;
}
.separator{
	
	text-align: center;
}

/* Effetto per la slide attiva (centrale) */
.owl-item.center .item img {
    transform: scale(1);
    z-index: 10;
}

/* Effetto per le immagini laterali */
.owl-carousel .owl-item {
    opacity: 0.7;
    transition: opacity 0.5s ease-in-out;
}

.owl-carousel .owl-item.center {
    opacity: 1;
}

/* Pulsante personalizzato */
.custom-btn {
    background-color: #000;
    color: #fff;
    padding: 16px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
	text-transform: uppercase;
}

.custom-btn:hover {
    background-color: #333;
}

/* Footer */
.footer {
    background: #000;
    color: #fff;
    padding: 20px 0;
}
.footer i{
	font-size: 24px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #fff;
	opacity: .85;
}
.slidersection h1{
	color: #000;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}
.storia-box h3{
	font-size: 21px;
	color: #000;
	margin-bottom: 8px;
	font-weight: 700;
	text-align: left;
}
.storia-box p{
	color: #393939;
	font-size: 17px;
	text-align: justify;
	font-weight: 400;
}
.videoAbito{
	margin-top: 24px;
}
.abito360 h3{
	font-size: 21px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
}
.foot-top{
	font-size: 18px;
}
.foot-bot{
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,0.2);
	font-size: 14px;
}
.navbar-toggler{
	border: none;
	font-size: 24px;
	color: #000;
}
.navbar-toggler:focus{
	box-shadow: none;
}

.navbar-collapse .nav-link{
	font-size: 18px;
}
.img-mobile{
	display: none;
}
.museum img{
	width: 100%;
}
.info-abito{
	background: #f1f1f1;
	padding: 24px;
	border-radius: 16px;
	max-width: 1500px;
	display: block;
	margin: 40px auto 0px auto;
}
.info-abito ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.info-abito ul li{
	list-style: none;
}

@media (min-width: 1400px){
	.container{
		max-width:1500px;
	}
}
@media screen and (max-width: 991px){
	.navbar-collapse{
		margin-top: 8px;
		padding-top: 8px;
		border-top: 1px solid rgba(0,0,0,0.20);
	}
	.img-desktop{
		display: none;
	}
	.img-mobile{
		display: block;
		width: 100%;
		max-width: 991px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px){
	.foot-top{
		justify-content: center;
		flex-direction: column;
		gap: 16px;
	}
	.foot-bot{
		justify-content: center;
		flex-direction: column;
		gap: 8px;
	}
}