.slider3-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px;
  background:transparent;
}
#rec-loader {
  width: 100px;
  height: 100px;
  margin: 80px auto;
  border: 10px solid rgba(255,255,255,0.2);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
.movie-row{ --card:#141418; --text:#e9e9ee; --muted:#a0a0b0; --accent1:#35ffb2; --accent2:#7a5cff; --accent3:#ff5c9a; --r:1.25rem; }
.movie-row{ color:var(--text); margin: 24px 0; }
.movie-row__header{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin: 0 4px 10px; }
.movie-row__title{ margin:0; font-family: 'New Amsterdam'; }
.movie-row__title1{ margin:0; font-family: 'New Amsterdam' !important; }

.movie-row__title2{ margin:0; font-family: 'New Amsterdam' !important; }

.movie-row__title3{ margin:0; font-family: 'New Amsterdam' !important; }

.movie-row__title4{ margin:0; font-family: 'New Amsterdam' !important; }

.movie-row__controls{ display:flex; gap:10px; align-items:center;   opacity: 0;
  transition: opacity .3s;}
.movie-row.loaded .movie-row__controls {
  opacity: 1;
}
.movie-row__arrow{ --size:40px; width:var(--size); height:var(--size); display:grid; place-items:center; cursor:pointer;  padding:2px; border:none; box-shadow:0 10px 25px rgba(0,0,0,.35); }
.movie-row__arrow[disabled]{ opacity:.45; cursor:not-allowed; filter:grayscale(.3); }
.movie-row {
  position: relative;
}

.movie-row__controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none; /* So only arrows catch clicks */
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}

.movie-row__arrow {
  pointer-events: auto;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 10px 14px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
}
.movie-row__arrow {
  display: none !important;
}
.movie-row__arrow>span{ width:100%; height:100%; display:grid; place-items:center; background:#0c0c10; border-radius:inherit; color:var(--text); font-size:18px; line-height:1; }
.movie-row__viewport{   pointer-events: none; display:grid; grid-auto-flow:column; grid-auto-columns:100px; gap:16px; overflow-x:auto; overscroll-behavior-x:contain; scroll-behavior:smooth; scroll-snap-type:x mandatory; padding: 6px 4px; scrollbar-width:none; }
.movie-row__viewport::-webkit-scrollbar{ display:none; }
.movie-row__viewport > * {
  pointer-events: auto;
}
.movie-row__card{   position: relative;
  z-index: 2;
  pointer-events: auto; scroll-snap-align:start; cursor:pointer; background:var(--card); border-radius:var(--r); box-shadow:0 10px 25px rgba(0,0,0,.35); overflow:hidden; -webkit-user-drag:none; transition: transform .25s ease, box-shadow .25s ease; }
.movie-row__card:hover{ transform: translateY(-2px); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.movie-row__card,
.movie-row__card * {
  pointer-events: auto;
}
.movie-row__poster{ width:100%; aspect-ratio:2/3; object-fit:cover; display:block; background:#1c1c22; }
.movie-row__name{ font-weight:600; font-size:14px; line-height:1.25; }
.movie-row__sub{ color:var(--muted); font-size:12.5px; }

.movie-row__dots{ display:flex; gap:8px; justify-content:flex-end; margin:8px 6px 0; }
.movie-row__dot{ width:8px; height:8px; border-radius:999px; background:#2b2b34; }
.movie-row__dot.is-active{ background: linear-gradient(145deg, var(--accent1), var(--accent2)); }
.movie-row__link {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.movie-row__poster {
  display: block;
  width: 100%;
  height: auto;
}
.movie-row {
  opacity: 0;
   /* rows won't act empty/clickable */
  transition: opacity .35s ease;
}

body.rows-ready .movie-row {
  opacity: 1;
}

body.rows-ready #rec-loader {
  display: none;
}
.slider3table{
 font-family:Source Sans Pro;
}
.slider3 {
  -webkit-appearance: none;
  width: 40px;
 
  font-size:24px;
  height: 6px;
  border-radius: 4px;
  background: linear-gradient(to right, #ff00ff, #00ffff);
  outline: none;
  cursor: pointer;
  transition: 0.2s;
}

.slider3:hover {
  opacity: 0.9;
  transform: scaleY(1.2);
}

.slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  cursor: pointer;
  box-shadow: 0 0 8px #00ffff;
  transition: 0.2s;
}

.slider3::-webkit-slider-thumb:hover {
  box-shadow: 0 0 12px #ff00ff;
}

.blur-background {
    filter: blur(7px);
}

.vibe-btn {
  margin-top:40px;
  background: black;
  color: white;
  font-family: Roboto;
  font-size: 14px;
  padding: 10px 15px;
  border: 2px solid rgb(163, 161, 161);
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  z-index: 0;
}


.header2{
    font-family:"Montserrat";
    text-align:center;
    font-size:14px;
    width:100%;
    position:sticky;
    background:transparent;
}
:root {
    --real100vh: 100vh;
}
html {
    width: 100%;

    height:  100%;
}
body {
    width: 100%;
    height:  100%;
}

.roboto-condensed {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
@media (max-width: 600px) {
    #rated-movies {
      
    }
}
.page {
    display: none;
}
background-mobile{
    transform: translate(-50%, -50%) rotate(90deg); 
}
.active {
    display: block;
}
.hidden {
    display: none;
}

body {
    
    font-family: Arial, sans-serif;
    margin: 0 !important;
    background-color: #000;
    
    background-size: auto;
    background-position: 0% 0%;
    /*
        background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(23,18,26,1) 0%, rgba(33,39,42,1) 21%, rgba(17,21,18,1) 35%, rgba(17,17,13,1) 52%, rgba(45,42,36,1) 66%, rgba(13,10,10,1) 90%, rgba(6,5,6,1) 99%);

    background-repeat: repeat;
    */background-color: rgba(0,0,0,0);

    background-attachment: fixed;

    


    /* Black background */
    color: #fff;
    /*background-size: cover;
    background-position: left 10% center;
    background-repeat: no-repeat;*/
    
}
.placeholder-large::placeholder {
    font-size: 25px; /* Adjust the font size here */
    color: grey; /* Optional: change placeholder color */
  }
.blue {
    background-color: #15151a;
    position: sticky;
    height: auto;
    z-index:5;
}

.nav {
    top: 0 !important;
    min-width: 1250px;
    z-index: 4;
    position: sticky !important;
}

header {}

.divider,                     /* <div> version  */
hr.divider {                  /* <hr>  version  */
  grid-column: 1 / -1;        /* span the full row */
  height: 2px;                /* thickness       */
  background: #636262;           /* or any colour   */
  border: 0;                  /* if you used <hr> */
  margin: .8rem 0;            /* vertical space  */
}
#movie-container {
  
}
.footer {
  padding: 15 15 15 15;
  width:100%;
  font-family: Roboto Condensed;
  background: #111;
  color: #ccc;
  font-size: 14px;
    width: 100%;              /* full width */
  background: #111;         /* your footer color */
  color: #ccc;
  position: fixed;
  bottom:0;
  left:0;
  display: flex;
  justify-content: center;  /* center content */
  align-items: center;
}

.footer a {
  color: #ccc;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

#movie-container-tmdb {
  margin-left: 17%;
  margin-right:17%;
  display: grid !important;
  background-color: transparent;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  /* Adjusted minimum size for posters */
  gap: 20px;
  row-gap:10px;
  padding-left:10px;
  padding-right:10px;
  /*max-height:450px;*/
}
#movie-container-top {
 
  margin-left: 15%;
  margin-right:15%;
  display: grid !important;
  background-color: transparent;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  /* Adjusted minimum size for posters */
  gap: 20px;
  row-gap:10px;
  padding-left:10px;
  padding-right:10px;
  max-height:1250px;
  overflow-y:auto;
}
#movie-container-bottom {

  margin-left: 15%;
  margin-right: 15%;
  display: grid !important;
  background-color: transparent;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  /* Adjusted minimum size for posters */
  gap: 20px;
  row-gap:10px;
  padding-left:10px;
  padding-right:10px;

  max-height:200px;
  overflow-y:auto;
}
#movie-container-bottom-bottom {
  
  margin-left: 15%;
  margin-right: 15%;
  display: grid !important;
  background-color: transparent;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  /* Adjusted minimum size for posters */
  gap: 20px;
  row-gap:10px;
  padding-left:10px;
  padding-right:10px;

  max-height:300px;
  overflow-y:auto;
}
* {
    scrollbar-width: thin; /* auto | thin | none */
    scrollbar-color: #444 #111; /* thumb track */
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #0ff, #f0f, #0f0);
    border-radius: 10px;
}
p{
   font-family: Montserrat;
}
.movie {
    text-align: center;
}
.userForm {
    background-color: transparent;
    width: 95%;
    color: #686767;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #eeeeee 1px;
    text-decoration: none;
    padding: 3px 5px;
}
#movie-user-grid {
  display: flex;
    overflow-x: auto;
    
    gap: 10px;
    white-space: nowrap; /* keeps everything on one line */
}

#movie-user-grid img {

  width:70px;
  border-radius: 4px;
}
.poster {
   
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.poster img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.poster:hover img {
    transform: scale(1.05);
}

.details {
    padding-top: 2px;
    padding-bottom:10px;
    font-style:"New Amsterdam"; 
    font-size:13px
}
.new-amsterdam-regular {
    font-family: "New Amsterdam", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
.details a {
    text-decoration: none;
    color: #fff;
}
#landing-page{
    margin: 0;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Full height of the viewport */
    height: var(--real100vh);
    font-family: 'Inter', sans-serif;

    background: rgba(0, 0, 0, 0.6); /* Darken the background */
    backdrop-filter: blur(10px);
    /* Light background for modern look */
    color: #181616;

}
#recRows{
  height:100%;
}
* {
    box-sizing: border-box;
}
.provider {
    display: inline;

    margin: 10px 0;
}

.provider img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    border-radius: 5px;
    
}
#trailer-container {
    margin-top: 20px;
    text-align: center;
}
.trailer-button {
    background-color: transparent;
    color: #ff6f61;
    font-size: 16px;
    padding: 12px 12px;
    border: 2px solid #333; /* Dark outline */
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    transition: transform 0.2s, box-shadow 0.2s, padding 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.trailer-button:hover {
    transform: scale(1.1); /* Enlarge button on hover */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
    padding: 14px 26px; /* Slight increase in padding */
}

.trailer-button:active {
    transform: scale(0.95); /* Shrink button slightly when clicked */
}

.trailer-button i {
    margin-right: 8px; /* Space between the icon and text */
    font-size: 24px; /* Size of the play icon */
    transition: transform 0.2s; /* Smooth transition for the icon */
}

.trailer-button:hover i {
    transform: translateX(5px); /* Move the play icon slightly on hover */
}
.provider a {
    text-decoration: none;
    color: #333;
}
.theTables{
    display:inline;
}
.provider span {
    font-size: 16px;
}
#container22{
    display:inline;
    margin-left:0%;
    width:40%;
}
#container2{
    width:100%;
    
    z-index: 1;
    margin-right:auto;
}
#rated-movies::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  }
#rated-movies {
    scrollbar-width: thin;
    width: 700px;
  }
 #user-profile {
    
    max-width: 800px;
    margin-left: 25%;
    margin-right: auto;
}

.poster {
    width: 100%;
    height: auto;
}

.details {
    margin-top: 10px;
}

h1 {
    font-size: 24px;
}

.titleposter {
    margin: 5px 0;
    /* Adjusted font size for movie title */
}

h3 {
    margin: 5px 0;
    font-size: 13px;
    /* Adjusted font size for movie rating */
}
/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
/*
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
  }
  .loader::after,
  .loader::before {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
  }
  .loader::before {
    width: 32px;
    height: 32px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
  }
      
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  @keyframes rotationBack {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
      */
.gradient {
   
    /* Black background */
    padding: 0px;
    z-index:4;
    position: sticky;
    padding: 0;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    /* Darker shade of red */
    color: white;
    font-size: 14px;
    /* Smaller font size for buttons */
    font-weight: bold;
    /* Bold text */
    width: 100%;
    transition: background-color 0.3s;
    text-decoration: none;
    /* Remove underline */
    /* Align items to the left */

    top: 0;
}


input {
    
    padding-right: 10px;
    /* button padding */
}

.open-sans {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.search-container {
    padding: 10px 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    max-width: 600px;

    height: 8px;
    border-radius: 30px;

    display: inline-block;
    position: relative;

    display: flex;


    border: none;
    cursor: pointer;
    /* Darker shade of red */
    color: white;
    font-size: 14px;
    /* Smaller font size for buttons */
    font-weight: bold;
    /* Bold text */
    transition: background-color 0.3s;
    text-decoration: none;
    /* Remove underline */
    /* Align items to the left */

    top: 0;
    z-index: 1;
    justify-content: flex-start;
    position: sticky;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 650px;
    margin: 0 auto;
    overflow: hidden;
}

.image-container {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    width:600px;
}

.image-list span {
    flex: 0 0 auto; /* Prevent spans from shrinking */
    margin-right: 0px; /* Add space between images */
}
.hideDiv{
   
    font-size:15px;
}
.image-list img {
    display: block;
    max-width: 80px;
    height: auto;
    margin:0;
}

.scroll-btn {
    background-color: #333;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 24px;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    z-index: 10; /* Ensure buttons are on top */
}

.scroll-btn:hover {
    background-color: #555;
}

.scroll-btn:focus {
    outline: none;
}

#scroll-left {
    position: absolute;
    left: 0;
}

#scroll-right {
    position: absolute;
    right: 0;
}
.scroll-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    scroll-behavior: smooth;
    z-index: 1;
}

.scroll-wrapper span {
    display: inline-block; /* Ensure spans are inline-block or similar */
    z-index: 1;
}

.scroll-wrapper img {
    max-width: 100%;
    margin-right: 0px;
    cursor: pointer;
    z-index: 1;
}
.required:after {
    content:" *";
    color: red;
  }




.value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #0b81c5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}


/* General styling for the container */
/* General styling for the container */
.bar-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
 
   
    padding: 0px;
    background-color: transparent;
}
.rating-container td{
    width:auto;
    padding-left:0;
    margin-left:0;
    padding-right:30px;
    padding-bottom:30px;
}
.rating-container {
    top:10px;
    float:left;
    margin:0;
    z-index:0;
    padding-left: 20px;
    padding-bottom:35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.rating-circle {
   
    z-index:0;
    position: relative; 
    padding:0px;
    width:45px;
    height: 45px;
  
}
.rating-circle p {
  line-height:1 !important
}
#outline{
    position:relative;
    left:160px;
}
.circle {
    position:relative;
    z-index:0;
    transform: rotate(-90deg); /* Rotate so the progress starts from the top */
    width: 45px;
    height: 45px;
}
table, td, th {
  
}
.circle-progress {
    fill: none;
    stroke: #e1e6eb; /* Main color for the progress ring */
    stroke-width: 4;
   
    stroke-dasharray: 0, 100; /* Start with 0% fill */
    stroke-dashoffset: 0;
    transition: stroke-dasharray 1s ease-out; /* Animation for stroke fill */
}


.circle-bg {
    fill: none;
    stroke: #050505; /* Light gray for the background circle */
    stroke-width: 3.8;
}

.circle-progress {
    fill: none;
    stroke: #0bc5b6; /* Main color for the progress ring */
    stroke-width: 3.8;
    stroke-linecap:square;
    stroke-dasharray: 100, 100; /* Placeholder for stroke fill */
    transition: stroke-dasharray 1s ease-out;
}

.value {
    position: absolute;
    top:97%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: bold;
    color: #ccd1d4;
}
/* Styling each bar */
.bar {
    position: relative;
    height: 25px;
    background-color: #0b81c5;
    width: 0;
    animation: grow 2s ease-out forwards;
    animation-iteration-count: 1;  /* Run only once */
    animation-fill-mode: forwards;
    transition: background-color 0.3s ease;
    opacity: 0.9;
    margin-bottom: 10px;
}

/* Display the value at the end of the bar */
.bar::after {
    content: attr(data-value);
    position: absolute;
    right: 10px;
    animation-iteration-count: 1;  /* Run only once */
    animation-fill-mode: forwards;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    white-space: nowrap;
}

/* Animate the bars based on the value */
@keyframes grow {
    to {
        width: calc(var(--value) * 15%);
    }
}

/* Add hover effect for the bars */
.bar:hover {
    background-color: #0e43f0;
}
#signedIn{
    color:#ddd7d7;
}
#userIcon{
    display: inline-flex;             /* or display: flex; */
    align-items: center;             /* vertically center the icon */
    justify-content: center; 
    margin-top:10px;
    height:20px;
  
    border-radius: 50%;
    object-fit: cover;
    /*border: 2px solid rgb(241, 238, 238) !important;*/
    overflow: hidden;
}
#header-container {
    margin-right: 25%;
    margin-left: 25%;
    display: flex;
    position: sticky;
    justify-content: center; /* Centers horizontally */
    align-items: center;
    justify-content: flex-end;
}
#top-search{
    display:none;
}
.search-container2 {
    
    z-index:5;
    position:fixed;
}
.search-container2 form {
   
    display: flex;
    align-items: center;
  
    /* Space between form and browse button */
}
.profile-wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    background-color:rgb(88, 87, 87);
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: 5px solid white;
}
.profile-wrapper img {
    width: 100%;
    cursor:pointer;
    object-fit: cover;
    height: 100%;
    
    border-radius: 50%;
}
.profile-wrapper input[type="file"] {
    display: none;
}
.profile-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    border-radius: 50%;
}

.profile-wrapper:hover label {
    opacity: 1;
}
.search-container input[type=text] {
    padding-top: 5px;
    padding-bottom: 2px;

    outline: none;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 4px;
    font-size: 12px;
    height: 20px;
    font-family: 'Open Sans';
    width: 250px;
    background-position: 10px center;
    border: 1px solid #fff;

    border-radius: 4px 0 0 4px;
    background-color: #fff;
}

.button-container {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    font-size: 14px;
    height: 22px;
    width: 35px;
    background-position: 10px center;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.tags {
  width:300px;
  display: flex;
  flex-wrap: wrap;
  height:auto;
  overflow-y:auto;
  padding: 7px;
  gap: 3px;
  margin-top: 10px;
}

.tag-input-container {
  margin-top: 10px;
  display: flex;
  gap: 5px;

  width:300px;
  height:30px;
}

.customTagInput {
  flex: 1;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  color: white;
}

button {
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}

button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.tag {
  background-color: rgba(255, 255, 255, 0.1); /* Light transparent */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Slight border */
  color: white;
  margin:5px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  text-transform: lowercase;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.tag:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.search-container button {
    margin-bottom: 7px;
    margin-left: 7px;
    height: 19px;
    width: 30px;
    border: 0;

    background-color: rgba(0, 0, 0, 0);
}

.search-container button:hover {}
.toggle-button {
    cursor: pointer;
    margin: 10px;
    padding: 10px 20px;
   
    border: none;
    border-radius: 5px;
}
#rated-button, #wanttosee-button{
    background-color:black;
}
#menu {
    height: 20px;

    display: inline-block;
    position: relative;
    padding: 20px;

    padding: 8px 15px;

    border: none;
    cursor: pointer;
    /* Darker shade of red */
    color: white;
    font-size: 14px;
    /* Smaller font size for buttons */
    font-weight: bold;
    /* Bold text */
    border-radius: 5px;
    transition: background-color 0.3s;
    text-decoration: none;
    /* Remove underline */
    /* Align items to the left */
    position: sticky;
    top: 0;
    z-index: 1;

    position: sticky;
}

#menu img {
    padding-top: 2px;
    width: 25px;
}

.separator {
    border-left: 3px solid rgb(31, 81, 255, 0.22);
    height: 35px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 20px;
    /* Adjust as needed */


}

.button-container img {

    border: none;
    height: 20px;

}

.browse-button {
    padding-right: 0px;
    margin-right: 0 !important;
    margin-left:23px !important;
    padding-top: 12px;
    padding-bottom:12px;
    border: none;
    width:auto;
    font-family: 'Source Sans Pro', sans-serif; /* or 'Poppins', 'Nunito' */
    font-weight: 900; 
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(199, 194, 194);
    font-size: 18px;
    /* Smaller font size for buttons */
    font-weight: bold;
    /* Bold text */
    border-radius: 5px;
 
    text-decoration: none;
    /* Remove underline */
}

.browse-button:hover {}

.invert {
    -webkit-filter: invert(80%);
}

table {


    width: auto;
    border-collapse: collapse;
    margin-top: 10px;
}

th,
td {
    padding-left: 25px;
    padding-right: 0px;
    text-align: left;
}

tr {
    width: 100%;
}

th {
    width: auto;
    border-collapse: collapse;
    margin-top: 10px;
}

.button-container2 {
    display: flex;
    justify-content: flex-end;

    width:100%;
  
}
.button-container-left{
   display: flex;
    justify-content: flex-end;
    margin-right:auto;
  
}
.button-container-right{
       display: flex;
    justify-content: flex-end;
    margin-left:auto;

  
}

li {
    padding-bottom: 10px;
    font-size: 16px;
}

ul {
    padding: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 600px) {

    #header-container,
    #movie-container,
    #container2 {
        margin: 0;
    }
}

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.8);
    /* Black w/ opacity */
    align-items: center;
    justify-content: center;
    align-items: center;
    justify-content: center;

}

.modal-content {
    box-sizing: border-box;
    font-size: 15px;
    background-color: #d2cece;
    padding: 20px;
    border: 1px solid #252222;
    width: 40%;
    /* Adjust width as needed */
    max-width: 500px;
    /* Maximum width */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    /* Rounded corners */
    position: relative;
    display: flex;justify-content: center; align-items: center; 
    text-align: center;
}

.fields {
    margin-top: 10px;
   
    display: flex;
    margin-left: 100px;
    margin-right: 100px;
    flex-direction: column;
}
#backButton {
    text-decoration: none; padding: 10px 20px; background-color:transparent; color: white; border-radius: 5px; display: inline-block;
    display:none;
    margin-left:3%;
    font-family:'Roboto Condensed';
  }
  
  #backButton:hover {
    color: #4CAF50;    /* Change icon color on hover */
  }
  
  #backButton i {
    font-size: 10px;  /* Size of the icon */
  }
/* The Close Button */
.close {
    position:absolute;
    top:10px;
    right:10px;
    float: right;
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Signup Form Fields */
.signup-field {

    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.signup-label {

    font-weight: bold;
    font-size: 10px;
    text-align: left;
    float: left;
    margin-bottom: 1px;
    color: #000;
}

.signup-input {

    padding: 10px;
    margin-top: 5px;
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.signup-submit {
    
    margin-bottom: 15px;
    background-color: #000;
    color: #eceaea;
    padding: 20px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family:'Roboto Condensed';
    margin-top: 10px;
}
a {

text-decoration: none;

}
.neon-button {
    vertical-align: middle;
background-color:black;
color: white;
padding-bottom:15px;
font-size: 11px;
cursor: pointer;
font-family:cursive;


}
.centered-cell {
text-align: left;
vertical-align: middle;

}


.submit-button {
background: linear-gradient(45deg, #094a8b, #4f1474); /* Vibrant blue to purple gradient */
border: none;
border-radius: 5px;
color: white;
padding: 10px 10px;
left:100px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 13px;
/* Deeper shadow on hover */
margin: 10px 2px;
cursor: pointer;
transition-duration: 0.4s;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); /* Shadow for a 3D effect */
}

.submit-button:hover {
background: linear-gradient(45deg, #1c86ee, #8b00ff); /* Slightly darker gradient on hover */
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); /* Deeper shadow on hover */
transform: translateY(-2px); /* Slight lift on hover */
}
.hide {
    font-family: "Roboto Condensed", sans-serif;
    position: absolute;
    background-color: #f3f0f0;
    color: #c47c7c;
    padding: 5px 10px;
    z-index:1000;
    border-radius: 5px;
    font-size: 15px;
    pointer-events: none; /* Prevent blocking other interactions */
    opacity: 0;
    transform: translate(-50%, -20%);
    transition: opacity 0.2s;
  }
      
  .hero-section {
    text-align: center;
    
    background-color:black;
    width: 100%;
    height: 100%;
}
.hero-section2{
    text-align:center;
    margin-top:8%;
}

.headline {
    font-family: 'Inter', sans-serif; /* Use Inter font */
    /* Bold weight for headline */
    font-weight:normal;
    margin-bottom:15px;
     /* Large font size */
     font-size: 47px;
    line-height: 1.2; /* Adjust line height for spacing */
    color: #ebe3e3; /* Deep gray for text */
}
.headline2 {
    font-family: 'Inter', sans-serif; /* Use Inter font */
    /* Bold weight for headline */
    font-weight:normal;
    margin-bottom:15px;
     /* Large font size */
     font-size: 26px;
    line-height: 1.2; /* Adjust line height for spacing */
    color: #ebe3e3; /* Deep gray for text */
}
#center-front-search{
    display:flex;
    position:relative;
    align-items: center;
    width: 100%; /* Full width */
    max-width: 600px; /* Constrain the search bar width */
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 30px; /* Rounded corners */
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.hidden-select {
    display: none; /* Hide the native select */
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index:5;
    text-align:center;
}

.dropdown-button {
    font-family: 'Arimo';
    padding-bottom: 50px;
    text-align: center;
    padding-left:10px;
    border-radius: 50px 0px 0px 50px;
    border: none;
    line-height: 35px;
    background-color: white;
    cursor: pointer;
    border-right: 1px solid black;
    display: inline-block;
    width:calc(auto+20px);
    margin: 0 auto;
    z-index:5;
}

.dropdown-menu {
  
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    
    background-color: white;
    z-index: 5;
}
.dropdown-menu li{
    color:black;
    font-family: 'Arimo';
    
    font-size:10px;
    z-index: 3;
}
.dropdown-menu li {
    padding: 10px;
    padding-bottom: 50px;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background-color: #ada9a9;
}

.dropdown.open .dropdown-menu {
    display: block; /* Show menu when dropdown is open */
}
.dropdown {
    position: relative;
  }
  .search-options {
    display: flex;
    gap: 10px;
}
  .dropdown select {
  
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 50px; /* Rounded edges */
    background-color: #fff;
    color: #333;
    outline: none;
    margin-right: 10px;
    appearance: none; /* Removes the default dropdown arrow */
    cursor: pointer;
    transition: all 0.3s ease;
  }
  /* Dropdown container */
.dropdown {
    display: flex;
    align-items: center;
    position: relative;
    width: auto;
}
.dropdown-button::after {
    content: '';  /* No text, just a symbol */
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(82, 80, 80); /* The triangle for the arrow */
    position: absolute;
    right: 10px;  /* Position the arrow to the right of the button */
    top: 50%;
    transform: translateY(-50%);  /* Vertically center the arrow */
}
/* Dropdown button */

/* Dropdown button */
.dropdown-button {
    padding: 10px 20px; /* Add padding to all sides for both horizontal and vertical spacing */
    font-size: 12px;
    font-weight: bold; /* Make text bold */
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    cursor: pointer;
     /* Match search bar height */
    line-height: 35px; /* Vertically center text */
    flex-shrink: 0; /* Prevent shrinking */
    text-align: left; /* Left-align text (for multi-word text) */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px; /* Indent text from the left */
    padding-bottom: 5px; /* Indent from the bottom */
    width: auto; /* Dynamically adjust width with 20px extra */
    min-width: 120px; /* Minimum width of the button */
    margin-right: 5px; /* Add some space between the button and search bar */
    height: 47px;
    display: flex; /* Enable flexbox on the button */
    justify-content: center; /* Center the text horizontally */
    align-items: center; /* Center the text vertically */
}

/* Dropdown menu (hidden by default) */
.dropdown-menu li {
    font-size: 12px;
    padding: 10px;
    font-weight:bold;
    cursor: pointer;
    white-space: nowrap; /* Prevent wrapping */
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px; /* Match button width */
    border: 1px solid #ccc;
    background-color: white;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
}
.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

/* Show menu when dropdown is active */
.dropdown.active .dropdown-menu {
    display: block;
}
.dropdown-menu li {
    padding: 10px;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

/* Show menu when dropdown is active */
.dropdown.active .dropdown-menu {
    display: block;
}
  .dropdown select:focus {
    border-color: #007BFF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }
  
  /* Custom dropdown arrow */
  .dropdown::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px; /* Adjust based on padding */
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333; /* Dark color for the arrow */
    pointer-events: none; /* Prevents arrow from interfering with the dropdown */
  }
  
  button {
    
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button img {
    width: 20px;
    height: 20px;
    filter: invert(1);
  }
  .dropdown::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px; /* Adjust based on padding */
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333; /* Dark color for the arrow */
    pointer-events: none; /* Prevents arrow from interfering with the dropdown */
  }  
.search-container2 {
    
    justify-content: center;
    align-items: center;
    background: #fff; /* Pure white background */
    border: 1px solid #ddd; /* Subtle border for contrast */
    border-radius: 30px; /* Rounded edges for the bar */
   /* padding: 10px 10px;*/
       box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow for depth */
    /* Limit the width */
    
    width: 100%;
  /*  height: 15px;*/
  
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    color: #4e4c4c;
    background: transparent;
}

.search-input::placeholder {
    color: #b6b1b1; /* Placeholder text */
}
.back-button {
    z-index:2;
    min-width: 44px;
    min-height: 24px;
   
    background-color: #e0e0e0; /* Light grey background */
    border-radius: 50%; /* Circular button */
    cursor: pointer;
  
    transition: background-color 0.3s, transform 0.2s;
  }
  .back-button {
    z-index:2;
    min-width: 44px;
    min-height: 24px;
    display:none;
    background-color: #e0e0e0; /* Light grey background */
    border-radius: 50%; /* Circular button */
    cursor: pointer;
  
    transition: background-color 0.3s, transform 0.2s;
  }
  .back-button:hover {
    background-color: #d6d6d6; /* Slightly darker grey on hover */
    transform: scale(1.1); /* Slight zoom effect */
  }
  
  .icon {
   
    color: #cac2c2; /* Icon color */
  }
#suggestions-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
  }
  
  #suggestions-list li {
    padding: 10px;
    cursor: pointer;
  }
  
  #suggestions-list li:hover {
    background-color: #f0f0f0;
  }
  
.search-icon {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0px;
    display: block;
    
    align-items: center;
    justify-content: center;
    color: #666; /* Icon color */
    transition: color 0.3s ease;
}
.slideshow-wrapper {
    background-color:white;
    position: relative;
    height:340px;
    margin-top:30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    
    width:100%;
    overflow-x: hidden; /* Prevent scrolling the empty space */
  }
  .slideshow-wrapper2 {
    background-color:transparent;
    position: relative;
    height:auto;
    overflow-y:auto;
    /* Create 25% whitespace on the left */
  
    margin-right: 0%; /* Create 25% whitespace on the left */
    
    padding-right: 0%; 
    width:150px;
    overflow-x: hidden; /* Prevent scrolling the empty space */
  }
  .similar-titles {
    display:block;
    height:900px;
    overflow-y: auto;
    scrollbar-width: thin; /* Options: auto, thin */
    scrollbar-color: #414040 transparent; /* thumb color then track color */
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    mask-image: linear-gradient(to top, black 95%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-image: linear-gradient(to top, black 95%, rgba(255, 255, 255, 0) 100%);
    
  }
/* WebKit-based browsers */
::-webkit-scrollbar {
    width: 12px; /* Adjust the width as needed */
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px; /* Curve the track edges */
  }
  
  ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px; /* Curve the thumb edges */
    border: 3px solid #f1f1f1; /* Creates padding for a smoother look */
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
.slideshow-container {
    display: flex;
    overflow-x: auto;
    height:calc(auto)+5;
    margin-left: 15%; /* Create 25% whitespace on the left */
    padding-left: 15%; 
    margin-right: 35%; /* Create 25% whitespace on the left */
    padding-right: 35%; 
    white-space: nowrap;
    background-color: #ffffff;
    padding: 15px 0;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 60%;
  
    mask-image: linear-gradient(to right, black 75%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask-image: linear-gradient(to right, black 75%, rgba(255, 255, 255, 0) 100%);
  }

  .slideshow-container::-webkit-scrollbar {
    height: 8px;
    z-index:10;
  }

  .slideshow-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }

  .slideshow-container::-webkit-scrollbar-track {
    background-color: #f4f4f4;
  }

  .slide {
    width:auto;/* Adjust size as needed */
    height:calc(auto)+5px;
    text-align: center;
    border: 1px solid #e6e3e3; /* Outline for the card */
    border-radius: 8px;
    background: #f7f5f5; /* Slightly off-white background for the card */
    margin:10px;
    padding-bottom:10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
  }

  .slide img {
    width: 140px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
  }

  .slide img:hover {
    transform: scale(1.05);
  }

  
  .slide-name {
    font-weight: 700;
    margin-top: 8px;
    color:black;
    font-family:'Source Sans Pro';
    font-size: 0.9em;
  }
  
  .slide-character {
    color: #666;
    padding-top:3px;
    font-family:'Source Sans Pro';
    font-size: 0.8em;
  }
  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 200px;
    background-color: transparent;
  }
  
  /* The draggable thumb */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default styles */
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: white;
    border: 2px solid black;
    cursor: pointer;
  }
  input[type=range]:focus {
    outline-color: #f8b195;
  }
  input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    height: 2px;
    background: #f67280;
    background: -webkit-linear-gradient(left, #f67280 0%, #c06c84 50%, #355c7d 100%);
    background: linear-gradient(to right, #f67280 0%, #c06c84 50%, #355c7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f67280", endColorstr="#355c7d", GradientType=1 );
  }
   input[type=range]::-moz-range-track {
    -moz-appearance: none;
    appearance: none;
    height: 2px;
    background: #f67280;
    background: -moz-linear-gradient(left, #f67280 0%, #c06c84 50%, #355c7d 100%);
    background: linear-gradient(to right, #f67280 0%, #c06c84 50%, #355c7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f67280", endColorstr="#355c7d", GradientType=1 );
  }
  
  input[type=range]::-ms-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 2px;
    background: #f67280;
    background: -moz-linear-gradient(left, #f67280 0%, #c06c84 50%, #355c7d 100%);
    background: -webkit-linear-gradient(left, #f67280 0%, #c06c84 50%, #355c7d 100%);
    background: linear-gradient(to right, #f67280 0%, #c06c84 50%, #355c7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f67280", endColorstr="#355c7d", GradientType=1 );
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #f8b195;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 8px;
    background: #222 url("http://codemenatalie.com/wp-content/uploads/2019/09/slider-thumb.png") center no-repeat;
    background-size: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    cursor: grab;
  }
  input[type=range]::-webkit-slider-thumb:active {
    cursor: grabbing;
  }
  input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #f8b195;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 8px;
    background: #222 url("http://codemenatalie.com/wp-content/uploads/2019/09/slider-thumb.png") center no-repeat;
    background-size: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    cursor: grab;
  }
  input[type=range]::-moz-range-thumb:active {
    cursor: grabbing;
  }
  input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #f8b195;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: relative;
    bottom: 8px;
    background: #222 url("http://codemenatalie.com/wp-content/uploads/2019/09/slider-thumb.png") center no-repeat;
    background-size: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    cursor: grab;
  }
  input[type=range]::-ms-thumb:active {
    cursor: grabbing;
  }
  
  .slider-value {
    font-family: Space+Mono;
    font-size:15px;
    font-weight: bold;
  }
  #slidersTable td{
   

  }
.search-icon:hover {
    color: #000; /* Darker on hover */
}

svg {
    display: block;
}
.search-input::placeholder {
    color: #928c8c;
    transition: opacity 0.7s ease;
}
.placeholder-wrapper {
    position: absolute;
    left: 20px;
    top: 50%; /* Start in the middle of the container */
    transform: translateY(-50%); /* Center vertically */
    display: flex;
    flex-direction: column;
    animation: shift-up 6s linear infinite;
}
.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 10px solid;
  box-sizing: border-box;
  animation: animloader 1s linear infinite alternate;
}
@keyframes animloader {
  0% {
    border-color: white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  }
  33% {
    border-color: white white rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  }
  66% {
    border-color: white white white rgba(255, 255, 255, 0);
  }
  100% {
    border-color: white white white white;
  }
} 
  .spinner-container {
    position: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   /* Optional: dark background for emphasis */
     /* Ensure it's on top of everything else */
  }
  .x-icon {
    cursor:pointer;
    position: relative;
    width: 25px; /* Adjust size */
    height: 25px;
    top:10px;
    color: white;
  }
  .x-icon:hover {
    background-color: rgba(0, 174, 255, 0.3); /* Light up effect */
  }
  

  #suggestions-list {
    position: absolute; /* Position relative to the container */
    top: 100%; /* Place directly below the input field */
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none; /* Remove border overlap with input */
    max-height: 200px; /* Limit height */
    overflow-y: auto; /* Add scrolling if needed */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  #overview{
    color:rgb(207, 207, 224);

    
  }
  #director, #writer{
    color:rgb(230, 227, 227);
  }
  /* Style individual suggestions */
#suggestions-list li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0; /* Optional: for visual separation */
  }
  
  #suggestions-list li:hover {
    background-color: #f0f0f0;
  }

  .ellipsis-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 30%;
    color: white;
    font-size: 24px;
    cursor: pointer;
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  
  /* Show ellipsis on hover */
  .poster:hover .ellipsis-icon {
    opacity: 1;
    transform: scale(1);
  }
  
  /* Hover effect on the ellipsis itself */
  .ellipsis-icon:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .modal-overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px); /* Blurring effect */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  /* Modal content */
  .modal-content2, .modal-content2-html {
    /*padding-left:150px;*/
    background: rgb(7, 7, 7);
    padding: 20px;
    border-radius: 8px;
    width:250px;
    
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  #close2 {
    font-family:Arial;
    float: right;
    color: #f3eeee;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#close2:hover,
#close2:focus {
    color: rgb(192, 185, 185);
    text-decoration: none;
    cursor: pointer;
}

  #close-modal2:hover {
    background: #222;
  }
  .modal3 {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7); /* Black with transparency */
    overflow: auto;
    padding-top: 0; /* Removed padding to center it */
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content3 {
    position: relative;
    padding: 20px;
    background-color: #141313;
    width: 90%; /* Ensure the modal is not too wide */
    height: 80%; /* Ensure the modal isn't too tall */
    max-width: 960px;
    max-height: 540px;
    border-radius: 10px; /* Optional rounded corners */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Hide anything overflowing */
}

.close-btn3 {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
}

.close-btn3:hover,
.close-btn3:focus {
    color: rgb(150, 57, 57);
    text-decoration: none;
    cursor: pointer;
}
#trailer-iframe {
    width: 100%;
    height: 100%;
    max-width: 900px; /* Max width for iframe */
    max-height: 500px; /* Max height for iframe */
    border: none; /* Remove iframe border */
}