/*==================================================
INDIANXCLOUD
PREMIUM CLOUD HOSTING
STYLE.CSS
PART 1
==================================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

background:#030712;

color:#fff;

overflow-x:hidden;

}

/* Scrollbar */

::-webkit-scrollbar{
width:8px;
}

::-webkit-scrollbar-track{
background:#08101d;
}

::-webkit-scrollbar-thumb{

background:#00c3ff;

border-radius:20px;

}

/* Loader */

#loader{

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:#030712;

display:flex;

justify-content:center;

align-items:center;

flex-direction:column;

z-index:999999;

}

.loader-ring{

width:90px;

height:90px;

border-radius:50%;

border:5px solid rgba(255,255,255,.1);

border-top:5px solid #00c3ff;

animation:spin 1s linear infinite;

margin-bottom:20px;

}

#loader h2{

font-size:30px;

font-weight:700;

color:#00c3ff;

letter-spacing:2px;

}

/* Navbar */

.navbar{

position:fixed;

top:0;

left:0;

width:100%;

padding:18px 9%;

display:flex;

justify-content:space-between;

align-items:center;

background:rgba(6,15,30,.45);

backdrop-filter:blur(16px);

z-index:9999;

border-bottom:1px solid rgba(255,255,255,.08);

}

.logo{

display:flex;

align-items:center;

gap:10px;

font-size:26px;

font-weight:700;

color:#00d9ff;

}

.logo i{

font-size:32px;

}

.nav-links{

display:flex;

gap:35px;

list-style:none;

}

.nav-links a{

text-decoration:none;

color:white;

font-size:15px;

transition:.3s;

}

.nav-links a:hover{

color:#00d9ff;

}

.login-btn{

padding:12px 28px;

border-radius:40px;

background:#00c3ff;

text-decoration:none;

font-weight:600;

color:#08101d;

transition:.4s;

}

.login-btn:hover{

transform:translateY(-4px);

box-shadow:0 0 25px #00c3ff;

}

.menu{

display:none;

font-size:28px;

cursor:pointer;

}
/*==================================================
INDIANXCLOUD
PREMIUM CLOUD HOSTING
STYLE.CSS
PART 1
==================================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

background:#030712;

color:#fff;

overflow-x:hidden;

}

/* Scrollbar */

::-webkit-scrollbar{
width:8px;
}

::-webkit-scrollbar-track{
background:#08101d;
}

::-webkit-scrollbar-thumb{

background:#00c3ff;

border-radius:20px;

}

/* Loader */

#loader{

position:fixed;

left:0;

top:0;

width:100%;

height:100%;

background:#030712;

display:flex;

justify-content:center;

align-items:center;

flex-direction:column;

z-index:999999;

}

.loader-ring{

width:90px;

height:90px;

border-radius:50%;

border:5px solid rgba(255,255,255,.1);

border-top:5px solid #00c3ff;

animation:spin 1s linear infinite;

margin-bottom:20px;

}

#loader h2{

font-size:30px;

font-weight:700;

color:#00c3ff;

letter-spacing:2px;

}

/* Navbar */

.navbar{

position:fixed;

top:0;

left:0;

width:100%;

padding:18px 9%;

display:flex;

justify-content:space-between;

align-items:center;

background:rgba(6,15,30,.45);

backdrop-filter:blur(16px);

z-index:9999;

border-bottom:1px solid rgba(255,255,255,.08);

}

.logo{

display:flex;

align-items:center;

gap:10px;

font-size:26px;

font-weight:700;

color:#00d9ff;

}

.logo i{

font-size:32px;

}

.nav-links{

display:flex;

gap:35px;

list-style:none;

}

.nav-links a{

text-decoration:none;

color:white;

font-size:15px;

transition:.3s;

}

.nav-links a:hover{

color:#00d9ff;

}

.login-btn{

padding:12px 28px;

border-radius:40px;

background:#00c3ff;

text-decoration:none;

font-weight:600;

color:#08101d;

transition:.4s;

}

.login-btn:hover{

transform:translateY(-4px);

box-shadow:0 0 25px #00c3ff;

}

.menu{

display:none;

font-size:28px;

cursor:pointer;

}