/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0a0a23;
    color: #fff;
}

h1, h2, h3 {
    text-align: center;
    margin: 20px 0;
    font-size: 2rem;
}
p{
  font-size: 1.3rem;
}

h1 img {
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

section {
    padding: 50px 20px;
    text-align: center;
}

.hero {
    background: linear-gradient(135deg, #6a0dad, #ff007c, #00c8ff);
    color: white;
    padding: 80px 20px;
    position: relative;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.hero img {
    max-width: 200px;
    height: 200px;
    border-radius: 50%;
}



.about, .roadmap, .vision, .contact {
    background: linear-gradient(120deg, #141e30, #243b55);
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.buy-section {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    padding: 40px 20px;
    border-radius: 15px;
}

.buy-section input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    font-size: 16px;
}

.buy-button {
    background: #00c8ff;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.buy-button:hover {
    background: #006cff;
}
.buy-section img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.copy-icon {
    cursor: pointer;
    font-size: 20px;
    margin-left: 10px;
    color: #fff;
}

.roadmap {
    background: linear-gradient(to bottom, #1e3c72, #2a5298);
    color: #fff;
}

.roadmap .phase {
    background: rgba(255, 255, 255, 0.2);
    margin: 15px 0;
    padding: 20px;
    border-radius: 10px;
}

.phase img{
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-top: 20px;
}
.vision img{
  width: 300px;
  height: 300px;
  border-radius: 50%;
}

.contact-icons i {
    font-size: 30px;
    margin: 15px;
    color: #00c8ff;
}

footer {
    text-align: center;
    background: #141414;
    padding: 20px;
    font-size: 14px;
    color: #fff;
}

.footer-logo {
    color: #00c8ff;
    font-weight: bold;
}



/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0a0a23;
    color: #fff;
}

h1, h2, h3 {
    text-align: center;
    margin: 20px 0;
}

h1 img {
    height: 40px;
    width: 40px;
    vertical-align: middle;
}

section {
    padding: 50px 20px;
    text-align: center;
}

.hero {
    background: linear-gradient(135deg, #6a0dad, #ff007c, #00c8ff);
    color: white;
    padding: 80px 20px;
    position: relative;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
}

.hero img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

.about {
    background: linear-gradient(120deg, #141e30, #243b55);
    margin: 20px 0;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 30px;
}

.about-paragraphs p {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    margin: 15px 0;
    line-height: 1.6;
}

.about img {
    width: 200px;
    margin-top: 20px;
    border-radius: 50%;
    height: 200px;
}

/* Other sections' styles remain the same */