.sliderSection{
    height:30dvh;
    max-height:700px;
    min-height:600px;
}
.sliderSection::after {
    width: 160%;
    height: 130%;
    max-width: 500px;
    transform: translateX(45%) translateY(91%) rotateZ(66deg);
}
.sliderSection .headerCarouselFader{
    height:100%;
}
.sliderSection .carousel::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: rgb(0 0 0 / 80%);
    z-index: 10;
}
.sliderSection::after{
    background-color:var(--themeGrey);
}

.formBox{
    /* background-color:white; */
    padding:2.5rem;
}
.contactBoxRow .col{
    margin-bottom:1rem;
}
.contactBox{
    position:relative;
    padding:2.5rem;
    font-size: 19px;
    height: 100%;
}
.formBox h2,
.contactBox h2{
    color: var(--themePrimary);
}
/* .formBox::after{
    content:'';
    position:absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 49px 80px;
    border-color: transparent transparent var(--themeBg) transparent;
    transform: rotate(0deg);
    bottom: 0;
    right: 0;
} */
.background-triangle.formBox{
    background-size: 140% 100%;
}

.faqSection{
    min-height: 400px;
}

@media screen and (max-width: 1024px){   
    .sliderSection{
        height:100dvh;
        max-height:100dvh;
        top: var(--headerHeight);
    } 
    .sliderSection .headerCarouselFader{
        margin-top:0;
        height: calc(100% - 50px);
        padding-bottom: 26px !important;
    }
}
@media screen and (max-width:769px){
}