.hero-sec{
    padding: 80px 0;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
}
.hero-sec.scrolled .image-container {
    clip-path: inset(0% round 0);
}

.hero-sec.scrolled .hero-text {
    opacity: 0;
}

.hero-sec.scrolled .scroll-zoom,
.hero-sec.scrolled .human-scroll-zoom,
.hero-sec.scrolled .image-container video,
.hero-sec.scrolled .image-container img {
    /*width: 100%;
    height: 100%;*/
    transform: translate(-50%, -50%) scale(1);
}
.hero-sec .hero-text h1{
    max-width: 1141px;
    margin: auto;
    padding-bottom: 8vw;
    /*padding-top: 14vw;*/
    text-align: center;
}

.hero-sec .hero-text-1 h1{
    max-width: 1141px;
    margin: auto;
    padding-bottom: 8vw;
    text-align: center;
}

 .link-block{
    text-align: right;
    /* padding: 8vw 0; */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 120px;
}
.link-block u{
    text-decoration: none;
}
 .scroll-down-btn img{
    width: 87px;
    height: 87px;
    border-radius: 90px !important; 
    border: 1px solid var(--content-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px;
}
 .scroll-down-btn span{
    transform: rotate(-90deg);
    display: block;
    font-size: 14px;
    font-family: 'NeueHaasDisplay-rg';
}
.hero-sec .image-container {
    width: 100%;
    text-align: center;
    /* position: relative; */
    /* padding-top: 3vw; */
   position: absolute;
    height: 100%;
    clip-path: inset(49% round 0);
    top: 0%;
    left: 0;
    display: flex;
    align-items: center;
}
.hero-sec .image-container img{
    border-radius: 4px;
}
/* .image-container .container{
    padding-top: 79px;
} */
.image-container .container h1,.image-container .container .scroll-down-btn span,.image-container .container .large-paragraph p,.image-container .container .text-large a{
    color: var(--surface-primary);
    z-index: 1;
    position: relative;
}
.image-container .container .scroll-down-btn img{
    border-color: var(--surface-primary);
    filter: brightness(0) saturate(100%) invert(99%) sepia(2%) saturate(2830%) hue-rotate(311deg) brightness(91%) contrast(92%);
}
.image-container .container .btn{
    filter: brightness(0) saturate(100%) invert(100%) sepia(17%) saturate(1437%) hue-rotate(316deg) brightness(92%) contrast(90%);
}



/* .human-hero-img,body.human .default-hero-img{
    display: none !important;
}
body.human .human-hero-img{
    display: block !important;
} */

.hero-video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    background: #000;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
    pointer-events: none;
    border-radius: 0;
}

.hero-sec.scrolled .hero-video-overlay {
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

.header-section.framework {
    min-height: 750px;
    position: relative;
    /* border-bottom: 0.94px solid #E0D8CE; */
}
.framework .link-block.text-large {
    position: absolute;
    right: 0;
    bottom: 75px;
    right: 100px;
}
.framework-img {
    position: absolute;
    top: 50%;
    right: auto;
    left: 50%;
    text-align: center;
    z-index: -1;
    /* height: calc(100% + 75px); */
    transform: translate(-50%, -50%);
}

.framework-img img {
    /* height: 100%; */
    width: auto;
    object-fit: contain;
}
.hero-sec .image-container .container h1{
    display: none;
}
.hero-sec .image-container.active .container h1 {
    display: block;
}


@media(min-width:992px){
    .hero-sec {
        position: relative;
        overflow: hidden;
        min-height:calc(100vh - 1px);
        will-change: transform;
    }
    
    .image-container {
        /* position: relative; */
        /* max-width: 600px; */
        margin: auto;
        /* will-change: transform; */
    }
    
    .scroll-zoom,.human-scroll-zoom, .image-container video {
        /* width: 800px; */
        margin: 0 auto;
        /* height: 454px; */
        object-fit: cover;
        transform-origin: center center;
        will-change: transform;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        border-radius: 0 !important;
      
    }
    .image-container.active .scroll-zoom,.image-container.active .human-scroll-zoom, .image-container.active video , .image-container.active img{
      width: 100%;
      height: 100%;
    }
}
@media(max-width:1599px){
    .hero-sec{
        padding: 60px 0 !important;
    }
    /* .image-container .container{
        padding-top: 59px !important;
    }
    .link-block{
        padding-top: 100px;
    } */
}
@media(max-width:991px){
    .image-container img,.image-container video {
        max-width: 100%;
    }
    .header-section.framework {
        min-height: 640px;
    }
    .hero-sec .image-container{
        position: unset !important;
        clip-path: unset !important;
        height: auto;
        padding-top: 30px;
        padding-right: 1.5rem;
    padding-left: 1.5rem;
    }
    .hero-sec .image-container .container{
        display: none;
    }
}
@media(max-width:767px){
    .hero-sec{
        padding: 40px 0;
        background-position:center;
    }
    .link-block .scroll-down-btn{
        display: none;
    }
    .link-block{
        justify-content: flex-end;
    }
    .feedback-box {
        padding: 42px 0 100px;
    }
}

