* {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}



h2 {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;

}

p {
    font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: 93%;
    background-color: transparent;
    padding: 1em;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    z-index: 1000;
    

}



.container {
  max-width: 600px;
  margin: auto;
}

.container h2 {
  margin-bottom: 40px;
}

.crypto-card {
  display: flex;
  align-items: center;
  background: #1c1c1c;
  color: #ffffff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  justify-content: space-between;
}

.crypto-card img {
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.crypto-info {
  display: flex;
  align-items: center;
}

.crypto-price {
  font-size: 1.2rem;
  font-weight: bold;
}

.login {
    text-decoration: none;
}
.ac {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    color: white;
    background-image: url(./ooo.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 70px;
    padding-left: 20px;
     font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: ;
  font-style: normal;
}
.startter {
   
    border: 2px solid black;
    padding: 20px;
    background-color: #f1f1ff;
    width: fit-content;
    border-radius: 5px;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}
.trade {
    text-align: center;
    background-image: url(./tt.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #f1f1ff;
    font-family: sans-serif;
    height: 40vh;
    padding-top: 20px;
    padding-bottom: 100px;
}
.trade h2 {
    padding-bottom: 20px;
    padding-top: 30px;
}
.grow {
    text-align: center;
    color: white;
    padding-bottom: 30px;
}
.contact {
    text-align: center;
    color: white;
}
.contact h2 {
    padding-bottom: 10px;
}

#prices {
    color: #f1f1ff;
    padding-left: 20px;
    
}

.c {
  display: flex;
  gap: 40px;
  padding-left: 30%;
  padding-bottom: 30px;
}
.grow img {
    border-radius: 50%;
    padding-top: 20px;
    padding-bottom: 10px;
}
.op {
    background-color: #f1f1ff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.open {
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding-top: 20px;
    
}

.open h2 {
    padding-bottom: 10px;
}

.foot {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.footer {
    background-image: url(./tt.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;

}

.pp {
    display: flex;
    gap: 30px;
    padding-top: 20px;
}

.pp img {
    border-radius: 50px;
}

.test {
   border: 2px solid black;
    padding: 20px;
    background-color: #f1f1ff;
    width: 300px;
    border-radius: 5px;
    font-family: sans-serif;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}
.demo {
    background-image: url(./3.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 70vh;
}
.dem {
     background-image: url(./.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100vh;
}

.jj {
    display: flex;
    justify-content: center;
}

.startter button {
    cursor: pointer;
    padding: 150px;
}


.ac h2 {
    padding-bottom: 50px;
}
.b {
    display: flex;
   flex-wrap: wrap;
}

.create, .invest, .login {
    width: 30%;
    padding-bottom: 20px;
}
.dd {
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
}
.dd h2 {
    text-decoration: underline;
    text-align: center;
    padding-bottom: 10px;
    
}


#let {
    padding: 10px;
    border-radius: 30px;

}
#learn {
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}
span {
    color: blueviolet;
    padding-bottom: 10px;
}

.dd h3 {
    padding-top: 10px;
    font-size: 20px;
    
}
.b h4 {
    padding-bottom: 20px;
}
.sign button {
    background: linear-gradient(to right, #007BFF, #00C9FF);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  gap: 10px;

}

#li {
   background-color: #00c9ff;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.lo {
    display: flex;
    gap: 20px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.spinner {
   position: relative;
   width: 80px;
   height: 80px;
}
#loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    text-align: center;
}
.spin {
     width: 100%;
    height: 100%;
    border: 5px solid #ccc;
    border-top: 5px solid #34989b;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
 @keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
 } 
.body {
    
    
    padding-left: 20px;

    height: ;
}

.body nav {
    padding-left: 50px;
}

.gg {
    background-image: url(./bbb.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.body h1 {
    color: white;
    color: linear-gradient(to right, #007bff, #00c9ff);
    padding-bottom: 20px;
    font-size: 50px;
    font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
    padding-top: 20%;
    padding-bottom: 200px;
}
.dot {
    font-size: 40px;
    font-weight: bold;
    color: white;
    letter-spacing: 5px;
}

.dot span {
    animation: blink 1.4s infinite;
    opacity: 0;
}

.dot span:nth-child     (1) {animation-delay: 0s;}
.dot span:nth-child(2) {animation-delay: 0.2s;}
.dot span:nth-child(3) {animation-delay: 0.4s;}

@keyframes blink {
    0%, 80%, 100%{ opacity: 0;}
    40% {opacity: 1;}
}

.body p {
    font-size: 20px;
    padding-bottom: 20px;
    color: #ccc;
    line-height: 1.6;
}

.body img {
    border-radius: 20px;
    
}

.body h4 {
    color: white;
    font-weight: 100;
    font-size: 30px;
    margin-top: 10%;
    padding-bottom: 10%;
}

#ll {
    background: linear-gradient(to right, #007BFF, #00C9FF);
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer
}

#ll:hover {
    background: #00c9ff;
    color: #0a0f2c;
}

#li {
    background: transparent;
    color: #00c9ff;
    border: 2px solid #00c9ff;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.2s;

    
}

#li:hover {
    background: #00c9ff;
    color: #0a0f2c;
}

#li img {
    padding-top: 200px;
}
   
  
.logo img {
    border-radius: 50%;
    margin-left: 10%;
}


nav {
  background-color: transparent;
    display: flex;
    gap: 20px;
    align-items: center;
  padding-top: 100px;
  
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  
}

nav li {
  display: inline-block;
  margin-right: 20px;
}

nav a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}

nav a:hover {
  color: #ccc;
}

@media (max-width: 480px) {
 .body h1 {
    padding-top: 40%;
 }  
 .b {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
 } 
 .create, .invest, .login {
    width: 30%;
    padding-bottom: 80px;
}
}