h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #484848;
}

div {
    color: #484848;
}

h6 {
    font-weight: 400 !important;
}


.ac-content-p-box {
    margin: 0 !important;
    padding: 0;
}

#BusinessDigitaliztionDiv {
    padding: 60px 0 80px;
    gap: 50px;
    grid-template-columns: auto auto auto;
    display: grid;
    justify-content: center;
}

.bd-title-bg {
    padding: 15px 25px;
    border-radius: 50px;
    background: linear-gradient(to right, rgb(255, 110, 47) 60%, white 95%);
    display: flex;
    align-items: center;
}

.bd-title-bg h5{
    color: white;
}

.bd-circle-icon {
    margin-right: 20px;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background-color: white;
}

.bd-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bd-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.bd-title-left {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.bd-label1 {
    color: var(--main-color);
}

.bd-label3 {
    font-size: 16px;
}

.bd-label3 span {
    font-weight: 300;
    font-family: 'ClashGrotesk', sans-serif;
}

.bd-item-right .bd-title-left {
    margin-right: auto;
    margin-left: 20px;
    align-items: flex-start;
}

.bd-center-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bd-center-img h5{
    font-size: 25px;
    position: absolute;
}

.bd-ps-category {
    margin-bottom: 60px;
    gap: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.bd-ps-category-item{
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bd-ps-category-bg {
    width: 100%;
}

.bd-ps-category-bg img{
    width: 100%;
}

.bd-ps-category-num {
    top: 30px;
    padding: 0 25px 0 15px;
    border-radius: 0 50px 50px 0;
    font-size: 28px;
    background-color: var(--main-color);
    font-family:  'ClashGrotesk', sans-serif!important;
    color: white;
    position: absolute;
}

.bd-ps-category-item h6 {
    padding: 10px 0;
    font-size: 26px;
    border-bottom: 2px solid var(--main-color);
    color: var(--main-color);
}

.bp-row{
    display: flex;
    flex-direction: row;
}

.bp-left {
    padding-right: 45px;
}

.bp-left-num {
    line-height: 1;
    font-size: 28px;
    color: var(--main-color);
    font-family:  'ClashGrotesk', sans-serif!important;
}

.bp-title {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 28px;
    color: var(--main-color);
}

.bp-desc span,
.bp-title span {
    font-weight: 300;
    font-family:  'ClashGrotesk', sans-serif!important;
}

.bp-features {
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bp-features-label {
    padding: 6px 15px 10px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50px;
    background-color: var(--main-color);
    color: white;
}

.bp-features-category {
    margin-top: 40px;
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.bp-features-item img {
    width: 100%;
    max-width: 300px;
}

.bp-features-title {
    padding: 15px 0 5px;
    border-bottom: 1px solid var(--main-color);
    display: flex;
    flex-direction: row;
}

.bp-features-num {
    margin-right: 15px;
    background: linear-gradient(to bottom, #FF6E2F 0%, #FFA800 100%);
    font-family:  'ClashGrotesk', sans-serif!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}   

.bp-1-bottom{
    gap: 60px;
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.bp-1-bottom-left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bp-1-bottom-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bp-1-bottom-center img {
    margin-top: 10px;
}

.bp-1-bottom-bg {
    width: 100%;
    max-width: 300px;
}

.bp-1-bottom-icon{
    top: -25px;
    width: 100%;
    max-width: 60px;
    position: absolute;
}

.bp-1-bottom-content{
    padding-top: 40px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bp-1-text1 {
    text-align: center;
}

.bp-1-text2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--main-color);
}

.bp-1-text3 {
    line-height: 1;
    font-size: 30px;
    background: linear-gradient(to bottom, #FF6E2F 0%, #FFA800 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bp-1-text3 span {
    font-family:  'ClashGrotesk', sans-serif!important;
    font-weight: 900;
}

.bd-1-bottom-arrows-icon {
    width: 100%;
    max-width: 60px;
}

.bp-bottom-img {
    margin-top: 50px;
    display: flex;
    justify-content: flex-start;
}

.bp-bottom-img img{
    width: 100%;
    max-width: 850px;
}

.bp-features-img {
    width: 100%;
}

#BP5_Content_Div,
#BP5_Content_Div2 {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

#BP5_Content_Div img,
#BP5_Content_Div2 img {
    width: 100%;
    max-width: 640px;
}

#BP5_Content_Div .bd-item,
#BP5_Content_Div2 .bd-item{
    padding: 15px 0px;
}

#BP5_Content_Div2 .bd-item {
    justify-content: center;
}

#BP5_Content_Div .bd-label1,
#BP5_Content_Div2 .bd-label1{
    background: linear-gradient(to bottom, #FF6E2F 0%, #FFA800 100%);
    font-family:  'ClashGrotesk', sans-serif!important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#BP5_2_Div {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid var(--main-color);
}

#BP5_2_Content_Item_Div {
    padding: 52px 0px!important;
    justify-content: space-between!important;
}

#BP5_2_Content_Item_Div .bd-title-left{
    margin-left: 0;
}

#BP6_Features1_Div img,
#BP6_Features2_Div img,
#BP6_Features3_Div img {
    width: 100%;
    max-width: 1000px;
}

#BP6_2_Div,
#BP6_3_Div {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid var(--main-color);
}

#BP7_2_Div {
    margin-top: 60px;
    margin-bottom: 60px;
}

.bp-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.bp-7-title-bg {
    margin-bottom: 20px;
    width: 100%;
    max-width: 520px;
    background: linear-gradient(to right, rgb(255, 110, 47) 10%, white 85%);
}

.bp7-2-inner {
    gap: 50px;
    display: flex;
    flex-direction: row;
}

.bp7-2-item:nth-child(2){
    padding: 0 50px;
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
}

.bp7-2-item:nth-child(2) img{
    margin-bottom: 40px;
}

.bp7-2-item img{
    width: 100%;
}

.bp7-2-label {
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--main-color);
}

.bp7-2-item ul{
    padding-left: 0;
}

.bp7-2-item ul li {
    margin-bottom: 5px;
    font-size: 18px;
}

.bp7-2-item ul li span {
    font-weight: 300;
    font-family:  'ClashGrotesk', sans-serif!important;
}

.bp7-3-content {
    gap: 200px;
    display: flex;
    flex-direction: row;
}

.bp7-3-right img{
    width: 100%;
    max-width: 520px;
}

@media screen and (max-width: 1600px) {
    #BP5_Content_Div img {
        max-width: 360px;
    }

    #BP5_Content_Div2 img {
        max-width: 480px;
    }

    #BP5_2_Content_Item_Div {
        padding: 35px 0px !important
    }

}

@media screen and (max-width: 1400px) {
    #BP5_Content_Div2 img {
        max-width: 400px;
    }

    #BP5_2_Content_Item_Div {
        padding: 25px 0px !important;
    }
}

@media screen and (max-width: 1199px) {

    .ac-content-p-box > .row{
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
    
    .bd-inner{
        padding: 0 20px;
        margin-top: 40px;
    }

    .bp-row{
        flex-direction: column;
    }

    .bp-left{
        padding-right: 0;
    }

    .bp-left-num{
        text-align: center;
    }

    .bp-title{
        margin-top: 5px;
        text-align: center;
    }

    .bp-features{
        align-items: center;
    }

    .bp-features-item img{
        max-width: 100%;
    }

    #BP5_Content_Div img, #BP5_Content_Div2 img {
        max-width: 450px;
    }

    .bd-item-right .bd-title-left{
        margin-left: 10px;
    }

    #BP5_Content_Div .bd-item, #BP5_Content_Div2 .bd-item {
        padding: 5px 0;
    }

    .bp7-2-inner{
        width: 100%;
        flex-direction: column;
    }

    .bp7-2-item{
        width: 100%;
    }

    .bp7-2-item ul {
        padding-left: 25px;
    }

    .bp7-2-item img {
        max-width: 360px;
    }

    .bp7-2-item:nth-child(2) {
        padding: 50px 0 20px;
        border-top: 1px solid var(--main-color);
        border-bottom: 1px solid var(--main-color);
        border-left: 0px solid var(--main-color);
        border-right: 0px solid var(--main-color);
    }

    .bp7-3-content{
        gap: 40px;
    }

    .bp-features-category {
        gap: 30px;
    }
}

@media screen and (max-width: 900px) {
    #BP5_Content_Div {
        zoom: .75;
    }

    #BP5_Content_Div2{
        zoom: .75;
    }
}

@media screen and (max-width: 800px) {
    #BusinessDigitaliztionDiv{
        gap: 20px;
    }

    .bd-center-img img{
        width: 100%;
        max-width: 180px;
    }

    .bd-label1,
    .bd-label2 {
        font-size: 14px;
    }

    .bd-label3{
        font-size: 12px;
    }

    .ac-content-p-box h5 {
        font-size: 14px!important;
    }
    
    .bd-ps-category-item{
        width: 100%;
    }

    .bp-1-bottom {
        flex-direction: column;
    }

    .bp-1-bottom-content{
        padding-top: 30px;
    }

    .bd-1-bottom-arrows-icon{
        margin-bottom: 20px;
        transform: rotate(90deg);
    }

    .bp-1-text3,
    .bp-1-text3 span{
        font-size: 22px!important;
    }
    
    .bp7-3-content{
        flex-direction: column;
        align-items: center;
    }
}


@media screen and (max-width: 640px) {
    .bd-title-bg{
        margin-bottom: 20px;
        background: var(--main-color);
    }
    
    #BusinessDigitaliztionDiv {
        padding-top: 40px;
        zoom: .85;
    }

    .bd-ps-category-num{
        top: 20px;
        font-size: 18px;
    }

    .bd-ps-category,
    .bp-features-category {
        gap: 30px;
    }

    .bp-left-num,
    .bp-title{
        font-size: 22px;
    }

    .bp-features-category{
        margin-top: 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .bp-features{
        margin-top: 30px;
        align-items: center;
    }

    .bp-features-label{
        margin-bottom: 30px;
    }

    .bp-bottom-img{
        margin-top: 20px;
    }

    #BP5_Content_Div {
        zoom: .5;
    }

    #BP5_Content_Div2{
        zoom: .5;
    }
}

@media screen and (max-width: 500px) {
    #BusinessDigitaliztionDiv {
        padding-top: 40px;
        zoom: .6;
    }

    .bd-label1, .bd-label2,
    .bd-center-img h5 {
        font-size: 11px!important;
    }

    .bd-label3 {
        font-size: 9px!important;
    }
}

@media screen and (max-width: 414px) {
    #BP5_Content_Div {
        zoom: .4;
    }

    #BP5_Content_Div2{
        zoom: .4;
    }
}

@media screen and (max-width: 375px) {
    #BusinessDigitaliztionDiv {
        padding-top: 40px;
        zoom: .5;
    }

    .bd-label1, .bd-label2,
    .bd-center-img h5 {
        font-size: 10px!important;
    }

    .bd-label3 {
        font-size: 8px!important;
    }
}