body {
    background-color: var(--bg-color);
    color: var(--text-primary);
    font-size: var(--font-size-base);
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--bg-color);
    width: 100%;
    height: 5.2rem;
    /* background-color: red; */

}

.main-header>div {
    /* background-color: red; */
    height: 100%;
}

.main-header .logo {
    width: 9.5rem;
}

.nav-links ul {
    font-weight: 200;
}

.nav-links a {
    font-weight: 200;
    padding: 5.6px 1.5rem;
}

.hero {
    padding-top: 15.12rem;
    padding-bottom: 6.7rem;
}

.hero-content {
    margin-bottom: 5.6rem;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 1.2;
    max-width: 52rem;
}

.hero-cta a {
    font-size: 1.6rem;
    padding: var(--btn-pd-md);
    border-radius: var(--border-radius-mx);
}


.hero-img-container {
    width: 100%;
    height: min(780px, 70vh);
    min-height: 68rem;
    background-image: url("../assets/HeroBg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--border-radius-xs);
}

.hero-img-container img {
    width: 102.4rem;
    height: 56rem
}


.trusted-by {

    padding-bottom: 10rem;
}


.trusted-by-logos {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    height: 10rem;
    gap: 1rem;
    justify-items: center;
    /* background-color: red; */
    align-items: center;
}

.trusted-by-container {
    background-color: blue;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0.7rem;
    border-radius: .4rem;
    background-color: #1B1913;
}

.trusted-by-container img {
    width: 100%;
    height: 4rem;
    object-fit: contain;
}

.features-container {
    padding: 1.7rem;
    width: 100%;
    height: 68.5rem;
    border-radius: var(--border-radius-xs);
    background-color: #1B1913;
    margin: 10rem 0;
    /*temporary*/
}

.feature-description {
    width: 35%;
    /* background-color: red; */
}

.feature-image {
    width: 65%;
    /* background-color: blue; */


}

.feature-image-container {
    height: 100%;
    border-radius: var(--border-radius-xs);
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    opacity: .8;
}



.feature-main-img {
    position: absolute;
    z-index: 2;
    width: 85%
}


.testimonials {
    padding: 6rem 0;
}

.testimonial-heading {
    margin-bottom: 5rem;
    font-size: 3.6rem;
    font-weight: 200;
}

.testimonial-card {
    height: 27.8rem;
    width: 42.6rem;
    background-color: red;
    border-radius: var(--border-radius-xs);
    padding: 1.5rem 1.7rem;
    background-color: #1b1913;
    border: 1px solid oklab(33.389% 0.00134 0.00038 / 0.359);
}

.testimonial-text {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 200;
    color: rgb(237, 236, 236)
}


.testimonial-author-img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
    border-radius: var(--border-radius-xs);

}


.testimonials-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}

.testimonial-author-info h4 {
    font-size: 1.4rem;
    font-weight: 200;

}

.testimonial-author-info p {
    font-size: 1.4rem;
    font-weight: 200;
    color: oklch(94.386% 0.00105 11.551 / 0.377)
}


.usecase-section-title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: 200;
}

.usecase-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
}


.usecase-card {
    padding: 1.5rem 1.7rem;
    border: 1px solid oklab(33.389% 0.00134 0.00038 / 0.359);
    background-color: #1b1913;
    border-radius: var(--border-radius-xs);
    width: 42.6rem;


}

.usecase-card h3,
.usecase-card p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
}





.usecase-card-content {
    width: 100%;
    height: 39.1rem;
    border-radius: var(--border-radius-xs);
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}


.usecase-card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    opacity: .8;
}

.usecase-card-img {
    width: 78%;
    object-fit: cover;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}

.usecase-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special-img{
    mask-image: linear-gradient(to right, 
    rgba(0, 0, 0, 0) 0%, 
    rgba(0, 0, 0, 1) 20%, 
    rgba(0, 0, 0, 1) 80%, 
    rgba(0, 0, 0, 0) 100%
  );
}


.changelog-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
}


.changelog-card{
    
    
    padding:1.5rem 1.7rem 2rem;
    border: 1px solid oklab(33.389% 0.00134 0.00038 / 0.359);
    background-color: #1b1913;
    border-radius: var(--border-radius-xs);
}

.card-head{
        color: oklab(0.943853 0.00107113 0.000336707 / 0.6);
        font-size: 1.4rem;
}

.card-head .version{
    display: inline-block;
    
    font-weight: 200;
    padding: .3rem 1.4rem;

    background-color: #1b1913;
    color: oklab(0.943853 0.00107113 0.000336707 / 0.6)
}
    
.card-head .date{
    font-size: 1.6rem;
    font-weight: 200;
    
}

.changelog-card-body p{
    font-size: 1.6rem;
    color:rgb(237, 236, 236);
    font-weight: 200;
    max-width: 29rem;
    
}


.team-cta{
    padding: 3rem 0 14rem 0rem;
}

.team-cta-content-head h2{
    font-size: 3.6rem;
    font-weight: 200;
    line-height: 1.2;
    max-width: 60rem;
}

.team-cta-content-head a{
    display: inline-block;
    padding: .8rem 2.2rem;
    color:rgb(20, 18, 11);
    font-size: 1.6rem;
    font-weight: 200;
    border-radius: 100rem;
    border: 1px solid oklab(33.389% 0.00134 0.00038 / 0.359);
}

.team-cta-content-img{
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-xs);
    overflow: hidden;
}

.team-cta-content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.final-cta-title{
    font-size: 7.2rem;
    font-weight: 200;
    line-height: 1.2;
}

.final-cta{
    padding: 13.4rem 0;
}

.final-cta-content a{
    font-size: 1.6rem;
    padding: 1rem 2.2rem;
    border-radius: 100rem;
    border: 1px solid oklab(33.389% 0.00134 0.00038 / 0.359);
}

.footer{
    background-color: #1B1913;
    padding: 10rem 0 2rem;
}

.footer-nav{
    /* background-color: red; */
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
}

.footer-nav h2{
    font-size: 1.4rem;
    color: oklab(0.943853 0.00107113 0.000336707 / 0.6);
    font-weight: 200;
    margin-bottom: 1rem;
}

.footer-nav a{
    font-size: 1.4rem;
    color: rgb(237, 236, 236)

}
    
.footer-nav ul{
    display: flex;
    flex-direction: column;
    gap: .8rem;
    
}

.footer-nav ul li a{
    color:rgba(237, 236, 236, 0.946);
    font-weight: 200;
}

.footer-content{
    gap:12rem;
}

.copyright{
    font-size: 1.4rem;
    color: oklab(0.943853 0.00107113 0.000336707 / 0.6);
    font-weight: 200;
}

.mode-switch-container, .language-switch-container{
    background-color: rgb(38, 36, 30);
    padding: .2rem .3rem;
    border-radius: 100rem;

}

.mode-switch-container button,
.language-switch-container button{
    font-size: 1.6rem;
    /* color: rgb(237, 236, 236); */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .2rem 1rem;
    border-radius: 100rem;
    font-size: 1.4rem;
    color: oklab(0.943853 0.00107113 0.000336707 / 0.6);

 
}

.mode-switch-container div:first-child button{
    background-color: oklab(0.943853 0.00107113 0.000336707 / 0.1);
}

.language-switch-container div button {
    font-size: 1.4rem;
    font-weight: 200;
    color: rgb(237, 236, 236);
}


.recent-highlights{
    background-color: #1B1913;
    padding: 9rem 0;
}
    



.recent-highlights-container{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;

    h2{
        position: absolute;
        top: 0;
        left: 0;
        color:rgb(237, 236, 236);
        font-size: 1.6rem;
        font-weight: 200;
    }
}
    

.recent-highlights-card{
   font-weight: 200;
   padding: 1.35rem 1.5rem 1.5rem 1.5rem;
   border: 1px solid color-mix(in oklab, #edecec 2.5%, transparent);
   width: 65rem;
   border-radius: var(--border-radius-xs);
   background-color: rgb(32, 30, 24);

   .card p {
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 1.5;
   }
   
   .card p:first-child{
    color: rgb(237, 236, 236);
   } 

   .card p:nth-child(2){
    color: oklab(0.943853 0.00107113 0.000336707 / 0.6);
   } 

   span, time{
    color: oklab(0.943853 0.00107113 0.000336707 / 0.6);
   } 

}




