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

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

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

.navbar-content {
    padding: 0px 250px 0px 250px;
}

.navbar {
    display: flex;
    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: 768px) {
    .navbar-content {
        padding: 0px 30px 0px 30px;
    }
} */

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

}

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

}

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


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

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

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



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

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

    .navbar-container {
        background-color: #111111;
    }
    
    .navbar {
        background-color: none;
    }

    .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-content {
        padding: 0px 30px 0px 30px;
    }

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


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


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

.banner-container {
    background-color: #111111;
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40%;
    font-size: 16px;
    font-weight: 200;
}

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

h2 {
    font-size: 23px;
    padding-bottom: 15px;
    color: #000000;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1.1em;
    color: #000000;
}

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

.container {
    padding-top: 30px;
}

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

.text-primary {
    color: #b63c00;
}

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

.btn-primary {
    background-color: #b63c00;
    border-radius: 3px;
}

.btn1-primary {
    background-color: none;
}

.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: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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;
    font-size: 20px;
    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: #b63c00;
}

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

.movie-holder {
    display: grid;
    height: 65vh;
    grid-template-areas: 
    "movie-holder1"
    "movie-ho1der2";
}

.movie-holder1 { 
    background-image: url("../images/cover1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 20px;
    display: flex;
    align-items: center;
}

.movie-holder2 { 
    background-image: url("../images/cover2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 20px;
    display: flex;
    align-items: center;
}


@media (min-width: 768px) {
    .movie-holder {
        grid-template-columns: 1.7fr 1fr;
        grid-template-areas: 
        "movie-holder1 movie-ho1der2";
    }
}

@media (max-width: 1920px) {
    .left-details {
        padding-left: 250px;
    }
}

@media (max-width: 1680px) {

}

@media (max-width: 1440px) {
    /* .movie-holder {
        padding: 30px 150px 30px 150px;
    } */

    .left-details {
        padding-left: 150px;
    }
}

@media (max-width: 1024px) {
    /* .movie-holder {
        padding: 30px 100px 30px 100px;
    } */

    .left-details {
        padding-left: 100px;
    }
}

@media (max-width: 860px) {
    /* .movie-holder {
        padding: 28px 30px 28px 30px;
    } */

    .left-details {
        padding-left: 30px;
    }
}

@media (max-width: 460px) {
    /* .movie-holder {
        padding: 20px 30px 20px 30px;
        height: 86vh;
    } */

    .left-details {
        padding-left: 0px;
    }

    .right-details {
        display: none;
    }

    .movie-holder {
        height: 100vh;
    }

    .movie-holder1 {
        height: 45vh;
    }

    .movie-holder2 {
        height: 45vh;
    }
}

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


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

.banner1-container {
    color: #ffffff;
}

.banner-details {
    background-color: #100f0e;
    display: grid;
    grid-template-areas: 
    "left-banner1"
    "right-banner1";
}

.left-banner1 {
    background-image: url("../images/banner1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 45vh;
}

.right-banner1 {
    height: 45vh;
    display: flex;
    align-items: center;   
}

.right-detail {
    padding-left: 20px;
}

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

@media (max-width: 460px) {

    .left-banner1 {
        height: 30vh;
    }

    .right-banner1 {
        height: 30vh;
    }
}

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


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

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

hr {
    border: solid .5px #000000;
}

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

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

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

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

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

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

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


.movie1 {
    height: 40vh;
    margin: 10px;
}

.movie2 {
    height: 40vh;
    margin: 10px;
}

.movie3 {
    height: 40vh;
    margin: 10px;
}

.movie4 {
    height: 40vh;
    margin: 10px;
}

.movie5 {
    height: 40vh;
    margin: 10px;
}

.movie6 {
    height: 40vh;
    margin: 10px;
}

.movie-details {
    padding: 20px;
}

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

.movie-btn2 a {
    color: #000000;
    font-size: 16px;
}

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

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

    .movie-cover2 {
        height: 30vh;
    }

    .movie-cover3 {
        height: 30vh;
    }

    .movie-cover4 {
        height: 30vh;
    }

    .movie-cover5 {
        height: 30vh;
    }

    .movie-cover6 {
        height: 30vh;
    }

    .movie1 {
        height: 45vh;
    }

    .movie2 {
        height: 45vh;
    }

    .movie3 {
        height: 45vh;
    }

    .movie4 {
        height: 45vh;
    }

    .movie5 {
        height: 45vh;
    }

    .movie6 {
        height: 45vh;
    }
}

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

    .movie-cover2 {
        height: 27vh;
    }

    .movie-cover3 {
        height: 27vh;
    }

    .movie-cover4 {
        height: 27vh;
    }

    .movie-cover5 {
        height: 27vh;
    }

    .movie-cover6 {
        height: 27vh;
    }

    .movie1 {
        height: 44vh;
    }

    .movie2 {
        height: 44vh;
    }

    .movie3 {
        height: 44vh;
    }

    .movie4 {
        height: 44vh;
    }

    .movie5 {
        height: 44vh;
    }

    .movie6 {
        height: 44vh;
    }
}

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

    .movie-cover1 {
        height: 27vh;
    }

    .movie-cover2 {
        height: 27vh;
    }

    .movie-cover3 {
        height: 27vh;
    }

    .movie-cover4 {
        height: 27vh;
    }

    .movie-cover5 {
        height: 27vh;
    }

    .movie-cover6 {
        height: 27vh;
    }

    .movie1 {
        height: 44vh;
    }

    .movie2 {
        height: 44vh;
    }

    .movie3 {
        height: 44vh;
    }

    .movie4 {
        height: 44vh;
    }

    .movie5 {
        height: 44vh;
    }

    .movie6 {
        height: 44vh;
    }
}

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

    .movie-cover1 {
        height: 19vh;
    }

    .movie-cover2 {
        height: 19vh;
    }

    .movie-cover3 {
        height: 19vh;
    }

    .movie-cover4 {
        height: 19vh;
    }

    .movie-cover5 {
        height: 19vh;
    }

    .movie-cover6 {
        height: 19vh;
    }

    .movie1 {
        height: 38vh;
    }

    .movie2 {
        height: 38vh;
    }

    .movie3 {
        height: 38vh;
    }

    .movie4 {
        height: 38vh;
    }

    .movie5 {
        height: 38vh;
    }

    .movie6 {
        height: 38vh;
    }
}

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

    .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: 34vh;
    }

    .movie2 {
        height: 34vh;
    }

    .movie3 {
        height: 34vh;
    }

    .movie4 {
        height: 34vh;
    }

    .movie5 {
        height: 43vh;
    }

    .movie6 {
        height: 43vh;
    }
}

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

    .movie-cover1 {
        height: 28vh;
    }

    .movie-cover2 {
        height: 28vh;
    }

    .movie-cover3 {
        height: 28vh;
    }

    .movie-cover4 {
        height: 28vh;
    }

    .movie-cover5 {
        height: 28vh;
    }

    .movie-cover6 {
        height: 28vh;
    }

    .movie1 {
        height: 50vh;
    }

    .movie2 {
        height: 50vh;
    }

    .movie3 {
        height: 50vh;
    }

    .movie4 {
        height: 50vh;
    }

    .movie5 {
        height: 50vh;
    }

    .movie6 {
        height: 50vh;
    }
}

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

/* ----- movie2 container ----- */

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

hr {
    border: solid .5px #000000;
}

.movie-list {
    display: grid;
    grid-template-areas:
    "movie7"
    "movie8"
    "movie9"
    "movie10"
    "movie11"
    "movie12";
}

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

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

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

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

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

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


.movie7 {
    height: 40vh;
    margin: 10px;
}

.movie8 {
    height: 40vh;
    margin: 10px;
}

.movie9 {
    height: 40vh;
    margin: 10px;
}

.movie10 {
    height: 40vh;
    margin: 10px;
}

.movie11 {
    height: 40vh;
    margin: 10px;
}

.movie12 {
    height: 40vh;
    margin: 10px;
}

.movie-details {
    padding: 20px;
}

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

.movie-btn2 a {
    color: #000000;
    font-size: 16px;
}

@media (min-width: 460px) {
    .movie-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
        "movie7 movie8 movie9"
        "movie10 movie11 movie12";
    }
}

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

    .movie-cover8 {
        height: 30vh;
    }

    .movie-cover9 {
        height: 30vh;
    }

    .movie-cover10 {
        height: 30vh;
    }

    .movie-cover11 {
        height: 30vh;
    }

    .movie-cover12 {
        height: 30vh;
    }

    .movie7 {
        height: 42vh;
    }

    .movie8 {
        height: 42vh;
    }

    .movie9 {
        height: 42vh;
    }

    .movie10 {
        height: 42vh;
    }

    .movie11 {
        height: 42vh;
    }

    .movie12 {
        height: 42vh;
    }
}

@media (max-width: 1680px) {
    .movie-cover7 {
        height: 27vh;
    }

    .movie-cover8 {
        height: 27vh;
    }

    .movie-cover9 {
        height: 27vh;
    }

    .movie-cover10 {
        height: 27vh;
    }

    .movie-cover11 {
        height: 27vh;
    }

    .movie-cover12 {
        height: 27vh;
    }

    .movie7 {
        height: 44vh;
    }

    .movie8 {
        height: 44vh;
    }

    .movie9 {
        height: 44vh;
    }

    .movie10 {
        height: 44vh;
    }

    .movie11 {
        height: 44vh;
    }

    .movie12 {
        height: 44vh;
    }
}

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

    .movie-cover7 {
        height: 27vh;
    }

    .movie-cover8 {
        height: 27vh;
    }

    .movie-cover9 {
        height: 27vh;
    }

    .movie-cover10 {
        height: 27vh;
    }

    .movie-cover11 {
        height: 27vh;
    }

    .movie-cover12 {
        height: 27vh;
    }

    .movie7 {
        height: 44vh;
    }

    .movie8 {
        height: 44vh;
    }

    .movie9 {
        height: 44vh;
    }

    .movie10 {
        height: 44vh;
    }

    .movie11 {
        height: 44vh;
    }

    .movie12 {
        height: 44vh;
    }
}

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

    .movie-cover7 {
        height: 19vh;
    }

    .movie-cover8 {
        height: 19vh;
    }

    .movie-cover9 {
        height: 19vh;
    }

    .movie-cover10 {
        height: 19vh;
    }

    .movie-cover11 {
        height: 19vh;
    }

    .movie-cover12 {
        height: 19vh;
    }

    .movie7 {
        height: 38vh;
    }

    .movie8 {
        height: 38vh;
    }

    .movie9 {
        height: 38vh;
    }

    .movie10 {
        height: 38vh;
    }

    .movie11 {
        height: 38vh;
    }

    .movie12 {
        height: 38vh;
    }
}

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

    .movie-cover7 {
        height: 15vh;
    }

    .movie-cover8 {
        height: 15vh;
    }

    .movie-cover9 {
        height: 15vh;
    }

    .movie-cover10 {
        height: 15vh;
    }

    .movie-cover11 {
        height: 15vh;
    }

    .movie-cover12 {
        height: 15vh;
    }

    .movie7 {
        height: 43vh;
    }

    .movie8 {
        height: 43vh;
    }

    .movie9 {
        height: 43vh;
    }

    .movie10 {
        height: 43vh;
    }

    .movie11 {
        height: 43vh;
    }

    .movie12 {
        height: 43vh;
    }
}

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

    .movie-cover7 {
        height: 28vh;
    }

    .movie-cover8 {
        height: 28vh;
    }

    .movie-cover9 {
        height: 28vh;
    }

    .movie-cover10 {
        height: 28vh;
    }

    .movie-cover11 {
        height: 28vh;
    }

    .movie-cover12 {
        height: 28vh;
    }

    .movie7 {
        height: 50vh;
    }

    .movie8 {
        height: 50vh;
    }

    .movie9 {
        height: 50vh;
    }

    .movie4 {
        height: 50vh;
    }

    .movie10 {
        height: 50vh;
    }

    .movie11 {
        height: 50vh;
    }

    .line {
        margin-top: 80px;
    }
}

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


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

.banner2-container {
    color: #ffffff;
}

.banner-details {
    background-color: #100f0e;
    display: grid;
    grid-template-areas: 
    "left-banner2"
    "right-banner2";
}

.left-banner2 {
    background-image: url("../images/banner2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 45vh;
}

.right-banner2 {
    height: 45vh;
    display: flex;
    align-items: center;   
}

.right-detail {
    padding-left: 20px;
}

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

@media (max-width: 460px) {

    .left-banner2 {
        height: 30vh;
    }

    .right-banner2 {
        height: 30vh;
    }
}

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


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

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

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

    .banner-top {
        background-position: 10%;
    }


}

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



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

.footer-content {
    padding: 50px 250px 50px 250px;
    background-color: #111111;
    color: #ffffff;
}

.footer-details {
    display: flex;
}

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

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

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

}

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

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

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

    .footer-thumbnails {
        display: none;
    }
}

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