.data-platform-hero{
	position: relative;
    overflow: hidden;
}
.data-platform-hero .bg-video video{
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.data-platform-hero .bg-video video {
    min-height: 100%;
    min-width: 100%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.data-platform-hero .container{
	z-index: 1;
}
/* Weka Banner Option1 Start */
.wk-dphero-option1 {
    min-height: 550px;
    padding: 220px 0 100px;
    color: var(--text-primary-color);
    background: linear-gradient(#10091f, #160f27);
    background: url(../images/top-bg.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    position: relative;
    background-position: bottom center;
}
.wk-dphero-option1 .container {
    padding: 0 60px ;
}
.wk-dphero-option1 h1{
    font-size: 72px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 82px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin:0 0 30px 0;
}
.wk-dphero-option1 h1 p{
    margin-bottom: 0;
}
.wk-dphero-option1 .section-desc {
    margin-bottom: 30px;
}
.wk-dphero-option1 .cta-box .weka-btn {
    margin: 0 15px 0 0;
}
.wk-dphero-option1 .container.open,
.wk-dphero-option2 .container.open{
    transform: translateX(340px);
}
.wk-dphero-option1 .container *:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px){
    .wk-dphero-option1 h1{
        font-size: 48px;
        line-height: 60px;
    }
}
@media (max-width: 991px){
    .wk-dphero-option1{  
        padding: 105px 0px 60px 0px;
    }
    
    .wk-dphero-option1 .container{
        padding: 0 35px;
    }    
}
@media (max-width: 767px){
    .wk-dphero-option1 h1{
        font-size: 34px;
        line-height: 44px;
    }
}
@media (max-width: 480px){
    .wk-dphero-option1 .cta-box .cbtn {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0;
    }
}
/* Weka Banner Option1 Ends */


/* Weka Banner Option2 Start */
.wk-dphero-option2 {
    min-height: 550px;
    padding: 220px 0 100px;
    color: var(--text-primary-color);
    background: linear-gradient(#10091f, #160f27);
    background: url(../images/top-bg.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    position: relative;
    background-position: bottom center;
}
.wk-dphero-option2 .container {
    padding: 0 60px 0;
    display: flex;
    align-items: center;
}
.wk-dphero-option2 .left-section {
    padding-right: 100px;
    width: 65%;
}
.wk-dphero-option2 .right-section {
    width: 35%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wk-dphero-option2 .right-section .watch-video {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wk-dphero-option2 .right-section .video-play-btn{
    width: 70px;
    height: 70px;
    background: var(--btn-primary-color);
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wk-dphero-option2 .right-section .video-play-btn svg,
.wk-dphero-option2 .right-section .video-play-btn img {
    width: 36px;
    height: 36px;
    color: var(--text-primary-color);
}
.wk-dphero-option2 h1{
    font-size: 72px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 82px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin:0 0 30px 0;
}
.wk-dphero-option2 h1 p{
    margin-bottom: 0;
}
.wk-dphero-option2 .section-desc {
    margin-bottom: 30px;
}
.wk-dphero-option2 .cta-box .weka-btn {
    margin: 0 15px 0 0;
}
.wk-dphero-option2 .left-section *:last-child {
    margin-bottom: 0;
}
@media (max-width: 1024px){
    .wk-dphero-option2 h1{
        font-size: 48px;
        line-height: 60px;
    }
}
@media (max-width: 991px){
    .wk-dphero-option2{
        padding: 105px 0px 60px 0px;
    }
    .wk-dphero-option2 .container{
        padding: 0 35px;
        flex-direction: column;
    }
    .wk-dphero-option2 .left-section,
    .wk-dphero-option2 .right-section {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
    }    
}
@media (max-width: 767px){
    .wk-dphero-option2 h1{
        font-size: 34px;
        line-height: 44px;
    }
}
@media (max-width: 480px){
    .wk-dphero-option2 .cta-box .cbtn {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0;
    }
}
/* Weka Banner Option1 Ends */
/* Weka Banner Option 4 */
.wk-dphero-option4{
	color: var(--text-primary-color);
    background-size: cover;
    min-height: 550px;
    position: relative;
    padding: 150px 0px 100px 0px;
}
.wk-dphero-option4 .right-image-wrapper{
    border-radius: 16px;
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 383px;
    width: 383px;
    position: relative;
	overflow: hidden;
    border: 0.96px solid;
    border-image-source: linear-gradient(60.87deg, rgba(255, 255, 255, 0.08) 2.68%, rgba(0, 0, 0, 0.0504) 92.55%);
    box-shadow: 57.47px 57.47px 86.21px 22.99px #00000033;
    backdrop-filter: blur(15px);
}
.wk-dphero-option4 .right-image-wrapper:after{
	content: "";
    background-blend-mode: overlay;
    background: url(/wp-content/uploads/files/2024/04/logo-container-bg.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.wk-dphero-option4 .right-image-wrapper img{
    z-index: 11
}
.wk-dphero-option4 h1 {
    font-size: 72px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 82px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.wk-dphero-option4 h1 strong{
	font-weight: 800;
    background: linear-gradient(45deg, #773DBE, #EB00C0 100%);
    font-family: var(--bold-font);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wk-dphero-option4 h1 p{
	margin-bottom: 0;
}
@media (max-width: 1024px){
.wk-dphero-option4 h1 {
    font-size: 48px;
    line-height: 60px;
}
	.wk-dphero-option4 .right-image-wrapper{
		margin-top: 30px;
	}
}
@media (max-width: 767px){
.wk-dphero-option4 h1 {
    font-size: 34px;
    line-height: 44px;
}
}
@media(max-width: 480px){
    .wk-dphero-option4 .right-image-wrapper{
        width: 320px;
        height: 320px;
    }
}
/* Weka Banner Option 4 End */
.data-platform-hero .right-section video{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    padding-right: 0;
    object-fit: fill;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.jump-to-lp {
    position: absolute;
    left: 40px;
    height: calc(100%);
    top: 92px;
    z-index: 2;
}
.jump-to-lp:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100%);
    background: linear-gradient(to bottom, #773DBE, #EB00C0);
}

.jump-to-lp a {
    width: 51px;
    height: 51px;
    background: transparent;
    position: absolute;
    top: 100px;
    left: -25px;
    border-width: 2px;
    border: double 1px transparent;
    border-radius: 50%;
    background-image: linear-gradient(#150E20, #150E20), radial-gradient(circle at top left, #EB00C0, #773DBE);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.jump-to-lp a svg {
    width: 16px;
    height: 16px;
    stroke: var(--weka-fuchsia);
}
.jump-to-lp.open a svg {
    stroke: var(--text-primary-color);
    transform: rotate(-180deg);
    stroke-width: 2;
}

@media (max-width: 1366px){
    .jump-to-lp{
        left: 40px;
    }
}

.jump-to-lp{
    transition: all 0.3s;
}
.jump-to-lp.open{
    left: 340px;
}
.wk-dphero-option1,
.wk-dphero-option2{
    overflow: hidden;
} 
.wk-dphero-option1 .container,
.wk-dphero-option2 .container{
    position: relative;
    transition: all 0.3s;
    
}
.wk-dphero-option1 .container.open,
.wk-dphero-option2 .container.open{
    /* left: 340px; */
}
.jump-to-lp.open a {
    background: var(--btn-primary-color);
    border: none;
}
.jump-content {
    height: calc(100vh - 92px);
    background-color: #ffffff;
    color: var(--wk-cta-color-opt2);
    padding: 40px;
    width: 340px;
    display: block;
    position: absolute;
    left: -340px;
    top: 92px;
    transition: all 0.3s;
    z-index: 1;
}
.jump-content.open{
    left: 0;
}
.jump-content .wk-scroller {
    width: 100%;
    height: calc(100vh - 172px);
    overflow-y: scroll;
}
.jump-content .page-name {
    color: var(--wk-purple);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}
.jump-content .page-jump-block {
}
.jump-content .page-jump-block .page-jump-listing {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 2px solid #dedede;
}
.jump-content .page-jump-block .page-jump-listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
}
.jump-content .page-jump-block .page-jump-listing ul li{
    margin: 10px 0;
}
.jump-content .page-jump-block .page-jump-listing ul li:last-child{
    margin: 10px 0;
}
.jump-content .page-jump-block .page-jump-listing ul li a {
    color: var(--wk-cta-color-opt2);
}

@media (max-width: 991px){
    .jump-to-lp{
        display: none;
    }
}