body {
    overflow-x: hidden;
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
}

.btn-manuello {
    color: #000;
    border: solid 1px #000;
    border-radius: 0;
    font-weight: 400;
    padding: 0.3rem 1.2rem;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
}

.btn-manuello:hover {
    background-color: #000;
    color: #fff;
}

.navbar {
    position: fixed;
    top: 0;
    height: 100px;
    z-index: 5;
    width: 100%;
    background-color: #ffffffe4;
}

.menu {
    background-color: #ffffffe4;
}

.navbar .box {
    width: 650px;
}

.navbar a,
.menu a {
    text-decoration: none;
}

.navbar .navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.menu .collezioni {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px #000 solid;
    margin-top: 0.75rem;
}

.menu li a .item .titolo {
    font-size: 0.9rem;
    font-weight: 400;
    color: #000;
    padding: 0.3rem 1.7rem;
    margin-bottom: 0;
}

.menu li a:hover .item .titolo {
    font-weight: 600;
}

.navbar .lingue a,
.navbar .servizi a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #000;
    position: relative;
    text-decoration: none;
    padding-bottom: 2px;
    letter-spacing: 0.05rem;
}

.navbar .lingue a::after,
.navbar .servizi a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #000;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.navbar .lingue a:hover::after,
.navbar .servizi a:hover::after {
    width: 100%;
}

.navbar .logo {
    width: 200px;
}


/* intro slider */


.introSlider {
    margin-top: 100px;
}


.introSlider .swiper-slide {
    position: relative;
}

.introSlider .swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.intro-slide-box {
    position: absolute;
    z-index: 2;
    background-color: #0000008e;
    padding: 1.5rem 2rem;
    width: 550px;
}

.intro-slide-box.right {
    right: 10%;
    top: 20%;
}

.intro-slide-box.left {
    left: 10%;
    top: 20%;
}

.intro-slide-box .title {
    font-size: 4rem;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
}

.intro-slide-box .text,
.mpmporte-slide-box .text {
    color: #fff;
}

.intro-slide-box .btn-manuello,
.mpmporte-slide-box .btn-manuello {
    color: #fff;
    border: solid 1px #fff;
}

.intro-slide-box .btn-manuello:hover,
.mpmporte-slide-box .btn-manuello:hover {
    color: #000;
    background-color: #fff;
    border: solid 1px #fff;
}

/* claim section */

.claim {
    background-color: #000;
}

.claim .title {
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
}

.claim .title span {
    font-family: "Bodoni Moda", serif;
    font-size: 2.2rem;
}

/* presentazione collezioni dell'MPM Porte */

.mpmPorte .title {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
}

.mpmPorteSlider {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 15px;
}

/* Ogni slide deve essere quadrata */
.mpmPorteSlider .swiper-slide {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* L’immagine deve riempire la slide senza distorcersi */
.mpmPorteSlider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mpmporte-slide-box {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 70%,
            rgba(0, 0, 0, 1) 100%);
    padding: 1rem 1.5rem;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    transition: 0.3s ease;
}

.mpmporte-slide-box .title {
    font-size: 2rem;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
}

.mpmporte-slide-box i {
    color: #fff;
    font-size: 1.4rem;
    display: inline-block;
}

.mpmporte-slide-box:hover i,
.otherCollections .box:hover i {
    animation: arrow-wiggle 0.8s ease-in-out infinite;
}

/* Altre collezioni Manuello Design */

.otherCollections .title {
    color: #000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
}

.otherCollections .box {
    width: 100%;
    padding: 1rem;
    background-color: #f4f2f2;
    display: flex;
    color: #000;
    justify-content: space-between;
}

.otherCollections a {
    text-decoration: none;
}

.box .title-boxOther {
    line-height: 1;
    margin-bottom: 0;
}

.otherCollections a.activeLink .box {
    background: #000;         
    color: #fff;           
}

/* sezione blog homepage */

.magazine{
    background-color: #f4f2f2;
}

.magazine .card{
    border-radius: 0;
    border: none;
}

.magazine .title {
    color: #000;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
}

.magazine .box{
    padding: 1.5rem;
}

.magazine .box .category{
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.1rem;
}

.magazine .box .title{
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
}

.magazine .box .text{
    font-size: 1rem;
    line-height: 1.2;
}

.magazine .icon{
    background-color: #000;
    padding: 0.7rem;
    right: 0;
    position: absolute;
}

.magazine .icon img{
    width: 50px;
}


/* Animazione morbida destra–ritorno MPM PORTE slider homepage */
@keyframes arrow-wiggle {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(6px);
    }

    100% {
        transform: translateX(0);
    }
}