body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: black;
}

/* .container {
    margin: 0;
    padding: 0;
} */

.navbar {
    width: 100%;
}

.welcome-animation {
    height: 900px;
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(background/the\ flash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation-name: background;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-delay: -1s;
    animation-timing-function: ease-in-out;
    filter: brightness(80%);
    background-attachment: fixed;
}

@keyframes background {
    0% {background-image: url(background/the\ flash.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;  }
    25% {background-image: url(background/strange.jfif); background-repeat: no-repeat; background-size: cover; background-position: center; }
    75% {background-image: url(background/spiderman.jfif); background-repeat: no-repeat; background-size: cover; background-position: center;  }
    100% {background-image: url(background/the\ flash.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;  }
}

.welcome-text {
    line-height: 10rem;
    margin-top: 18%;
    text-shadow: 5px, 5px, 10px, black;
    text-decoration-color: white;
    font-weight: 900;
    z-index: 2;
    mix-blend-mode: lighten;
    filter: grayscale(1);
    
}

.logo {
    mix-blend-mode: difference;
}

.movie-item img {
    transition: .5s;
    width: 495px;
    height: 595px;
}
  
.movie-item:hover img {
    transform: scale(1.2);
}
  
.movie-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(68, 66, 90, 0), #44425a);
    z-index: 1;
  }


.cinema-item img {
    transition: .5s;
    width: 900px;
    height: 400px;
    margin-left: 1%;
  }
  
  .cinema-item:hover img {
    transform: scale(1.3);
  }
  
  .cinema-over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

.book-button {

  align-items: center;
  background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.book-button:active,
.book-button:hover {
  outline: 0;
}

.book-button span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.book-button:hover span {
  background: none;
}

@media (min-width: 768px) {
  .book-button {
    font-size: 24px;
    min-width: 196px;
  }
}

.footer {
    border-color: rgba(256, 256, 256, .1) !important;
    margin-top: 30%;
}

.carousel-item img {
    width: 800px;
    height: 500px;
}

.solid-text {
    letter-spacing: 5px
}

.ticket-input {
    display: block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    height: 1.8rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ticket-input-group {
    margin-bottom: 1rem;
}

.custom-select {
    display: inline-block;
    width: 100%;
    /* height: calc(1.5em + 0.75rem + 2px); */
    height: 47px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 8px;
    appearance: none;
}

.btn-book {
    display: block;
    width: 100%;
}

.gallery_images img {
    width: 100%;
    min-height: 350px;
}

.cart {
    min-height: 460px;
    background-color: #0f1033;
}

.ticket-shown {
    display: none;
}

.ticket-shown span {
    font-weight: 700;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#ticket-list li {
    color: white;
    cursor: pointer;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 4%;
}

.deleteButton {
    background-color: red;
    border-radius: 8px;
    outline: none;
    color: white;
    padding: 8px;
    border: none;
    display: block;
}

.caption {
    color: white;
    font-weight: 800;
}

.about-us img {
    width: 100%;
}

.about-section {
    margin-top: 10%;
}