﻿.home-about {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    padding-bottom: 90px;
}

    .home-about:before {
        content: "";
        position: absolute;
        background: url(/Design/img/tree2.png) no-repeat;
        background-size: cover;
        left: 0;
        top: 0;
        width: 99px;
        height: 226px;
    }

    .home-about:after {
        content: "";
        position: absolute;
        background: url(/Design/img/tron1.png) no-repeat;
        background-size: cover;
        right: -294px;
        top: 6px;
        width: 742px;
        height: 742px;
        pointer-events: none;
        z-index: 0;
    }

    .home-about .decor-item {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }

        .home-about .decor-item.left {
            left: 0;
            width: 100%;
        }

        .home-about .decor-item.right {
            right: 0;
            width: 100%;
        }

    .home-about .decor-tree {
        position: absolute;
        top: -86px;
        right: 0;
        z-index: 4;
    }

.home-about-container {
    display: flex;
    margin-top: 80px;
}

.home-about-left {
    display: flex;
    flex-direction: column;
    width: 723px;
}

    .home-about-left .left-title {
        text-align: center;
        margin: 0;
        font-size: 56px;
        font-family: BeauDisB;
        font-weight: 100;
        line-height: 110%;
        margin-top: -5px;
        color: #230C02;
    }

    .home-about-left .left-cate {
        font-size: 60px;
        color: #5A3204;
        display: block;
        text-align: center;
        font-family: nvnSign;
        line-height: 66px;
    }

    .home-about-left .left-descript {
        color: #646363;
        text-transform: capitalize;
        margin: 0;
        font-size: 15px;
        font-weight: 100;
        margin-top: 27px;
    }

    .home-about-left .p-wave {
        margin-top: 13px;
        margin-bottom: 22px;
    }

.home-about-content {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

    .home-about-content .img {
        width: 348px;
        height: 347px;
    }

.home-about .grid.wide {
    max-width: 1318px;
    position: relative;
    z-index: 1;
}

.home-about-content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6.789px;
}

.home-about-content .text {
    font-size: 16px;
    display: block;
    line-height: 138%;
    text-align: left;
    color: #5F5F5F;
    flex: 1;
    padding-left: 26px;
}

    .home-about-content .text p {
        margin: 0;
        margin: 21px 0;
    }

        .home-about-content .text p:first-child {
            margin-top: 0;
        }

        .home-about-content .text p:last-child {
            margin-bottom: 0;
        }

.home-about-right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1;
    margin-left: 40px;
    height: 792px;
}

    .home-about-right .logo-mini {
        position: relative;
        z-index: 9;
        transform: translate(-1px,-37px);
    }

    .home-about-right .decor-glass {
        position: absolute;
        left: 27px;
        z-index: 5;
        bottom: 27px;
        display: none;
    }

    .home-about-right .decor {
        position: absolute;
        bottom: 27px;
        width: 74%;
        background-color: #fff;
        height: 92px;
        z-index: 5;
        display: none;
    }

    .home-about-right .decor-container {
        position: relative;
    }

        .home-about-right .decor-container::before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100%;
            background-color: var(--default-color-2);
        }

    .home-about-right .img {
        overflow: hidden;
        position: absolute;
        width: 564px;
        height: 792px;
        top: 0;
        left: 0;
        border-radius: 7px;
    }

    .home-about-right .img-2 {
        position: absolute;
        width: 320px;
        z-index: 7;
        height: 320px;
        bottom: -55px;
        left: -108px;
        overflow: hidden;
        border-radius: 50%;
        display: none;
    }

    .home-about-right .img-3::before {
        content: '';
        position: absolute;
        width: 441px;
        height: 399px;
        background-color: #FFF;
        z-index: 1;
        transform: translateY(-30px);
        opacity: 1;
        z-index: 1;
        border-top-left-radius: 172px;
        border-top-right-radius: 22px;
        border-bottom-left-radius: 19px;
        border-bottom-right-radius: 171px;
    }

    .home-about-right .img-3::after {
        content: '';
        position: absolute;
        width: 469px;
        height: 399px;
        background-color: rgba(255, 255, 255, 0.65);
        z-index: 0;
        transform: translate(0, -48px);
        opacity: 1;
        border-top-left-radius: 172px;
        border-top-right-radius: 22px;
        border-bottom-left-radius: 19px;
        border-bottom-right-radius: 171px;
        pointer-events: none;
    }

    .home-about-right .img-3 {
        width: 441px;
        height: 399px;
        bottom: 0;
        right: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
        border-top-left-radius: 172px;
        border-top-right-radius: 22px;
        border-bottom-left-radius: 19px;
        border-bottom-right-radius: 171px;
    }

        .home-about-right .img-3 img {
            z-index: 2;
            clip-path: path("M0 171C0 76.5593 76.5593 0 171 0H421C432.046 0 441 8.95431 441 20V228C441 322.441 364.441 399 270 399H20C8.95429 399 0 390.046 0 379V171Z");
        }

.home-about-bottom .img-right {
    width: 197px;
    height: 224px;
    border-radius: 11px;
    overflow: hidden;
    display: none;
}

.home-about-right .img img {
    width: 100%;
    height: 100%;
    transition: 1s cubic-bezier(.3,1,0.9,1);
}

.home-about-right:after {
    content: "";
    position: absolute;
    left: -222px;
    bottom: -208px;
    background: url(/Design/img/tree1.png) no-repeat;
    background-size: cover;
    width: 467px;
    height: 467px;
}

.home-about-bottom {
    display: flex;
    margin-top: 23px;
}

    .home-about-bottom .list-text {
        padding-left: 39px;
        flex: 1;
    }

        .home-about-bottom .list-text h3 {
            font-size: 17px;
            color: #2d2d2d;
            margin: 0;
            font-weight: 100;
            margin-bottom: 15px;
            display: none;
        }

        .home-about-bottom .list-text p {
            color: #2d2d2d;
            font-size: 17px;
            display: flex;
            position: relative;
            padding-left: 26px;
            margin: 9px 0;
            align-items: center;
        }

        .home-about-bottom .list-text section {
            position: relative;
            width: fit-content;
        }

        .home-about-bottom .list-text p::before {
            content: '';
            position: absolute;
            background-image: url(../../../Design/img/icon-check_03.png);
            width: 16px;
            height: 16px;
            left: 0;
            transform: translateY(2px);
        }

        .home-about-bottom .list-text section::before {
            content: '';
            position: absolute;
            width: 100%;
            border-radius: 10px;
            height: 100%;
            bottom: -3px;
            background-color: #523603;
        }

        .home-about-bottom .list-text section::before {
        }

        .home-about-bottom .list-text a {
            width: fit-content;
            background-color: var(--default-color-3);
            color: #fff;
            font-size: 14.25px;
            border: 1px solid var(--default-color-3);
            font-family: joM;
            padding: 14px 25px;
            padding-bottom: 10px;
            display: flex;
            position: relative;
            border-radius: 10px;
            align-items: center;
            margin-top: 28px;
            transition: all linear .3s;
            text-transform: uppercase;
        }

            .home-about-bottom .list-text a:hover {
                background-color: #fff;
            }

                .home-about-bottom .list-text a:hover span {
                    color: var(--default-color-3);
                }

        .home-about-bottom .list-text .img {
            margin-left: 11px;
        }

        .home-about-bottom .list-text a:hover img {
            filter: invert(38%) sepia(55%) saturate(5940%) hue-rotate(333deg) brightness(99%) contrast(110%);
        }

    .home-about-bottom .img {
        max-width: 261px;
        max-height: 263px;
    }

        .home-about-bottom .img img {
        }

.home-booking-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    transform: translateY(-49px);
    user-select: none;
    width: 90%;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 4px 29.5px 0px rgba(115, 122, 131, 0.20);
    margin: auto;
}

    .home-booking-container .sub {
        position: absolute;
        bottom: -66px;
        left: 0;
        display: flex;
        align-items: center;
        display: none;
    }

        .home-booking-container .sub .decor {
            display: flex;
            align-items: center;
        }

        .home-booking-container .sub .decor-item {
            width: 36px;
            height: 36px;
            position: relative;
            border-radius: 50%;
            bottom: unset;
            top: unset;
            background-color: #96A38F;
        }

            .home-booking-container .sub .decor-item:nth-child(1) {
                background-color: rgb(150 163 143 / 30%);
                transform: translateX(0);
            }

            .home-booking-container .sub .decor-item:nth-child(2) {
                background-color: rgb(150 163 143 / 50%);
                transform: translateX(-9px);
            }

            .home-booking-container .sub .decor-item:nth-child(3) {
                background-color: rgb(150 163 143 / 80%);
                transform: translateX(-18px);
            }

        .home-booking-container .sub span {
            display: block;
            font-family: 'avertaSTD';
            color: #737A83;
            font-size: 15px;
            font-weight: 100;
            line-height: 17.6px;
            margin-left: -9px;
        }

        .home-booking-container .sub a {
            color: var(--default-color-1);
            line-height: 17.6px;
            font-family: 'avertaSTD';
            font-size: 13px;
            margin-left: 6px;
            transition: all linear .3s;
            background-color: #fff;
            padding: 7px 14px;
            border-radius: 55px;
            background-color: var(--default-color-1);
            color: #fff;
        }

            .home-booking-container .sub a:hover {
                opacity: .8;
            }

.home-booking-options {
    display: none;
}

    .home-booking-options .options-item {
        display: flex;
        align-items: center;
    }

        .home-booking-options .options-item:last-child {
            margin-top: 10px;
        }

        .home-booking-options .options-item span {
            font-size: 16px;
            display: block;
            margin-left: 9px;
        }

    .home-booking-options .options-icon {
    }

        .home-booking-options .options-icon img {
        }

    .home-booking-options span .options-item {
    }

.home-booking-form {
    display: flex;
    width: 90%;
}

    .home-booking-form .form-item {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        width: 100% !important;
        padding: 0 20px;
    }

        .home-booking-form .form-item.customer .btn {
            position: absolute;
            right: 18px;
            display: flex;
            align-items: center;
            z-index: 9;
        }

        .home-booking-form .form-item.customer .btn-item i {
            line-height: 100%;
        }

        .home-booking-form .form-item.customer .btn-item {
            width: 24px;
            height: 24px;
            border: 2px solid #727A82;
            border-radius: 50%;
            color: #727A82;
            line-height: 100%;
            font-size: 14px;
            margin: 0 3px;
            transition: all linear .2s;
        }

            .home-booking-form .form-item.customer .btn-item:hover {
                #727A82;
                background-color: #727A82;
                color: #fff;
            }

        .home-booking-form .form-item:last-child::before {
            display: none;
        }

        .home-booking-form .form-item:nth-child(2)::before {
            display: none;
        }

        .home-booking-form .form-item::before {
            content: "";
            position: absolute;
            width: 1px;
            height: 48px;
            background-color: #D5E2EF;
            right: 0;
        }

        .home-booking-form .form-item:first-child {
        }

        .home-booking-form .form-item h3 {
            font-size: 10px;
            color: #737A83;
            margin: 0;
            font-weight: 100;
            text-transform: uppercase;
            font-family: plusM;
            margin-bottom: 1px;
            line-height: 100%;
        }

.form-item-input {
    position: relative;
    z-index: 5;
}

.form-item-drop {
    position: absolute;
    top: 37px;
    left: 0;
    background-color: #fff;
    border: 1px solid #3333332e;
    border-radius: 5px;
    pointer-events: none;
    transform: translateY(25px);
    opacity: 0;
    transition: 0.8s cubic-bezier(.3,2,.3,1);
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    box-shadow: 0 0 10px 0 #3333333b;
}

    .form-item-drop.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

    .form-item-drop span {
        padding: 8px 12px;
        transition: all linear .2s;
        user-select: none;
        font-size: 15px;
        white-space: nowrap;
    }

        .form-item-drop span:hover {
            color: #fff;
            background-color: var(--default-color-2);
            cursor: pointer;
        }

.home-booking-form .form-item-input {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 2px;
}

    .home-booking-form .form-item-input .error-contact {
        position: absolute;
        opacity: 1;
        background-color: #fff;
        padding: 6px 10px;
        border-radius: 5px;
        font-size: 11px;
        font-weight: bold;
        box-shadow: 0 3px 5px 0px #ff00002e;
        top: calc(83%);
    }

    .home-booking-form .form-item-input input {
        outline: none;
        border: none;
        background-color: transparent;
        color: #132742;
        cursor: pointer;
        font-size: 16px;
        font-family: plusR;
        width: 100%;
        height: 100%;
    }

        .home-booking-form .form-item-input input::placeholder {
            color: #132742;
            font-size: 16px;
            font-family: plusR;
        }

    .home-booking-form .form-item-input img {
        transform: translateY(-8px);
    }

.home-booking-btn {
    cursor: pointer;
    flex: 1 1 0;
    height: 93px;
}

    .home-booking-btn .container:hover {
        opacity: .7;
    }

    .home-booking-btn .container {
        position: relative;
        background-color: var(--default-color-1);
        user-select: none;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all linear .2s;
        height: 100%;
        width: 100%;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        padding: 10px 0;
    }

        .home-booking-btn .container:hover .img-1 {
            transform-origin: bottom center;
            transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
        }

        .home-booking-btn .container .img-1 {
            perspective: 300px;
            transition: transform 500ms ease;
            transform-origin: top center;
            transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
            width: 32px;
        }

        .home-booking-btn .container .img-2 {
            width: 32px;
        }

        .home-booking-btn .container:hover .decor {
            transition: transform 500ms ease, top 500ms ease;
            transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
        }

        .home-booking-btn .container .decor {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            height: 100%;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            background-color: #161a13;
            transition: transform 700ms ease, top 700ms ease;
            transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
            perspective: 300px;
            transform-origin: bottom center;
        }

    .home-booking-btn::before {
        content: '';
        position: absolute;
        width: 100%;
        border-radius: 10px;
        background-color: #00a6528f;
        height: 100%;
        z-index: 0;
        bottom: -2px;
        display: none;
    }

    .home-booking-btn i {
        font-size: 20px;
        margin-right: 0px;
    }

    .home-booking-btn span {
        margin-left: 9px;
        font-family: 'wixM';
        font-size: 22px;
        color: #FFFCFB;
    }

.home-about-slogan {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 3px;
    display: none;
}

    .home-about-slogan .item {
        display: flex;
        align-items: center;
    }

    .home-about-slogan .item-icon {
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 9px;
        border: 1px solid var(--default-color-2);
    }

        .home-about-slogan .item-icon img {
        }

    .home-about-slogan span {
        font-size: 30px;
        font-family: 'hlt';
        color: var(--default-color-2);
    }

.home-about-left .slogan {
    font-size: 24px;
    color: #230C02;
    margin: 0;
    text-align: center;
    font-weight: 100;
    margin-top: 3px;
    line-height: 110%;
}

.home-about-btn {
    color: #FAFBFC;
    display: flex;
    align-items: center;
    transition: all linear .2s;
    width: fit-content;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    border-radius: 29.094px;
    background: linear-gradient(180deg, #C2966B 0%, #5A3204 100%);
}

    .home-about-btn .decor {
        position: absolute;
        background: var(--default-color-1);
        padding: 0 53px;
        padding-bottom: 13px;
        padding-top: 12px;
    }

.home-about-tel {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
}

    .home-about-tel img {
    }

    .home-about-tel .content {
        padding-left: 13px;
    }

    .home-about-tel h3 {
        margin: 0;
        color: #5F5F5F;
        font-size: 15px;
        font-weight: 100;
    }

    .home-about-tel span {
        background: linear-gradient(180deg, #35B7D4 0%, #2E7DBC 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 24px;
        font-family: svn;
        font-weight: bold;
    }

.home-about-btn:hover {
    box-shadow: 0 0 10px 0 #33333354;
}

    .home-about-btn:hover span {
        color: var(--default-color-2);
        transition-delay: .2s;
    }

.home-about-btn p {
    padding: 0 53px;
    padding-bottom: 13px;
    padding-top: 12px;
    display: block;
    margin: 0;
    background: linear-gradient(180deg, #C2966B 0%, #5A3204 100%);
}

.home-about-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-top: 23px;
}

.home-about-tienich {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 23px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 35px;
}

    .home-about-tienich .item {
        display: flex;
        align-items: center;
    }

    .home-about-tienich .icon {
        width: 54px;
        height: 54px;
        background: linear-gradient(to bottom, #35B7D5, #2E7DBC);
        border-radius: 50%;
        display: flex;
        padding: 2px;
        align-items: center;
    }

        .home-about-tienich .icon img {
            position: relative;
            width: 30px;
        }

        .home-about-tienich .icon::before {
            content: '';
            position: absolute;
            width: 48px;
            height: 48px;
            background-color: #fff;
            border-radius: 50%;
        }

    .home-about-tienich .title {
        margin: 0;
        font-weight: 100;
        font-family: 'svn';
        font-size: 24px;
        color: #5F5F5F;
        line-height: 33.36px;
        margin-left: 14px;
    }

.home-about-content__bottom {
    padding-right: 109px;
    margin-top: 34px;
}

    .home-about-content__bottom span {
        display: block;
        border-top: 1px solid #BBC8DE;
        font-size: 16px;
        color: #5F5F5F;
        line-height: 151%;
        padding-top: 25px;
        padding-left: 0;
        font-family: 'avertaSTDLight';
    }

.home-service-container {
    display: flex;
    padding-bottom: 80px;
}

    .home-service-container .left {
        width: 687px;
    }

        .home-service-container .left .list {
            position: relative;
            height: 618px;
        }

        .home-service-container .left .item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transform: translateY(50px);
            pointer-events: none;
        }

            .home-service-container .left .item.show {
                opacity: 1;
                pointer-events: all;
                transform: translateY(0);
                transition: transform 1000ms ease, opacity 1000ms ease;
                transition-delay: .1s;
            }

        .home-service-container .left .img {
            border-radius: 7px 7px 0px 0px;
            overflow: hidden;
            height: 419px;
        }

            .home-service-container .left .img img {
            }

.grid.wide.home-service-grid {
    position: relative;
}

    .grid.wide.home-service-grid:before {
        content: "";
        position: absolute;
        background: url(/Design/img/tron1.png) no-repeat;
        background-size: cover;
        left: -323px;
        top: -216px;
        width: 742px;
        height: 742px;
        pointer-events: none;
        z-index: 0;
    }

.home-service-container .left .content {
    color: #5F5F5F;
    text-align: center;
    font-size: 18px;
    line-height: 24.84px;
    border-radius: 0px 0px 7px 7px;
    overflow: hidden;
    padding: 20px 64px;
    padding-top: 19px;
    padding-bottom: 26px;
}

    .home-service-container .left .content span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 24.84px;
    }

.home-service-container .right {
    flex: 1;
    padding-left: 79px;
    padding-top: 18px;
}

    .home-service-container .right .title {
        margin: 0;
        font-family: 'nvnSign';
        font-weight: 100;
        color: var(--default-color-2);
        font-size: 60px;
        line-height: 66px;
        padding-left: 13px;
        display: none;
    }

    .home-service-container .right .title-2 {
        margin: 0;
        font-size: 38.792px;
        font-family: 'BeauDisB';
        line-height: 133%;
        margin-top: -6px;
        background: linear-gradient(180deg, #C2966B 0%, #5A3204 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .home-service-container .right .descript {
        line-height: 138%;
        color: #5F5F5F;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 28px;
        margin-top: 17px;
    }

    .home-service-container .right .list {
    }

    .home-service-container .right .item {
        width: fit-content;
        position: relative;
        user-select: none;
        color: #230C02;
        font-family: "BeauDisB";
        font-size: 26.269px;
        font-style: normal;
        font-weight: 700;
        line-height: 176%; /* 46.233px */
    }

        .home-service-container .right .item.show {
        }

        .home-service-container .right .item::before {
            width: 0%;
            height: 2px;
            background-color: var(--default-color-1);
            content: '';
            position: absolute;
            bottom: 9px;
            left: 0;
            transition: all linear .3s;
        }

        .home-service-container .right .item:hover::before {
            width: 50%;
        }

        .home-service-container .right .item.show::before {
            width: 100% !important;
        }

    .home-service-container .right .btn {
        width: fit-content;
        border: 1px solid var(--default-color-1);
        border-radius: 55px;
        color: var(--default-color-1);
        font-family: 'avertaSTD';
        font-size: 16px;
        line-height: 150%;
        margin-top: 32px;
    }

.home-service-grid {
    max-width: 1318px !important;
}

.home-service-container .right .btn span {
    padding: 0 52px;
    padding-bottom: 12px;
    padding-top: 11px;
}

.home-service-container .right .btn .decor {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 52px;
    padding-bottom: 12px;
    padding-top: 11px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--default-color-1);
}
/*RS*/
@media(max-width:1023px) {
    .home-booking-container {
        display: none;
    }

    .home-about-left {
        padding-left: 0;
        width: 100%;
    }

    .home-about-container {
        flex-direction: column;
    }

    .home-about-right:after {
        content: "";
        position: absolute;
        left: -120px;
        top: -124px;
        background: url(/Design/img/tree1.png) no-repeat;
        background-size: cover;
        width: 310px;
        height: 310px;
    }

    .home-about-right .img {
        position: relative;
        /* margin: 0; */
        /* padding: 0; */
        /* right: 0; */
        left: unset;
        margin: 0;
        width: 100%;
        height: 500px;
    }

    .home-about-right {
        margin: 0 auto;
        margin-top: 30px;
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

        .home-about-right .img-2 {
            margin: 0;
            position: absolute;
            bottom: 17px;
            background-color: #ffffffa3;
            backdrop-filter: blur(1px);
            display: none;
        }

    .home-about-content__bottom {
        padding: 0;
    }

    .home-about-list-btn {
        margin-top: 25px;
    }

    .home-service-container {
        padding-bottom: 39px;
        flex-direction: column-reverse;
    }

        .home-service-container .right {
            padding-left: 0;
        }

        .home-service-container .right {
            padding: 0;
            padding-top: 5px;
            margin-bottom: 40px;
        }

        .home-service-container .left {
            width: 100%;
        }
}

@media(min-width:740px) and (max-width:1023px) {
    .home-about {
        padding: 50px 0;
        padding-bottom: 50px;
    }
}

@media(max-width: 739px) {
    .home-about {
        padding: 25px 0;
    }

        .home-about:before {
            content: "";
            position: absolute;
            background: url(/Design/img/tree2.png) no-repeat;
            background-size: cover;
            left: 0;
            top: -76px;
            width: 75px;
            height: 168px;
        }

    .home-about-left h1 {
        font-size: 28px;
    }

    .home-about-left .left-descript {
        font-size: 20px;
        margin-top: 0;
    }

    .home-about-left .slogan {
        font-size: 16px;
        padding: 0;
        line-height: 22px;
        margin-top: 10px;
    }

    .home-about-content span {
        font-size: 15px;
    }

    .home-about-btn {
        font-size: 13px;
    }

    .home-about-right .img {
        width: 100%;
        height: 300px;
    }

    .home-about-right .img-2 {
        display: none;
    }

    .home-about-right {
        height: auto;
        margin-top: 25px;
    }

    .home-about-container {
        margin-top: 0;
    }

    .home-about-tienich {
        display: none;
    }

    .home-about-list-btn {
        margin-top: 20px;
        flex-direction: column;
    }

    .home-about-right .logo-mini {
        display: none;
    }

    .home-about-right .img-3 {
        display: none;
    }

    .home-room .decor-6 {
        display: none;
    }

    .home-about-left .left-cate {
        font-size: 32px;
    }

    .home-about:after {
        content: "";
        position: absolute;
        background: url(/Design/img/tron1.png) no-repeat;
        background-size: cover;
        right: -155px;
        top: 22px;
        width: 384px;
        height: 384px;
        pointer-events: none;
        z-index: 0;
    }

    .grid.wide.home-service-grid:before {
        content: "";
        position: absolute;
        background: url(/Design/img/tron1.png) no-repeat;
        background-size: cover;
        left: -112px;
        top: 227px;
        width: 402px;
        height: 402px;
        pointer-events: none;
        z-index: 0;
    }

    .home-about-left .left-title {
        font-size: 22px;
        margin-top: 0;
    }

    .home-about-content .img {
        display: none;
    }

    .home-about-content .text {
        padding: 0;
        text-align: justify;
    }

    .home-about-content__bottom {
        margin-top: 20px;
    }

        .home-about-content__bottom span {
            font-size: 15px;
            padding-top: 19px;
            padding-left: 0;
            text-align: justify;
        }

    .home-about-btn p {
        padding: 10px 28px;
    }

    .home-about-btn .decor {
        padding: 10px 28px;
    }

    .home-service-container .right .title {
        font-size: 40px;
    }

    .home-service-container .right .title-2 {
        font-size: 23px;
    }

    .home-service-container .right .item {
        font-size: 18px;
    }

    .home-service-container .right .btn span,
    .home-service-container .right .btn .decor {
        padding: 0 27px;
        padding-bottom: 8px;
        padding-top: 7px;
        font-size: 13px;
    }

    .home-service-container .right .btn {
        margin-top: 20px;
    }

    .home-service-container .left .img {
        height: 250px;
    }

    .home-service-container .left .list {
        height: 385px;
    }

    .home-service-container .left .content {
        font-size: 15px;
        padding: 18px 22px;
    }

    .home-about-content {
        margin-top: 20px;
    }
}