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

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

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


    .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: #000000ba;
    }

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

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

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

    .navbar-container {
        background-color: #000000ba;
    }
    
    .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%;
    }

    .btn-header {
        display: none;
    }
}


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

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


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


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

.banner-container {
    background-image: url("../images/cover1.jpg");
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40%;
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
}

.cover {
    
    text-align: center;
}

.cover-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.title {
    padding-bottom: 10px;
}

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

h2 {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: 400;
}

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

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

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

.text-primary {
    color: #000000ba;
}

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

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

.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;
    padding: 10px 12px;
}

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

.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: 1920px) {

}


@media (max-width: 1680px) {

}

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

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

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

}

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

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


/* ----- category container ----- */

.top-category-container {
    padding: 50px 250px 50px 250px;
    background-color: #111111;
    color: #ffffff;
}

.video-btn {
    padding-top: 10px;
    text-align: right;
}

.video-btn a {
    color: #a2b61f;
    font-size: 18px;
}



.category-text {
    padding: 15px;
}

.top-category-detail {
    display: grid;
    grid-template-columns: 
    "top-category1"
    "top-category2"
    "top-category3";
}

.top-category1 {
    display: grid;
    margin: 10px;
    grid-template-rows:
    "category-photo1"
    "category-text";
}

.top-category2 {
    display: grid;
    margin: 10px;
    grid-template-rows:
    "category-photo1"
    "category-text";
}

.top-category3 {
    display: grid;
    margin: 10px;
    grid-template-rows:
    "category-photo1"
    "category-text";
}

.category-photo1 {
    background-image: url("../images/top-cat1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 25vh;
}

.category-photo2 {
    background-image: url("../images/top-cat2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 25vh;
}

.category-photo3 {
    background-image: url("../images/top-cat3.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 25vh;
} 

@media (min-width: 460px) {
    .top-category-detail {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 
        "top-category1 top-category2 top-category3";
    }
}

@media (max-width: 1680px) {
    .top-category-photo1 {
        height: 25vh;
    }

    .top-category-photo2 {
        height: 25vh;
    }

    .top-category-photo3 {
        height: 25vh;
    }
}

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

    .top-category-photo1 {
        height: 25vh;
    }

    .top-category-photo2 {
        height: 25vh;
    }

    .top-category-photo3 {
        height: 25vh;
    }
}

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

    .top-category-photo1 {
        height: 17vh;
    }

    .top-category-photo2 {
        height: 17vh;
    }

    .top-category-photo3 {
        height: 17vh;
    }

}

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

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

    .top-category-photo1 {
        height: 23vh;
    }

    .top-category-photo2 {
        height: 23vh;
    }

    .top-category-photo3 {
        height: 23vh;
    }

}
/* ----- end category container ----- */



/* ----- video container list1----- */

.movie-container {
    padding: 50px 250px 50px 250px;
}

.container {
    position: relative;
    justify-content: center;
    display: flex;
  }
  
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }

.container:hover .image {
    opacity: 0.5;
}
  
.fa-star {
    color: #d03109;
}

.trending-details {
    padding-left: 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/movie1.jpg");
    background-size: cover;
    background-position: 50%;
    height: 40vh;
}

.trending-cover2 {
    background-image: url("../images/movie2.jpg");
    background-size: cover;
    background-position: 50%;
    height: 40vh;
}

.trending-cover3 {
    background-image: url("../images/movie3.jpg");
    background-size: cover;
    background-position: 50%;
    height: 40vh;
}

.trending-cover4 {
    background-image: url("../images/movie4.jpg");
    background-size: cover;
    background-position: 50%;
    height: 40vh;
}

.trending-cover5 {
    background-image: url("../images/movie5.jpg");
    background-size: cover;
    background-position: 50%;
    height: 40vh;
}

.trending-cover6 {
    background-image: url("../images/movie6.jpg");
    background-size: cover;
    background-position: 50%;
    height: 40vh;
}

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



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

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

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

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

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

.t-movie6 {
    height: 40vh;
    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"
        "t-movie5 t-movie6";
    }
}


@media (max-width: 1920px) {
}

@media (max-width: 1680px) {
    .trending-cover1 {
        height: 38vh;
    }
    
    .trending-cover2 {
        height: 38vh;
    }
    
    .trending-cover3 {
        height: 38vh;
    }
    
    .trending-cover4 {
        height: 38vh;
    }
    
    .trending-cover5 {
        height: 38vh;
    }
    
    .trending-cover6 {
        height: 38vh;
    }
    .t-movie1 {
        height: 38vh;
    }
    
    .t-movie2 {
        height: 38vh;
    }
    
    .t-movie3 {
        height: 38vh;
    }
    
    .t-movie4 {
        height: 38vh;
    }
    
    .t-movie5 {
        height: 38vh;
    }
    
    .t-movie6 {
        height: 38vh;
    }
}

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

    
}

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

    .trending-cover1 {
        height: 28vh;
    }
    
    .trending-cover2 {
        height: 28vh;
    }
    
    .trending-cover3 {
        height: 28vh;
    }
    
    .trending-cover4 {
        height: 28vh;
    }
    
    .trending-cover5 {
        height: 28vh;
    }
    
    .trending-cover6 {
        height: 28vh;
    }
    .t-movie1 {
        height: 28vh;
    }
    
    .t-movie2 {
        height: 28vh;
    }
    
    .t-movie3 {
        height: 28vh;
    }
    
    .t-movie4 {
        height: 28vh;
    }
    
    .t-movie5 {
        height: 28vh;
    }
    
    .t-movie6 {
        height: 28vh;
    }
}

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

    .trending-cover1 {
        height: 29vh;
    }
    
    .trending-cover2 {
        height: 29vh;
    }
    
    .trending-cover3 {
        height: 29vh;
    }
    
    .trending-cover4 {
        height: 29vh;
    }
    
    .trending-cover5 {
        height: 29vh;
    }
    
    .trending-cover6 {
        height: 29vh;
    }

    .t-movie1 {
        height: 29vh;
        grid-template-columns: 1fr 3fr;
    }
    
    .t-movie2 {
        height: 29vh;
        grid-template-columns: 1fr 3fr;
    }
    
    .t-movie3 {
        height: 29vh;
        grid-template-columns: 1fr 3fr;
    }
    
    .t-movie4 {
        height: 29vh;
        grid-template-columns: 1fr 3fr;
    }
    
    .t-movie5 {
        height: 29vh;
        grid-template-columns: 1fr 3fr;
    }
    
    .t-movie6 {
        height: 29vh;
        grid-template-columns: 1fr 3fr;
    }
    
}

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

    .trending-cover1 {
        height: 29vh;
    }
    
    .trending-cover2 {
        height: 29vh;
    }
    
    .trending-cover3 {
        height: 29vh;
    }
    
    .trending-cover4 {
        height: 29vh;
    }
    
    .trending-cover5 {
        height: 29vh;
    }
    
    .trending-cover6 {
        height: 29vh;
    }

    .t-movie1 {
        height: 30vh;
        grid-template-columns: 1fr 1fr;
    }
    
    .t-movie2 {
        height: 30vh;
        grid-template-columns: 1fr 1fr;
    }
    
    .t-movie3 {
        height: 30vh;
        grid-template-columns: 1fr 1fr;
    }
    
    .t-movie4 {
        height: 30vh;
        grid-template-columns: 1fr 1fr;
    }
    
    .t-movie5 {
        height: 30vh;
        grid-template-columns: 1fr 1fr;
    }
    
    .t-movie6 {
        height: 30vh;
        grid-template-columns: 1fr 1fr;
    }

}

/* ----- end video container list1----- */


/* ----- category container ----- */

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

.category-detail {
    display: grid;
    grid-template-areas:
    "category1"
    "category2"
    "category3"
    "category4"
    "category5"
    "category6"
    "category7"
    "category8";
}

.category1 {
    background-image: url("../images/cat1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 37.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.category2 {
    background-image: url("../images/cat2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 37.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.category3 {
    background-image: url("../images/cat3.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 37.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category4 {
    background-image: url("../images/cat4.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 37.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category5 {
    background-image: url("../images/cat5.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 37.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category6 {
    background-image: url("../images/cat6.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 37.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category7 {
    background-image: url("../images/cat7.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 37.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category8 {
    background-image: url("../images/cat8.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 37.8vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 460px) {
    .category-detail {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr 1fr;
        grid-template-areas: 
        "category1 category2 category3 category4"
        "category5 category6 category7 category8";
    }
}

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

    .category1 {
        height: 35.1vh;
    }

    .category2 {
        height: 35.1vh;
    }

    .category3 {
        height: 35.1vh;
    }

    .category4 {
        height: 35.1vh;
    }

    .category5 {
        height: 35.1vh;
    }

    .category6 {
        height: 35.1vh;
    }

    .category7 {
        height: 35.1vh;
    }

    .category8 {
        height: 35.1vh;
    }
    
}

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

    .category1 {
        height: 35.7vh;
    }

    .category2 {
        height: 35.7vh;
    }

    .category3 {
        height: 35.7vh;
    }

    .category4 {
        height: 35.7vh;
    }

    .category5 {
        height: 35.7vh;
    }

    .category6 {
        height: 35.7vh;
    }

    .category7 {
        height: 35.7vh;
    }

    .category8 {
        height: 35.7vh;
    }
    
}

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

    .category1 {
        height: 25.8vh;
    }

    .category2 {
        height: 25.8vh;
    }

    .category3 {
        height: 25.8vh;
    }

    .category4 {
        height: 25.8vh;
    }

    .category5 {
        height: 25.8vh;
    }

    .category6 {
        height: 25.8vh;
    }

    .category7 {
        height: 25.8vh;
    }

    .category8 {
        height: 25.8vh;
    } 
}

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

    .category1 {
        height: 22.2vh;
    }

    .category2 {
        height: 22.2vh;
    }

    .category3 {
        height: 22.2vh;
    }

    .category4 {
        height: 22.2vh;
    }

    .category5 {
        height: 22.2vh;
    }

    .category6 {
        height: 22.2vh;
    }

    .category7 {
        height: 22.2vh;
    }

    .category8 {
        height: 22.2vh;
    } 
}

@media (max-width: 460px) {
    .category-container {
        padding: 50px 30px 50px 30px;
    }
}
/* ----- end category container ----- */


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

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

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

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

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

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

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


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

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

.footer-details {
    display: flex;
}

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

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


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

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

    .footer-thumbnails {
        display: none;
    }
}

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