﻿.home-why {
    position: relative;
    padding-top: 65px;
    padding-bottom: 111px;
}

.decor-img-home-why1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.home-why-list-l {
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 57px;
    row-gap: 40px;
}

.home-why-item {
    text-align: center;
}

.left-list-why {
    width: 55%;
    padding: 40px 50px;
    border-radius: 20px;
    border: 1px solid var(--Linear, #18BFF0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 38.53%, rgba(255, 255, 255, 0.60) 100%), rgba(214, 242, 255, 0.52);
    backdrop-filter: blur(7.199999809265137px);
}

.r-img-home-why1 {
    flex: 1 1 0;
    padding-left: 117px;
}

    .r-img-home-why1 img {
        position: relative;
        top: -43px;
    }

.home-why:before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(231, 246, 251, 0.90) 22.62%, rgba(255, 255, 255, 0.00) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 528px;
    z-index: 1;
}

.title-why-home {
    position: relative;
    padding-left: 50px;
}

    .title-why-home:before {
        content: "";
        position: absolute;
        left: 0;
        top: 17px;
        width: 48px;
        height: 3px;
        background: var(--Linear, linear-gradient(180deg, #18BFF0 0%, #1F7EEA 100%));
    }

.l-name-compa-why h5 {
    margin: 0;
    font-family: 'VNM-SANS-STD';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.5px; /* 140.278% */
    background: var(--Linear, linear-gradient(180deg, #18BFF0 0%, #1F7EEA 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.des-why-home {
    color: #6C6C6C;
    font-family: 'Inter-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */
    width: 648px;
    margin-left: 85px;
    margin-top: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-b-why-home {
    display: flex;
}

.home-why-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76.347px;
    height: 76.347px;
    border-radius: 76.347px;
    border: 3px solid #FFF;
    background: #FDBC00;
    margin: auto;
}

.top-home-why {
    margin-bottom: 25px;
}

.home-why .grid.wide {
    position: relative;
    z-index: 1;
}

.home-why-item h3 {
    margin: 0;
    font-family: 'VNM-Sans-Std';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50.5px; /* 210.417% */
    text-transform: capitalize;
    background: var(--Linear, linear-gradient(180deg, #18BFF0 0%, #1F7EEA 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.des-why-item span {
    color: #6C6C6C;
    text-align: center;
    font-family: 'Inter-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 153.333% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-why-home h4 {
    margin: 0;
    color: #464646;
    font-family: 'Kanit-Light';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.decor-img-home-why1 img {
    width: 100%;
    height: 811px;
    object-fit: cover;
}

.bottom-home-why {
    display: flex;
}
/*RS*/
@media(min-width:1390px) {
    .decor-img-home-why1 img {
        height: 815px;
    }
}

@media(max-width:1023px) {
    .title-b-why-home {
        display: block;
    }

    .decor-img-home-why1 img {
        height: auto;
    }

    .l-name-compa-why h5 {
        font-size: 25px;
        line-height: normal;
        margin-top: 7px;
    }

    .title-why-home h4 {
        font-size: 21px;
    }

    section.des-why-home {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }

    .bottom-home-why {
        display: block;
    }

    .left-list-why {
        width: 100%;
        padding: 20px 15px;
    }

    .home-why-list-l {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 15px;
    }

    .home-why-item h3 {
        margin-top: 11px;
        margin-bottom: 7px;
        font-size: 18px;
        line-height: normal;
    }

    .des-why-item span {
        font-size: 13px;
    }

    .home-why-item .img img {
        width: 50%;
    }

    .home-why-item .img {
        width: 46px;
        height: 46px;
    }

    .decor-img-home-why1 {
        top: auto;
        bottom: 0;
    }

    .r-img-home-why1 {
        padding-left: 0;
    }

        .r-img-home-why1 img {
            position: absolute;
            bottom: -189px;
            top: auto;
            width: 31%;
        }

    .home-why {
        padding-top: 35px;
        padding-bottom: 160px;
    }
}

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

@media(max-width:739px) {
    .r-img-home-why1 img {
        position: absolute;
        bottom: -189px;
        top: auto;
        width: 65%;
    }

    .home-why-item h3 {
        font-size: 13px;
    }
}