* {
    margin: 0;
    padding: 0;
    font-family: "Reem Kufi Fun", sans-serif;
}

a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

body {
    background-color: black;
}

.selector {
    position: absolute;
    top: 850px;
    left: 50%;
    width: 100%;
    height: 90px;
    transform: translateX(-50%); 
    background-color: #0d0f36;
    z-index: 9;
}
.header {
    position: absolute;
    left: 50%;
    top: 970px;
    font-size: 18px;
    width: 1200px;
    height: 250px;
    transform: translate(-50%);
}

#home {
    background-color: #3b82f6;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    padding: 10px 18px;
    transition: 0.4s;
}

#blog {
    position: absolute;
    text-align: center;
    border-radius: 10px;
    padding: 10px 18px;
    left: 105px;
    transition: 0.4s;
}

#portfolio {
    position: absolute;
    text-align: center;
    border-radius: 10px;
    padding: 10px 18px;
    left: 236px;
    transition: 0.4s;
}

#prices {
    position: absolute;
    text-align: center;
    border-radius: 10px;
    padding: 10px 18px;
    left: 332px;
    transition: 0.4s;
}

#home:hover {
    background-color: #3b82f6;
    transition: 0.4s;
}

#blog:hover {
    background-color: #3b82f6;
    transition: 0.4s;
}

#portfolio:hover {
    background-color: #3b82f6;
    transition: 0.4s;
}

#prices:hover {
    background-color: #3b82f6;
    transition: 0.4s;
}

#discord {
    position: absolute;
    left: 850px;
    background-color: #5865f2;
    padding: 13.5px 18px;
    font-size: 20px;
    border-radius: 7px;
    text-align: center;
    transition: 0.4s;
}

#minezone {
    position: absolute;
    top: 800px;
    left: 50%;
    transform: translateX(-50%); 
    background-color: #eaa21a;
    padding: 10px 18px;
    border-radius: 7px;
    text-align: center;
    color: #7c2d12;
    transition: 0.4s;
    z-index: 10;
    cursor: pointer; /* kattintható jel */
}

#minezone::after {
    content: 'Kattints a másoláshoz';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

#minezone:hover::after {
    opacity: 1;
}

#minezone:hover {
    transition: 0.4s;
    background-color: #f7c040;
}

#playercount {
    position: relative;
    left: 7.5px;
    top: -1px;
    color: #984b14;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 17px;
}

#discord:hover {
    transition: 0.4s;
    background-color: #6d79f7;
}

.kep {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 850px;
    background-image: url("images/questzone2.png");
    background-size: cover;
    z-index: 1;  /* alacsony z-index a képnek */
}


#news {
    text-align: center;
    position: relative;
    top: 1100px;
    font-size: 20px;
    color: white;
}

#news2 {
    color: gray;
    letter-spacing: 1px;
}

.update-1 {
    display: flex;
    position: relative;
    left: 50%;
    top: 50px;
    width: 950px;
    height: 250px;
    transform: translate(-50%);
    transition: 0.2s;
}
.update-1:hover {
    background: rgba(255, 255, 255, 0.20);
    transition: 0.2;
    border-radius: 20px;
}
.update-1-picture {
    position: relative;
    width: 400px;
    height: 250px;
    background-image: url("images/update-1.png");
    background-size: cover;
    border-radius: 10px;
    transition: 0.2s;
}

.update-1-picture:hover {
    position: relative;
    transition: 0.2s;
}
.update-1-message {
    position: absolute;
    left: 425px;
    width: 500px;
    height: 250px;
    border-radius: 10px;
    text-align: justify;
}
#title {
    color: #ccc0b1;
    font-size: 30px;
    position: relative;
    top: 5px;
    letter-spacing: 2px;
}
#date {
    position: relative;
    color: #f5a742;
    font-size: 14px;
    letter-spacing: 2px;
}
#message {
    color: #87847b;
    font-size: 18px;
    position: relative;
    top: 10px;
    letter-spacing: 1px;
}

#tovabb {
    color: #7c2d12;
    background-color: #eaa21a;
    padding: 15px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%);
    top: 1210px;
    transition: 0.4s;
}

#tovabb:hover {
    transition: 0.4s;
    background-color: #f7c040;
}
.tajekoztatas {
    left: 50%;
    transform: translate(-50%);
    position: relative;
    top: 1000px;
    padding: 30px;
    width: 1000px;
    height: 400px;
    color: white;
    background-color: #e8e0cc;
    border-radius: 10px;
    color: black;
}


.footer {
    position: absolute;
    top: 3000px;
    height: 75px;
    width: 100%;
    transform: translate(-50%);
    left: 50%;
    border-top: 2px solid black;
    box-shadow: 0px -1px 10px 3px #3d3d3a;
}

.f-message-1 {
    color: #cfcac2;
    position: absolute;
    left: 25px;
    top: 25px;
    letter-spacing: 0.9px;
}
.tudnivalok {
    width: 1200px;
    height: 400px;
    display: flex;
    left: 50%;
    top: 2000px;
    transform: translate(-50%);
    position: absolute;
}

.tudnivalo1 {
    position: relative;
    border-radius: 10px;
    width: 500px;
    height: 50px;
    transition: 1s;
    background-color: rgba(165, 168, 173,0.20);
}

.tudnivalo1:hover {
    transition: 1s;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.20);
}

.t1-title {
    position: relative;
    top: 10px;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    color: #dbd8ce;

}

.tudnivalo1:hover>.t1-message {
    transition-delay: 0.25s;
    opacity: 1;
}

.t1-message {
    color: gray;
    opacity: 0;
    position: relative;
    top: 10px;
    letter-spacing: 1px;
    padding: 15px;
    font-size: 18px;
    text-align: justify;
    transition: 0.5s;
}

.t1-logo {
    background-image: url("images/diamond.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    top: -50px;
    position: relative;
    background-size: 48px;
    rotate: 30deg;
    left: 470px;
}

.tudnivalo2 {
    position: relative;
    border-radius: 10px;
    width: 500px;
    height: 50px;
    left: 200px;
    transition: 1s;
    background-color: rgba(165, 168, 173,0.20);
}

.tudnivalo2:hover {
    transition: 1s;
    height: 400px;
    background-color: rgba(255, 255, 255, 0.20);
}

.t2-title {
    position: relative;
    top: 10px;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    color: #dbd8ce;

}

.tudnivalo2:hover>.t2-message {
    transition-delay: 0.25s;
    opacity: 1;
}

.t2-message {
    color: gray;
    opacity: 0;
    position: relative;
    top: 10px;
    letter-spacing: 1px;
    padding: 15px;
    font-size: 18px;
    text-align: justify;
    transition: 0.5s;
}

.t2-logo {
    background-image: url("images/lava.png");
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    top: -50px;
    position: relative;
    background-size: 48px;
    rotate: 30deg;
    left: 470px;
}

.szerverek {
    color: gray;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 1850px;
}

.sz-title {
    color: white;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;

}

.sz-message {
    font-size: 20px;
    letter-spacing: 1px;
}

*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #b5aea1;
  }
*::-webkit-scrollbar-track:hover {
    background-color: #cfcac2;
  }
  
*::-webkit-scrollbar-track:active {
    background-color: #cfcac2;
  }
  
*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color:  #cc850a;
  }
  
*::-webkit-scrollbar-thumb:hover {
    background-color: #eaa21a;
  }
  
*::-webkit-scrollbar-thumb:active {
    background-color: #eaa21a;
  }