@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Gorditas:wght@400;700&family=Manrope:wght@200..800&display=swap');
:root{
    --font-family-main: "Bricolage Grotesque", sans-serif;
    --font-family-secondary: "Manrope", sans-serif;
    --font-family-third: "Gorditas", serif;
    --primary-violet: #5752A2;
    --secondary-pink:#ED2C7F;
    --thrid-orange:#FC815B;
    --black: #000;
    --white: #fff;
}

body{
    font-size:1rem;
    font-weight:400;
    line-height:1.6;
    margin:0;
    -webkit-font-smoothing:antialiased
}
html{
    scroll-behavior:smooth
}
a,a:hover,a:focus{
    color:var(--black);
    text-decoration:none;
    cursor:pointer;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--font-family-main);
    color:var(--black);
    font-weight:500;
    line-height:1.1em;
}
img{max-width:100%}
input,textarea,select,button,label::after,::before,:hover,:focus,.form-control:focus{
    box-shadow:none;
    outline:none!important
}
img,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,input,textarea,select,button,label,img,a,::after,::before,:hover,:focus,.form-control:focus{
    transition:all .3s ease
}
ul,ol{
    margin:0;
    padding:0
}
li{list-style:none}
.h1-heading{
    font-family: var(--font-family-main);
    font-size:68px;
    line-height:78px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:600
}
.h2-heading{
    font-family: var(--font-family-main);
    font-size:36px;
    line-height: 46px;
    margin-top:15px;
    margin-bottom:15px;
    font-weight:500
}
p{
    font-family: var(--font-family-secondary);
    font-size:17px;
}



/* ==========================================
##### header section 
============================================== */
.mcs__header-textwithimg {
    position: relative;
    overflow: hidden;
}
.mcs-header-styles img:first-child{
    position: absolute;
    left: -45px;
    top: 104px;
    z-index: 1;
}
.mcs-header-styles img:last-child{
    position: absolute;
    right: -60px;
    z-index: 1;
    top: 100px;
}
.main__logo{
    max-width: 180px;
}
.mcs__header .mcs__header-main .mcs__header-right-side{
    display: flex;
    /* gap: 20px; */
    justify-content: space-evenly;;
}
.mcs__header .mcs__header-main .mcs__header-right-side li a,
.mcs__header .mcs__header-main .mcs__header-right-side li:last-child span a{
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.mcs__header .mcs__header-main .mcs__header-right-side li:last-child span{
    width:70px;
    background-color: var(--thrid-orange);
    border-radius: 20px;
    padding: 9px 22px;
}
.mcs__header .mcs__header-main .mcs__header-right-side li:last-child span a{
    color: var(--white);
}
.mcs__header .mcs__header-textwithimg .mcs__header-text p{
    font-size: 19px;
    font-weight: 600;
    margin-top: 25px;
}
.mcs__header .mcs__header-textwithimg .mcs__header-imgs-sec{
    display: flex;
    overflow-x: hidden;
    gap: 5px;
}
.mcs__header .mcs__header-textwithimg .mcs__header-imgs-sec img{
    height:330px;
    object-fit: contain;
    width:33.3%;
}
/* second nav */
.sec-nav-active{
    border-bottom:3px solid #5752A2;
    opacity:1 !important;
}
.mcs__second-nav-main{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 99999;
}
.mcs__second-nav-main ul li a{
    color: #000;
    text-align: center;
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.36px;
}
.mcs__second-nav-main ul li {
    padding: 14px 30px;
    opacity: 0.6;
}
.mcs__second-nav-main ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

/* mobile navigation */
.fixed-top-sm{
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 9999;
}
.mcs__header-sm .mcs__header-right-side{
    display: block !important;
}
.offcanvas-backdrop{
    width:100% !important;
}
.offcanvas.offcanvas-start{
    width: 70% !important;
}
.mcs__header-sm .mcs__header-right-side li{
    margin: 15px 0px !important;
}
.offcavas-btn {
    background-color: var(--thrid-orange) !important;
    border-radius: 50% !important;
    padding: 14px !important;
    border: none;
}

/* =====================================================
### overview starts 
======================================================== */
/* common heading for all sections */
.mcs_section-main-heading h2{
    color: #000;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
}
.mcs_section-main-heading p{
    font-weight: 600;
    font-size:15px;
}
/* common heading */
.mcs__overview-main-sec{
    background: #F4F3F8;
}
.mcs__overview-sec-down-img-sec .mcs__overview-sec-inner .mcs_overview-img img{
    width: 85%;
}
.mcs__overview-sec-down-img-sec .mcs__overview-sec-inner .mcs_overview-img-txt{
    width:295px;
    position: absolute;
}
.mcs__overview-sec-down-img-sec .mcs__overview-sec-inner .mcs_overview-img-txt p{
    font-size:15px;
    font-weight: 600;
    text-align: center;
}
.mcs__overview-sec-down-img-sec .mcs__overview-sec-inner{
    position: relative;
    height: 650px;
}
.mcs_overview-img {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.mcs_overview-img-txt.one-txt {
    bottom: 202px;
    left: -18px;
}
.mcs_overview-img-txt.two-txt {
    top: 36px;
    left: 245px;
}
.mcs_overview-img-txt.three-txt {
    top: 34px;
    right: 229px;
}
.mcs_overview-img-txt.four-txt {
    right: -15px;
    bottom: 210px;
}
/* overview mobile section */
.mcs__overview-main-sm{
    overflow: overlay;
} 
/* Track */
/*::-webkit-scrollbar {*/
/*    height: 4px; */
/*}*/

/* Handle */
/*::-webkit-scrollbar-thumb {*/
/*    background: var(--primary-violet); */
/*    border-radius: 5px; */
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: #fff; */
/*}*/
.mcs__overview-main-sm .mcs__overview-sm-inner .image-container {
    width: 600px;
}
 .mcs__overview-sm-inner .image-container img {
    width: auto;
    height: 304px;
    object-fit: contain;
}

/*===========================================
### our process section starts 
===============================================*/
/* section -one  */
.mcs__services-accordian_tab_wrapper{
    display: unset !important;
}
.mcs__services-accordain_tab_group .overflow-group{
    margin-right:15px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    gap:10px;
}
.mcs__services-accordian_tab_contents{
    padding: 0px;
    width:100% !important;
}
.mcs__services-accordain_tab_group .tab{
    cursor: pointer;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 10px;
    display: flex;
    justify-content:center;
    align-items: center;
}
.mcs__services-accordain_tab_group .tab p{
    margin: 0px;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.28px;
    padding: 8px 0px;

}
#mcs__services-one:checked ~ .mcs__services-accordain_tab_group #mcs__services-one-tab p,
#mcs__services-two:checked ~ .mcs__services-accordain_tab_group #mcs__services-two-tab p,
#mcs__services-three:checked ~ .mcs__services-accordain_tab_group #mcs__services-three-tab p,
#mcs__services-four:checked ~ .mcs__services-accordain_tab_group #mcs__services-four-tab p,
#mcs__services-five:checked ~ .mcs__services-accordain_tab_group #mcs__services-five-tab p,
#mcs__services-six:checked ~ .mcs__services-accordain_tab_group #mcs__services-six-tab p
{
    color:#5752A2;
    border-bottom:2px solid #ED2C7F;
    font-weight: 700;
}

#mcs__services-one:checked ~ .mcs__services-accordian_tab_contents #mcs__services-one-tab-content,
#mcs__services-two:checked ~ .mcs__services-accordian_tab_contents #mcs__services-two-tab-content,
#mcs__services-three:checked ~ .mcs__services-accordian_tab_contents #mcs__services-three-tab-content,
#mcs__services-four:checked ~ .mcs__services-accordian_tab_contents #mcs__services-four-tab-content,
#mcs__services-five:checked ~ .mcs__services-accordian_tab_contents #mcs__services-five-tab-content,
#mcs__services-six:checked ~ .mcs__services-accordian_tab_contents #mcs__services-six-tab-content
{
    display: block;
}

.mcs__services-accordian_tab_wrapper input[type="radio"]{
    display: none;
}

.mcs__services-accordian_tab_contents .mcs__services-accordian_tab_content{
    display: none;
}
.mcs__services-main-img-group{
    display: flex;
    flex-flow: row wrap;
}
.mcs__services-accordian_tab_content{
    background: linear-gradient(165.81deg, #F4F3F8 23.39%, rgba(244, 243, 248, 0) 77.59%);
    padding: 40px;
    border-radius: 10px;
    margin: 30px 0px;
}
.mcs__services-accordian_tab_contents .mcs__services-accordian_tab_content .mcs__services-tab-content .mcs__services-tab-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.mcs__services-accordian_tab_contents .mcs__services-accordian_tab_content .mcs__services-tab-content .mcs__services-tab-content ul{
    padding-left:36px;
}
.mcs__services-accordian_tab_contents .mcs__services-accordian_tab_content .mcs__services-tab-content .mcs__services-tab-content ul li{
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.03em;
    text-indent: -34px;
    margin-bottom: 7px;
}
.mcs__services-accordian_tab_contents .mcs__services-accordian_tab_content .mcs__services-tab-content .mcs__services-tab-content ul li::before{
    content:'';
    width: 20px;
    height: 20px;
    background-image: url(../../images/ecommerce-marketplace-development/body/our-services/list-style.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0px 13px -7px 0px;
}
.mcs__services-right-sec-img{
    position: relative;
}
.mcs__services-right-sec-img img:last-child{
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: -1;
}
/* section two */
.mcs__services_violet-sec-two{
    background-image: url(../../images/ecommerce-marketplace-development/body/our-services/sec-two/violet-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0px 100px 0px;
}
.mcs__services_violet-sec-two .mcs__service-sec-two-inner .mcs__service-sec-two-right-txt h4{
    font-family: var(--font-family-main);
    font-size: 36px;
    color: var(--white);
    line-height: 46px;
    letter-spacing: 0.5px;
}
.mcs__services_violet-sec-two .mcs__service-sec-two-inner .mcs__service-sec-two-right-txt p{
    font-size: 22px;
    font-family: var(--font-family-secondary);
    line-height: 32px;
    color: var(--white);
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.mcs__services_violet-sec-two .mcs__service-sec-two-inner .mcs__service-sec-two-right-txt span{
    background: var(--thrid-orange);
    padding: 9px 28px;
    border-radius: 37px;
    margin-top: 10px;    
}
.mcs__services_violet-sec-two .mcs__service-sec-two-inner .mcs__service-sec-two-right-txt span a{
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-family-secondary);
}

/* service section- 3 */
.mcs__services-section-three-accordian button.accordion-button.collapsed{
   background-color: #F4F3F8;
   border-radius: 10px;
   margin: 15px 0px;
}
.mcs__services-section-three-accordian .accordion-button:not(.collapsed){
    background-color: var(--primary-violet);
    color: #fff;
}
.mcs__services-section-three-accordian .accordion-button::after {
    background-color: #fff;
    width: 29px;
    border: 5px solid #fff;
    border-radius: 20px;
    height: 28px;
}
.mcs__services-section-three-accordian .accordion-body{
    border-radius: 0px 0px 30px 30px;
    background: linear-gradient(166deg, #F4F3F8 23.39%, rgba(244, 243, 248, 0.00) 77.59%);    
    padding: 30px 40px;
}
.mcs__services-section-three-accordian .accordion-button{
    font-size: 23px;
    font-weight: 500;
    font-family: var(--font-family-main);
    letter-spacing: 0.35px;
}
.mcs__sec-three-accordion-body-txt {
    display: flex;
    gap: 20px;
    align-items: center;
}
.left-img-main {
    padding: 7px;
    background-color: #fff;
    border-radius: 15px;
}
.accordian-txt-right-txt h6{
    color: var(--secondary-pink);
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-weight: 700;
    line-height: 27px; 
    letter-spacing: 0.4px;
}
.accordian-txt-right-txt p{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.66px;
    margin-bottom: 0px;
}
.accordian-divider {
    background: #DFDCEA;
    margin: 25px 0px;
}
.left-img-main img {
    width: 30px;
    height: 30px;
}

/* our services section four */
.mcs__services-sec-four-main{
    background: #F4F3F8;
}
.mcs__services-card-main {
    position: relative;
    height: 500px;
}
.mcs__services-card-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(50px);
    position: absolute;
     height: 255px; 
    bottom:25px;
}
.mcs__services-body-txt {
    position: relative;
    /* height: 330px; */
    padding: 50px 20px 20px 20px;
}
.mcs__services-body-txt img {
    position: absolute;
    top: -38px;
    left: 147px;
    width: 60px;
    border-radius: 30px;
    box-shadow: 1px 3px 16px 6px #00000073;
}

.mcs__services-body-txt img {
    position: absolute;
    top: -38px;
    left: 147px;
    width: 60px;
}
.mcs__services-card-body h6{
    color: #000;
    text-align: center;
    font-family: var(--font-family-secondary);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 32px;
}
.mcs__services-card-body p {
    color: #000;
    text-align: center;
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.21px;
}
/* ===========================================
#### mcs edge section main
============================================ */
/* mcs section one */
.mcs-edge-row-sec .mcs-card-main{
    border-radius: 10px;
    border: 1px solid rgba(87, 82, 162, 0.30);
    background: #FFF;
    padding: 30px;
}
.mcs-edge-row-sec .mcs-card-main .mcs-edge-card img{
    width:80px;
    margin-bottom: 20px;
}
.mcs-edge-row-sec .mcs-card-main .mcs-edge-card h3{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height:35px;
}
.mcs-edge-row-sec .mcs-card-main .mcs-edge-card ul{
    padding-inline-start: 0px;
    list-style: none;
    margin-top: 20px;
}
.mcs-edge-row-sec .mcs-card-main .mcs-edge-card ul li .inner-card h5{
    color: #ED2C7F;
    font-family: var(--font-family-secondary);
    font-size: 17px;
    font-weight: 700;
    line-height: 27px; 
    letter-spacing: 0.51px;
}
.mcs-edge-row-sec .mcs-card-main .mcs-edge-card ul li .inner-card p{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.42px;
    
}
.mcs-edge-row-sec .mcs-card-main .mcs-edge-card ul li .inner-card {
    position: relative;
    margin-left: 20px;
}
.mcs-edge-row-sec .mcs-card-main .mcs-edge-card ul li .inner-card::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 64px;
    background: #5752A2;
    left: -15px;
    top: 8px;
}
.mcs-edge-sec-four .mcs-edge-sec-four-left h5{
    color: #ED2C7F;
    text-align: left;
    font-family: var(--font-family-main);
    font-size: 30px;
    font-weight: 500;
}
.mcs-edge-sec-four .mcs-edge-sec-four-left p{
    font-size: 16px;
}
.mcs-edge-sec-four-left{
    justify-content: unset !important;
    align-items: unset !important;
}
.mcs-edge-sec-four-right{
    background-image: url(../../images/ecommerce-marketplace-development/body/mcs-edge/mcs-sec-bg.png),linear-gradient(101deg, #FFF2F8 7.01%, #F3F2FF 86.04%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 10px;
    padding: 30px;
}
.mcs-edge-sec-four-right .mcs-edge-sec-four-inner p{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 22px;
    font-weight: 500;
    line-height: 34px; 
    letter-spacing: 0.64px;
}
.mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 0px 0px #D0C0DB;
    padding: 20px 12px;
    margin: 5px 0px;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px;
}
.mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner img{
    width:30px;
}
.mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner h6{
    color: #000;
    font-family: var(--font-family-main);
    font-size: 28px;
    font-weight: 600;
    margin: 3px 0px;  
}
.mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner p{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.32px;
    margin: 0px;
}
.mcs-edge-top-main-heading h2{
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 15px;
}
/* mcs edge section two */
.mcs__edge-sec-two-main{
    background: #F4F3F8;
}
.mcs_edge-carousel-card{
    padding: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    width: 540px;
}
.mcs_edge-carousel-card .mcs_edge-carousel-card-inner button{
    background-color: var(--primary-violet);
    border: none;
    border-radius: 3px;
    padding: 3px 10px;
    color: #FFF;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.28px;
}
.mcs_edge-carousel-card .mcs_edge-carousel-card-inner h4{
    color: var(--white);
    font-family: var(--font-family-main);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; 
    margin-top: 10px;
}
.mcs_edge-carousel-card .mcs_edge-carousel-card-inner p{
    color: #FFF;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    opacity: 0.8;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.36px;
}
.mcs_edge-carousel-card .mcs_edge-carousel-card-inner span{
    background-color: var(--thrid-orange);
    padding: 5px 20px;
    border-radius: 19px;
}
.mcs_edge-carousel-card .mcs_edge-carousel-card-inner span a{
    color: var(--white);
    font-size:14px;
    font-weight:500;
}
/* carousel */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next
{
    height: 50px;
        width: 50px;
        background: var(--thrid-orange);
        border-radius: 44px;
    }
    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF !important;
        font-size: 49px !important;
        line-height: 0px !important;
    }
    .owl-carousel .owl-nav button span {
        margin-bottom: -10px !important;
        line-height: 0px;
        width: 55px;
        display: flex;
        margin-top: -6px;
        justify-content: center;
    }
    .owl-theme .owl-nav {
        margin-top: 50px;
    }
.one-sec-bg{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-two/one.png);
}
.two-sec-bg{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-two/two.webp);
}
.three-sec-bg{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-two/three.webp);
}
.four-sec-bg{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-two/four.webp);
}
.five-sec-bg{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-two/five.webp);
}
.six-sec-bg{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-two/six.webp);
}
.seven-sec-bg{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-two/seven.webp);
}
/* section three */
.mcs__overview-main-sm .mcs__overview-sm-inner .mcs_edge_sec-three-img{
    width:900px;
}
.mcs__overview-sm-inner .mcs_edge_sec-three-img img{
    height:auto;
}
/* mcs edge section four testimonal */
.mcs__edge-sec-four-testimonal{
    background: #F4F3F8;
}
.mcs_edge-testimonal{
    border-radius: 30px;
    background: #FFF;
}
.mcs_edge-testimonal .mcs_edge-carousel-card-inner p{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px; 
    letter-spacing: 0.48px;
    position: relative;
    z-index: 1;
}
.mcs_edge-testimonal .mcs_edge-carousel-card-inner p:first-child::before{
    content: '';
    display: inline-block;
    background-image: url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-four-testimonal/white-quote.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    top: -5px;
    left: -15px;
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
}
.mcs_edge-testimonal .mcs_edge-carousel-card-inner p:nth-child(2):not(:last-child)::after{
    content: '';
    display: inline-block;
    background-image: url(../../images/ecommerce-marketplace-development/body/mcs-edge/sec-four-testimonal/pink-quote.png);
    background-size: contain;
    width: 25px;
    height: 25px;
    right: 15px;
    bottom: -15px;
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
}

.mcs_edge-testimonal .mcs_edge-carousel-card-inner .author h6{
    color: #000;
    font-family:var(--font-family-main);
    font-size: 20px;
    font-weight: 600;
}
.mcs_edge-testimonal .mcs_edge-carousel-card-inner .author p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 13px;
    font-weight: 400;
    margin: -5px 0px 0px 0px;
}

.author .author-img img {
    width: 55px;
}

/*========================================
#### tech stack section 
===========================================*/
/* teck stack accordian  */
.mcs_tech-stack .accordian_tab_wrapper{
    display: flex;
}
.mcs_tech-stack .accordain_tab_group{
    width:30%;
    margin-right:15px;
}
.mcs_tech-stack .accordain_tab_group .tab{
    cursor: pointer;
    padding: 10px 20px;
    margin: 8px 10px;
    background-color: #F4F3F8;
    border-radius: 10px;
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#one:checked ~ .accordain_tab_group #one-tab,
#two:checked ~ .accordain_tab_group #two-tab,
#three:checked ~ .accordain_tab_group #three-tab,
#four:checked ~ .accordain_tab_group #four-tab,
#five:checked ~ .accordain_tab_group #five-tab,
#six:checked ~ .accordain_tab_group #six-tab,
#seven:checked ~ .accordain_tab_group #seven-tab,
#eight:checked ~ .accordain_tab_group #eight-tab,
#nine:checked ~ .accordain_tab_group #nine-tab
{
    background-color:#5752A2;
    color:#fff !important;
}
.mcs_tech-stack .accordian_tab_wrapper input[type="radio"]{
    display: none;
}

#one:checked ~ .accordian_tab_contents #one-tab-content,
#two:checked ~ .accordian_tab_contents #two-tab-content,
#three:checked ~ .accordian_tab_contents #three-tab-content,
#four:checked ~ .accordian_tab_contents #four-tab-content,
#five:checked ~ .accordian_tab_contents #five-tab-content,
#six:checked ~ .accordian_tab_contents #six-tab-content,
#seven:checked ~ .accordian_tab_contents #seven-tab-content,
#eight:checked ~ .accordian_tab_contents #eight-tab-content,
#nine:checked ~ .accordian_tab_contents #nine-tab-content
{
    display: block;
}
.mcs_tech-stack .accordian_tab_contents .accordian_tab_content{
    display: none;
}
.mcs_tech-stack .tab{
    color: #000;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.72px;
}
.mcs_tech-stack .tab-arrow{
    background-color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
}
.mcs_tech-stack .tab-arrow img{
    width: 60px;
    height: 15px;
}
.mcs_tech-stack .accordian_tab_contents {
    background-image: linear-gradient(94deg, #F4F3F8 47%, rgba(244, 243, 248, 0.00) 100%);
    margin-left:15px;
    border-radius: 10px;
    padding: 30px;
    width:75%;
}
.mcs_tech-stack-card-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.mcs_tech-stack-right-card-main .mcs_tech-stack-card-inner .box {
    width: 165px;
    height: 145px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mcs_tech-stack-right-card-main .mcs_tech-stack-card-inner .inner-box {
    text-align: center;
}
.mcs_tech-stack-right-card-main .mcs_tech-stack-card-inner .inner-box img {
    width: 70px;
    height: 50px;
    object-fit: contain;
}
.mcs_tech-stack-right-card-main .mcs_tech-stack-card-inner .inner-box p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0px;
    letter-spacing: 0.6px;
    
}

/* =============================================
##### engagement model section 
======================================== */
/* section one  */
.mcs_engagment-sec-inner{
    background: #F4F3F8;
}
.mcs_engagment-card{
    border-radius: 30px;
    border: 2px solid #DFDCEA;
    background: #FFF;    
}
.mcs_engagment-card-body h6{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.28px;
}
.mcs_engagment-card-body p{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 0.6px;
    margin-top: 15px;
}
.mcs_engagment-card-body ul {
    padding-inline-start: 40px;
}
.mcs_engagment-card-body ul li{
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.03em;
    text-indent: -34px;
    margin-bottom: 7px;
}
.mcs_engagment-card-body ul li::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../images/ecommerce-marketplace-development/body/our-services/list-style.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0px 13px -7px 0px;

}
/* our engament section two  */
.mcs_engagment-sec-two-body img {
    height: 600px;
}

/* our engagement section three */
.mcs__engagment-sec-three-main{
    height:450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../../images/ecommerce-marketplace-development/body/engagment-model/sec-3/bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mcs_engagement-sec-three-inner h2{
    font-size:36px;
    line-height:46px;
    color: var(--white);
}
.mcs_engagement-sec-three-inner p{
    font-size:20px;
    color: var(--white);
    margin-bottom: 40px;
    font-weight: 300;
}
.mcs_engagement-sec-three-inner span{
    padding: 8px 23px;
    background-color: var(--thrid-orange);
    border-radius: 20px;
}
.mcs_engagement-sec-three-inner span a{
    color: #FFF;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 500;
}
/* our engagement section four */
.mcs_engagement-sec-four-lg-inner{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.sec-four-lg-box{
    height:350px;
    width:255px;
    display: flex;
    align-items: end;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 23px;
}
.sec-four-lg-box h5{
    color: var(--white);
    font-family: var(--font-family-main);
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    margin-left: 32px;
    text-indent: -36px;
}
.sec-four-lg-box h5::before{
   content: '';
    background-image: url(../../images/ecommerce-marketplace-development/body/engagment-model/sec-4/Star.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -35px;
}
.lg-one-bg{
    background-image: url(../../images/ecommerce-marketplace-development/body/engagment-model/sec-4/lg-one.png);
}
.lg-two-bg{
    background-image: url(../../images/ecommerce-marketplace-development/body/engagment-model/sec-4/lg-two.png);
}
.lg-three-bg{
    background-image: url(../../images/ecommerce-marketplace-development/body/engagment-model/sec-4/lg-three.png);
}
.lg-four-bg{
    background-image: url(../../images/ecommerce-marketplace-development/body/engagment-model/sec-4/lg-four.png);
}
.lg-five-bg{
    background-image: url(../../images/ecommerce-marketplace-development/body/engagment-model/sec-4/lg-five.png);
}


/* divider */
.divider{
    stroke-width: 1px;
    color: #000;
    opacity: 0.15;
}











/*** ===================================
#### faq's section 
===================================***/
.faq-sec-main .faq-sec-main-inner .faq-sec-heading h2{
    color: #000;
    text-align: center;
    font-family: var(--font-family-main);
    font-size:36px;
    font-weight: 500;
    line-height:46px;
    margin-bottom: 15px;
}
.accordion-item {
    border: none;
}
.faq-sec-accordian .accordion-button{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.72px;
    background: none;
}
.faq-sec-accordian .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: '_';
    background-color: var(--primary-violet);
    font-size: 22px;
    font-weight: bold;
    color:var(--white);
    line-height: 9px;
    text-align: center;
}
.faq-sec-accordian .accordion-button::after {
    content: '+';
    text-align: center;
    line-height: 27px;
    font-size: 22px;
    background-color: #fff;
    width: 30px;
    border-radius: 20px;
    height: 30px;
    background-image: none;
    border: 1px solid #5752A24D;
}
.faq-sec-accordian .accordion-body.faq-accordian-body {
    background-color: #F4F3F8;
    margin-top: 10px;
    border-radius: 10px;
}
.faq-sec-accordian .accordion-body.faq-accordian-body p{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
}
/***===========================================
#### conatct us 
=========================================***/
.contact-main-sec{
    background-color: #F4F3F8;
}
.contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-txt p{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
}
.contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-decoration h5{
    color: #FCB84C;
    font-family: var(--font-family-main);
    font-size: 30px;
    font-weight: 500;    
    transform: rotate(-10deg);
}
.contact-main-sec .contact-left-section .contact-left-main-heading{
    position: relative;
}
.contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-decoration{
    position: absolute;
    transform: rotate(-3deg);
    /*background-image: url(../../images/ecommerce-marketplace-development/body/contact/contact-bg.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    width: 244px;
    height: 97px;
    top: -69px;
    left: -70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-left-section ul{
    padding-inline-start: 10px;
    list-style: none;
}
.contact-left-section ul li{
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.contact-left-section ul li .contact-details-img{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 2px 2px 0px 0px #ED2C7F;
    padding: 10px;
    margin-right: 15px;
}
.contact-left-section ul li .contact-details-img img{
    width: 40px;
    height: 40px;
}
.contact-left-section ul li .contact-details-txt h6{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
}
.contact-left-section ul li .contact-details-txt a{
    color: #000;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
input{
    height: 60px;
    margin: 15px 0px;
}
textarea{
    height: 200px;
    margin: 15px 0px;
}
.form-control{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 20px ;
    font-weight: 400;
    padding: 10px 30px;
    letter-spacing: 0.72px;
}
.form-control:focus{
    border-bottom: 2px solid #ED2C7F;
    box-shadow: none;
}
.submit-btn{
    color: #FFF;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    background: #FC815B;
    border: none;
    padding: 10px 30px;
    height: unset;
}

/* reacent blogs  */
.recent-blog-card .recent-blog-img{
    height: 277px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    border-radius: 10px;
}
.recent-blog-card .recent-blog-img button{
    color: #FFF;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    border-radius: 30px;
    border: 5px solid rgba(255, 255, 255, 0.01);
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(12px);
    padding: 5px 14px;
}
.recent-blog-card .recent-blog-body p{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.36px;
    margin: 12px 0px;
}
.recent-blog-card .recent-blog-body h5{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.48px;

}
.recent-blog-card .recent-blog-body span {
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.51px;
    display: flex;
    align-items: center;
}
.recent-blog-card .recent-blog-body span::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../images/ecommerce-marketplace-development/body/contact/recent-blog/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.blog-nine{
    background-image: url(../../images/ecommerce-marketplace-development/body/contact/recent-blog/blog9.webp);
}
.blog-eight{
    background-image: url(../../images/ecommerce-marketplace-development/body/contact/recent-blog/blog8.webp);
}
.blog-seven{
    background-image: url(../../images/ecommerce-marketplace-development/body/contact/recent-blog/blog7.webp);
}
.hero-btn a{
    background-color: var(--thrid-orange);
    padding: 10px 35px;
    border-radius: 30px;
    color: var(--white);
    font-family: var(--font-family-main);
    font-size: 15px;
    font-weight: 500;
}

/**==============================================
### our global partners 
=============================================***/
.our-global-main {
    background-image: url(../../images/ecommerce-marketplace-development/body/contact/our-global/our-global-office.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.our-global-inner-card img{
    mix-blend-mode: luminosity;
}
.our-global-inner-card h6{
    color: #5752A2;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}
.our-global-inner-card p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.36px;
}
/***========================
### footer 
============================ **/
.footer-sec-main{
    background-color: var(--primary-violet);
}
.social-icons img{
    background-color: var(--white);
    border-radius: 30px;
    padding: 5px;
    margin-right: 6px;
}
.footer-sec-two h5{
    color: var(--white);
    font-family: var(--font-family-main);
    font-size: 20px;
    font-weight: 500;
}
.footer-sec-two ul{
    padding-inline-start: 0px;
    list-style: none;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 11px;
    margin-top: 18px;
}
.footer-sec-two ul li{
    color: var(--white);
    font-family: var(--font-family-main);
    font-size: 14px;
    font-weight: 400;
}
.copywrite{
    color: var(--white);
    font-feature-settings: 'liga' off;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 450;
    line-height: 30px;
    letter-spacing: 0.18px;
    margin: 0px 0px 10px 0px;
}
.divider-two{
    stroke: var(--white);
    opacity: 0.15;
    height: 2px;
    background-color: var(--white);
}