
.gradient-overlay1:after{
    background: rgb(0,242,96);
    background: linear-gradient(145deg,  rgba(5,117,230,0.8) 0%, rgba(5,117,230,0.8) 20%, #2600ffcc 100%);
    /* height: 100%; */
    
}
.gradient-kids:after{
    background: rgb(173, 0, 242);
    background: linear-gradient(145deg,  rgba(173, 0, 240, 0.85) 0%, rgba(5, 185, 230, 0.85) 100%);
    /* height: 100%; */
    
}

.gradient-cuba:after{
    background: rgb(55, 0, 255);
    background: linear-gradient(145deg,  rgba(240, 0, 0, 0.7) 0%, rgba(0, 10, 255, 0.85) 70%, rgba(0, 10, 255, 0.85) 100%);
    /* height: 100%; */
    
}

.gradient-overlay2:after{
    background: rgb(0,242,96);
    background: linear-gradient(145deg,  rgba(230, 5, 211, 0.8) 0%, rgba(148, 5, 230, 0.8) 20%, rgba(0, 36, 242, 0.8) 100%);
    /* height: 100%; */
    
}

.gradient-overlay2:after{
    background: rgb(0,242,96);
    background: linear-gradient(145deg,  rgba(230, 5, 211, 0.8) 0%, rgba(148, 5, 230, 0.8) 20%, rgba(0, 36, 242, 0.8) 100%);
    /* height: 100%; */
    
}

.gradient-overlay3:after{
    background: rgb(0,242,96);
    background: linear-gradient(145deg,  rgba(38, 0, 255, 0.8) 0%,rgba(0, 36, 242, 0.8) 100%);
    /* height: 100%; */
    
}


.gradient1{
    -webkit-clip-path: polygon(0 30%, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(50,26,5, 1) 0%, rgba(226, 156, 39, 1) 100%);
}

.overlay-gradient{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(50,189,213,1) 0%, rgba(0,255,173,1) 100%);
}


.gradient-pastors{
    background: rgb(29,251,60);
    background: linear-gradient(45deg, rgb(4, 67, 240) 50%, rgb(129, 57, 170) 100% );
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
