* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

body {
  background-color: #f4f4f4;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  background-color: #161616;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100vh;
  overflow: hidden;
  position: relative;
  overflow-y: scroll;
  color: white;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  position: fixed;
  top: 0px;
  z-index:-1;
}

.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;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: rgba(10, 10, 10, 0.7);    
  backdrop-filter: blur(5px);
  position: fixed;
  width: 85%;
  top: 0;
  left: 7.4%;
  z-index: 9999;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  font-family: 'notitle';
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
}

#icons{
position: absolute;
left: 8%;
}

.navbar .logo {
  font-size: 24px;
  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: 45px; 
  height: 36px; 
  vertical-align: middle; 
}

.navbar .logo i, .navbar .nav-right a i {
  font-size: 24px;
}

#roddyrichesbox {
  position: absolute;
  text-align: center;
  backdrop-filter: blur(5px);
  background-color: rgba(10, 10, 10, 0.7);
  top: 10%;
  left: 50%;
  overflow: clip;
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  height: 730px;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  color: white;
  padding: 30px;
  line-height: 1.8;
  overflow-y: auto;
}

#roddyrichesbox img {
  margin: 5px;
  border-radius: 15px;
  object-fit: cover;
  transition: transform 0.25s ease;
}
#roddyrichesbox img:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

#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;
}


#note img {
  margin: 5px;
  width: 240px;
  height: 150px;
  border-radius: 15px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

#note img:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

#roddypoor {
  position: absolute;
  text-align: center;
  backdrop-filter: blur(5px);
  background-color: rgba(10, 10, 10, 0.7);
  top: 15%;
  left: 50%;
  overflow: clip;
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  height: 630px;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  color: white;
  padding: 30px;
  line-height: 1.8;
}

#roddypoor img:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.embed-container {
  width: 70vw;
  height: 70vh;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.embed-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.section {
  margin: 0 auto;
  width: 70vw;
  height: 5vh;
  backdrop-filter: blur(5px);
  background-color: rgba(10, 10, 10, 0.7);
  color: #fff;
  position: relative;
  z-index: 2;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.section button {
  margin: 0 auto;
  top: -9%;
  float: right;
  padding: 10px 10px;
  position: relative;
  background-color: transparent;
  border: none;
  color: #fff;
  transition: 0.3s;
}

.section button #mexigyatt {
  width: 1.5vw;
  height: 3vh;
}


.section button:hover {
  color: #a3a3a3;
}

#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;
}

#brunyclone img {
  margin: 5px;
  width: 300px;
  height: 100px;
  border-radius: 15px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

#brunyclone img:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

button {
  cursor: pointer;
  border: none;
  background-color: rgba(10, 10, 10, 0.5);    
  border-radius: 20px;
  color: var(--text-color);
  padding: 20px 70px;
  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; 
}
#sad404 img {
  width: 100px;
  height: 130px;
}

#partner {
  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;
}

#partner img {
  margin: 5px;
  max-width: 200px;
  max-height: 200px;
  border-radius: 15px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

#partner img:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

#mcicon img {
  width: 70px;
  height: 70px;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.search-container {
  background-color: #000;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 3px;
  display: flex;
  justify-content: center;
  border: 3px solid #313131;
  align-items: center;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.prox-search-container {
  background-color: #000;
  border-radius: 20px;
  margin: 3px;
  display: flex;
  justify-content: center;
  border: 3px solid #313131;
  align-items: center;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Roboto', sans-serif;
}

#searchInput {
  background-color: #000;
  color: var(--text-color);
  border: none;
  padding: 5px 10px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s;
}

#uv-address {
  font-family: 'Roboto', sans-serif;
  background-color: #000;
  color: var(--text-color);
  border: none;
  padding: 20px 10px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
  transition: 0.3s all ease-in-out;
}

#uv-address:focus {
  border-color: white;
  outline: none;
}

#searchInput::placeholder, #uv-address::placeholder {
  color: #bbb;
  font-family: 'Roboto', sans-serif;
}

#searchInput:focus {
  outline: none;
  box-shadow: 0 0 5px var(--text-color);
}


#bigtext {
  font-size: 35px;
}

#logo-gif {
  max-width: 200px;
}