/*------------------ avi_slider -----------------*/
.avi_slider{
    background: url(home/marco-xu-ToUPBCO62Lw-unsplash.jpg)no-repeat center/cover;
    height: 500px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.avi_slider .slider_same_text{
    width: 80%;
}
.avi_slider .slider_same_text h2{
    color: white;
    font-size: 2rem;
    font-weight: bold;
}
.avi_slider .slider_same_text p{
    color: white;
}
.avi_slider .slider_same_text button{
    padding: 1%;
    background: blueviolet;
    border: none;
    box-shadow: 5px 5px 5px black;
    border-radius: 5px;
    margin-right: 10px;
}