.hero{
    background: #F9F4FF;
    position: relative;
    overflow: hidden;
}

.hero .hero_inner{
    padding: 80px 0 120px;
    background: url('../img/about/about_hero_bg.png') top right no-repeat;
    background-size: contain;
}

.hero .hero_inner img{
    max-width: 250px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 45px;
}

.hero .hero_inner h1{
    font-size: 24px;
}

.hero .hero_inner h2{
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    background: linear-gradient(271deg, #9446FF 6.53%, #2EF4E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero .hero_inner p{
    font-size: 24px;
    line-height:1.5;
}

/* V&M */

.vm{
    padding: 120px 0 0;
}


.vm .owl-vm .owl-stage {
    display: flex;
    align-items: stretch;
}

.vm .owl-vm .owl-item {
    display: flex;
}

.vm_item{
    border-radius: 30px;
    background: #F9F4FF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.vm_item .vm_item_data{
    padding: 55px 75px;
}

.vm_item .vm_item_data h2{
    font-size: 16px;
    line-height: 1;
    margin: 0 0 15px;

}
.vm_item .vm_item_data h3{
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 15px;
}

.owl-carousel .owl-item .vm_item img{
    width:calc(100% - 75px);
    margin: 0 0 0 auto;
}


.pzazzed{
    padding: 120px 0 0;
}
.pzazzed-description{
    padding: 0 0 60px;
}
.pzazzed-description h2{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 15px;
    background: var(--Top-bar-gradient, linear-gradient(270deg, #20124D 5.47%, #AB84E1 102.96%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pzazzed-description p{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.pzazzed-title h2{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    background: linear-gradient(270deg, #FFC247 9%, #AB84E1 75.07%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 35px;
}

.pzazzed-content{
    position: relative;
}

.pzazzed-content .play-slider{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
    transition: 0.3s ease;
}

.pzazzed-content .play-slider:hover{
    opacity: 0.9;
}

.pzazzed-content.active .play-slider .play{
    display: none;
}

.pzazzed-content.active .play-slider .stop{
    display: block;
}

.pzazzed-content .play-slider .stop{
    display: none;
}


.owl-pzazzed .item {
    position: relative;
    background: #F3F3F3;
    border-radius: 30px;
    padding: 60px 0;
}
.owl-pzazzed .item img{
    display: block;
    width: 100%;
    max-width: 717px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    
}

.owl-pzazzed .item .pzazzed-name{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgba(32,18,77, 0.4);
    color: #FFF;
    text-align: center;
    font-size: 24px;
    padding: 8px 18px;
}

.owl-pzazzed .owl-dots{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-pzazzed .owl-dots .owl-dot span{
    background: #E3D6F5;
}

.owl-pzazzed.owl-theme .owl-dots .owl-dot.active span, 
.owl-pzazzed.owl-theme .owl-dots .owl-dot:hover span{
    background: #5C28A3;
}


.owl-pzazzed .owl-nav {
    position: absolute;
    top:30px;
    right:30px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap:15px;
    margin-top: 0;
}

.owl-pzazzed .owl-nav button.owl-prev,
.owl-pzazzed .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    display:block;
    border-radius: 50%;
    background: #E2D2F5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition: 0.3s ease;
}

.owl-pzazzed .owl-nav button.owl-prev svg,
.owl-pzazzed .owl-nav button.owl-next svg{
    fill:#989BA0;
    width:15px;
    display: block;
    position: relative;
}
.owl-pzazzed .owl-nav button.owl-prev svg{
    left:-1px;
}
.owl-pzazzed .owl-nav button.owl-next svg{
    transform: rotate(180deg);
    left:1px;
}

.owl-pzazzed .owl-nav button.owl-prev:hover,
.owl-pzazzed .owl-nav button.owl-next:hover{
    background: #673284;
}

.owl-pzazzed .owl-nav button.owl-prev:hover svg,
.owl-pzazzed .owl-nav button.owl-next:hover svg{
    fill:#fff;
}

.tool{
    padding: 120px 0;
}

.tool .tool_inner{
    background: url('../img/about/about_tool.png') center/cover no-repeat;
    border-radius: 30px;
    padding: 80px 75px;
}

.tool .tool_inner img{
    width: 110px;
    height: auto;
    display: block;
    margin: 0 0 20px;
}

.tool .tool_inner p{
    font-size: 18px;
    line-height: 1.5;
}

.tool .tool_inner .button-container-item{
    margin: 35px 0 0;
}
.tool .tool_inner .button-primary{
    padding: 13.5px 53px;
}

.tool .tool_inner .button-description{
    color:#AB84E1;
    font-size: 14px;
    margin: 10px 0 0;
}


@media (max-width: 1399px){
    .hero .hero_inner{
        background: #F9F4FF url('../img/about/about_hero_bg.png') bottom right no-repeat;
        background-size: contain;
    }
    
}

@media (max-width: 1199px){
    .hero .hero_inner img{
        width: 150px;
    }
    .vm_item .vm_item_data {
        padding: 40px 40px;
    }
    .owl-carousel .owl-item .vm_item img {
        width: calc(100% - 40px);
    }
    .tool .tool_inner{
        padding: 40px 40px;
    }
    .owl-pzazzed .item .pzazzed-name {
        font-size:18px;
    }
    .pzazzed-content .play-slider svg{
        width:50px;
        height:50px;
    }
}

@media (max-width: 991px){
    .hero .hero_inner {
        background: #F9F4FF;
        padding: 30px 0 80px;
    }
    .hero .hero_inner img{
        width: 100px;
        margin: 0 auto  25px;
    }
    .hero .hero_inner h1,
    .hero .hero_inner h2{
        text-align: center;
    }

    .hero .hero_inner h2{
        font-size:42px;
    }
    .hero .hero_inner p{
        text-align: center;
        font-size: 16px;
    }
    .vm,
    .pzazzed{
        padding: 90px 0 0;
    }
    .tool{
        padding: 90px 0;
    }
    .vm_item .vm_item_data{
        padding: 30px 20px;
    }
    .vm_item .vm_item_data h3{
        font-size:24px;
    }
    .vm_item .vm_item_data p{
        font-size:16px;
    }
    .pzazzed-description h2,
    .pzazzed-title h2{
        font-size: 36px;
    }
    .tool .tool_inner{
        padding: 30px 20px;
    }
    .tool .tool_inner p{
        font-size:16px;
    }
    .tool .tool_inner .button-primary{
        font-size:16px;
    }
}

@media (max-width: 767px){
    .vm_item .vm_item_data h2,
    .vm_item .vm_item_data h3,
    .vm_item .vm_item_data p{
        text-align: center;
    }
    .pzazzed-description p{
        font-size: 16px;
    }
    .pzazzed-description p br{
        display: none;
    }
    .pzazzed-name{
        display: none;
    }
}

@media (max-width: 479px){
    .hero .hero_inner h2{
        font-size:36px;
    }
    .hero .hero_inner p br{
        display: none;
    }
    .pzazzed-content .play-slider svg{
        width:25px;
        height: 25px;
    }
    .owl-pzazzed .owl-nav {
        top: 13px;
        right: 13px;
    }
    .owl-pzazzed .owl-nav button.owl-prev, 
    .owl-pzazzed .owl-nav button.owl-next{
        width:25px;
        height: 25px;
    }
    .owl-pzazzed .owl-nav button.owl-prev svg, 
    .owl-pzazzed .owl-nav button.owl-next svg{
        width:10px;
    }
    .tool .tool_inner img{
        margin: 0 auto 20px;
    }
    .tool .tool_inner p{
        text-align: center;
    }
    .tool .tool_inner p br{
        display: none;
    }
    .tool .tool_inner .button-container-item{
        text-align: center;
    }
    .tool .tool_inner .button-description{
        font-size:12px;
    }
}
