* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}


body {
  background-color: #f4f4f4;
  font-size: 16px;
  background-color: #0a0d31;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100vh;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  position: fixed;
  top: 0px;
  z-index:-1;
}

.start {
  border: none;
  background-color: rgba(10, 10, 10, 0.5);    
  border-radius: 15px;
  color: var(--text-color);
  text-align: center;
  padding: 15px 60px;
  backdrop-filter: blur(2px);
  margin: 3px;
  transition: 0.3s;
}

.start:hover {
  transform: scale(1.2);
  background-color: rgba(10, 10, 10, 0.5);    
}

#roddy {
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 80%;
  max-width: 1000px;
  height: 400px;
  border-radius: 35px;
  color: white;
  padding: 90px;
  line-height: 1.8;
}

#roddy::-webkit-scrollbar {
  display: none;
}



#mcroddy {
  position: absolute;
  text-align: center;
  top: 30%;
  left: 50%;
  overflow: clip;
  backdrop-filter: blur(2px);
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  height: 380px;
  border-radius: 35px;
  color: white;
  background-color: rgba(10, 10, 10, 0.5);    
  padding: 30px;
  line-height: 1.8;
  overflow: hidden;
}

#rrb img {
  margin: 5px;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

#note img {
  margin: 8px;
  width: 135px;
  height: 135px;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.4s ease;
}

#roddy img {
  margin: 10px;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.4s ease;
}

#note img:hover {
  transform: scale(1.315);
  box-shadow: 0 0 0 4px #fff;
}



#roddy img:hover {
  transform: scale(1.315);
  box-shadow: 0 0 0 3.5px #fff;
 }

#note {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: auto; 
  border-radius: 0;
  color: white;
  padding: 90px;
  line-height: 1.8;
}

#notez {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow: auto; 
  border-radius: 0;
  color: white;
  padding: 250px;
  line-height: 1.8;
}


.header {
  background-color: #333;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

.logo:hover {
  transform: scale(1.3);
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.3);    
  backdrop-filter: blur(2px);
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  border-radius: 25px;
  font-family: 'notitle';
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  width: 50%;
  max-height: 57px;
  min-width: 350px;
  max-width: 810px;
}

/* Adjust for small screens */
@media screen and (max-width: 500px) {
  .navbar {
    width: 90%;
    font-size: 1.2rem;
    justify-content: center;
  }
}


.thing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 99999px;
  backdrop-filter: blur(2px);
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  border-radius: 25px;
  font-family: 'notitle';
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  width: 50%;
  max-height: 57px;
  min-width: 350px;
  max-width: 810px;
}

button {
  cursor: pointer;
  border: none;
  background-color: rgba(10, 10, 10, 0.5);    
  border-radius: 20px;
  color: var(--text-color);
  padding: 15px 20px;
  margin: 3px;
  transition: 0.3s;
}

button:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  background-color: rgba(86, 86, 86, 0.5);    
}


.search-container {
  padding: 5px 10px;
  border-radius: 20px;
  margin: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  backdrop-filter: blur(2px);
}
#searchInput:hover {
  transform: scale(1.2);
}
#searchInput {
    border: none;
    background-color: rgba(10, 10, 10, 0.5);    
    border-radius: 15px;
    color: var(--text-color);
    text-align: center;
    padding: 15px 35px;
    margin: 3px;
    transition: 0.3s;
  }


#searchInput::placeholder {
  color: #bbb;
}

#searchInput:focus {
  outline: none;
  box-shadow: 0 0 5px var(--text-color);
}

#logo {
  transform: scale(1.3);
}

#icons{
position: absolute;
left: 8%;
}

.navbar .logo {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  color: white;
}
.navbar .logo i {
  margin-right: 8px;
  margin-left: 8px;
  color: #a3a3a3;
}

.navbar .nav-right {
  display: flex;
  align-items: center;
  margin-right: 17px; 
}

.navbar .nav-right a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}

.navbar .nav-right a i {
  margin-right: 5px;
}

.navbar .nav-right a:hover {
  color: #a3a3a3;
}

#logo {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}


.navbar .logo i, .navbar .nav-right a i {
  font-size: 24px;
}

h5 {
  font-size: 15px;
}

a {
  text-decoration: none;
  outline: none;
  border: none;
}

a img {
  border: none;
}

.embed-container {
  width: 100vw;
  height: 100vh;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.embed-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}


.gamebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0%;
  z-index: 9999;
  font-family: 'notitle';
  height: 50px;
  overflow: hidden;
}

.gamebar button #mexigyatt {
  width: 1.0vw;
  height: 1.8vh;
}

.navbar button {
  margin: 0 auto;
  top: -9%;
  float: right;
  padding: 10px 12px;
  position: relative;
  background-color: transparent;
  border: none;
  color: #fff;
  transition: 0.3s;
}

.navbar button #mexigyatt {
  width: 0.9vw;
  height: 2vh;
}

.navbar button i {
  font-size: 1.7em;
  max-width: 100%;
  max-height: 100%;
}

.thing button i {
  font-size: 0.9em;
  max-width: 100%;
  max-height: 100%;
}

#roddypoor {
  position: absolute;
  text-align: center;
  top: 15%;
  left: 50%;
  overflow: clip;
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  height: 700px;
  border-radius: 35px;
  color: white;
  padding: 25px;
  line-height: 1.8;
}
#roddypoor img {
  margin: 5px;
  width:  90px;
  height: 90px;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.25s ease;
}
#roddypoor img:hover {
  transform: scale(1.2);
 }

 #mcicon img {
  width: 70px;
  height: 70px;
}

.nembed-container {
  width: 80vw;
  height: 75vh;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}


.nembed-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.3);    
  backdrop-filter: blur(2px);
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  border-radius: 25px;
  font-family: 'notitle';
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  width: 50%;
  max-height: 57px;
  min-width: 350px;
  max-width: 810px;
}

.section button {
  padding: 10px 10px;
  background-color: transparent;
  border: none;
  color: #fff;
  transition: 0.3s;
  position: relative;
  top: 0;
}

.section button:hover {
  background-color: initial;
  border: none;
  transform: none;
}



.section button #mexigyatt {
  width: 1.5vw;
  height: 2.5vh;
}

#brunyclone {
  position: absolute;
  text-align: center;
  top: 87%;
  left: 50%;
  overflow: auto; 
  transform: translateX(-50%);
  border-radius: 0px;
  color: white;
  width: 80%;
  max-width: 800px;
  height: 150px;
  padding: 15px;
  line-height: 1.8;
}

button {
  cursor: pointer;
  border: none;
  background-color: rgba(10, 10, 10, 0.5);    
  border-radius: 20px;
  color: var(--text-color);
  padding: 15px 20px;
  margin: 3px;
  transition: 0.3s;
}

button:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  background-color: rgba(86, 86, 86, 0.5);    
}

#mexigyatt {
    width: 40px;
    height: auto;
    object-fit: contain; 
}

.tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-family: sans-serif;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.1s ease-in-out;
  transform: translateY(5px);
  z-index: 9999;
  text-transform: capitalize;
  backdrop-filter: blur(2px);
}

.tooltip.show {
  opacity: 1;
  transform: translateY(0);
}

#logo2 img {
  transform: scale(1.3);
}

.clean-link {
  color: white;
  text-decoration: none;
}