/***** Page Hero ******/
.page-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
.page-hero--img {
    position: absolute;
    top: 0; 
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 100% !important; 
    object-fit: cover;
    object-position: center;
}
.page-hero--container {
    padding-top: 0;
    padding-bottom: 0;
}
.page-hero--content-wrapper {
    position: relative;
    color: var(--e-global-color-primary);
    max-width: 33%;
    height: 100%;
    z-index: 1;
    padding: 50px 20px 100px 0px;
}
.page-hero--content-inner {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 1;
    width: 45%;
    height: 100%;
    background-color: var(--white-transparent);
    transform: rotate(-8deg);
}
@media screen and (max-width: 1550px){
    .page-hero--content-wrapper{
        max-width: 40%;
    }
}
@media screen and (max-width: 1366px){
    .page-hero--content p{
        font-size: 20px;
    }
    .page-hero--content-wrapper{
        max-width: 40%;
    }
}
@media screen and (max-width: 1400px){
    
}
@media screen and (max-width: 1200px) {
    .page-hero--content-wrapper {
        max-width: 60%;
    }
    .page-hero--content-inner {
        top: -5%;
        left: -20%;
        width: 80%;
        transform: rotate(10deg);
        height: 150%;
    }
    .page-hero--content p{
        font-size: 18px;
    }

}


.page-hero--title, .page-hero--content {
    position: relative;
    z-index: 2;
}

h1.page-hero--title {
    margin-bottom: 30px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
} 

.page-hero--content {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 28px;
}

@media screen and (max-width: 1440px){
    h1.page-hero--title{
        margin-bottom: 15px;
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .page-hero--content-wrapper {
        max-width: 100%;
        padding: 50px 0px 80px;
    }
    .page-hero--content-inner {
        width: 200%;
        height: 200%;
        top: -50%;
        left: -20%;
        transform: rotate(0deg)!important;
    }
    h1.page-hero--title{
        margin-bottom: 15px;
        font-size: 35px;
        line-height: 55px;
    }
}


.inner-hero .inner-hero-wrap {
    min-height: 600px;
    height: 40vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.inner-hero .inner-hero-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.inner-hero .inner-hero-wrap .inner-hero--container {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
}
.inner-hero .inner-hero--content-wrapper {
    position: relative;
    color: var(--e-global-color-primary);
    color: var( --e-global-color-secondary );
    max-width: 40%;
    height: 100%;
    z-index: 1;
    padding: 57px 150px 100px 0px;
}
.inner-hero .page-hero--content-inner {
    position: absolute;
    top: 0%;
    left: -15%;
    z-index: 1;
    height: 100%;
    aspect-ratio: 1;
    background-color: var(--yellow-transparent);
    transform: rotate(84deg);
    width: auto;
}
.inner-hero .inner-hero--content {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 24px;
    color: var( --e-global-color-secondary );
}
.inner-hero .inner-hero-wrap h1,
.inner-hero .inner-hero-wrap h2,
.inner-hero .inner-hero-wrap .inner-hero--content {
    position: relative;
    z-index: 2;
}

@media screen and (max-width:1679px){
    .inner-hero .inner-hero--content-wrapper {
        padding: 57px 100px 100px 0px;
    }
}

@media (min-width:1201px) and (max-width:1400px){

    .inner-hero .inner-hero--content-wrapper {
        max-width: 50%;
    }
}
@media screen and (max-width:1400px){
    .inner-hero .page-hero--content-inner {
        width: 120%;
        height: 150%;
        top: -10%;
        left: -30%;
    }
    .inner-hero .inner-hero-wrap{
        min-height: 520px;
    }
    .inner-hero .inner-hero--content {
        font-size: 22px;
    }
}
@media screen and (max-width: 1200px) {
    .inner-hero .inner-hero--content-wrapper {
        padding-right: 50px;
    }


}

@media screen and (max-width: 1199px){
    .inner-hero .inner-hero--content-wrapper h1{
        margin-bottom: 15px;
        font-size: 40px;
        line-height: 50px;
    }
    .inner-hero .page-hero--content-inner {
        width: 120%;
        height: 150%;
        top: -10%;
        left: -20%;
        transform: rotate(10deg)!important;
    }
    .inner-hero .inner-hero--content-wrapper{
        max-width: 60%;
    }
    .inner-hero .inner-hero-wrap{
        min-height: 520px;
    }
}
@media screen and (max-width: 800px) {
    .inner-hero .inner-hero--content-wrapper {
        max-width: 100%;
        padding: 50px  0;
    }
    
}

@media screen and (max-width: 768px) {
    .inner-hero .inner-hero--content-wrapper {
        max-width: 100%;
    }
    .inner-hero .page-hero--content-inner {
        width: 200%;
        height: 200%;
        top: -50%;
        left: -20%;
        transform: rotate(0deg)!important;
    }
    .inner-hero .inner-hero-wrap {
        min-height: 450px;
        height: auto!important;
    }
    
}
