@charset "UTF-8";
.header {
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 130px;
  background-color: rgb(13, 2, 43);
}

.app {
  height: 100%;
  background-color: rgb(13, 2, 43);
}

.app-content,
.header-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.header-container {
  width: 1200px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 1px solid #f8fafc;
}

.header-action {
  width: 480px;
  text-align: center;
}
.header-action a:first-child {
  margin-right: 10px;
}
.header-action .btn-hover {
  position: relative;
  display: inline-block;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  overflow: hidden;
  z-index: 0;
  text-decoration: none;
  color: black;
  padding: 6px 0px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  width: 150px;
}
.header-action .btn-hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(90deg, #ff6d00, #ffc107);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.header-action .btn-hover:hover span {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.header-action .btn-hover:hover img {
  filter: brightness(0) invert(1);
}
.header-action .btn-hover:hover::before {
  left: 0;
}
.header-action .btn-hover span {
  z-index: 1;
}

.book {
  display: inline-block;
  font-size: 14px;
  border-radius: 5px;
  width: 120px;
}

.header-right {
  display: flex;
  margin-top: 5px;
}
.header-right .header-search {
  position: relative;
  margin-right: 30px;
}
.header-right .header-search-input {
  width: 250px;
  padding: 4px 4px 4px 10px;
  border-radius: 20px;
  outline: none;
}
.header-right .header-search-btn {
  position: absolute;
  border: none;
  background-color: #f8fafc;
  right: 10px;
  transform: translateX(-100%) translateY(20%);
}
.header-right .header-login {
  display: flex;
  align-items: center;
  position: relative;
  top: -10px;
  margin-right: 30px;
}
.header-right .header-login a {
  font-size: 16px;
  text-decoration: none;
  color: #f8fafc;
}
.header-right .header-login a:hover {
  color: rgb(223, 223, 26);
}
.header-right .header-login .hd-icon-user {
  font-size: 24px;
  color: #f8fafc;
  padding-right: 5px;
}
.header-right .header-language {
  position: relative;
  line-height: 36px;
  top: -10px;
  margin-top: 6px;
}
.header-right .header-language-option a {
  font-size: 16px;
  text-decoration: none;
  color: #f8fafc;
  padding: 0 5px;
}
.header-right .header-language-option img:last-child {
  filter: brightness(0) invert(1);
}
.header-right .header-language-option .hd-eng {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in;
  background-color: #36c;
  border-radius: 5px;
}
.header-right .header-language-option:hover .hd-eng {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-right .header-language-option .hd-eng:hover {
  opacity: 0.6;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
}
.header-bottom-left {
  display: flex;
}
.header-bottom-right a {
  color: #f8fafc;
  text-decoration: none;
  margin-left: 10px;
}
.header-bottom-right a:hover {
  color: yellow;
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
.header-bottom .hd-location {
  margin-right: 20px;
}
.header-bottom .hd-location:hover {
  cursor: pointer;
}
.header-bottom .hd-location:hover span,
.header-bottom .hd-location:hover i {
  color: yellow;
}
.header-bottom .hd-location .hd-theater {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in;
  margin-top: 10px;
  height: 200px;
  line-height: 60px;
  width: 100%;
  background-color: rgb(13, 2, 43);
  border: 1px solid rgb(125, 76, 238);
}
.header-bottom .hd-location .hd-theater a {
  text-decoration: none;
  padding: 8px 10px;
  color: #f8fafc;
}
.header-bottom .hd-location .hd-theater a:hover {
  color: yellow;
}
.header-bottom .hd-location:hover .hd-theater {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header-bottom .hd-date a {
  text-decoration: none;
}
.header-bottom .hd-date a:hover i,
.header-bottom .hd-date a:hover span {
  color: yellow;
}
.header-bottom i,
.header-bottom span {
  color: #f8fafc;
}

/* Responsive cho MOBILE: max-width 767px */
/* Responsive cho TABLET: min-width 768px và max-width 1024px */
.footer {
  background: linear-gradient(106deg, #639, #36c 102.69%);
  padding-top: 100px;
}

.footer-container {
  width: 1200px;
  margin: 0 auto;
}
.footer-container .footer-row {
  display: flex;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Thanh cuộn */
::-webkit-scrollbar {
  width: 8px;
}

/* Phần cầm của thanh cuộn */
::-webkit-scrollbar-thumb {
  background: linear-gradient(106deg, #639, #36c 102.69%);
  border-radius: 5px;
}

/* Đường ray của thanh cuộn */
::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 5px;
}

.movie-showing img {
  height: 426px;
  width: 286px;
}
.movie-showing .card-movie-body {
  width: 285px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.movie-showing .card-movie-body .movie-title {
  justify-content: center;
}

.movie-showing-content {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
  z-index: 4;
  position: relative;
}
.movie-showing-content::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 40%;
  width: 70%;
  height: 40%;
  background-color: rgb(229, 111, 231);
  border-radius: 50%;
  border: none;
  filter: blur(100px);
  opacity: 0.7;
  z-index: -1;
}
.movie-showing-content::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 70%;
  width: 40%;
  height: 20%;
  background-color: #9789f4;
  border-radius: 50%;
  border: none;
  filter: blur(100px);
  opacity: 0.7;
  z-index: -1;
}

.item {
  padding: 0;
  padding: 0 12px 0 12px;
}

.web-movie .heading-web-movie {
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.web-movie .container .card {
  background: transparent;
  border: none;
}
.web-movie .container .card .card-title {
  margin: 0;
}
.web-movie .container .card:hover .card-img-top {
  opacity: 0.6;
  transition: all 0.3s ease-in;
}
.web-movie .container .card:hover .movie-title {
  color: yellow;
}
.web-movie .container .card:hover .movie-title a {
  color: yellow;
}
.web-movie .container .movie-title {
  display: flex;
  font-size: 18px;
  text-align: center;
  margin: 15px 0;
  text-transform: uppercase;
}
.web-movie .container .movie-title a {
  font-weight: 400;
  text-decoration: none;
  color: white;
  display: flex;
}
.web-movie .container .info-action .trailer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-movie .container .info-action .trailer .book-trailer {
  position: relative;
  display: inline-block;
  background: #ffc107;
  overflow: hidden;
  z-index: 0;
  display: block;
  color: black;
  padding: 8px 12px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid black;
  text-decoration: none;
  font-weight: bold;
  width: 150px;
  text-align: center;
}
.web-movie .container .info-action .trailer .book-trailer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: linear-gradient(106deg, #639, #36c 102.69%);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.web-movie .container .info-action .trailer .book-trailer:hover span {
  color: #f8fafc;
  transition: all 0.3s ease-in;
}
.web-movie .container .info-action .trailer .book-trailer:hover img {
  filter: brightness(0) invert(1);
}
.web-movie .container .info-action .trailer .book-trailer:hover::before {
  left: 0;
}
.web-movie .container .info-action .trailer .book-trailer:hover {
  color: white;
  border: 1px solid white;
  transition: all 0.3s ease-in;
}
.web-movie .container .info-action .trailer .video-trailer {
  display: flex;
  width: 120px;
  color: white;
}
.web-movie .container .info-action .trailer .video-trailer span {
  font-size: 14px;
  margin-left: 5px;
}
.web-movie .container .info-action .trailer .video-trailer .img-trailer {
  filter: brightness(0) invert(1);
  height: 24px;
  width: 24px;
}
.web-movie .container .info-action .trailer .video-trailer:hover .img-trailer {
  filter: brightness(0) invert(0.7);
}
.web-movie .container .info-action .trailer .video-trailer:hover .view-trailer {
  color: yellow;
}
.container-footer{
  width: 1200px;
  margin: 0 auto;
}
/*# sourceMappingURL=showing.css.map */
