@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
*{
    box-sizing: border-box;
}
body{
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #ccc;
    background-image: url(../images/body.png);
    background-attachment: fixed;
    background-size:cover;
   
   

}

a{.user-cover-content
    text-decoration: none !important;
    transition: 0.3s;
}
button{
   
    transition: 0.3s;
    cursor: pointer;
    outline: none !important;
}
.main-content{
    position: relative;
    padding: 0px 20px;
    overflow: hidden;
}
.info-top-mdl{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}
.info-top-mdl p{    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0px;
    color: #fff;
    font-weight: 900;
    font-size: 13px;}

    .info-top-mdl label{
        margin: 0px;
        color: #fff;
        font-weight: 900;
        display: inline-block;
        font-size: 20px;
    }
    .info-top-mdl img{
     margin: 0px 15px;
     width: 30px;
    }
    .help-mind{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 42px;
    }
    .help-mind h1{
        margin: 0px;
        font-size: 35px;
        color: #ffc200;
        font-weight: 800;
        width: 393px;
        max-width: 100%;
        text-align: center;
    }
    .brain {
        margin-top: 30px;
    }
    .brain img{
        width: 165px;
        margin-left: 50px;
    }
    .userinfo{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .userinfo .userinfo-left{
        width: 318px;
        overflow: hidden;
        background-image: url(../images/userback.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
    }
    .userinfo-left img{
        width: 100%;
    }
    .userinfo-left span{
        display: block;
        font-size: 25px;
        color: #eec04f;
        padding-left: 28px;
        margin-top: 20px;
    }
    .userinfo-left h3{
        display: block;
        font-weight: 900;
        font-size: 25px;
        color: #fff;
        margin: 0px;
        text-transform: uppercase;
        padding-left: 28px;
        margin-bottom: 18px;
    }
    .userinfo-rigth{
        width: calc(100% - 333px);
    }
    .userinfo-rigth ul{
        padding: 0px;
        margin: 0px -8px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    .userinfo-rigth ul li{
        width: 50%;
        padding: 0px 8px;
        margin-bottom: 14px;
    }
    .info-item{
        position: relative;
        display: flex;
        align-items: center;
        background-image: linear-gradient(to right, #050000 , #c70101);
        padding: 15px;
        border-radius: 6px;
    }
    .info-item span{
        width: 30px;
        height: 30px;
        background: #e60000;
        border-radius: 6px;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
    .info-item div{
        font-size: 12px;
        font-weight: 900;
        color: #fff;
    }
    .info-item div small{
        font-weight: 400;
        font-size: 11px;
        display: block;
    }
    /*.register-btn {
        width: 283px;
        margin: 0 auto;
        display: block;
        background: #ffc200;
        font-size: 13px;
        color: #fff;
        font-weight: 800;
        border: 0px;
        border-radius: 5px;
        padding: 7px;
        margin-top: 25px;
        transform: scale(1);
    }*/
    .register-btn span{
        font-weight: 400;
        font-size: 13px;
        display: block;
        text-align: center;
    }
    .register-btn:hover {
        background: #d9a603;
        transform: scale(1.1);
    }
    .sticky-signup{
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background: #000;
        display: flex;
        padding: 18px 0px;
        z-index: 1;
        
    }
    .sticky-signup .container button:hover{
        background: #bb0707;
    }
    .sticky-signup .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sticky-signup .container h3{
        font-size: 13px;
        color: #fff;
        margin: 0px;
    }
    .sticky-signup .container button{
        border: 0px;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    background: #e60000;
    width: 166px;
    border-radius: 5px;
    padding: 6px 5px;
    }
    .workshop-top{
        text-align: center;
    }
    .chapter-top h3{
        font-size: 21px;
        color: #ffc200;
        margin: 0px;
        text-align: center;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 18px;
    }
    
    .workshop-top h3{
        font-size: 21px;
        color: #ffc200;
        margin: 0px;
        text-align: center;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 18px;
    }
    .workshop-top p{
        width: 540px;
        font-size: 15px;
        font-weight: 500;
        margin: 0 auto;
        max-width: 100%;
        color: #fff;
        margin-bottom: 47px;
    }
    .workshop{
        margin-top: 40px;
    }
    .workshop-item{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url(../images/userback.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        transition: 0.3s;
    }
    .workshop-item:hover{
        background-size: 120%;
    }
    .workshop-item img{
        width: 80px;
        height: 100px;
        object-fit: contain;
    }
    .workshop-item label{
        font-size: 21px;
        color: #ffc200;
        font-weight: 800;
        display: inline-block;
        margin-bottom: 17px;

    }
    .workshop-item p{
        color: #fff;
        font-size: 16px;
        width: 250px;
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
    .workshop-item{
        margin-bottom: 44px;
        border-radius: 8px;
        padding: 30px;
    }
    .user-cover{
        width: 100%;
        height: 634px;
        background: #ccc;
        overflow: hidden;
        border-radius: 8px;
        position: relative;
        margin-bottom: 30px;
    }
    .user-cover img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .user-cover-content{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        inset: 0px;
        padding-bottom: 55px;
        background-image: linear-gradient(#0000, rgb(0 0 0 / 85%));
        color: #ffffff;
    }
    .user-cover-content h4{
        color: #ffffff;
        font-size: 21px;
        text-transform: uppercase;
        margin: 0px;
        text-align: center;
        font-weight: 800;
    }
    .user-cover-content h4 span{
        display: block;
        color: #ffffff;
    }
    .day-item{
        border-radius: 8px;
        overflow: hidden;
        background-color: #fff;
        background-image: url(../images/tab.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .day-item label{
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        margin: 0px;
        width: 100%;
        background: #ffc200;
        padding: 10px 25px;
    }
    .day-item-inner{
        padding: 25px 15px;
    }
    .day-item-inner h4{
        font-size: 13px;
        margin: 0px;
        color: #000;
        font-weight: 800;
        margin-bottom: 12px;
    }
    .day-item-inner p{
        font-size: 13px;
        color: #000;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
        padding-left: 33px;
        line-height: 24px;
    }
    .day-item-inner p:last-child{
        margin-bottom: 0px;
    }
    .day-item-inner p:before{
        position: absolute;
        content: "";
        background-image: url(../images/next.png);
        background-repeat: no-repeat;
        width: 18px;
        height: 20px;
        background-position: center;
        background-size: contain;
        left: 0px;
        top: 0px;
    }
    .day-item{
        margin-bottom: 20px;
    }
    .cmn-btn {
        border: 0px;
        outline: none;
        background: #ffc200;
        border-radius: 6px;
        font-size: 13px;
        color: #fff;
        font-weight: 800;
        padding: 14px 25px;
        width: 312px;
        text-transform: uppercase;
        transform: scale(1);
    }
    .btn-sec{
        text-align: center;
        margin-bottom: 32px;
    }
    .cmn-btn:hover {
        background: #d9a603;
        transform: scale(1.1);
    }
    .npl-expart{
        background: #000;
        padding: 25px;
        position: relative;
        border-radius: 8px;
        text-align: center;
        padding-top: 10px;
        margin-bottom: 30px;
    }
    .npl-expart h3{
        font-size: 25px;
        color: #ffffff;
        margin: 0px;
        text-align: center;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 35px;
        margin-bottom: 27px;
    }
    .npl-expart h3 span{
        display: block;
        color: #d9a603;
        text-transform: uppercase;
    }
    .npl-expart p{
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        margin: 0px;
        margin-bottom: 26px;
    }
    .npl-item{
        background-image: url(../images/userback.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 32px 17px;
        position: relative;
        border-radius: 6px;
        transition: 0.3s;
    }
    .npl-item:hover{
       background-size: 150%; 
    }
    .npl-item img{
        width: 65px;
        height: 65px;
        object-fit: contain;
        margin-bottom: 20px;
    }
    .npl-item  h3{
        font-size: 25px;
        color: #ffc200;
        margin: 0px;
        font-weight: 900;
        text-align: center;
        margin-bottom: 15px;
    }
    .npl-item p{
        font-size: 11px;
        font-weight: 500;
        color: #fff;
        width: 200px;
        max-width: 100%;
        margin: 0 auto;
        text-transform: capitalize;
}
.npl-expart{
    margin-bottom: 32px;
}
.day-item-inner h3{
    color: #000;
    margin: 0px;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}
.day-item-inner h5{
    color: #ffc200;
    margin: 0px;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.brain-manual{
    text-align: center;

}
.brain-manual h3{
  font-size: 35px;
  font-weight: 800;
  margin: 0px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 27px;
  margin-top: 60px;
}
.brain-manual img{
    width: 100%;
}
.baner-cap{
    background: #000;
    display: flex;
    align-items: center;
    padding: 30px;
    padding-top: 10px;
    padding-bottom: 0px;
    justify-content: center;
}
.baner-cap h4{
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    margin: 0px;
    text-transform: uppercase;
    width: 200px;
    max-width: 100%;
    margin-left: 50px;
}
.baner-cap h4 span{
    display: block;
    color: #ffc200;
}
.baner-cap{
    margin: 50px 0px;
}
.counter{
    background: #fff;
    position: relative;
    padding: 50px 40px;
    overflow: hidden;
    text-align: center;
    padding-top: 0px;
}
.counter img{
    max-width: 100%;
}
.counter h3{
    text-align: center;
    color: #000;
    font-weight: 900;
    margin: 0px;
    text-transform: uppercase;
}
.counter h3 span{
    display: block;
    color: #ffc200;
}
.testimonail{
    position: relative;
    padding-top: 50px;
}
.testimonail h2{
    color: #ffc200;
    font-size: 35px;
    font-weight: 800;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}
#countDown span{
    display: inline-flex;
    width: 50px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    background: #e60000;
    border-radius: 5px;
    font-size: 10px;
    color: #fff;
    margin: 0px 8px;
}
#countDown span b{
    font-size: 18px;
    font-weight: 800;
    color: #fff;

}
#countDown{
    margin-bottom: 20px;
}
.testimonial-item{
    width: 100%;
   
    background: #fff;
}
.testimonial-item video{
    width: 100%;
    height: 350px;
}
.testimonial-item  img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.testimonial-item  a{
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 800;
    padding: 14px 25px;
}
.testimonail .register-btn{
    margin: 33px auto;
}
.testimonial-item{
    margin-bottom: 14px;
}
.user-infotext h4{
    font-size: 18px;
    color: #ffc200;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
}
.user-infotext p{
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    width: 260px;
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.awrd-hdn{
    text-align: center;
    margin: 0px;
    font-size: 35px;
    font-weight: 800;
    color: #ffc200;
    text-transform: uppercase;
    margin-top: 57px;
    margin-bottom: 30px;
}
.award-item img{
width: 100%;
height: 380px;
object-fit: contain;
margin-bottom: 14px;
/*background: #000;*/
overflow: hidden;
border-radius: 5px;
}
.award-item label{
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin: 0px;
    color: #fff;
}
.award{
    background: url(../images/award-back.png);
   background-position: center;
   background-size: cover;
   padding: 50px 0px;
   position: relative;
   overflow: hidden;
   margin-bottom: 30px;
}
.social a{
    display: inline-block;
}
.social a img{
    width: auto;
    max-width: 100%;
}

.faq{
    position: relative;
    background: #000;
  
}
.faq:before{
    position: absolute;
    content: "";
    left: 0px;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 97px solid #000;
    top: -97px;
}
.faq h4{
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0px;
    margin-bottom: 30px;
}
.faq h4 span{
    display: block;
    color: #ffc200;
}
.faq-cont{
    padding-top: 200px;
    overflow: hidden;
}
.accordion-group{
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.accordion-group .accordion{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    background: #ffc200;
    outline: none;
    border: 0px;
    width: 100%;
    padding: 8px 15px;
}
.accordion-group .panel{
    border: 1px solid #ffc200;
    padding: 15px;
    display: none;
}
.accordion-group .panel p{
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    margin: 0px;
}
.accordion-item{
    margin-bottom: 15px;
}
.accordion-item:last-child{
    margin-bottom: 0px;
}
.accordion-group{
    padding-bottom: 100px;
}
.payment-form{
    background-color: #fff;
    position: relative;
    width: 100%;
    background-image: url(../../assets/images/tab.png);
    background-position: center;
    background-repeat: no-repeat;
}
.payment-form h1{
    font-size: 14px;
    color: #fff;
    margin: 0px;
    background: #ffc200;
    padding: 8px 20px;
    font-weight: 800;
}
form{
    padding: 22px 17px;
    display: block;
}
.payment-form{
    border-radius: 6px;
    overflow: hidden;
}
.form-group{
    position: relative;
    padding-bottom: 10px;
}
.form-group label{
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}
.form-group input{
    height: 40px;
    outline: none;
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 100%;
}
.form-group select{
    height: 40px;
    outline: none;
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 100%;
}
.pay-btn{
    border: 0px;
    background: #05add8;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 10px 13px;
    outline: none;
}
.pay-btn:hover{
    background: #0397bd;

}
.pay{
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}
.payment-sec p{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}
.payment-sec{
    padding-top: 50px;
    padding-bottom: 60px;
}

.faqs h2{
    width: 300px;
    margin: 0 auto;
    color: #ffc200;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
}
.day-item-inner a{
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0px;
}
.day-item-inner a i{
    margin-right: 10px;
}
.day-item-inner a:hover{
    color: #ffc200;
}
.faqs h2{
 margin-bottom: 30px;
}
.faq-group{
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 100px;
}
.cong{
    background-color: #fff;
    border-radius: 10px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
    padding: 33px;
    background-image: url(../images/tab.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cong img{
    width: 200px;
    margin-bottom: 30px;
    max-width: 100%;
}
.cong p{
    width: 350px;
    color: #555555;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}
.cong h4{
    width: 400px;
    color: #000;
    margin: 0 auto;
    font-weight: bold;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}
.whatapp_btn{
    width: 360px;
    margin: 0 auto;
    max-width: 100%;
    border: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #126620;
    border-radius: 6px;
    padding: 8px 0px;
    margin-bottom: 10px;
}
.whatapp_btn:hover{
    background: #126620;
}
.cong  span{
    color: #555;
    font-size: 14px;
}
.cong  span a{
    display: inline-block;
    color: #e60000;
}
.cong  span a:hover{
    color: #000;
}
#head{
    position: fixed;
    background: #e6b400;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-weight: 800;
    font-size: 20px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}
#head.sticky{
    opacity: 1;
    visibility: visible;
}
.testimonial-item{
    position: relative;
}
.testimonial-item .circle-play-b{
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 46%);
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    z-index: 1;
}
.testimonial-item .circle-play-b img{
    width: 20px;
    height: auto;
}
.testimonial-item .circle-play-b:hover{
    background: rgb(230 0 0);
}
.notification{
    position: fixed;
    width: 350px;
    background: #fff;
    z-index: 2;
    border-radius: 4px;
    padding: 7px 10px;
    left: 20px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
}
.notification p{
    margin: 0px;
    font-size: 14px;
    font-weight: 500;

}
.notification img{
    width: 60px;
}
.notification-details a{
    font-size: 13px;
    color: #28a745;
    font-weight: 600;
}
.reg-btn{
    background: #ffc200;
    color: #fff !important;
    padding: 2px 9px;
    display: inline-block;
    border-radius: 20px;
    margin-right: 7px;
}
.reg-btn:hover{
    background: #e60000; 
}
/* Responsive */

@media (max-width: 991.98px) { 
    .userinfo .userinfo-left{
        text-align: center;
    }
    .userinfo .userinfo-left span{
        padding-left: 0px;
    }
    .userinfo .userinfo-left h3{
        padding-left: 0px;
    }
    .help-mind h1{
        width: 100%;
    }
    .npl-item p{
        font-size: 10px;
    }
    .award-item img{
        height: 244px;
    }
    .baner-cap h4{
        order: -1;
        width: 100%;
        margin-left: 0px;
        margin-top: 25px;
        margin-bottom: 30px;
        text-align: center;
    }
    .baner-cap{
        flex-direction: column;
    }
    .user-cover{
        height: 228px;
    }
    .userinfo-rigth {
        width: calc(100% - 0px);
        margin-top: 30px;
    }
    .userinfo{
        flex-direction: column;
        align-items: center;
    }
    .help-mind{
        flex-direction: column;
    }
    .brain{
        order: -1;
        margin-bottom: 20px;
    }
    .brain img{
        margin: 0px;
    }
}
@media (max-width: 812px) {
}

@media (max-width: 767.98px) {
    .payment-sec p{
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .sticky-signup{
        padding: 10px 0px;
    }
    .award-item img {
        height: auto;
    }
    .awrd-hdn{
        font-size: 25px;
        margin-top: 20px;
    }
    .testimonail h2{
        font-size: 25px;  
    }
    .counter h3{
        font-size: 25px;
    }
    .baner-cap h4{
        font-size: 25px ;  
    }
    .brain-manual h3{
        font-size: 25px ;
    }
   
    .npl-item p{
        font-size: 14px;
        width: 100%;
    }
    .npl-item{
        margin-bottom: 25px;
    }
    .help-mind h1{
        font-size: 25px !important;
    }
    .npl-expart {
        padding-bottom: 0px;
    }
}
@media (max-width: 575.98px) {
    .notification{
        width: 301px;
    }
    .notification p{
        font-size: 12px;
    }
    .notification-details a {
        font-size: 11px;
    }
}
@media (max-width: 414px) {
    .workshop-top p{
        font-size: 14px;
    }
    .userinfo-rigth ul li{
        width: 100%;
    }
}

 .cmn-btn{
        border: 0px;
        outline: none;
        background: #ffc200;
        border-radius: 6px;
        font-size: 13px;
        color: #fff;
        font-weight: 800;
        padding: 14px 25px;
        width: 312px;
        text-transform: uppercase;
        animation: shake 1500ms infinite;
    }
    /*@keyframes shake {
        0% { transform: translate(1px, 1px) rotate(0deg); }
        10% { transform: translate(-1px, -2px) rotate(-1deg); }
        20% { transform: translate(-3px, 0px) rotate(1deg); }
        30% { transform: translate(3px, 2px) rotate(0deg); }
        40% { transform: translate(1px, -1px) rotate(1deg); }
        50% { transform: translate(-1px, 2px) rotate(-1deg); }
        60% { transform: translate(-3px, 1px) rotate(0deg); }
        70% { transform: translate(3px, 1px) rotate(-1deg); }
        80% { transform: translate(-1px, -1px) rotate(1deg); }
        90% { transform: translate(1px, 2px) rotate(0deg); }
        100% { transform: translate(1px, -2px) rotate(-1deg); }
      }*/
    .btn-sec{
        text-align: center;
        margin-bottom: 32px;
    }
    .cmn-btn:hover {
        background: #d9a603;
    }


 .register-btn{
        width: 283px;
        margin: 0 auto;
        display: block;
        background: #ffc200;
        font-size: 13px;
        color: #fff;
        font-weight: 800;
        border: 0px;
        border-radius: 5px;
        padding: 7px;
        margin-top: 25px;
        animation: shake 1500ms infinite;
        text-align: center;
    }

    
    @keyframes shake {
        0% { transform: translate(1px, 1px) rotate(0deg); }
        10% { transform: translate(-1px, -2px) rotate(-1deg); }
        20% { transform: translate(-3px, 0px) rotate(1deg); }
        30% { transform: translate(3px, 2px) rotate(0deg); }
        40% { transform: translate(1px, -1px) rotate(1deg); }
        50% { transform: translate(-1px, 2px) rotate(-1deg); }
        60% { transform: translate(-3px, 1px) rotate(0deg); }
        70% { transform: translate(3px, 1px) rotate(-1deg); }
        80% { transform: translate(-1px, -1px) rotate(1deg); }
        90% { transform: translate(1px, 2px) rotate(0deg); }
        100% { transform: translate(1px, -2px) rotate(-1deg); }
      }


      @keyframes shake {
        0% {
            opacity: .7;
            -webkit-transform: translateY(-30px);
            visibility: visible;
        }
        50% {
            opacity: 1;
            -webkit-transform: translateY(0);
        }
        100% {
            opacity: .7;
            -webkit-transform: translateY(-30px);
        }
      }

      .infiniteJump {
        -webkit-animation: infiniteJump 2s infinite, visibility 1s ease;
        -moz-animation: infiniteJump 2s infinite,visibility 1s ease;
        -o-animation: infiniteJump 2s infinite,visibility 1s ease;
        animation: infiniteJump 2s infinite, visibility 1s ease;
    }




    /* @keyframes shake {
        0% { transform: translate(1px, 1px) rotate(0deg); }
        10% { transform: translate(-1px, -2px) rotate(-1deg); }
        20% { transform: translate(-3px, 0px) rotate(1deg); }
        30% { transform: translate(3px, 2px) rotate(0deg); }
        40% { transform: translate(1px, -1px) rotate(1deg); }
        50% { transform: translate(-1px, 2px) rotate(-1deg); }
        60% { transform: translate(-3px, 1px) rotate(0deg); }
        70% { transform: translate(3px, 1px) rotate(-1deg); }
        80% { transform: translate(-1px, -1px) rotate(1deg); }
        90% { transform: translate(1px, 2px) rotate(0deg); }
        100% { transform: translate(1px, -2px) rotate(-1deg); }
      } */