.giftContainer {
    display: flex;
    justify-content: center;
}

.gift1 {
    height: 24vmin;
    margin-left: 5vmin;
    margin-right: 5vmin;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.gift1:hover {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8));
}


/* 
.shadowfilter {
	-webkit-filter: none;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}.shadowfilter:hover {
	-webkit-filter: drop-shadow(0px 0px 24px rgba(255, 255, 255, 0.8));
} */

.home-icon {
    width: 60px;
    position: absolute;
    z-index: 9;
    top: 1em;
    left: 1em;
}

.home-icon :hover {
    filter: brightness(1.4);
    transition: all .8s ease-in-out;
}

.home-icon img {
    width: 100%;
}

.gift {
    height: 24vmin;
    margin-left: 2vmin;
    margin-right: 2vmin;
    margin-top: 5vmin;
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.80));
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-animation: glow .4s alternate infinite;
    animation: glow .4s alternate infinite;
}

@-webkit-keyframes glow {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
    100% {
        -webkit-filter: brightness(2);
        filter: brightness(2);
    }
}

@keyframes glow {
    0% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
    100% {
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5);
    }
}

.gift:hover {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8));
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.xmasContainer {
    display: flex;
    justify-content: center;
}

.xmas {
    height: 50vmin;
}

.pickText {
    font-size: 3vmin;
    margin-top: 3vmin;
    margin-bottom: 1vmin;
    color: white;
    text-align: center;
}

.ticket{
    font-size: 5vmin;
    color: red;
}


/* audio */

.play-btn {
    background-color: transparent;
    color: #fff;
    font-size: 6vmin;
    border: none;
    display: block;
    margin: 0 auto;
    opacity: .7;
    transition: all linear .2s;
    cursor: pointer;
}

.play-btn:hover {
    opacity: 1;
}

.fa-pause-circle-o {
    display: none;
}

#myMusic {
    height: 5vmin;
    transform: translate(50%, 50%);
    right: 50%;
    position: absolute;
}


/* modal */

.modal-content {
    background-color: transparent !important;
    border: unset !important;
    width: 70vmin !important;
    margin: 0 auto !important;
}


/* modal 2 */

.modalnew {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefe;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    transform: translate(0%, -50%);
    top: 50%;
}

.sryGift {
    height: 70vmin;
    width: 70vmin;
    margin: 0 auto;
}

.close1 {
    opacity: 1;
    color: #7f0a0a;
    cursor: pointer;
    position: absolute;
    font-weight: 900;
    font-size: 4vmin;
    left: 50%;
    transform: translate(-50%, 0%);
}

.closeBtn {
    opacity: 1;
    color: #7f0a0a;
    cursor: pointer;
    position: absolute;
    font-weight: 900;
    font-size: 4vmin;
    left: 50%;
    transform: translate(-50%，0);
}

.close3 {
    opacity: 1;
    color: #7f0a0a;
    cursor: pointer;
    position: absolute;
    font-weight: 900;
    font-size: 4vmin;
    left: 50%;
    transform: translate(-50%，0);
}

.close4 {
    opacity: 1;
    color: #7f0a0a;
    cursor: pointer;
    position: absolute;
    font-weight: 900;
    font-size: 4vmin;
    left: 50%;
    transform: translate(-50%，0);
}

.row {
    margin-right: unset !important;
    margin-left: unset !important;
}

.rowRow {
    display: flex;
    justify-content: center;
}

.snowflake {
    color: #fff;
    font-size: 0.5em;
    font-family: Arial;
    text-shadow: 0 0 1px #ff9a9a;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }
    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }
    50% {
        transform: translateX(80px)
    }
    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}


/* shine and glow animation */