@font-face {
    font-family: nico;
    font-style: normal;
    font-weight: 100;
    src: url("./assests/Nico/NicoMoji-Regular.ttf");
}
@font-face {
    font-family: nats;
    font-style: normal;
    font-weight: normal;
    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;
}


*{
    margin: 0;
    padding: 0;
}


body{
    background-color: black;
    width: 100%;
}

.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;
}


.comp{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column-reverse;
    color:white;
    justify-content: center;
    align-items: center;
}
.comp-1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 50%;
  
}
.comp-12{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@keyframes updown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
  }
.comp-2-img{
    width:50vw;
    max-width: 30vw;
    animation: updown 1.8s infinite;

}
.comp-12 h1{
    font-family: nico;
    font-size: 2.5vh;
    text-align: center;
}
.comp-12 p{
    font-family: nats;
    font-size:2.5vmin;
    color: #c0b8b8;
}
.comp-2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;

}
.logo{
    position: absolute;
    width: 100%;
    left: -30%;
    top: -20%;
    z-index: -1;
  }
.comp-learn{
    margin-top: 3vh;
    text-align: center;
    background-color: #4800EA;
    width: 40vw;
    height: 4vh;
    color: white;
    border: none;
    border-radius: 3em;
    font-size: 3vmin;
    font-family: nats;
    line-height: 0vmin;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.comp-learn:hover{
    background-color: white;
    color: black;
    cursor: pointer;
}
.comp-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    width: 100%;
    

}
.comp-cont-1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 90%;
    width: 85%;
    border-radius: 2em;
    border:1px solid #6b6868;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 53%, rgba(3,0,11,1) 66%, rgba(72,0,234,0.128685224089635) 97%);

}
.sub-comp{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65%;
}
.img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.img-1{
    width: 70vw !important;
    max-width: 70vw !important;
    height: 35vh !important;
    max-height: 35vh !important;
    aspect-ratio: 4/3;
    border-radius: 1.5em;
    border: 2px solid white;
}

.sub1-comp{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 35%;
}

.butth{
    height: 6vh;
    width: 75%;
    overflow: hidden;
    background-color:#000000;
    border: 0.8px solid rgba(218, 218, 218,0.3);
    border-radius: 3em;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row !important;
    flex-wrap: wrap;

    
}
.butthright{
    border: none !important;
}
.butth p{
    margin: 0;
    color: #adb5bd;
    font-family: nats;
    font-size: 2.2vmin;
    cursor: pointer;
    width: 30%;
    text-align: center;
    line-height: 2.5vh;
    border-right: 0.1px solid rgba(218, 218, 218,0.3);
    
}
.butth p:hover{
    color: #fff;
}
.butth-active{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70%;
    border-radius: 2rem;
    border: none !important;
    border: 0.8px solid rgba(218, 218, 218,0.3) !important;
    background-color: rgba(137, 134, 142, 0.2);
    color: white !important;
    position: relative;
    
   
}

.sub1-0{
    display: flex;
    justify-content: center;
    font-size: 1em;
    width: 100%;
    height: 30%;
    align-items: center;
}
.sub1-1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30%;
    width:80%;
    border-radius: 1.1em;
    border: 1.8px solid #333333;
    background-color: #0B0B0B;

}
.sub-001-active{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333333;
    overflow: hidden;
    border-right: none !important;
    border: solid 1px white;
    border-radius: .75em;
    border-right: none !important;
    height: 4vh;
}
.sub1-2{
    height: 70%;
    display: flex;
    justify-content: center;
    align-items:center;
    width:75%;
}
.sub1-1 p{
    color: #DAD3D3;
    line-height: 1vh;
    border-right: 1px solid #333333;
    font-size: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: nico;

}
.sub-001{
    width: 33.33%;
}
.sub-002{
    width: 33.33%;
    
}
.sub-003{
    width: 33.33%;
}
.sub-00{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-p{
    color: #DAD3D3;
    border-right: none !important;
    line-height: 2vh;
    font-family: nico;
}
.sub1-3{
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;

}
.sub1-3 p{
    color:rgb(161, 158, 158);
    font-family: nats;
    font-size: 2.5vmin;
    line-height: 2.75vmin;

}

.why{
    display:flex;
    height: 40vh;
    max-height: fit-content;
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.head-0{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: center;
    align-items: center;
    
}
.head-1{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 50%;
    font-size: 2vh;
    font-family: nico;
    line-height: 0vh;
}
.head-2{
    font-family: nico;
    font-size: 2vh;
    justify-content: center;
    align-items: center;
    color:rgb(233, 232, 232);
    top:0;
    margin-top: 0vh;
    width: 100%;
}

.why-me{
    width:100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.why-main{
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}
.pa{
    line-height: 2vh;
    font-size: 2vh;
    color:rgb(172, 167, 167);
    font-family: nats;
    text-align: justify;
   
}

.why-2{
    display: none;
    width: 30%;
    justify-content: center;
    align-items: center;
}

.why-1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height:100%;
    flex-direction: column;
    width: 80%;
}
.why-img{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    height:100vh;
    font-family: nats;
    color: white;
}
.team1{
    display: flex;
    justify-content:space-between;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    height: 45%;
}
.team1-1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30%;
}


.team1-1-1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: fit-content;
    width: 60%;
    height: 100%;
    border-radius: 1.1em;
    color: white;
    background-color: #000000;
    border: 0.9px solid #4C9FFF


}


.teamp{
    display: flex;
    flex-direction: column;     
    justify-content: center ;
    align-items: center;
    width: 100%;
    
}
.teamp p{
    font-size: 2.25vmin;
}
.teamp h1{
    font-size: 3.75vmin;
}

.m-main{
    width: 100%;
    height: 62%;
    justify-content: space-evenly;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.5vh;
    
}
.m1{
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: space-evenly;
}
.m2{
    display: flex !important;
    flex-direction: column; 
    align-items: center;
    justify-content: space-evenly;
}
.mmainxs{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.m-main div img{
    height: 18vh;
    border-radius: 2rem ;
    
}

.team2{
    width: 100%;
    height: 55%;
    display: flex;
    justify-content: center;


}
.m-main-1 img{
    height: 18vh;
    border-radius: 2rem;
}
.m-main-1 {
    width: 100%;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);

}

.m-main-1 h1{
    color: #4C9FFF;
    font-size:2.75vmin;
    line-height: 3vmin;
    font-family: nico;
}
.m-main h1{
    font-family: nico;
    line-height: 2.75vmin;
    font-size:3vmin;
    color: #4C9FFF;
}
.m-main p{
    color:#8E8E8E;
    font-size:2.5vmin;
    line-height: 2.5vmin;


}
.m-main-1 p{
    color:#8E8E8E;
    font-size:2.5vmin;
    line-height: 2.5vmin;
}

.team h1{
    font-weight: 100;
}



.footer{
    margin-top: 5vh;
    height:50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid #343a40;
    background-color: #0f1114;
    /* display:none; */
}
.fcont{
    height: 100%;
    width: 90%;
}
.ftop{
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fbot{
    border-top: 1px solid #515151;
    height: 10vh;
    max-height: 10vh;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fbot h5{
    color: #adb5bd;;
    font-family: nats;
}
.ftop1{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ftop1 img{
    width:20%;
}
.ftop1 p{
    text-align: center;
    margin-top: 2.5vh;
    color: #adb5bd;
    font-family: nats;
    max-width: 100%;
    line-height: 2vh;
    font-size: 2vmin;
}
.ftop2{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.ftop2 div{
    height: 100%;
    width:33.33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.ftop2 div h1{
    margin-top: 15%;
    color: #FFFFFF;
    font-family: nats;
    font-size: 3vmin;
    line-height: 3.5vmin;
}
.ftop2 div a{
    text-decoration: none;
    color: #adb5bd;;
    font-family: nats;
    font-size: 1.75vmin;
    line-height: 3vmin;
    transition: 0.3s linear;
}
.ftop2 div a:hover{
    color: #FFFFFF;
}
.iconcont{
    margin-top: 2.5vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 3vw;
}
.iconcont a{
    text-decoration: none;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: #adb5bd;;
    transition: 0.2s linear;
}
.fa-facebook-square:hover{
    color:#fff;
}

.fa-skype:hover{
    color:#fff;
}
.fa-linkedin:hover{
    color:#Fff
}
