@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bytesized&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Butterfly+Kids&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    cursor: url(../images/pointercursor.png), auto;
}

@font-face {
    font-family: MC;
    src: url("../fonts/minecraft-font/MinecraftRegular-Bmg3.ttf");
}
@font-face {
    font-family: MCBold;
    src: url("../fonts/minecraft-font/MinecraftBold-nMK1.otf");
}
@font-face {
    font-family: MCItalics;
    src: url("../fonts/minecraft-font/MinecraftItalic-R8Mo.otf");
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: url("../images/bg5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section {
    width: 100%;
    height: 100vh;
}

header {
    justify-content: center;
    align-items: center;
}

header .top{
    text-align: right;
    margin: 20px;
}

header button {
  border: none;
  outline: none;
  background: transparent;
}

header a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-right: 10px;
}

header a span {
    font-family: MC;
    text-decoration: none;
}

header a span:hover {
    text-decoration: underline;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    text-align: center;
}

.hero-content h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.6);
}

.hero-content p {
    font-family: MC;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    padding: 1em 2em;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    border-radius: 20px;
    background-color: transparent;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: 0.3s ease all;
}

.hero-content p:hover {
    box-shadow: 5px 0px 100px 10px rgba(255, 255, 255, .2);
}

.hero-content p span{
    font-family: MC;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.dc {
    font-family: MC;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    padding: 1em 2em;
    font-size: 18px;
    font-weight: 400;
    border-radius: 20px;
    background-color: transparent;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: 0.3s ease all;
}

.dc:hover {
    box-shadow: 5px 0px 100px 10px rgba(255, 255, 255, .2);

}

i {
    color: #ffffff;
    font-size: 30px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    font-family: MC;
    visibility: hidden;
    width: 200px;
    background-color: rgb(6, 8, 19);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 108%; /* Position above the text */
    left: 50%;
    margin-left: -100px; /* Center the tooltip */
    opacity: 0; /* Hidden by default */
    transition: opacity 0.3s; /* Fade effect */
}

#myInput:hover + .tooltip-text {
    visibility: visible;
    opacity: 1; /* Show tooltip on hover */
}

#myInput2:hover + .tooltip-text {
    visibility: visible;
    opacity: 1; /* Show tooltip on hover */
}

.ip .ipaddr {
    font-weight: 100;
}


/*Section2*/

.main {
    /*background-color: #340068;*/
    padding: 50px 20px;
}

/*section:has(.box[data-color="clr1"]:hover) {
    background-color: #6229b8;
}*/

.main h1 {
    font-family: "JetBrainsMono", monospace;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 30px;
}
.faq-main {
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
}

.faq-answer {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    max-height: 0; /* Initially collapsed */
    overflow: hidden; /* Hide overflowing content */
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out, margin-bottom 0.3s ease;
    padding: 0 15px; /* Add horizontal padding */
}


.faq-answer p {
    color: #ffffff;
    opacity: 0; /* Initially hidden */
    line-height: 30px;
    margin-bottom: 15px;
    transition: opacity 0.3s ease-in-out; /* Smooth fade-in effect */
}

.faq-item .faq-answer {
    background-color: rgba(217, 202, 229, 0.2);
}

.faq-answer.open {
    max-height: 600px; /* Or adjust as needed */
    padding:15px; /* Add padding when open */
}

.faq-answer.open p {
    opacity: 1;
}

.faq-answer.show p {
    opacity: 1; /* Show content when expanded */
}

/*Staff*/
.staff-main {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    transition: 0.5s;
}

.staff-con {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.box {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.box .imgbx {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: -10px 10px 100px rgb(124, 96, 103);
}

.box .imgbx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    border-radius: 10px;
}

.box:hover .imgbx img {
    opacity: 0.5;
}

.staff-con .box .glass {
    position: absolute;
    inset: 0;
    background: linear-gradient(#fff2,transparent);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 15px rgba(0, 0, 0, .25);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    scale: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}

.staff-con .box .glass::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.05);
}

.staff-con .box:hover {
    transform: rotate(-15deg);
}

.staff-con .box:hover .glass {
    opacity: 1;
    scale: 1;
    transform: rotate(30deg);
}

.staff-con .box .glass h3 {
    font-size: 2em;
    color: #fafafa;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 0.8em;
}

.staff-con .box .glass h3 span {
    font-weight: 400;
    font-size: 0.5em;
}

.staff-con .box ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.staff-con .box ul a {
    font-size: 1.3em;
    scale: 0;
    transition: 0.25s;
    transition-delay: scale calc(0.2s * var(--i));
}

.staff-con .box:hover ul a {
    scale: 1;
}

.staff-con .box ul a:hover {
    color: #123112;
}

/*Footer*/

footer {
    z-index: 999;
    bottom: auto;
    background: rgb(6, 8, 19);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
    height: auto;
}

.footer-content {
    text-align: center;
}

.footer-content h1 {
    font-family: MC;
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-content .dofii {
    font-family: MC;
}


.footer-content .dofii:hover {
    text-decoration: underline;
}

.footer-content p {
    font-family: MC;
    font-size: 15px;
    color: #ffffff;
}


@media screen and (max-width: 500px) {
    .faq-item {
        margin-bottom: 100px; /* space to prevent overlap with fixed footer */
    }
    .faq-main {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 380px) {
    .faq-main {
        font-size: 13px;
        margin-bottom: 100px;
    }

    .faq-answer p {
        line-height: 25px;
        margin-bottom: 15px;
    }
}
