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

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

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

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

}

.text {
    padding: 10px;
}

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

.navbar-links {
    justify-content: flex-start;
    display: flex;
}

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

.nav-bar {
    width: 100%;
}

.nav-bar {
    width: 100%;
}

.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;
    left: 3rem;
    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: 10px;
    }

    .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 0px 10px 0px;
        padding-top: 5px;
    }
}

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

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

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

}

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

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

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

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

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

    .banner-images {
        height: 100%;
    }

    .btn-header {
        display: none;
    }

    .navbar {
        display: flex;
        align-items: end;
    }

}

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

    .navbar {
        display: flex;
        align-items: flex-end;
    }
}

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


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

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

.banner-content {
    padding: 100px 200px 100px 200px;
    display: grid;
    grid-template-areas: 
    "banner-left"
    "banner-right"; 
}

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

h2 {
    font-size: 18px;
    font-weight: 550;
    padding-bottom: 15px;
    text-align: left;
}

h3 {
    font-size: 18px;
    padding-bottom: 15px;
}

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

.bottom-right {
    padding-top: 10px;
}

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

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

.text-primary {
    color: #c9ec0d;
}

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

.btn-primary {
    border: 1px solid #c9ec0d;
    background-color: #c9ec0d;
}

.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;
    width: 150px;
}

.btn1 {
    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;
    width: 100px;
}

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

.rating {
    padding-bottom: 20px;
}

.cast {

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

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

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

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

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

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

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

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

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

@media (max-width: 460px) {
    .banner-container {  
        height: 48vh;
        background-position: 45%;
    }
    
    .banner-content {
        padding: 80px 20px 0px 20px;
        height: 30vh;
    }
}

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


/* ----- movie1 cover ----- */

.movie1-container {
    padding: 50px 200px 50px 200px;
    background-color: #202020;
}

.movie1-content {
    height: 60vh;
}

.title-left {
    display: flex;
    justify-content: space-between;
}

.movie-btn a {
    color: #c9ec0d;
    font-size: 14px;
}

.lines {
    display: flex;
    justify-content: flex-start;
}

hr {
    border: 1px solid #c9ec0d;
    width: 50px;
}

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

div.movie-cover1 {
    grid-area: movie-cover1;
    height: 43vh;
    margin: 10px;
}

div.movie-cover2 {
    grid-area: movie-cover2;
    height: 43vh;
    margin: 10px;
}

div.movie-cover3 {
    grid-area: movie-cover3;
    height: 43vh;
    margin: 10px;
}

div.movie-cover4 {
    grid-area: movie-cover4;
    height: 43vh;
    margin: 10px;
}

div.movie-cover5 {
    grid-area: movie-cover5;
    height: 43vh;
    margin: 10px;
}

.cover1 {
    background-image: url("../images/movie1.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover2 {
    background-image: url("../images/movie2.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover3 {
    background-image: url("../images/movie3.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover4 {
    background-image: url("../images/movie4.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover5 {
    background-image: url("../images/movie5.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .cover-container {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas:
        "movie-cover1 movie-cover2 movie-cover3 movie-cover4 movie-cover5";
    }
}

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

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

    .cover1 {
        height: 39vh;
    }

    .cover2 {
        height: 39vh;
    }

    .cover3 {
        height: 39vh;
    }

    .cover4 {
        height: 39vh;
    }

    .cover5 {
        height: 39vh;
    }
}

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

    .movie1-content {
        height: 53vh;
    }

    .cover1 {
        height: 29vh;
    }

    .cover2 {
        height: 29vh;
    }

    .cover3 {
        height: 29vh;
    }

    .cover4 {
        height: 29vh;
    }

    .cover5 {
        height: 29vh;
    }
}

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

    .cover1 {
        height: 23vh;
    }

    .cover2 {
        height: 23vh;
    }

    .cover3 {
        height: 23vh;
    }

    .cover4 {
        height: 23vh;
    }

    .cover5 {
        height: 23vh;
    }
}

@media (max-width: 460px) {
    .movie1-container {
        padding: 50px 20px 50px 20px;  
        background-position: 45%;
    }

    .movie1-content {
        height: auto;
    }

    .cover1 {
        height: 32vh;
    }

    .cover2 {
        height: 32vh;
    }

    .cover3 {
        height: 32vh;
    }

    .cover4 {
        height: 32vh;
    }

    .cover5 {
        height: 32vh;
    }

    div.movie-cover1 {
        height: 46vh;
    }

    div.movie-cover2 {
        height: 46vh;
    }

    div.movie-cover3 {
        height: 46vh;
    }

    div.movie-cover4 {
        height: 46vh;
    }

    div.movie-cover5 {
        height: 46vh;
    }
}

/* ----- end movie1 cover ----- */


/* ----- movie2 cover ----- */

.movie2-container {
    padding: 50px 200px 50px 200px;
    background-color: #272829;
}

.movie2-content {
    height: 60vh;
}


.cover2-container {
    display: grid;
    grid-template-areas:
    "movie-cover6"
    "movie-cover7"
    "movie-cover8"
    "movie-cover9"
    "movie-cover10";
}

div.movie-cover6 {
    grid-area: movie-cover6;
    height: 43vh;
    margin: 10px;
}

div.movie-cover7 {
    grid-area: movie-cover7;
    height: 43vh;
    margin: 10px;
}

div.movie-cover8 {
    grid-area: movie-cover8;
    height: 43vh;
    margin: 10px;
}

div.movie-cover9 {
    grid-area: movie-cover9;
    height: 43vh;
    margin: 10px;
}

div.movie-cover10 {
    grid-area: movie-cover10;
    height: 43vh;
    margin: 10px;
}

.cover6 {
    background-image: url("../images/movie6.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover7 {
    background-image: url("../images/movie7.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover8 {
    background-image: url("../images/movie8.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover9 {
    background-image: url("../images/movie9.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover10 {
    background-image: url("../images/movie10.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .cover2-container {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas:
        "movie-cover6 movie-cover7 movie-cover8 movie-cover9 movie-cover10";
    }
}

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

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

    .cover6 {
        height: 39vh;
    }

    .cover7 {
        height: 39vh;
    }

    .cover8 {
        height: 39vh;
    }

    .cover9 {
        height: 39vh;
    }

    .cover10 {
        height: 39vh;
    }
}

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

    .movie2-content {
        height: 53vh;
    }

    .cover6 {
        height: 29vh;
    }

    .cover7 {
        height: 29vh;
    }

    .cover8 {
        height: 29vh;
    }

    .cover9 {
        height: 29vh;
    }

    .cover10 {
        height: 29vh;
    }
}

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

    .cover6 {
        height: 23vh;
    }

    .cover7 {
        height: 23vh;
    }

    .cover8 {
        height: 23vh;
    }

    .cover9 {
        height: 23vh;
    }

    .cover10 {
        height: 23vh;
    }
}

@media (max-width: 460px) {
    .movie2-container {
        padding: 50px 20px 50px 20px;  
        background-position: 45%;
    }

    .movie2-content {
        height: auto;
    }

    .cover6 {
        height: 32vh;
    }

    .cover7 {
        height: 32vh;
    }

    .cover8 {
        height: 32vh;
    }

    .cover9 {
        height: 32vh;
    }

    .cover10 {
        height: 32vh;
    }

    div.movie-cover6 {
        height: 46vh;
    }

    div.movie-cover7 {
        height: 46vh;
    }

    div.movie-cover8 {
        height: 46vh;
    }

    div.movie-cover9 {
        height: 46vh;
    }

    div.movie-cover10 {
        height: 46vh;
    }
}


/* ----- end movie2 cover ----- */


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

.form-container {
    padding: 50px 200px 50px 200px;
    background-image: url("../images/banner-2.jpg");
}

.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) {
    .form-container {
        padding: 50px 200px 50px 200px;
    }
}

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

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

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

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

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

    
}

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

/* ----- movie3 cover ----- */

.movie3-container {
    padding: 50px 200px 50px 200px;
    background-image: url("../images/banner-3.jpg");
}

.movie3-content {
    height: 60vh;
}


.cover3-container {
    display: grid;
    grid-template-areas:
    "movie-cover11"
    "movie-cover12"
    "movie-cover13"
    "movie-cover14"
    "movie-cover15";
}

div.movie-cover11 {
    grid-area: movie-cover11;
    height: 43vh;
    margin: 10px;
}

div.movie-cover12 {
    grid-area: movie-cover12;
    height: 43vh;
    margin: 10px;
}

div.movie-cover13 {
    grid-area: movie-cover13;
    height: 43vh;
    margin: 10px;
}

div.movie-cover14 {
    grid-area: movie-cover14;
    height: 43vh;
    margin: 10px;
}

div.movie-cover15 {
    grid-area: movie-cover15;
    height: 43vh;
    margin: 10px;
}

.cover11 {
    background-image: url("../images/movie11.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover12 {
    background-image: url("../images/movie12.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover13 {
    background-image: url("../images/movie13.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover14 {
    background-image: url("../images/movie14.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

.cover15 {
    background-image: url("../images/movie15.jpg");
    height: 43vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .cover3-container {
        grid-template-columns: repeat(5, 1fr);
        grid-template-areas:
        "movie-cover11 movie-cover12 movie-cover13 movie-cover14 movie-cover15";
    }
}

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

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

    .cover11 {
        height: 39vh;
    }

    .cover12 {
        height: 39vh;
    }

    .cover13 {
        height: 39vh;
    }

    .cover14 {
        height: 39vh;
    }

    .cover15 {
        height: 39vh;
    }
}

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

    .movie3-content {
        height: 53vh;
    }

    .cover11 {
        height: 29vh;
    }

    .cover12 {
        height: 29vh;
    }

    .cover13 {
        height: 29vh;
    }

    .cover14 {
        height: 29vh;
    }

    .cover15 {
        height: 29vh;
    }
}

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

    .cover11 {
        height: 23vh;
    }

    .cover12 {
        height: 23vh;
    }

    .cover13 {
        height: 23vh;
    }

    .cover14 {
        height: 23vh;
    }

    .cover15 {
        height: 23vh;
    }
}

@media (max-width: 460px) {
    .movie3-container {
        padding: 50px 20px 50px 20px;  
        background-position: 45%;
    }

    .movie3-content {
        height: auto;
    }

    .cover11 {
        height: 32vh;
    }

    .cover12 {
        height: 32vh;
    }

    .cover13 {
        height: 32vh;
    }

    .cover14 {
        height: 32vh;
    }

    .cover15 {
        height: 32vh;
    }

    div.movie-cover11 {
        height: 46vh;
    }

    div.movie-cover12 {
        height: 46vh;
    }

    div.movie-cover13 {
        height: 46vh;
    }

    div.movie-cover14 {
        height: 46vh;
    }

    div.movie-cover15 {
        height: 46vh;
    }
}


/* ----- movie3 cover ----- */

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

.footer-container {
    padding: 50px 200px 50px 200px;
    background-color: #272829;
    color: #ffffff;
}

.footer-details {
    display: flex;
    justify-content: flex-start;
}

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

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

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

@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 ----- */