<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    /*background-color: #684a71;*/
}


.main-container {
    width: 1500px;
    height: 800px;
    margin: auto;
    position: relative;
    overflow: hidden;
}


.ground {
    width: 1500px;
    height: 120px;
    position: absolute;
    bottom: 0;
    background-color: #eae8ed;
}


.bg &gt; div, .foreground &gt; div {
    display: inline-block;
}
.bg {
    position: absolute;
    bottom: 115px;
    width: 1500px;
}
.foreground {
    position: absolute;
    width: 100%;
    bottom: 115px;
    margin-top: 200px;
    width: 1500px;
}



/***********

	SKY

***********/

.sky {
    width: 1500px;
    height: 100%;
    background-color: #054a71;
}
.moon {
    left: 250px;
    top: 100px;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #ffee00;
    transform: rotate(90deg)
}
.sky .clouds {
    width: 1500px;
}
.clouds__cloud {
    position: absolute;
}
.clouds__cloud &gt; div{
    width: 140px;
    height: 15px;
    background-color: #04608f;
    border-radius: 20px;
    margin-bottom: 10px;
}


.clouds__cloud {
    left: -20px;
    top: 50px;
}

.clouds__cloud--middle {
    width: 120px;
    margin-left: 50px;
    position: relative;
}
.clouds__cloud--middle:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -15px;
    width: 30px;
    height: 16px;
    background-color: #04608f;
    border-radius: 3px;
}
.clouds__cloud--middle:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -13px;
    margin-left: -15px;
    width: 30px;
    height: 16px;
    background-color: #04608f;
    border-radius: 3px;
}
.clouds__cloud--bottom {
    /*width: 80px;*/
    margin-left: 20px;
}



.clouds__cloud:nth-child(2) {
    transform: scale(1.1) rotate(-180deg);
    left: 430px;
    top: 30px;
}
.clouds__cloud:nth-child(2) .clouds__cloud--middle {
    width: 230px;
    margin-left: 50px;
    position: relative;
}
.clouds__cloud:nth-child(2) .clouds__cloud--middle:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -40px;
    width: 80px;
    height: 16px;
    background-color: #04608f;
    border-radius: 3px;
}
.clouds__cloud:nth-child(2) .clouds__cloud--middle:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -13px;
    margin-left: -15px;
    width: 30px;
    height: 16px;
    background-color: #04608f;
    border-radius: 3px;
}
.clouds__cloud:nth-child(2) .clouds__cloud--bottom {
    width: 80px;
    left: -100px;
}


.clouds__cloud:nth-child(3) {
    transform: scale(1.1) rotate(-180deg);
    right: 450px;
    top: 30px;
}
.clouds__cloud:nth-child(3) .clouds__cloud--middle {
    width: 120px;
    margin-left: 50px;
    position: relative;
}
.clouds__cloud:nth-child(3) .clouds__cloud--middle:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -15px;
    width: 30px;
    height: 16px;
    background-color: #04608f;
    border-radius: 3px;
}
.clouds__cloud:nth-child(3) .clouds__cloud--middle:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -13px;
    margin-left: -15px;
    width: 30px;
    height: 16px;
    background-color: #04608f;
    border-radius: 3px;
}
.clouds__cloud:nth-child(3) .clouds__cloud--bottom {
    width: 80px;
    margin-left: 20px;
}



.clouds__cloud:nth-child(4) {
    transform: scale(1.1);
    left: 85%;
    top: 85px;
}
.clouds__cloud:nth-child(4) .clouds__cloud--middle {
    width: 120px;
    margin-left: 50px;
    position: relative;
}
.clouds__cloud:nth-child(4) .clouds__cloud--middle:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -13px;
    margin-left: -15px;
    width: 30px;
    height: 16px;
    background-color: #04608f;
    border-radius: 3px;
}
.clouds__cloud:nth-child(4) .clouds__cloud--middle:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: -13px;
    margin-left: -15px;
    width: 30px;
    height: 16px;
    background-color: #04608f;
    border-radius: 3px;
}
.clouds__cloud:nth-child(4) .clouds__cloud--bottom {
    width: 80px;
    margin-left: 20px;
}



/***************

	FOREGROUND

****************/


.foreground__house--attic {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}
.foreground__house--frontage {
    background-color: #2785c2;
    position: absolute;
    bottom: 0;
}
.foreground__house--back-home {
    position: absolute;
    background-color: #056190;
    bottom: 0;
}

.foreground .house1 {
    position: relative;
    width: 250px;
    height: 140px;
    margin-left: 25px;
}
.foreground .house1 .frontage {
    width: 100px;
    height: 100px;
    left: 0;
}
.foreground .house1 .door {
    background-color: #014971;
    width: 45px;
    height: 65px;
    position: absolute;
    bottom: 0px;
    left: 28px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.foreground .house1 .attic {
    left: 0;
    border-bottom: 40px solid #2785c2;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.foreground .house1 .back-home {
    width: 150px;
    height: 100px;
    right: 0;
}
.foreground .house1 .roof {
    background-color: #fff;
    width: 150px;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 0;
    transform: skew(50deg);
}



.foreground .house2 {
    position: relative;
    width: 175px;
    height: 260px;
    margin-left: 110px;
}
.foreground .house2 .frontage{
    width: 75px;
    height: 195px;
    right: 0;
}
.foreground .house2 .back-home {
    width: 100px;
    height: 195px;
    left: 0;
}
.foreground .house2 .attic {
    border-bottom: 65px solid #2785c2;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;

}
.foreground .house2 .window {
    width: 20px;
    height: 20px;
    background-color: #014971;
    margin-left: 25px;
    border-radius: 50%;
}
.foreground .house2 .roof {
    background-color: #fff;
    width: 100px;
    height: 65px;
    position: absolute;
    left: 19px;
    top: 0;
    transform: skew(-30deg);
}
.foreground .house2 .door {
    background-color: #014971;
    width: 20px;
    height: 50px;
    left: 25px;
    position: absolute;
    bottom: 0;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}





.foreground .house3 {
    width: 285px;
    height: 195px;
    position: relative;
    margin-left: -5px;
}
.foreground .house3 .back-home {
    width: 285px;
    height: 140px;
    padding-left: 40px;
}
.foreground .house3 .window {
    background-color: #ffee00;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    margin-top: 15px;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    display: inline-block;
}
.foreground .house3 .window:nth-child(odd) {
    background-color: #074d71;
}
.foreground .house3 .roof {
    width: 291px;
    height: 55px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -4px;
}



.foreground .house3 .funnel {
    background-color: #adc0c6;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: -35px;
    height: 75px;
    width: 82px;
    z-index: 3000;
}
.foreground .house3 .funnel:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -3px;
    width: 86px;
    height: 15px;
    background-color: #adc0c6;
}
.foreground .house3 .funnel .brick {
    background-color: #aa3a39;
    height: 15px;
    width: 20px;
    display: inline-block;
    margin-top: 1px;
    margin-right: -3px;
    z-index: 400;
}



.foreground .house4 {
    width: 200px;
    height: 240px;
    position: relative;
    margin-left: 95px;
}
.foreground .house4 .frontage{
    width: 125px;
    height: 185px;
    right: 0;
    padding-left: 20px;
}

.foreground .house4 .back-home {
    width: 75px;
    height: 185px;
    left: 0;
}

.foreground .house4 .attic {
    border-bottom: 55px solid #2785c2;
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
}

.foreground .house4 .roof {
    background-color: #fff;
    width: 75px;
    height: 55px;
    transform: skew(-50deg);
    position: absolute;
    top: 0;
    left: 33px;
}

.foreground .house4 .windows-group {
    display: inline-block;
    width: 40%;
    margin-top: 5px;
    margin-right: 10px;
}
.foreground .house4 .windows-group:last-child {margin-right: 0;}
.foreground .house4 .window {
    width: 10px;
    height: 20px;
    background-color: #074d71;
    margin-right: 5px;
    margin-top: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;

}
.foreground .house4 .window:nth-child(3) {
    background-color: #ffee00;
}


.foreground .house5 {
    position: relative;
    width: 240px;
    height: 140px;
    margin-left: -45px;
}
.foreground .house5 .frontage{
    width: 90px;
    height: 90px;
    right: 0;
}
.foreground .house5 .door {
    background-color: #014971;
    width: 40px;
    height: 55px;
    position: absolute;
    left: 20px;
    bottom: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.foreground .house5 .attic {
    border-bottom: 50px solid #2785c2;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
}
.foreground .house5 .back-home {
    width: 150px;
    height: 90px;
    left: 0;
}
.foreground .house5 .roof {
    background-color: #fff;
    width: 150px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 24px;
    transform: skew(-43deg);
}






.santa {
    position: absolute;
    top: -85px;
    left: 50%;
    margin-left: -50px;
    z-index: -1000;
}
.santa .suit {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #dd4337;
    position: relative;
}
.santa .belt {
    width: 100px;
    height: 16px;
    background-color: #3f4344;
    position: relative;
    top: 42px;
    z-index: 200;
}
.santa .belt-lock {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #ffe561;
    border-radius: 5px;
    background-color: transparent;
    top: -2px;
    left: 50%;
    margin-left: -10px;
}
.santa .suit-center {
    height: 100px;
    width: 14px;
    background-color: #d3e9f4;
    position: absolute;
    top: 0;
    left: 43px;
    z-index: 100;
}
.santa .suit-bottom {
    width: 90px;
    height: 14px;
    position: absolute;
    top: 0px;
    left: 5px;
    border-radius: 5px;
    background-color: #d3e9f4;
    z-index: 300;
}
.santa .leg-left {
    border-bottom: 50px solid #dd4337;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 25px;
    position: absolute;
    top: -35px; /* 40px */
    left: 20px; /* 20px */
    transform: rotate(-15deg);
    z-index: 200;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: slide;
}
@keyframes slide {
    0% {
        transform: rotate(-15deg);
    }
    10% {
        transform: rotate(-10deg);
    }
    20% {
        transform: rotate(-5deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(15deg);
    }
    70% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(0deg);
    }
    90% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(-15deg);
    }
}
@keyframes slideRight {
    0% {
        transform: rotate(15deg);
    }
    10% {
        transform: rotate(10deg);
    }
    20% {
        transform: rotate(5deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(-15deg);
    }
    70% {
        transform: rotate(-5deg);
    }
    80% {
        transform: rotate(0deg);
    }
    90% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(15deg);
    }
}
.santa .legs {
}
.santa .leg-right {
    border-bottom: 50px solid #dd4337;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    height: 0;
    width: 25px;
    position: absolute;
    top: -35px;
    right: 15px;
    transform: rotate(15deg);
    z-index: 200;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: slideRight;
}
.santa .legs:after {
    content: '';
    display: inline-block;
    left: -3px;
    right: -3px;
    height: 5px;
    position: absolute;
    bottom: 100%;
    background-color: #d3e9f4;
    border-radius: 25%;
}
.santa .shoe-left {
    border-bottom: 20px solid #424242;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 20px;
    position: absolute;
    left: -2px;
    bottom: 100%;
}
.santa .shoe-left:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 10px;
    background-color: #404040;
    position: absolute;
    bottom: -5px;
    right: -2px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 4px;
    transform: rotate(-7deg)
}
.santa .shoe-right {
    border-bottom: 20px solid #424242;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 20px;
    position: absolute;
    left: -2px;
    bottom: 100%;
}
.santa .shoe-right:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 10px;
    background-color: #404040;
    position: absolute;
    bottom: -5px;
    left: -2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 8px;
    transform: rotate(7deg)
}













/******************


BACKGROUND



***********/

.bg .house-1 {
    height: 245px;
    width: 75px;
    background-color: #054a71;
    position: relative;
    margin-left: 75px;
}
.bg .house-1:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -55px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 55px solid #054a71;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
}
.bg .house-1 .window {
    height: 25px;
    width: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff118;
    margin: auto;
}




.bg .house-2 {
    height: 200px;
    width: 130px;
    background-color: #054a71;
    position: relative;
    margin-left: 30px;
    padding-left: 20px;
}
.bg .house-2 .frontage {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #054a71;
    padding-left: 15px;
}
.bg .house-2:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -65px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 65px solid #054a71;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
}
.bg .house-2 .frontage .window {
    height: 25px;
    width: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff118;
    display: inline-block;
    margin-left: 5px;
}
.bg .house-2 .frontage .window:nth-child(3) {
    visibility: hidden;
}






.bg .house-3 {
    height: 245px;
    width: 275px;
    background-color: #054a71;
    position: relative;
    margin-left: 45px;
}
.bg .house-3:after {
    content: '';
    position: absolute;
    top: -55px;
    left: 10px;
    background-color: #054a71;
    width: 275px;
    height: 55px;
    transform: skew(-20deg)
}




.bg .house-4 {
    height: 330px;
    width: 135px;
    background-color: #054a71;
    position: relative;
    margin-left: 110px;
}
.bg .house-4 .frontage {
    width: 55px;
    height: 330px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #056190;
    padding-left: 5px;
}
.bg .house-4 .back-home {
    background-color: #2185b7;
    width: 80px;
    height: 330px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.bg .house-4 .frontage:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -65px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 65px solid #056190;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
}
.bg .house-4 .back-home:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -65px;
    right: 14px;
    width: 80px;
    height: 65px;
    background-color: #fff;
    transform: skew(22deg)
}
.bg .house-4 .frontage .window {
    height: 25px;
    width: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff118;
    display: inline-block;
    margin-right: 5px;
}
.bg .house-4 .frontage .window:nth-child(2) {
    background-color: #054a71;
}



.bg .house-5 {
    height: 245px;
    width: 100px;
    background-color: #054a71;
    position: relative;
    margin-left: 35px;
}
.bg .house-5 .frontage {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #054a71;
    padding-left: 20px;
}
.bg .house-5:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -65px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 65px solid #054a71;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
.bg .house-5 .frontage .window {
    height: 25px;
    width: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff118;
    display: inline-block;
    margin-right: 5px;
}
.bg .house-5 .frontage .window:nth-child(2) { visibility: hidden; }




.bg .house-6 {
    height: 330px;
    width: 75px;
    background-color: #054a71;
    position: relative;
    margin-left: 65px;
}
.bg .house-6:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -55px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 55px solid #054a71;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
}
.bg .house-6 .window {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background-color: #fff118;
    margin: auto;

}




.bg .house-7 {
    height: 200px;
    width: 295px;
    background-color: #054a71;
    position: relative;
    margin-left: -50px;
}
.bg .house-7 .frontage {
    width: 295px;
    height: 200px;
    background-color: #054a71;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 40px;
}
.bg .house-7 .frontage:after {
    content: '';

    position: absolute;
    top: -60px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid #054a71;
    border-left: 147px solid transparent;
    border-right: 147px solid transparent;
}
.bg .house-7 .frontage .window {
    height: 25px;
    width: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;
    background-color: #fff118;
    margin-right: 10px;
}
.bg .house-7 .frontage .window:nth-child(1) {visibility: hidden;}
.bg .house-7 .frontage .window:nth-child(3) {visibility: hidden;}
.bg .house-7 .frontage .window:nth-child(6) {visibility: hidden;}








.mountains {
    width: 1500px;
    position: absolute;
    bottom: 120px;
    height: 600px;

}
.mountain-1{
    position: absolute;
    bottom: 0;
    left: -265px;
    border-bottom: 390px solid #056190;
    border-left: 400px solid transparent;
    border-right: 400px solid transparent;
}
.mountain-1:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -23px;
    border-bottom: 60px solid #fff;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    transform: rotate(-135deg);
}
.mountain-1:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: 0px;
    border-bottom: 60px solid #fff;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    transform: rotate(-45deg);
}

.mountain-2{
    position: absolute;
    bottom: 10px;
    left: 60px;
    border-bottom: 500px solid #056190;
    border-left: 350px solid transparent;
    border-right: 350px solid transparent;
}
.mountain-2:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -17px;
    border-bottom: 60px solid #fff;
    border-left: 10px solid transparent;
    border-right: 0px solid transparent;
    transform: rotate(-150deg);
}
.mountain-2:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -20px;
    border-bottom: 60px solid #fff;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    transform: rotate(-35deg);
}



.mountain-3{
    position: absolute;
    bottom: 10px;
    left: 200px;
    border-bottom: 590px solid #056190;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    transform: rotate(5deg);
}
.mountain-3:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -90px;
    border-bottom: 260px solid #fff;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    transform: rotate(-140deg);
}
.mountain-3:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: 10px;
    border-bottom: 100px solid #fff;
    border-left: 35px solid transparent;
    border-right: 0px solid transparent;
    transform: rotate(-50deg);
}



.mountain-4{
    position: absolute;
    bottom: 10px;
    left: 400px;
    border-bottom: 630px solid #056190;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    transform: rotate(-5deg);
}
.mountain-4:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -70px;
    border-bottom: 170px solid #fff;
    border-left: 44px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(-135deg);
}
.mountain-4:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: 10px;
    width: 20px;
    border-bottom: 300px solid #fff;
    border-left: 65px solid transparent;
    border-right: 20px solid transparent;
    transform: skew(5deg) rotate(-33deg);
}



.mountain-5{
    position: absolute;
    bottom: -50px;
    right: -100px;
    border-bottom: 590px solid #056190;
    border-left: 400px solid transparent;
    border-right: 400px solid transparent;
    transform: skew(5deg);
}
















.snowflakes {
    width: 100%;
    height: 1200px;
    position: absolute;
    top: -90px;
    left: 0;
}

i,
i:after,
i:before {
    background: white;
}
i {
    display: inline-block;
    -webkit-animation: snowflakes 3s linear 2s 20;
    -moz-animation: snowflakes 3s linear 2s 20;
    position: relative;
}
i:after,
i:before {
    height: 100%;
    width: 100%;
    content: ".";
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(120deg);
}
i:before {
    -webkit-transform: rotate(240deg);
}

@-webkit-keyframes snowflakes {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
    }
    100% {
        -webkit-transform: translate3d(15px, 1200px, 0px) rotate(360deg) scale(0.6);
    }
}

.snowflakes i:nth-child(3n) {
    width: 9px;
    height: 4px;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: 30;
    -webkit-transform-origin: right -45px;
}

.snowflakes i:nth-child(3n + 1) {
    width: 18px;
    height: 6px;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: 45;
    -webkit-transform-origin: right -30px;
}

.snowflakes i:nth-child(3n + 2) {
    width: 25px;
    height: 8px;
    -webkit-animation-duration: 12s;
    -webkit-animation-iteration-count: 60;
    -webkit-transform-origin: right -15px;
}

.snowflakes i:nth-child(7n) {
    opacity: 0.3;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease-in;
}
.snowflakes i:nth-child(7n + 1) {
    opacity: 0.4;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease-out;
}
.snowflakes i:nth-child(7n + 2) {
    opacity: 0.5;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-timing-function: linear;
}
.snowflakes i:nth-child(7n + 3) {
    opacity: 0.6;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease-in;
}
.snowflakes i:nth-child(7n + 4) {
    opacity: 0.7;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-timing-function: linear;
}
.snowflakes i:nth-child(7n + 5) {
    opacity: 0.8;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-out;
}
.snowflakes i:nth-child(7n + 6) {
    opacity: 0.9;
    -webkit-animation-delay: 3.5s;
    -webkit-animation-timing-function: ease-in;
}






/**************

 SNOWMAN

***************/

.snowman {
    position: absolute;
    top: -200px;
    left: 13%;
    width: 200px;
    height: 400px;
    transform: scale(0.6);
}
.snowman__snowball {
    position: absolute;
    background-color: snow;
    border-radius: 50%;
    box-shadow: inset 10px -10px 0 #d9e0f5;
}
.snowman__snowball:first-child {
    bottom: 0;
    width: 200px;
    height: 180px;
}
.snowman__snowball:nth-child(2) {
    bottom: 130px;
    left: 15px;
    width: 160px;
    height: 145px;
}
.snowman__snowball:nth-child(3) {
    bottom: 240px;
    left: 45px;
    width: 120px;
    height: 110px;
}
.button {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 300px;
    height: 300px;
    background-color: #dd4337;
    border-radius: 50%;
}
.button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: -40px -40px 0 snow, 40px -40px 0 snow, 40px 40px 0 snow, -40px 40px 0 snow;
    transform: translate(-50%, -50%);
}
.button--bottom:first-child {
    top: -90px;
    left: -10px;
    transform: scale(0.11) rotate(160deg);
}
.button--bottom:last-child {
    top: -40px;
    left: 0;
    transform: scale(0.11) rotate(15deg);
}
.button--torso:first-child {
    top: -100px;
    left: -35px;
    transform: scale(0.1) rotate(50deg);
}
.button--torso:nth-child(2) {
    top: -60px;
    left: -25px;
    transform: scale(0.1) rotate(200deg);
}
.button--head:first-child {
    top: -100px;
    left: -95px;
    transform: scale(0.1) rotate(10deg);
}
.button--head:nth-child(2) {
    top: -110px;
    left: -55px;
    transform: scale(0.08) rotate(40deg);
}
.carrot {
    position: absolute;
    top: 60px;
    left: 73px;
    width: 40px;
    height: 20px;
    background-color: #ff6f59;
    border-radius: 20% 75% 75% 20% / 50% 50% 50% 50%;
    transform: rotate(30deg);
}
.stick {
    position: absolute;
    width: 120px;
    height: 10px;
    background-color: #754f44;
    border-radius: 0 5px 5px 50%;
    box-shadow: inset 0 3px 0 #855a4d;
    transform-origin: top right;
}
.stick--left {
    top: 50px;
    left: -80px;
    transform: rotate(-10deg);
    animation: wave-left-hand 5s 1s infinite ease-in-out;
}
.stick--right {
    top: 35px;
    right: 10px;
    width: 100px;
    box-shadow: inset 0 -3px 0 #855a4d;
    transform: rotate(140deg);
    animation: wave-right-hand 5s 1s infinite ease-in-out;
}
.stick::after {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    width: 40px;
    height: 40px;
    border-top: 5px solid #754f44;
    border-right: 5px solid #754f44;
    border-radius: 5px 20px;
    transform-origin: top right;
    transform: rotate(45deg);
}




/**********

 GIFTS

*************/


.giftbox {
    width: 300px;
    height: 220px;
    position: absolute;
    left: 46%;
    bottom: -45px;
    margin-left: -150px;
    z-index: 10;
    cursor: pointer;
    transform: scale(0.6);
}

.giftbox:nth-child(2) {
    left: 53%;
    transform: scale(0.4);
    bottom: -68px;
    z-index: 1;
}
.giftbox:nth-child(3) {
    left: 66.5%;
    transform: rotate(-15deg) scale(0.4);
    bottom: -70px;
    z-index: 1;
}
.giftbox:nth-child(4) {
    left: 73%;
    transform: rotate(10deg) scale(0.55);
    bottom: -65px;
}

.giftbox:nth-child(2) &gt; div {
    background-color: #dd4337;
}
.giftbox:nth-child(3) &gt; div {
    background-color: #684a71;
}
.giftbox:nth-child(4) &gt; div {
    background-color: rgb(6, 134, 140);
}

.giftbox &gt; div {
    background: #34495e;
    position: absolute;
}

.giftbox__cover {
    top: 0;
    left: 0;
    height: 25%;
    width: 100%;
    z-index: 2;
}

.giftbox__box {
    bottom: 0;
    height: 80%;
    left: 5%;
    right: 5%;
    z-index: 1;
}

.giftbox &gt; div::after,
.giftbox &gt; div::before {
    content: '';
    position: absolute;
    top: 0;
}

/* ribbon */
.giftbox &gt; div:before {
    background-color: #fdc56d;
    width: 50px;
    left: 50%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.giftbox:nth-child(2) &gt; div:before {
    background-color: #f2e606;
}
.giftbox:nth-child(3) &gt; div:before {
    background-color: #ffe066;
}
.giftbox:nth-child(4) &gt; div:before {
    background-color: #dd4337;
}


/* shadow */
.giftbox__box:after {
    background: rgba(0,0,0,0.1);
    left: 0;
    height: 30px;
    width: 100%;
}

.giftbox__cover div {
    position: absolute;
    height: 60px;
    width: 60px;
    bottom: 100%;
    left: 50%;
    margin-left: -30px;
}

.giftbox__cover div::before,
.giftbox__cover div::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
    border-radius: 30px;
    box-shadow: inset 0 0 0 14px #fdc56d;
}
.giftbox:nth-child(2) .giftbox__cover div:before,
.giftbox:nth-child(2) .giftbox__cover div:after {
    box-shadow: inset 0 0 0 14px #f2e606;
}
.giftbox:nth-child(3) .giftbox__cover div:before,
.giftbox:nth-child(3) .giftbox__cover div:after {
    box-shadow: inset 0 0 0 14px #ffe066;
}
.giftbox:nth-child(4) .giftbox__cover div:before,
.giftbox:nth-child(4) .giftbox__cover div:after {
    box-shadow: inset 0 0 0 14px #dd4337;
}


.giftbox__cover div::before {
    -webkit-transform: translateX(-45%) skewY(40deg);
    transform: translateX(-45%) skewY(40deg);
}

.giftbox__cover div::after {
    -webkit-transform: translateX(45%) skewY(-40deg);
    transform: translateX(45%) skewY(-40deg);
}







/*************************

	CHRISTMAS TREE

*************************/


.tree__container {
    position: absolute;
    right: 23%;
    bottom: -35px;
    width: 300px;
    height: 300px;
    animation: movingTree 8s infinite ease-in-out;
    z-index: 2;
}

.socks {
    position: absolute;
    top: 80px; left: 10px;
    z-index: 1;
    transform: rotate(10deg);
}

.socks.two {
    position: absolute;
    top: 143px; left: -40px;
    z-index: 1;
    transform: rotate(-10deg);
}

.socks:hover {
    animation: 1.9s deco  linear infinite;
}

.top {
    position: absolute;
    width: 15px;
    height: 35px;
    background: #E54B4B;
    border-radius: 5px;
}

.foot {
    position: absolute;
    top: 20px; left: 0;
    width: 25px;
    height: 15px;
    border-radius: 30px;
    background: #E54B4B;
}


.foot.two {
    position: absolute;
    top: 20px; left: -10px;
    width: 25px;
    height: 15px;
    border-radius: 30px;
    background: #E54B4B;
}

.tree {
    position: absolute;
}


.layer {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #499F68;
}

.layer.two{
    position: absolute;
    top: 30px; left: -10px;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 120px solid #499F68;
}

.layer.three{
    position: absolute;
    top: 50px; left: -30px;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 160px solid #499F68;
}

.layer.four{
    position: absolute;
    top: 80px; left: -50px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 200px solid #499F68;
}


.bauble {
    z-index: 1;
    position: absolute;
    border-radius: 100%;
}

.bauble.one {
    top: 65px;
    width: 13px;
    height: 13px;
    background: #FFE066;
}

.bauble.two {
    top: 105px; left: -30px;
    width: 13px;
    height: 13px;
    background: #FFE066;
}

.bauble.three {
    top: 110px; left: 15px;
    width: 13px;
    height: 13px;
    background: #FFE066;
}

.bauble.four {
    top: 163px; left: -30px;
    width: 13px;
    height: 13px;
    background: #FFE066;
}

.deco {
    position: absolute;
    top: 130px; left: 30px;
    width: 50px;
    height: 20px;
    background: #EF476F;
    transform: rotate(0deg);
}


.line {
    z-index: 1;
    position: absolute;
    top: 70px; left: -43px;
    width: 70px;
    height: 0;
    background: #FFE066;
    border: 1px dashed #FFF;
    transform: rotate(-30deg);
}

.line.two {
    top: 93px; left: -50px;
    width: 85px;
    height: 0;
    background: #FFE066;
    border: 1px dashed #FFF;
    transform: rotate(-30deg);
}

.line.three {
    top: 123px; left: -60px;
    width: 106px;
    height: 0;
    background: #FFE066;
    border: 1px dashed #FFF;
    transform: rotate(-30deg);
}

.line.four {
    top: 153px; left: -80px;
    width: 136px;
    height: 0;
    background: #FFE066;
    border: 1px dashed #FFF;
    transform: rotate(-30deg);
}

.pressie {
    z-index: 1;
    position: absolute;
    top: 250px;  left: 120px;
    width: 60px;
    height: 60px;
    background: #F45B69;
}



.light {
    box-shadow: 1px 1px 10px #CCC,
    -2px 1px 10px #CCC,
    0 -1px 10px #CCC
}
.star {
    z-index: 1;
    position: absolute;
    left: -49px; top: -40px;
    display: block;
    color: red;
    width: 0px;
    height: 0px;
    border-right:  100px solid transparent;
    border-bottom: 70px  solid #FFE066;
    border-left:   100px solid transparent;
    transform: rotate(35deg) scale(.2);
}
.star:before {
    border-bottom: 80px solid #FFE066;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    height: 0;
    width: 0;
    top: -45px;
    left: -65px;
    display: block;
    content: '';
    transform: rotate(-35deg);

}
.star:after {
    position: absolute;
    display: block;
    color: red;
    top: 3px;
    left: -105px;
    width: 0px;
    height: 0px;
    border-right: 100px solid transparent;
    border-bottom: 70px solid #FFE066;
    border-left: 100px solid transparent;
    transform:rotate(-70deg);
    content: '';
}

.star.two {
    transform: rotate(23deg) scale(.1);
    position: absolute;
    top: 102px; left: -60px;
}

.star-light {

}




.window {
    animation-name: changeColor;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-delay: 3s;
    animation-direction: ease-in-out;
}








/*****************

	ANIMATION

*****************/


@keyframes movingTree {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform-origin: right;
        transform-origin: right;
        -webkit-transform: rotate(-5deg) translate(-10%, -5%);
        transform: rotate(-5deg) translate(-10%, -5%);
    }
    50% {
        -webkit-transform-origin: left;
        transform-origin: left;
        -webkit-transform: rotate(5deg) translate(5%, -5%);
        transform: rotate(5deg) translate(5%, -5%);
    }
    75% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}



@keyframes wave-left-hand {
    0% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    25% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    75% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}
@keyframes wave-right-hand {
    0% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
    25% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(150deg);
        transform: rotate(150deg);
    }
    75% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
    100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg);
    }
}



@keyframes move {
    0% { transform: rotate(10deg)}
    50%{transform: rotate(-30deg)}
    100%{transform: rotate(10deg)}
}

@keyframes deco {
    0% { transform: rotate(5deg)}
    50%{transform: rotate(-10deg)}
    100%{transform: rotate(5deg)}
}



@keyframes changeColor{
    0% {
        background-color: #ffee00;
    }
    70% {
        background-color: #014971;
    }

}</pre></body></html>