html,
body {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: 'Urbanist', sans-serif;
    background-color: #0F051D;
    scroll-behavior: smooth;
    color: #e0e0e0;
}

img {
    user-select: none;
    pointer-events: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

backdrop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

window {
    width: 450px;
    height: 600px;
    background: #0F051D;
    border-radius: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    padding: 15px;
}

.contain {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.contain p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    padding: 10px;
    font-family: "Urbanist", sans-serif;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    border-radius: 5px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.buttons {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}

.buttons a {
    border-radius: 6px;
    border: none;
    background: #6c6c6c1e;
    cursor: pointer;
    display: block;
    height: 100%;
    touch-action: manipulation;
    width: 100%;
    transition: inherit;
    padding: 10px 40px;
    border: 2px solid rgba(255,255,255,0.3);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
}

textarea {
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-bottom: 15px;
    height: 150px;
    border-radius: 6px;
    padding: 10px;
    background: #6c6c6c1e;
    color: #555555;
    font-family: Fredoka, sans-serif;
    font-size: 14px;
    font-family: "Urbanist", sans-serif;
    color: #fff;
    line-height: 1.4em;
    outline: none;
    transition: background-color 0.2s ease 0s;
}

.contain span {
    padding: 15px 10px;
    width: 100%;
    font-family: "Urbanist", sans-serif;
    display: flex;
    font-size: 14px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: #6c6c6c1e;
    align-items: start;
    gap: 40px;
    flex-direction: column;
    color: white;
    border-radius: 6px;
}

#model {
    justify-content: space-between;
}

.contain a {
    padding: 10px;
    width: 100%;
    display: flex;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background: #6c6c6c1e;
    align-items: center;
    border-radius: 6px;
    gap: 40px;
    flex-direction: column;
}


.contain a img {
    height: 50px;
}

.error {
    border-color: red;
}


.contain img {
    width: 200px;
}

.contain h1 {
    font-family: "Urbanist", sans-serif;
    font-size: 66px;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0em;
    color: #B7B4BB;
}

header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-weight: bold;
    font-size: 40px;
}

header .container {
    padding: 20px 0px;
}

.container {
    max-width: 1400px;
    width: 100%;
}

.logo img {
    width: 49px;
    height: 49px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

ul li {
    list-style-type: none;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.wallet-btn {
    padding: 15px 30px;
    background: #6c6c6c46;
    outline: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.hero {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0px;
}

.hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.hero-content h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
}

.hero-content img {
    width: 80px;
}

.hero-content p {
    font-size: 22px;
    color: #B7B4BB;
}

.hero-image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    pointer-events: none;
}

.hero-image img:last-child {
    position: absolute;
    filter: blur(80px);
    z-index: -1;
    opacity: 0.5;
}

.presale {
    display: flex;
    justify-content: center;
    align-items: center;
}

.presale .container h2 {
    font-size: 60px;
    text-align: center;
}

.hr {
    width: 100%;
    background: linear-gradient(to right, #141315 0%, #FFFFFF 17%, #EAEAEA 87%, #020103 100%);
    height: 1px;
}

.presale .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.presale .container p {
    color: #B7B4BB;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
    line-height: 30px;
}

.purple-btn {
    font-size: 18px;
    color: #fff;
    padding: 15px 35px;
    background: linear-gradient(45deg, #2600FC, #FF00EA);
    border-radius: 50px;
}

.products {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 60px 0px;
}

.products .section-title {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

.products .section-title span {
    background: linear-gradient(15deg, #2600FC, #FF00EA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.products-content {
    display: flex;
    flex-direction: column;
    color: #B7B4BB;
    gap: 5px;
    font-size: 25px;
}

.product-feature {
    display: flex;
    align-items: center;
}

.product-feature span {
    margin-right: 5px;
    font-size: 32px;
}

.product-image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image img {
    width: 100%;
    margin: 30px 0px;
}

.product-image img:last-child {
    position: absolute;
    filter: blur(80px);
    z-index: -1;
    opacity: 0.5;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .section-title {
    background: linear-gradient(15deg, #2600FC, #FF00EA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: max-content;
    font-size: 48px;
    margin: 0 auto;
}

.about-text {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.about-text p {
    color: #B7B4BB;
    max-width: 450px;
    font-size: 25px;
}

.about-image {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image img:last-child {
    position: absolute;
    filter: blur(80px);
    z-index: -1;
    opacity: 0.5;
}

.faq {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0px;
}

.faq .section-title {
    background: linear-gradient(15deg, #2600FC, #FF00EA);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    width: max-content;
    font-size: 48px;
    margin: 0 auto;
}

.questions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 60px 0px;
}

.faq-question {
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}

.faq-answer {
    margin-top: 10px;
    font-size: 26px;
    color: #B7B4BB;
    text-align: center;
}

.faq .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact .container {
    display: flex;
    flex-direction: column;
    align-itemS: center;
    gap: 20px;
}

.contact .section-title {
    font-size: 56px;
    font-weight: 500;
}

.contact .social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact .social-icons a {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .social-icons a:hover {
    background: rgba(255, 255, 255, 0.12);
}

footer {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 40px;
    align-items: center;
}

.footer-links {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.footer-links div {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links div h4 {
    font-size: 18px;
    color: #ECF1F0;
    font-weight: 500;
}

.footer-links div p {
    color: #ECF1F0;
    font-size: 12px;
}

.footer-links div span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-links div span a {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links div span a img {
    width: 14px;
    height: 14px;
}

.copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
    color: #B6B6B6;
    font-size: 16px;
}

.blog span {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    text-align: left;
    justify-content: start;
    align-items: start !important;
}

.blog a {
    background: none !important;
    text-wrap: nowrap;
}