/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* VARS */
:root {
    --base-black: #121B2A;
    --alt-black: #020F1D;
    --base-grey: #374d63;
    --gradient: linear-gradient(to right, #564EE7 0%, #C32BF9 100%);
    --purple: #C32BF9;
    --text: #A1A9B9;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    background-color: #050310;
    background-image: url("../assets/img/starfield.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#wrapper {
    max-width: 70vw;
    margin: 0px auto;
}
/* NAVIGATION */
nav {
    top: 0;
    z-index: 9999;
    width: 100%;
    position: fixed;
    padding: 2vh 0 2vh 0;
    /* background-color: rgba(1, 7, 14, 0.3); */
    transition: .4s;
}
nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
nav article {
    display: inline-block;
}
nav .right {
    float: right;
}
nav .right a {
    margin-right: 30px;
}
nav .right a i {
    color: var(--purple);
    font-size: 20px;
}

/* HEADER */
header {
    padding: 17vh 0 12vh 0;
    text-align: center;
    width: 100%;
    background: linear-gradient(rgba(5,3,16,0.30) 0%, rgba(5,3,16,0.85) 100%);
}
header .images {
    width: 270px;
}
header .images div {
    display: inline-block;
    vertical-align: bottom;
    width: 130px;
}
header .images div img {
    width: 60px;
}
header h1 {
    font-size: 50px;
    color: #fff;
    letter-spacing: -2px;
    font-weight: 600;
    margin: 0 20px 0 20px;
}
header article {
    display: inline-block;
    vertical-align: middle;
}
header p {
    margin: 0px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
header img {
    width: 80px;
}

/* MAIN CONTENT */
/* TOP BAR */
#topbar {
    padding: 2.5vh 0 2.5vh 0;
    background-color: var(--alt-black);
}
#topbar h3 {
    color: #fff;
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
#topbar h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 0px;
    text-transform: uppercase;
}
#topbar h2 i {
    color: #e64c4c;
    font-size: 15px;
    margin-right: 10px;
    background-color: #263341;
    padding: 10px;
    border-radius: 50%;
}
#topbar h3 i {
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    background-color: #263341;
    padding: 10px;
    border-radius: 50%;
}
#convert {
    padding: 10vh 0 10vh 0;
    text-align: center;
}

#convert article div {
    width: 180px;
}
#convert article div p {
    color: var(--text);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
}  
#convert article a {
    text-decoration: none;
}
#convert article div p i {
    color: #263341;
    font-size: 12px;
    margin-left: 10px;
}
#convert article div {
    display: inline-block;
    vertical-align: top;
    margin: 20px;
    width: 180px;
    background-color: rgb(17, 24, 37);
    /* box-shadow: 0 0.375rem 0.5rem rgba(0,0,0,.05); */
    border-radius: 10px;
    height: 180px;
    padding: 40px 20px 0px 20px;
}
#convert img {
    width: 90px;
    /* height: 90px; */
}
#convert article {
    text-align: center;
}

/* INFORMATION STYLING */
#info {
    padding: 15vh 0 10vh 0;
    text-align: center;
}
#info article {
    text-align: left;
    width: 500px;
    display: inline-block;
    vertical-align: top;
    margin: 30px;
}
#info a {
    text-decoration-color: var(--purple);
    color: var(--text);
    font-weight: 500;
    font-size: 14px;
}
#info article ul {
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 50px;
}
#info article ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #564EE7; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#info article h3 {
    color: #fff;
    font-weight: 500;
    margin: 0px;
}
#info article p,
#info article ul li {
    color: var(--text);
    font-weight: 300;
    font-size: 14px;
}
#info article ol li {
    padding-left: 15px;
    color: var(--text);
    font-weight: 300;
    font-size: 14px;
}





/* FOOTER */
footer {
    margin: 100px 0 0 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--alt-black);
    padding: 10vh 0 0 0;
}
footer p {
    margin: 0px;
    text-align: center;
    width: 100%;
    background-color: #010913;
    color: grey;
    margin-top: 10vh;
    padding: 10px 0 10px;
    font-weight: 400;
}
/* footer article */
footer article h3 {
    /* color: var(--base-black); */
    color: #fff;
    font-weight: 800;
    font-size: 25px;
}
footer article ul {
    padding-left: 0px;
}
footer article li {
    list-style-type: none;
    color: var(--base-grey);
    font-weight: 500;
}
footer article i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: var(--purple);
}
footer article {
    display: inline-block;
}
footer .logo {
    float: right;
}
footer article ul li a {
    text-decoration: none;
    color: white;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    header {
        padding: 20vh 0 10vh 0;
    }
    header article img {
        width: 65px;
    }
    header article h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 0 20px;
    }
    header article h2 {
        font-size: 18px;
    }
    header article a {
        padding: 10px 20px 10px 20px;
        font-size: 12px;
        font-weight: 500;
    }
    nav .right a {
        margin-right: 10px;
    }
    #wrapper {
        max-width: 90vw;
    }
    #topbar {
        padding: 1.5vh 0 1.5vh 0;
    }
    #topbar h3 {
        font-size: 15px;
    }
    #topbar h2 {
        font-size: 15px;
    }
    #convert {
        padding: 10vh 0 0 0;
    }
    #convert h2 {
        font-size: 25px;
    }
    #convert .sub {
        font-size: 16px;
        margin: 0 0 50px 0;
    }
    #convert img {
        width: 80px;
    }
    #convert article div {
        padding: 40px 10px 0px 10px;
    }

    footer article h3 {
        font-size: 18px;
        margin: 0px;
    }
    footer article ul li {
        font-size: 13px;
    }
    footer .logo img {
        width: 90px;
    }
    footer p {
        font-size: 13px;
        font-weight: 500;
    }
    #info {
        padding: 5vh 0 5vh 0;
    }
    #info article {
        width: 100%;
        margin: 0px;
    }
    #info article h3 {
        font-size: 15px;
    }
    #info article li,
    #info article p {
        line-height: 20px;
        font-size: 14px;
    }
    #info article a {
        font-size: 13px;
    }
    #info img {
        width: 100%;
    }
}
/* ===== PRODUCT PAGE EXTRAS ===== */
#info .badge {
    display: inline-block;
    background: #263341;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}
#info .lead {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 24px;
}
#info .btn {
    display: inline-block;
    background-image: var(--gradient);
    color: #fff;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 6px 12px 6px 0;
    transition: .3s;
}
#info .btn:hover {
    background: none;
    box-shadow: inset 0 0 0 1px #fff;
}
#info .btn.secondary {
    background: none;
    box-shadow: inset 0 0 0 1px var(--base-grey);
}
#info .btn.secondary:hover {
    box-shadow: inset 0 0 0 1px #fff;
}
#info .note {
    font-size: 13px;
    color: var(--base-grey);
    margin-top: 26px;
    line-height: 1.5;
}
#info .note strong { color: var(--text); }
header .abbr {
    display: block;
    color: var(--purple);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

/* ===== PRODUCT PAGE: image + wider reading column + buy row ===== */
#info article.wide { width: 660px; max-width: 100%; }
#info .product-shot {
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 auto 36px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.06);
}
#info .price {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    margin: 0 6px 0 2px;
}
#info h3 { margin-top: 26px; }
#info .lead { font-size: 17px; }

.js-mail { cursor: pointer; }
