* {
    font-family: 'Roboto Slab', serif;
    background-color: #060d17;
    color: #fff;
}

img{
    border-radius: 12px;
}

html {
    background-color: #060d17;
}

body {
    color: #fff;
    background-color: #060d17;
}



.showcase{
    margin-bottom: 20px;
    width: 100%;
    height: 93vh;
    position: relative;
    background-image: url('../images/background.jpg') ;
    background-position: center;
    background-repeat:no-repeat;
    background-size:cover;
}

.showcase::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: inset 120px 100px 250px #060d17, inset -120px -100px 250px #060d17;
}

.showcase-top {
    position: relative;
    z-index: 2;
    height: 90px;
}

.showcase-top img{
    width: 500px;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
}

.showcase-content {
    top: 20%;
    background-color: transparent;
    position: relative;
    z-index: 2;
    width: 65%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 9rem;
}

.showcase-content h1 {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 1.1;
    margin: 0 0 2rem;
}

.showcase-content p{
    background-color: transparent;
    text-transform: lowercase;
    color: #fff;
    font-weight: 400;
    font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 2rem;
}

.message.is-primary .message-body {
    color: #00d1b2 !important;
}

.image img {
    object-fit: cover;
}

.media-content .title {
    margin-bottom: 50px;
}

.footer, .navbar {
    width: 100%;
    margin-bottom: 20px;
}

.buttons {
    margin-left: 20px;
}

.input {
    width: 10rem;
}

.search {
    margin-top: 10px;
}

.link {
    margin-bottom: 50px;
}

.title, .subtitle {
    color: #fff;
}

.card-content, .footer {
    background-color: #060d17 !important;
}

.watchlist-content{
    background-color: #00c4a7;

}


a.navbar-item, .navbar-link{
    color: #fff !important;
    background-color: #060d17 !important;

}

a.navbar-item, .navbar-link:hover{
    background-color: #060d17 !important;

}

.navbar-dropdown {
    background-color: #060d17;
}

.main-image{
    border-radius: 10px
}

.main-image:hover{
    opacity: 0.5;
}


.fa-bookmark:hover{
    transform: scale(1.2);
}

.head-info {
    width: 100%;
    height: 20%;
    background-color: #00c4a7;
}

.people-card{
    width: 100%;
    margin-bottom: 20px;
}

.people-link:hover {
    opacity: 0.5;
}

.media-right {
    flex-shrink: 100;
}

.container-provider{
    background-color: transparent;
    justify-content: space-around;
    margin-right: 30%;
}

#show-on-watchlist #provider{
    visibility: hidden;
    position: relative;
    z-index: 999;
    bottom: 20%;
    left: 10%;
    background-color: transparent
}

#show-on-watchlist:hover #provider {
    visibility: visible;
}

.button-del{
    width: 30px;
    height: 30px;
}

.card{
    border-radius: 10px;
}

.card-search{
    margin-bottom: 10px; 
    margin-right: 5px
}

.fa-brands{
    z-index: 999; 
    position: absolute; 
    top: 95%; 
    left: 60%; 
    color:#e2b616 ; 
    background-color: transparent;
}

.rate{
    z-index: 999; 
    position: absolute; 
    top: 95%; 
    left: 60%; 
    color:#e2b616 ; 
    background-color: transparent;
}

.add-watchlist{
    z-index: 999; 
    position: absolute; 
    top: 15px; 
    left: 11px; 
    background-color: transparent;
}

.bookmark-icon{
    color: #00c4a7 !important;
    background-color: transparent
}

.poster-image{
    margin-bottom: 20px
}

.distance{
    margin-left: 5px;
}

.margen{
    margin-right: 5px;
}

.icon-transparence{
    background-color: transparent !important;
}

.watch-icon{
    z-index: 999; 
    position: absolute; 
    top: 8%; 
    right: 5%; 
    color: #fff ; 
    background-color: transparent;
}

iframe{
    height: 315px !important;
}

.paragraph-style{
    color: #fff !important;
    margin-bottom: 2px
}

.trailer-style{
    margin-top: 10px
}

.providers-style{
    margin-bottom: 10px; 
    margin-right: 5px
}

.subtitle-style{
    font-size: 0.8rem; 
    font-style: italic; 
    width: 80%; 
    display: inline-block
}

.title-style{
    margin-bottom: 20px; 
    font-size: 2rem
}

.carousel-hidden{
    overflow: hidden;
}

.section{
    width: 100%;
}
.navbar-menu {
    background-color: #060d17 !important;
}


@media screen and (max-width: 428px) {
    .section>.container{
        overflow: hidden;
        width: 100%;

    }
    .mobile-column {
        flex: none !important;
        width: 50% !important;
    }
    .watchlist-column {
        flex: none !important;
        width: 40% !important;
    }
    .footer-text {
        font-size: 0.625rem;
    }

    .container>.form {
        width: 100%;
        margin: 20px;
    }
    .input-search {
        width: 40% !important;
    }
    .buttons-mobile{
        /* width: 100%; */
        margin-left: 20%;
        }
    .buttons {
        margin-top: 15%;
    }
    #show-on-watchlist #provider{
        visibility:visible;
        position: relative;
        z-index: 999;
        bottom: 20%;
        left: 10%;
        background-color: transparent
    }

}

@media screen and (max-width: 400px) {
    .section>.container{
        overflow: hidden;
        width: 100%;
    }
    .input-search {
        width: 40% !important;
    }
    .buttons-mobile{
        /* width: 100%; */
        margin-left: 20%;
        }
    .buttons {
        margin-top: 15%;
    }
    #show-on-watchlist #provider{
        visibility:visible;
        position: relative;
        z-index: 999;
        bottom: 20%;
        left: 10%;
        background-color: transparent
    }

}

@media screen and (max-width: 768px) {
    .section>.container{
        overflow: hidden;
        width: 100%;
    }
    .mobile-column {
        flex: none !important;
        width: 50% !important;
    }
    .watchlist-column {
        flex: none !important;
        width: 40% !important;
    }
    .footer-text {
        font-size: 0.625rem;
    }

    .container>.form {
        width: 100%;
        margin: 20px;
    }
    .input-search {
        width: 40% !important;
    }
    .buttons-mobile{
        /* width: 100%; */
        margin-left: 20%;
        }
    .buttons {
        margin-top: 15%;
    }
    #show-on-watchlist #provider{
        visibility:visible;
        position: relative;
        z-index: 999;
        bottom: 20%;
        left: 10%;
        background-color: transparent
    }

}


.footer-row{
    display: flex;
    flex-wrap: wrap;
}
ul{
    list-style: none;
}
.footer{
    background-color: #060d17;
    padding: 70px 0;
}
.footer-col{
    width: 25%;
    padding: 0 15px;
}
.footer-col h4{
    font-size: 1.25rem;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: bold;
    position: relative;
}

.footer-text{
    font-size: 1.25rem; 
    color: #00c4a7; 
    font-weight: bold
}

.footer-col>.footer-text {
    font-size: 1.25rem; 
    color: #00c4a7; 
    font-weight: bold
}

.footer-col>.footer-text::before {
    background-color: #fff;
}

.footer-col h4::before{
    content: '';
    position: absolute;
    left:0;
    bottom: -10px;
    background-color: #00c4a7;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li:not(:last-child){
    margin-bottom: 10px;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #fff;
    padding-left: 8px;
}

/*responsive*/
@media(max-width: 767px){
    .section>.container{
        overflow: hidden;
        width: 100%;

    }
    .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
#show-on-watchlist #provider{
    visibility:visible;
    position: relative;
    z-index: 999;
    bottom: 20%;
    left: 10%;
    background-color: transparent
}
}
@media(max-width: 574px){
    .section>.container{
        overflow: hidden;
        width: 100%;

    }
    .footer-col{
    width: 100%;
}
#show-on-watchlist #provider{
    visibility:visible;
    position: relative;
    z-index: 999;
    bottom: 20%;
    left: 10%;
    background-color: transparent
}
}
