* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000000;
  color: #fff;
  text-align: center;
}

header {
  background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(10px);
  position: fixed;
  align-items: center;
  top: 0;
  left: 50%;
  border: 100px;
  border-color: #ff00dd;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: white;
  padding: 7px 20px;
  z-index: 9999;
}

header h1 p1 {
  font-family: "Arial Black", sans-serif;
  font-size: 2.8em;
  margin: 0;
  

}

.rainbowtitle:hover{
  transform: scale(1.1);
  transition: all .2s ease-in-out; 
}

nav {
  text-align: center;

}

button {
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 10px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.2);
  z-index:9999;
  border: 4px solid #141414;
}

ab {
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 10px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.2);
  z-index:9999;
}

button:hover {
  background-color: #ff00ea;
  box-shadow: 0 0 10px #ff00ea, 0 0 20px #ff00ea, 0 0 30px #ff00ea;
  transition: all .2s ease-in-out; 
  border: 4px solid #ff00f7;
}

#headerbtn {
  font-size: 1.5em;
  padding: 10px 30px;
  margin: 10px;
  background-color: #000000;
  color: #ffffff;
  border: #ff00ea;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000;
  z-index:9999;
}

#headerbtn:hover {
  background-color: #ff00ea;
  box-shadow: 0 0 10px #ff00ea, 0 0 20px #ff00ea, 0 0 30px #ff00ea;
  transition: all .2s ease-in-out; 
}

.gallery {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 20px;
  top: 80%;
  position: absolute;
  z-index: 2
}

.gallery a {
  border-radius: 25px;
  display: block;
  margin: 10px;
  transition: transform 0.3s ease;
  max-width: 364px; 
  max-height: 200px; 
  overflow: hidden; 
  text-align: center;
}

.gallery a img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  top: 30%;
  left: 50%;
  text-align: center;
}

.partner-gallery {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 20px;
  top: 10%;
  position: absolute;
  z-index: 2;
  left: 45%;
  transform: translateX(-30%);
}

.partner-gallery a {
  border-radius: 25px;
  display: block;
  margin: 10px;
  transition: transform 0.3s ease;
  max-width: 200px; 
  max-height: 200px; 
  overflow: hidden; 
}

.partner-gallery a img {
  border-radius: 25px;
  width: 100%;
  height: auto;
  top: 50%;
  left: 70%;

}

  .partner-gallery a {
    position: relative;
  }

  .partner-gallery a::before {
    content: "Partner";
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff00ea;
    font-weight: bold;
    font-size: 1.7em;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-shadow: 0 0 10px #ff00ea, 0 0 30px #ff00ea, 0 0 50px #ff00ea;
  }

  .partner-gallery a:hover::before {
    opacity: 1;
  }

  .partner-gallery a:hover {
    transition: all .2s ease-in-out; 
    border-radius: 25px;
    transform: scale(0.9);
    box-shadow: 0 0 10px #ff00ea, 0 0 20px #ff00ea, 0 0 30px #ff00ea; 
  }


  .gallery a {
    position: relative;
    transition: all .2s ease-in-out;
  }

  .gallery a::before {
    content: "PLAY";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff00f7;
    font-weight: bold;
    font-size: 1.5em;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    text-shadow: 0 0 1px #ff00dd, 0 0 1px #ff00dd, 0 0 1px #ff00dd;
    
  }

  .gallery a:hover::before {
    opacity: 1;
  }

  .gallery a:hover {
    border-radius: 25px;
    transform: scale(0.9);
    box-shadow: 0 0 10px #ff00ea, 0 0 20px #ff00ea, 0 0 30px #ff00ea;
     
  }
 

#particles-js{
  width: 100%;
  height: 100%;
  background: linear-gradient(307deg, rgb(255, 0, 221) -150%, rgba(0, 0, 0) 100%);
  position: fixed;
  top: 0px;
  z-index:1;
}
#roddyrichhesbox{
    position: absolute;
    top: 15vh;
    left: 50%;
    transform: translateX(-50%);
   box-shadow: 0 0 20px #ff00f7, 0 0 30px #ff00f7, 0 0 40px #ff00f7, 0 0 50px #ff00f7;
    min-width: 350px;
    max-width: 1000px;
    margin: 0 auto;
    border: 3px solid #ff00f7;
  border-radius: 10px;  
    background: rgba(0, 0, 0);
    min-height: 250px;
    padding: 20px;
    z-index: 2;
    text-align: center;
    animation: ease-in 2s;
    
}

.rainbowtitle {
  font-size: 42px;
  font-family: Arial Black, Gadget, sans-serif;
  background-image: -webkit-linear-gradient(left, #f00, #ff2b00, #f50, #ff8000, #fa0, #ffd500, #ff0, #d4ff00, #af0, #80ff00, #5f0, #2bff00, #0f0, #00ff2a, #0f5, #00ff80, #0fa, #00ffd5, #0ff, #00d5ff, #0af, #0080ff, #05f, #002aff, #00f, #2b00ff, #50f, #8000ff, #a0f, #d400ff, #f0f, #ff00d4, #f0a, #ff0080, #f05, #ff002b, #f00);
  -webkit-animation: animatedBackground_a 10s linear infinite alternate;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  background-clip: text;
}

@keyframes animatedBackground_a {
  0% { background-position: 0 0 }
  100% { background-position: -500px 0% }
}

body {
  margin: 0;
  padding: 0;
}

.home-link {
  position: absolute;
  top: 10px;
  left: -130px;
  display: inline-block;
}

.home-image {
  width: 100px; /* Adjust the size as needed */
  height: auto;
  transition: transform 0.3s ease;
}

.home-image:hover {
  transform: scale(0.9);
}

.home-link:active {
  transform: scale(0.85); /* Optional: adds a click effect */
}
.arrow {
    position: absolute;
    left: 105%; /* Adjust position to the right of the buttons */
    transform: translateY(-50%);
    color: black;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s;
}

html {
  height: 100%;
  width: 100%;
}
#uv-address{
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 10px;
  width: 60%;
  background-color: #080808;
  color: #fff;
  border: 4px solid #141414;
  border-radius: 8px;
  cursor: auto;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.2);
  z-index:2;
  text-decoration-color: white;
  transition: all .3s ease-in-out; 
  overflow: auto;
  text-align: center;
}

#uv-address:hover{
  border: 4px solid #ff00f7;
  transition: all .2s ease-in-out; 
}

#uv-address:focus{
  border: 4px solid #ff00f7;
  transition: all .2s ease-in-out; 
  width: 75%;
  outline: 0px;
  box-shadow: 0 0 5px #ff00f7, 0 0 15px #ff00f7, 0 0 25px #ff00f7;
}
select{
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 10px;
  background-color: #000000;
  color: #fff;
  border: 4px solid #141414;
  border-radius: 8px;
  cursor: auto;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.2);
  z-index:2;
  text-decoration-color: white;
  transition: all .2s ease-in-out; 
  overflow: visible;
  text-align: center;
}

select:hover{
  border: 4px solid #ff00f7;
  transition: all .2s ease-in-out; 
}

select:focus-visible{
  border: 4px solid #ff00f7;
  transition: all .2s ease-in-out; 
  outline: 0px;
  box-shadow: 0 0 5px #ff00f7, 0 0 15px #ff00f7, 0 0 25px #ff00f7;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  background-color: #f0f0f0;
  font-family: Arial, sans-serif;
}

#word-container {
  font-size: 2rem;
  color: #ffffff;
  opacity: 0;
  transition: opacity 2s ease-in;
  text-shadow: white 0 0 10px;
  animation: infinite 2s blink;
}

@keyframes blink {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
}

/* Flashing effect */
.flashing {
  animation: flash 1s infinite;
}

@keyframes flash {
  0% { background-color: yellow; }
  50% { background-color: white; }
  100% { background-color: yellow; }
}
#chat-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
}

#chat-box {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    background-color: white;
}

#chat-input {
    width: 80%;
    padding: 10px;
}

#send-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}
/* Favorite button styles */
.favorite-btn {
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 10px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.2);
  border: 4px solid #141414;
}

.favorite-btn:hover {
  background-color: #ff00ea;
  box-shadow: 0 0 10px #ff00ea, 0 0 20px #ff00ea, 0 0 30px #ff00ea;
  transition: all .2s ease-in-out; 
  border: 4px solid #ff00f7;
}

/* When favorited */
.favorite-btn.favorited {
  background-color: #ffcc00;
  color: #000;
  border: 4px solid #ff00f7;
}

.favorite-btn.favorited:hover {
  background-color: #ffa500;
  box-shadow: 0 0 10px #ffa500, 0 0 20px #ffa500, 0 0 30px #ffa500;
  transition: all .2s ease-in-out; 
}

.search-container {
  font-size: 1.2em;
  padding: 15px 30px;
  margin: 10px;
  width: auto;
  height: auto;
  color: #fff;
  border-radius: 8px;
  cursor: auto;
  box-shadow: 0 4px 6px rgb(0, 0, 0, 0.2);
  z-index:100;
  text-decoration-color: white;
  transition: all .3s ease-in-out; 
  overflow: auto;
  text-align: center;
}

#search-input {
  font-size: 1.2em;
  padding: 10px;
  width: 100%;
  background-color: #080808;
  color: #fff;
  border: 4px solid #141414;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  
}

#search-input::placeholder {
  color: #888;
}

#search-input:hover, #search-input:focus {
  border: 4px solid #ff00f7;
  outline: none;
  box-shadow: 0 0 5px #ff00f7, 0 0 15px #ff00f7, 0 0 25px #ff00f7;
}

.movie-gallery {
  border-radius: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 20px;
  top: 10%;
  position: absolute;
  z-index: 2;
  left: 45%;
  transform: translateX(-30%);
}

.movie-gallery a {
  border-radius: 25px;
  display: block;
  margin: 10px;
  transition: transform 0.3s ease;
  max-width: 200px; 
  max-height: 800px; 
  overflow: hidden; 
}

.movie-gallery a img {
  border-radius: 25px;
  width: 100%;
  height: auto;
  top: 50%;
  left: 70%;

}

  .movie-gallery a {
    position: relative;
  }

  .movie-gallery a::before {
    content: "PLAY";
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-weight: bold;
    font-size: 1.7em;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-shadow: 0 0 10px #ff00ea, 0 0 30px #ff00ea, 0 0 50px #ff00ea;
  }

  .movie-gallery a:hover::before {
    opacity: 1;
  }

  .movie-gallery a:hover {
    transition: all .2s ease-in-out; 
    border-radius: 25px;
    transform: scale(0.9);
    box-shadow: 0 0 10px #ff00ea, 0 0 20px #ff00ea, 0 0 30px #ff00ea; 
  }
  /* For WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: black; 

}

::-webkit-scrollbar-thumb {
  background: black;

  border-radius: 6px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: red;

}

/* For Firefox */
.scrollbar {
  scrollbar-width: thin; /* Options: auto | thin */
  scrollbar-color: #888 #f1f1f1; /* Thumb and track color */
}
