@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #011101;
    font-family: poppins, sans-serif;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    position: sticky;
    top: 0;
    background: rgb(2, 28, 2);
    box-shadow: rgb(5, 66, 5) 0px 0px 30px 0px;
    backdrop-filter: blur(50px);
    z-index: 999;
    border-bottom: 1px solid rgba(0,255,102,0.3);
}

.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 2rem;
    max-width: 1600px;
}

.logo {
    font-size: 2.5rem;
    font-weight: 660;
    color: rgb(251, 255, 0);
    text-decoration: none;
    cursor: pointer;
}

.omniplay {
    height: 190px;
    width:  340px;
    margin: 39px auto 20px auto;
    padding-top: 15px; 
    padding-left: 10px;
    align-items: left;
    justify-content: left;
}

.navbar-container .files {
    display: flex;
    text-align: center;
    gap: 1.3rem;
    list-style: none;
}

.navbar-container .files li a {
    text-decoration: none;
    color: rgb(251, 255, 0);
    font-size: 1.6rem;
    font-weight: 550;
    padding: 3px 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.navbar-container .files li a:hover {
    background: rgb(18, 84, 3);
    color: rgb(251, 255, 0);
    border: 3px solid rgb(81, 255, 156);
    font-size: 1.8rem;
}

.box {
    border: 2px solid rgb(0, 255, 4);
    border-radius: 20px;
}

.up-part {
    padding: 10px;
    margin: 0px;
    font-family: "New Rocker", system-ui;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.8px;
}

.up-part h1 {
    font-size: 120px;
    margin-top: 200px;
    color: yellow;
    text-shadow: 0 0 8px #000, 0 0 10px rgba(0,255,0,0.5);
    -webkit-text-stroke: 0.5px black;
    justify-content: center;
    text-align: center;
    font-weight: 700px;
    align-items: center;
}

.up-part p {
    font-size: 70px;
    margin-top: 10px;
    color: yellow;
    -webkit-text-stroke: 0.5px black;
    justify-content: center;
    text-align: center;
    font-weight: 1000px;
    align-items: center;
}

.up-part h2 {
    font-size: 90px;
    margin-top: 0px;
    color:yellow;
    -webkit-text-stroke: 0.5px black;
    justify-content: center;
    text-align: center;
    font-weight: 700px;
    align-items: center;
}

.up-part {
    height: 100vh;
    background: url('../Images/Section Image.png') no-repeat center center/cover;
    border-bottom: 5px solid #00ff66;
}

.home-section {
    margin: 20px 10px 10px ;
    color: whitesmoke;
    font-size: 60px;
}

.Minecraft-section {
    color: whitesmoke;
    border: 3px solid #00ff66;
    box-shadow: 0 0 6px rgba(0,255,102,0.6);
    margin: 40px;
    border-radius: 20px;
    display: inline-block;
    flex: 0.9;
    margin-left: 80px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

}
.h2minecraft {
    text-align: center;
    margin: 15px 0px 20px 0px;
    font-size: 50px;
}
.minecraft-links {
    list-style: none;
    margin: 20px;
    font-size: 25px;
}
.Minecraft-section p{
    margin: 10px 20px;
    font-size: 25px;
}
.Minecraft-card{
    border: 3px solid #00ff66;
    box-shadow: 0 0 6px rgba(0,255,102,0.6);
    margin-left: 40px;
    border-radius: 20px;
    display: inline-block;
    color: whitesmoke;
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    
    
}

.Minecraft-card-image{
    height: 300px;
    width: 300px;
    border-radius: 15px;
}

.Minecraft-card h1{
    font-size: 40px;
    font-weight: 700;
}

.Minecraft-card p{
    font-size: 30px;
}

.home-minecraft{
    display: flex;
    gap: 30px;
    align-items: center; 
}
.home-minecraft{
    background: url(../Images/Mineraft-Background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 5px solid #00ff66;
    border-bottom: 5px solid #00ff66;
    
}

.Minecraft-section a{
    text-decoration: none;
    color: rgb(251, 255, 0);
    font-size: 20px;
    font-weight: 550;
    padding: 3px 15px;
    border-radius: 15px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    white-space: nowrap;
}

.Minecraft-section a:hover {
    background: rgb(18, 84, 3);
    color: rgb(251, 255, 0);
    border: 3px solid rgb(81, 255, 156);
    font-size: 22px;
}

.book{
    text-decoration: none;
    color: whitesmoke;
    font-size: 30px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    white-space: nowrap;
    z-index: -5;

}

.book-h1{
    text-decoration: none;
    color: whitesmoke;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.5s ease;
    white-space: nowrap;
    z-index: -5;
}

.book:hover {
    background: rgb(18, 84, 3);
    color: rgb(251, 255, 0);
    border: 3px solid rgb(81, 255, 156);
    font-size: 35px;
}

.book-h1:hover {
    background: rgb(18, 84, 3);
    color: rgb(251, 255, 0);
    border: 3px solid rgb(81, 255, 156);
    font-size: 45px;
}

.about-body{
color: whitesmoke;
}

.about-section-1{
     max-width: 900px;
  margin: 60px auto;
  padding: 50px 40px;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 2px solid #00ff66;
  box-shadow: 0 0 25px rgba(0,255,102,0.25);
  text-align: center;
}

.about-section-1 h1{
    font-size: 48px;
    margin-bottom: 15px;
    align-items: center;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    text-justify: center;
}

.about-section-1 div{
    font-size: 30px;
    margin-bottom: 15px;
    color: #dddddd;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-justify: center;
}
.about-section-1 p{
    font-size: 25px;
    align-items: center;
    color: #cccccc;
    text-align: center;
    justify-content: center;
    text-justify: center;
}

.about-section-2{
    margin: 50px 80px;
    padding: 30px;
    border: 3px solid #00ff66;
    box-shadow: 0 0 6px rgba(0,255,102,0.6);
    border-radius: 20px;
    background: rgba(0, 0, 0, .55);
    background-image: url(../Images/java-background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.about-section-2 h1{
    font-size: 60px;
    margin-bottom: 20px;
    align-items: left;
    text-align: left;
    justify-content: left;
    text-justify: left;
}

.about-section-2 div{
    font-size: 45px;
    margin-bottom: 25px;
    align-items: left;
    text-align: left;
    justify-content: left;
    text-justify: left;
    text-decoration: underline;
}

.about-section-2 p{
    font-size: 21px;
    font-weight: bold;
    padding: 10px;
}

.like {
    color: gold;
    font-size: 35px;
    margin: 0px 5px 0px 5px;
    text-decoration: none;
}
.like:hover {
    color: #00ff66;
    font-size: 40px;
    transition: 1.09s ease;
}