.box-item{
    margin-bottom: 30px;
    margin: center;
    height: 450px;
}
.box-item:hover{
    opacity: .8;
}


.box-item img{
    border-radius: 5px;
    height: 400px;   
    width: 100%;
    object-fit: cover;
}
.box-item video{
    height: 400px;
    width:  100%;
    object-fit: cover;
}
.box-menu{
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}
.box-menu ul li{
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 60px;
    margin: 10px 4px;
    background-color: #f8842b;
    font-size:15px;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
}

.box-menu ul li:hover{
    transform: translateY(-4px);
    transition: all .4s;
    
}
