
body{
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    padding-right: 17px;
}
body.animation-load{
    max-height: none;
    overflow: visible;
    padding-right: 0;
}
body::before{
    transition: all 2s ease;
    content: '';
    position: absolute;
    background: #080606;
    width: 100%;
    height: 100%;
    z-index: 999999;
    left: 0;
    top: 0;
    pointer-events: none;
}
body.animation-load::before{
    width: 0;
}
/* banner */
#homepage_banner{
    position: relative;
}
#homepage_banner::before{
    content: '';
    position: absolute;
    background: url(../../images/banner-mask.png);
    width: 579px;
    height: 570px;
    top: -130px;
    left: 0;
    pointer-events: none;
}
.globe-img{
    height: 550px;
}
.create-a-hive-wrapper{
    position: absolute;
    right: -40px;
    bottom: 61px;
    transform: rotate(-90deg);
}
.create-a-hive-wrapper::before{
    content: '';
    position: absolute;
    background: #514D4D;
    width: 100vw;
    height: 1px;
    left: -38px;
    top: -15px;
}
.create-a-hive-content p{
    margin-bottom: 0;
}
.banner-content{
    padding-top: 49px;
    position: relative;
}
.banner-content::before{
    content: '';
    position: absolute;
    background: #514D4D;
    height: 650px;
    width: 1px;
    top: -120px;
    left: -50px;
}
.banner-content p{
    max-width: 406px;
    margin: 25px 0 30px;
}
/* features */
#features{
    background-image: url(../../images/features-background.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-top: -60px;
    position: relative;
    z-index: 9;
}
#features::before{
    content: '';
    position: absolute;
    border-radius: 870px;
    background: radial-gradient(50% 50% at 50% 50%, #272727 0%, rgba(39, 39, 39, 0.00) 100%);
    width: 870px;
    height: 870px;
    bottom: -400px;
    left: 50%;
    transform: translateX(-50%);
}
.features-icon-heading{
    text-align: center;
    margin: 46px 0;
}
.features-heading{
    border-bottom: 1px solid #514D4D;
    padding-left: calc((100vw - 1250px) / 2);
    position: relative;
    padding-bottom: 30px;
    position: relative;
}
.features-heading::before{
    content: '';
    position: absolute;
    background: url(../../images/benefits-mask-2.svg);
    width: 268px;
    height: 37px;
    top: -69px;
    left: 0;
}
.features-heading .lottie-heading{
    position: absolute;
    bottom: 0px;
    left: 0;
}
.features-heading h2{
    position: relative;
    z-index: 9;
    margin-bottom: 0;
}
/* video section */
#hive_video{
    padding: 124px 0 140px;
    position: relative;
}
#hive_video::before{
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(50% 50% at 50% 50%, #F3C96D 0%, rgba(243, 201, 109, 0.00) 100%);
    opacity: .3;
    top: -220px;
    right: -220px;
}
#hive_video::after{
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(50% 50% at 50% 50%, #F3C96D 0%, rgba(243, 201, 109, 0.00) 100%);
    opacity: .3;
    bottom: -220px;
    left: -220px;
}
#hive_video .container{
    max-width: 1090px;
}
.video-wrapper__main{
    background: #0E0E0E;
    padding: 30px;
    position: relative;
    z-index: 9;
}
.video-wrapper__main .btn-play{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.video-wrapper__main video{
    object-fit: cover;
}
.video-mobile{
    display: none;
}
.lottie-wrapper-mobile,
.lottie-wrapper-tablet{
    display: none;
}
.lottie-all{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 102.5%;
    height: 102.5%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.lottie-all lottie-player{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 102.5% !important;
    height: 102.5% !important;
}
.video-wrapper{
    position: relative;
}
/* .video-wrapper::before{
    content: '';
    position: absolute;
    background: url(../../images/video-shape-1.svg);
    width: 220px;
    height: 127px;
    left: -100px;
    bottom: -75px;
}
.video-wrapper::after{
    content: '';
    position: absolute;
    background: url(../../images/video-shape-1.svg);
    width: 220px;
    height: 127px;
    top: -60px;
    right: -90px;
    transform: rotate(180deg);
} */
/* testimonials */
#testimonials{
    padding: 43px 0 260px;
    border-top: 1px solid #514D4D;
    position: relative;
    background: #080606;
}
.section-header{
    text-align: center;
}
.testimonial-arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 40px;
}
.testimonial-arrows .separator{
    background: #3F3F3F;
    width: 1px;
    height: 47px;
    margin: 0 45px;
}
.testimonials-slider-wrapper{
    margin-left: -100px;
    margin-right: -100px;
    position: relative;
}
.testimonials-slider-wrapper::before{
    content: '';
    position: absolute;
    background: linear-gradient(to right, #080606 0%, rgba(8, 6, 6, 0.00) 100%);
    width: 574px;
    height: 100%;
    left: 80px;
    top: 0;
    z-index: 999;
    pointer-events: none;
}
.testimonials-slider-wrapper::after{
    content: '';
    position: absolute;
    background: linear-gradient(to left, #080606 0%, rgba(8, 6, 6, 0.00) 100%);
    width: 574px;
    height: 389px;
    right: 80px;
    top: 0;
    z-index: 999;
    pointer-events: none;
}
.testimonials-slider__single{
    padding: 44px 50px 94px;
    position: relative;
}
.testimonials-slider__single::before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #222121 0%, rgba(34, 33, 33, 0.00) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
}
.testimonials-slider__single::after{
    content: '';
    position: absolute;
    background: url(../../images/testimonials-active.svg);
    width: 377px;
    height: 54px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
    transition: all .2s ease;
    opacity: 0;
}
.middle-active .testimonials-slider__single::after{
    opacity: 1;
}
.testimonials-slider__single--content{
    position: relative;
    z-index: 3;
    text-align: center;
}
.testimonials-slider__single--content img{
    width: 133px !important;
    margin: 11px auto 25px;
}
.testimonials-slider__single--content .separator{
    width: 309px;
    height: 1px;
    margin: 0 auto 40px;
    background: #3F3F3F;
}
.testimonials-slider__single--content p{
    font-size: 18px;
    max-width: 403px;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
    color: #C5C5C5;
}
.testimonials-slider .owl-stage{
    padding: 20px 0 0;
}
@media(min-width: 1921px){
    #features{
        background-position-y: 0;
    }
    .features-heading .lottie-heading{
        width: 40vw;
    }
    .features-heading::before{
        top: -3.7vw;
    }
}
@media(min-width: 767px) and (max-width: 1440px){
    #homepage_banner::before{
        width: 40.2vw;
        height: 33.2vw;
        background-size: 100% 100%;
    }
}
@media(min-width: 1025px) and (max-width: 1200px){
    #hive_video{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media(max-width: 1440px){
    #features{
        background-size: contain;
        background-position: top center;
    }
}
@media(max-width: 1300px){
    .testimonials-slider-wrapper::after{
        right: 0;
    }
    .testimonials-slider-wrapper::before{
        left: 0;
    }
    .features-heading{
        margin-left: -38px;
        margin-right: -38px;
        padding-left: 50px;
    }
    .banner-content::before{
        left: -20px;
    }
}
@media(max-width: 1200px){
    .banner-content h1{
        font-size: 46px;
    }
    .features-heading .lottie-heading{
        width: 600px;
    }
    .features-heading::before{
        top: -44px;
    }
}
@media(max-width: 1024px){
    .lottie-wrapper{
        display: none !important;
    }
    .globe-img {
        height: 350px;
    }
.lottie-wrapper-tablet{
    display: block;
}
    .video-wrapper{
        max-width: 668px;
        margin: 0 auto;
    }
    .banner-content h1{
        font-size: 36px;
    }
    #homepage_banner{
        padding-bottom: 100px;
    }
    .create-a-hive-wrapper{
        bottom: 23px;
    }
    .create-a-hive-wrapper::before{
        top: -8px;
    }
    .testimonials-slider-wrapper::before,
    .testimonials-slider-wrapper::after{
        display: none;
    }
    .testimonials-slider-wrapper{
        margin-left: 0;
        margin-right: 0;
    }
    .testimonials-slider__single::after{
        opacity: 1;
    }
    .video-wrapper__main{
        padding: 25px;
    }
    .video-wrapper__main video{
        height: 496px;
    }
    #features{
        margin-top: 0;
    }
    .features-heading .lottie-heading{
        width: 480px;
    }
    .features-heading{
        padding-bottom: 20px;
    }
    .features-heading::before{
        background-size: 60% auto;
        background-repeat: no-repeat;
        background-position: left bottom;
        top: -59px;
    }
    .banner-content::before{
        height: 600px;
    }
}
@media(max-width: 767px){
    #hive_video::before{
        display: none;
    }
    #hive_video::after{
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background: radial-gradient(50% 50% at 50% 50%, #F3C96D 0%, rgba(243, 201, 109, 0.00) 100%);
        opacity: .3;
        bottom: -150px;
        left: -150px;
    }
    .globe-img{
        height: 250px;
    }
    .video-wrapper__main video{
        height: 478px;
    }
    .video-wrapper{
        max-width: 335px;
    }
    .lottie-wrapper-tablet{
        display: none !important;
    }
    .lottie-wrapper-mobile{
        display: block !important;
    }
    #homepage_banner{
        padding-bottom: 70px;
    }
    #homepage_banner::before{
        background-size: 60% auto;
        background-repeat: no-repeat;
        top: -100px;
        left: 0px;
    }
    .create-a-hive-wrapper{
        position: relative;
        right: auto;
        bottom: auto;
        transform: none;
        margin-top: 10px;
        padding-left: 8px;
    }
    .create-a-hive-content h3{
        margin-top: 5px;
    }
    .create-a-hive-wrapper::before{
        display: none;
    }
    .banner-content p{
        margin: 13px 0 20px;
    }
    .banner-content::before{
        display: none;
    }
    .banner-img{
        margin-top: 35px;
    }
    #testimonials{
        padding: 28px 0 470px;
    }
    .testimonials-slider__single--content .separator{
        width: 100%;
    }
    .testimonials-slider__single{
        padding: 44px 30px 60px;
    }
    .testimonials-slider__single::after{
        background-size: 60% auto;
        background-repeat: no-repeat;
        background-position: center;
        top: -28px;
    }
    #hive_video{
        padding: 90px 0 100px;
    }
    .video-wrapper__main{
        max-width: 350px;
        margin: 0 auto;
    }
    .video-wrapper::after{
        right: -81px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    .video-wrapper::before{
        left: -81px;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    .video-wrapper__main{
        padding: 20px;
    }
    #features{
        background-size: 350% auto;
        background-position-y: 100px;
    }
    .features-icon-heading{
        text-align: left;
        margin: 20px 0 25px;
    }
    .features-icon-heading img{
        width: 97px;
    }
    #features::before{
        bottom: -500px;
    }
    .features-heading .lottie-heading{
        width: 400px;
    }
    .features-heading {
        border: none;
        padding-bottom: 15px;
    }
    .features-heading::before{
        display: none;
    }
}