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



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

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

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

}

.text {
    padding: 10px;
}

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

.navbar-links {
    justify-content: flex-end;
    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;
    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: 20px;
    }

    .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 (max-width: 1680px) {
    .navbar {
        padding: 0px 200px 0px 200px;
    }
}

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

    .brand-title {
        padding-left: 150px;
    }
}

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

    .brand-title {
        padding-left: 50px;
    }
}

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

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

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

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

    .brand-title {
        padding-left: 0px;
    }
}

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

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

    .brand-title {
        padding-left: 10px;
    }
}

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


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

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

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

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

h2 {
    font-size: 25px;
    font-weight: 550;
    padding-bottom: 30px;
}

h3 {
    font-size: 25px;
    padding-bottom: 5px;
}

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

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

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

.text-primary {
    color: #ec72d1;
}

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

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

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


/* --------------- Start Slide Show --------------- */

*, *::before, *::after {
    box-sizing: border-box;
  }
  
  .carousel {
    width: 100vw;
    height: 77vh;
    position: relative;
  }
  
  .carousel > ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
  }
  
  .slide > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
  }
  
  .carousel-button {
    position: absolute;
    z-index: 2;
    background: none;
    border: none;
    font-size: 2rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    border-radius: .25rem;
    padding: 0 .5rem;
    background-color: rgba(0, 0, 0, .41);
  }
  
  .carousel-button:hover,
  .carousel-button:focus {
    color: white;
    background-color: rgba(0, 0, 0, .20);
  }
  
  
  .carousel-button.prev {
    left: 5rem;
  }
  
  .carousel-button.next {
    right: 5rem;
  }
  
  
  /* --------------- End Slide Show --------------- */


@media (min-width: 860px) {
    .text-content {
        padding: 0px 200px 0 200px;
        margin-top: -400px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "banner-left banner-right"; 
    }
}


@media (max-width: 1680px) {
    .text-content {
        padding: 0px 200px 0px 200px;
    }
}

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

    .carousel-button.prev {
        left: 2rem;
    }
      
    .carousel-button.next {
        right: 2rem;
    }
}

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

    .carousel-button.prev {
        left: 1rem;
    }
      
    .carousel-button.next {
        right: 1rem;
    }
}

@media (max-width: 860px) {
    .text-content {
        padding: 0px 50px 0px 50px;
        margin-top: -400px;
    }

    .carousel-button.prev {
        left: .5rem;
    }
      
    .carousel-button.next {
        right: .5rem;
    }
}

@media (max-width: 460px) {
    .banner-container {  
        background-position: 50%;
        height: 57vh;
    }

    .carousel {
        height: 57vh;
    }
    
    .banner-content {
        height: 57vh;
        padding: 0px 0px 0px 0px;
        
    }
}

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

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

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

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

    }
}

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

    }
}

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

    }
}

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

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

    .banner1-content {
        padding: 0px 20px 0px 20px;
        height: 30vh;
    }
}

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


/* ----- latest container ------ */

.latest-container {
    padding: 50px 200px 50px 200px;
    background-color: #ffffff;
    color: #101012;
}

.title-header {
    color: #101012;
    padding-bottom: 15px;
    padding: 10px;
    border-left: 2px solid #ec72d1;
}

.latest-list {
    display: grid;
    margin-top: 30px;
    grid-template-areas: 
    "movie1"
    "movie2"; 
}

.latest-list2 {
    display: grid;
    grid-template-areas: 
    "movie3"
    "movie4"
    "movie5"
    "movie6";
}

.movie-content {
    color: #ffffff;
}

.movie1 {
    background-image: url("../images/movie1.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 35vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie2 {
    background-image: url("../images/movie2.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 35vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie3 {
    background-image: url("../images/movie3.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie4 {
    background-image: url("../images/movie4.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie5 {
    background-image: url("../images/movie5.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie6 {
    background-image: url("../images/movie6.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie-btn a {
    color: #ec72d1;
    font-size: 16px;
}


@media (min-width: 480px) {
    .latest-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "movie1 movie2";
    }

    .latest-list2 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
        "movie3 movie4 movie5 movie6";
    }
}

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

    }
}

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

    }
}

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

    }

    .movie3 {
        height: 25vh;
        background-position: 50%;
    }

    .movie4 {
        height: 25vh;
        background-position: 50%;
    }

    .movie5 {
        height: 25vh;
        background-position: 50%;
    }

    .movie6 {
        height: 25vh;
        background-position: 50%;
    }
}

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

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


/* ----- latest container ------ */


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

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

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

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

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

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

    }
}

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

    }
}

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

    }
}

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

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

    .banner2-content {
        padding: 0px 20px 0px 20px;
        height: 30vh;
    }
}

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


/* ----- banner3 container ----- */

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

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

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

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

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

    }
}

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

    }
}

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

    }
}

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

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

    .banner3-content {
        padding: 0px 20px 0px 20px;
        height: 30vh;
    }
}

/* ----- end banner3 container ----- */


/* ----- top container ------ */

.top-container {
    padding: 50px 200px 50px 200px;
    background-color: #ffffff;
    color: #101012;
}

.movies-container {
    padding-top: 30px;
}

.latest-list3 {
    display: grid;
    grid-template-areas: 
    "movie7"
    "movie8"
    "movie9"
    "movie10";
}

.latest-list4 {
    display: grid;
    grid-template-areas: 
    "movie11"
    "movie12"
    "movie13"
    "movie14";
}

.movie7 {
    background-image: url("../images/movie7.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie8 {
    background-image: url("../images/movie8.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie9 {
    background-image: url("../images/movie9.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie10 {
    background-image: url("../images/movie10.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie11 {
    background-image: url("../images/movie11.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie12 {
    background-image: url("../images/movie12.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie13 {
    background-image: url("../images/movie13.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie14 {
    background-image: url("../images/movie14.jpg");
    align-items: end;
    display: flex;
    margin: 10px;
    padding: 20px;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.movie-btn a {
    color: #ec72d1;
    font-size: 16px;
}


@media (min-width: 480px) {
    .latest-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "movie1 movie2";
    }

    .latest-list3 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
        "movie7 movie8 movie9 movie10";
    }

    .latest-list4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-areas:
        "movie11 movie12 movie13 movie14";
    }
}

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

    }
}

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

    }
}

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

    }

    .movie7 {
        height: 25vh;
        background-position: 50%;
    }

    .movie8 {
        height: 25vh;
        background-position: 50%;
    }

    .movie9 {
        height: 25vh;
        background-position: 50%;
    }

    .movie10 {
        height: 25vh;
        background-position: 50%;
    }

    .movie11 {
        height: 25vh;
        background-position: 50%;
    }

    .movie12 {
        height: 25vh;
        background-position: 50%;
    }

    .movie13 {
        height: 25vh;
        background-position: 50%;
    }

    .movie14 {
        height: 25vh;
        background-position: 50%;
    }
}

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

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


/* ----- top container ------ */


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

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

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


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

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

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