/*Home page start*/
.container{
  max-width: 1140px;
  margin: 0 auto;
}

.about-movie {
  min-height: 320px;
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.7);
}

.about-gallery {
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.7);
}
.gallery-title {
  font-size: 25px;
  color: #fff;
  padding-bottom: 10px;
  padding-left: 0px;
  letter-spacing: 0.22pt;
}

.vTitle {
  padding: 20px 0;
  font-size: 38px;
  color: #fff;
}

.subTitle {
  padding-bottom: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.description {
  padding-bottom: 35px;
}
.description p{
  margin-bottom: 15px;
}

.category-wise-grid {
  position: relative;
}

.grid-title {
  font-size: 25px;
  color: #fff;
  padding-bottom: 10px;
  padding-left: 15px;
  letter-spacing: 0.22pt;
}

.hs-card {
  width: 33.33%;
  display: block;
  float: left;
  padding: 0 15px 30px;
  position: relative;
}

@media(max-width:1023px){
  .header{
    padding: 0 15px;
  }
  .header .navigation-wrapper{
      padding: 15px 0;
  }
  .header .navigation{
    padding: 10px 15px;
    font-size: 14px;
    display: block;
    float: none
  }
  .header .navigation-menu:active{
      background-color:#000;
  }
  .header .navigation-menu > a{
    padding: 15px 25px;
  }
  .header .brand-name{
    font-size: 24px;
  }
  .header .nav{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #2357d7;
    padding-bottom: 15px;
  }
  .header .navigation-menu .sub-menu{
      position:relative;
      border-top:1px solid rgba(35, 87, 215, 0.1);
  }
  .header .nav.open,
  .menuWrapper{
    display: block
  }
  .header .navigation-menu{
      float:none;
  }
}
@media(max-width:767px){
  .hs-card {
    width: 50%;
  }
}
@media(max-width:480px){
  .hs-card {
    width: 100%;
  }
}

.hs-card .card > img {
  width: 100%
}

.play-icon:after {
  background: rgba(0, 0, 0, 0.7) url('../images/play.png') no-repeat center;
  background-size: 22px auto;
  border-radius: 75%;
  border: 2px solid #fff;
  width: 32px;
  height: 32px;
  right: 25px;
  bottom: 40px;
  position: absolute;
  z-index: 2;
  content: '';
}
.hs-card img:focus,
.hs-card img:hover {
  outline: 4px solid #2357d7;
  outline-offset: -4px;
}

/*Home page end*/


.owl-carousel .item{
  background-color: rebeccapurple;
}
.owl-dots{
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
}
.owl-dot{
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 50px !important;
  margin: 5px;
}
.owl-dot.active{
  background-color: rgba(255, 255, 255, 1) !important;
}

.movie-tab-navigation{
  background-color: #396dec;
  width: 100%;
  overflow-x: auto;
}
.movie-tab-navigation ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.movie-tab-navigation li{
  padding: 15px 20px;
  color: white;
  cursor: pointer;
}
.movie-tab-navigation .active{
  background-color: #000;
}
.tabWrapper{
  display: none;
}
.tabWrapper.active{
  display: block;
}
.btn-read-more{
  background-color: #d72334;
  padding: 15px 25px;
  color: #fff;
  display: inline-block;
}

.table{
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
}
.table td,
.table th{
  border-bottom:1px solid #505050;
  padding:15px 0;
}

.table p,
.table h2{
  margin-bottom: 15px;
}
.table h2{
  margin-top: 10px;
}
.table h3{
  margin-bottom: 5px;
}

.table h2,
.table h3{
  color: #fff;
}
.artist-image{
  float: left;
  margin: 0 15px 5px 0;
  max-width: 175px;
}
.previous-films{
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0;
  display: flex;
  list-style: none;
  color: #fff;
  font-size: 90%;
}
.previous-films li{
  padding: 10px;
  margin: 5px 10px 5px 0;
  background-color: #2357d7;
}

.investers-wrapper{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.investers-wrapper .col-3{
  padding: 10px;
}
.investers-wrapper h3{
  margin-top: 10px;
}
@media (max-width:520px) {
  .investers-wrapper .col-3 img{
    max-width: 150px;
  }
  .investers-wrapper h3{
    font-size: 14px;
  }
}