.story .row .col-md-5 h1{
font-size: 56px;
font-weight: 700;
line-height: 61px;
letter-spacing: 0em;
color:#7E46F3;
}

.story .row .col-md-5 p{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.story .row .col-md-5 button{
    border: 0;
    background: #7E46F3;
    padding: 16px 36px;
    color: white;
    font-size: 24px;
    font-weight: 800;
}

.story .row .col-md-5 button:hover{
    background: white;
    padding: 16px 36px;
    color: #7E46F3;
    font-size: 24px;
    font-weight: 800;
    border: 3px solid #7E46F3;
    transition: 400ms ease-in ;
}

.str2 .row .main .box .row{
  display: flex;
  align-items: center;
  justify-content: start
}
/* 
.str2 .row .main .box .row .col-md-6{
  display: flex;
  align-items: center;
  justify-content: end
}
.str2 .row .main .box .row .col-md-6:nth-child(2){
  display: flex;
  align-items: center;
  justify-content: start
} */

.str2 .row .main .box .row .col-md-6 .smbox{
  width: 100%;
}
.str2 .row .main .box .row .col-md-6 .smbox img{
  width: 100%;
}



.str2 .row .main{
/* padding-left:2rem ; */
}
.str2 .row .main h1{
font-size: 42px;
font-weight: 700;
line-height: 50px;
letter-spacing: 0em;
color:#7E46F3;
}

.str2 .row .main p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.04em;
}




.str3 .row .col-md-5 h1{
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    color:#7E46F3;
    margin-bottom: 20px;
}

.str3 .row .col-md-5 p{
font-size: 18px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.04em;
}

.str3 .row .col-md-7 p{
    color: #FD81DC;
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0.04em;
}


.str4 .col-md-6 .firstcol{
    margin-bottom: 40px;
}.str4 .col-md-6 .firstcol img{
    width: 50px;
}

.str4 .col-md-6 .firstcol h1{
    font-size: 28px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #B775FD;
}

.str4 .col-md-6 .firstcol p{
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.04em;   
}





@media (max-width:768px){
    .str2 .row .col-md-6 .box {
        text-align: center;
        margin: 3em auto;
    }

    .str2 .row .col-md-6 .bux{
        text-align: center;
        margin: 3em auto;
    }

    .str3 .str4 .col-md-6, .firstcol{
        text-align: center;
    }

}


@media(max-width:992px){
    .str2 .row .main .box{
        text-align: center;
        margin: 2em auto;
    }

    .str2 .row .main .bux{
        text-align: center;
        margin: 2em auto;
        overflow-x: hidden;
        padding: 0 12px;
    }
}

.section6 .owl-carousel .owl-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section6 .owl-carousel .item{
    width: 80px;
    aspect-ratio: 2/3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section6 .owl-carousel .owl-nav{
    position: absolute;
    top: 20%;
    width: 100%;
}
.section6 .owl-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -2%;
}.section6 .owl-carousel .owl-nav .owl-next{
    position: absolute;
    right: -2%;
}
.section6 .owl-carousel .item img {
    width: 100%;
    height: 100%;
}


.team p{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
    color: #7E46F3;