﻿.home-service {
    background-image: url(../../../index.html);
    background-size: cover;
    position: relative;
    background-color: #E9E6E1;
}

.home-service .p-descript {
    line-height: 150%;
    margin-top: 27px;
    margin-bottom: 74px;
}

.df .home-service-container {
    padding-bottom: 80px !important;
}

.home-service .grid.wide {
    max-width: 1258px;
}

.home-service-container {
    padding-top: 314px;
    padding-bottom: 111px;
}

.home-service .top .content {
    width: 441px;
    /* display: none; */
}

.home-pic-swiper1 {
    align-items: center;
    height: 276px;
    display: flex;
    justify-content: center;
}

.home-service .top .content .title {
    margin: 0;
    text-align: right;
    font-family: 'nvn';
    color: #00609E;
    font-size: 38px;
    line-height: 60.8px;
    font-weight: 100;
    text-transform: capitalize;
}

.home-service .top .content .descript {
    font-family: svnRose;
    color: #35B5D4;
    font-size: 47px;
    line-height: 50.76px;
    text-align: right;
    display: block;
    padding-left: 71px;
}

.home-service .top .content .btn {
    text-align: right;
    display: flex;
    justify-content: end;
    justify-content: flex-end;
}

.home-service .top .content .btn a {
    background-color: var(--default-color-1);
    width: fit-content;
    color: #F7FEFE;
    font-size: 20px;
    line-height: 30px;
    border-radius: 55px;
    padding: 0 44px;
    padding-bottom: 10px;
    padding-top: 11px;
    margin-top: 29px;
}

.home-service .top .list {
    width: 716px;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 30px;
    row-gap: 20px;
}

.home-service .bottom {
}

.home-service .bottom .list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 70px;
    row-gap: 38px;
    max-width: 1035px;
    margin: 0 auto;
    margin-top: 53px;
}

.home-service .bottom .item {
    display: flex;
}

.home-service .bottom .item .img {
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
}

.home-service .bottom .item .img img {
}

.home-service .bottom .item .content {
    padding-left: 19px;
}

.home-service .bottom .item .content h3 {
    margin: 0;
    color: #00609E;
    font-family: 'nvn';
    font-size: 24px;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 37.68px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-service .bottom .item .content span {
    font-family: 'wixM';
    font-size: 16px;
    color: #636363;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-service .bottom .item .content a {
    width: fit-content;
    font-size: 15px;
    color: #35B7D4;
    line-height: 22.5px;
    margin-top: 19px;
}

.home-service .decor-1 {
    position: absolute;
    top: 322px;
    left: 0;
}





.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: linear;
}
/*RS*/
@media(max-width:1023px) {

    .home-service .top {
        flex-direction: column;
    }

    .home-service .top .content {
        width: 100%;
    }

    .home-service .top .content .title {
        text-align: left;
    }

    .home-service .top .content .descript {
        padding: 0;
        text-align: left;
    }

    .home-service .top .content .btn {
        display: block;
        margin-bottom: 40px;
    }

    .home-service-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

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

@media(max-width:739px) {

    .home-service .top .content .title {
        font-size: 32px;
        line-height: 50.8px;
    }

    .home-service .top .content .descript {
        font-size: 38px;
        line-height: 45.76px;
        padding-left: 0;
    }

    .home-service .top .content .btn a {
        font-size: 14px;
        line-height: 30px;
        padding: 0 27px;
        padding-bottom: 6px;
        padding-top: 8px;
        margin-top: 20px;
    }

    .home-service .top .list {
        width: 100%;
        grid-template-columns: repeat(1,minmax(0,1fr));
        row-gap: 10px;
    }

    .home-service .bottom .list {
        grid-template-columns: repeat(1,minmax(0,1fr));
        row-gap: 30px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .home-service .p-descript {
        margin-bottom: 40px;
    }
}
