﻿.home-picture {
    background-image: url(../../../index.html);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background-color: rgba(235,244,227,255);
}

   

    .home-picture .decor-1 {
        position: absolute;
        top: 59px;
        left: 0;
    }

    .home-picture .decor-2 {
        position: absolute;
        top: 49px;
        right: 0;
    }

    .home-picture .btn {
        text-align: center;
        font-size: 16px;
        line-height: 150%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
        margin-top: 41px;
        color: #003959;
        font-weight: bold;
        transition: all ease .3s;
    }

        .home-picture .btn:hover {
            opacity: .8;
        }

        .home-picture .btn span {
            margin-right: 8px;
        }

.home-pic-grid {
    max-width: 1251px !important;
}

.home-picture .p-title-tops {
    text-align: center;
    width: 100%;
}

.home-picture .p-title {
    font-size: 32px;
    line-height: unset;
    margin-top: 21px;
    width: 563px;
    line-height: 159%;
}

.home-picture .p-descript {
    font-size: 16px;
    max-width: 777px;
    line-height: 138%;
    margin-top: 21px;
}

.home-picture-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 26px;
    row-gap: 19px;
    margin-top: 60px;
}

.home-picture-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .home-picture-item:nth-child(1) .img {
        display: none;
    }

    .home-picture-item .img {
        
        position: relative;
        height: 520px;
        overflow: hidden;
    }

        .home-picture-item .img::before {
            content: '';
            background: rgba(var(--villoz-white-rgb, 255, 255, 255), 0.3);
            bottom: 50%;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 50%;
            opacity: 1;
            z-index: 3;
            pointer-events: none;
            transition: all 600ms linear;
        }

        .home-picture-item .img:hover::before {
            top: 0;
            bottom: 0;
            opacity: 0;
            transition: all 600ms linear;
        }

        .home-picture-item .img:hover img {
            transform: scale(1.02);
        }

    .home-picture-item:nth-child(1) .img:nth-child(1) {
        height: 230px;
        display: block;
        margin-bottom: 30px;
    }

    .home-picture-item:nth-child(1) .img:nth-child(2) {
        height: 250px;
        display: block;
    }

    .home-picture-item .img img {
        transition: all linear .2s;
    }

    .home-picture-item:nth-child(2) .img:nth-child(1) {
        height: 279px;
        margin-bottom: 20px;
    }

    .home-picture-item:nth-child(2) .img:nth-child(2) {
        height: 250px;
    }

    .home-picture-item:nth-child(3) .img:nth-child(1) {
        height: 520px;
        margin-bottom: 16px;
    }

    .home-picture-item:nth-child(3) .img:nth-child(2) {
        height: 446px;
        display: none;
    }

    .home-picture-item:nth-child(4) .img:nth-child(1) {
        height: 279px;
        margin-bottom: 23px;
    }

    .home-picture-item:nth-child(4) .img:nth-child(2) {
        height: 289px;
    }

    .home-picture-item:nth-child(5) .img:nth-child(1) {
        height: 250px;
        margin-bottom: 30px;
    }

    .home-picture-item:nth-child(5) .img:nth-child(2) {
        height: 250px;
    }



    .home-picture-item .btn {
    }
/*RS*/
@media(max-width:1023px) {
    .home-picture::before {
        display: none;
    }

    .home-picture .decor-1,
    .home-picture .decor-2 {
        display: none;
    }

    .home-picture-list {
        column-gap: 15px;
        row-gap: 15px;
        margin-top: 30px;
    }

    .home-picture {
        padding: 30px 0;
    }

    .home-picture-item {
        display: none;
    }

    .home-picture-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .home-picture-item:nth-child(1) {
        display: block;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(4,minmax(0,1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

        .home-picture-item:nth-child(1) .img {
            display: block !important;
            margin: 0 !important;
            height: 194px !important;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-picture-item:nth-child(1) .img:last-child {
        display: none !important;
    }
}

@media(max-width:739px) {

    .home-picture-item:nth-child(1) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 10px;
        row-gap: 10px;
        margin-top: 0;
    }

    .home-picture-list {
        margin-top: 35px;
    }

    .home-picture-item:nth-child(1) .img {
        height: 150px !important;
    }

    .home-picture-item .img:nth-child(9) {
        display: none !important;
    }

    .home-picture .decor-1 {
        display: none;
    }

    .home-picture {
        padding-bottom: 0;
        padding-bottom: 20px;
    }

        .home-picture .btn {
            margin-top: 24px;
            font-size: 14px;
        }

        .home-picture .decor-2 {
            opacity: .4;
        }

        .home-picture .p-title {
            font-size: 22px !important;
            margin-top: 10px;
            line-height: 157%;
        }

        .home-picture .p-descript {
            font-size: 15px;
            line-height: 150%;
            margin-top: 10px;
            text-align: justify;
        }
}
