﻿.home-coffee {
    background-image: url(../../../Design/img/bg-about-coffee_02.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.home-coffee-container {
    display: flex;
    padding: 56px 0;
    position: relative;
    padding-bottom: 0;
}

.home-coffee-left {
    width: 54%;
}

    .home-coffee-left .title {
        font-family: 'stang';
        color: #fff;
        font-weight: 100;
        font-size: 52px;
        margin: 0;
    }

.home-coffee.spa .home-coffee-left .title {
    color: #008936;
}

.home-coffee-left .descript {
    color: #fff;
    font-size: 23px;
    position: relative;
}

.home-coffee.spa .home-coffee-left .descript {
    color: #564848;
    font-size: 22px;
}

.home-coffee-left .descript::before {
    content: '';
    position: absolute;
    width: 68px;
    height: 2px;
    background-color: #e8e2df;
    bottom: -26px;
}

.home-coffee.spa .home-coffee-left .descript::before {
    background-color: #d19d41;
}


.home-coffee-left section {
    font-size: 18px;
    color: #fff;
    margin-top: 47px;
}

.home-coffee.spa .home-coffee-left section {
    color: #2d2d2d;
    font-size: 17px;
    line-height: calc(100% + 15px);
}

.home-coffee-left .btn {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 33px;
    margin-bottom: 38px;
}

.home-coffee.spa .home-coffee-left .btn {
    color: var(--default-color-1);
    font-size: 19px;
}

.home-coffee-left .list-img {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
}

.home-coffee-left .list-img-item {
    position: relative;
    box-sizing: border-box;
}

    .home-coffee-left .list-img-item:hover::before {
        opacity: 1;
    }

    .home-coffee-left .list-img-item::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
        border: 1px solid #fff;
        opacity: 0;
        transition: all linear .2s;
        box-sizing: border-box;
    }

    .home-coffee-left .list-img-item:hover img {
    }

    .home-coffee-left .list-img-item img {
    }

.home-coffee-right {
    transform: translateY(-105px);
    flex: 1;
    padding-left: 50px;
}

    .home-coffee-right .img {
        width: 100%;
        height: 580px;
        overflow: hidden;
        border-top-left-radius: 71px;
    }

.home-coffee.spa .home-coffee-right .img {
    height: 538px;
    border-top-right-radius: 71px;
    border-top-left-radius: 0;
}

.home-coffee-right .img:hover img {
    transform: scale(1.04);
}

.home-coffee-right .img img {
    transition: all linear .2s;
}


.home-coffee.spa {
    position: relative;
    background-color: #fff;
    background-image: unset;
    overflow: hidden;
}

    .home-coffee.spa .decor-right {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .home-coffee.spa .decor-left {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .home-coffee.spa .home-coffee-right {
        transform: translateY(0);
        position: relative;
        padding-right: 50px;
        padding-left: 0;
    }

    .home-coffee.spa .list-img-item::before {
        border-color: var(--default-color-2);
    }


    .home-coffee.spa .home-coffee-container {
        flex-direction: row-reverse;
        padding-bottom: 95px;
    }




@media(max-width:1023px) {
    .home-coffee-container {
        flex-direction: column;
        padding: 50px 0 !important;
    }

    .home-coffee-right {
        display: none;
    }

    .home-coffee-left {
        width: 100%;
    }
}

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

@media(max-width: 739px) {
}
