* {
  padding: 0;
  margin: 0;
}
body {
  font-family: sans-serif;
}
.heading {
  width: 100%px;
  height: 50px;
  background-color: rgb(245, 245, 245);
  color: rgb(41, 41, 41);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
/* Background glow effect */
body::before {
  content: "";
  position: absolute;
  inset: 40% -60% 0 -60%;
  opacity: 0.3;
  pointer-events: none;
  background-color:rgb(16, 12, 224);
  filter: blur(300px);
}

body {
  background-color: #000814;
  margin: 0;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/* Navbar Container */
nav.heading2 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

nav.heading2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 40px;
}

nav.heading2 ul li button {
  background: none;
  border: none;
  font-size: 1.1rem;
  color: white;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding: 8px 16px;
  transition: color 0.3s ease;
}

nav.heading2 ul li button:hover {
  color: #0ff;
}

/* Hover underline effect */
nav.heading2 ul li button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, red, violet);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

nav.heading2 ul li button:hover::after {
  transform: scaleX(1);
}
.h1 {
  text-align: center;
}
/* Base styles */
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  font-family: Arial, sans-serif;
  color: white;
}

.booking {
  padding: 50px;
  text-align: center;
  width: 100px;
  height: 75px;
}
/*SearchBar*/
.search-container {
  position: relative;
  transition: all 1s;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  background: white;
  box-sizing: border-box;
  border-radius: 25px;
  border: 4px solid white;
  padding: 5px;
}

/* Input Box */
.searchbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42.5px;
  line-height: 30px;
  outline: none;
  border: none;
  display: none;
  font-size: 1em;
  border-radius: 20px;
  padding: 0 20px;
}

/* Search Icon */
.search-container .fa-search {
  box-sizing: border-box;
  padding: 10px;
  width: 42.5px;
  height: 42.5px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  color: #011224;
  text-align: center;
  font-size: 1.2em;
  transition: all 2s;
}

/* Hover Effect */
.search-container:hover {
  width: 420px;
  margin-top: 20px;
  cursor: pointer;
}

.search-container:hover .searchbar {
  display: block;
}

.search-container:hover .fa-search {
  background: #3a11f0;
  color: white;
}
.h2 {
  font-size: 32px;
  text-align: center;
  margin-top: 70px;
}
/*Button Animation*/
body {
  background-color: #0f172a; /* Optional dark background */
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}
.booking {
  display: flex;
  justify-content: center;
  gap: 30px; /* Equal spacing between buttons */
  margin-left: 650px;
}

.booking button {
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  background-color: #1e3a8a; /* Dark blue */
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.booking button:hover {
  background-color: #3b82f6; /* Lighter blue on hover */
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.booking button:active {
  transform: scale(0.95);
  box-shadow: none;
}
/*Action Box*/
.Action1 {
  width: 200px;
  height: 200px;
}
.Action,
.Fantasy,
.Dolphin,
.StandupComedy,
.Concert,
.Circus,
.Drama,
.Comedy,
.Horror {
  width: 200px;
  height: 410px;
  background-color: rgb(226,33,33);
  margin-left: 200px;
  margin-top: 50px;
  border-style: solid;
  border-color: #000814;
  border-radius: 8px;
  border-width: 5px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3 ease;
}
.p1 {
  text-align: center;
}
.date,
.time {
  width: 100px;
  height: 25px;
  margin-top: 10px;
  margin-left: 35px;
}
.button {
  height: 35px;
  width: 100px;
  background-color: rgb(21, 21, 230);
  color: white;
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  text-align: center;
  margin-top: 15px;
  margin-left: 45px;
  display: block;
}
.button:hover {
  cursor: pointer;
  background-color: coral;
}
body {
  background: linear-gradient(to bottom, #0d0d2b, #1a1a40);
  font-family: "Segoe UI", sans-serif;
  padding: 40px;
  color: #fff;
}
/* Date Input Styling */
.date {
  width: 60%;
  padding: 10px;
  font-size: 14px;
  font-style: calc();
  background: #141437;
  border: 2px solid #444;
  color: white;
  border-radius: 5px;
  outline: none;
  transition: 0.3s ease;
}

.date:focus {
  border-color: #00e0ff;
  box-shadow: 0 0 8px #00e0ff80;
  transform: scale(1.02);
}

/* Select Dropdown Styling */
.time {
  width: 65%;
  height: 40px;
  padding: 10px;
  font-size: 14px;
  background: #141437;
  border: 2px solid #444;
  color: white;
  border-radius: 5px;
  outline: none;
  transition: 0.3s ease;
  margin-top: 10px;
}

.time:focus {
  border-color: #00e0ff;
  box-shadow: 0 0 8px #00e0ff80;
  transform: scale(1.02);
}