.home-first-bg{
    background: #feecdd;
    transition: all 0.4s;
}

.no-pointer-event{
    pointer-events: none;
}


.home-second-bg{
    background: #14b0bf;
    width: 50%;
    transition: all 0.4s;
}

.bottom-0{
    bottom: 0;
}

.left-0{
    left: 0;
}

.right-0{
    right: 0;
}

.top-0{
    top: 0;
}

.foreground{

    position: relative;
    z-index: 99;

}