html, body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;

}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.navbar{
    padding: 25px 20px;
    background-color:transparent!important;
}

.navbar-toggler{
    padding: 0;
}


.navbar-toggler:focus{
    outline: none;
}

.navbar-collapse {
    z-index: 1;
    position: absolute;
    top: 90px;
    right: -15px;
    padding:23px 35px;
    width: 30%;
}

.nav-link{
    font-weight:bold;
}


.card-title{
    position: absolute;
    bottom: 3px;
    font-size: 18px;
}

a,a:hover {
    color:inherit;
}

.card{
    overflow: hidden;
    border-radius: 5px;
    border:none;
    cursor:default;
}

.card:hover:not(.card-active) {

    cursor:pointer;
}

.card img{
    -webkit-transition:all .9s ease;
    -moz-transition:all .9s ease;
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease;
    opacity: 0.8;
}

.card:hover:not(.card-active) img{
    opacity: 0.6;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
}

.card-play{
    z-index:2;
    position: absolute;
    opacity:0;
    top: 50%;
    left: 50%;
    transition: 0.45s;
    transform: translate(-50%, -50%);
}

.card:hover:not(.card-active) .card-play{
    opacity: 1;
}

.card-watching{
    z-index:1;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
}

.card.card-active .card-watching{
    opacity: 1;
}

.card-image-wrapper {
    position: relative;
    padding-bottom: 56.2%;
}

.card-image-wrapper img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.container-fluid .texts{
    padding: 0 20px;
}

.container-fluid .footer{
    padding: 20px;
}

.footer{
    font-size:13px;
    padding:20px 0;
    opacity:0.8;
}

.texts h2{
    font-size:24px;
}

@media (max-width: 576px) {
    .texts{
        padding: 0 15px;
    }

    .card-title{
        font-size: 14px;
    }

    .card-watching{
        font-size: 10px;
        padding: 2px 4px;
    }

    .navbar-collapse {
        width: 60%;
    }

    .texts h2{
        font-size:20px;
    }

    .footer{
        padding:0 15px;
    }
}
