@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
body{
    margin:0;
    font-family: 'Inter', sans-serif;
    background-color: #0e0e10;
    color:white;
    overflow-x: hidden;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    color: #ACA8AF;
    font-size: 0.875rem;
    background-color: #131315;
    border-top:1px solid #27272a;
    margin-top:10vh;
}

.footer-left h1  {
    color:white;
    font-size: 1.5rem;
    font-weight: 600;
}
.footer-left p {
    margin-top:-10px;
    font-size: 1rem;
    color:hsl(240 5% 64.9%)
}
.footer-right p {
    font-size: 1rem;
    color:hsl(240 5% 64.9%)
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 3rem 7rem;
    margin-top: -2vh;
}
.logo {
    margin-left:5px;
}
.mc-versions {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.version {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 25px;
    border-radius: 15px;
    margin-right: 20px;
    margin-top:10px;
    width:44vh;
    transition: all .2s ease-in-out;
    background-color: #141416;
}
.nav-link {
    color:white;
    text-decoration: none;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:5px;
    cursor:pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.selected {
    background-color: #1f1f23;
}
.git-link {
    color:white;
    text-decoration: none; 
    background-color: #1f1f23;
    padding:10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius:5px;
    cursor:pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.git-link:hover {
    background-color: #27272A;
}
.nav-link:hover {
    background-color: #18181B;
}
.center {
    display: flex;
    align-items: center;
}
.right {
    display: flex;
    align-items: center;
    margin-left:0vh;
}
.left {
    cursor:pointer;
    display:flex;
    align-items: center;
}
.banner {
    padding:15px;
    display: flex;
    justify-content: space-between;
    padding-bottom:20px;
    margin-top: -6vh;
    height:fit-content;
}
.banner h2 {
    font-size: 48.5px;
    font-weight: 600;
}
.banner h1 {
    font-weight: 700;
    margin-top:-34px;
    font-size: 56px;
}

.righty {
    position: relative;
    animation: slideIn 0.9s ease-out 0.3s forwards;
    opacity: 0;
    display: inline-block;
    transform: translateX(100%);
    z-index: 0;
}

.righty::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 15px;
  right: 15px;
  bottom: 30px;
  background: linear-gradient(
    125deg,
    rgba(26, 117, 255, 0.3) 13%,
    rgba(132, 94, 194, 0.3) 72%
  );
  z-index: -1;
  filter: blur(12px);
  border-radius: 30px;
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;

  opacity: 0.8;
}
.righty:hover::before {
  filter: blur(20px);
  opacity: 1;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.news {
    color:#ACA8AF;
    margin-top: 50px;
    margin-bottom:-35px;
    padding-bottom: 0.25rem!important;
    padding-top: 0.25rem!important;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    border-radius:2rem;
    padding-left:20px;
    padding-right:20px;
    border: 1px solid #27272a;
    width:fit-content;
    transition: all .2s ease-in-out;
    font-size:16px;
    font-weight:500;
}

.news:hover {
    background-color: #18181B;
    color:white;
    cursor:pointer;
}
p {
    font-weight: 400;
    font-size: 1.25rem;
}
.start {
    padding:12px;
    padding-left: 20px;
    padding-right: 20px;
    width:150px;
    background-color: #1f1f23;
    color:white;
    font-family:'Inter', sans-serif;
    transition: all .2s ease-in-out;
    border:none;
    border-radius:1rem;
    font-size: 1.05rem;
    font-weight: 500;
    margin-top:10px;
}
.start:hover {
    cursor:pointer;
    background-color: #18181B;
}
.start2 {
    padding:12px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    width:150px;
    background-color: #1f1f23;
    color:white;
    font-family:'Inter', sans-serif;
    transition: all .2s ease-in-out;
    border:none;
    border-radius:10px;
    font-size: 1.25em;
    margin-top:10px;
}
.start2:hover {
    cursor:pointer;
    background-color: #18181B;
}
.lefty {
    margin-left: 7.5%;}
.divide {
    border-top:1px;
    color:black;
}
.features {
    margin-top:100px;
}
.temp {
    display:flex;
    background-color:black;
    justify-content: center;
}
.buttons {
    width:75%;
    margin-top:80px;
    display: flex;
    justify-content: center;
    gap:25px;
}
.lefter {
    transition: all .3s ease-in-out;
    width:360px;
    color:#aaaaac;
    border-radius:8px;
    height:150px;
    text-align: left;
    padding: 1rem 1.5rem;
}
.lefter:hover {
    cursor:pointer;
    background-color: #131315;
}
.centerer {
    background:none;
    transition: all .2s ease-in-out;
    justify-self: center;
    width:360px;
    border-radius:8px;
    height:150px;
    color:#aaaaac;
    text-align: left;
    padding: 1rem 1.5rem;
}
.centerer:hover {
    cursor:pointer;
    background-color: #131315;
}
.righter {
    width:360px;
    border-radius:8px;
    padding: 1rem 1.5rem;
    height:150px;
    text-align: left;
    transition: all .2s ease-in-out;
    color:#aaaaac;
}
.righter:hover {
    cursor:pointer;
    background-color: #131315;
}
.gradient-bg {
    background: linear-gradient(125deg, rgba(26,117,255,1) 13%, rgba(132,94,194,1) 72%);
    color:white;
}
.image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:50px;
}
.image img {
    border-radius:15px;
}
.one {
    display:block;
}
.two {
    display:none;
}
.three {
    display:none;
}
.ft {
    margin-top:80px;
    display: flex;
    justify-content: center;
    gap:10vh
}
.ly {
    width:590px;
    text-align: left;
    background-color: #131315;
    height:400px;
    border-radius:15px;
    padding:15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}

.ry {
    width:590px;
    text-align: left;
    background-color: #131315;
    height:400px;
    border-radius:15px;
    padding:15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}
.log {
    font-size:2.75rem;
    background: linear-gradient(136.82deg,rgba(255,255,255,.1) 10%,rgba(255,255,255,.02) 100%);
    padding:0.75rem;
    padding-bottom:0.5rem;
    padding-top:0.5rem;
    border-radius:1rem;
    width:40px;
}
#up {
    margin-top:45px;
    margin-left:28px;
}
.bottom {
    width:81%;
    margin-top:25px;
    text-align: left;
    background-color: #131315;
    height:380px;
    border-radius:15px;
    padding:15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}
.final {
    margin-top:50px;
}
.icony {
    background:linear-gradient(125deg, rgba(26,117,255,1) 13%, rgba(132,94,194,1) 72%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.finallogo {
    font-size:2.75rem;
    background: linear-gradient(136.82deg,rgba(255,255,255,.1) 10%,rgba(255,255,255,.02) 100%);
    padding:0.75rem;
    padding-bottom:0.5rem;
    padding-top:0.5rem;
    border-radius:1rem;
    width:100px;
    height:101px;
    margin-bottom:-20px;
}
.footer {
    display:flex;
    justify-content:space-between;
    margin-top:50px;
    height:70px;
    background-color: #131315;
    border-top:1px solid #27272a;
    padding:15px;
    padding-left:30px;
    width:97%;
}
body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
    background: #0e0e10;        /* color of the tracking area */
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #404040;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #0e0e10;  /* creates padding around scroll thumb */
  }
  body::-webkit-scrollbar-thumb:hover {
    background-color: #555;   /* color of the scroll thumb */
  }
.ony {
    display:flex;
    align-items: center;
}
.foo {
    color:white;
    text-decoration: underline;
    cursor:pointer;
}
.pagetop {
    font-weight:500;
}
h2 {
    font-weight:500;
}
:root {
    scroll-behavior: smooth;
}
.ohboy {
    display:flex;
    justify-content: space-between;
    width:1100px;
    margin-top:5%;
}
.l {
    margin-left:-6%;
    width:fit-content;
    text-align: left;
    font-size:18px;
}
.normal {
    color:rgb(13, 110, 253);
    cursor:pointer;
    transition: all .2s ease-in-out;
    font-size:18px;
    text-decoration: none;
}
.normal:hover {
    text-decoration: underline;
}
.r {
    margin-right:-5%;
    text-align:left;
}
.gtk {
    background-color:#18181b;
    border-radius: 1rem;
    padding:15px;
    width:100%;
    text-align:left;
    height:100px;
}
.bottom2 {
    width:81%;
    margin-top:25px;
    align-items: left;
    text-align: left;
    background-color: #18181b;
    transition: all .2s ease-in-out;
    height:380px;
    border-radius:15px;
    padding:15px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
}
.bottom2:hover {
    background-color: #131315;
}
.help-container {
    display: flex;
    justify-content: center;
    gap:30px;
}

.hel1, .hel2 {
    background-color:#18181B;
    width:500px;
    height:200px;
    border-radius:15px;
    padding:15px;
    text-align: left;
    cursor: pointer;
    border:1px solid #18181B;
    transition: all .2s ease-in-out;
}
.hel1 {
    margin-left:14.5%;
}
.hel2 {
    margin-right:14.5%;
}
.hel1:hover, .hel2:hover {
    background-color: #131315;
    border: 1px solid rgb(13, 110, 253);
}
.yup {
    color:white;
    text-decoration: underline;
    cursor:pointer;
    transition: all .2s ease-in-out;
}
.yup:hover {
    color:#ACA8AF;
}
.mnav {
    display:none;

}
#cp {
    margin-left:35px;font-size:0.95rem; max-width: 500px;line-height: 20px;color:#ababad;
}
.ttl {
    margin-top:-14px;
}
.links-menu {
    display: none;
}
.imp {
    font-size:3.5rem;
}
.imp2 {
    font-size:4.7rem;
}
#imp {
    max-width: 900px;font-size:1.5rem;
}
.imp3 {
    max-width: 900px;font-size:1.5rem;margin-top:-20px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color:#0e0e10;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 1.25rem;
    color:white;
    display: block;
    transition: 0.3s;
  }
  #lll {
    margin-left:20px;
    margin-top:15px;
  }
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 8px;
    color:white;
    right: 10px;
    font-size: 30px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
@media screen and (max-width: 800px) {
    nav {
        display:none;
    }
    .mnav {
        display:flex;
        justify-content: space-between;
        padding-left:20px;
        padding-right:30px;
        padding-top:30px;
    }
    #mask {
        display:none;
    }
    .banner {
        padding:15px;
        text-align: left;
        border:none;
    }
    .features {
        margin-top:250px;
    }
    .buttons {
        display: block;
        margin-top:50px;
    }
    .lefter {
        margin-left:3.9%;
        margin-top:20px;
        width:80%;
        margin-bottom:20px;
    }
    .centerer {
        margin-left:3.9%;
        margin-top:20px;
        width:80%;
        margin-bottom:20px;
    }
    .righter {
        margin-left:3.9%;
        margin-top:20px;
        width:80%;
        margin-bottom:20px;
    }
    .ft {
        margin-top:50px;
        display: block;
    }
    .ly {
        text-align: left;
        margin-left:3%;
        margin-top:20px;
        width:89.6%;
        height:fit-content;
        padding-bottom:15px;
        margin-bottom:20px;
        padding-left: 0px;
    }
    .ry {
        margin-left:3%;
        margin-top:20px;
        width:89.6%;
        height:fit-content;
        padding-bottom:30px;
        padding-left: 0px;
        margin-bottom:20px;
    }
    .bottom {
        margin-left:3%;
        margin-top:20px;
        width:89.6%;
        height:fit-content;
        padding-bottom:30px;
        margin-bottom:20px;
        padding-left: 0px;
    }
    .final {
        margin-top:50px;
        max-width:400px;
        text-align:center;
    }
    .finallogo {
        margin-left:0px;
        margin-top:0px;
        margin-bottom:0px;
    }
    .footer {
        display:block;
        margin-top:50px;
        height:fit-content;
        padding-left:10px;
        padding-right:10px;
        padding-top:0px;
        padding-bottom:10px;
        width:94%;
        margin-bottom:-15px;
    }
    #cp {
        margin-top:20px;
        margin-left:28px;
    }
    .sm {
        text-align: center;
        font-size:15px;
        margin-left:0px;
    }
    .lefty {
        margin-left: 0%;
        font-size:10px;
        text-align: center;
    }
    .lefty h2 {
        font-size: 2rem;
    }
    .lefty h1 {
        font-size: 2.1rem;
        text-align: center;
        margin-top:-20px;
    }
    .lefty .ttl {
        font-size: 1.25rem;
        text-align: center;
        margin-top:10px;
    }
    .news {
        align-self: center;
        margin-left:18%;

        margin-top:20px;
        margin-bottom:-20px;
        font-size: 1rem;
    }
    .start {
        text-align: center;
        margin-top:15px;
        margin-bottom:20px;
        font-size: 1.25rem;
    }
    .imp {
        font-size:2rem;
        max-width:350px;
        font-weight: 800;
    }
    #imp {
        font-size:1.25rem;
        max-width:250px;
        line-height: 28px;
    }
    .features {
        margin-top:50px;
    }
    .imp2 {
        font-size:2.5rem;
        max-width:350px;
        font-weight: 700;
    }
    .imp3 {
        font-size: 1.25rem;
        max-width: 350px;
    }
}

.cool {
    background: linear-gradient(125deg, rgba(26,117,255,1) 13%, rgba(132,94,194,1) 72%);
}
.cool:hover {
    filter: brightness(70%);
}
.platforms {
    display: flex;
    justify-content: center;
    width:103%;
    margin-bottom:15px;
    padding-left:0;
    padding-right:0;
}
.platform {
    display: flex;
    align-items: center;   /* vertical centering */
    justify-content: center; /* horizontal centering */
    background: transparent;
    border-radius: 5px;
    height: 5.5vh;
    color: #ababad;
    width: 100%;
    text-align: center;
    border: 1px solid #27272a;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.platform:hover {
    background: #131315;
}
.selected-p {
    background: linear-gradient(350deg, rgba(132, 94, 194, .65) -40%, rgba(132, 94, 194, 0) 44.5%), linear-gradient(10deg, rgba(132, 94, 194, .65) -40%, rgba(132, 94, 194, 0) 44.5%);
    color: white;
    border: 1px solid #845ec2;
}
.selected-p:hover {
    background:linear-gradient(350deg, rgba(132, 94, 194, .65) -40%, rgba(132, 94, 194, 0) 44.5%), linear-gradient(10deg, rgba(132, 94, 194, .65) -40%, rgba(132, 94, 194, 0) 44.5%);
}
.platform p {
    font-size: 1rem;
}
.bw {
    font-size: 1.05rem;
    margin-left:10px;
}
#windows_info {
    display:block;
}
#mac_info {
    display:none;
}
#linux_info {
    display:none;
}   
.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

.disabled:hover {
    cursor: not-allowed;
    filter: brightness(100%);
}
.disabled p {
    cursor: not-allowed;
}
.disabled2 {
    opacity: 0.6;
    cursor: not-allowed;
  }
.disabled2 p {
    cursor: not-allowed;
}
.disabled2:hover {
    cursor: not-allowed;
    background-color: #1f1f23;
}