/* @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:200,300,400,500,600,700,800,900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css?family=Manrope:200,300,400,500,600,700,800,900&display=swap'); */

* {
    box-sizing: border-box;
}

/* etherZine styles */

.zine {
    margin-top: 4em;
}

.zine p {
    font-weight: 100;
    font-size: 1em;
}

.zine footer {
    margin-top: 5em;
    margin-bottom: 5%;
}

.zine h1 {
    font-weight: 100;
    margin-bottom: 2em;
}

.zine-bg {
    background-color:#37244F;
}

:root {
    /* variables */
    --header-gradient: linear-gradient(99deg, #FFF 44.56%, rgba(78, 142, 180, 0.29) 119.62%);
}

a {
    text-decoration: dotted;
}

body {
    max-width: 1200px;
    background: #232323;
    color: white;
    padding: 0;
    margin: 0 auto;
    font-family: 'EB Garamond', 'Montserrat', sans-serif;
    /* background: url('img/EtW-BG.png') top center no-repeat fixed; */
}

header {
    position: fixed;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 100;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 5px;
    justify-content: center;
    align-content: center;
    background-color: rgba(35, 35, 35, 1.0);
    border-bottom: 1px solid #2c2c2c;
}

main {
    padding-top: 5em;
}

.center {
    text-align: center;
}

aside.quote {
    margin: 10px 20px;
    max-width: 80%;
    padding: 24px;
    background: rgba(0, 0, 0, 0, 0.2);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    background: transparent url('img/quote-gradient.png') no-repeat center center;
    border-radius: 12px;
}

aside.quote span {
    margin-top: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
}

h1#logo {
    margin-top: 2em;
    font-family: 'Montserrat','Helevtica Neue', 'Helvetica', sans-serif;
    text-align: center;
    text-transform: uppercase;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background: var(--header-gradient);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

img.round {
    border-radius: 100px;
}


img.logo {
    scale: 100%;
    transition: all 1s ease-in-out;
}

img.logo:hover {
    scale: 107%;
    transition: all 1s;
}

section h1 {
    font-family: 'EB Garamond', 'Montserrat','Helevtica Neue', 'Helvetica', sans-serif;
    font-size: 60px;
    padding-top: 100px;
    text-align: center;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(2deg) rotateY(0deg) rotateZ(0.35deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    background: linear-gradient(99deg, #FFF 44.56%, rgba(78, 142, 180, 0.29) 119.62%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s;
}

section h1:hover {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(1deg) rotateY(0deg) rotateZ(-0.2deg) skew(1deg, 0deg);
}

.company-name {
    font-weight: 700;
    color: #fff;
}

.product-title {
    background-image: linear-gradient(91.39deg, #b4f1ec, #a05fe5 80%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-style: normal;
}

a, a:visited, a .product-title, a:visited .product-title {
    text-decoration: dotted;
    color: #dda5fd;
}

nav {
    text-align: center;
    margin-top: 3.5em;
    font-family: 'Montserrat','Helevtica Neue', 'Helvetica', sans-serif;
}

nav a {
    display: inline-block;
    color: #fff;
    margin-top: 1em;
    margin-left: 1.25em;
    padding: 6px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 1.15em;
    transition: all 0.3s;
}

nav a.active, nav a:hover {
    color: #fff;
    /* background-color: #fff; */
    /* border-radius: 20px; */
    border-bottom: 1px solid #E459FB;
}

section {
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 100vh;
    padding: 2em;
    font-size: 1.25em;
    max-width: 100%;
}

footer p {
    text-align: center;
    margin: 0 auto;
    min-height: 30px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    padding: 10px 0 100px 0;
}

hr {
    border: 1px solid #2b2b2b;
    border-radius: 5px;
    width: 80%;
}

section h2 {
    font-family: 'EB Garamond', 'Montserrat','Helevtica Neue', 'Helvetica', sans-serif;
    margin-top: 1em;
    padding-top: 65px;;
    width: 100%;
    color: #eba5ff;
    /* background: linear-gradient(-40deg, #FFF 46%, rgba(188, 88, 246, 0.79) 119.62%);
    background-clip: text;
    -webkit-text-fill-color: transparent; */
    text-align: left;
}

p {
    color: #d7d7d7;
    line-height: 1.6em;
    font-size: 21px;
    letter-spacing: 0.1em;
}

p > strong {
    color: white;
    font-weight: 700;
}

p.section-intro {
    border-radius: 50px;
    padding: 4px 12px;
    font-family: 'EB Garamond', 'Montserrat','Helevtica Neue', 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    transition: all 1s ease-in;
}

p.section-intro:hover {
    border-bottom: 1px dotted #E459FB;
    transition: all 1s ease-out;
}

.hidden {
    opacity: 0;
    transition-property: opacity, right, top, height;
    transition-duration: 2s, 2s, 2s, 3s;
}

.show {
    opacity: 1;
}

@media (width < 860px) {

    p {
        font-size: 18px;
    }

    section h1 {
       font-size:30px;
    }

    p.section-intro {
        text-align: center;
    }

    #about h1 {
        display: none;
    }

    h1#logo {
       margin-top: 16px;
    }

    nav {
        align-items: start;
        margin-top: 0;
        display: none;
    }

    header {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}

