:rooot{
    --text-color: #edecec;
    
    --accent-color:#14120b;
    --text-decoration-color: aqua;
    -text-decoration-style: none;
}

@font-face {
    font-family: 'CursorGothic-boldItalic';
    src: url("/src/assets/fonts/CursorGothic-BoldItalic.woff2") format("woff2");
    font-weight: lighter;
    font-style: italic;
}

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

body{
    background-color: #14120b;
    font-family: var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
    
}
nav{
    background-color: var(--accent-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 5px;
    position: fixed;
    top: 0;
    background: #14120b;
    opacity: 3;

}

nav div a {
    color: #d6d1d1;
    text-decoration: none;
    margin: 20px auto;
    margin-left: 10px;
    padding: 5px;
    font-size: 15px;
    font-weight: 480;

}

nav div a:hover{
    text-decoration:underline;
}

.logo {
    max-width: 130px;
    max-height: 25px;
    color: #edecec;
}

.sign{
    background-color: var(--background-color);
    color: #edecec;
    
    border: none;
    border-radius: 13px;
    padding: 5px 10px;
    border: #edecec solid ;
    border-width: 0.05px;
    font-size: 14px;
    margin-right: 5px;
    
}

.download {
    border-radius: 15px;
    font-size: 14px;
    color: var(--accent-color);
    background-color: #edecec;
    padding: 5px 10px;
    border: none;
}

main div h2 {
    margin-top: 130px;
    margin-left: 30px;
    margin-bottom: 30px;
    color: #e0dede;
    font-weight: 450;
    font-size: 28px;
}

#intro {
    
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 50px;
    margin-left: 30px;
    margin-bottom: 60px;
    font-size: 18px;
    border: none;
}


.image {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    border-radius: 20px;
}

main div p {
    margin-left: 500px;
    margin-top: 70px;
    color: #e0dede;
    font-weight: 450;
    font-size: 15px;
}



.card {
    background-color: rgb(27, 25, 19);
    padding: 28px;
    width: 155px;
    height: 100px;
    border-radius: 5px;
    margin-top: 30px;
    

}

.cursor-2 {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 5%;
    margin-top: 100px;
}

.cursor-3 {
    display: flex;
    box-sizing: border-box;
    border: #d6d1d1;
    background-color: rgb(27, 25, 19);
    margin-top: 100px;
    padding: 15px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 5px;
}

.cursor-4 {
    display: flex;
    flex-direction: row-reverse;

}

.secondimg {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 310px;
}

main .cursor-3 .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h3-h {
    color: #edecec;

    margin-left: 3px;
    font-weight: 400;
    font-size: 25px;
    margin-right: 80px;
    
}

.txt-p {
    color: #cecaca;
    margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 20px;
    width: 400px;
}



.firstimg {
    width: 500px;
    height: 680px;
    margin-right: 20px;
    margin-left: 30px;
}

.product {
    color: #f54e00;
    margin-left: 3px;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;

}

.h2 {
    font-weight: 600;
    font-size: 35px;
    text-align: center;
}


.bottom {
    display: flex;
    flex-direction: row;
}

/* .testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 350px;
    height: 100px;
}

.child {
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 70px;

} */

.testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 1400px;
    padding: 30px;
    
}

.child {
    display: flex;
    flex-direction: column;
    background: #1b1913;
    padding: 15px;
    border-radius: 12px;
    color: white;
    min-height: 250px;
}

.author {
    display: flex;
    flex-direction: row;
    margin-top: auto;
    margin-bottom: 10px;
    
}


.profile {
    margin-left: 10px;
}

.profile strong {
    color: #edecec;
}

.profile div {
    color: oklab(0.943853 0.0010713 0.000336707/0.6);
}

.child h4 {
    font-weight: 400;
}


.parent-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.container {
    display: flex;
    flex-direction: column;
    background-color: #1b1913;
    max-width: 700px;
    gap: 10px;
    padding: 20px;
    border-radius: 5px;
    
}

.container-child {
    display: flex;
    flex-direction: column;
    min-height: 150px;
}

.f-h4 {
    color: #edecec;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 5px;

}

.s-h4 {
    color: oklab(0.943853 0.0010713 0.000336707/0.6);
    font-weight: 500;
    margin-left: 10px;
    margin-bottom: 20px;
}


.t-h4 {
    text-decoration: none;
    color: #f54e00;
    margin-left: 10px;
    padding-bottom: 15px;
}

.img-c1 {
    border-radius: 5px;
}

.s-h2 {
    color: #edecec;
    margin-top: 120px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 30px;
}

.changelog-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    
    grid-gap: 1px;
    
    background-color: #14120b;
    max-width: 1500px;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 190px;
    
}

.date {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    margin-left: 10px;
}

.button {
    background: #1b1913;
    border: none;
    border-radius: 20px;
    border: oklab(0.943853 0.0010713 0.000336707/0.6) solid;
    border-width: 0.05px;
    color: oklab(0.943853 0.0010713 0.000336707/0.6);
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 15px;
    margin-top: 10px;
    margin-left: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
}


.date-h3 {
    color: oklab(0.943853 0.0010713 0.000336707/0.6);
    font-weight: 450;
    margin-top: 6px;
}

.s2-h3 {
    margin-left: 10px;
}

.txt-h3 {
    color: #edecec;
    font-weight: 500;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 17px;
}

.changelog {
    box-sizing: border-box;
    background-color: #1b1913;
    padding: 5px;
    border-radius: 5px;
    max-width: 320px;
    max-height: 150px;
}

.changelog-h2 {
    color: #edecec;
    font-weight: 450;
    margin-top: 150px;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 25px;
}

.changelog-l {
    text-decoration: none;
    color: #f54e00;
    margin-left: 30px;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 450;
}

.cursor-team {
    display: flex;
    flex-direction: column;
}

.ct-h3 {
    color: #edecec;
    font-weight: 500;
    margin-top: 200px;
    margin-left: 20px;
    margin-right: 60px;
    margin-bottom: 40px;
    font-size: 25px;
}

.c-team {
    display: flex;
    flex-direction: row;
    max-width: 97%;
    max-height: 500px;
    background-color: #1b1913;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 120px;
}

.cursor-team-img {
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 50px;
    margin-bottom: 20px;
}

.ct-h5 {
    text-decoration: none;
    color: #f54e00;
    font-size: 20px;
    margin-left: 20px;
    
}

.hg-1 {
    margin-top: 100px;
}

.hg-m {
    color: #edecec;
    font-weight: 480;
    font-size: 17px;
}


.hg-a {
    color: oklab(0.943853 0.0010713 0.000336707/0.6);
    font-weight: 400;
    font-size: 17px;

}

.hg-d {
    margin-top: 20px;
}

.hg {
    box-sizing: border-box;
    background-color: #201e18;
    max-width: 700px;
    padding-right: 40px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* .hg-highlights {
    color: #edecec;
    font-weight: 480;
    
} */

.hg-l {
    text-decoration: none;
    color: #f54e00;
    font-weight: 480;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    align-self: flex-start;
}

.hg-parent {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1b1913;
    margin-top: 200px;
    margin-bottom: 100px;
    
}

.hg-l {
    text-decoration: none;
    color: #f54e00;
    font-weight: 480;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    align-self: flex-start;
    margin-bottom: 30px;
    margin-left: 330px;
}

.tcn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.hg-l-c {
    color: #f54e00;
    text-decoration: none;
}


.try-cursor-now {
    color: #edecec;
    font-size: 90px;
    font-weight: 480;
    margin-bottom: 30px;
}

#intro {
    font-size: 22px;
}

.footer-h {
    color: oklab(0.943853 0.0010713 0.000336707/0.6);
}

.footer-a {
    text-decoration: none;
    color: #edecec;
    margin-top: 10px;
}

.footer {
    display: flex;
    flex-direction: row;
    gap: 190px;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 50px;
}

.main-footer {
    background-color: #1b1913;

}

.copyright {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    font-size: 15px;
    font-weight: 600;
    
}

.copy-p {
    text-decoration: none;
    color: oklab(0.943853 0.0010713 0.000336707/0.6);
    margin-right: 20px;

}

.footer-section {
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    margin-left: 30px;
    
}

.footer-aa {
    text-decoration: none;
    color: #edecec;
    padding: 10px;
    
    
}

.footer-button {
    background-color: #26241e;
    border: none;
    border: #edecec solid;
    border-width: 0.5px;
    border-radius: 30px;
    margin-right: 20px;
    margin-left: 800px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.footer-language {
    background-color: #26241e;
    border: none;
    border: #edecec solid;
    border-width: 0.5px;
    border-radius: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-s {
    text-decoration: none;
    color: #edecec;
}