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

*{
    margin:0;
    padding: 0;
}
body{
    background-color: black;
}
.hidden{
    display: none !important;
}
.loader{
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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);}
}
.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;
}
.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: #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;
}


.Services{
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.serv-text{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 20%;
}
.serv-text h1{
    font-family: nico;
    font-size: 4vmin;
}
.serv-text p{
    font-size: 2.3vmin;
    font-family: nats;
    color: #adb5bd;
}
.serv-main{
    height: 95%;
    width: 90%;
    color: white;
}
.serv-div{
    background: radial-gradient(circle, rgba(76,159,255,0.4) -10%, rgba(0,0,0,1) 90%);
    box-shadow: inset 0 1px 1px rgba(199,211,234,.12), inset 0 24px 48px rgba(199,211,234,.05);
    border-radius: 1em;
    border: 0.7px solid rgba(216, 216, 216, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 80%;
    width: 100%;
}
.serv-left{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 90%;
    width: 27.5%;
    border-radius: 0.6em;
    background-color: rgba(255, 255, 255,0.05);
    border: 0.7px solid rgba(216, 216, 216, 0.2);
}
.serv-left p{
    color: #A9A6A6;
    display: flex;
    font-family: nico;
    font-size: 2vmin;
    justify-content: center;
    align-items: center;
    border-radius: 0.5em;
    width: 80%;
    height: 10%;
    background-color: rgba(3, 3, 3,0.21);
    border: 1px solid rgba(36, 35, 35,0.6);
    cursor: pointer;        
}
.p-active{
    color: white !important;
    display: flex;
    font-family: nico;
    font-size: 2vmin;
    justify-content: center;
    align-items: center;
    border-radius: 0.5em;
    width: 80%;
    height: 14%;
    background-color: rgba(36, 35, 35,.50) !important;
    border: 1px solid rgba(255, 255, 255,0.21) !important;
}
.serv-right{
    display: flex;
    flex-direction: column;
    border-radius: 0.6em;
    justify-content: center;
    align-items: center;
    height: 90%;
    width: 67.5%;
    background-color: rgba(255, 255, 255,0.05);
    border: 0.7px solid rgba(216, 216, 216, 0.2);
}
.serv-right-img{
    height: 60%;
    width: 80%;
    max-height: 60%;
    min-height: 60%;
    max-width: 80%;
    min-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vmin;
}
.lder{
    height: 100%;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    max-width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vmin;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
.serv-right-img img{
    width: 100%;
    height: 100%;
}
.serv-right-txt{
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 80%;
}
.serv-right-txt p{
    font-size: 2vmin;
    font-family: nats;
}
.serv-right-txt h1{
    font-family: nico;
    font-size: 4vmin;
}
.serv_industry{
    background: radial-gradient(circle, rgba(76,159,255,0.6) 0%, rgba(0,0,0,1) 50%);
    box-shadow: inset 0 1px 1px rgba(199,211,234,.12), inset 0 24px 48px rgba(199,211,234,.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150vh;
}
.indus-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    align-items: center;
    height:100%
}
.indus-img{
    width: 65%;
    height: 75%;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border: 1px solid white;
}
.indus-txt{
    font-family: nico;
    color: white;
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.serv-indus{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90%;
}
.serv-indus h1{
    font-weight: 100;
    font-size: 2vmax;
    font-family: nats;
    line-height: 2vmax;
}

.indus1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    justify-content: center;
    height: 33.33%;
}
.qqq{
    widows: 40% !important;
    height: 100% !important;
}
.indus2{
    /* background-color: limegreen; */
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 33.33%;
}
.industry{
    height: 60%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 0.6em;
    border: 0.7px solid rgba(216, 216, 216, 0.2);
    background: linear-gradient(180deg, rgba(0,0,0,0.3968181022408963) 64%, rgba(76,159,255,0.4808517156862745) 100%);


}

.num{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 13%;
    height: 100%;
}
.num1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55%;
}
.num1 p {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4C9FFF;
    border-radius: 50em;
    height: 3vh;
    width: 1.5vw;
    color: white;

}
.indus-in-text{
    height: 40%;
    font-family: nats;
    color: white;
    display: flex;
    flex-direction: column;
    line-height: 2vmin;
}
.num00{
    display: flex;
    width: 100%;
    flex-direction: row;
    height: 70%;
}
.num0{
    display: flex;
    width: 100%;
    flex-direction: row;
    height: 30%;
    justify-content: center;
    align-items: center;
}
.num-1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 13%;
}
.num-1 p {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4C9FFF;
    border-radius: 50em;
    height: 1.5vw;
    width: 1.5vw;
    color: #adb5bd;

}
.text--1{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 87%;
}
.text--1 p{
    font-size: 2.25vmin;
    line-height: 2.25vmin;
    color: #adb5bd;
}

.text--1 a{
    font-size: 2vmin;
    line-height: 2vmin;
    color: #4C9FFF;
    text-decoration: underline;
    cursor: pointer;
}
.num11{
    width: 87%;
}
.num-1 p{
    color: white !important;
}
.num-12{
    width: 13%;
}
.ind-btn{
    border: none;
    background-color: #4C9FFF;
    border-radius: 1em;
    width: 7vw;
    color:white;
    height: 3vh;

}

.indus--txt{
    display: flex;
    width: 87%;
    height: 100%;
    flex-direction: column;

}

.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: 65%;
    font-size: 1.75vmax;
    line-height: 1.75vmax;
}
.ftop2{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: row;
}
.ftop2 div{
    height: 100%;
    width:33.33%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.ftop2 div h1{
    margin-top: 27.5%;
    color: #FFFFFF;
    font-family: nats;
    font-size: 2vmax;
    line-height: 3.5vmax;
}
.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
}