@media screen and (max-width: 767px) {
  .navbar-brand {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 50px 10px;
  }

  .navbar-brand img {
    width: 115px;
  }

  .navbar .container {
    justify-content: flex-end;
    flex-direction: column;
  }

  .register-btn {
    padding: 3px 7px;
    border-radius: 5px;
    margin-top: 10px;
    width: fit-content;
    font-size: 0.9rem;
  }

  .hero-screen {
    background-position: left;
  }

  .hero-section h1 {
    font-size: 1.2rem;
    margin-top: 30px;
  }

  .hero-section p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 2rem !important;
  }

  .hero-section {
    padding-bottom: 1rem;
  }

  .screening-this-week h2 {
    letter-spacing: 0.6rem;
    font-size: 1.4rem;
  }

  .movie-card-horizontal .card-title {
    font-size: 0.9rem;
  }

  .width-50 a {
    font-size: 12px;
  }

  .movie-card-horizontal .card-body {
    padding: 0.5rem;
  }

  .screening-swiper {
    margin-top: 40px;
  }

  .screening-this-week {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 5px 7px;
    border: none;
    vertical-align: middle;
    font-size: 14px;
  }

  .schedule-table .date-header-row td {
    background-color: #fff;
    color: #ff4b25;
    text-align: center;
    border-radius: 10px;
    font-size: 0.95rem;
  }

  .news-card .card-img-top {
    height: 210px;
    object-fit: cover;
    margin-left: 0px;
    border-radius: 15px;
    width: 100%;
  }

  .news-card .card-body {
    padding: 0.5rem;
    width: 100%;
  }

  .news-card .card-title {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    font-family: "Sen-Medium";
    text-transform: uppercase;
  }

  .news-card .news-date {
    font-size: 1rem;
    color: #fff;
    font-family: "Sen-Bold";
    margin-top: 30px;
  }

  .partners-swiper {
    margin-top: 15px;
    padding: 30px 0px 20px 0px;
  }

  .movie-container {
    padding-top: 16.5rem;
  }

  .movie-container h1 {
    font-size: 2rem;
  }

  .movie-poster-large {
    width: 40%;
    height: 300px;
    margin-right: 0;
  }

  .movie-trailer-section {
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
  }

  .movie-main-info {
    flex-wrap: wrap;
  }

  .movie-info {
    text-align: left;
    width: 100%;
    margin-right: 5px;
    font-family: "Sen-Medium";
    font-size: 0.95rem;
    line-height: 0.9;
  }

  .movie-synopsis {
    width: 100%;
    margin-top: 30px;
  }

  .synopsis-text {
    font-size: 0.95rem;
    color: #fff;
    margin-top: 15px;
    font-family: "Sen-Medium";
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: 0px;
  }

  .action-buttons {
    margin-top: 40px;
  }
  .action-buttons img {
    width: 225px;
  }

  .award-and-festival {
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }

  .quotes-container {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .quote-item {
    padding: 5px;
    width: 100%;
  }

  .quote-text {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .quote-source {
    font-size: 0.85rem;
    color: #ff4b25;
    font-family: "Sen-Regular";
    text-align: center;
    margin-top: 0px;
    font-style: italic;
  }

  .profile-header {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    color: #fff;
  }

  .profile-info {
    margin-left: 0;
    flex-grow: 1;
    margin-top: 30px;
  }

  .avatar-img {
    width: 200px;
    height: 200px;
    border-radius: 15px;
    object-fit: cover;
    margin-right: 10px;
    object-position: center;
  }

  .profile-section-title span {
    display: inline;
  }
  .profile-section-title {
    font-size: 1.3rem;
    color: #fff;
    font-family: "Sen-Bold";
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .text-muted {
    font-size: 0.95rem;
    color: #fff !important;
    font-family: "Sen-Bold";
    width: 100% !important;
  }

  footer .text-start {
    text-align: center !important;
  }

  footer .text-end {
    text-align: center !important;
  }

  .movie-card-bootstrap .card-img-top {
    height: 310px;
  }

  .movie-card-bootstrap .card-title a {
    color: #fff;
    font-family: "Sen-Bold";
    text-transform: capitalize;
    font-size: 16px;
  }

  .movie-card-bootstrap .upcoming-showtimes li {
    margin-bottom: 0rem;
    font-size: 0.75em;
  }

  .top-padding {
    padding-top: 16.5rem;
  }

  .login-form {
    max-width: 90%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 16px;
    border-radius: 8px;
  }

  .form-container h2 {
    font-size: 1.2rem;
    color: #fff;
    font-family: "Sen-Bold";
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
  }

  .form-container p {
    font-size: 0.9rem;
    color: #bbb;
    font-family: "Sen-Medium";
    margin-bottom: 12px;
    text-align: left;
  }

  .form-container label {
    font-size: 0.9rem;
    color: #fff;
    font-family: "Sen-Medium";
    margin-bottom: 5px;
    text-align: left;
  }

  .form-container .btn {
    font-size: 1rem;
    height: auto;
    padding: 0px 12px;
    text-transform: capitalize;
  }

  .form-container a {
    font-size: 0.9rem;
    color: #ff4b25;
    font-family: "Sen-Medium";
  }
}

@media screen and (max-width: 500px) {
  .movie-poster-large {
    width: 47%;
    height: 300px;
    margin-right: 0;
  }

  .hero-section p {
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 1.3rem !important;
  }

  .hero-section h1 {
    font-size: 1rem;
    margin-top: 30px;
  }

  .movie-card-bootstrap .upcoming-showtimes ul {
    padding-left: 0;
    margin-bottom: 3px;
  }

  .time-country {
    font-size: 1rem;
  }

  .movie-card-bootstrap .card-img-top {
    height: 300px;
  }

  .movie-card-bootstrap .card-title a {
    font-size: 14px;
  }

  .movie-card-bootstrap .booking-btn {
    margin-top: 3px;
    font-size: 12px;
    padding: 1px 5px;
  }

  .text-muted {
    font-size: 0.75rem;
    margin-bottom: 3px;
  }

  .form-select {
    font-size: 0.75rem;
  }

  .screening-this-week h2 {
    letter-spacing: 0.5rem;
    font-size: 1.2rem;
  }

  .schedule-table th,
  .schedule-table td {
    padding: 5px 7px;
    font-size: 12px;
  }

  .schedule-table .date-header-row td {
    text-align: center;
    border-radius: 5px;
    font-size: 0.8rem;
  }

  .navbar-brand img {
    width: 100px;
  }
  .navbar-brand {
    padding: 20px 5px 35px 5px;
  }

  .hero-section {
    padding-top: 12rem;
  }

  .movie-card-horizontal .card-img-top {
    height: auto;
  }

  .news-card .card-img-top {
    height: 180px;
    border-radius: 10px;
  }



  
}
