body{
    height: auto;
    min-height: 100vh;
    background-image: url("../imgs/banner4.jpg");
    background-size:cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.items{
    padding-top: 150px;
    transition: 1s;
}

.items.active{
    transition: 2s;
    transform: translateY(500px);
}
.sectionbox .header{
    display: flex;
    height: 380px;
    justify-content: center;
    
}
.sectionbox .header .items{
    position: fixed;
    z-index: -5;

}
.sectionbox .header .items .title{
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
.sectionbox .title{
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    color: #ececff;
}
.sectionbox .container .box .title{
    text-align: left;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size:2rem;
    padding: 10px;
    
}

.sectionbox .slogon{
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 60px;

}
.sectionbox .line{
    margin: auto;
    width: 150px;
    height: 2px;
    background-color: #cacaca;
}
.sectionbox .container{
    background-color: #020405;
    padding: 20px;
    padding-top: 30px;
    
}
.sectionbox .box{
    margin-bottom: 10px;
}
.sectionbox .container .line{
    width: 120px;
    height: 2px;
    margin-left: 10px;
    margin-bottom: 0px;
    background-color: #cacaca;
}
.sectionbox .container .line.V{
    width: 97px;
}
.sectionbox .container .line.O{
    width: 170px;
}
.sectionbox .container .box p{
    font-size: 1rem;
    font-family: "Raleway", sans-serif;
    text-align: left;
    font-weight: 400;
    width: 90%;
    line-height: 1.7;
    color: #E0E1DD;
    margin-bottom: 1.5rem;
    font-weight: 300;
    
    padding: 12px;
    padding-left: 20px;
}