@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');


body
{
    margin: 0;
}

*
{
    box-sizing: border-box;
}

a
{
    text-decoration: none;
}

.codemobile
{
    display: none;
}

#header
{
    position: fixed;
    width: 100%;
    height: auto;
    top: -800px;
    left: 0;
    right: 0;
    background: #fff;

    transition: top .3s ease;

    z-index: 999 !important;
    
}

.nav
{

    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
    height: auto;
}

.logo
{
    padding-left: 20px;
    padding-right: 20px;
}

.logo > a > h1
{
    margin: 0;
    font-size: 23px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    color: black;
    text-transform: uppercase;
}

.menu 
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu > ul
{
    padding-left: 0;
    padding-right: 20px;
}

.menu > ul > li
{
    list-style: none;
}

.menu > ul > li > a
{
    margin-left: 20px;
    margin-right: 20px;

    font-size: 18px;

    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: lighter;
    color: black;
}

.lang
{
    padding-right: 20px;
}

.lang > a
{
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
}

.wrapper
{
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: auto;
}

.wrapper-in
{
    display: flex;

    width: 1250px;
    height: auto;
}

.room
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.room-in{

    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    max-width: 1250px;
    height: auto;

    border-bottom: 1px solid #000;
}

.filter-room{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 5 !important;
}

.img-room{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-room > img{
    max-width: 100%;
    height: auto;
}

.title-room 
{
    position: absolute;
    left: 40px;
    z-index: 6 !important;
}

.title-room > h1
{
    font-size: 60px;
    font-family: 'Caveat', cursive;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bolder;
}

/* .icon-Page{
    display: flex;
    justify-content: flex-end;
    align-items: center;
} */


.section-gallery
{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: auto;
}

.grid-gallery
{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3,1fr);

    border-top: 0.1px solid rgb(212, 212, 212);
    border-left: 0.1px solid rgb(212, 212, 212);

    width: 1250px;
    height: auto;
}

.card
{
    position: relative;
    width: 100%;
    border-right: 0.1px solid rgb(212, 212, 212);
    border-bottom: 0.1px solid rgb(212, 212, 212);
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 12%;
    padding-bottom: 12%;
}


.bkg
{
    position: relative;
    max-width: 100%;
    padding-top: 100%;
    /* background-image: url(/GK-content/img/art/questioni-di-sguardi/contemporaneo/Diapositiva3.PNG); */
    background-size: cover;
    background-position: 0% 20%;
}


.arrow
{
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;
    
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity .3s ease;
    box-shadow: 0px 0px 10px rgb(126, 126, 126);
}

.icon
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
}

.arrow > p
{
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
}

.linee-txt
{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: rgb(255, 0, 0);
}

a:hover > .card > .bkg > .arrow
{
    opacity: 1;
}

.card:hover > .title-art > h1
{
    color: #000000;
}

.section-gallery > .grid-gallery > a > .card > .bkg
{
    background-image: url(/GK-content/img/art/questioni-di-sguardi/calze-nere/Diapositiva27.PNG);
    background-position: 0% 30%;
}

.section-gallery > .grid-gallery > a:nth-child(2) > .card > .bkg
{
    background-image: url(/GK-content/img/art/questioni-di-sguardi/calze-nere/0013.jpg);
    background-position: 0% 30%;
}

.section-gallery > .grid-gallery > a:nth-child(3) > .card > .bkg
{
    background-image: url(/GK-content/img/art/questioni-di-sguardi/calze-nere/Diapositiva28.PNG);
    background-position: 0% 30%;
}

.section-gallery > .grid-gallery > a:nth-child(4) > .card > .bkg
{
    background-image: url(/GK-content/img/art/questioni-di-sguardi/calze-nere/0011.jpg);
    background-position: 0% 30%;
}

.section-gallery > .grid-gallery > a:nth-child(5) > .card > .bkg
{
    background-image: url(/GK-content/img/art/questioni-di-sguardi/calze-nere/0019.jpg);
    background-position: 0% 30%;
}

.section-gallery > .grid-gallery > a:nth-child(6) > .card > .bkg
{
    background-image: url(/GK-content/img/art/questioni-di-sguardi/calze-nere/Diapositiva29.PNG);
    background-position: 0% 30%;
}

.section-gallery > .grid-gallery > a:nth-child(7) > .card > .bkg
{
    background-image: url(/GK-content/img/art/questioni-di-sguardi/calze-nere/Diapositiva33.PNG);
    background-position: 0% 30%;
}

.section-gallery > .grid-gallery > a:nth-child(8) > .card > .bkg
{
    background-image: url(/GK-content/img/art/questioni-di-sguardi/calze-nere/Diapositiva34.PNG);
    background-position: 0% 30%;
}

footer
{
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

    width: 100%;
    height: auto;

    background-color: #333;
}

.footer
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.footer-in
{
    margin-bottom: 20px;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;

    width: 1250px;
    height: auto;
    border-bottom: 1px solid rgb(110, 110, 110);
}

.footer-name > h1
{
    margin: 0;
    padding: 10px;
    font-size: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.footer-categories > p
{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 255, 136);
    font-weight: 500;
}

.footer-categories > a > p
{
    text-align: right;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

.footer-art > p
{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 255, 136);
    font-weight: 500;
}

.footer-art > a > p
{
    text-align: right;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}

.footer-art-exh > p
{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px;
    font-size: 19px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(0, 255, 136);
    font-weight: 500;
}

.footer-art-exh > a > p
{
    text-align: right;
    margin: 0;
    padding: 5px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}


.box-contact
{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: auto;
}

.box-contact-grid
{
    padding: 20px;

    display: grid;
    grid-template-columns: repeat(3,1fr);

    width: 1250px;
    height: auto;
    background-color: rgb(83, 83, 83);
}

.box-in
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone > p
{
    padding-left: 10px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.email
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.email > p
{
    padding-left: 10px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.facebook
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.facebook > a > p
{
    padding-left: 10px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.copyright
{
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 100%;
    height: auto;
}

.copyright > h1
{
    margin: 0;
    padding: 30px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
}



















@media(max-width: 956px)
{

    #header
    {
        display: none;
    }

    .codemobile
    {
        display: block;
    }

    #header-mobile
    {
        position: fixed;
        width: 100%;
        height: auto;
        top: -800px;
        left: 0;
        right: 0;
        background: #fff;
    
        transition: top .3s ease;
    
        z-index: 998 !important;
    }

    .nav-mobile
    {

        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
        height: auto;
    }

    .logo-mobile
    {
        padding-left: 5px;
        padding-right: 5px;
    }

    .logo-mobile > a > h1
    {
        margin: 0;
        font-size: 17px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 300;
        color: black;
        text-transform: uppercase;
    }

    .menu-mobile
    {
        cursor: pointer;

        padding-top: 5px;
    }

    .menu-list-mobile
    {
        display: none;
    }

    .close
    {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .list   
    {
        display:  flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        position: fixed;

        top: 0;
        right: 0;
        left: 0;
        bottom: 0;

        width: 100%;
        height: auto;

        background-color: #fff;
        opacity:    1;

        animation-name: fadeIn;
        animation-duration: .2s;
        animation-timing-function: ease;
        animation-fill-mode: both;
    }

    @keyframes fadeIn
    {
        0%
        {
            opacity: 0;
        }

        100%
        {
            opacity: 1;
        }
    }

    .list > ul
    {
        padding: 0;
    }

    .list > ul > li
    {
        display:  flex;
        flex-direction: column;
        max-width: 100%;
    }

    .list > ul > li > a
    {
        padding-bottom: 10px;
        padding-top: 10px;

        font-size: 35px;

        color: #333;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    .section
    {
        display: flex;
        justify-content: center;
        align-items: center;
    
        width: 100%;
        height: auto;
    }
    
    .section-in
    {
        width: 100%;
        height: auto;
    }

    .menu-list-mobile--open
    {
        display: block;
    }

    .wallpaper > img
    {
        max-width: 100%;
        height: auto;
    }
    
    .title > h1
    {
        font-size: 20px;
        font-family: 'Caveat', cursive;
        font-weight: 600;
        color: red;
    }
    
    .title > p
    {
        font-size: 20px;
    }

    .title-room > h1
    {
        font-size: 35px;
    }
    
    .room{
        margin-top: 0;
    }

    .room-in{
        margin: 0;
    }

    .img-room > img{
        max-width: 100%;
    }

    .name-exh
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .wrapper
    {
        margin-top: 0px;
        padding: 0;
    }

    .wrapper-in
    {
        flex-direction: column-reverse;
    }

    .museo
    {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .crt
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .title-art > h1
    {
        margin-bottom: 10px
    }

    .section-gallery
    {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-gallery
    {
        grid-template-columns: repeat(1,1fr);
    }

    .card
    {
        padding-top: 8%;
        padding-right: 8%;
        padding-left: 8%;
        padding-bottom: 8%
    }

    .section-crt
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-crt-in
    {
        grid-template-columns: repeat(1,1fr);
    }

    .none
    {
        display: none;
    }

    .name-crt > h1
    {
        padding-bottom: 0;
        font-size: 25px;
    }

    .icon-wall
    {
        top: 5px;
        left: 5px;
    }

    .crt-title
    {
        padding-left: 10px;
        padding-right: 10px;
    }

    .wall
    {
        padding-top: 70%;
    }

    .crt-open > p
    {
        font-size: 15px;
    }



    .footer-in
    {
        margin-bottom: 20px;
        padding: 30px;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 5px;

        width: 1250px;
        height: auto;
        border-bottom: 1px solid rgb(110, 110, 110);
    }

    .footer-name > h1
    {
        text-align: left;
        padding: 0;
    }

    .footer-categories > p
    {
        text-align: left;
    }

    .footer-categories > a > p
    {
        text-align: left;
    }

    .footer-art > p
    {
        text-align: left;
    }


    .footer-art > a > p
    {
        text-align: left;
    }

    .footer-art-exh > p
    {
        text-align: left;
    }


    .footer-art-exh > a > p
    {
        text-align: left;
    }

    .box-contact-grid
    {
        padding: 20px;
    
        display: grid;
        grid-template-columns: repeat(1,1fr);
    
        width: 1250px;
        height: auto;
        background-color: rgb(83, 83, 83);
    }

    .box-in
    {
        padding-left: 20px;
        justify-content: left;
    }


    /* New */




    .crt-title-in > h1{
        font-size: 9vw;
    }
    
    .name-exh-in > h1{
        font-size: 9vw;
    }

    .name-exh{
        margin-top: 30px;
    }
}