@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;
}
.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;
    text-align: center;
    margin-left: 2vw;
    text-decoration: none;
    font-family: nats;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    font-weight: 100;
}
/* .navlinks a:hover {
    color:#FFF;
} */
.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: 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: #bbbbbb;
    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;
}



/*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: 25vw;
    height: 35vh;
    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;
}
.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: row;
    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: 100%;
    width: 50%;

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

    
}
.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 #343a40;
    background-color: #0f1114;
}
.fcont{
    height: 100%;
    width: 90%;
}
.ftop{
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: 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: 100%;
    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: 2.25vmax;
    line-height: 3vmax;
}
.ftop2 div a {
    text-decoration: none;
    color: #adb5bd;
    font-family: nats;
    transition: 0.3s linear;
    font-size: 1vmax;
    line-height: 1.25vmax;
}
.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
}   