body{
  background-color: black;
}

.latest {
    background-color: black;
    text-align: center;
}

.movieDetail {
    background-color: black;
    text-align: center;
}

.main-header {
  background-color: black;
  text-align: center;
  padding: 1rem 0;
  color: white;
  cursor: pointer;
}

.grid-container{
 margin-top: 3rem; 
 padding-top: 1rem;
}

.header-container{
  display: flex;
  justify-content: space-between;
  align-items: center;

  max-width: 75rem;      /* matches Foundation grid-container */
  margin: 0 auto;
  padding: 10px 1rem;
}


.home-container h5{
  font-size: 0.85rem;
  opacity: 0.85;
  margin-top: 6px;
}

.movie-release-date{
  font-size: 0.9rem;
  opacity: 0.9;
}

.site-title {
  margin: 0;
}

.search-container {
  width: 20rem;
  position: relative;
  display: flex;
  align-items: center;
}

.search-container input{
  height: 2.0rem;
  line-height: 2.0rem;
}

.search-bar {
  padding: 6px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.search-results{
  position: absolute;
  width: 20.0rem;
  

}

.search-results li{
  padding: 0.5rem;

}


.site-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

/* .search-bar {
  width: 30%;
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
  outline: none;
  font-size: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
} */

.hero-section{
  background: linear-gradient(
    90deg,
    #141414 0%,
    #0b0b0b 60%,
    #000 100%
  );

  padding: 2.5rem 1rem 2rem;
  margin-bottom: 1rem;
}

.hero-inner{
  max-width: 75rem;
  margin: 0 auto;
  color: #fff;
}

.hero-badge{
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.75rem;
  margin-bottom: 0.6rem;
}

.hero-title{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}

.hero-sub{
  font-size: 0.95rem;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1rem;
  max-width: 520px;
}

.hero-actions{
  display: flex;
}

.hero-btn{
  border-radius: 8px;
  font-weight: 600;
}
.header_background {
  background: none !important;
  box-shadow: none;
  border: none;
  padding: 20px 0;
  margin-bottom: 10px;
}

.header_background .grid-x {
  display: flex;
  justify-content: center; 
  align-items: center;     
  gap: 2rem;              
}

.box {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.75rem 2rem;
  border: 2px solid #fff;
  border-radius: 50px; 
  transition: all 0.3s ease;
  cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.box2 {
    height: 40.0rem;
}


.hideAll {
    display: none;
}

/* .height-1 {
    height: 10.0rem;
} */

.callout {
    background-color: transparent;
    color: white;
    font-weight: bold;
    border: none;
    cursor: pointer;

}

.image-container{
    width: 100%;
}

.image-container img{
  border-radius: 20px;
}

.text-container{
    height: 3.0rem;
}

.gray-1{
    background-color: rgb(61, 61, 61);
    border-radius: 20px;
}

.footer {
  text-align: center;
  background-color: #111;
  padding: 1em 0;
  font-size: 0.9em;
  color: white;
}

/* Movie Page */
.movieDetail-show {
  margin-top: 3rem; 
  padding-top: 1rem;
}

.detail {
  color: #fff;
  background: #000;
  padding: 2em 0;
}

.movie-poster {
  width: 100%;
  border-radius: 6px;
}

.movie-section {
  margin-top: 2em;
  margin-bottom: 2rem;
}

.movie-section h3 {
  color: white;
  margin-bottom: 1em;
  font-weight: bold;
}

.movie-section img {
  width: 100%;
  border-radius: 6px;
}

.section-title{
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1rem 0;
  padding-left: 12px;
}

.movie-actors .cast-card {
    background: #2a2a2a;         
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    margin: 10px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
}

.movie-actors .cast-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.movie-actors .cast-card img {
    width: 100%;
    height: 280px;              
    object-fit: cover;          
    border-radius: 8px;
}

.movie-actors .cast-card h4 {
    margin-top: 12px;
    font-size: 1.1rem;
    color: #fff;
}

.movie-actors .cast-card h5 {
    margin-top: 4px;
    font-size: 0.9rem;
    color: #ccc;
}

.slick-slide {
    padding: 10px;             
}

.slick-prev:before,
.slick-next:before {
    color: #fff;               
}

.movie-section p {
  color: #fff;
  text-align: center;
  font-size: 0.9em;
}

.main-slider > div {
  background-color: aqua;
  border: black solid 2px;
}

.related-card {
    text-align: center;
    padding: 10px;
    margin: 10px;
}

.related-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.related-info {
    margin-top: 10px;
}

.related-title {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.related-card{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  margin: 10px;
}

.related-poster{
  width: 100%;
}

.related-poster img{
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.related-title{
  margin: 0;
  line-height: 1.2;
}

.people-img-card > img{
  width: auto;
  height: 100%;
}

.movie-details{
  background-color: #2a2a2a;
  width: 100%;
  border-radius: 20px;
}

.search-results{
  position: absolute;
  width: 20rem;
  top: 2.4rem;
  right: 0;
  background: #111;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  overflow: hidden;
  z-index: 999;
  display: none;
  max-height: 320px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 6px 0;
}

.search-results li{
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  color: #fff;
}

.search-results li:hover{
  background: rgba(255,255,255,0.06);
}

.search-results li img{
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 8px;
}