.art-content {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0px;
}

.art-content-bg {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.art-content-right {
    max-width: 800px;
    margin-left: auto;
}

.art-content-left {
    max-width: 350px;
}

.art-content-head h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--dark);
    text-transform: uppercase;
}

.art-content-desc p {
    font-size: 17px;
    color: var(--dark);
    font-weight: 500;
}


.content-head {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.content-head h3 {
    font-size: 35px;
    font-weight: 700;
    color: var(--dark);
}

.content-head p {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark);
}

.paintings-gallery {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.paintings-gallery-item {
    width: 100%;
    grid-template-columns: 22% 22% 50%;
    column-gap: 25px;
    display: grid;
}

.paintings-gallery-item-alt {
    margin-top: 30px;
    width: 100%;
    grid-template-columns: 50% 22% 22%;
    column-gap: 25px;
    display: grid;
}

.paintings-gallery-img img {
    height: 350px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.paintings-gallery-card {
    position: relative;
    width: 100%;
    height: fit-content;
}

.paintings-gallery-effect {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.450);
}

.paintings-gallery-text {
    color: white;
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 15px;
}

.paintings-gallery-text h6 {
    font-size: 27px;
    font-style: italic;
    font-weight: 600;
}

.paintings-gallery-text p {
    font-size: 15px;
    line-height: 17px;
    overflow: hidden;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.paintings-gallery-link {
    position: relative;
    width: fit-content;
    transition: all .3s;
}

.paintings-gallery-link a {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.paintings-gallery-link:hover {
    cursor: pointer;
}

.paintings-gallery-link span {
    color: var(--yellow);
    transition: all .3s;
}

.paintings-gallery-link img {
    max-width: 20px;
    margin-left: 3px;
    transition: all .3s;
}

.paintings-gallery-link:hover img {
    transform: translate3d(20%, 0, 0);
}

.paintings-gallery-link:hover span {
    color: #ffce26;
}

.footer {
    background-image: url(../img/navbar-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}

.footer-header {
    padding: 35px 0px;
}

.footer-header-bg {
    display: flex;
    margin-top: 50px;
}

.footer-left {
    max-width: 350px;
}

.footer-left-item-head {
    font-size: 18px;
    font-weight: 400;
    color: var(--light-yellow);
}

.footer-left-item-link {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: var(--light-yellow);
    text-decoration: none;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    column-gap: 70px;
}

.footer-right-item-head {
    font-size: 18px;
    font-weight: 300;
    color: var(--light-yellow);
}

.footer-right-item-link {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    font-weight: 700;
    color: var(--light-yellow);
    text-decoration: none;
}

.footer-right-menu {
    align-items: center;
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 0px;
    row-gap: 10px;
    display: grid;
    margin-top: 15px;
}

.footer-right-item-list {
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: var(--light-yellow);
}

.footer-right-item-flex {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.footer-bottom {
    background-color: var(--light-yellow);
    padding: 7px 0px;
}

.footer-bottom-link span {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
}

.footer-bottom-link a {
    font-size: 14px;
    font-weight: 800;
    color: var(--dark);
}
.art-content-link{
    color: var(--dark-yellow);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.footer-logo{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1200px) {
    .art-content-right {
        max-width: 600px;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-logo{
        max-width: 320px;
    }
    .footer-left {
        display: none;
    }

    .footer-right-mobile-none {
        display: none;
    }

    .footer-right {
        display: block;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .footer-right-item {
        margin-top: 20px;
    }

    .footer-header-bg {
        margin-top: 0px;
    }
    .art-content-head h2{
        font-size: 25px;
    }
    .art-content-desc p{
        font-size: 15px;
    }
    .art-content-right{
        max-width: 420px;
    }

}

@media only screen and (max-width: 768px) {
    .slider-bg {
        display: block;
    }

    .slider-left {
        max-width: unset;
    }

    .art-content-bg {
        display: block;
    }
    .art-content-left{
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .art-content-right{
        max-width: unset;
        margin-top: 30px;
        text-align: center;
    }
    .paintings-gallery-item{
        grid-template-columns: 48% 48%;
    }
    .paintings-gallery-item .paintings-gallery-card:last-child {
        grid-column: span 2;
        margin-top: 10px;
    }
    .paintings-gallery-item-alt{
        grid-template-columns: 48% 48%;
    }
    .paintings-gallery-item-alt .paintings-gallery-card:nth-child(1) {
        grid-column: span 2;
        margin-top: 10px;
    }
    .paintings-gallery-item-alt .paintings-gallery-card:nth-child(2),
    .paintings-gallery-item-alt .paintings-gallery-card:nth-child(3) {
        grid-column: span 1;
        margin-top: 10px;
    }
}
