.home_section{
    display: flex;
    width: 100%;

}
.home_info{
    height: 100vh;
    background-color: var(--primary_color);
    color: white;
    width: 26%;
    padding: .5rem 1rem;
    font-size: 14px;

}
.slider{
    width: 80%;
    height: 100vh;
    background-color: grey;
}
@media screen and (max-width:700px){
    .home_info{
        display: none;
    }
    .slider{
        width: 100%;
        height: 300px;
    }


}

.slider_div{
    position: relative
}

.carousel-caption{
    position: absolute;
    width: 50%;
}
.carousel-caption.center_bg{
    text-align: center;
    left: 25%;
    bottom: 28%;
    right: 25%;
    background: #0003;
}
.carousel-caption> a {
    color: white;
    text-decoration: none;
    -webkit-transition: color 1s, font-size 1s;
    -moz-transition: color 1s, font-size 1s;
    -o-transition: color 1s, font-size 1s;
    transition: color 1s, font-size 1s;
}
.carousel-caption> a:hover {
    text-decoration: none;
    color: #eee;
    font-size: 1.2rem;
}

@media screen and (max-width:1001px){
    .home_section{
        width: 100%;
        margin-top:60px !important;
    }
    .nav_body_container{
        padding: 0px;
    }

}
center.title_summary p:first-child{
    padding-top: 15px;
}
center.title_summary p:first-child svg{
    font-size: 28px;

}
.title_home{
    background-color: var(--primary_color);
    color: white;
    margin: 0;
    margin-right: -15px;
    margin-left: -15px;
}
.line{
    background:linear-gradient(217deg, rgb(227, 227, 227), rgba(255,0,0,0) 70.71%),
        linear-gradient(127deg, rgb(105, 105, 105), rgba(0,255,0,0) 70.71%),
        linear-gradient(336deg, rgb(141, 141, 141), rgba(0,0,255,0) 70.71%);
}
