* {
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    height: 100%;
}

.sky {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #060010;
    background: -moz-linear-gradient(top,
            #060010 0%,
            #060010 6%,
            #090016 11%,
            #070016 20%,
            #0a0121 48%,
            #0a0127 55%,
            #0a0129 57%,
            #0c012b 62%,
            #0e0131 68%,
            #0d012f 69%,
            #18023c 78%,
            #19023e 79%,
            #19023e 79%,
            #1c0242 81%,
            #22034b 85%,
            #2e045a 92%,
            #2f045e 96%,
            #340464 98%,
            #370569 100%);
    background: -webkit-linear-gradient(top,
            #060010 0%,
            #060010 6%,
            #090016 11%,
            #070016 20%,
            #0a0121 48%,
            #0a0127 55%,
            #0a0129 57%,
            #0c012b 62%,
            #0e0131 68%,
            #0d012f 69%,
            #18023c 78%,
            #19023e 79%,
            #19023e 79%,
            #1c0242 81%,
            #22034b 85%,
            #2e045a 92%,
            #2f045e 96%,
            #340464 98%,
            #370569 100%);
    background: linear-gradient(to bottom,
            #060010 0%,
            #060010 6%,
            #090016 11%,
            #070016 20%,
            #0a0121 48%,
            #0a0127 55%,
            #0a0129 57%,
            #0c012b 62%,
            #0e0131 68%,
            #0d012f 69%,
            #18023c 78%,
            #19023e 79%,
            #19023e 79%,
            #1c0242 81%,
            #22034b 85%,
            #2e045a 92%,
            #2f045e 96%,
            #340464 98%,
            #370569 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060010",
            endColorstr="#370569",
            GradientType=0);

    transform: scale(1);
}

.mountains {
    position: absolute;
    height: 80px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.light-base {
    position: absolute;
    bottom: -80px;
    left: 10vw;
    width: 80vw;
    height: 100px;
    border-radius: 50%;
    box-shadow: -0px -10px 30px 10px #ffc1a0, -0px -20px 40px 20px #fe9c7f,
        -0px -30px 60px 30px #be6590, -0px -50px 150px 75px #632b6c;
    background-color: #ffc1a0;
    z-index: 1;
}

.mountains-base {
    content: "";

    background: -moz-linear-gradient(top,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00370569",
            endColorstr="#090016",
            GradientType=0);

    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -10px;
    z-index: 3;
}

.mountains-base:after {
    content: "";

    background: -moz-linear-gradient(top,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00370569",
            endColorstr="#090016",
            GradientType=0);
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    z-index: 3;
}

.mountains-base:before {
    content: "";

    background: -moz-linear-gradient(top,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    background: -webkit-linear-gradient(top,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    background: linear-gradient(to bottom,
            rgba(55, 5, 105, 0) 0%,
            rgba(9, 0, 22, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00370569",
            endColorstr="#090016",
            GradientType=0);
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 10px;
    z-index: 2;
}

.mountains>[class^="mountain"],
.mountains>[class^="mountain"]:after,
.mountains>[class^="mountain"]:before,
.mountains>[class^="land"],
.mountains>[class^="land"]:after,
.mountains>[class^="land"]:before {
    background: #110124;
    box-shadow: 0px 0px 50px 5px rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0px;
}

.mountain-2 {
    width: 60px;
    height: 60px;
    bottom: -20px !important;
    left: -10px;
    transform: rotate(45deg);
    border-top-left-radius: 10px;
}

.mountain-1 {
    width: 100px;
    height: 100px;
    bottom: -40px !important;
    left: 10px;
    transform: rotate(45deg);
    border-top-left-radius: 10px;
}

.land-1 {
    width: 30%;
    height: 20px;
    border-top-right-radius: 100%;
}

.land-2 {
    width: 60%;
    height: 15px;
    left: 30%;
    border-top-left-radius: 200%;
    border-top-right-radius: 200%;
}

.land-3 {
    width: 20%;
    height: 20px;
    left: 80%;
    border-top-left-radius: 100%;
}

.stars {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 000vw;
    height: 100vh;
    transition: all 10s linear;
}

.star {
    position: absolute;
    border-radius: 50%;
    background-color: white;
    opacity: 0.8;
}

.blink {
    animation: blink ease-in-out infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.star-0 {
    height: 0.5px;
    width: 0.5px;
}

.star-1 {
    height: 1px;
    width: 1px;
}

.star-2 {
    height: 1.5px;
    width: 1.5px;
}

.star-3 {
    height: 2px;
    width: 2px;
}

.star-4 {
    height: 2.5px;
    width: 2.5px;
    box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.5);
}

.star-5 {
    height: 2.5px;
    width: 2.5px;
    box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.7);
}

.stars-cross {
    position: absolute;
    top: 10vh;
    left: 0px;
    width: 120vw;
    height: 20vh;
    transform: rotate(20deg);
    transform-origin: top left;
}

.stars-cross-aux {
    position: absolute;
    top: 0vh;
    left: 10vw;
    width: 120vw;
    height: 10vh;
    transform: rotate(20deg);
    transform-origin: top left;
}

.stars-cross>.blur,
.stars-cross-aux>.blur {
    position: absolute;
    border-radius: 50%;
    background-color: white;
    opacity: 1;
    filter: blur(15px);
    width: 5px;
    height: 10px;
}




@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");

@font-face {
    font-family: "Butler";
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/Butler-Medium.woff") format("woff2"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/Butler-Medium.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Butler";
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/Butler-Black.woff") format("woff2"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/Butler-Black.woff2") format("woff");
    font-weight: bold;
    font-style: normal;
}

html {
    font-size: 100%;
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
    font-family: "Butler";
}

.background {
    background: linear-gradient(to bottom right, white, #e5e5e5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    margin-left: 5%;

}

#intro {
    font-family: "Inconsolata";
    color: #737373;
    margin-bottom: 2rem;
    max-width: 71.1vmin;
    line-height: 1.5;
}

#wrapper {
    width: 71.1vmin;
    height: 71.1vmin;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper h1 {
    transition: all 0.2s ease-in;
    opacity: 0.1;
}

#wrapper.active h1 {
    opacity: 1;
}

h1 {
    font-size: 14vmin;
    font-family: "Butler";
    color: #fff;
}

#astrology {
    z-index: 1;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/resolutions-ticks.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 62vmin;
    width: 62vmin;
    top: 50%;
    margin-top: -31vmin;
    position: absolute;
}

.month {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform-origin: 50% 50%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    width: 0;
    margin: 0 auto;
    transition: all 0.2s ease-in;
}

.month:nth-child(2) {
    transform: rotate(30deg);
}

.month:nth-child(3) {
    transform: rotate(60deg);
}

.month:nth-child(4) {
    transform: rotate(90deg);
}

.month:nth-child(5) {
    transform: rotate(120deg);
}

.month:nth-child(6) {
    transform: rotate(150deg);
}

.month:nth-child(7) {
    transform: rotate(180deg);
}

.month:nth-child(8) {
    transform: rotate(210deg);
}

.month:nth-child(9) {
    transform: rotate(240deg);
}

.month:nth-child(10) {
    transform: rotate(270deg);
}

.month:nth-child(11) {
    transform: rotate(300deg);
}

.month:nth-child(12) {
    transform: rotate(330deg);
}

.month#january .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/capricorn.svg);
}

.month#january .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/capricorn.svg);
}

.month#february .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/aquarius.svg);
}

.month#february .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/aquarius.svg);
}

.month#march .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/pisces.svg);
}

.month#march .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/pisces.svg);
}

.month#april .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/aries.svg);
}

.month#april .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/aries.svg);
}

.month#may .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/taurus.svg);
}

.month#may .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/taurus.svg);
}

.month#june .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/gemini.svg);
}

.month#june .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/gemini.svg);
}

.month#july .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/cancer.svg);
}

.month#july .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/cancer.svg);
}

.month#august .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/leo.svg);
}

.month#august .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/leo.svg);
}

.month#september .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/virgo.svg);
}

.month#september .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/virgo.svg);
}

.month#october .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/libra.svg);
}

.month#october .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/libra.svg);
}

.month#november .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/scorpio.svg);
}

.month#november .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/scorpio.svg);
}

.month#december .name:before {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/sagittarius.svg);
}

.month#december .divider {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1147877/sagittarius.svg);
}

.month.active {
    z-index: 10;
}

.month.active .name {
    color: #aeb8fc;
    transform: translateY(-0.6vmin);
}

.month.active .name:before {
    transform: translateY(-50%) scale(0.2);
    opacity: 0;
}

.month.active .skill {
    opacity: 1;
}

.month .name {
    transition: all 0.2s ease;
    transform: translateY(0);
    font-size: 3vmin;
    user-select: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: -10vmin;
    right: -10vmin;
    transition: all 0.2s ease;
    color: rgba(251, 141, 158, 0);
}

.month .name:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease;
    position: absolute;
    top: 0;
    transition: all 0.2s ease;
    transform: translateY(-50%) scale(1);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 5.8vmin;
    height: 5vmin;
    display: block;
}

.month .skill {
    transition: all 0.2s ease-in;
    position: absolute;
    left: -999px;
    right: -999px;
    width: 47vmin;
    opacity: 0;
    margin: 0 auto;
}

.month .title {
    font-size: 3vmin;
    font-weight: bold;
    color: #aeb8fc;
}

.divider {
    grid-template-columns: 1fr 7.5vmin 1fr;
    display: grid;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 4.3vmin;
    background-position: center;
    margin: 2.2vmin;
}

.divider:before,
.divider:after {
    content: "";
    height: 0.3vmin;
    display: block;
    background: white;
}

.divider:after {
    grid-column: 3;
}

.description {
    color: white;
    font-size: 2.2vmin;
    line-height: 3.2vmin;
}

.text-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;

    position: absolute;
    top: 0;
    width: 45%;
    right: 7%;
}

.text-area h1 {
    font-size: 40px;
    color: #fff;
    margin: 0px;
    margin-bottom: 20px;
}

.text-area p {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.text-area input {
    width: 100%;
    margin-top: 20px;
}

.text-area .btn {
    background-color: #8b5cf6;
    color: #fff;
    margin-left: 20px;
    margin-top: 20px;
}

.slick-prev:before, .slick-next:before {
    color: #8b5cf6;
}

@media screen and (max-width: 850px) {
    .background {
        background: linear-gradient(to bottom right, white, #e5e5e5);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        min-height: 100vh;
        margin-left: 15%;
    }

    #wrapper {
        margin-top: 20px;
    }

    .text-area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: 100vh;
        position: absolute;
        top: 50%;
        width: 100%;
        right: 0%;
        padding: 0 25px;
        margin-top: -20%;
    }
    .text-area h1{
        font-size: 30px;
    }
    .text-area p{
        font-size: 16px;
    }
}