.wk-hero-banner {
    min-height: 550px;
    padding: 180px 0 250px;
    color: var(--text-primary-color);
    background: linear-gradient(#10091f, #160f27);
    background: url(/wp-content/themes/revamp/assets/images/top-bg.jpg);
    background-size: cover;
    display: flex;
    position: relative;
    overflow: hidden;
    /*align-items: center;*/
}
.wk-hero-banner .bg-video{
	width: 100%;
    max-width: 100%;
	height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.wk-hero-banner .bg-video video{
	min-height: 100%;
    min-width: 100%;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	
}
.wk-hero-banner .container{
	z-index: 1;
}
.wk-hero-banner .row{
    align-items: center;
}
.wk-hero-banner .introtext{
    opacity: 0;
    transition: all 0.8s;
}
.wk-hero-banner .introtext h1{
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 30px;
    letter-spacing: -0.015em;
}
.wk-hero-banner .introtext h1 strong{
    margin-bottom: 30px;
    font-family: var(--bold-font);
    background: linear-gradient(45deg, #9259d8, #dc28d5 100%);
    background: var(--weka-bright-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}
.wk-hero-banner .metric-wrapper1 {
    position: relative;
    margin: 0px auto auto;
    min-width: 240px;
    min-height: 240px;
    will-change: transform;
    display: flex;
    justify-content: center;
}

.wk-hero-banner .metric-wrapper1 .bubble{
    border-radius: 100%;
    color: #ffffff;
    width: 144px;
    height: 144px;
    position: absolute;
    font-weight: 800;
    font-size: 30px;
    line-height: 46px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    justify-content: center;
    transition: all 0.8s;
    cursor: pointer;
}
.wk-hero-banner .metric-wrapper1 .bubble .metric {
    white-space: nowrap;
}
.wk-hero-banner .metric-wrapper1 .bubble.big .metric {
    white-space: unset;
}
.wk-hero-banner .metric-wrapper1 .bubble .desc{
    opacity: 0;
    transition: font-size 0.8s;
    font-size: 0px;
}
.wk-hero-banner .metric-wrapper1 .bubble.big .desc{
    opacity: 1;
}
.wk-hero-banner .metric-wrapper1 .bubble.b1 {
    /* left: 5%;
    top: -6%; 

    left: 8%;
    top: 0%;*/
    transform: translate(-186px, 0);
    width: 116px;
    height: 116px;
}
.wk-hero-banner .metric-wrapper1 .bubble.b1.scale {
    transform: translate(-200px, 30px);
    opacity: 0;
}
.wk-hero-banner .metric-wrapper1 .bubble.b2 {
    /* top: -55%;
    left: 39%; 
    top: -45%;
    left: 45%;*/
    transform: translate(0px, -130px);
}
.wk-hero-banner .metric-wrapper1 .bubble.b2.scale{
    transform: translate(0, -70px);
    opacity: 0;
}
.wk-hero-banner .metric-wrapper1 .bubble.b3 {
    transform: translate(130px, 293px);
    /* transform: translate(150px, 270px); 100%*/
}

.wk-hero-banner .metric-wrapper1 .bubble.b4 {
    transform: translate(-180px, 250px);
    /* transform: translate(150px, 270px); 100%*/
}

.wk-hero-banner .metric-wrapper1 .bubble.b1.big,
.wk-hero-banner .metric-wrapper1 .bubble.b2.big,
.wk-hero-banner .metric-wrapper1 .bubble.b3.big,
.wk-hero-banner .metric-wrapper1 .bubble.b4.big{
    transform: translate(0, 0px);
    transform-origin: center center;
}

.wk-hero-banner .metric-wrapper1 .bubble.big{
    position: absolute;
    width: 346px;
    height: 346px;
    border-radius: 50%;
    background: linear-gradient(303.74deg, #B90097 6.18%, #43FDFF 118.27%);
    flex-direction: column;
    z-index: 9;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 60px;
    transform: scale(1);
}
.wk-hero-banner .metric-wrapper1 .bubble.big.scale{
    transform: scale(0.7);
    opacity: 0;
}
.wk-hero-banner .metric-wrapper1 .bubble.big p{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    margin: 15px 0 0 0;
}
.wk-hero-banner .metric-wrapper1 [class*="bubble"] {
    border: 2px solid transparent;
    background: linear-gradient(#0c0719, #0c0719) padding-box, var(--weka-bright-gradient) border-box;
}

.wk-hero-banner .metric-wrapper1 .customer{
    bottom: -70%;
    left: 100px;
    border: none;
    background: transparent;
    width: 166px;
    height: 166px;
    border-radius: 100%;
    box-shadow: 0 0 16px rgba(0,0,0,0.7);
    z-index: 10;
    overflow: hidden;
    position: absolute;
    transition: all 0.8s;
    transform: translate(-75px, 10px);
    /* transform: translate(-10px, 41px); 100%*/
}
.wk-hero-banner .metric-wrapper1 .customer.scale{
    margin-left: 100px;
    opacity: 0;
}
.wk-hero-banner .metric-wrapper1 .customer img{
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
}

.wk-hero-banner .metric-wrapper1 .cust-industry {
    padding: 1rem;
    width: max-content;
    border-radius: 40px;
    border: black;
    color: black;
    z-index: 12;
    background: rgb(119,185,236);
    background: linear-gradient(150deg, #77b9ec 0%, #e8ebec 100%);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    transition: all 0.8s;
    transform: translate(28%, 335px);
    /* transform: translate(-110%, 210px); 100%*/    
}
.wk-hero-banner .metric-wrapper1 .cust-industry.scale{
    margin-left: 200px;
    opacity: 0;
}

.mobile-metric-wrapper {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.mobile-metric-wrapper .item {
    flex-basis: calc(50% - 30px);
    text-align: center;
    border-right: 1px solid rgba(255,255,255, 0.3);
    margin: 0 30px 0 0;
    margin-bottom: 30px;
    text-align: left;
}
.mobile-metric-wrapper .item:last-child{
    border-right: none;
}
.mobile-metric-wrapper .item:nth-child(even) {
    border-right: none;
}
.mobile-metric-wrapper .item:nth-child(3),
.mobile-metric-wrapper .item:nth-child(4) {
    margin-bottom: 0;
}
.mobile-metric-wrapper .item .metric {
    font-weight: 800;
    font-size: 28.7481px;
    line-height: 33px;
    text-align: center;
    letter-spacing: -0.015em;
}
.mobile-metric-wrapper .item .desc {
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}
@media (max-width: 1160px){
    .wk-hero-banner .introtext h1{
        font-size: 50px;
        line-height: 110%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .wk-hero-banner {
        min-height: auto;
        padding: 120px 0 60px;
    }
    .wk-hero-banner .metric-wrapper1{
        display: none;
    }
    .mobile-metric-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (max-height: 700px) {
    
}