.wave-blue{
    background-color: rgb(0, 0, 0);
    background-image: url(../images/wave.svg);
    background-repeat: no-repeat;
    background-size: 130rem;
    background-position: top -4rem left 0rem;
    height: 25rem;
    width: 100%;
    z-index: 0;
}

.wave{
    background-color: rgb(0, 0, 0);
    background-image: url(../images/alt-wave.svg);
    background-repeat: no-repeat;
    background-size: 130rem;
    background-position: top -4rem left 0rem;
    height: 25rem;
    width: 100%;
    transform: scaleY(-1);
    z-index: 0;
}

.featurette-divider{
    margin: 5rem 0rem;
}

.graphic{
    background-image: url("../images/asteroids.webp");
    background-position: top -3rem left -5rem;
    background-repeat: no-repeat;
    background-size: 30rem;
    animation: hover 5s infinite;
    animation-timing-function: linear;
}

@keyframes hover{
    0% {background-position: top -3rem left -5rem;}
    50% {background-position: top -4rem left -5rem;}
}

.space{
    background-image: url("../images/sky.webp");
    background-position: top 0rem left 0rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.alt-bg{
    background-color: rgb(0, 0, 0);
}

.icon-bg{
    margin-right: 0.75rem; 
    background: 
    linear-gradient(#000000 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to bottom, #269937, #CCFF3F) border-box;
    color: #000000;
    padding: 0.5rem;
    border: 3px solid transparent;
    border-radius: 0.5rem;
    display: inline-block;
}

.emphasize-text{
    font-weight: 500;
    font-family: "Montserrat";
    background-image: linear-gradient( to bottom, #269937, #CCFF3F);
    color: transparent;
    background-clip: text;
}

.card{
    background-color: #0000009a;
    border: 1px solid #303030;
    position: relative;
    z-index: 1;
}

.card::before, .glass::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(49, 45, 45, 0.15);  
    backdrop-filter: blur(5px);

}

.no-board{
    border: unset;
    border-bottom: 1px solid #303030;
}

.marketing{
    overflow: hidden;
}