/*.card {
    transition: all .3s;
}

    .card:hover {
        text-decoration: none;
        transform: translate3d(0, -5px, 0);
        -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.35);
        box-shadow: 0 0 35px 0 rgba(154,161,171,.35);
    }*/
.anim {
    transition: all .3s;
}

    .anim:hover {
        text-decoration: none;
        transform: translate3d(0, -5px, 0);
        -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.35);
        box-shadow: 0 0 35px 0 rgba(154,161,171,.35);
    }

.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: rgb(79,68,235);
}

.close.position-absolute {
    top: 15px;
    right: 15px
}

.hero {
    height: 300px;
    background-size: cover;
    background-position: top;
}

label {
    font-size: .9rem;
    color: #C5CCD6;
    text-transform: uppercase;
    font-weight: bold;
}

input.form-control,
textarea.form-control {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 0;
}
.poster {
    top: 15px;
    right:15px;
}

section {
    min-height: 400px;
}