@font-face {
    font-family: Italianno;
    src: url(./font-Italianno/Italianno-Regular.ttf) format(truetype);
}
*{
    box-sizing: border-box;
}
body{
font-family: Italianno;
color: #323231;
background-color: #f9f9f9;
}

/* Navigazione */

nav {
    color:#a61c31;
}


.underline{
    border-bottom: 0.12em solid;
}

#toggle {
    display: none;
}

.hamburger {
    font-size: 1.2em;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    display: none;
    flex-direction: column;
}


#toggle:checked + .hamburger + .menu {
    display: flex;
}

.menu a:hover{
    border-bottom: 0.18em solid #a61c31;
    border-radius: 2rem;
    background-color: #c3caaa;
    transition: 2s ease;
}


.container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.container ul, .footer-container ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
} 

.container a {
    display: flex;
    text-decoration: none;
    padding: 0.31em 0.31em;
    color: #a61c31;
}

.container img{
    display: none;
}
.container img, .footer-container img{
    width: 1.9em;
    height: auto;
    justify-content: center;
    margin: 0.625rem;
}


/* Hero */

header{
    background-color: #f9f9f9;
}
h1 span, h2 span, .tag, .col span, .collezioni{
    display: flex;
    text-align: center;
    justify-content: center; 
    color: #a61c31;
    font-size: 1.3em ; 
    font-weight:lighter;
}
h1, h2{
    font-weight: lighter;
    font-size:1.1em ;
    text-align: center;
}

header img{
    width: 150px;
    height: 200px;
}

.divisore{
    display: flex;
    flex: 1 1 100%;
}
.divisore img{
    width: 0.9em;
    height: auto;
}
.divisore hr{
    width: 7em;
}

.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin:0.6em 1.5em ;
    
}
.col, #blog {
    font-size: 1.3em;
    text-align: center;
    margin: 1em 3em;
}

button{
    border-radius: 20em;
}

button a, #blog a {
    text-decoration: none;
    color: #a62c31;
    font-family: Italianno;
    font-size: 1.25em;
}

  /* Blog */

.slider {    
    width: 100px;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    margin: 20px auto;
}

.slides {
    display: flex;
    width: calc(10px * 10);
    animation: slide 10s infinite linear;
}

.slide {
    width: 70px;
    height: auto;
    margin: 0 10px;
    flex-shrink: 0;
}

.slides  p{ 
    font-size: 0.625em; 
    text-align: center;
    width: 4.375em;
    height: 100%vh;
    color: #323231;
    background-color: #f9f9f9;
}

@keyframes slide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-200px); }
}

.box{
    height: 9em;
    background-image: url(./cucire.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #f9f9f9;
    text-align: center;
    margin: 0.62em 2.5em; 
}

.descrizione{
    font-size: 1.5em;
}

.box h2, .testata{
    font-size: 1.3em;
    margin: 0.62em 1.9em;
}

.box p{
    font-size: 0.625em;
}

.abiti{
    display: flex;
    align-items: center;
    justify-self: center;
}

.abiti img{
    display: flex;
    width: 9em;
    height: 11em;
    margin: 0.2em;
}

.facebook, .instagram, .tiktok{
    display: flex;
    align-items: end;
    text-align: justify;
    margin-left: 1.9em;
    margin-bottom: 1em;
}
.testimone{
    width: 5em !important;
}
.facebook img, .instagram img, .tiktok img{
    width: 1.5em;
    margin: 0 0.8em;
}

.facebook article, .instagram article, .tiktok article{
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}
    /* Footer */

.generale{

    display: flex;
    text-align: center;
    justify-content: space-between;
    flex: 1 1 100%;
    background-color:#f9f9f9;
}

    
.footer-container a{
    display: flex;
    text-decoration: none;
    color: #a62c31;
    align-items: center;
    justify-content: center;
}


#contatti, #negozio, #blog2, #social{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 0.625em;
    margin-top: 2.3em;
    width: 25%;
}

#social img, #contatti img{
    display: flex;
    width: 1.6em;
    height: 1.6em;
}

#social ul, #negozio ul{
    flex-direction: column;
}

.social a{
    text-decoration:none;
    color: #323231;
}
.social img{
    width: 3em; 
}
.social ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}

.policy a{
    display: inline;
    color: #a62c31;
}
.policy{
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 0.625em auto;
    color: #f9f9f9;
    background-color: #c3caaa;
}

.tag1, .tag1 p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.1;
}
.tag1 span{
    font-weight: bold;
    font-size: 1.3em;
}
.tag-unico{
        background-color: #c3caaa;
        color: #a62c31;
}

.map{
    background-color: #c3caaa;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}
.map2{
    text-align: center;
    width: 9em;
    flex-wrap: wrap;
    margin: 1.3em;
}
.map iframe{
    display: block;
    width: 100%;
    height: auto;
    max-width: 600px;
    height: 300px;
    border: none;

}

  /* a schermo */

@media (min-width:768px) {
   
    .hamburger {
        display: none;
    }

    .container img{
        display: block;
        width: 4em;
    }

    .menu {
        display: flex !important;
         font-size: 1.875rem;
    }

    .menu a:hover{
        border-bottom: 3px solid #a61c31;
        border-radius: 2rem;
        background-color: #c3caaa;

    }


.divisore hr{
    width: 20em;
}

    .row{
        display: flex;
        margin: 2em 16em;
    }

    
    .col{
        flex: 1 1 50%;
        margin: 20px 0;
        position: relative;
    }

    .col article, .blog article{
        height: 75%;
        margin: 0 3em;
        display: flex;
        flex-wrap: wrap;
        line-height: 1.875rem;
        justify-content: center;
        align-items: center;
        font-size: 1.5em;
    }
    .col span{
        display: flex;
        justify-content:center;
        align-items: center;
    }
    .col button{
        position:absolute ;
        left: 50%;
        display: flex;
        border-radius: 20px;
    }

    .col img{
        display: flex;
        width: 300px;
        height: 350px;
        margin: 0 auto;
    }

    .slider {    
        display: flex;
        width: 800px;
        height: auto;
        overflow: hidden;
        position: relative;
        margin: 20px auto;
    }

    .slides {
        display: flex;
        width: calc(100px * 11);
        animation: slide 10s infinite linear;
        background-color: #f9f9f9;
    }

    .slide {
        width: 100px;
        margin: 0 10px;
        flex-shrink: 0;
    }

    .slides p{
    font-size: 0.4em;
    color: #323231;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center; 
    width: 100px;
}

    .generale{
        justify-content: center;
    }

    .box{
        display: flex;
        height: 9em;
        margin: 0.62em 11em;
        flex-direction: column;
    }
    .box h2{
        font-size: 2.2em;
    }
    .box p{
        font-size: 1.2em;
    }
    .testata{
        width: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3em auto;
        font-size: 1.7em;
    }
    .blog{
        display: flex;
        flex-direction: column;
    }
    .facebook, .tiktok{
        display: flex;
    }
    .facebook article, .tiktok article{
        margin-left: 1.9em;
        
    }
    .blog article{
        font-size: 0.8em;
        width: 25em;
        font-style: italic;
    }
    .facebook, .instagram, .tiktok{
        margin: 2em;
    }
    .map iframe{
    width: 300px;
    height: 150px;
    }
    .social h3{
        text-align: center;
    }
    .social ul{
    display: flex;
    justify-content: center;
    gap: 2em;
    align-items: center;
    list-style-type: none;
    }


}
