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

*{
    padding: 0;
    margin: 0;
}
@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");
}
.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;
}



/*START ADDING FROM HERE*/
.bgback{
    height: 100vh;
    width: 100%;
    background-image: url("./assests/bgback.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    z-index: -1;
}
iframe{
    width: 80%;
    height: 80%;
    border: 1px solid white;
    border-radius: 1.25vmin;
    animation: zoom 0.75s linear forwards;
    scale: 0 0;
}
@keyframes zoom {
    to{
        scale: 1 1;
    }
}

.contact-get{
    display: flex;
    color: white;
    height: 80vh;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.contact-main{
    height: 100%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.conta-text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 10%;
    width: 100%;

}
.conta-text h1{
    font-family: nico;
    font-size: 2vmax;
    line-height: 3vmax;
}
.bodysss h1{
    font-family: nats;
    font-size: 2.5vmax;
    line-height: 3vmax;
    width: 100%;
    display: flex;
    
}
.bodysss p{
    font-family: nats;
    font-size: 1.25vmax;
    line-height: 1.75vmax;
    background-image: linear-gradient(#adb5bd,#adb5bd);
    color: transparent;
    background-repeat: no-repeat;
    background-clip: text;
    background-size: 0%;
}
.anima{
    animation: left-right 0.75s linear forwards;
}
@keyframes left-right {
    to{
        background-size: 100%;
    }
}
.cont-div{
    height: 80%;
    background: radial-gradient(circle, rgba(0,60,128,0.31838672969187676) 1%, rgba(0,0,0,1) 100%);
    border-radius: 1.7vmin;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.cont1-div{
    height: 100%;
    border-radius: 1.7vmin;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: rgba(255, 255, 255,0.04);
    border: 1px solid rgba(78, 78, 78,0.3);
}
.cont-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 80%;

}
.cont-left{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;

    
}
.bodysss{
    width: 100%;
    height: max-content;
    max-height: max-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 5%;
}
.iconsss{
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    gap: 1vw;
    justify-content: flex-start;
    align-items: center;
} 
.form-link{
    height: 15vh;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 5vh;

}
.form-link1{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    color: white;
}
.form-link1 h1{
    font-family: nico;
    font-size: 2vmax;
}
.form-link1 p{
    font-family: nats;
    font-size: 1.32vmax;
}
.form-link1 button{
    background-color: #4C9FFF;
    border: none;
    cursor: pointer;
    color: white;
    font-family: nats;
    border-radius: 2vmin;
    width: 9vw;
    transition:all 0.3s linear;
}
.form-link1 button:hover{
    color: black;
    background-color: white;
}




.footer{
    height:50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 1px solid rgba(173, 181, 189,0.3);
    background-color: #0f1114;
}
.fcont{
    height: 100%;
    width: 90%;
}
.ftop{
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fbot{
    border-top: 1px solid rgba(173, 181, 189,0.3);
    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: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.ftop1 img{
    width:20%;
}
.ftop1 p{
    margin-top: 2.5vh;
    color: #adb5bd;;
    font-family: nats;
    max-width: 75%;
    font-size: 1.75vmin;
    line-height: 2.5vmin;
}
.ftop2{
    height: 50%;
    width: 50%;
    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: 27.5%;
    color: #FFFFFF;
    font-family: nats;
    font-size: 2vmax;
    line-height: 4vmax;
}
.ftop2 div a{
    text-decoration: none;
    color: #adb5bd;;
    font-family: nats;
    font-size: 1.2vmax;
    line-height: 2vmax;
    transition: 0.3s linear;
}
.ftop2 div a:hover{
    color: #FFFFFF;
}
.iconcont{
    margin-top: 2.5vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 1vw;
}
.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
}