@font-face {
    font-family: nico;
    src: url("./assests/Nico/NicoMoji-Regular.ttf");
}
@font-face {
    font-family: nats;
    src: url("./assests/nats/NATS-Regular.ttf");
}
::-webkit-scrollbar {
    width: 0.5vw;
}  
::-webkit-scrollbar-track {
    background: #000000; 
}
::-webkit-scrollbar-thumb {
    border-radius: 0.5vw;
    background: darkgrey;
}



*{
    padding: 0;
    margin: 0;
}



.hidden{
    display: none !important;
}
.loader{
    height: 100vh;
    width: 100%;
    /* background-color: pink; */
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
}
.loader > img{
    max-width: 5vh;
    max-width: 5vw;
    animation: rotate 2s infinite linear;
    transform-style: preserve-3d;
}
@keyframes rotate {
    0% { transform: translateZ(-50px) rotateY(0deg);}
    100% { transform: translateZ(-50px) rotateY(360deg);}
}



body{
    padding: 0;
    margin: 0;
    background-color: #000000;
}
.navbar{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.navnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    background-color: #000000;
    height: 10vh;
}
.fade-effect1{
    color:white;
    height: 0.05vh;
    background: linear-gradient(to right, transparent, rgb(75, 75, 75), transparent);
    border: 1px solid linear-gradient(to right, transparent, rgb(75, 75, 75), transparent);
}
.navnav img{
    height: 4vh;
}
.navlinks{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navlinks a {
    float: left;
    /* display: block; */
    color: #adb5bd;
    text-align: center;
    margin-left: 2vw;
    text-decoration: none;
    font-family: nats;
    cursor: pointer;
    font-size: 1rem;
}
.dropdown button{
    color: #adb5bd;
    font-weight: 100;
    text-align: center;
    margin-left: 2vw;
    text-decoration: none;
    font-family: nats;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    font-weight: 100;
}
.undies{
    position: relative;
    background-image: linear-gradient(#FFFFFF,#FFFFFF) !important;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-clip: text;
    background-position: right;
    transition: background-size 0.3s ease-in-out;
}
.undies:hover{
    color: #adb5bd;
    background-position: left;
    background-size: 100% 100%;
}
.dropdown {
    position: relative;
    display: inline-block !important;
}
.dropdown-content {
    display: none !important;
    position: absolute !important;
    min-width: 14vw;
    max-width: 14vw;
    width: 14vw;
    margin-left: -2.7vw;
    z-index: 1;
    border-radius: 20px;
    background-color: #0E0E0E;
    color: rgb(16, 16, 16);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    border: 0.05px solid rgba(136, 136, 136,0.3);
}
.dropdown-content a {
    color: #adb5bd;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: color,font-size 0.2s linear;
    margin-left: 0vw;
    font-size: 0.8rem !important;
}
.dropdown-content  img{
    height: 2vh;
    width: 2vw;
    aspect-ratio: 1;
}
.dropdown-content div{
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown-content div:hover a{
    color:#4C9FFF;
    font-size: 1rem !important;
}
.dropdown-content div:hover img{
    filter: invert(59%) sepia(56%) saturate(3686%) hue-rotate(193deg) brightness(104%) contrast(101%);
}
.dropdown:hover .dropdown-content {
    display: flex !important;
    flex-direction: column;
}
.droptag1{
    width: 30% !important;
    height: 100%;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}
.droptag2{
    width: 70% !important;
    height: 100%;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}




.ham{
    display: none;
}
.mobile-nav{
    display: none;
}



.indus{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 45vh;
}

.indus-1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90%;
    color:white;
    font-family: nats;
    overflow: hidden;
}
.indus-1 h1{
    font-size: 3.4vmin;
    font-weight: 700;
    line-height: 13vmin;
    color:white;
    font-family: nico;
}
.indus-1 p{
    font-size: 3vmin;
    line-height: 4vmin;
    color:#adb5bd;
}
.indus-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 50%;
    animation: mr 1s linear forwards;
    transform: translateX(-50%);
    opacity: 0;
}
@keyframes mr {
    to{
        transform: translateX(0%);
        opacity: 1;
    }
}
.indus-img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
    animation: mr 1s linear forwards;
    transform: translateX(50%);
    opacity: 0;
}
.indus-img video{
    width: 35vw;
    max-width: 35vw;
    height: 40vh;
    max-height: 40vh;
}
.div2{
    height: 45vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}
.pchild-icon{
    position: absolute;
    height: 45vh;
    width: 4%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap:1.5vh;
    transition: all 0.5s linear;
    background: linear-gradient(90deg, #000000 40%,#00000000 100%);
}
.pchild-icon:hover{
    width: 15%;
}
.no-indus > a > img{
    height: 3.5vh;
    width:3.5vw;
    aspect-ratio: 16/9;
    filter: invert(61%) sepia(7%) saturate(21%) hue-rotate(19deg) brightness(92%) contrast(87%);
    transition: all 0.2s linear;
    cursor: pointer;
}
.no-indus{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.no-indus a{
    text-decoration: none;
    color: #adb5bd;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: all 0.3s linear;
}
.no-indus:hover .karma{
    color: white;
    font-size: 1.2rem;
}
.no-indus:hover .karmaa{
    filter: none !important;
    width: 3.8vw;
    height: 3.8vh;
}
.karma-active{
    filter: none !important;
    width: 3.8vw !important;
    height: 3.8vh !important;
}
.spa-active{
    color: white;
    font-size: 1.2rem;
}
.spa{
    font-family: nats;
    line-height: 2vh;
    opacity: 0;
    transition: opacity 1s linear;
    display: none;
    transform-origin: left;
    transform: translateX(-1vw);
    cursor: pointer;
}
.pchild-icon:hover .spa{
    display: block;
    animation: transa 0.7s linear forwards;
}
@keyframes transa {
    to{
        opacity: 1;
        transform: translateX(1vw);
    }
}
.cchild{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.cchild-1{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    animation: mr 1s linear forwards;
    transform: translateX(-50%);
    opacity: 0;
}
.cchild-2{
    display: flex;
    height: 100%;
    width: 52%;
    padding-right: 2.5vw;
    font-family: nats;
    justify-content: space-evenly;
    align-items: center;
    animation: mr 1s linear forwards;
    transform: translateX(50%);
    opacity: 0;
}
.cchild-11{
    width: 85%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.child-0{
    width: 35vw;
    max-width: 35vw;
    height: 42vh;
    max-height: 42vh;
}
.cchild-22{
    height: 100%;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.child-1{
    color: #adb5bd;
    font-size: 2.4vmin;
    line-height: 3vmin;
    width: 100%;
    font-family: nats;
    text-align: justify;
}