@font-face {
    font-family: qt;
    src: url(fonts/Quicksand-VariableFont_wght.ttf);
    font-display: swap;
}

@font-face {
    font-family: fancy;
    src: url(fonts/BlueYellow-mLnWP.ttf);
    font-display: swap;
}

@font-face {
    font-family: lt;
    src: url(fonts/Metabean.ttf);
    font-display: swap;
}

.lt {
    font-family: lt;
    font-size: 35px;
}

.fancy {
    font-family: fancy;
    font-size: 40px;
}

* {
    font-family: qt;
}

.qt {
    font-family: qt;
}

.right {
    text-align: right;
}

.bg {
    background-image: url(img/bg3.webp);
}

img {
    aspect-ratio: attr(width) / attr(height);
}

.hrc {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(116, 115, 113);
    border-radius: 100%;
    border-style: solid;
}

.logo {
    text-align: center;
}

.center {
    text-align: center;
}

.i1 {
    width: 300px;
    height: 250px;
    margin-top: -75px;
    margin-bottom: -75px;
}


/* header begin */

.hli {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.hli::after {
    content: '|';
    position: absolute;
    right: -5px;
    line-height: 50px;
    color: #333;
}

.hli:last-child::after {
    content: none;
}

.a1 {
    color: #333;
    font-family: qt;
    font-size: 15px;
    cursor: pointer;
}

.a1:hover {
    color: darkorange;
}


/* header end */


/* tage menu begin */

 :root {
    --menu-width: 49em;
    /* Width of menu */
    --items: 4;
    /* Number of items you have */
    --item-width: calc(var(--menu-width) / var(--items));
}

nav {
    width: var(--menu-width);
    display: flex;
    transform-style: preserve-3d;
    justify-content: space-evenly;
    position: relative;
    z-index: 2;
    margin: 0px auto;
    perspective: 2000px;
    flex-wrap: wrap;
    top: 1em;
}

.menu {
    color: white;
    font-weight: 600;
    transform-style: preserve-3d;
    flex-grow: 1;
    display: flex;
    flex-basis: var(--item-width);
    box-sizing: border-box;
    padding: 1em 1.5em;
    justify-content: center;
    perspective: 200px;
    letter-spacing: 0.5px;
    min-height: 7.5em;
}

nav .menu-item {
    color: white;
    font-weight: 600;
    transform-style: preserve-3d;
    flex-grow: 1;
    display: flex;
    flex-basis: var(--item-width);
    box-sizing: border-box;
    padding: 1em 1.5em;
    justify-content: center;
    perspective: 200px;
    letter-spacing: 0.5px;
    min-height: 7.5em;
}

nav .menu-text,
nav .menu-text a {
    font-size: 1em;
    color: rgb(36, 34, 34);
    text-decoration: none;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: color 0.1s ease-out;
    text-align: center;
}

nav .menu-text a:hover {
    color: rgba(230, 114, 20, 0.5);
}

#sub-menu-holder {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal;
    padding: 1em;
    position: absolute;
    transition: opacity 2 ease-out;
    transform: rotateX(-25deg) scale(1);
    transform-origin: 50% 7em 0em;
    opacity: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1), 0 2px 20px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    top: 3rem;
    border-radius: 10px;
    background: white;
    display: block;
    height: 300px;
    width: calc(var(--menu-width) * 1.5);
}

#sub-menu-container {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    top: 2.5em;
    width: 100%;
}

nav .menu-item:hover~#sub-menu-container #sub-menu-holder {
    animation: clipPath 0.25s ease-out 1 forwards;
    transition: clip-path 0.25s ease-out, left 0.15s ease-out, height 0.15s ease-out;
    opacity: 1;
    right: auto;
}

nav .menu-item:nth-of-type(1):hover~#sub-menu-container #sub-menu-holder,
nav .menu-item:nth-of-type(4):hover~#sub-menu-container #sub-menu-holder {
    clip-path: inset(0 38.75em 0 0 round 10px);
    height: 13em;
}

nav .menu-item:nth-of-type(2):hover~#sub-menu-container #sub-menu-holder {
    clip-path: inset(0 20em 0 0 round 10px);
}

nav .menu-item:nth-of-type(1):hover~#sub-menu-container #sub-menu-holder {
    left: calc(-12em + -12px);
}

nav .menu-item:nth-of-type(2):hover~#sub-menu-container #sub-menu-holder {
    left: calc(-6.5em + -1px);
    height: 14.75em;
}

nav .menu-item:nth-of-type(4):hover~#sub-menu-container #sub-menu-holder {
    left: calc(25em + 1px);
}

.menu-item .sub-menu {
    position: absolute;
    top: 7em;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    min-width: 27.5em;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 999;
    margin-left: -5em;
    clip-path: inset(0 10em 10em 15em);
    opacity: 0;
    font-weight: initial;
    padding: 1.5em;
    transition: all 0.25s ease-out, opacity 0.25s ease-in, margin-left 0.25s ease-out, clip-path 0.15s ease-out;
}

.menu-item .sub-menu.double {
    min-width: 41.25em;
    height: 18.75em;
    display: grid;
    grid-template-columns: 54% 50%;
}

.menu-item .sub-menu.triple {
    min-width: 41.25em;
    height: 25em;
    display: grid;
    padding: 1.5em 2.5em;
    grid-template-columns: 55% 45%;
}

.menu-item:hover .sub-menu {
    pointer-events: all;
    clip-path: inset(0 0 0 0);
}

.menu-text:after {
    transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.01s;
    opacity: 0;
    content: '';
    position: absolute;
    pointer-events: none;
    bottom: -5em;
    left: calc(50% - 10px);
    border-color: transparent transparent white transparent;
    border-width: 10px;
    border-style: solid;
}

.menu-item:hover .menu-text:after {
    bottom: 0.5em;
    opacity: 1;
    transition: bottom 0.25s ease-out, opacity 0.01s ease-out 0.15s;
}

.menu-item:hover .sub-menu {
    opacity: 1;
    margin-left: 0;
}

.menu-item:hover~#sub-menu-container #sub-menu-holder {
    transition: transform 0.25s ease-out, opacity 0.25s ease-out, clip-path 0.25s ease-out;
}

@keyframes clipPath {
    0% {
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg) scale(1);
        top: 4.5em;
        opacity: 1;
    }
}


/* Menu specific */

.menu-item .title {
    font-weight: 500;
    color: rgb(44 70 86);
    margin: 0 0 0.25em 0;
}

.menu-item .icon-box * {
    transition: all 0.1s ease-out;
    position: relative;
}

.menu-item .icon-box.space {
    margin-bottom: 1.25em;
}

.menu-item .icon-box.flat {
    height: 1.5em;
    margin-bottom: 0.5em;
}

.menu-item .icon,
.menu-item .text {
    float: left;
    color: #9ea9af;
}

.menu-item .icon {
    color: rgb(44 70 86);
    font-size: 1.25em;
    margin: 0 1em 0 0;
}

.menu-item .icon-box {
    cursor: pointer;
}

.menu-item .icon-box {
    float: left;
    width: 100%;
    margin: 0;
    height: 4em;
    row-gap: 0;
    line-height: 1em;
}

.menu-item .icon-box .text i {
    clip-path: inset(0 100% 0 0);
    font-size: 0.75em;
    position: relative;
    top: -1px;
}

.menu-item .icon-box:hover .text i {
    clip-path: inset(0 0 0 0);
    transition: clip-path 0.1s ease-out;
}

.menu-item .icon-box:hover .icon,
.menu-item .icon-box:hover .title,
.menu-item .icon-box:hover .sub-text {
    color: rgb(89 110 123);
}

#sub-menu-bottom {
    background: #d4e3ea70;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 0.25s ease-out, height 0.1s ease-out;
    left: 0;
    width: 100%;
    height: 5em;
}

nav .menu-item:nth-of-type(3).highlight:hover~#sub-menu-container #sub-menu-holder #sub-menu-bottom {
    height: 7.5em;
}

.bottom-container {
    grid-area: 4 / -3 / 4 / 3;
    padding-top: 1.5em;
    color: #3a5260;
    font-weight: 500;
}

.top-container {
    grid-area: 1 / -3 / 1 / 3;
    margin: 0 0 2em 0;
}

.bottom-container a {
    float: right;
    background: linear-gradient(90deg, #8ea4b166, #a3b5bf6b);
    padding: 0.5em 1em;
    border-radius: 100px;
    position: absolute;
    color: #2c4655bf;
    font-weight: bold;
    text-decoration: none;
    right: 1.5em;
    bottom: 1.5em;
}

.bottom-container a:hover {
    background: linear-gradient(90deg, #8ea4b136, #a3b5bf33);
}

.sub-menu h3 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgb(44 70 86 / 68%);
    margin: 0.75em 0;
}

.sub-menu .box a {
    width: 100%;
    float: left;
    font-size: 1em;
    line-height: 1.75em;
    color: #7a8a94;
    text-decoration: none;
}

.sub-menu .box a:hover {
    color: rgb(44 70 86);
}

.box {
    margin: 0 0 3em 0;
}

.icon.big i {
    font-size: 1.25em;
    top: 0.2em;
}

nav .menu-item.highlight:hover~#sub-menu-container #sub-menu-holder #sub-menu-bottom {
    opacity: 1;
}


/* tags ended */


/* countdows */

.c2box {
    align-items: center;
    color: #333;
    text-align: center;
}

.c2h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

.c2li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

.c2span {
    display: block;
    font-size: 4.5rem;
}


/* products begin */

.gap2 {
    margin-top: -19%;
    margin-bottom: -160%;
}

.gapremove {
    margin-top: -15px;
}

.gapremove2 {
    margin-top: -105px;
}

.pdt {
    text-align: center;
    color: rgb(74, 78, 80);
    font-family: qt;
}

.pct {
    text-align: center;
    font-family: qt;
    margin-top: 20px;
}

.text {
    font-family: qt;
    font-size: 15px;
}


/* products :end */


/* hr miidle word */

.hr-text {
    position: relative;
    outline: 0;
    border: 0;
    color: rgb(37, 28, 28);
    text-align: center;
    opacity: .5;
    font-family: qt;
    font-size: 30px;
}

.hr-text:before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    color: #000000;
    background-color: #fcfcfa;
}


/* hr middle word end */


/* google transltor */

div#google_translate_element div.goog-te-gadget-simple {
    background-color: none;
    font-family: qt;
    border-color: none;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span {
    color: rgb(0, 0, 0);
    font-family: qt;
}

div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover {
    color: rgb(0, 0, 0);
    font-family: qt;
}


/* google ransltor end */


/* chatbox */

.spr {
    margin-left: 50px;
}


/* products */

.pbutton {
    font-family: inherit;
    border: none;
    background: transparent;
    cursor: pointer;
}

.pcard {
    background: #fff;
    padding: 16px;
    text-align: center;
    -webkit-box-shadow: 0 14px 30px 0 #0000002e;
    box-shadow: 0 14px 30px 0 #0000002e;
}

.pcard-image {
    width: 230px;
    height: 230px;
    margin-top: -62px;
}

.pcard-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pcard-price {
    margin-bottom: 16px;
}

.pcard-price span {
    text-decoration: line-through;
    font-size: 12px;
    color: #2021246b;
    margin-left: 20px;
}

.pcard-action {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #e72c3c;
    color: #fff;
    border-radius: 100px;
    font-weight: bold;
}

.pcard-action:hover {
    background-color: #da3737;
}


/*# sourceMappingURL=a.css.map */


/* products end. */


/* footer */

.ul2 {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    position: relative;
}

.fbg {
    background-image: linear-gradient(to right, #0f2027, rgba(117, 19, 93, 0.73)), url(img/Women_Making_Batik\,_Ketelan.webp);
    background-position: center;
    background-size: cover;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #da5931;
    font-size: 15px;
    font-weight: bold;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #da5931;
    line-height: 28px;
    font-weight: bold;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.pinterest-bg {
    background: #fa38c1;
}

.youtube-bg {
    background: #dd4d5a;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget .ul2 .li2 {
    display: inline-block;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget .ul2 .li2 a:hover {
    color: #ff5e14;
}

.footer-widget .ul2 .li2 a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #da5931;
    font-weight: bold;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu .li2 {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu .li2:hover a {
    color: #ff5e14;
}

.footer-menu .li2 a {
    font-size: 14px;
    color: #da5931;
    font-weight: bold;
}

.fi2 {
    width: 300px;
    height: 250px;
    margin-top: -50px;
    margin-bottom: -85px;
}


/* fitter ened */

@media all and (max-width: 768px) {
    .c2h1 {
        font-size: calc(1.5rem * var(--smaller));
    }
    .c2li {
        font-size: calc(1.125rem * var(--smaller));
    }
    .cobdown {
        margin-top: 120px;
    }
    .c2li .c2span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

.headercursor {
    cursor: pointer;
    color: white;
}

.headercursor:hover {
    color: orangered;
    transition: 2s;
}

.enrollcursor {
    cursor: pointer;
}

.enrollcursor:hover {
    transition: 1s;
    font-size: large;
}


/* why me */

.whybo {
    border-image: linear-gradient( to bottom, rgba(232, 44, 50, 0.5), rgba(198, 230, 40, 0.5)) 1 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-width: 3px;
}

.whyc {
    color: rgb(219, 80, 45);
}

.whybg {
    background-image: url(img/lamp1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/* index banner */

.indexbg {
    border: 2px solid #fff;
    -moz-box-shadow: inset 10px 10px 50px #fff;
    -webkit-box-shadow: inset 10px 10px 50px #fff;
    box-shadow: inset 10px 10px 50px #fff;
}

.imgcontainer {
    position: relative;
}

.indexbg {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgb(223, 95, 95);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imgcontainer:hover .indexbg {
    opacity: 0.3;
    background-color: linear-gradient( to bottom, rgba(232, 44, 50, 0.5), rgba(198, 230, 40, 0.5)) 1 100%;
}

.imgcontainer:hover .middle {
    opacity: 1;
    background-color: linear-gradient( to bottom, rgba(232, 44, 50, 0.5), rgba(198, 230, 40, 0.5)) 1 100%;
}

.indextext {
    font-size: 20px;
    color: rgb(255, 255, 255);
}


/* carosel captions */

.ccaption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/* header .countdown */

.chbox {
    margin-left: 150px;
    align-items: end;
    color: #333;
    text-align: end;
}

.chli {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 0.5em;
    padding-top: 15px;
    text-transform: uppercase;
}

.chli {
    font-size: 1.0rem;
    font-weight: bold;
    color: orangered;
}

@media all and (max-width: 768px) {
    .chli {
        font-size: calc(1.125rem * var(--smaller));
    }
    .chli span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

.chspan {
    display: block;
    font-size: 2.5rem;
}

.overlapbox {
    margin-top: -90px;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btncolor {
    background-color: linear-gradient( to bottom, rgba(232, 44, 50, 0.5), rgba(198, 230, 40, 0.5)) 1 100%;
}

@media only screen and (min-width: 992px) {
    /* stickheader */
    /* The sticky class is added to the header with JS when it reaches its scroll position */
    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        z-index: 50;
        padding: 5px;
    }
    /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
    .sticky+.content {
        padding: 100px;
    }
    html,
    body {
        max-width: 100vw;
    }
}

@media only screen and (max-width: 600px) {
    html,
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }
}

.abusb {
    background-color: #ecececc9;
    font-size: large;
    border-radius: 20px;
}

.abus {
    line-height: 30px;
    color: #504e4e;
}

.abus:hover {
    cursor: pointer;
    color: rgb(219, 92, 92);
}

.side-buble {
    float: right;
    position: absolute;
    margin-top: 100px;
    right: 0;
}


/* vission and mission */

.visionimg {
    background-image: url(img/MATTER-Prints-Batik-1024x768.webp);
    background-size: cover;
    background-position: center;
    height: 200px;
}

.visionimg2 {
    background-image: url(img/hipwee-DSC_4203-650x422.webp);
    background-size: cover;
    background-position: center;
    height: 200px;
}

.vib {
    background-color: rgb(242, 243, 200);
}


/* animated button */

.animated-button1 {
    background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);
    padding: 20px 40px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
    opacity: 0.2;
}

.animated-button1 span {
    position: absolute;
}

.animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}