.elementor-30 .elementor-element.elementor-element-f481bd1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-30 .elementor-element.elementor-element-f481bd1:not(.elementor-motion-effects-element-type-background), .elementor-30 .elementor-element.elementor-element-f481bd1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-30 .elementor-element.elementor-element-a27ba4a img{width:21%;}.elementor-30 .elementor-element.elementor-element-c19608b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-30 .elementor-element.elementor-element-a27ba4a img{width:80%;}}@media(min-width:768px){.elementor-30 .elementor-element.elementor-element-f481bd1{--content-width:1300px;}.elementor-30 .elementor-element.elementor-element-c19608b{--content-width:1300px;}}/* Start custom CSS for html, class: .elementor-element-5fa2428 */.div2 {
    
    
    display: grid;
    place-items: center;

}

a {
   
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.2s;
}

a span {
    position: relative;
    z-index: 0;
    color: #fff;
}

a .liquid {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #d15bb3;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.6s;
}

.div2 .liquid::after,
.div2 .liquid::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0;
    left: 0;
    transform: translate(-25%, -75%);
}

a .liquid::after {
    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    box-shadow: 0 0 10px 5px #7293ff, inset 0 0 5px #7293ff;
    animation: animate 5s linear infinite;
    opacity: 0.8;
}

a .liquid::before {
    border-radius: 40%;
    box-shadow: 0 0 10px rgba(26, 26, 26, 0.5),
        inset 0 0 5px rgba(26, 26, 26, 0.5);
    background: rgba(26, 26, 26, 0.5);

    animation: animate 7s linear infinite;
}

@keyframes animate {
    0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
}
a:hover .liquid {
    top: -120px;
}

a:hover {
    box-shadow: 0 0 5px #7293ff, inset 0 0 5px #7293ff;
    transition-delay: 0.2s;
}/* End custom CSS */