body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.564)),url(img/screen.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.5); /* semi-transparent background */
  color: white;
}

.logo-img {
  width: 180px;
  height: auto;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

select {
  padding: 5px 10px;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: none;
  border-radius: 3px;
  border-style:dashed;
}

.nav-button {
  padding: 5px 15px;
  font-size: 14px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
h1{
  font-size: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: white;
}
p1{
  color: white;
  font-size: 20px;
}
p2{
  color: white;
  font-size: 20px;
}
h2{
  color: white;
  font-size: 45px;
}
 .slider-container {
      position: relative;
      overflow: hidden;
    }

    .slider {
      display: flex;
      gap: 20px;
      overflow-x: auto;
      scroll-behavior: smooth;
    }

    .movie {
      flex: 0 0 auto;
      width: 200px;
      height: 300px;
      position: relative;
    }

    .movie img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-fit: cover;
      border-radius: 10px;
    }
.custom-input {
  width: 300px;   /* or 50%, or 20rem */
  height: 40px;   /* optional: controls height */
  font-size: 16px;
  padding: 5px 10px;
}
.nett{
  height: 40px;
  width: 110px;
  color: white;
  border:none;
  cursor: pointer;
  background-color: red;
  border-radius: 3px;
  font-size: 17px;
}


    .movie {
      position: relative;
      flex: 0 0 auto;
      width: 200px;
      height: 300px;
      border-radius: 10px;
  
    
    }

    .movie img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }

    .rank {
      position: absolute;
      bottom: 10px;
      left: 10px;
      font-size: 60px;
      color: white;
      font-weight: bold;
      text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
    }

h2{
  align-items: center;
  
}
.film-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
  background-color: #111;
}

.film {
  width: 200px;       /* Fixed width */
  height: 300px;      /* Fixed height */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.film img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* Makes the image fit nicely */
  display: block;
  border-radius: 10px;
}
.center{
  align-items: center;
  padding: 20px;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}
.footer {
  padding: 40px 50px;
  background-color: #141414;
  color: #999;
}

.footer-text {
  font-size: 14px;
  margin-bottom: 40px;
}

.footer-contact {
  font-size: 16px;
  margin-bottom: 20px;
  color: #999;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.language-select select {
  background-color: transparent;
  color: #999;
  border: 1px solid #999;
  padding: 6px 12px;
  border-radius: 2px;
}

.language-select select option {
  background-color: #141414;
  color: white;
}
.scroll{
  align-items: center;
  padding-left: 10px 20px;
}
.dot{
  height: 40px;
  width: 110px;
  color: white;
  border:none;
  cursor: pointer;
  background-color: red;
  border-radius: 3px;
  font-size: 17px;
}
body.dark{
  size: 50px;
  background: black;
}