.aboutus{
    background: url(../../assets/img/paboutusbg.svg) no-repeat bottom left;
    padding: 7.66rem 0 8.73rem;
}

.aboutus .row{
    flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    grid-gap: 2rem 0;
}

.aboutus .row>*{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 1rem;
}

.aboutus .bigimg,
.aboutus .owl-carousel{
    width: clamp(10px,100%,578px);
}

.aboutus .bigimg{
    position: relative;
    aspect-ratio: 1/.54152;
    max-height: 313px;
    margin-bottom: 10px;
}

.aboutus .bigimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 10px;
}

.aboutus .owl-carousel .img{
    position: relative;
    cursor: pointer;

}

.aboutus .owl-carousel .img::before{
    content: '';
    position: absolute;
    inset: 0;
    max-height: calc(100% - 5px);
    border-radius: 10px;
    background: url('data:image/svg+xml;utf8,<svg width="33" height="40" viewBox="0 0 33 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 6.70852L7.08333 15.3991V3.98206C7.08333 3.98206 10.5587 3.43245 12.8333 3.04484H14.1667C15.9167 3.47085 17.2051 4.11874 18.375 5.6861C19.5833 7.30493 20.0833 8.66816 20.3333 10.6278C20.3796 10.9907 20.3537 11.1996 20.3333 11.565C20.1978 13.9944 19.4874 15.572 17.7083 17.1883C15.8116 18.9116 11.5 19.148 11.5 19.148H9.66667L24 39H31L16 20.426C21.4167 19.4037 26.2257 16.7624 26.6667 11.139C26.7161 10.5088 26.7134 10.1506 26.6667 9.52018C26.25 3.89694 19.75 1 15 1H1V6.70852Z" stroke="white" stroke-opacity="0.4"/></svg>') no-repeat center,#0000007d;
    background-size: 38px;
    opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.aboutus .owl-carousel .img.active::before{
    opacity: 100%;
    -webkit-opacity: 100%;
}

.aboutus .owl-carousel img{
    max-width: 137px;
    aspect-ratio: 1/.70802;
    object-fit: cover;
    -o-object-fit: cover;
    border-radius: 10px;
    border-bottom: 5px solid transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.aboutus .owl-carousel .img.active img{
    border-color: var(--main);
}

.aboutus .text{
    border-bottom: 1px solid var(--line);
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

@media(max-width:992px){
    .aboutus{
        padding: 2rem 0;
    }
}