/*
Template Name: Planet
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************center_home****************/
.carousel-caption {
  text-align: left;
  /* background-color: rgba(0, 0, 0, 0.7); */
  padding: 150px 150px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.carousel-caption p {
  width: 45%;
}
.carousel-indicators {
  bottom: 0;
}

/*********************center_home_end****************/

/*********************trend****************/
/* #trend{
border-top:2px solid #c6a03d;
} */
#trend .carousel-indicators {
  bottom: -50px;
}
.trend_2im2 {
  padding-top: 70px;
}

#upcome .carousel-indicators {
  bottom: -50px;
}
#upcome .trend_2im2 {
  padding-top: 90px;
}

/*********************trend_end****************/

/*********************popular****************/
.popular_1 .nav-tabs .nav-link {
  color: #fff;
  border: none;
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  text-transform: uppercase;
  border-radius: 0;
  background: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 8px;
}
.popular_1 .nav-tabs .nav-link:hover {
  color: #fff;
  border-bottom: 2px solid #c6a03d;
}
.popular_1 .nav-tabs .nav-link.active {
  color: #fff;
  border-bottom: 2px solid #c6a03d;
}

#choice {
  background-image: linear-gradient(to left top, #cc9934, #1e1d1b);
}

#choice .trend_2im2 {
  padding: 130px 15px 0px 15px !important;

  height: 100%;
}
#choice .carousel-indicators {
  bottom: -50px;
}
/*********************popular_end****************/

/*********************play****************/
.play_m {
  background-image: linear-gradient(to left top, #cc9934, #1e1d1b);
  padding-top: 50px;
  padding-bottom: 50px;
}
#play {
  background-image: url(../img/30.jpg);
  background-position: center;
}
.play1r {
  height: 450px;
  overflow-y: scroll;
}

/*********************play_end****************/

/*********************stream****************/
#stream .trend_2im2 {
  padding: 50px 15px 0px 15px !important;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
}
#stream .carousel-indicators {
  bottom: -50px;
}
#stream {
  border-top: 2px solid #c6a03d;
}
/*********************stream_end****************/

@media screen and (max-width: 767px) {
  .center_home .carousel-caption {
    padding: 10px;
    text-align: center;
  }
  .center_home .carousel-caption p {
    width: 100%;
    text-align: left;
  }

  .center_home img {
    min-height: 350px;
  }
  .center_home .font_60 {
    font-size: 24px;
  }
  .center_home h6 {
    font-size: 14px;
    line-height: 2em;
  }
  .center_home p {
    font-size: 14px;
  }
  .trend_2im {
    margin-top: 15px;
  }
  .trend_2ilast {
    text-align: center;
  }
  .popular_1 .nav-tabs li {
    margin-bottom: 5px;
  }
  .popular_2i1lm1 img {
    max-height: 240px;
  }
  .popular_2i1r {
    margin-top: 15px;
    text-align: center;
  }
  .popular_2i1r p {
    text-align: left;
  }
  .popular_2i1 {
    margin-bottom: 15px;
  }
  #choice img {
    min-height: 240px;
  }
  .play1l img {
    height: auto;
  }
  .play1r img {
    height: auto;
  }
  .play2l img {
    height: auto;
  }
  .play2r h5 {
    text-align: center;
  }
  .play2rir {
    margin-top: 15px;
  }
  .col-md-3 .top_1r {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .trend_1l {
    text-align: left;
  }
  .trend_1r {
    text-align: right !important;
    margin-top: 0;
  }
  #popular .trend_1l {
    text-align: center;
  }
  .popular_2i1r {
    text-align: left;
    margin-top: 0;
  }
  #play .trend_1l {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .center_home img {
    min-height: 600px;
  }
  .carousel-caption {
    padding: 50px 100px;
  }
  .carousel-caption p {
    width: 60%;
  }
  .trend_2im1 img {
    min-height: 200px;
  }
  #choice .trend_2im1 img {
    min-height: 240px;
  }
  .play2r {
    padding: 10px !important;
    min-height: 515px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .center_home img {
    min-height: 600px;
  }
  .carousel-caption {
    padding: 50px 100px;
  }
  .trend_2im1 img {
    min-height: 200px;
  }
  #choice .trend_2im1 img {
    min-height: 240px;
  }
  .play2r {
    padding: 10px !important;
    min-height: 515px;
  }
}
@media (min-width: 1201px) and (max-width: 1255px) {
}

.image-row {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.image-row a {
  flex: 1;
}

.image-row img {
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .image-row {
    flex-direction: column;
  }
}
/* increse the ima */

.upcoming-event {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.upcoming-event a {
  flex: 1;
}

.upcoming-event img {
  width: auto;
  height: 35rem !important;
}

.event-details {
  flex: 1;
  padding: 10px;
  /* in center */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .upcoming-event {
    flex-direction: column;
  }

  .event-details {
    margin-top: 10px;
  }
}

.past-events {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.past-events-img {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  width: 30rem !important;
  height: 100%;
}

.seo_title {
  font-size: 2rem;
  font-weight: 700;
  color: white; 
  margin-bottom: 1rem;
}
