﻿
.home-bottom {
    background-image: url(/Design/img/home-bottom-decor.png);
    background-size: cover;
    background-position-y: -43px;
}


    .home-bottom .grid.wide {
    }

.home-bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 37px;
}

.home-bottom-left {
    flex: 1;
    padding-right: 20px;
}

    .home-bottom-left .title {
    }

    .home-bottom-left .title,
    .home-bottom-right .title {
        margin: 0;
        background: linear-gradient(180deg, #18BFF0 0%, #1C3984 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: 'BeVietnamPro-Medium';
        font-size: 36px;
        line-height: 108.333%;
        position: relative;
        padding-bottom: 12px;
    }

        .home-bottom-left .title::before, .home-bottom-right .title::before {
            content: '';
            width: 77px;
            height: 5px;
            background-color: #DA261D;
            bottom: 0;
            position: absolute;
        }

    .home-bottom-left .left-list {
        padding-top: 27px;
    }


    .home-bottom-left .left-item {
        font-family: 'BeVietnamPro-Medium';
        font-size: 30px;
        background: linear-gradient(180deg, #18BFF0 0%, #1C3984 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 19px;
        transition: all .3s;
        text-transform: capitalize;
    }

        .home-bottom-left .left-item:hover {
            opacity: .7;
        }

        .home-bottom-left .left-item:last-child {
            margin-bottom: 0;
        }

.home-bottom-right {
    width: 442px;
}

    .home-bottom-right .title {
    }

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

    .home-bottom-right .right-item::before {
        content: '';
        position: relative;
        width: 6px;
        height: 6px;
        background: linear-gradient(180deg, #18BFF0 0%, #1C3984 100%);
        border-radius: 50%;
        margin-right: 21px;
    }

    .home-bottom-right .right-item:hover {
        opacity: .7;
    }

    .home-bottom-right .right-item {
        border: 2px solid #18BFF0;
        border-radius: 20px;
        background: linear-gradient(180deg, #18BFF0 0%, #1C3984 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 30px;
        line-height: 168.333%;
        font-family: BeVietnamPro-Medium;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        padding-left: 35px;
        margin-bottom: 15px;
        transition: all .3s;
    }

@media (min-width: 1024px) and (max-width: 1220px) {
}

@media(max-width:1023px) {
    .home-bottom-container {
        flex-direction: column;
        padding: 35px 0;
    }

    .home-bottom-left,
    .home-bottom-right {
        flex: unset;
        width: 100%;
    }

    .home-bottom-right {
        margin-top: 30px;
    }

        .home-bottom-right .right-item {
            width: fit-content;
            padding: 6px 34px;
        }
}

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

@media(max-width:739px) {
    .home-bottom-left .title, .home-bottom-right .title {
        font-size: 25px;
        line-height: 126.333%;
        padding-bottom: 12px;
    }

    .home-bottom-left .left-item {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .home-bottom-left .left-list {
        padding-top: 15px;
    }

    .home-bottom-right .right-item {
        font-size: 16px;
        padding: 6px 14px;
    }

        .home-bottom-right .right-item::before {
            margin-right: 10px;
        }
    .home-bottom-container {
        padding-bottom: 25px;
    }
}
