.christmas {
    width: 100vw;
    height: 100%;
    background: radial-gradient(farthest-corner at 30vw 20vh, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.3) 100%);
    position: relative;
    overflow: hidden;
    opacity: 0;
    animation-name: christmasfadein;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-duration: 5s;
    animation-delay: 15s;
    animation-fill-mode: forwards;
}

@keyframes christmasfadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 100;
    }
}

.bigSnowflake {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(255,255,255,0.05);
    font-size: 120px;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.topbar-main .logo {
    animation-name: christmasMoveLogo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-duration: 300ms;
    animation-delay: 15s;
    animation-fill-mode: forwards;
    background: url('../images/logo_omniboxx.png') no-repeat;
}

.topbar-main .logo img {
    visibility: hidden;
}

@keyframes christmasMoveLogo {
    from {
    }
    to {
        transform: translateY(-20px);
        background: url('../images/logo_omniboxx_christmas.png') no-repeat;
    }
}

.christmas .text {
    position: absolute;
    left: 15px;
    font-family: 'Luxurious Script', cursive;
    top: 45px;
    font-size: 40px;
    background-image: linear-gradient(
        to right,
        #462523 0,
        #cb9b51 22%,
        #f6e27a 45%,
        #f6f2c0 50%,
        #f6e27a 55%,
        #cb9b51 78%,
        #462523 100%
    );
    color:transparent;
    -webkit-background-clip:text;
}

.christmas::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 5px;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    width: 100%;
}

.christmas .sleigh {
    position: absolute;
    bottom: 1px;
    opacity: 0.5;
    left: 220px;
}

.christmas .sleigh .fa-sleigh {
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgba(255,255,255,0.4);
    font-size: 50px;
    filter: blur(0.5px);
}

.christmas .sleigh .fa-gifts {
    position: absolute;
    bottom: 30px;
    left: 8px;
    color: rgba(255,255,255,0.2);
    font-size: 30px;
    transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
    filter: blur(0.5px);
}

.christmas .sleigh .fa-gift {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: rgba(255,255,255,0.3);
    font-size: 30px;
    transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
    filter: blur(0.5px);
}

.christmas .floorGifts {
    position: absolute;
    bottom: 3px;
    height: 100%;
    opacity: 0.5;
    width: 100%;
}

.christmas .floorGifts .fa-gift {
    position: absolute;
    bottom: 0;
    left: 337px;
    color: rgba(255,255,255,0.3);
    font-size: 40px;
    filter: blur(0.5px);
}

.christmas .floorGifts .fa-candy-cane {
    position: absolute;
    bottom: -5px;
    left: 365px;
    color: rgba(255,255,255,0.4);
    font-size: 30px;
    transform: rotate(31deg);
        -webkit-transform: rotate(31deg);
        -moz-transform: rotate(31deg);
        -ms-transform: rotate(31deg);
        -o-transform: rotate(31deg);
    filter: blur(0.5px);
}

.christmas .floorGifts .fa-snowman {
    position: absolute;
    bottom: 0;
    left: calc(100vw - 400px);
    color: rgba(255,255,255,0.4);
    font-size: 60px;
    transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    filter: blur(0.5px);
}

.christmas .floorGifts .fa-tree {
    position: absolute;
    bottom: 0;
    left: calc(100vw - 310px);
    color: rgba(255,255,255,0.3);
    font-size: 60px;
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    filter: blur(0.5px);
}

.christmas .floorGifts .fa-snowflake {
    position: absolute;
    bottom: 2px;
    left: calc(100vw - 340px);
    color: rgba(255,255,255,0.3);
    font-size: 16px;
    filter: blur(0.5px);
}
