.section-200{
    padding: 200px 0;
}
.section-150{
    padding: 150px 0;
}
.section-120{
    padding: 120px 0;
}
.section-100{
    padding: 100px 0;
}
.section-80{
    padding: 80px 0;
}
.section-70{
    padding: 70px 0;
}
.section-50{
    padding: 50px 0;
}
.section-40{
    padding: 40px 0;
}
.section-30{
    padding: 30px 0;
}
.section-20{
    padding: 20px 0;
}
.btn-pill{
    border-radius: 50px !important;
}
.div-flex,
.btn-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-root {
    flex: 1 !important;
}
.flex-column-auto {
    flex: none;
}
.flex-column-fluid {
    flex: 1 0 auto;
}
.flex-row-auto {
    flex: 0 0 auto;
}
.flex-row-fluid {
    flex: 1 auto;
    min-width: 0;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-start {
    justify-content: start;
    align-items: start;
}
.flex-end {
    justify-content: flex-end;
    align-items: flex-end;
}
.flex-stack {
    justify-content: space-between;
    align-items: center;
}
.fw-200 {
    font-weight: 200 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.text-gray-100{
    color: var(--bs-gray-100) !important;
}
.text-gray-200{
    color: var(--bs-gray-200) !important;
}
.text-gray-300{
    color: var(--bs-gray-300) !important;
}
.text-gray-400{
    color: var(--bs-gray-400) !important;
}
.text-gray-500{
    color: var(--bs-gray-500) !important;
}
.text-gray-600{
    color: var(--bs-gray-600) !important;
}
.text-gray-700{
    color: var(--bs-gray-700) !important;
}
.text-gray-800{
    color: var(--bs-gray-800) !important;
}
.text-gray-900{
    color: var(--bs-gray-900) !important;
}
.text-hover-gray-100:hover{
    color: var(--bs-gray-100) !important;
}
.text-hover-gray-200:hover{
    color: var(--bs-gray-200) !important;
}
.text-hover-gray-300:hover{
    color: var(--bs-gray-300) !important;
}
.text-hover-gray-400:hover{
    color: var(--bs-gray-400) !important;
}
.text-hover-gray-500:hover{
    color: var(--bs-gray-500) !important;
}
.text-hover-gray-600:hover{
    color: var(--bs-gray-600) !important;
}
.text-hover-gray-700:hover{
    color: var(--bs-gray-700) !important;
}
.text-hover-gray-800:hover{
    color: var(--bs-gray-800) !important;
}
.text-hover-gray-900:hover{
    color: var(--bs-gray-900) !important;
}
.text-hover-underline:hover{
    text-decoration: underline !important;
}
.bg-gray-100{
    background-color: var(--bs-gray-100) !important;
}
.bg-gray-200{
    background-color: var(--bs-gray-200) !important;
}
.bg-gray-300{
    background-color: var(--bs-gray-300) !important;
}
.bg-gray-400{
    background-color: var(--bs-gray-400) !important;
}
.bg-gray-500{
    background-color: var(--bs-gray-500) !important;
}
.bg-gray-600{
    background-color: var(--bs-gray-600) !important;
}
.bg-gray-700{
    background-color: var(--bs-gray-700) !important;
}
.bg-gray-800{
    background-color: var(--bs-gray-800) !important;
}
.bg-gray-900{
    background-color: var(--bs-gray-900) !important;
}
.bg-hover-gray-100:hover{
    background-color: var(--bs-gray-100) !important;
}
.bg-hover-gray-200:hover{
    background-color: var(--bs-gray-200) !important;
}
.bg-hover-gray-300:hover{
    background-color: var(--bs-gray-300) !important;
}
.bg-hover-gray-400:hover{
    background-color: var(--bs-gray-400) !important;
}
.bg-hover-gray-500:hover{
    background-color: var(--bs-gray-500) !important;
}
.bg-hover-gray-600:hover{
    background-color: var(--bs-gray-600) !important;
}
.bg-hover-gray-700:hover{
    background-color: var(--bs-gray-700) !important;
}
.bg-hover-gray-800:hover{
    background-color: var(--bs-gray-800) !important;
}
.bg-hover-gray-900:hover{
    background-color: var(--bs-gray-900) !important;
}
.border-gray-100{
    border-color: var(--bs-gray-100) !important;
}
.border-gray-200{
    border-color: var(--bs-gray-200) !important;
}
.border-gray-300{
    border-color: var(--bs-gray-300) !important;
}
.border-gray-400{
    border-color: var(--bs-gray-400) !important;
}
.border-gray-500{
    border-color: var(--bs-gray-500) !important;
}
.border-gray-600{
    border-color: var(--bs-gray-600) !important;
}
.border-gray-700{
    border-color: var(--bs-gray-700) !important;
}
.border-gray-800{
    border-color: var(--bs-gray-800) !important;
}
.border-gray-900{
    border-color: var(--bs-gray-900) !important;
}
.border-hover-gray-100:hover{
    border-color: var(--bs-gray-100) !important;
}
.border-hover-gray-200:hover{
    border-color: var(--bs-gray-200) !important;
}
.border-hover-gray-300:hover{
    border-color: var(--bs-gray-300) !important;
}
.border-hover-gray-400:hover{
    border-color: var(--bs-gray-400) !important;
}
.border-hover-gray-500:hover{
    border-color: var(--bs-gray-500) !important;
}
.border-hover-gray-600:hover{
    border-color: var(--bs-gray-600) !important;
}
.border-hover-gray-700:hover{
    border-color: var(--bs-gray-700) !important;
}
.border-hover-gray-800:hover{
    border-color: var(--bs-gray-800) !important;
}
.border-hover-gray-900:hover{
    border-color: var(--bs-gray-900) !important;
}
/* ========================== */
/* WITH % */
/* ========================== */
.w-10{
    width: 10% !important;
}
.w-20{
    width: 20% !important;
}
.w-25{
    width: 25% !important;
}
.w-30{
    width: 30% !important;
}
.w-33{
    width: 33% !important;
}
.w-35{
    width: 35% !important;
}
.w-40{
    width: 40% !important;
}
.w-60{
    width: 60% !important;
}
.w-70{
    width: 70% !important;
}
.w-75{
    width: 75% !important;
}
.w-80{
    width: 80% !important;
}
.w-90{
    width: 90% !important;
}
/* ========================== */
/* WITH VW */
/* ========================== */
.w-3vw {
    width: 3vw !important;
}
.w-4vw {
    width: 4vw !important;
}
.w-45vw {
    width: 4.5vw !important;
}
.w-5vw {
    width: 5vw !important;
}
/* ========================== */
/* WITH PX */
/* ========================== */
.w-10px{
    width: 10px !important;
}
.w-15px{
    width: 15px !important;
}
.w-20px{
    width: 20px !important;
}
.w-25px{
    width: 25px !important;
}
.w-30px{
    width: 30px !important;
}
.w-35px{
    width: 35px !important;
}
.w-40px{
    width: 40px !important;
}
.w-45px{
    width: 45px !important;
}
.w-50px{
    width: 50px !important;
}
.w-60px{
    width: 60px !important;
}
.w-70px{
    width: 70px !important;
}
.w-80px{
    width: 80px !important;
}
.w-90px{
    width: 90px !important;
}
.w-100px{
    width: 100px !important;
}
.w-120px{
    width: 120px !important;
}
.w-125px{
    width: 125px !important;
}
.w-150px{
    width: 150px !important;
}
.w-175px{
    width: 175px !important;
}
.w-200px{
    width: 200px !important;
}
.w-225px{
    width: 225px !important;
}
.w-250px{
    width: 250px !important;
}
.w-300px{
    width: 300px !important;
}
.w-300px{
    width: 300px !important;
}
.w-350px{
    width: 350px !important;
}
.w-400px{
    width: 400px !important;
}
.w-450px{
    width: 450px !important;
}
.w-500px{
    width: 500px !important;
}
.w-550px{
    width: 550px !important;
}
/* ========================== */
/* HEIGHT % */
/* ========================== */
.h-10{
    height: 10% !important;
}
.h-20{
    height: 20% !important;
}
.h-25{
    height: 25% !important;
}
.h-30{
    height: 30% !important;
}
.h-40{
    height: 40% !important;
}
.h-60{
    height: 60% !important;
}
.h-70{
    height: 70% !important;
}
.h-75{
    height: 75% !important;
}
.h-80{
    height: 80% !important;
}
.h-85{
    height: 85% !important;
}
.h-90{
    height: 90% !important;
}
.h-95{
    height: 95% !important;
}
/* ========================== */
/* HEIGHT PX */
/* ========================== */
.h-1px{
    height: 1px !important;
}
.h-2px{
    height: 2px !important;
}
.h-3px{
    height: 3px !important;
}
.h-4px{
    height: 4px !important;
}
.h-5px{
    height: 5px !important;
}
.h-10px{
    height: 10px !important;
}
.h-15px{
    height: 15px !important;
}
.h-20px{
    height: 20px !important;
}
.h-25px{
    height: 25px !important;
}
.h-30px{
    height: 30px !important;
}
.h-35px{
    height: 35px !important;
}
.h-40px{
    height: 40px !important;
}
.h-45px{
    height: 45px !important;
}
.h-50px{
    height: 50px !important;
}
.h-60px{
    height: 60px !important;
}
.h-70px{
    height: 70px !important;
}
.h-80px{
    height: 80px !important;
}
.h-90px{
    height: 90px !important;
}
.h-100px{
    height: 100px !important;
}
.h-120px{
    height: 120px !important;
}
.h-125px{
    height: 125px !important;
}
.h-150px{
    height: 150px !important;
}
.h-175px{
    height: 175px !important;
}
.h-200px{
    height: 200px !important;
}
.h-225px{
    height: 225px !important;
}
.h-250px{
    height: 250px !important;
}
.h-300px{
    height: 300px !important;
}
.h-350px{
    height: 350px !important;
}
.h-400px{
    height: 400px !important;
}
.h-450px{
    height: 450px !important;
}
.h-500px{
    height: 500px !important;
}
.h-550px{
    height: 550px !important;
}
.h-600px{
    height: 600px !important;
}
.h-650px{
    height: 650px !important;
}
.h-700px{
    height: 700px !important;
}
/* ========================== */
/* PADDING END */
/* ========================== */
.pe-lg-10rem{
    padding-right: 1rem;
}
.pe-lg-20rem{
    padding-right: 2rem;
}
.pe-lg-30rem{
    padding-right: 3rem;
}
.pe-lg-35rem{
    padding-right: 3.5rem;
}
.pe-lg-40rem{
    padding-right: 4rem;
}
.pe-lg-45rem{
    padding-right: 4.5rem;
}
.pe-lg-50rem{
    padding-right: 5rem;
}
.p-10{
    padding: 1rem;
}
.p-15{
    padding: 1.5rem;
}
.p-20{
    padding: 2rem;
}
.p-25{
    padding: 2.5rem;
}

.mt-1px{
    margin-top: 1px;
}
.mt-2px{
    margin-top: 2px;
}
.mt-3px{
    margin-top: 3px;
}
.mt-4px{
    margin-top: 4px;
}
.mt-5px{
    margin-top: 5px;
}

.ls-0{
    letter-spacing: 0px !important;
}
.ls-1{
    letter-spacing: 1px !important;
}
.ls-2{
    letter-spacing: 2px !important;
}
.ls-3{
    letter-spacing: 3px !important;
}
.ls-4{
    letter-spacing: 4px !important;
}
.ls-5{
    letter-spacing: 5px !important;
}
.ls-15{
    letter-spacing: 15px !important;
}
.fs-7px{
    font-size: 7px !important;
}
.fs-8px{
    font-size: 8px !important;
}
.fs-9px{
    font-size: 9px !important;
}
.fs-10px{
    font-size: 10px !important;
}
.fs-11px{
    font-size: 11px !important;
}
.fs-12px{
    font-size: 12px !important;
}
.fs-7{
    font-size: 0.9rem !important;
}
.fs-8{
    font-size: 0.8rem !important;
}
.fs-9{
    font-size: 0.7rem !important;
}
.fs-10{
    font-size: 1rem !important;
}
.fs-11{
    font-size: 1.1rem !important;
}
.fs-12{
    font-size: 1.2rem !important;
}
.fs-13{
    font-size: 1.3rem !important;
}
.fs-14{
    font-size: 1.4rem !important;
}
.fs-15{
    font-size: 1.5rem !important;
}
.fs-16{
    font-size: 1.6rem !important;
}
.fs-17{
    font-size: 1.7rem !important;
}
.fs-18{
    font-size: 1.8rem !important;
}
.fs-20{
    font-size: 2rem !important;
}
.fs-25{
    font-size: 2.5rem !important;
}
.fs-26{
    font-size: 2.6rem !important;
}
.fs-27{
    font-size: 2.7rem !important;
}
.fs-28{
    font-size: 2.8rem !important;
}
.fs-30{
    font-size: 3.0rem !important;
}
.fs-35{
    font-size: 3.5rem !important;
}
.fs-40{
    font-size: 4rem !important;
}
.fs-45{
    font-size: 4.5rem !important;
}
.fs-48{
    font-size: 4.8rem !important;
}
.fs-50{
    font-size: 5rem !important;
}
.fs-55{
    font-size: 5.5rem !important;
}
.fs-60{
    font-size: 6rem !important;
}
.fs-65{
    font-size: 6.5rem !important;
}
/* ========================== */
/* FONTS VW */
/* ========================== */
.fs-10-vw{
    font-size: 1vw !important;
}
.fs-11-vw{
    font-size: 1.1vw !important;
}
.fs-12-vw{
    font-size: 1.2vw !important;
}
.fs-13-vw{
    font-size: 1.3vw !important;
}
.fs-14-vw{
    font-size: 1.4vw !important;
}
.fs-15-vw{
    font-size: 1.5vw !important;
}
.fs-20-vw{
    font-size: 2vw !important;
}
.fs-25-vw{
    font-size: 2.5vw !important;
}
.fs-26-vw{
    font-size: 2.6vw !important;
}
.fs-27-vw{
    font-size: 2.7vw !important;
}
.fs-28-vw{
    font-size: 2.8vw !important;
}
.fs-30-vw{
    font-size: 3.0vw !important;
}
.fs-35-vw{
    font-size: 3.5vw !important;
}
.fs-40-vw{
    font-size: 4vw !important;
}
.fs-45-vw{
    font-size: 4.5vw !important;
}
.fs-48-vw{
    font-size: 4.8vw !important;
}
.fs-50-vw{
    font-size: 5vw !important;
}
.fs-55-vw{
    font-size: 5.5vw !important;
}

.z-index-min-1{
    z-index: -1 !important;
}
.z-index-0{
    z-index: 0 !important;
}
.z-index-1{
    z-index: 1 !important;
}
.z-index-2{
    z-index: 2 !important;
}
.z-index-3{
    z-index: 3 !important;
}
.video-horizontal iframe,
.video-wrap iframe{
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    height: auto !important;
}
.video-vertical iframe,
.video-wrap-reel iframe{
    width: 100% !important;
    aspect-ratio: 9/16 !important;
    height: auto !important;
}
.square{
    aspect-ratio: 1/1 !important;
}
.rectangle{
    aspect-ratio: 16/9 !important;
}
.aspect-4x3 {
    aspect-ratio: 4 / 3 !important;
}
.object-position-center{
    object-position: center !important;
}
.object-position-top{
    object-position: top !important;
}
.object-position-bottom{
    object-position: bottom !important;
}
.object-position-start{
    object-position: left !important;
}
.object-position-end{
    object-position: right !important;
}
.background-cover{
    background-position: center;
    background-size: cover;
}
.overlay-gradient {
    background: linear-gradient(360deg, #000 20%, rgba(17, 16, 19, 0) 100%);
}
.overlay{
    position: relative;
}
.overlay:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.6;
}
.bgi-no-repeat {
    background-repeat: no-repeat
}
.bgi-position-y-top {
    background-position-y: top
}
.bgi-position-y-bottom {
    background-position-y: bottom
}
.bgi-position-y-center {
    background-position-y: center
}
.bgi-position-x-start {
    background-position-x: left
}
.bgi-position-x-end {
    background-position-x: right
}
.bgi-position-x-center {
    background-position-x: center
}
.bgi-position-top {
    background-position: 0 top
}
.bgi-position-bottom {
    background-position: 0 bottom
}
.bgi-position-center {
    background-position: center
}
.bgi-size-auto {
    background-size: auto
}
.bgi-size-cover {
    background-size: cover
}
.bgi-size-contain {
    background-size: contain
}
.bgi-attachment-fixed {
    background-attachment: fixed
}
.bgi-attachment-scroll {
    background-attachment: scroll
}
.top-15 {
    top: 15%!important
}
.top-20 {
    top: 20%!important
}
.top-25 {
    top: 25%!important
}
.top-75 {
    top: 75%!important
}
.bottom-25 {
    bottom: 25%!important
}
.bottom-75 {
    bottom: 75%!important
}
.start-25 {
    left: 25%!important
}
.start-75 {
    left: 75%!important
}
.end-25 {
    right: 25%!important
}
.end-75 {
    right: 75%!important
}
.img-white{
    filter: brightness(0) invert(1);
}
.lines{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lines-1{
    white-space: nowrap;
    display: block;
}
.lines-2 {
    -webkit-line-clamp: 2;
}
.lines-3 {
    -webkit-line-clamp: 3;
}
.lines-4 {
    -webkit-line-clamp: 4;
}
.lines-5 {
    -webkit-line-clamp: 5;
}
.border-2px{
    border-width: 2px !important;
}
.border-3px{
    border-width: 3px !important;
}
.border-4px{
    border-width: 4px !important;
}
.border-5px{
    border-width: 5px !important;
}

.rounded-6 {
    border-radius: 2.5rem;
}
.rounded-7 {
    border-radius: 3rem;
}

@media (max-width: 1200px) {
    .fs-md-9{
        font-size: 0.9rem !important;
    }
    .fs-md-10{
        font-size: 1rem !important;
    }
    .fs-md-12{
        font-size: 1.2rem !important;
    }
    .fs-md-15{
        font-size: 1.5rem !important;
    }
    .fs-md-20{
        font-size: 2rem !important;
    }
    .fs-md-25{
        font-size: 2.5rem !important;
    }
    .fs-md-30{
        font-size: 3rem !important;
    }
    .fs-md-35{
        font-size: 3.5rem !important;
    }
}
@media (max-width: 991px) {
    .section-200,
    .section-150,
    .section-120,
    .section-100,
    .section-80,
    .section-70{
        padding: 50px 0;
    }
    .mt-sm-0{
        margin-top: 0 !important;
    }
    .fs-sm-6{
        font-size: 0.6rem !important;
    }
    .fs-sm-7{
        font-size: 0.7rem !important;
    }
    .fs-sm-8{
        font-size: 0.8rem !important;
    }
    .fs-sm-9{
        font-size: 0.9rem !important;
    }
    .fs-sm-10{
        font-size: 1rem !important;
    }
    .fs-sm-11{
        font-size: 1.1rem !important;
    }
    .fs-sm-12{
        font-size: 1.2rem !important;
    }
    .fs-sm-13{
        font-size: 1.3rem !important;
    }
    .fs-sm-14{
        font-size: 1.4rem !important;
    }
    .fs-sm-15{
        font-size: 1.5rem !important;
    }
    .fs-sm-16{
        font-size: 1.6rem !important;
    }
    .fs-sm-17{
        font-size: 1.7rem !important;
    }
    .fs-sm-18{
        font-size: 1.8rem !important;
    }
    .fs-sm-19{
        font-size: 1.9rem !important;
    }
    .fs-sm-20{
        font-size: 2rem !important;
    }
    .fs-sm-23{
        font-size: 2.3rem !important;
    }
    .fs-sm-25{
        font-size: 2.5rem !important;
    }
    .fs-sm-30{
        font-size: 3rem !important;
    }
    .fs-sm-35{
        font-size: 3.5rem !important;
    }
    .w-sm-50{
        width: 50% !important;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .w-sm-10px{
        width: 10px !important;
    }
    .w-sm-20px{
        width: 20px !important;
    }
    .w-sm-30px{
        width: 30px !important;
    }
    .w-sm-40px{
        width: 40px !important;
    }
    .w-sm-50px{
        width: 50px !important;
    }
    .w-sm-60px{
        width: 60px !important;
    }
    .w-sm-70px{
        width: 70px !important;
    }
    .w-sm-80px{
        width: 80px !important;
    }
    .w-sm-90px{
        width: 90px !important;
    }
    .w-sm-100px{
        width: 100px !important;
    }
    .w-sm-120px{
        width: 120px !important;
    }
    .w-sm-125px{
        width: 125px !important;
    }
    .w-sm-150px{
        width: 150px !important;
    }
    .w-sm-200px{
        width: 200px !important;
    }
    .w-sm-250px{
        width: 250px !important;
    }
    .w-sm-300px{
        width: 300px !important;
    }
    .w-sm-300px{
        width: 300px !important;
    }
    .w-sm-350px{
        width: 350px !important;
    }
    .w-sm-400px{
        width: 400px !important;
    }
    .w-sm-450px{
        width: 450px !important;
    }
    .w-sm-500px{
        width: 500px !important;
    }
    .w-sm-550px{
        width: 550px !important;
    }
    .h-sm-auto{
        height: auto !important;
    }
    .h-sm-50{
        height: 50% !important;
    }
    .h-sm-100{
        height: 100% !important;
    }
    .h-sm-10px{
        height: 10px !important;
    }
    .h-sm-20px{
        height: 20px !important;
    }
    .h-sm-30px{
        height: 30px !important;
    }
    .h-sm-40px{
        height: 40px !important;
    }
    .h-sm-50px{
        height: 50px !important;
    }
    .h-sm-60px{
        height: 60px !important;
    }
    .h-sm-70px{
        height: 70px !important;
    }
    .h-sm-80px{
        height: 80px !important;
    }
    .h-sm-90px{
        height: 90px !important;
    }
    .h-sm-100px{
        height: 100px !important;
    }
    .h-sm-120px{
        height: 120px !important;
    }
    .h-sm-125px{
        height: 125px !important;
    }
    .h-sm-150px{
        height: 150px !important;
    }
    .h-sm-200px{
        height: 200px !important;
    }
    .h-sm-250px{
        height: 250px !important;
    }
    .h-sm-300px{
        height: 300px !important;
    }
    .h-sm-300px{
        height: 300px !important;
    }
    .h-sm-350px{
        height: 350px !important;
    }
    .h-sm-400px{
        height: 400px !important;
    }
    .h-sm-450px{
        height: 450px !important;
    }
    .h-sm-500px{
        height: 500px !important;
    }
    .h-sm-550px{
        height: 550px !important;
    }
    .rounded-sm-1 {
        border-radius: 0.25rem !important;
    }
    .rounded-sm-2 {
        border-radius: 0.375rem !important;
    }
    .rounded-sm-3 {
        border-radius: 0.5rem !important;
    }
    .rounded-sm-4 {
        border-radius: 1rem !important;
    }
    .square-sm{
        aspect-ratio: 1/1 !important;
    }
    .rectangle-sm{
        aspect-ratio: 16/9 !important;
    }
    .ratio-sm-none{
        aspect-ratio: initial !important;
    }
    .flex-sm-root {
        flex: 1 !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-2 {
        gap: .5rem !important;
    }
    .gap-sm-1 {
        gap: .25rem !important;
    }
    /*.g-sm-3{
        --bs-gutter-y: 1rem;
        --bs-gutter-x: 1rem;
    }
    .g-sm-2{
        --bs-gutter-y: 0.5rem;
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-1{
        --bs-gutter-y: 0.25rem;
        --bs-gutter-x: 0.25rem;
    }*/

}

.btn-shake{
    -webkit-animation: shake-animation 3.5s ease infinite;
    animation: shake-animation 3.5s ease infinite;
}
.btn-blink{
    animation: blink 500ms infinite;
}
.btn-blink:hover{
    animation-play-state: paused;
}
@keyframes blink {
    0%, 100% {
    opacity: 1;
    }
    50% {
    opacity: 0.85;
    }
}
@-webkit-keyframes shake-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    1.78% {
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0)
    }
    3.57% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5.36% {
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0)
    }
    7.14% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    8.93% {
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0)
    }
    10.71% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes shake-animation {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    1.78% {
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0)
    }
    3.57% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    5.36% {
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0)
    }
    7.14% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    8.93% {
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0)
    }
    10.71% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

