﻿

.home-restaurant {
    height: 615px;
    position: relative;
    box-shadow: 0 0 10px 0 #333333a8;
    z-index: 2;
}

    .home-restaurant .decor-bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        object-fit: cover;
    }

   

 

    .home-restaurant .decor {
        position: absolute;
        right: 0;
        top: -188px;
        z-index: 3;
    }

.home-restaurant-top {
    display: flex;
    align-items: center;
    max-width: 1384px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
}

    .home-restaurant-top .left {
        position: relative;
        width: 809px;
        height: 505px;
        transform: translateY(48px);
    }

.home-restaurant-item {
    overflow: hidden;
    position: relative;
    =: relative;
    height: 249px;
}

    .home-restaurant-item:hover .home-restaurant-content h3 {
        transform: translateY(-38px);
        font-size: 30px;
        opacity: 1;
        transition: 1s cubic-bezier(.3,2.5,.3,1);
    }

    .home-restaurant-item:hover .home-restaurant-content span {
        transform: translateY(-38px);
        opacity: 1;
        transition: 1s cubic-bezier(.3,2.5,.3,1);
        transition-delay: .2s;
    }

    .home-restaurant-item::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        background-image: url(../../../Design/img/overlay-dv.png);
        background-size: cover;
    }

.home-restaurant-content {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 100%;
}

    .home-restaurant-content h3 {
        margin: 0;
        font-size: 28px;
        text-transform: capitalize;
        color: #fff;
        font-weight: 100;
        text-align: center;
        font-family: 'beauR';
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transform: translateY(0);
        opacity: 1;
        transition: 0.6s cubic-bezier(.3,2.5,.3,1);
        padding: 0 10px;
    }

    .home-restaurant-content span {
        text-align: center;
        display: block;
        width: 100%;
        line-height: 150%;
        color: #fff;
        font-size: 14px;
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 4px;
        transform: translateY(0);
        opacity: 1;
        transition: 0.6s cubic-bezier(.3,2.5,.3,1);
    }

.home-restaurant-img {
    width: 100%;
    height: 100%;
}

    .home-restaurant-img img {
    }

.home-restaurant-top .left img {
    width: 100%;
    height: 100%;
}

.home-restaurant-top .left .img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    opacity: .5;
    transform: translateX(10px) translateY(-10px);
}

.home-restaurant-top .left .img {
    width: 100%;
    height: 100%;
    /* transform: translateY(-77px) translateX(9px); */
    position: relative;
}

.home-restaurant-top .right {
    flex: 1;
    padding-left: 116px;
    padding-right: 86px;
    z-index: 2;
    position: relative;
    transform: translateY(48px);
}

    .home-restaurant-top .right .title {
        margin: 0;
        text-transform: uppercase;
        color: var(--default-color-3);
        font-weight: 100;
        font-size: 16px;
        font-family: 'raleR';
        line-height: 150%;
    }

    .home-restaurant-top .right .title-1 {
        margin: 0;
        text-transform: capitalize;
        font-family: 'beauR';
        font-size: 52px;
        font-weight: 100;
        position: relative;
        color: var(--default-color-1);
        margin-top: 27px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

        .home-restaurant-top .right .title-1::before {
            content: '';
            position: absolute;
            width: 25px;
            height: 1px;
            background-color: var(--default-color-2);
            bottom: 0;
            display: none;
        }

    .home-restaurant-top .right .descript {
        line-height: 150%;
        font-size: 16px;
        color:var(--default-color-1);
        margin-top: 0;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 14px;
    }

    .home-restaurant-top .right a:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

    .home-restaurant-top .right a {
        width: fit-content;
        background-color: #fff;
        color: var(--default-color-1);
        text-transform: uppercase;
        font-size: 16px;
        border-radius: 55px;
        line-height: 150%;
        padding: 0 33px;
        padding-bottom: 11px;
        margin-top: 33px;
        padding-top: 12px;
        font-family: 'avertaR';
        transition: all ease .2s;
    }

.home-restaurant-bottom {
    transform: translateY(80px);
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

    .home-restaurant-bottom .swiper {
        overflow: unset;
    }

    .home-restaurant-bottom .img {
        height: 249px;
    }

        .home-restaurant-bottom .img img {
        }
/*RS*/
@media(max-width:1023px) {

    .home-restaurant-top .left {
        display: none;
    }

    .home-restaurant-top .right {
        padding: 30px 30px;
    }

    .home-restaurant {
        
    }

        .home-restaurant::after,
        .home-restaurant::before {
            display: none;
        }

    .home-restaurant-bottom {
        transform: translateY(0);
    }
}

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

@media(max-width: 739px) {

    .home-restaurant-bottom .img {
        height: 150px;
    }

    .home-restaurant .decor {
        display: none;
    }


    .home-restaurant-top .right .title-1 {
        font-size: 28px;
        margin-top: 12px;
    }

    .home-restaurant-top .right .descript {
        font-size: 15px;
        line-height: 160%;
    }

    .home-restaurant-top .right {
        padding: 20px;
    }

        .home-restaurant-top .right .title {
            font-size: 13px;
        }

        .home-restaurant-top .right a {
            font-size: 13px;
            padding: 0 20px;
            padding-bottom: 8px;
            margin-top: 14px;
            padding-top: 9px;
        }
}
