@import url("fonts.css"); 
@import url("font-awesome.min.css");
@import url("animate.css"); 


.hero_box-text {
    font-family: 'Jost*',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-size: 13px;
    padding: 0px 20px;
    word-spacing: 2px;
    line-height: 23px;
    text-align: left;
}

#hero_box_expires
{
    margin: 0;
    font-weight: bold;
}
.giftimg2
{
    display: none;
    
}
.hero_win_time {
    background-color: #006cf0;
    color: white;
    border-radius: 21px;
    height: 27px;
    width: 63px;
    text-align: center;
    line-height: 27px;
}
.img_width
{
    width: 60px!important;
}
.hero_box-text p.thank-p {
    text-align: center;
    margin: 15px 0 10px;
}
#hero_welcome_email_div
{
    margin-top: 15px;
}
#hero_congrats_email_div {
    margin-top: 15px;
    text-align: center;
    /*margin-bottom: 125px;*/
}
.hero_box-text > p {
    margin: 0;
}
#hero_box_desc_email
{
    text-align: center;
    margin: 10px;
    
}

.hero_margin_bottom_100
{
    margin-bottom: 100px!important;
}

.hero_box_h3_email_popuup
{
    margin:10px 0px 10px;
    text-align: left;
    font-family: 'Jost*',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
}
#hero_box_welcome_popup2 {
    text-align: center;
    margin-bottom: 10px!important;
}
.hero_mb-50
{
    margin-bottom: 50px;
}
.hero_box_p_email_popup
{
    /*text-align: left;*/
    font-family: 'Jost*',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    margin-bottom: 20px!important;
    text-align: left;
}

.hero_error_email_popup {
    /*background: #fdd8d8;*/
    display: none;
    color: #cc2222;
    padding: 10px 0px 00px 0px;
    display: none;
    font-weight: bold;
    border-radius: 5px;
}
.hero_error_email_popup1 {
/*    background: #fdd8d8;
*/    display: none;
    color: #cc2222;
    display: none;
    padding: 10px 0px 00px 0px;
    font-weight: bold;
    border-radius: 5px;
}
.hero_btn_email_popup_paypal {
    background: #619ff5;
    border: 0px;
    color: #fff;
    margin: 0px auto;
    height: 35px;
    line-height: 25px;
    font-size: 16px;
    width: 150px;
    padding: 5px;
    border-radius: 30px;
    float: left;
    margin-bottom: 25px;
}
/*.hero_btn_email_popup_paypal {
    background: #619ff5;
    border: 0px;
    color: #fff;
    margin: 0px auto;
    width: 150px;
    padding: 5px;
    border-radius: 30px;
    float: left;
    margin-bottom: 25px;
}*/
.hero_btn_email_popup {
    background: #619ff5;
    border: 0px;
    color: #fff;
    margin: 0px auto;
    width: 150px;
    padding: 5px;
    border-radius: 30px;
    float: left;
    margin-bottom: 25px;
}
#hero_after_win_img
{
    display: none;
    border-radius:50px;
    margin-bottom: -10px;
}
.hero_btn_email_popup2 {
    background: #619ff5;
    border: 0px;
    color: #fff;
    margin: 10px 0px 0px 10px;
    width: 110px;
    padding: 5px;
    border-radius: 30px;
    margin-bottom: 5px;
}
.hero_input_email_popup, .hero_input_email_popup:focus {
    margin: 5px 2px 25px 2px!important;
    width: 100%!important;
    border-radius: 7px!important;
    background: none!important;
    font-size: 13px!important;
    border: none!important;
    font-family: 'Jost*',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'!important;
    padding: 0px 0px 10px 0px!important;
}
#hero-discount
{
    border: none;
    z-index: -1;
    position: absolute;
    resize: none;
    right: 57px;
    top: 0px;
}
.hero-copy
{
    margin-left: 7px;
    border-bottom: 1px solid #000;
    font-size: 10px;
/*    bottom: 25px;
*/    position: relative;

}
.hero-hr {
    margin: -25px 0px 25px 0px;
    border: 0;
    border-bottom: 1px solid #e8e9eb;
}
.hero-thanks
{
    font-family: 'Jost*',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';
    font-size: 13px;
    color: #9f9e9e;
    top: 4px;
    cursor: pointer;
    left: 23px;
    position: relative;
}
.hero-fixedbg {
width: 70px;
height: 70px;
background: radial-gradient(#fff, #fff 20%, #717171);
border-radius: 50%;
position: absolute;
top: -11px;
left: -13px;
z-index: -1;
}
/*.hero-fixedinnerbox:hover .hero-fixedlogo{
    -webkit-animation: wiggleAnimation .25s ease-in-out infinite;
    animation: wiggleAnimation .25s ease-in-out infinite;
}*/
@keyframes wiggleAnimation{
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.popup_logo_bg
{
    height: 65px;
    width: 65px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    border-radius: 50px;
}
.hero-fixedinnerbox:hover .hero-fixedbg {
    -webkit-animation-duration: 2s;
    animation: zoomIn infinite;
    animation-duration: 2s;
}
.hero-fixedlogo {
width: 45px;
position: relative;
bottom: -1px;
}
.hero-fixedlogo img{
    width: 60px;
}
.hero-fixedbox {
	bottom: 20px;
    right: 30px;
    position: fixed;
    z-index: 999;
}
.hero-fixedinnerbox {
cursor: pointer;
transition: all 0.3s ease 0s;
position: relative;
}
#hero_congrats_email_div > img 
{
    border-radius: 50%;
}
/*#hero_welcome_email_div > img 
{
    border-radius: 50%;
}*/
.hero-fixedinnerbox > img {
    width: 100%;
    display: block;
   
}
.hero-panel.active > .hero-p {
    transform: scale(1);
}
/*.hero-panel{
	width: 300px;
	top: 45%;
    visibility: hidden;
	right: 55px;
	z-index: -1;
	position: absolute;
}*/
.hero-panel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: auto;
    justify-content: center;
    top: 0;
    visibility: hidden;
    left: 0;
    opacity: 0;
    z-index: 999;
    position: fixed;
    background-color: rgba(0,0,0,.6);
}

.hero-panel.active{
    visibility: visible;
    opacity: 1;
}
.progressbar-handle{
	position: absolute;
	top: -10px;
	left: 50%;
	color: #fff;
	background-color: #1e9b9c;
	border-radius: 50px;
	padding: 4px 8px;
	z-index: 8;
	font-size: 12px;
	letter-spacing: 1px;
}
.progressbar-hero {
    width: 100%;
    height: 5px;
    overflow: hidden;
    border-radius: 50px 0 0 50px;
    background-color: #DEDEDF;
    position: relative;
    z-index: -1;
}
.hero-fixedbox.active > .hero-fixedinnerbox {
    transform: translate(100px, 0px);
}
.innerprogressbar-hero {
    width: 50%;
    background-color: #1e9b9c;
    position: relative;
    height: 5px;
}
.hero-p {
    font-size: 12px;
    color: #2A4956;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: center;
    transform: scale(0);
    transition: all 0.4s linear 0s;
}
/*.hero-p{
	font-size: 12px;
	color: #2A4956;
	margin-top: 8px;
	margin-bottom: 0;
	text-align: center;
}*/
.musterylihide
{
    display: none!important;
}
.heroInfo{
	display: inline-block;
}
.heroInfo-text {
    width: 20px;
    height: 20px;
    color: #fff;
	cursor: pointer;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
    background-color: #1e9b9c;
}
.heroInfo-popup {
    width: 350px;
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 14px;
    border-radius: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}
/*.heroInfo-popup {
    width: 330px;
    bottom: 65px;
    right: -50px;
    z-index: 9;
    height: auto;
    overflow-y:auto;
    overflow-x:hidden;
    font-size: 14px;
    border-radius: 20px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
}*/
.heroInfo-popupClose {
	cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 20px;
    color:#bbb;
}
.logo-hero {
    margin: 15px 0 10px;
    text-align: center;
    position: absolute;
    top: 85px;
    right: 20px;
    width: 45px;
    z-index: 9; 
    transform-origin: bottom;
    -webkit-transform: rotateX(-30deg) rotateY(25deg);
    -moz-transform: rotateX(-30deg) rotateY(25deg);
    -o-transform: rotateX(-30deg) rotateY(25deg);
    -ms-transform: rotateX(-30deg) rotateY(25deg);
    transform: rotateX(-30deg) rotateY(25deg);
}
.logo-hero > img {
    width: 45px;
    display: inline-block;
}

.hero-text {
    position: relative;
    font-family: boyabold;
    font-size: 23px;
    padding: 0px 20px 20px;
    word-spacing: 2px;
    line-height: 23px;
    text-align: left;
}

.hero-text p.thank-p {
    text-align: center;
    margin: 15px 0 10px;
}

.hero-text > p {
    margin: 0;
}

.hero-text > p.team-p {
    text-align: center;
    margin: 0 0 25px;
    font-family: Freestyle Script;
}

.hero-fixedbox.left{
	left: 10px;
	right: auto;
}
.d3_text_2
{
    font-size: 30px;
    line-height: 30px;
    width: 125px;
}
/*.d3_text{
	animation: spin linear 4s infinite;
	animation-direction: alternate;
}*/
.logoSpin{
	animation: spin linear 4s infinite;
	animation-direction: alternate;
}
@keyframes spin{
	0%{
		transform: rotateY(0deg);
	}
	50%{
		transform: rotateY(50deg);
	}
	100%{
		transform: rotateY(0deg);
	}
}
.logo-hero.animate{
    animation: logoshufflebox 0.6s linear 1;
    animation-fill-mode: forwards;
    transform-origin: center bottom;
}
@keyframes logoshufflebox{
    0%{
        transform: translate(0, 0) rotateZ(0deg) rotateX(-30deg) rotateY(25deg);
    }
    15%{
        transform: translate(-20px, -20px) rotateZ(-5deg) rotateX(-30deg) rotateY(25deg);
    }
    30%{
        transform: translate(-10px, -10px) rotateZ(0deg) rotateX(-30deg) rotateY(25deg);
    }
    45%{
        transform: translate(10px, -10px) rotateZ(5deg) rotateX(-30deg) rotateY(25deg);        
    }
    60%{
        transform: translate(-10px, -10px) rotateZ(0deg) rotateX(-30deg) rotateY(25deg);
    }
    75%{
        transform: translate(-10px, -10px) rotateZ(-7deg) rotateX(-30deg) rotateY(25deg);
    }
    100%{
        transform: translate(0, 0) rotateZ(0deg) rotateX(-30deg) rotateY(25deg);
    }
}

.logo-hero.animate.jumpanimate{
    animation: logojumpbox 0.4s linear 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    transform-origin: center bottom;
}
@keyframes logojumpbox{
    0%{
        transform: translate(0, 0) rotateX(-30deg) rotateY(25deg);
    }
    25%{
        transform: translate(0, -30px) rotateX(-30deg) rotateY(25deg);
    }
    50%{
        transform: translate(0, 0) rotateX(-30deg) rotateY(25deg);
    }
    75%{
        transform: translate(0, -5px) rotateX(-30deg) rotateY(25deg);
    }
    100%{
        transform: translate(0, 0) rotateX(-30deg) rotateY(25deg);
    }
}
.hero-fixedbox.left .hero-panel{
	/*left: 55px;*/
	right: auto;
}
.hero-fixedbox.left .progressbar-handle{
	right: 50%;
	left: auto;
}
.hero-fixedbox.left .progressbar-hero{
	border-radius: 0 50px 50px 0;
}

.hero-fixedbox.left .innerprogressbar-hero{
	float: right;
}

.d3_text {
	display: inline-block;
	text-transform: uppercase;
    font-family: verdana;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}


.mystery-box {
    position: relative;
    text-align: center;
    padding: 0 0 15px 0;
}
.mystery-imgul {
    padding: 0;
    z-index: 9;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.mystery-imgul > li {
width: 80px;
z-index: 2;
margin-bottom: 10px;
display: inline-block;
}
.mystery-imgul > li > img {
width: 80%;
}

.mystery-imgul.animate > li.six_1{
    animation: six1 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes six1{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(80px, 200px) scale(0);
    }
}

.mystery-imgul.animate > li.six_2{
    animation: six2 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes six2{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(0, 200px) scale(0);
    }
}
.mystery-imgul.animate > li.six_3{
    animation: six3 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes six3{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(-80px, 200px) scale(0);
    }
}

.mystery-imgul.animate > li.six_4{
    animation: six4 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes six4{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(80px, 130px) scale(0);
    }
}

.mystery-imgul.animate > li.six_5{
    animation: six5 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes six5{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(0, 130px) scale(0);
    }
}
.mystery-imgul.animate > li.six_6{
    animation: six6 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes six6{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(-80px, 130px) scale(0);
    }
}


/*----------four ------------*/

.mystery-imgul.animate > li.four_1{
    animation: four1 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes four1{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(80px, 200px) scale(0);
    }
}

.mystery-imgul.animate > li.four_2{
    animation: four2 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes four2{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(0, 200px) scale(0);
    }
}
.mystery-imgul.animate > li.four_3{
    animation: four3 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes four3{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(-80px, 200px) scale(0);
    }
}

.mystery-imgul.animate > li.four_4{
    animation: four4 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes four4{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(0, 130px) scale(0);
    }
}

/*----------three ------------*/

.mystery-imgul.animate > li.three_1{
    animation: three1 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes three1{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(80px, 130px) scale(0);
    }
}

.mystery-imgul.animate > li.three_2{
    animation: three2 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes three2{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(0, 130px) scale(0);
    }
}
.mystery-imgul.animate > li.three_3{
    animation: three3 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes three3{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(-80px, 130px) scale(0);
    }
}

/*----------two ------------*/

.mystery-imgul.animate > li.two_1{
    animation: two1 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes two1{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(40px, 130px) scale(0);
    }
}

.mystery-imgul.animate > li.two_2{
    animation: two2 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes two2{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(-40px, 130px) scale(0);
    }
}

/*----------one ------------*/

.mystery-imgul.animate > li.one_1{
    animation: one1 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes one1{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(0px, 110px) scale(0);
    }
}


.hero-fixedbox.left.active > .hero-fixedinnerbox {
    transform: translate(-100px, 0px);
}
.svgbox{
    overflow: visible;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.svgbox svg {
     fill: none!important;
    stroke: none!important;
    width: auto!important;
    height: auto!important;
}
.float-icon svg#Layer_1 {
    position: inherit!important;
}
svg#Layer_1 {
    position: absolute;
    top: -30px;
    left: -59px;
    z-index: 1;
    /*opacity: 0;*/


}
svg#boxshadow {
    position: absolute;
    bottom: -67px;
    left: -2px;
    /* width: 100%; */
    z-index: -1;
}
.svgbox.animate > #Layer_2{
    animation: shufflebox 0.6s linear 1;
    animation-fill-mode: forwards;
    transform-origin: center bottom;
}
@keyframes shufflebox{
    0%{
        transform: translate(0, 0) rotate(0deg);
    }
    15%{
        transform: translate(-20px, -20px) rotate(-5deg);
    }
    30%{
        transform: translate(-10px, -10px) rotate(0deg);
    }
    45%{
        transform: translate(10px, -10px) rotate(5deg);        
    }
    60%{
        transform: translate(-10px, -10px) rotate(0deg);
    }
    75%{
        transform: translate(-10px, -10px) rotate(-7deg);
    }
    100%{
        transform: translate(0, 0) rotate(0deg);
    }
}

.svgbox.animate.jumpanimate > #Layer_2{
    animation: jumpbox 0.4s linear 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    transform-origin: center bottom;
    /*transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);*/
}
@keyframes jumpbox{
    0%{
        transform: translate(0, 0);
    }
    25%{
        transform: translate(0, -30px);
    }
    50%{
        transform: translate(0, 0);
    }
    75%{
        transform: translate(0, -5px);
    }
    100%{
        transform: translate(0, 0);
    }
}

.svgbox.animate.jumpanimate > #boxshadow{
    animation: jumpshadow 0.4s linear 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    transform-origin: center bottom;
}
@keyframes jumpshadow{
    0%{
        bottom: -67px;
        left: -2px;
        width: 220px;
        height: 220px;
        opacity: 1;
    }
    25%{
        bottom: -29px;
        left: 10px;
        width: 170px;
        height: 160px;
        opacity: 0.6;
    }
    50%{
        bottom: -67px;
        left: -2px;
        width: 220px;
        height: 220px;
        opacity: 1;   
    }
    100%{
        bottom: -67px;
        left: -2px;
        width: 220px;
        height: 220px;
        opacity: 1;   
    }
}
/*--------------five--------------*/

.mystery-imgul.animate > li.five_1{
    animation: five1 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes five1{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(80px, 200px) scale(0);
    }
}

.mystery-imgul.animate > li.five_2{
    animation: five2 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes five2{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(0, 200px) scale(0);
    }
}
.mystery-imgul.animate > li.five_3{
    animation: five3 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes five3{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(-80px, 200px) scale(0);
    }
}

.mystery-imgul.animate > li.five_4{
    animation: five4 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes five4{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(40px, 130px) scale(0);
    }
}

.mystery-imgul.animate > li.five_5{
    animation: five5 linear 0.4s 1;
    animation-fill-mode: forwards;
}
@keyframes five5{
    0%{
        transform: translate(0, 0) scale(1);
    }
    100%{
        transform: translate(-40px, 130px) scale(0);
    }
}

.circlebox{
    width: 320px;
    height: 320px;
    bottom: -30%;
    left: -43%;
    opacity: 0;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    border: 2px solid #4D80C9;
    perspective-origin: center;
    transition: all 0.3s ease-out 0s;
    transform: rotateX(45deg);
}
.svgbox.animate.jumpanimate > .circlebox{
    animation: circleanimate 0.8s linear 1;
    animation-delay: 0.90s;
}
@keyframes circleanimate{
    0%{
        width: 0;
        height: 0;
        left: 50%;
        bottom: 10%;
        opacity: 1;
    }
    65%{
        opacity: 1;
    }
    100%{
        width: 255px;
        height: 255px;
        left: -25%;
        bottom: -20%;
        opacity: 0;
    }
}


.giftimg {
    width: 100%;
    top: 70px;
    left: 0;
    z-index: 9;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: scale(0);
}
.giftimg > img{
    width: 80px;
}
.giftimg.animate{
    animation: giftopen ease-out 1s 1;
    animation-fill-mode: forwards;
}
@keyframes giftopen{
    0%{
        opacity: 1;
        top: 70px;
    }
    100%{
        transform: scale(1);
        opacity: 1;
        top: -50px;
    }
}
.giftimg.animate.repeatAnimate{
    animation: giftupdown linear 1.5s infinite;
    animation-fill-mode: forwards;
}
@keyframes giftupdown{
    0%{
        opacity: 1;
        top: -50px;
        transform: scale(1);
    }
    50%{
        opacity: 1;
        top: -40px;
        transform: scale(1);
    }
    100%{
        opacity: 1;
        top: -50px;   
        transform: scale(1);
    }
}
/*@media only screen and (max-width: 420px) {
    .heroInfo-popup
    {
        height: 500px;
    }
}*/