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

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

.navbar-container {
    background-color: #101010;
    padding: 0px 50px 0px 50px;
}

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

}

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

}

@media  (max-width: 860px) {
    .navbar-container {
        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: transparent;
    }

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

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


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


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

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


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

.title {
    padding-bottom: 30px;
}

h1 {
    font-size: 33px;
    font-weight: 900;
    line-height: 1em;
}

h2 {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1em;
    padding-left: 20px;
}

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

hr {
    width: 100px;
    border: 3px solid #02c0e2;
}

.banner-text {
    line-height: 1.2em;
    padding-top: 30px;
    font-size: 23px;
}

/* .banner-btn {
    text-align: center;
} */

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

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

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

.btn-primary {
    background-color: #02c0e2;
}

.btn1-primary {
    background-color: #02c0e2;
    border: 3px Solid #02c0e2;
}

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

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

    h2 {
        font-size: 22px;
    }

    h1 {
        font-size: 33px;
    }

    .photo-holder1 {
        height: 40vh;
    }
}

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


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

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

.photo-holder2 {
    background-image: url("../images/cover2.jpg");
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40%;
    font-size: 16px;
    font-weight: 200;
    padding: 50px;
    color: #ffffff;
}

.photo-holder2 {
    display: flex;
    align-items: flex-end;
}

.video-holder{
    padding: 50px 50px 50px 50px;
}

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

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

    .photo-holder1 {
        height: 40vh;
        padding: 50px 30px 50px 30px;
    }

    .photo-holder2 {
        height: 40vh;
        padding: 50px 30px 50px 30px;
    }
}

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

    .photo-holder1 {
        height: 40vh;
        padding: 50px 30px 50px 30px;
    }

    .photo-holder2 {
        height: 40vh;
        padding: 50px 30px 50px 30px;
    }
}


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

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

.video1-container {
    padding: 50px 50px 50px 50px;
}

.movie-btn {
    font-weight: 600;
    padding-top: 20px;
    text-align: right;
}

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

.container:hover .image {
    opacity: 0.5;
}
  
.video1 {
    margin: 10px;
}

.video2 {
    margin: 10px;
}

.video3 {
    margin: 10px;
}

.video4 {
    margin: 10px;
}

.video5 {
    margin: 10px;
}

.video6 {
    margin: 10px;
}

.video7 {
    margin: 10px;
}

.video8 {
    margin: 10px;
}

.video9 {
    margin: 10px;
}

.video10 {
    margin: 10px;
}

.video11 {
    margin: 10px;
}

.video12 {
    margin: 10px;
}

.video13 {
    margin: 10px;
}

.video14 {
    margin: 10px;
}

.video15 {
    margin: 10px;
}

.video16 {
    margin: 10px;
}

.video17 {
    margin: 10px;
}

.video18 {
    margin: 10px;
}

.video-list1 {
    display: grid;
    grid-template-areas:
    "video1"
    "video2"
    "video3"
    "video4"
    "video5"
    "video6"
    "video7"
    "video8"
    "video9";
}

.video-list2 {
    display: grid;
    grid-template-areas:
    "video10"
    "video11"
    "video12"
    "video13"
    "video14"
    "video15"
    "video16"
    "video17"
    "video18";
}

.video-cover1 {
    background-image: url("../images/movie1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover2 {
    background-image: url("../images/movie2.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover3 {
    background-image: url("../images/movie3.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover4 {
    background-image: url("../images/movie4.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover5 {
    background-image: url("../images/movie5.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover6 {
    background-image: url("../images/movie6.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover7 {
    background-image: url("../images/vid7.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover8 {
    background-image: url("../images/vid8.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover9 {
    background-image: url("../images/vid9.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover10 {
    background-image: url("../images/movie7.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover11 {
    background-image: url("../images/movie8.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover12 {
    background-image: url("../images/movie9.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover13 {
    background-image: url("../images/movie10.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover14 {
    background-image: url("../images/movie11.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover15 {
    background-image: url("../images/movie12.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover16 {
    background-image: url("../images/vid16.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover17 {
    background-image: url("../images/vid17.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover18 {
    background-image: url("../images/vid18.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    padding: 20px;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-detail {
    color: #000000;
    padding: 10px;
}

.video1-detail {
    padding: 10px;
}

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

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

    .video-cover2 {
        height: 40vh;
    }

    .video-cover3 {
        height: 40vh;
    }

    .video-cover4 {
        height: 40vh;
    }

    .video-cover5 {
        height: 40vh;
    }

    .video-cover6 {
        height: 40vh;
    }

    .video-cover7 {
        height: 40vh;
    }

    .video-cover8 {
        height: 40vh;
    }

    .video-cover9 {
        height: 40vh;
    }

    .video-cover10 {
        height: 40vh;
    }

    .video-cover11 {
        height: 40vh;
    }

    .video-cover12 {
        height: 40vh;
    }

    .video-cover13 {
        height: 40vh;
    }

    .video-cover14 {
        height: 40vh;
    }

    .video-cover15 {
        height: 40vh;
    }

    .video-cover16 {
        height: 40vh;
    }

    .video-cover17 {
        height: 40vh;
    }

    .video-cover18 {
        height: 40vh;
    }
}

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

    .video1-container {
        padding: 50px 50px 50px 50px;
    }

    .video-cover1 {
        height: 35vh;
    }

    .video-cover2 {
        height: 35vh;
    }

    .video-cover3 {
        height: 35vh;
    }

    .video-cover4 {
        height: 35vh;
    }

    .video-cover5 {
        height: 35vh;
    }

    .video-cover6 {
        height: 35vh;
    }

    .video-cover7 {
        height: 35vh;
    }

    .video-cover8 {
        height: 35vh;
    }

    .video-cover9 {
        height: 35vh;
    }

    .video-cover10 {
        height: 35vh;
    }

    .video-cover11 {
        height: 35vh;
    }

    .video-cover12 {
        height: 35vh;
    }

    .video-cover13 {
        height: 35vh;
    }

    .video-cover14 {
        height: 35vh;
    }

    .video-cover15 {
        height: 35vh;
    }

    .video-cover16 {
        height: 35vh;
    }

    .video-cover17 {
        height: 35vh;
    }

    .video-cover18 {
        height: 35vh;
    }
}

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

    .video1-container {
        padding: 50px 50px 50px 50px;
    }

    .video-cover1 {
        height: 25vh;
    }

    .video-cover2 {
        height: 25vh;
    }

    .video-cover3 {
        height: 25vh;
    }

    .video-cover4 {
        height: 25vh;
    }

    .video-cover5 {
        height: 25vh;
    }

    .video-cover6 {
        height: 25vh;
    }

    .video-cover7 {
        height: 25vh;
    }

    .video-cover8 {
        height: 25vh;
    }

    .video-cover9 {
        height: 25vh;
    }

    .video-cover10 {
        height: 25vh;
    }

    .video-cover11 {
        height: 25vh;
    }

    .video-cover12 {
        height: 25vh;
    }

    .video-cover13 {
        height: 25vh;
    }

    .video-cover14 {
        height: 25vh;
    }

    .video-cover15 {
        height: 25vh;
    }

    .video-cover16 {
        height: 25vh;
    }

    .video-cover17 {
        height: 25vh;
    }

    .video-cover18 {
        height: 25vh;
    }
}

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

    .video1-container {
        padding: 50px 30px 50px 30px;
    }

    .video-cover1 {
        height: 19vh;
    }

    .video-cover2 {
        height: 19vh;
    }

    .video-cover3 {
        height: 19vh;
    }

    .video-cover4 {
        height: 19vh;
    }

    .video-cover5 {
        height: 19vh;
    }

    .video-cover6 {
        height: 19vh;
    }

    .video-cover7 {
        height: 19vh;
    }

    .video-cover8 {
        height: 19vh;
    }

    .video-cover9 {
        height: 19vh;
    }

    .video-cover10 {
        height: 19vh;
    }

    .video-cover11 {
        height: 19vh;
    }

    .video-cover12 {
        height: 19vh;
    }

    .video-cover13 {
        height: 19vh;
    }

    .video-cover14 {
        height: 19vh;
    }

    .video-cover15 {
        height: 19vh;
    }

    .video-cover16 {
        height: 19vh;
    }

    .video-cover17 {
        height: 19vh;
    }

    .video-cover18 {
        height: 19vh;
    }
    
}

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

    .video1-container {
        padding: 50px 30px 50px 30px; 
    }

    .video-cover1 {
        height: 20vh;
    }

    .video-cover2 {
        height: 20vh;
    }

    .video-cover3 {
        height: 20vh;
    }

    .video-cover4 {
        height: 20vh;
    }

    .video-cover5 {
        height: 20vh;
    }

    .video-cover6 {
        height: 20vh;
    }

    .video-cover7 {
        height: 20vh;
    }

    .video-cover8 {
        height: 20vh;
    }

    .video-cover9 {
        height: 20vh;
    }

    .video-cover10 {
        height: 20vh;
    }

    .video-cover11 {
        height: 20vh;
    }

    .video-cover12 {
        height: 20vh;
    }

    .video-cover13 {
        height: 20vh;
    }

    .video-cover14 {
        height: 20vh;
    }

    .video-cover15 {
        height: 20vh;
    }

    .video-cover16 {
        height: 20vh;
    }

    .video-cover17 {
        height: 20vh;
    }

    .video-cover18 {
        height: 20vh;
    }

}

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


/* ----- banner2 container ----- */

.lower-banner {
    display: grid;
    grid-template-areas:
    "banner5-photo"
    "banner6-photo"
    "banner7-photo"
    "banner8-photo";
}

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

.banner6-photo {
    background-image: url("../images/cover4.jpg");
    background-color: #101010;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 40vh;
}

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

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


.banner1-details {
    padding: 50px 50px 50px 50px;
}

.banner2-details {
    padding: 50px 50px 50px 50px;
}

.line1 {
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 460px) {
    .lower-banner {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "banner5-photo banner6-photo"
        "banner7-photo banner8-photo";
    }
}

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

    .banner2-details {
        padding: 50px 50px 50px 50px;
    }
}

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

    .banner2-details {
        padding: 50px 30px 50px 30px;
    }
}

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

    .banner2-details {
        padding: 50px 30px 50px 30px;
    }
}

/* ----- end banner2 container ----- */


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

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

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

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

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

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

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

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

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


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

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

.footer-details {
    display: flex;
}

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

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

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

}

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