:root {
  --primary-color: #be6c17;
}
body{
  font-family: 'Happy Monkey',cursive;
  background-image: url('../images/dd.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel{
  margin: 20px 0 0 0;
  height: 78vh;
  box-shadow: 13px 16px 19px 2px rgba(0, 0, 0, 0.25);
}
.carousel-item{
  height: 100%;
}

.carousel-item img{
  height: 100%;
}
.carousel-inner{
  height: 100%;
}
.carousel-caption {
  bottom: 2.25rem;
  mix-blend-mode: difference;
}
.active{
  color:var(--primary-color) !important
}
.container{
  padding: 39px 0;
}

.navbar{
  padding: 6px 0;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
  --bs-bg-opacity: .8;
  background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.nav-link:hover{
  transform: scale(1.2);
}
.showing_header{
  display: flex;
  justify-content: space-between;
}

.showing_header .title{
  width: max-content;
}
.show_days{
  width: max-content;
}
.show_days span{
    height: 46px;
    justify-content: center;
    width: 66px;
    background: rgb(46 117 183);
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 6px;
    margin: 5px;
    font-size: smaller;
}

.show_days span:hover{
  background: var(--primary-color);
  color: #ffffff;
  -webkit-transition: ttime ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.showing_body{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  align-items: flex-start;
  padding: 29px 60px 29px 38px;
}
.movie-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.movie-item .movie-media {
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 10px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.movie-item .movie-media img {
  object-fit: cover;
  width: 100%;
}
.movie-item .movie-media .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.51);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.movie-item .movie-media ul.preview {
  display: block;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.movie-item .movie-media ul.preview li {
  list-style-type: none;
  width: 100%;
}
.movie-item .movie-media ul.preview li a {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  width: 150px;
  text-align: center;
  margin: 13px auto;
  padding: 10px;
  display: block;
}
.movie-item .movie-media ul.preview li a:hover {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid #f6931c;
}
.movie-item .movie-media ul.preview li:nth-child(1) a {
  margin-left: -187px;
}
.movie-item .movie-media ul.preview li:nth-child(2) a {
  margin-right: -187px;
}
.movie-item .movie-media:hover .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.movie-item .movie-media:hover .preview li:nth-child(1) a {
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}
.movie-item .movie-media:hover .preview li:nth-child(2) a {
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.movie-item .movie-info h4 {
  font-weight: bold;
  margin: 6px 0 5px 0;
  line-height: 1;
}
.movie-item .movie-info .run-time {
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
  opacity: 0.5;
}

.show-timing {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  margin: 12px 0 0;
  list-style: none;
  padding: 0px;
}
.show-timing li a {
  border-radius: 5px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 8px 3px;
  background: #4caf50;
  text-decoration: none;
  color: #fff;
}
.no_movie{    
  background: linear-gradient(to right, #d3aeae , #c2f2ff);
  width: 90%;
  /* position: absolute; */
  /* text-align: center; */
  border-left: 9px solid orange;
  height: 46px;
  border-radius: 10em / 10em;
  color: var(--primary-color);
}
.trailer-link{
  color: #912c2c;
  border: 2px solid #9b8282;
  border-radius: 50px;
  width: 150px;
  text-align: center;
  margin: 13px auto;
  padding: 10px;
  display: block;
}
.trailer-link:hover {
  background: var(--primary-color);
  color: #fff;
  border: 2px solid #f6931c;
}
.active_selected{
  background:var(--primary-color) !important
}
.show_time{
  border: 1px solid;
  border-radius: 34px;
  margin: 2px 6px 3px 19px;
  padding: 2px;
  background: #f9f9f9;
  cursor: pointer;
  width: 83px;
  text-align: center;
}


ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.seats {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.seat {
  display: flex;
  flex: 0 0 14.2857142857%;
  padding: 5px;
  position: relative;
}
/* .seat:nth-child(3) {
  margin-right: 14.2857142857%;
} */
.seat input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.seat input[type="checkbox"]:checked + label {
  background: #bada55;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  animation-duration: 300ms;
  animation-fill-mode: both;
}
.seat input[type="checkbox"]:disabled + label {
  background: #ddd;
  text-indent: -9999px;
  overflow: hidden;
}
.seat input[type="checkbox"]:disabled + label:after {
  content: "X";
  text-indent: 0;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.seat input[type="checkbox"]:disabled + label:hover {
  box-shadow: none;
  cursor: not-allowed;
}
.seat label {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 4px 0;
  background: #259bf4eb;
  border-radius: 5px;
  animation-duration: 300ms;
  animation-fill-mode: both;
}
.seat label:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 75%;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
}
.seat label:hover {
  cursor: pointer;
  box-shadow: 0 0 0px 2px #5c6aff;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
 }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
 }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
 }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
 }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
 }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
 }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
 }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
 }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
 }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
 }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
 }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
 }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
 }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
 }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
    