body {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300px;
    color: #3a3a3a;
    background-color: #000000;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
}

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

.navbar-container {
    background-color: #000000;
}

.navbar {
    display: flex;
    padding: 0px 50px 0px 50px;
    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  (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 (min-width: 768px) {
    .navbar {
        padding: 0px 50px 0px 50px;
    }
}

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

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

    .navbar-container {
        background-color: #000000;
    }
    
    .navbar {
        background-color: #000000;
    }

    .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 30px 0px 30px;
    }

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


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


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

.banner-container {
    background-image: url("../images/banner-1.jpg");
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 200;
}

.banner-content {
    padding: 20px 250px 20px 250px;
}

h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: 1em;
    padding-bottom: 10px;
}

h2 {
    font-size: 25px;
    font-weight: 900;
    padding-bottom: 15px;
}

h3 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 1.1em;
}

h4 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1.1em;
}

.botton1 {
    padding-top: 50px;
    text-align: right;
}

.text-primary {
    color: #f54aa3;
}

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

.btn-primary {
    border: 1px solid #f54aa3
}

.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;
    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;
    color: #f54aa3;
}

.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;
}

.banner-details {
    display: grid;
    grid-template-areas:
    "left-details"
    "right-details";
}

.left-details {
    padding: 30px;
    display: flex;
    align-items: center;
}

.right-details {
    padding: 30px;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .banner-details {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "left-details right-details";
    }
}

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


@media (max-width: 1440px) {
    .banner-content {
        padding: 20px 150px 20px 150px;
    }

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

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

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

@media (max-width: 860px) {
    .banner-content {
        padding: 28px 30px 28px 30px;
    }

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

@media (max-width: 460px) {
    .banner-content {
        padding: 20px 30px 20px 30px;
        height: 30vh;
    }

    .right-details {
        display: none;
    }
}

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


/* ----- movie1 container ----- */

.movie1-container {
    padding: 50px 250px 50px 250px;
    background-color: #ffffff;
}

.cover-details {
    color: #ffffff;
}

.movie-btn {
    padding-top: 10px;
}

.movie-details {
    display: grid;
    grid-template-areas:
    "movie-left"
    "movie-right";
}

.movie-left {
    display: grid;
    grid-template-areas:
    "movie-cover1"
    "movie-cover2"
    "movie-cover3"
    "movie-cover4"
    "movie-cover5"
    "movie-cover5";
}

.movie-cover1 {
    background-image: url("../images/moviecover1.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover2 {
    background-image: url("../images/moviecover2.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover3 {
    background-image: url("../images/moviecover3.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover4 {
    background-image: url("../images/moviecover4.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover5 {
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover6 {
    background-image: url("../images/moviecover5.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-right {
    margin: 10px;
}

@media (min-width: 768px) {
    .movie-details {
        grid-template-columns: 1.7fr 1fr;
        grid-template-areas:
        "movie-left movie-right";
    }

    .movie-left {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "movie-cover1 movie-cover2"
        "movie-cover3 movie-cover4"
        "movie-cover5 movie-cover6";
    }
}

@media (max-width: 1680px) {

}

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

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

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

@media (max-width: 460px) {
    .movie1-container {
        padding: 30px 30px 30px 30px;
    }

    .movie-cover5 {
        display: none;
    }
}


/* ----- end movie1 container ----- */


/* ----- form container ----- */

.form-container {
    padding: 50px 250px 50px 250px;
    background-color: #d4d4d4;
}

.form-text {
    padding-left: 20px;
}

@media (min-width: 1440px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 1024px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 860px) {
    .join-form {
        height: 67vh;
    }
}

@media (max-width: 1680px) {

}

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

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

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

@media (max-width: 460px) {
    .form-container {
        padding: 30px 30px 30px 30px;
    }

    .form-text {
        padding-left: 0px;
    } 
}

/* ----- end form container ----- */

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

.movie2-container {
    padding: 50px 250px 50px 250px;
    background-color: #ffffff;
}

.cover-details {
    color: #ffffff;
}

.movie-btn {
    padding-top: 10px;
}

.movie-details {
    display: grid;
    grid-template-areas:
    "movie-left"
    "movie-right";
}

.movie-left {
    display: grid;
    grid-template-areas:
    "movie-cover7"
    "movie-cover8"
    "movie-cover9"
    "movie-cover10"
    "movie-cover11"
    "movie-cover12";
}

.movie-cover7 {
    background-image: url("../images/moviecover7.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover8 {
    background-image: url("../images/moviecover8.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover9 {
    background-image: url("../images/moviecover9.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover10 {
    background-image: url("../images/moviecover10.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover11 {
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-cover12 {
    background-image: url("../images/moviecover11.jpg");
    height: 25vh;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: none;
    background-position: 50%;
    display: flex;
    align-items: flex-end;
}

.movie-right {
    margin: 10px;
}

@media (min-width: 768px) {
    .movie-details {
        grid-template-columns: 1.7fr 1fr;
        grid-template-areas:
        "movie-left movie-right";
    }

    .movie-left {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "movie-cover7 movie-cover8"
        "movie-cover9 movie-cover10"
        "movie-cover11 movie-cover12";
    }
}



@media (max-width: 1680px) {

}


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

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

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

@media (max-width: 460px) {
    .movie2-container {
        padding: 30px 30px 30px 30px;
    }

    .movie-cover11 {
        display: none;
    }
}


/* ----- end movie1 container ----- */


/* ----- banner1 container ----- */

.banner1-container {
    padding: 50px 250px 50px 250px;
    background-image: url("../images/banner-2.jpg");
    height: 35vh;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 200;
}

.banner-text {
    text-align: right;
    color: #ffffff;
}

.banner1-content {
    display: grid;
    grid-template-areas: 
    "banner-left"
    "banner-right"; 
}

.banner-right {
    display: flex;
    align-items: flex-end;
}

@media (min-width: 860px) {
    .banner1-content {
        height: 30vh;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "banner-left banner-right"; 
    }
}

@media (max-width: 1680px) {

}

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

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

    }
}

@media (max-width: 860px) {
    .banner1-container {
        padding: 30px 30px 30px 30px;
        height: 40vh;
    }
}

@media (max-width: 460px) {
    .banner1-container {  
        height: 40vh;
        background-position: 45%;
    }

    /* .banner1-content {
        padding: 30px 30px 30px 30px;
        height: 30vh;
    } */
}

/* ----- end banner1 container ----- */


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

.footer-container {
    padding: 50px 50px 50px 50px;
    background-color: #111111;
}

.footer-details {
    display: flex;
}

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



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

    .footer-thumbnails {
        display: none;
    }
}

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