@import url(var.css);
@import url(rest.css);
@import url(quary.css);
@import url(style.css);
.main-container {
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.header {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.poster {
  width: 220px;
  border-radius: 8px;
  margin-top: 70px;
}

.info {
  flex: 1;
}

.subtitle {
  color: #8f0505;
  font-weight: bold;
  margin-top: 20px;
}

.rating {
  margin-top: 50px;
  font-size: 14px;
}
.p{
    margin-top: 20px;
}

.actions button {
  margin: 5px 5px 0 0;
  padding: 5px 10px;
  background-color: #222;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.bottom-section {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 20px;
}

.text-content {
  flex: 1;
  min-width: 280px;
}

.trailer-img {
  width: 250px;
  height: 300px;
}

.trailer-pic {
  width: 100%;
  border-radius: 10px;
}
.main-container{
font-family: sans-serif;
  direction: rtl;
  background-color: #111;
  color: white;
  /* margin: 0; */
  /* padding: 0; */
  margin-top: 30px;
  /* background: url(p); */
}
.load-more{
     background: var(--oxford-blue);
    display: block;
    padding: 20px 50px;
    margin: auto;
    font-size: var(--fs-sm);
    font-weight: var(--fw-5);
    border-radius: 15px;
    color: var(--white);
    margin-top: 35px;
}
@media (max-width: 600px) {
  .header {
    flex-direction: column;
    align-items: center;
    text-align: center;
     margin-top: 30px;
  }
  .poster {
    width: 70vw; /* بزرگتر و متناسب موبایل */
    max-width: 260px;
    margin-top: 40px;
  }
.subtitle {
    padding-top: 19px;
  }
}
