/* @font-face {
    font-family: "Courgette", cursive;
    src: url(../fonts/Courgette-Regular.ttf) format('ttf');
} */

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Courgette", cursive;
}

.content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.kitm {
    color: #2196f3;
}

.overlay-light {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #81d4fa;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: background-color .3s ease-in-out;
    will-change: background-color;
}

.active-overlay {
    background-color: #1a2532;
}

.greeting-wrapper {
    position: absolute;
    width: 100%;
    height: 200px;
    z-index: 11;
    margin-top: 50px;
}

.greeting {
    text-align: center;
    color: #fff;
    font-size: 40px;
    /*     position: absolute;
    left: 0;
    right: 0; */
    z-index: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.greeting-two {
    text-align: center;
    color: #fff;
    font-size: 40px;
    /* position: absolute;
    top: 65px;
    left: 0;
    right: 0; */
    z-index: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.greeting-three {
    text-align: center;
    color: #fff;
    font-size: 40px;
    /*   position: absolute;
    top: 130px;
    left: 0;
    right: 0; */
    z-index: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.greeting span:nth-child(2n),
.greeting-two span:nth-child(2n),
.greeting-three span:nth-child(2n) {
    text-shadow: 0 0 20px rgba(79, 195, 247, .8);
}

.greeting.active span,
.greeting-two.active span,
.greeting-three.active span {
    color: #fff;
    text-shadow: 0px 0px 20px #ffdd40;
}

.lights {
    transition: all .2s ease-in-out;
}

.tree-wrapper {
    position: absolute;
    bottom: 15px;
    left: 48%;
    height: 100%;
    width: 100%;
    max-width: 150px;
    max-height: 293px;
    z-index: 48;
    transform: translateX(-50%);
}

/*Christmas tree star*/
#star-five {
    margin: 0;
    position: relative;
    display: block;
    color: #ffd54f;
    top: -30px;
    left: 41px;
    width: 0px;
    height: 0px;
    border-right: 35px solid transparent;
    border-bottom: 24.5px solid #ffd54f;
    border-left: 35px solid transparent;
    transform: rotate(35deg) scale(.7);
}

#star-five:before {
    border-bottom: 28px solid #ffd54f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -19px;
    left: -22px;
    display: block;
    content: '';
    transform: rotate(-35deg);
}

#star-five:after {
    position: absolute;
    display: block;
    color: #ffd54f;
    top: 2px;
    left: -37px;
    width: 0px;
    height: 0px;
    border-right: 35px solid transparent;
    border-bottom: 24.5px solid #ffd54f;
    border-left: 35px solid transparent;
    transform: rotate(-70deg);
    content: '';
}

.tree-wrapper .cTree .lights>span {
    z-index: 5;
    box-sizing: border-box;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f44336;
    position: absolute;
    left: -50px;
    box-shadow: none;
    right: 0;
    top: 30px;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}

.tree-wrapper .cTree .active-lights>span {
    box-shadow: 0px 0px 15px 7px #d32f2f;
}

.tree-wrapper .cTree .lights>span:nth-child(2) {
    top: 50px;
    left: 30px;
    background: #8bc34a;
    box-shadow: none;
}

.tree-wrapper .cTree .active-lights>span:nth-child(2) {
    box-shadow: 0px 0px 15px 7px #66bb6a;
}

.tree-wrapper .cTree .lights>span:nth-child(3) {
    top: 70px;
    left: -40px;
    background: #e91e63;
    box-shadow: none;
}

.tree-wrapper .cTree .active-lights>span:nth-child(3) {
    box-shadow: 0px 0px 15px 7px #f06292;
}

.tree-wrapper .cTree .lights>span:nth-child(4) {
    top: 100px;
    left: 40px;
    background: #0d47a1;
    box-shadow: none;
}

.tree-wrapper .cTree .active-lights>span:nth-child(4) {
    box-shadow: 0px 0px 15px 7px #42a5f5;
}

.cTree {
    position: relative;
    transform: scale(1.5);
}

.scTree {
    position: absolute;
}

.cTree>span,
.scTree>span {
    z-index: 4;
    display: inline-block;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 0px 0px 0px 100%;
    transform: rotate(-45deg);
    background: #518c64;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 2px rgba(0, 0, 0, .24);
}

.cTree.lighted>span {
    box-shadow: 0px 0px 30px 20px #ffdd4026;
    transition: all .2s ease-in-out;
}

.cTree>span:nth-child(2),
.scTree>span:nth-child(2) {
    z-index: 3;
    top: 40px;
    width: 90px;
    height: 90px;
}

.cTree>span:nth-child(3),
.scTree>span:nth-child(3) {
    z-index: 2;
    top: 86px;
    width: 105px;
    height: 105px;
}

.cTree>span.base,
.scTree>span.base {
    z-index: 1;
    width: 25px;
    border-radius: 0;
    transform: rotate(0);
    top: 125px;
    background: #9a8269;
}

.snow-container {
    pointer-events: none;
}

.snow-container:nth-child(4) {
    transform: rotate(15deg);
}

button,
.btn {
    z-index: 5;
    background: #008244;
    color: #fff;
    padding: 10px;
    border: none;
}

button {
    position: relative;
    width: 100px;
}

.pull-me {
    display: none;
    position: absolute;
    right: 85px;
    top: calc(38vh + 15px);
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    animation: blink 2s infinite;
}

.music-notify {
    opacity: 0;
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .24);
    right: 25px;
    bottom: 25px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    z-index: 60;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.notify-active {
    opacity: 1;
    visibility: visible;
}

.santa-greeting,
.christmas-counter {
    opacity: 0;
    position: absolute;
    width: 100%;
    visibility: hidden;
    text-align: center;
    background: #fff;
    color: #444444;
    padding: 10px;
    transition: all .2s ease-in-out;
}

.santa-greeting {
    top: -45px;
    left: 60px;
    border-radius: 25px 25px 25px 0;
}

.christmas-counter {
    top: -95px;
    right: 60px;
    border-radius: 25px 25px 0 25px;
}

.santa-greeting-active {
    opacity: 1;
    visibility: visible;
}

.pull-me::before {
    content: "";
    border-bottom: 40px solid #fff;
    border-right: 26px solid transparent;
    border-left: 26px solid transparent;
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    z-index: -1;
}

.trigger-light {
    position: absolute;
    width: 50px;
    right: 50px;
    top: 30vh;
    z-index: 11;
}

.cable {
    height: 1000px;
    width: 5px;
    display: inline-block;
    background: #bdbdbd;
    margin: 0 auto;
    left: 33px;
    bottom: 70px;
    position: absolute;
    box-shadow: -2px -1px 2px 0px rgba(0, 0, 0, .4) inset
}

.btn {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: -15px -2px 20px 0px rgba(0, 0, 0, .4) inset
}

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

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Blink music notification */

@keyframes music {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes music {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes music {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes music {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes music {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.triggerCable {
    /*top: 30vh!important;*/
    animation: animationFrames ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: translate(0px, 0px);
    }

    7% {
        transform: translate(-3px, -180px);
    }

    32% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: translate(0px, 0px);
    }

    7% {
        -moz-transform: translate(-3px, -180px);
    }

    32% {
        -moz-transform: translate(0px, 0px);
    }

    100% {
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    7% {
        -webkit-transform: translate(-3px, -180px);
    }

    32% {
        -webkit-transform: translate(0px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: translate(0px, 0px);
    }

    7% {
        -o-transform: translate(-3px, -180px);
    }

    32% {
        -o-transform: translate(0px, 0px);
    }

    100% {
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: translate(0px, 0px);
    }

    7% {
        -ms-transform: translate(-3px, -180px);
    }

    32% {
        -ms-transform: translate(0px, 0px);
    }

    100% {
        -ms-transform: translate(0px, 0px);
    }
}

/*Snowfall---------------------------*/

.snow {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}

/* Backgroundas */

*:before,
*:after {
    content: '';
    display: block;
    position: absolute;
}

.landscape {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.moon {
    position: absolute;
    left: 8%;
    top: 8%;
    bottom: 100px;
    width: 250px;
    height: 250px;
    margin: 0 0 0 -50px;
    border-radius: 50%;
    background: #ccc;
    box-shadow: 0 0 80px 10px rgba(204, 204, 204, .24);
    opacity: 0;
    transition: all .6s cubic-bezier(.565, 1.65, .765, .88);
    transform: translateY(-200%);
    will-change: transform;
}

.active-moon {
    transform: translateY(0%);
    opacity: 1;
}

.moon:after {
    top: 66px;
    left: 90px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 78px 79px 0 rgba(0, 0, 0, 0.1), 84px -10px 0 -20px rgba(0, 0, 0, 0.1), -70px 60px 0 -8px rgba(0, 0, 0, 0.1), -48px -37px 0 -15px rgba(0, 0, 0, 0.1), -4px 107px 0 -15px rgba(0, 0, 0, 0.1), 54px 25px 0 -15px rgba(0, 0, 0, 0.1);
}

.tree {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -320px;
}

.tree div {
    position: relative;
    float: left;
    display: block;
    width: 6px;
    height: 8px;
    margin: 0 30px -5px 0;
    background: #eee;
}

.tree div:before {
    bottom: 8px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #eee;
    border-width: 12px;
    left: 50%;
    margin-left: -12px;
}

.tree div:after {
    bottom: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #eee;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}

.tree div span:before {
    bottom: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #eee;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}

.tree div span:after {
    bottom: 28px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-bottom-color: #eee;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
}

.hills {
    position: absolute;
    left: 44%;
    bottom: 0;
}

.hills>div {
    overflow: hidden;
    border-radius: 1%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    overflow: hidden;
    transform: rotate(45deg) scale(1.7);
    transition: all .6s cubic-bezier(.565, 1.65, .765, .88);
}

.hills>div:nth-child(1),
.hills>div:nth-child(2),
.hills>div:nth-child(3) {
    position: absolute;
    bottom: -350px;
    width: 500px;
    height: 500px;
    background: #293d52;
}

.hills>div:nth-child(1):before {
    width: 38%;
    height: 100%;
    top: -60%;
    left: 0;
    background: rgba(0, 0, 0, .1);
    transform: rotate(-50deg);
}

.hills>div:nth-child(2):before {
    width: 53%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    transform: rotate(-45deg);
}

.hills>div:nth-child(3):before {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    transform: rotate(-50deg);
}

.hills>div:nth-child(4):before {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    transform: rotate(-50deg);
}

.hills>div:nth-child(5):before {
    width: 30%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    transform: rotate(-35deg);
}

.hills>div:nth-child(1) {
    left: -750px;
}

.hills>div:nth-child(2) {
    left: -250px;
    height: 600px;
}

.hills>div:nth-child(3) {
    left: 250px;
    height: 54 0px;
}

.hills>div:nth-child(4),
.hills>div:nth-child(5) {
    position: absolute;
    bottom: -400px;
    left: -600px;
    width: 500px;
    height: 500px;
    background: #30475f;
}

.hills>div:nth-child(4) {
    left: -500px;
    height: 520px;
}

.hills>div:nth-child(5) {
    left: 0;
}

.active-hills>div:nth-child(1) {
    transform: rotate(45deg) scale(1.9);
}

.active-hills>div:nth-child(2) {
    transform: rotate(45deg) scale(1.6);
}

.active-hills>div:nth-child(3) {
    transform: rotate(45deg) scale(2.1);
}

.active-hills>div:nth-child(3)>.peak {
    top: -16px;
    left: 0px;
}

active-hills>div:nth-child(3)>.peak-2 {
    top: -5px;
    left: -24px;
}

.active-hills>div:nth-child(4) {
    transform: rotate(45deg) scale(2.1);
}

.active-hills>div:nth-child(5) {
    transform: rotate(45deg) scale(1.8);
}

.peak,
.peak-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
}

.peak {
    top: -16px;
    left: 0px;
}

.peak-2 {
    top: -5px;
    left: -24px;
}

/*-------------------------------------------------*/

.snowbank-one {
    background: #fff;
    position: absolute;
    width: 70%;
    left: -20px;
    bottom: -55px;
    height: 160px;
    border-radius: 50% 100% 0 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .4);
    overflow: hidden;
    z-index: 40;
    transform: rotate(3deg);
}

.snowbank-one:after {
    content: '';
    background: url(../assets/snow-texture.jpg);
    width: 100%;
    height: 100%;
    opacity: .4;
}

.snowbank-two {
    background: #fff;
    position: absolute;
    width: 67%;
    right: -20px;
    bottom: -118px;
    height: 180px;
    border-radius: 20% 29% 0 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .4);
    overflow: hidden;
    z-index: 50;
    transform: rotate(-5deg);
}

.snowbank-two:after {
    content: '';
    background: url(../assets/snow-texture.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: .4;
}

/* Media queries */

@media only screen and (min-width: 960px) {
    .trigger-light {
        right: 170px;
    }

    .pull-me {
        display: block;
    }
}

@media only screen and (max-width: 766px) {
    .music-notify {
        display: none;
    }
}

@media only screen and (max-width: 959px) {
    .tree-wrapper {
        transform: translate(-25%, 12%) scale(.5);
    }

    .container,
    .clouds-wrapper,
    .snowbank-one,
    .santa-path,
    .santa-path-reverse,
    .space {
        display: none !important;
    }

    .snowbank-two {
        width: 120% !important;
        left: -10% !important;
        border-radius: 50% 50% 0 0;
    }

    .hills,
    .sun,
    .moon,
        {
        transform: scale(.4) !important;
    }

    h1 {
        font-size: 25px !important;
    }

    .btn {
        width: 40px !important;
        height: 40px !important;
    }

    .cable {
        bottom: 44px !important;
        left: 18px !important;
    }

    .trigger-light {
        right: 25px !important;
        top: 20vh !important;
    }

    .greeting-wrapper {
        top: 45% !important;
        transform: translateY(-50%) !important;
    }
}