@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=New+Amsterdam&display=swap");
.firstline {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
}
header {
  height: 110px;
  background-color: rgba(238, 206, 211, 0.973);
}
.secondline {
  margin-left: 15px;
  margin-top: 0px;
  font-size: 61px;
  font-family: "Montserrat", sans-serif;
}
.thirdline {
  margin-left: 15px;
  margin-top: 15px;
  font-size: 61px;
  font-family: "Montserrat", sans-serif;
}
ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
div i {
  margin: 0;
}

ul li {
  list-style: none;
  margin: 0 10px;
  height: 30px;
  font-weight: bold;
}
.secondline{
  margin-left: 50px;
}
.firstnav {
  background-color: rgba(236, 51, 79, 0.973);
}
ul {
  height: 50px;
}
i {
  margin: auto;
}

.secondletters {
  display: flex;
  justify-content: center;

  text-align: left;
  margin-bottom: 13px;
  margin-right: 250px;
}

.firstletter {
  margin-left: 9px;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;

  font-size: 60px;
}

.catagories {
  margin-right: 15px;
}

.type1 {
  margin-bottom: 8px;
}

.typebox {
  border-radius: 11px;
  border: 2px solod black;
  width: 170px;
}
a {
  list-style: none;
  text-decoration: none;
  color: black;
}
.hr1 {
  border: 0;
  height: 2px;
  background-color: black;
  margin: 0 23px;
}
.firstline {
  background-color: rgba(238, 206, 211, 0.973);
}
.header {
  background-color: rgba(238, 206, 211, 0.973);
}
main {
  background-color: rgba(238, 206, 211, 0.973);
}
/* Basic reset for margins and padding */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Container for flexbox layout */
.bollywood {
  display: flex;
  flex-wrap: wrap;
  gap: 17px; /* Space between boxes */
  padding: 20px;
  /* Center boxes horizontally */
}
.hollywood {
  display: flex;
  flex-wrap: wrap;
  gap: 17px; /* Space between boxes */
  padding: 20px;
  /* Center boxes horizontally */
}
/* Styling for each movie box */
.movie-box {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  background-color: #f9f9f9;
  max-width: 300px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1 1 300px; /* Allow boxes to grow and shrink, with a base width of 300px */
}

.movie-title {
  font-size: 2rem;
  margin-bottom: 10px;
  margin-left: 92px;
}

.release-date {
  color: #666;
  font-size: 0.9em;
  margin-bottom: 15px;
  margin-left: 40px;
}

.movie-poster {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}

.movie-description {
  font-size: 0.9em;
  margin-bottom: 15px;
}

.more-info-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.more-info-link:hover {
  text-decoration: underline;
}
.footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-logo h2 {
  margin: 0;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social {
  display: flex;
}

.social-icon {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-icon:hover {
  color: #f39c12;
}

.footer-bottom {
  text-align: center;
  padding: 10px 20px;
  background-color: #222;
  color: #aaa;
}

.footer-bottom p {
  margin: 0;
}
#element {
  font-family: "Montserrat", sans-serif;
  color: purple;
  margin-left: 100px;
  margin-top: 0px;
  width: 40%;
  font-size: 62px;
}
#element {
  font-family: "Montserrat", sans-serif;
  color: purple;
  margin-left: 100px;
  margin-top: 0px;
  width: 40%;
  font-size: 62px;
  margin-bottom: 35px;
}
.slider {
  position: relative;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  border-radius: 10px;
}

button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
.movie-title-mun {
  font-size: 2rem;
  margin-bottom: 10px;
  margin-left: 86px;
}
.movie-title-mmm {
  font-size: 29px;
  margin-bottom: 10px;
  margin-left: 19px;
}
.movie-title-chandu {
  font-size: 30px;
 padding: 9px 0;
  margin-left: 8px;
}
.movie-title-kkm {
  font-size: 30px;
  margin-bottom: 10px;
  margin-left: 30px;
}
.movie-title-bad{
  font-size: 30px;
 padding: 9px 0;
  margin-left: 60px;
}