@import url("index.css");

body {
    color: #f6f0fc;
    background: #100a18;
}

.headx {
    border-color: #3d2a49;
    color: #ffffff;
    background: rgba(16, 10, 24, .97);
}

.navx {
    color: #bfaecc;
}

.navx a:hover {
    color: #d6a7ff;
}

.getbt {
    color: #261432;
    background: #d3a4ff;
}

.menu {
    border-color: #76598b;
    color: #ffffff;
    background: transparent;
}

.hero {
    position: relative;
    background: #100a18;
}

.hero::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    border-left: 1px solid #3e2850;
    background: #1b1026;
    content: "";
}

.heroin {
    position: relative;
    grid-template-columns: 1fr;
    gap: 42px;
    min-height: 720px;
    padding-top: 68px;
    padding-bottom: 68px;
}

.hcopy {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}

.hcopy > small {
    border-color: #b56ff2;
    color: #c897f3;
}

.hcopy h1 {
    color: #ffffff;
    font-size: 64px;
    line-height: 1.15;
}

.hcopy h1 em {
    color: #c383f8;
}

.hcopy > p {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    color: #bfb1ca;
}

.actns,
.chips {
    justify-content: center;
}

.primo {
    color: #251330;
    background: #d4a4ff;
    box-shadow: 7px 7px 0 #6c318c;
}

.secon {
    border-color: #745e83;
    color: #ffffff;
}

.chips {
    color: #b8a7c4;
}

.chips i {
    color: #c685fb;
}

.feed {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 190px 1fr;
    grid-template-rows: auto 1fr auto;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #4f3860;
    color: #f8f1ff;
    background: #21142d;
    box-shadow: 16px 16px 0 #6c318c;
}

.feed::before {
    top: -9px;
    right: 70px;
    width: 260px;
    height: 3px;
    background: #c685fb;
}

.fbar {
    grid-column: 1;
    grid-row: 1;
    padding: 21px 18px;
    border-bottom: 1px solid #4c365a;
    color: #bca9c9;
}

.fbar span {
    display: none;
}

.fbar small {
    display: block;
    margin: 8px 0 0;
    color: #c985ff;
}

.fgrid {
    display: grid;
    grid-template-columns: 1fr 190px;
    grid-template-rows: 1fr 1fr;
    grid-column: 2;
    grid-row: 1 / span 3;
    gap: 0;
}

.tile {
    border: 0;
    border-left: 1px solid #4c365a;
    background: #2b1b38;
}

.tile:first-child {
    display: grid;
    grid-template-columns: 1fr;
    grid-row: 1 / span 2;
}

.tile:first-child img {
    width: auto;
    max-width: 100%;
    max-height: 370px;
    margin: 0 auto;
}

.tile:nth-child(2),
.tile:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
    border-bottom: 1px solid #4c365a;
    flex-direction: column;
    text-align: center;
}

.tile:nth-child(2) > i,
.tile:nth-child(3) > i {
    color: #ca8cff;
    font-size: 34px;
}

.tile strong {
    font-size: 13px;
}

.tile small {
    color: #b8a6c4;
}

.fnav {
    grid-column: 1;
    grid-row: 3;
    margin: 0;
    padding: 17px 10px;
    border-top: 1px solid #4c365a;
}

.fnav > b {
    display: none;
}

.ticker {
    color: #2a1537;
    background: #c994fb;
}

.ticker span {
    color: #6b288a;
}

#show {
    color: #241631;
    background: #d9c2ef;
}

#show .title p {
    color: #241631;
}

#show .title small {
    color: #7430ad;
}

.shots figure {
    border: 0;
    background: #ffffff;
    box-shadow: 7px 7px 0 #9c68bd;
}

.shots figure:nth-child(2),
.shots figure:nth-child(4) {
    margin-top: 0;
}

.shots figcaption {
    color: #4a3157;
}

.dark {
    color: #ffffff;
    background: #1a1023;
}

.dark .title p {
    color: #ffffff;
}

.dark .title small {
    color: #c68bf6;
}

.feats {
    border-color: #493553;
}

.feats article {
    border-color: #493553;
    color: #ffffff;
    background: #21162b;
}

.feats article:nth-child(2n) {
    background: #2d1b38;
}

.feats article::before {
    color: #725b7e;
}

.feats i {
    color: #c988fa;
}

.feats p {
    color: #b9a9c3;
}

.pale {
    color: #261531;
    background: #c891ee;
}

.pale .title p {
    color: #261531;
}

.pale .title small {
    color: #56236d;
}

.cards article,
.cards article:nth-child(2),
.cards article:nth-child(5) {
    color: #291634;
    background: #f9f4fd;
}

.cards article:nth-child(2n) {
    background: #e5d5f0;
}

#flow {
    color: #ffffff;
    background: #21132b;
}

#flow .title p {
    color: #ffffff;
}

#flow .title small {
    color: #ca8cf8;
}

.steps::before {
    border-color: #78508b;
}

.steps article > b {
    color: #281431;
    background: #c994f2;
}

.steps article > i {
    color: #c98df6;
}

.steps p {
    color: #bbaac4;
}

.faqsec {
    color: #241631;
    background: #f3edf7;
}

#info {
    background: #6c2d86;
}

.news article {
    border-color: #a878b9;
    background: #552168;
}

.news time,
.news article > i {
    color: #e6b9ff;
}

.news p {
    color: #e0cde8;
}

.review {
    color: #25162e;
    background: #d9c2ef;
}

.revws article,
.revws article:nth-child(2),
.revws article:nth-child(5) {
    background: #ffffff;
}

.revws article:nth-child(3n + 2) {
    background: #eadcf4;
}

.foot {
    color: #d6c8df;
    background: #100a18;
}

@media (max-width: 767px) {
    .navx {
        color: #ffffff;
        background: #1b1026;
    }

    .hero::before {
        display: none;
    }

    .heroin {
        gap: 42px;
        min-height: 0;
        padding-top: 58px;
        padding-bottom: 60px;
    }

    .hcopy h1 {
        font-size: 39px;
    }

    .actns {
        width: 100%;
        justify-content: stretch;
    }

    .primo,
    .secon {
        width: 100%;
    }

    .feed {
        display: block;
        box-shadow: 8px 8px 0 #6c318c;
    }

    .fbar {
        display: flex;
        border-bottom: 1px solid #4c365a;
    }

    .fbar small {
        margin: 0 0 0 auto;
    }

    .fgrid {
        grid-template-columns: 1fr 96px;
        grid-template-rows: 1fr 1fr;
    }

    .tile:first-child img {
        width: 100%;
        max-height: none;
    }

    .tile:nth-child(2),
    .tile:nth-child(3) {
        padding: 14px 7px;
    }

    .tile:nth-child(2) > i,
    .tile:nth-child(3) > i {
        font-size: 25px;
    }

    .tile:nth-child(2) small,
    .tile:nth-child(3) small {
        display: none;
    }

    .fnav {
        display: none;
    }

    .shots figure {
        box-shadow: 5px 5px 0 #9c68bd;
    }
}
