

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}
.header {
  padding: 10px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  /* background: -webkit-linear-gradient(#002c8b, #00123a); */
  /* background: #001951; */
  color: white !important;

  background: #002c8b;
  background-image: url("images/floral.jpg"); /* fallback */
  background-image: url("images/floral.jpg"),
    linear-gradient(#002c8b, #00123a);
}
/* .head img {


} */
.header h3 {
  background: -webkit-linear-gradient(#ffffff, #ffee00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: auto;
}
.header p{
  margin-bottom: 5px;
}

.ticket {
  background-color: #ff401b;
  color: white;
  padding: 8px 12px;
  border: none;
  border-radius: 5px;
}
.ticket:hover {
  background-color: #e72a04;
}
/* carosal section */

.carousel-item img {
  filter: overly(100%);
}
.carousel-caption {
  color: #ff401b;
}

/* Menu Dropdown section */
/* .bg-image{
  max-width: 8rem;
  display: flex;
} */
.poster img {
  max-height: 325px;
}

/* link section */
.img-thumbnail {
  width: 1200px;
}
/* ticket section */

/* small button */
.small-button {
  font-size: 16px;
  border: none;
  background-color: #ffc107;
}
.ticket-button {
  font-weight: bold;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  padding: 5px 12px;
  /* color: white;
  background: #00309b; */
}
.rounded {
  width: 100%;
}
.poster img {
  width: 12rem;
}

/* Ticket Bokking page */

.date-button {
  background-color: #ff401b;
  color: white;
  border: none;
  padding: 0px;
  margin: 2px;
  justify-content: space-evenly;
  width: 73px;
}
.date-button:active {
  background-color: #002c8b;
  color: #fff;
}
.date-button:hover {
  background-color: #002c8b;
  color: #fff;
}
.col-md-8 h5,
p {
  margin: 0;
  margin-bottom: 2px;
}

/* vertical ruler */
.vl {
  z-index: 100;
  float: right;
  border: 1px solid rgb(209, 209, 209);
  border-style: dashed;
  height: 150px;
}
@media only screen and (max-width: 600px) {
  .vl {
    display: none;
  }
  .navbar-brand img{
    max-width: 70px;
    max-height:50px;
    float:none;
  }
  .header h3, p{
    text-align: center;
  }
  #hide{
    display: none;
  }
  #tabs .head li {
    font-size: 14px;
  }

}

/* footer section */
.footer {
  padding: 1.5rem;
  bottom: 0;
  right: 0;
  background: #00123a;
  color: #fff;
}

.overflow-contac {
  float: left;
  overflow: hidden;
}
.kf-cnt li i {
  float: left;
  width: 113px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 30px;
  background: #ececec;
}
/* .inner-box{
  border: 2px solid #fff;
}
.icon-grid{
  width: 50px;
  height: ;
  background-color: #fff;
  color: #e72a04;
} */

/* .date-button ul{
  flex-direction: row;
  display: inline-block;
} */

/* 2nd style */
/* .dates-wrapper {
  display: inline-block;

  float: left;
}

.dates-wrapper .dates-container {
  max-width: 300px;
  width: calc(100% - 15px);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.prev {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: 0 0;
  border: none;
  opacity: 0.5;
}
.prev svg {
  fill: #666;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
}
.dates-wrapper .dates-container .date-details:hover {
  background-color: #0041cc;

}

.dates-wrapper .dates-container .date-details._active {
  background-color: #002a85;

}
.dates-wrapper .dates-container .date-details {
  padding: 5px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide {
  display: none;
  float: left;
  margin: 0 1px;
  height: 100%;
  min-height: 1px;
}

.dates-wrapper .dates-container {
  display: inline;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
}

li a {
  color: #666;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
li a:hover{
  color: #fff;
}

.dates-wrapper .dates-container .date-details._active .date-day,
.dates-wrapper .dates-container .date-details._active .date-month,
.dates-wrapper .dates-container .date-details._active .date-numeric {
  color: #fff;
  font-weight: 500;
}

.dates-wrapper .dates-container .date-details .date-href .date-day,
.dates-wrapper .dates-container .date-details .date-href .date-month {

  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
}

.dates-wrapper .dates-container .date-details._active .date-numeric {
  color: #fff;
  font-weight: 500;
}

.dates-wrapper .dates-container .date-details .date-href .date-numeric {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;

} */
