@import url('https://fonts.googleapis.com/css2?family=Allura&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Pacifico&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&display=swap');

p {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
}

h1 {
    font-family: Montserrat, sans-serif;
}

.av {
    border: 3px solid rgb(255, 255, 255);
    background: black;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.87));
    transition: all ease-in-out 0.2s;
}


    .circle {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      z-index: -1;
    }

    .circle1 {
      width: 370px;
      height: 370px;
      background: rgba(204, 0, 255, 0.6);
      top: 10%;
      left: 30%;
    }

    .circle2 {
      width: 330px;
      height: 330px;
      background: rgba(11, 45, 97, 0.6);
      bottom: 10%;
      top: 60%;
      right: 30%;
    }

    .circle3 {
      width: 370px;
      height: 370px;
      background: rgba(255, 168, 6, 0.6);
      top: 10%;
      left: 30%;
    }

    .circle4 {
      width: 330px;
      height: 330px;
      background: rgba(55, 158, 24, 0.6);
      bottom: 10%;
      top: 60%;
      right: 30%;
    }



.glass-box-third {
    padding: 30px 40px;
    border-radius: 15px;
    transform: translateY(30px);

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);

    color: white;
    max-width: 400px;
    text-align: center;
}


.glass-box-secondary {
      padding: 30px 40px;
      border-radius: 15px;
      justify-content: flex-start;
      transform:translateY(50px);

      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);

      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);

      color: white;
      max-width: 400px;
      text-align: center;
    }
    

.socials {
    grid-row: auto;
    word-spacing: 8px;
}   

.glass-box-secondary p {
    font-size: 16px;
}

.discord-btn {
    padding: 16px 36px;
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: white;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 700;

    display: inline-block;

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.discord-btn:hover {
    background: #1c4da7;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
    transition: ease-in-out 0.2s;
}


.roblox-btn {
    padding: 16px 36px;
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: white;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 700;

    display: inline-block;

    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: ease-in-out 0.2s;
}

.roblox-btn:hover {
    background: #000000;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: scale(1.05);

}

.pls-d, .dn {
    width: 75px;
    height: 75px;
    display:inline;
    border-radius: 5px;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
}

.pls-d:hover {
    border: 1px solid #ffffff;
    transform: scale(1.05);
}

.dn:hover {
    border: 1px solid #fff;
    transform: scale(1.05);
}





/* TOP BAR */


.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 16px;
    z-index: 1000;
}

.menu-btn {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: white;
    font-size: 20px;
    padding: 8px 12px;
    cursor: pointer;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: all 0.2s ease-in-out;
    font-family: Montserrat, sans-serif;
}

.menu-btn:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.28);
}





.side-menu {
    position: fixed;
    top: 63px;          /* just under the top bar */
    left: 16px;
    width: 160px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.301);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: none;      /* hidden by default */
    flex-direction: column;
    gap: 8px;
    z-index: 999;
}

.av:hover {
    transform: scale(1.05);
}

.faq-btn {
    border-radius: 12px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.151);
    border: 1px solid rgba(255, 255, 255, 0.205);
    padding: 10px;
    font-size: 26px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    transition: all ease-in-out 0.2s;
}

.faq-btn a {
    color: white;
}

.faq-btn:hover {
    background: rgba(0,0,0);
    border: 1px solid rgba(255, 255, 255, 0.418);
    transform: scale(1.05);
}

a, a:visited, a:focus {
    text-decoration: none;
}