html,
body {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    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: 55;
}

window {
    width: 450px;
    height: 600px;
    background: url(/img/modal.png);
    background-size: cover;
    border-radius: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.contain {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: center;
}

.contain p {
    font-size: 16px;
    letter-spacing: 2px;
    color: #DBDACD;
    padding: 10px;
    font-family: "Inter", 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: #fff;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 100%;
    touch-action: manipulation;
    width: 100%;
    transition: inherit;
    padding: 10px 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    color: #01080B;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

textarea {
    width: 100%;
    margin-bottom: 15px;
    height: 150px;
    border-radius: 6px;
    padding: 10px;
    background: rgba(36, 36, 50, 0.8);
    color: #555555;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    color: #fff;
    line-height: 1.4em;
    outline: none;
    border: 0;
    transition: background-color 0.2s ease 0s;
}

.contain span {
    padding: 15px 10px;
    width: 100%;
    font-family: "Inter", sans-serif;
    display: flex;
    font-size: 14px;
    background: rgba(36, 36, 50, 0.8);
    align-items: start;
    gap: 40px;
    flex-direction: column;
    color: #fff;
    border-radius: 6px;
}

#model {
    justify-content: space-between;
}

.contain a {
    padding: 10px;
    width: 100%;
    display: flex;
    background: rgba(36,36,50,0.8);
    align-items: center;
    border-radius: 8px;
    gap: 40px;
    color: #000;
    flex-direction: column;
}


.contain a img {
    height: 50px;
}

.error {
    border-color: red;
}


.contain img {
    width: 100%;
}

.contain h1 {
    font-family: "Inter", sans-serif;
    font-size: 66px;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0em;
    color: #fff;
}

header {
    width: 100%;
    background: #242532d3;
    backdrop-filter: blur(12px);
    padding: 20px 0px;
    z-index: 50;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.header {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header .left nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.header .left nav a:hover {
    opacity: 0.5;
}

.header .right button {
    padding: 15px 20px;
    border-radius: 120px;
    font-size: 14px;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    outline: 0;
    border: 0;
    background: #DF0101;
}

.header .right button:hover {
    background: #960000;
}

.main {
    background: url(/img/bg.png);
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}

.banner {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    width: 100%;
    max-width: 1400px;
}

.banner .left {
    display: flex;
    align-items: end;
    flex-direction: column;
}

.banner .left h1 {
    font-size: 75px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    line-height: 80px;
}

.banner .left p {
    font-size: 19px;
    color: #fff;
}

.banner .left a {
    padding: 15px 40px;
    background: #fff;
    border-radius: 120px;
    font-size: 16px;
    font-weight: 500;
    color: #242532;
    margin-top: 40px;
}

.banner .right {
    padding: 20px;
    border-radius: 20px;
    background: #242532d2;
    border: 4px solid rgba(255, 255, 255, 0.8);
}

.banner .right h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.timer {
    display: flex;
    margin: 15px 0px;
    align-items: center;
    justify-content: space-between;
    background: #242532d0;
    border-radius: 12px;
    width: 100%;
    padding: 15px 30px;
}

.timer div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer div p {
    font-size: 26px;
    color: #fff;
}

.timer div span {
    font-size: 12px;
    font-weight: 400;
}

.raised {
    width: 100%;
    text-align: center;
    color: #878787;
    margin-bottom: 10px;
}

.stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 10px;
    margin-bottom: 5px;
    color: #878787;
}

.price {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
    width: 100%;
    text-wrap: nowrap;
}

.price div {
    width: 100%;
    height: 1px;
    display: block;
    background: #878787;
}

.selector {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
    margin: 10px 0px;
}

.selector a {
    width: 100%;
    padding: 10px 0px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #878787;
}

.selector .active {
    color: #171717;
}

.send {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.part {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.part .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}

.part .input {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part .input input {
    background: #878787ad;
    border: 1px solid #878787;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.part .input img {
    position: absolute;
    right: 10px;
}

.part .start {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    border-radius: 8px;
    background: #fff;
    color: #171717;
    font-size: 14px;
    font-weight: 900;
}

.powered {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    color: #9022FF;
    font-size: 12px;
}

.about {
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    gap: 50px;
    align-items: center;
}

.description {
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.description h3 {
    font-size: 26px;
    color: #242532;
    font-weight: 500;
}

.description p {
    font-size: 18px;
    color: #242532;
}

.description a {
    color: #242532;
    padding: 10px 20px;
    border: 1px solid #242532;
    width: max-content;
    font-size: 16px;
    border-radius: 120px;
}

.features {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto;
}

.section_title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section_title h2 {
    font-size: 68px;
    color: #242532;
    font-weight: 500;
    line-height: 80px;
}

.section_title span {
    color: #242532;
    font-size: 18px;
}

.scalable {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 30px 0px;
}

.scalable div {
    padding: 20px;
    background: #F7F7F5;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.scalable div p {
    color: #242532;
    font-size: 18px;
}

.scalable div span {
    color: #242532;
    font-size: 16px;
}

.vision {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.vision .look {
    display: flex;
    flex-direction: column;
    padding: 30px;
    justify-content: space-between;
    width: 100%;
    background: #F7F7F5;
    border-radius: 24px;
}

.look div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.look div p {
    color: #242532;
    font-size: 32px;
    font-weight: 500;
}

.look div span {
    color: #242532;
    font-size: 16px;
}

.look a {
    color: #242532;
    padding: 10px 20px;
    border: 1px solid #242532;
    width: max-content;
    font-size: 16px;
    border-radius: 120px;
}

.news {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news p {
    font-size: 18px;
    color: #242532;
    font-weight: 500;
}

.news div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.news div a {
    width: 100%;
    background: #F7F7F5;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.faq {
    width: 100%;
    max-width: 1200px;
    background: #242532;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin: 60px auto;
}

.faq p {
    font-size: 16px;
    color: #fff;
}

.faq a {
    font-weight: bold;
}

.faq button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 0;
    outline: 0;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    gap: 5px;
}

.subscribe {
    display: grid;
    grid-template-columns: 1fr 2fr;
    max-width: 1200px;
    width: 100%;
    gap: 50px;
    margin: 60px auto;
}

.subscribe .left {
    display: flex;
    background: #F7F7F5;
    border-radius: 24px;
    padding: 30px;
    flex-direction: column;
}

.subscribe .left p {
    font-size: 26px;
    color: #242532;
    font-weight: 500;
}

.subscribe .left a {
    margin-top: 150px;
    color: #242532;
    padding: 10px 20px;
    border: 1px solid #242532;
    width: max-content;
    font-size: 16px;
    border-radius: 120px;
}

.subscribe .left span {
    color: #242532;
    margin-top: 10px;
    font-size: 14px;
}

.subscribe .right {
    background: #242532;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
}

.subscribe .right p {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
}

.subscribe .right div {
    background: #F7F7F5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 120px;
    padding: 10px 20px;
}

.subscribe .right div img {
    position: absolute;
    right: 20px;
}

.subscribe .right div input {
    background: none;
    height: 40px;
    width: 100%;
    outline: 0;
    border: 0;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0px;
    margin: 60px auto;
    width: 100%;
    border-top: 1px solid rgba(36, 37, 50, 0.1);
    border-bottom: 1px solid rgba(36, 37, 50, 0.1);
    max-width: 1200px;
    margin-bottom: 0;
}

.about_company {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    align-items: start;
}

.about_company p {
    color: #242532;
    font-weight: 500;
}

.about_company img {
    max-height: 50px;
}

.about_company span {
    font-size: 16px;
    color: #3F404D;
}

.about_company a {
    padding: 10px 20px;
    background: #DF0101;
    border-radius: 120px;
    color: #fff;
    font-size: 16px;
}

.cols {
    display: flex;
    align-items: start;
    gap: 30px;
}

.cols div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cols div span {
    color: #242532;
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 15px;
}

.cols div a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #242532;
    font-size: 16px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    padding: 50px 0px;
}

.copyright div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.copyright div p {
    font-size: 12px;
    color: #242532;
}

.copyright div a {
    font-size: 12px;
    color: #242532;
}

.copyright button {
    font-size: 12px;
    color: #242532;
    cursor: pointer;
    outline: none;
    border: 0;
    background: none;
}

header.scrolled {
    background: #fff;
    border-bottom: 1px solid rgba(36, 37, 50, 0.1);
}

header.scrolled nav a {
    color:#242532;
}

header.scrolled svg {
    filter: invert()
}