@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Seaweed+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&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;
}

.section
{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-txt
{
    text-align: center;
    color: red;
    font-family: 'Seaweed Script', cursive;
    font-size: 50px;
}

.section-text
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-intro
{
    width: 750px;
    height: auto;
}
.text-intro p
{
    font-family: 'Inter', sans-serif;
}

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

.nameAuthor
{
    text-align: center;
    font-size: 50px;
    font-family: 'Seaweed Script', cursive;
}

.text {max-width: 900px;}
.text h1
{
    font-size: 40px;
    text-align: center;
    font-family: 'Seaweed Script', cursive;
}

.cover > img
{
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
}

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

    margin-bottom: 50px;

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

    width: 100%;
    height: auto;
}

.grid-gallery {
    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/bozze-bozze/1991c-min.jpg);
    background-size: cover;
    background-position: 50% 30%;
}


.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;
}

.name-exh {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-exh-in {
    position: relative;
    width: 1250px;
}

.name-exh-in>h1 {
    position: relative;

    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

#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;
}

a:nth-child(2)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/1991c.jpg);
    background-position: 30% 30%;
}

a:nth-child(3)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/1991_2c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(4)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/1992c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(5)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/1993c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(6)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/1995c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(7)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/1998c-min.jpg);
    background-position: 0% 40%;
}

a:nth-child(8)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2001-2c-min.jpg);
    background-position: 20% 0%;
}

a:nth-child(9)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2001-3c-min.jpg);
    background-position: 20% 0%;
}

a:nth-child(10)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2001c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(11)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2002c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(12)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2003-1c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(13)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2003c-min.png);
    background-position: 0% 0%;
}

a:nth-child(14)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2004c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(15)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2004-1c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(16)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2005c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(17)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2006-1c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(18)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2006c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(19)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2007c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(20)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2007-1c-min.png);
    background-position: 0% 0%;
}

a:nth-child(21)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2008c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(22)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2008-1c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(23)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2009c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(24)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2009-1c-min.jpg);
    background-position: 0% 0%;
}


a:nth-child(25)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2009-2c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(26)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2009-3c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(27)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2010c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(28)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2015c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(29)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2015-1c-min.jpg);
    background-position: 0% 0%;
}

a:nth-child(30)>.card>.bkg {
    background-image: url(/GK-content/img/art/bozze-bozze/2020c-min.jpg);
    background-position: 0% 0%;
}



.codemobile {
    display: none;
}

footer {
    margin-top: 50px;
    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;
    }

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

    .title-txt
    {
        font-size: 30px;
    }

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

    .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%
    }

        .footer-in {
        margin-bottom: 20px;
        padding: 20px;
        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: 5px;

        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;
    }

    .copyright>h1 {
        text-align: center;
    }

    .nameAuthor
    {
        font-size: 40px;
    }

    .text{padding-left: 10px; padding-right: 10px;}
    .text h1
    {
        font-size: 35px;
    }

}


@media (max-width: 1284px) {

    .link-img>img {
        max-width: 50%;
    }
}