@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%;
    height: 10vh;
    overflow: hidden;
}
.navnav img{
    height: 3vh;
}
.navlinks{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.navlinks a {
    float: left;
    color: #adb5bd;
    text-align: center;
    margin-left: 2vw;
    text-decoration: none;
    font-family: nats;
    cursor: pointer;
    font-size: 1rem;
}
.dropdown button{
    color: #adb5bd;
    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;
    /* color: hsl(0 0% 100% / 0.2) !important; */
    transition: background-size 0.3s ease-in-out;
}
.undies:hover{
    color: #FFFFFF;
    background-position: left;
    background-size: 100% 100%;
}
.dropdown {
    position: relative;
    display: inline-block !important;
}
.dropdown-content {
    display: none !important;
    position: absolute !important;
    min-width: 10vw;
    max-width: 10vw;
    width: 10vw;
    margin-left: -1vw;
    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: rgb(112, 111, 111);
    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 a:hover{
    color:#4C9FFF;
    font-size: 1rem !important;
  }
.dropdown:hover .dropdown-content {
    display: flex !important;
    flex-direction: column;
}

.ham{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:25px;
}
.hamburger{
    display: block;
    width: 25px;
    height: 35px;
    cursor: pointer;

    background: none;
    appearance: none;
    outline: none;
    border: none;
}
.hamburger .bar, .hamburger:after, .hamburger:before {
	content: '';
	display: block;
	width: 100%;
	height: 2.5px;
	background-color: #FFF;
	margin: 6px 0px;
    border-radius: 5px;
	transition: 0.4s;
}
.hamburger.is-active:before {
	transform: rotate(-45deg) translate(-4px, 3px);
}
.hamburger.is-active:after {
	transform: rotate(45deg) translate(-9px, -8px);
}
.hamburger.is-active .bar {
	opacity: 0;
}





.mobile-nav {
    z-index: 100000;
	position: fixed;
	top: 10vh;
	left: 100%;
	width: 100%;
	min-height: 100vh;
	display: block;
	background-color: #12002F;
	padding-top: 10vh;
	transition: 0.4s;
}
.mobile-nav.is-active {
	left: 0;
}
.mobile-nav a {
	display: block;
	width: 100%;
	max-width: 200px;
	margin: 0 auto 16px;
	text-align: center;
	padding: 12px 16px;
	background-color: #1f103F;
    font-family: nats;
	color: #FFF;
	text-decoration: none;
}

.mobile-nav a:hover {
	background-color: #24104f;
}
.comh1{
    width: 100%;
    color: white;
    font-family: nico;
    height: 5vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comdiv{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.comdiv a{
	display: block;
	width: 80%;
	max-width: 150px;
	margin: 0 auto 12px;
	text-align: center;
	padding: 8px 12px;
	background-color: #1f103F;
    font-family: nats;
	color: #FFF;
	text-decoration: none;
}




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

.indus-1{
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse;
    align-items: center;
    height: 100%;
    width: 80%;
    color:white;
    font-family: nats;
    overflow: hidden;
}
.indus-12 h1{
    margin-top: -1.5vh;
    font-size:3vmin;
    width: 100%;
    text-align: left;
    font-weight: 700;
    color:white;
    font-family: nico;
    margin-bottom: 1.5vh;
}
.indus-12 p{
    font-size: 2vmin;
    line-height: 2.3vmin;
    color:#adb5bd;
    width: 100%;
    text-align: left;
}
.indus-12{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height:100%;
    width: 30% !important;
    animation: mr 1s linear forwards;
    transform: translateX(50%);
    opacity: 0;
}
@keyframes mr {
    to{
        transform: translateX(0%);
        opacity: 1;
    }
}
.indus-img{
    display: flex;
    justify-content: flex-start ;
    align-items: center;
    height: 100%;
    width: 60%;
    animation: mr 1s linear forwards;
    transform: translateX(-50%);
    opacity: 0;
}
.indus-img video{
    display: flex ;
    justify-content: flex-start;
    align-items: flex-start ;
    height: 100%;
    width: 100%;
    /* width: 80vw;
    max-width: 80vw; */
    
}
.div2{
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}
.pchild-icon{
    position: absolute;
    height: 60vh;
    width: 7.5%;
    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%);
    z-index: 1000;
}
.pchild-icon:hover{
    z-index: 1;
    width: 35%;
}
.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{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 1.5vw;
}
.no-indus a{
    text-decoration: none;
    color: #909090;
    font-size: 0.8em;
    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: 1em;
}
.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: 3vmin;
}
.spa{
    font-family: nats;
    line-height: 2vh;
    font-size: 2vmin;
    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(2vw);
    }
}
.cchild{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    z-index: -1;
}
.cchild-1{
    height: 70%;
    width: 100%;
    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: 30%;
    width: 100%;
    font-family: nats;
    justify-content: center;
    align-items: center;
    z-index: -1;
    animation: mr 1s linear forwards;
    transform: translateX(50%);
    opacity: 0;
}
.cchild-11{
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: flex-start ;
    align-items: center;
}
.child-0{
    width: 100%;
    aspect-ratio: 16/9;

   
}
.cchild-22{
    height: 100%;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.child-1{
    color: #adb5bd;
    width: 100%;
    font-size: 2.25vmin;
    line-height: 2.5vmin;
    letter-spacing: 0em;
    text-align: justify;
}