html, body {
height: 100%;
margin: 0;
padding: 0;

}
body { 
font-family: Arial; 
    background-image: url(images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	height: 100vh;
color: #eee; 
margin: 0; 
padding: 0; }
nav {  padding: 10px; }
nav a { color: #fff; margin-right: 10px; text-decoration: none; }
form { padding: 0px;  max-width: 400px; margin: auto; }
input, textarea, select, button { width: 100%; margin: 5px 0; padding: 5px; }
img { max-width: 100%; }
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #242526;
  color: white;
  text-align: center;
}
.servers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 20px;
    border:solid;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.server-box {
    width: 320px;
    background: linear-gradient(to bottom right, #1f1f1f, #2c2c2c);
    border: 1px solid #00ff88;
    border-radius: 10px;
    padding: 20px;
    color: #eee;
    box-shadow: 0 0 15px rgba(0, 255, 136, 0.3);
    transition: transform 0.25s, box-shadow 0.25s;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

.server-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 255, 136, 0.5);
}

.server-box h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #00ff88;
    text-shadow: 0 0 5px rgba(0, 255, 136, 0.5);
    border-bottom: 1px solid #00ff88;
    padding-bottom: 5px;
}

.server-box p {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.4;
    color: #ccc;
}

.server-box strong {
    color: #ffffff;
}

.offline {
    color: #ff4444;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;
}


body1 {
	margin: 0;
	padding: 0;
	background-image: url(1.jpg);
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	font-family: sans-serif;
}


.contact-form {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 500px;
	padding: 80px 40px;
	box-sizing: border-box;
	background-color: rgba(41, 39, 39, 0.3);
	box-shadow: 0 5px 30px black;
}
.contact-form-new {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	height: 550px;
	padding: 80px 40px;
	box-sizing: border-box;
	background-color: rgba(41, 39, 39, 0.3);
	box-shadow: 0 5px 30px black;
}
.avatar {
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	top: calc(-80px/2);
	left: calc(50% - 50px);
	border: 10px solid #fff;
}
.contact-form h2 {
	margin: 0;
	padding: 0 0 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.contact-form p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #fff;
}
.contact-form input {	
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	width: 90%;
	border-bottom: 2px solid white;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	color: white;
}
.contact-form input[type="text"], 
.contact-form input[type="password"] {
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 40px;
	color: #fff;
	font-size: 16px;
}
.btn2 {
	padding: 10px;
	width: 150px;
	border-radius: 20px;
	background-color: rgb(10, 136, 43);
	border-style: none;
	color: white;
	font-weight: 600;
	margin: 10% 0;
}
.btn-area {
	display: flex;
	justify-content: center;
}
.contact-form a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.rem {
	text-align: center;
	color: rgb(199, 197, 197) !important;
	font-size: 16px;
}
input[type="checkbox"] {
	width: 5%;
}


$borderRadius: 10px;
$spacer: 1rem;
$primary: #C4151C;
$text: #fff;
$linkHeight: $spacer * 3.5;
$timing: 250ms;
$transition: $timing ease all;
$linkWidth: 10rem;

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
nav{
  position: auto;
  z-index: 99;
  width: auto%;
  
  background: #242526;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  background: #3A3B3C;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

.navbar {
    display: flex;
	width : 60%;
    justify-content: space-between; /* Logo left, nav right */
    align-items: center;
    
    padding: 10px 20px;
}

.logo {
    font-size: 24px;
    font-weight: bold;
	width: 200px;
    color: #00ff88;
    margin: 0; /* stick left */
}
.ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 15px;
}
nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
    transition: 0.3s;
}

nav ul li a:hover,
nav ul li a.active {
    background-color: #00ff88;
    color: black;
    border-radius: 4px;
}
.navbar nav ul li a.active {
    background: #00ff88;
    color: #0e0e0e;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0, 255, 136, 0.5);
}

.main-content {
    flex: 1;
    padding: 20px 30px;
}
.main-content hr {
      height: 0;
      border: none;
    }
.news-item {
    border:solid;
	width:80%;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.news-item h3 {
    color: #00ff88;
    margin-bottom: 5px;
}

.news-item .pinned-label {
    background: #ff9800;
    color: #121212;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-left: 8px;
}

.news-item p em {
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: block;
}

.news-photo {
    max-width: 100%;
    max-height: 250px;
    display: block;
    margin: 10px 0;
    border-radius: 6px;
}

.pagination {
    text-align: center;
    margin-top: 25px;
}

.pagination a {
    color: #0ff;
    text-decoration: none;
    margin: 0 8px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: background 0.3s ease;
}

.pagination a.active,
.pagination a:hover {
    background: #0ff;
    color: #121212;
    border-color: #0ff;
}
.btn-delete {
    background-color: #c62828;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
}

.btn-delete:hover {
    background-color: #b71c1c;
}
.login-info {
    margin-top: 15px;
    font-size: 14px;
    background-color: #2a2a2a;
    padding: 10px 15px;
    border-left: 4px solid #ffcc00;
    border-radius: 4px;
}
.logged-message {
    background: #00ff88;
    color: #0e0e0e;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    border-bottom: 2px solid #0e0e0e;
    box-shadow: 0 0 5px rgba(0,255,136,0.3);
}

.logo
position: fixed;
}

.slideshow-container {
    overflow: hidden;
	margin-top: 5px;
	margin-left: 5px;
}

.slide {
    display: none;
    justify-content: center;
    align-items: center;
    height: 300px;
    
}

.slide.active {
    display: flex;
}

.slide img {
	border:solid;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}





.slideshow-nav {
    text-align: center;
    margin-top: 10px;
}

.slideshow-nav span {
    font-size: 30px;
    color: #fff;
    background: #333;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    transition: background 0.3s ease;
}

.slideshow-nav span:hover {
    background: #555;
}
.server-box {
    background: #222;
    padding: 100px;
	margin-top: 10px;
	margin-left: 10px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 0 10px #000;
}

h2, h3 {
    color: #00ccff;
}
.user-info {
	color: #00ff88;
}
.animated-glow {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px #ffcc66, 0 0 40px #ffcc66;
  animation: pulseGlow 3s infinite;
  transition: 0.3s ease-in-out;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 10px #ffcc66;
  }
  50% {
    box-shadow: 0 0 20px #ffd700, 0 0 30px #ffcc66;
  }
  100% {
    box-shadow: 0 0 10px #ffcc66;
  }
}