html{
    margin:0;
    padding:0;
}

body{
    background-color:#10001A;
    font-family: Inter;
    text-align: center;
    color:#fff;
    background: url(images/mainbg.png) #10001A no-repeat;
    background-position: top center;

    /* background: linear-gradient(193deg, rgba(0, 0, 0, 0.70) 12.77%, rgba(0, 0, 0, 0.70) 79.87%), url(images/mainbg.png) lightgray 50% / cover no-repeat; */

}
a{
    color:#fff;
}
h1, h2, h3, h4{
    text-align: center;
    font-family: Manrope;
    font-weight: 700;
    color:#C5B9F6
}
h1{
    color: #FFF;
    
    font-size: 140px;
    font-style: normal;
    line-height: 130px; /* 92.857% */
    letter-spacing: -2.8px;
    background: linear-gradient(90deg, #6440FE, #eee 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 0.2em;
    
}

h2{
    font-size:64px;
 
}
p{
    font-size: 24px;
    font-family: Inter;
}
header{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
    max-width: 1680px;;
    height:70px;
    padding:43px 80px;
    
    mix-blend-mode: plus-lighter;
}

header.logo{
    display:flex;
    width: 200px;
}

header nav{
    justify-content: center;;
    justify-self: center;
    margin: auto;
}

nav>ul{
    display: flex;
    gap:40px;

}

nav>ul>li{
    display: inline-flex;
    font-size: 24px;

}

a.button{
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 40px;
    text-decoration: none;;
    
}

a.button.primary{
    border-radius: 8px;
    border: 1px solid rgba(238, 205, 232, 0.23);
    background: linear-gradient(347deg, #101010 -72.11%, #2A1F57 52.79%);
    color: #FFF;
}

a.button.highlight{
    background-color: #fff;
    color:#000;    
    display: inline-block;
}

section a.button{margin: 48px auto;}

.header-cta{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    justify-self: flex-end;
gap: 10px;
}

main section{
    padding-top:40px;
    padding-bottom:40px;
}

span.highlight{
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
}

section.text{
    width:60%;
    margin: auto;
 
}

section.image{
    width:90%;
    margin: auto;
}

section p{
    margin-bottom:36px;
}

section img{
    width: fit-content;
    max-width: 100%;
}

section.proof{
    padding:90px;
}
section .card-container{
    display:flex; 
    gap:120px;

}
div.quote-card{
    padding:40px;
    text-align: left;
    border:1px solid #eee;
    border-radius: 20px;
    backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
}

div.quote-card p{
    font-size: 32px;
}
div.quote-card span{
    display: block;
    padding-bottom: 12px;
    font-size:24px;
}

div.quote-card span.quote-person{
    font-weight: bold;
    color:#A98FFF;
}
div.quote-card span.quote-company{
    color:#F4D8FF;
}

div.proof-card{
    padding:90px 24px;
    text-align: left;
    border:1px solid #eee;
    border-radius: 20px;
    backdrop-filter: blur(25px);
-webkit-backdrop-filter: blur(25px);
}
div.proof-card h3{
    color:#e882ff;
    font-size:36px;
    text-align: inherit;
}
div.secondbg{
    background-image: url(images/secondbg.png);
    
}

footer{
    background-color: #000;
    padding:135px 109px;
}

.subscriber-panel{
    display: flex;
}
input.subscriber-input{
    padding:20px 28px;
    border:none;
    border-radius: 8px;
    font-size: 18px;
    width:398px;
    
}
.subscriber-submit{
    border:none;
    background-color: #fff;
    padding:10px 33px;
    border-radius: 8px;
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
}