body {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 200px;
    color: #ffffff;
    background-color: #1f1f1f;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
}

/* ----- navbar container ----- */

.navbar-container {
    background-color: #1f1f1f;
}

.navbar {
    display: flex;
    padding: 0px 300px 0px 300px;
    justify-content: space-between;
    align-items: center;

}

.text {
    padding: 10px;
}

.brand-title {
    padding-top: 5px;
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-links li a {
    text-decoration: none;
    color: #ffffff;
    padding: 1rem;
    display: block;
}

.navbar-links li a:hover {
    color: #585858;
}

.toggle-button {
    position: absolute;
    top: .45rem;
    right: .5rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 85%;
    background-color: #ffffff;
    border-radius: 10px;
}



@media (min-width: 1024px) {
    .brand-title {
        padding-right: 15px;
    }
}

@media  (max-width: 860px) {
    .toggle-button {
        display: flex;
        top: 1.1rem;
        padding-right: 40px;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links li {
        text-align: left;
    }

    .navbar-links li a {
        padding: .5rem .1rem;
    }

    .navbar-links.active {
        display: flex;
    }

    div.navbar-links {
        padding-right: 10px;
    }

    .brand-title {
        margin: 10px 10px 10px 0px;
        padding-top: 5px;
    }
}

@media (max-width: 1680px) {
    .navbar {
        padding: 0px 300px 0px 300px;
    }
}

@media (max-width: 1440px) {
    .navbar {
        padding: 0px 200px 0px 200px;
    }
}

@media (max-width: 1024px) {
    .navbar {
        padding: 0px 100px 0px 100px;
    }
}

@media (max-width: 860px) {
    .navbar {
        padding: 0px 50px 0px 50px;
    }

    .toggle-button .bar {
        background-color: #c2d022;
    }

    .navbar-container {
        background-color: #1f1f1f;
    }
    
    .navbar {
        background-color: #1f1f1f;
    }

    .navbar-links li a {
        color: #ffffff;
        padding-left: 30px;
    }

    .navbar-links li {
        border-bottom: .5px solid #d9d9d9a8;
    }

    .banner-images {
        height: 100%;
    }
}

@media (max-width: 460px) {
    .navbar {
        padding: 0px 20px 0px 20px;
    }

    .toggle-button {
        padding-right: 20px;
    }
}


/* ----- end navbar container ----- */


/* ----- banner container ----- */

.banner-container {
    background-image: url("../images/banner-1.jpg");
    height: 70vh;
    background-size: cover;
    background-position: 100% 30%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #c2d022;
    font-size: 16px;
    font-weight: 200;
}

.banner-content {
    padding: 130px 1100px 0px 300px;
}

h1 {
    font-size: 35px;
    font-weight: 550;
    padding-bottom: 30px;
}

.text-primary {
    color: #c2d022;
}

.btn-primary, button {
    border-color: #c2d022;
}

.btn-primary {
    background-color: #c2d022;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:link, a:visited, a strong {
    text-decoration: none;
}

.rating {
    padding-bottom: 20px;
}

.cast {

    padding: 30px 0px 20px 0px;
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-star:before {
    content: "\f005";
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fas {
    font-weight: 900;
}

@media (max-width: 1680px) {
    .banner-content {
        padding: 130px 900px 0px 300px;
    }
}

@media (max-width: 1440px) {
    .banner-content {
        padding: 130px 750px 0px 200px;
    }
}

@media (max-width: 1024px) {
    .banner-content {
        padding: 130px 450px 0px 100px;
    }
}

@media (max-width: 860px) {
    .banner-content {
        padding: 100px 250px 0px 50px;
    }

    .banner-container {
        height: 55vh;
    }
}

@media (max-width: 460px) {
    .banner-container {  
        height: 60vh;
    }

    .banner-content {
        padding: 100px 20px 0px 20px;
        background-color: #000000a8;
        height: 60vh;
    }
}

/* ----- end banner container ----- */

/* ----- movie-container ----- */

.movie-container {
    padding: 50px 300px 50px 300px;
    background-color: #000000;
}

.module-title {
    background: transparent;
    font-size: 20px;
    margin: 5px 5px 10px 10px;
    padding: 0;
}

.first-word-planis {
    color: #ffffff;
}

h2.module-title {
    color: #a9b61e;
}

.planis .btn-primary {
    color: #ffffff;
}

.latest-content {
    padding-bottom: 30px;
}

.latest-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.upcoming-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.latest-left {
    display: flex;
    align-items: center;
}

.upcoming-left {
    display: flex;
    align-items: center;
}

.movie-list {
    display: grid;
    grid-template-areas:
    "movie1"
    "movie2"
    "movie3";
}

.movie-cover1 {
    background-image: url("../images/latest1.jpg");
    background-size: cover;
    height: 20vh;
}

.movie-cover2 {
    background-image: url("../images/latest2.jpg");
    background-size: cover;
    height: 20vh;
}

.movie-cover3 {
    background-image: url("../images/latest3.jpg");
    background-size: cover;
    height: 20vh;
}

.movie-cover4 {
    background-image: url("../images/upcoming1.jpg");
    background-size: cover;
    height: 20vh;
}

.movie-cover5 {
    background-image: url("../images/upcoming2.jpg");
    background-size: cover;
    height: 20vh;
}

.movie-cover6 {
    background-image: url("../images/upcoming3.jpg");
    background-size: cover;
    height: 20vh;
}


.movie1 {
    background-color: #1f1f1f;
    height: 40vh;
    margin: 10px;
}

.movie2 {
    background-color: #1f1f1f;
    height: 40vh;
    margin: 10px;
}

.movie3 {
    background-color: #1f1f1f;
    height: 40vh;
    margin: 10px;
}

.movie4 {
    background-color: #1f1f1f;
    height: 40vh;
    margin: 10px;
}

.movie5 {
    background-color: #1f1f1f;
    height: 40vh;
    margin: 10px;
}

.movie6 {
    background-color: #1f1f1f;
    height: 40vh;
    margin: 10px;
}

.movie-details {
    padding: 20px;
}

.movie-title {
    padding-bottom: 15px;
}

h3 {
    font-size: 18px;
    color: #c2d022;
}

.movie-description {
    padding-bottom: 15px;
}

.movie-ratings {
    padding-bottom: 15px;
}

.movie-btn a {
    color: #c2d022;
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 460px) {
    .movie-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
        "movie1 movie2 movie3";
    }
}

@media (max-width: 1920px) {
    .movie-cover1 {
        height: 25vh;
    }

    .movie-cover2 {
        height: 25vh;
    }

    .movie-cover3 {
        height: 25vh;
    }

    .movie-cover4 {
        height: 25vh;
    }

    .movie-cover5 {
        height: 25vh;
    }

    .movie-cover6 {
        height: 25vh;
    }

    .movie1 {
        height: 42vh;
    }

    .movie2 {
        height: 42vh;
    }

    .movie3 {
        height: 42vh;
    }

    .movie4 {
        height: 42vh;
    }

    .movie5 {
        height: 42vh;
    }

    .movie6 {
        height: 42vh;
    }
}

@media (max-width: 1680px) {
    .movie-container {
        padding: 50px 300px 50px 300px;
    }

    .movie-cover1 {
        height: 23vh;
    }

    .movie-cover2 {
        height: 23vh;
    }

    .movie-cover3 {
        height: 23vh;
    }

    .movie-cover4 {
        height: 23vh;
    }

    .movie-cover5 {
        height: 23vh;
    }

    .movie-cover6 {
        height: 23vh;
    }

    .movie1 {
        height: 44vh;
    }

    .movie2 {
        height: 44vh;
    }

    .movie3 {
        height: 44vh;
    }

    .movie4 {
        height: 44vh;
    }

    .movie5 {
        height: 44vh;
    }

    .movie6 {
        height: 44vh;
    }
}

@media (max-width: 1440px) {
    .movie-container {
        padding: 50px 200px 50px 200px;
    }

    .movie-cover1 {
        height: 23vh;
    }

    .movie-cover2 {
        height: 23vh;
    }

    .movie-cover3 {
        height: 23vh;
    }

    .movie-cover4 {
        height: 23vh;
    }

    .movie-cover5 {
        height: 23vh;
    }

    .movie-cover6 {
        height: 23vh;
    }

    .movie1 {
        height: 44vh;
    }

    .movie2 {
        height: 44vh;
    }

    .movie3 {
        height: 44vh;
    }

    .movie4 {
        height: 44vh;
    }

    .movie5 {
        height: 44vh;
    }

    .movie6 {
        height: 44vh;
    }
}

@media (max-width: 1024px) {
    .movie-container {
        padding: 50px 100px 50px 100px;
    }

    .banner-container {
        height: 60vh;
    }

    .movie-cover1 {
        height: 15vh;
    }

    .movie-cover2 {
        height: 15vh;
    }

    .movie-cover3 {
        height: 15vh;
    }

    .movie-cover4 {
        height: 15vh;
    }

    .movie-cover5 {
        height: 15vh;
    }

    .movie-cover6 {
        height: 15vh;
    }

    .movie1 {
        height: 31vh;
    }

    .movie2 {
        height: 31vh;
    }

    .movie3 {
        height: 31vh;
    }

    .movie4 {
        height: 31vh;
    }

    .movie5 {
        height: 31vh;
    }

    .movie6 {
        height: 31vh;
    }
}

@media (max-width: 860px) {
    .movie-container {
        padding: 50px 50px 50px 50px;
    }

    .movie-cover1 {
        height: 15vh;
    }

    .movie-cover2 {
        height: 15vh;
    }

    .movie-cover3 {
        height: 15vh;
    }

    .movie-cover4 {
        height: 15vh;
    }

    .movie-cover5 {
        height: 15vh;
    }

    .movie-cover6 {
        height: 15vh;
    }

    .movie1 {
        height: 38vh;
    }

    .movie2 {
        height: 38vh;
    }

    .movie3 {
        height: 38vh;
    }

    .movie4 {
        height: 38vh;
    }

    .movie5 {
        height: 38vh;
    }

    .movie6 {
        height: 38vh;
    }
}

@media (max-width: 460px) {
    .movie-container {
        padding: 50px 20px 50px 20px;
    }

    .movie-cover1 {
        height: 23vh;
    }

    .movie-cover2 {
        height: 23vh;
    }

    .movie-cover3 {
        height: 23vh;
    }

    .movie-cover4 {
        height: 23vh;
    }

    .movie-cover5 {
        height: 23vh;
    }

    .movie-cover6 {
        height: 23vh;
    }

    .movie1 {
        height: 45vh;
    }

    .movie2 {
        height: 45vh;
    }

    .movie3 {
        height: 45vh;
    }

    .movie4 {
        height: 45vh;
    }

    .movie5 {
        height: 45vh;
    }

    .movie6 {
        height: 45vh;
    }
}


/* ----- end movie-container ----- */


/* ----- trending-container ----- */

.trending-container {
    padding: 50px 300px 50px 300px;
    background-color: #1f1f1f;
}

.fa-star {
    color: #c2d022;
}

.trending-details {
    padding: 20px;
}

.trending-category {
    padding-bottom: 15px;
}

.trending-rating {
    padding-bottom: 15px;
}

.trending-description {
    padding-bottom: 15px;
}

.trending-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.trending-left {
    display: flex;
    align-items: center;
}

.trending-cover1 {
    background-image: url("../images/trending1.jpg");
    background-size: cover;
    height: 35vh;
}

.trending-cover2 {
    background-image: url("../images/trending2.jpg");
    background-size: cover;
    height: 35vh;
}

.trending-cover3 {
    background-image: url("../images/trending3.jpg");
    background-size: cover;
    height: 35vh;
}

.trending-cover4 {
    background-image: url("../images/trending4.jpg");
    background-size: cover;
    height: 35vh;
}

.trending-movies {
    display: grid;
    grid-template-areas:
    "t-movie1"
    "t-movie2"
    "t-movie3"
    "t-movie4";
}



.t-movie1 {
    height: 35vh;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas: 
    "trending-cover1 trending-details";
}

.t-movie2 {
    height: 35vh;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas: 
    "trending-cover1 trending-details";
}

.t-movie3 {
    height: 35vh;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas: 
    "trending-cover1 trending-details";
}

.t-movie4 {
    height: 35vh;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas: 
    "trending-cover1 trending-details";
}


@media (min-width: 860px) {
    .trending-movies {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "t-movie1 t-movie2"
        "t-movie3 t-movie4";
    }
}

@media (max-width: 1680px) {
    .trending-container {
        padding: 50px 300px 50px 300px;
    }
}

@media (max-width: 1440px) {
    .trending-container {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1024px) {
    .trending-container {
        padding: 50px 100px 50px 100px;
    }

    .trending-cover1 {
        height: 29vh;
    }

    .trending-cover2 {
        height: 29vh;
    }

    .trending-cover3 {
        height: 29vh;
    }

    .trending-cover4 {
        height: 29vh;
    }
}

@media (max-width: 860px) {
    .trending-container {
        padding: 50px 50px 50px 50px;
    }


    .trending-cover1 {
        background-position: 100% 50%;
    }

    .trending-cover2 {
        background-position: 100% 50%;
    }

    .trending-cover3 {
        background-position: 100% 50%;
    }

    .trending-cover4 {
        background-position: 100% 50%;
    }
}

@media (max-width: 460px) {
    .trending-container {
        padding: 50px 20px 50px 20px;
    }
}


/* ----- end trending-container ----- */

/* ----- top-container ----- */

.top-container {
    padding: 50px 300px 50px 300px;
    background-color: #000000;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.top-left {
    display: flex;
    align-items: center;
}

.top-movie1 {
    background-image: url("../images/top1.jpg");
    background-position: 100% 30%;
    background-size: cover;
    height: 27vh;
    margin: 10px;
}

.top-movie2 {
    background-image: url("../images/top2.jpg");
    background-position: 100% 30%;
    background-size: cover;
    height: 27vh;
    margin: 10px;
}

.top-movie3 {
    background-image: url("../images/top3.jpg");
    background-position: 100% 50%;
    background-size: cover;
    height: 27vh;
    margin: 10px;
}

.top-movie4 {
    background-image: url("../images/top4.jpg");
    background-position: 100% 30%;
    background-size: cover;
    height: 27vh;
    margin: 10px;
}

.top-movie5 {
    background-image: url("../images/top5.jpg");
    background-position: 100% 30%;
    background-size: cover;
    height: 27vh;
    margin: 10px;
}

.top-movie6 {
    height: 27vh;
    margin: 10px;
}

.top-movies {
    display: grid;
    grid-template-areas: 
    "top-moive1"
    "top-moive2"
    "top-moive3"
    "top-moive4"
    "top-moive5"
    "top-moive6";
}

@media (min-width: 460px) {
    .top-movies {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr 1fr;
        grid-template-areas: 
        "top-moive1 top-moive2 top-moive3"
        "top-moive4 top-moive5 top-moive6";
    }
}

@media (max-width: 1680px) {
    .top-container {
        padding: 50px 300px 50px 300px;
    }
}

@media (max-width: 1440px) {
    .top-container {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1024px) {
    .top-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 860px) {
    .top-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .top-container {
        padding: 50px 20px 50px 20px;
    }
}

/* ----- end top-container ----- */

/* ----- footer-container ----- */

.footer-container {
    padding: 50px 300px 50px 300px;
    background-color: #1f1f1f;
}

.footer-div1 {
    padding: 10px;
}

.footer-div2 {
    padding: 10px;
}

.footer-div3 {
    padding: 10px;
}

.teaser-details {
    padding-bottom: 20px;
}

.contact-btn {
    background-color: #c2d022;
    height: 34px;
}

.contact-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
}

.contact-text a {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.module-title-footer {
    background: transparent;
    font-size: 20px;
    padding: 0;
    padding-bottom: 10px;
}

h2.module-title-footer {
    color: #a9b61e;
}

.thumb1 {
    background-image: url("../images/footer1.jpg");
    background-position: 100% 50%;
    background-size: cover;
    margin: 5px;
    height: 7vh;
    width: 7vh;
}

.thumb2 {
    background-image: url("../images/footer2.jpg");
    background-position: 100% 50%;
    background-size: cover;
    margin: 5px;
    height: 7vh;
    width: 7vh;
}

.thumb3 {
    background-image: url("../images/footer3.jpg");
    background-position: 100% 50%;
    background-size: cover;
    margin: 5px;
    height: 7vh;
    width: 7vh;
}

.thumb4 {
    background-image: url("../images/footer4.jpg");
    background-position: 100% 50%;
    background-size: cover;
    margin: 5px;
    height: 7vh;
    width: 7vh;
}

.thumb5 {
    background-image: url("../images/footer5.jpg");
    background-position: 100% 50%;
    background-size: cover;
    margin: 5px;
    height: 7vh;
    width: 7vh;
}

.thumb6 {
    background-image: url("../images/footer6.jpg");
    background-position: 100% 50%;
    background-size: cover;
    margin: 5px;
    height: 7vh;
    width: 7vh;
}

.footer-thumbnails {
    display: grid;
    justify-content: start;
    grid-template-areas: 
    "thumb1 thumb2"
    "thumb4 thumb3"
    "thumb5 thumb6";
}

.footer-details {
    display: grid;
    grid-template-areas: 
    "footer-div1"
    "footer-div2"
    "footer-div3";
}

@media (min-width: 860px) {
    .footer-thumbnails {
        grid-template-areas: 
        "thumb1 thumb2 thumb3"
        "thumb4 thumb5 thumb6";
    }
}

@media (min-width: 460px) {
    .footer-details {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 
        "footer-div1 footer-div2 footer-div3";
    }
}

@media (max-width: 1680px) {
    .footer-container {
        padding: 50px 300px 50px 300px;
    }
}

@media (max-width: 1440px) {
    .footer-container {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1024px) {
    .footer-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 860px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .footer-container {
        padding: 50px 20px 50px 20px;
    }

    .footer-thumbnails {
        display: none;
    }
}

/* ----- end footer-container ----- */