﻿.title-chirdren-home span {
    color: #FFF;
    font-family: 'Agbalumo-Regular';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.item-img-invest-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff1a;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
}

.item-img-invest-home:after {
}

.item-img-invest-home:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #ffffff1a;
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-out 0s;
}

.item-img-invest-home:hover:before {
    opacity: 1;
    top: 50%;
    bottom: 50%;
}

.item-img-invest-home:hover:after {
    opacity: 1;
    left: 50%;
    right: 50%;
}

.title-chirdren-home:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 111px;
    height: 3px;
    background: #fff;
}

.title-chirdren-home {
    position: relative;
    padding-bottom: 7px;
}

.l-content-invest-home a:hover {
    background: linear-gradient(90deg, #009247 0%, #57BA76 50%, #009247 100%);
}

.list-content-investt {
    color: #F2F2F2;
    font-family: 'Inter_24pt-Regular';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.688%; /* 20.803px */
    margin-top: 19px;
}

.home-investment {
    background: url(/Design/img/QueenFarmPlus/goctreem.png) no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 39px;
}

.l-content-invest-home a {
    color: #fff;
    font-family: 'Inter_24pt-Medium';
    font-size: 20.417px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 7534.722px;
    display: inline-flex;
    height: 37.567px;
    padding: 5.717px 40.017px 5.717px 35.117px;
    align-items: flex-start;
    gap: 8.367px;
    flex-shrink: 0;
    background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%), linear-gradient(115deg, #81BB3F 8.51%, #238E44 91.49%);
    margin-top: 15px;
}

.l-content-invest-home {
    flex: 1 1 0;
    margin-right: 78px;
}

.r-content-invest-home {
    width: 44%;
    position: relative;
}

.content-invest-home {
    display: flex;
    align-items: center;
}

.item-img-invest-home {
    position: absolute;
    width: 519px;
    height: 466px;
    left: 0;
    top: -233px;
}

    .item-img-invest-home a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 20px;
    }

        .item-img-invest-home a img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
            border: 2px solid #FFF;
            backdrop-filter: blur(5px);
        }

        .item-img-invest-home a:before {
            content: "";
            position: absolute;
            left: 26px;
            top: 14px;
            width: 507px;
            height: 463px;
            border-radius: 20px;
            border: 2px solid #81BB3F;
            z-index: -1;
        }

.content-investment-home {
    height: 100%;
}

.list-img-invest-home {
}

.home-investment .grid.wide {
    padding: 0;
}

@media(max-width:1023px) {
    .content-invest-home {
        flex-flow: column-reverse;
    }

    .r-content-invest-home {
        width: 100%;
    }

    .l-content-invest-home {
        margin: 0;
        margin-top: 18px;
    }

    .item-img-invest-home {
        position: unset;
        width: 100%;
        height: 360px;
    }

    .home-investment .grid.wide {
        padding: 0 10px;
    }

    .home-investment {
        margin-bottom: 12px;
        padding-bottom: 23px;
        background: url(/Design/img/QueenFarmPlus/goctreem1.png) no-repeat;
        background-size: cover;
    }

    .l-content-invest-home a {
        padding: 5.717px 20.017px 5.717px 20.117px;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .title-chirdren-home span {
        font-size: 30px;
    }

    .l-content-invest-home a svg {
        width: 18px;
        height: auto;
    }

    .item-img-invest-home a:before {
        content: "";
        position: absolute;
        left: 3px;
        top: 15px;
        width: 100%;
        height: 350px;
    }
}