html,body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;

}
.nav-menu {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000000";

}


.navbox {
    display: flex;
    height: 48px;
    align-items: center;

}

.li-box {
    display: flex;
    justify-content: right;
    margin: auto;
    list-style: none;
}

.navbox ul li a {
    color: rgb(255, 255, 255);
    border-radius: 12px;
    font-weight: 400;
    margin: 6px 9px;
    padding: 2px 3px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;

}
.navbox ul li:nth-child(5) a{
    border-radius: 12px;
    font-weight: 400;
    margin: 6px 52px 0px 4px;
    

}



.navbox ul li a:hover {
    color: rgb(255, 251, 0);

}

.end {
    width: 100%;

}

.li-items {
    margin: 10px 4px 9px 2px;
    padding: 2px 2px;
    font-size: 18px;
}

.admin {
    width: 14%;
    display: flex;
    text-align: end;
}

.admin-s {
    list-style: none;
    display: flex;
    text-align: center;
}

.logo-admin img {
    width: 17%;
    object-fit: contain;
    /* mix-blend-mode: color-burn; */
    border-radius: 40px;
    filter: invert(1);
    transition: all 0.2s ease-in-out;
}



.loader {
    width: 40px;
    aspect-ratio: 1;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    
}
body.loader-running {
    position: relative;
}

body.loader-running::before {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); 
    pointer-events: none; 
}
.loader-text {
    margin-top: 30px;
    text-align: center;
    color: #000000;
    width: 40px;
    aspect-ratio: 1;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    
}
body.loader-text {
    margin-top: 30px;
    text-align: center;
    color: #555;
    
}
body.loader-text::before {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none; 
}
.loader:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    --c:#0000, #f03355 1deg 120deg,#0000 121deg;
    background:
      conic-gradient(from 0deg,  var(--c)) top right,
      conic-gradient(from 120deg,var(--c)) bottom,
      conic-gradient(from 240deg,var(--c)) top left;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    animation: l25 2s infinite cubic-bezier(0.3,1,0,1);
}

.col1{
    color: #CDDC39;
}

@keyframes l25 {
    33%  {inset:-8px;transform: rotate(0deg)}
    66%  {inset:-8px;transform: rotate(180deg)}
    100% {inset:0   ;transform: rotate(180deg)}
}


.logo-admin img {
    width: 17%;
    object-fit: contain;
    /* mix-blend-mode: color-burn; */
    border-radius: 40px;
    filter: invert(1);
    transition: all 0.2s ease-in-out;
}

.logo-admin img:hover {

    background-color: #ffed00;
    filter: brightness(0.5);


}

.home-container {
    height: 100vh;
}

.center {
    padding-top: 99PX;

}

.background {
    background: rgb(47 42 72 / 70%);
    background-size: cover;
    width: 100%;
    color: white;
    background-blend-mode: darken;
    background-attachment: fixed;
    /* height: 100%; */
    overflow: hidden; 

}

.heading {
    white-space: nowrap;
    justify-content: center;
    display: flex;
    overflow: hidden;
    animation: Textwrap 1s forwards;

}

@keyframes Textwrap {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateY(calc(100% - 100%));
    }
}

.para {
    position: flex;
    padding: 0px 120px;
    overflow-wrap: break-word;
}

.para_text {

    display: flex;
    animation: EV 1s forwards;
    text-align: justify;


}

@keyframes EV {
    0% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(calc(100% - 100%));
    }
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    justify-content: right;
    color: #eee;
    background: rgb(5 4 9 / 70%);
    width: 100%;
}
.footer{
    
    width: 32%;
    
}
.leftT{
    
    align-items: stretch;
    justify-content: right;
    color: #eee;
    /* background: rgb(5 4 9 / 70%); */
    width: 100%;
    
}
.leftT Ul{
    display: flex;
    margin: 4px 4px;
    list-style: none;

}
.quick{
    margin: 4px 11px;
}
.quick a{
    text-decoration: none;
    color: white;
}
.quick a:hover{
    text-decoration: none;
    color: rgb(255, 251, 0);
}
.footer p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 1px 8px;
    margin: 8px 2px;
}

.left_logo {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.logoimg {
    display: flex;
    align-items: center;
}

.logoimg img {
    width: 46px;
    height: 43px;
    object-fit: contain;
    margin-right: 13px;
}


.liE {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 152px;
}

.e-head {
    font-size: 16px;
    font-weight: 900;
    margin: 0;
}

.e-heading {
    font-size: 12px;
    margin: 0;
}
.hamburger {
    display: none;
    position: absolute;
    top: 3px;
    right: 1%;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff; /* Adjust color */
    margin-right: 24px; 
}

@media (max-width: 930px) {
    html,body {
        margin: 0;
        padding: 0;
        overflow: scroll;
        height: 100%;
    
    }
    .li-box {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        right: 10px;
        background-color: #f8f9fa;
        border: 1px solid #ddd;
        padding: 10px;
        width: 200px;
    }
    .heading{
        font-size: 24px;

    }
    .para {
        position: flex;
        padding: 0px 43px;
        overflow-wrap: break-word;
    }

    .li-box.show {
    display: flex;
    position: fixed; /* Ensure it overlays other content */
    top: 8%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(47, 42, 72);
    z-index: 9999; /* Ensure it's above other content */
    }
    

    .hamburger {
        
        display: block;
    }
    footer {
        position: relative;
        
    }
    .quick {
        margin: 4px 4px;
    }
    .footer p {
        display: flex;
        align-items: center;
        justify-content: center;
        /* font-size: 9px; */
        /* padding: 1px 2px; */
        /* margin: 9px 2px; */
    }
    .footer{
        width: 100%;
    }
}