::-webkit-scrollbar {
    display: none;
}

::selection {
  background-color: #333;  
  color: #f5f5f5;         
}


::-moz-selection {
  background-color: #333;
  color: #f5f5f5;
}


#sectionfiller{
    height: 15rem;
}

section{
    display: flex;
    flex-direction: column;
    align-items: center;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    scroll-behavior: smooth;
}

body, html{
    background-color: #0a0a0a;
    color: white;
    /* margin: 0px 5%; */
    margin: 0;
    padding: 80p;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

/* nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    position: fixed;
    width: 100%;
    z-index: 100;
}

nav.scrolled {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 4rem;
} */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    gap: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    /* background-color: rebeccapurple; */
}

header.scrolled {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 5rem;
}

footer{
    display: flex;
    gap: 20px;
    flex-direction: row;
    text-align: center;
    align-items: center;
    background-color: #0a0a0a;
    padding: 2rem 5rem;
    /* margin-top: 20px; */
    /* padding-bottom: 20px; */
    /* position:fixed;
    bottom: 0; */
}
a {all: unset;}
a:hover{
    cursor:pointer;
}

header h5:hover{
    cursor:pointer;
}

footer h5:hover{
    cursor: pointer;
    color: white;
}

h1{
    font-weight: 550;
}

h2{
    font-weight: 500;
}

h5{
    color: grey;
    font-weight:500;
}

#availableon{
    color: rgb(197, 197, 197);
    font-weight: 500;
    font-size: 0.8rem;
    border: 1px solid rgb(75, 74, 74);
    display: inline-block;
    padding: 8px 16px;
    border-radius: 50px;
    white-space: nowrap;
}

#filler{
    flex: 1;
    /* background-color: blue; */
}
#maincontainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 10rem;
    margin-left: 5rem;
    margin-right: 5rem;
    /* background-color: rebeccapurple; */
    /* background-color: blanchedalmond; */
}


#headline {
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    white-space: wrap;
    padding: 0px;
    min-height: 3rem; /* important */
    margin: 1rem;
}


#home #desc{
    color: rgb(66, 66, 66);
}

.buttongrp {
    margin-top: 2rem;
    justify-content: center;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.btn {
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.btn:hover {
    cursor: pointer;
    transform: translateY(-2px);
}
.btn-primary {
    background: #fff;
    color: #000;
    border-radius: 0;
}

.btn-primary:hover {
    background: rgba(255, 255, 255, 0.9);
}

.btn-text {
    color: rgba(255, 255, 255, 0.5);
    background: none;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.btn-text:hover {
    color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.5);
}










.features {
    padding: 12rem 4rem;
    position: relative;
}

.features-header {
    align-items: center;
    max-width: 600px;
    margin-bottom: 8rem;
}

.features-header h2 {
    text-align: center;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 300;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.features-header p {
    text-align: center;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.8;
    font-weight: 300;
}

.features-list {
    max-width: 1200px;
    display: grid;
    gap: 0;
}

.feature-item {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    padding: 4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
}

.feature-number {
    font-size: 5rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
}

.feature-content h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

.feature-content p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.8;
    font-weight: 300;
}






@media screen and (max-width: 550px) {
    footer{
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    header{
        /* flex-direction: column;
        text-align: center;
        align-items: center; */
        padding: 2rem 1.5rem;
        gap: 10px;
        font-size: smaller;
    }
    
    header.scrolled {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 1.5rem 1.5rem;
    }

    
}

@media screen and (max-width: 480px) {

    
}

@media screen and (max-width: 768px) {
    .feature-item {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: left;
    }

    .feature-number {
        font-size: 3rem;
        text-align: center;
    }

    .features-header {
        margin-bottom: 4rem;
        padding: 0 1rem;
    }

    .feature-content {
        padding: 0 1rem;
    }

    #maincontainer {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}


code {
  display: block;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  font-size: 0.9rem;
  color: #ccc;
}
