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

/* ----- universal ----- */

h1 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1em;
    color: #ffffff;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 30px;
}

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

h4 {
    font-size: 16px;
    font-weight: 400;
}

hr {
    border: 1px solid #ffbb04;
}

.line1 {
    100px
}

.botton {
    padding-top: 30px;
    text-align: center;
}


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

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

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

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

.title-holder {
    text-align: left;
    padding-bottom: 30px;
    display: flex;
}

.botton1 {
    height: 50px;
    padding: 14px;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    width: 150px;
    background-color: #ffbb04;
    color: #fffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botton2 {
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    width: 150px;
    background-color: #39b8cf;
    color: #fffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.botton3 {
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    width: 150px;
    border: 2px solid #ffffff;
    color: #fffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.btn-holder {
    justify-content: flex-end;
    display: flex;
    margin-top: 90px;
}

.botton-holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    padding-top: 30px;
    padding-bottom: 70px;
}


.botton-holder1 {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

.botton-holder2 {
    display: flex;
    justify-content: center;
}

.fa-solid {
    margin: 5px;
    font-size: 25px;
    color: #dd3900;
}


/* ----- end universal ----- */



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

*, *::before, *::after {
    box-sizing: border-box;
  }
  
  .carousel {
    background-color: #ffc230;
    height: 55vh;
    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, .1);
  }
  
  .carousel-button:hover,
  .carousel-button:focus {
    color: white;
    background-color: rgba(0, 0, 0, .2);
  }
  
  
  .carousel-button.prev {
    left: 1rem;
    margin-left: 40px;
  }
  
  .carousel-button.next {
    right: 1rem;
    margin-right: 40px;
  }
  
  
  /* @media (max-width: 425px) {
    .carousel {
      display: none;
    }
  } */

  .star-holder {
    text-align: center;
    padding-bottom: 15px;
  }

  .text-primary {
    color: #ffffff;
  }

  .slide-content {
    margin: 50px 400px 50px 400px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  @media (max-width: 1440px) {
    .slide-content {
        margin: 49px 350px 49px 250px;
      }
  }

  @media (max-width: 1024px) {
    .slide-content {
        margin: 40px 200px 40px 200px;
      }
  }

  @media (max-width: 860px) {
    .slide-content {
        margin: 30px 100px 30px 100px;
      }
  }

  @media (max-width: 460px) {
    .carousel {
        height: 80vh;
    }
  }
  
  /* --------------- End Slide Show --------------- */




/* ----- navbar container ----- */
.navbar-container {
    background-color: #39b8cf;
}

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


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text {
    padding: 10px;
}

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

.navbar-links {
}

.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: #000000;
    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: 460px) {

}

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

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

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

@media  (max-width: 860px) {

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

    .toggle-button {
        display: flex;
        top: 1.1rem;

    }

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

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

    .navbar-links li a {
        color: #000000;
        padding-left: 30px;
    }

    .navbar-links li {
        border-bottom: .5px solid #121212a8;
    }

    .banner-images {
        height: 100%;
    }

    
    .botton-holder {
        display: none;
    }
}


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


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

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

.banner-container {
    padding: 50px 200px 50px 200px;
    background-image: url("../images/main-cover1.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #ffffff;
}



@media(min-width: 460px) {

}

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

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

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

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

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

}


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


/* ----- feature container ----- */

.feature-container {
    padding: 50px 200px 50px 200px;
    background-color: #e1e1e1;
}

.feature-content {
    margin-top: -140px;
}

.feature-top-bar {
    background-color: #0b0b0b;
    height: 15vh;
}

.feature-header {
    text-align: center;
}

.with-text {
    text-align: center;
    color: #000000;
}

.feature-detail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 13vh;
}

.feature-details {
    display: grid;
    grid-template-areas: 
    "feature1" 
    "feature2" 
    "feature3";
}

.feature-cover1 {
    display: grid;
    grid-template-areas: 
    "feature-header"
    "feature-ditail";
    margin: 10px;
    padding: 40px;
    background-color: #39b8cf;
    height: 35vh;
}

.feature-cover2 {
    display: grid;
    grid-template-areas: 
    "feature-header"
    "feature-ditail";
    margin: 10px;
    padding: 40px;
    background-color: #39b8cf;
    height: 35vh;
}

.feature-cover3 {
    display: grid;
    grid-template-areas: 
    "feature-header"
    "feature-ditail";
    margin: 10px;
    padding: 40px;
    background-color: #39b8cf;
    height: 35vh;
}

@media (min-width: 780px) {
    .feature-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: 
    "feature1 feature2 feature3";
    }
}

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

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

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

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

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

}


/* ----- end feature container ----- */


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

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

.video-content {

}

.controllers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

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

.container1:hover .image {
    opacity: 0.5;
}


.video-details {
    padding-top: 10px;
}


.video-list1 {
    display: grid;
    grid-template-areas:
    "video1"
    "video2"
    "video3"
    "video4"
    "video5"
    "video6"
    "video7"
    "video8"
    "video9"
    "video10"
    "video11"
    "video12"
    "video13"
    "video14"
    "video15"
    "video16"
    "video17"
    "video18"
    "video19"
    "video20"
    "video21";
}

@media (min-width: 480px) {
    .video-list1 {
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas:
        "video1 video2 video3"
        "video4 video5 video6"
        "video7 video8 video9";
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-cover15 {
    background-image: url("../images/vid15.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    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;
    margin: 10px;
    height: 25vh;
    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;
    margin: 10px;
    height: 25vh;
    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;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover19 {
    background-image: url("../images/vid19.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover20 {
    background-image: url("../images/vid20.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-cover21 {
    background-image: url("../images/vid21.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    margin: 10px;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

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

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

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


/* ----- feature container ----- */

.category-container {
    padding: 50px 200px 50px 200px;
    background-color: #e1e1e1;
}


.category-top-bar {
    background-color: #0b0b0b;
    height: 15vh;
}

.category-header {
    text-align: center;
}

.with-text {
    text-align: center;
    color: #000000;
}

.category-detail {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 18vh;
}

.category-details {
    display: grid;
    grid-template-areas: 
    "category1" 
    "category2" 
    "category3" 
    "category4";
}

.category-cover1 {
    display: grid;
    grid-template-areas: 
    "category-header"
    "category-ditail";
    margin: 10px;
    padding: 40px;
    background-color: #39b8cf;
    height: 40vh;
}

.category-cover2 {
    display: grid;
    grid-template-areas: 
    "category-header"
    "category-ditail";
    margin: 10px;
    padding: 40px;
    background-color: #39b8cf;
    height: 40vh;
}

.category-cover3 {
    display: grid;
    grid-template-areas: 
    "category-header"
    "category-ditail";
    margin: 10px;
    padding: 40px;
    background-color: #39b8cf;
    height: 40vh;
}

.category-cover4 {
    display: grid;
    grid-template-areas: 
    "category-header"
    "category-ditail";
    margin: 10px;
    padding: 40px;
    background-color: #39b8cf;
    height: 40vh;
}

@media (min-width: 780px) {
    .category-details {
    display: grid;
    grid-template-columns: 1fr, 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: 
    "category1 category2" 
    "category3 category4";
    }
}

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

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

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

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

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

}


/* ----- end feature container ----- */



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

.footer-container {
    padding: 50px 200px 50px 200px;
    background-color: #0b0b0b;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    color: #ffffff;
}

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



.footer-details {
    display: grid;
    grid-template-areas:
    "address"
    "contact"
    "email";
}

.brand-title-footer {
    padding-bottom: 20px;
    text-align: left;
}

.address {
    margin: 10px;
    display: grid;
    height: 8vh;
}

.contact{
    margin: 10px;
    display: grid;
    height: 8vh;
}

.email {
    margin: 10px;
    display: grid;
    height: 3vh;
}


.footer-info {
    padding-left: 55px;
}


.footer-detail1 {
    display: flex;
    align-items: center;
    height: 30px;
}


@media (min-width: 480px) {

    .footer-content {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        grid-template-areas:
        "footer-left footer-right";
    }
}


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

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

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

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

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

    .footer-thumbnails {
        display: none;
    }
}

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

/* ----- joinform container ----- */
.joinform-container {
    background-image: url("../images/join-cover.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.joinform-content {
    padding: 50px 250px 50px 250px;
    display: flex;
    justify-content: center;
}

.form-list {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}



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

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

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

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

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

/* ----- end joinform container ----- */



