﻿
.home-options {
    padding-bottom: 123px;
    padding-top: 103px;
    position: relative;
}


.home-options .grid.wide {
    max-width: 1158px;
    display: flex;
    justify-content: space-between;
}

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

.home-rating {
    width: 100%;
}

.home-pic {
    flex: 1;
    padding-top: 40px;
    display: flex;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(5,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}

.home-options .options-title {
    display: flex;
    align-items: center;
    margin: 0;
}

.home-options .options-descript {
    font-family: neue;
    color: #737272;
    font-size: 16px;
    margin-top: 4px;
    display: block;
    margin-bottom: 26px;
}

.home-options .options-title img {
}

.home-options .options-title span {
    font-size: 26px;
    font-family: vnf;
    font-weight: 400;
    color: var(--default-color-2);
    text-transform: capitalize;
    margin-left: 9px;
    display: block;
    transform: translateY(2px);
}

.home-pic .options-title span {
    margin-left: 0;
}



.home-pic-row:nth-child(2) {
    width: 100%;
}

.home-pic-row:nth-child(1) a {
    flex: 1;
}

.home-pic-row:nth-child(2) a {
    height: 100%;
}

.home-pic-row:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.home-pic-row:nth-child(3) a.n:last-child::before {
    display: none;
}




.home-pic-row:nth-child(3) a:last-child .modal {
    display: flex;
    z-index: 4;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.home-pic-row {
}

.home-pic-item {
    border-radius: 5px;
    overflow: hidden;
    display: block;
    position: relative;
    height: 255px;
}

.home-pic-item:hover img {
    transform: scale(1.03);
}

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

.home-pic-item .modal {
    position: absolute;
    display: none;
}

.home-pic-item .modal img {
    transform: scale(1) !important;
}

.home-pic-item .modal .img {
}

.home-pic-item .modal span {
    color: #FFF;
    font-family: monsR;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    opacity: .8;
    display: block;
    margin-top: 6px;
}

.home-options-decor {
    position: absolute;
    right: 0;
    top: -200px;
}
/*RS*/
@media(max-width:1023px) {

    .home-options .grid.wide {
        flex-direction: column;
    }

    .home-options {
        padding: 60px 0;
    }

    .home-rating {
        width: 100%;
        margin-bottom: 25px;
    }

    .home-pic {
        padding: 0;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .home-pic-row {
    }
}

@media(min-width:740px) and (max-width:1023px) {

    .home-pic-row:last-child {
        display: none;
    }
}

@media(max-width:739px) {
    .home-pic {
        flex-direction: column;
    }

    .home-pic-row {
        /* width: 100% !important; */
        /* padding: 0 !important; */
        /* margin: 5px 0 !important; */
        display: block !important;
    }

    .home-pic-item {
        height: 180px;
    }



    .home-pic {
        padding: 0;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}
