@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500&family=Manrope:wght@500&family=Playfair+Display:ital@1&family=Roboto+Mono&display=swap');
:root{
    --font-family-1: 'Bricolage Grotesque', sans-serif;
    --font-family-2: 'Manrope', sans-serif;
}
a{
    text-decoration:none;
}
/*=========================================
## main section starts
===============================================*/


.header-section{
    background-image:url(../../images/ecommerce-development/header-imgs/hero-img-bg.png);
    height: auto;
    overflow: hidden;
}

.header-section .nav-link{
    font-size: 15px;
    color: #fff;
    margin-left:16px;
}
.header-section .nav-contact-btn{
  background-color: #FC815B;
  /*padding: 10px 40px;*/
  border-radius: 20px;
  width:115px;
  text-align:center;
}
a.navbar-brand img {
    max-width: 180px;
    height: auto;
}
.header-section .main-heading-content-section .main-heading-section {
   /* width: 1134px;*/
    margin: 0 auto;
}
.header-section .main-heading-content-section .main-heading-section .main-heading h1{
    color: #FFF;
    text-align: center;
    font-size: 70px;
    font-family: var(--font-family-1);
    font-style: normal;
    line-height: 100px;
    position: relative;
    z-index: 1;
    text-shadow: -1px -1px 0 #ffffffb8, 3px 2px 0 #fcb54499, 3px 3px 0 #000000b8, 3px 2px 0 #fcb54400;
   
}
/*.double-text {
  position: relative;
  overflow: hidden;
}

.double-text span:first-child {
  color: #333; 
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); 
}

.double-text span:last-child {
  position: absolute; 
  top: 0;
  left: 0;
  color: #6677cc; 
  text-shadow: none; 
}*/
.header-section .main-heading-content-section .main-heading-style{
    background-image: url(../../images/ecommerce-development/header-imgs/main-heading-top-style.png);
    width: 278px;
    height: 105px;
    background-position: center;
    /*transform: rotate(-10deg);*/
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -45px;
    margin-left: -85px;
}
.header-section .main-heading-content-section .main-heading-style p{
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transform: rotate(-10deg);
    text-align: center;
    position: relative;
    top: 16px;
}
.header-section .main-heading-content-section .heading-content p{
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-2);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; 
    letter-spacing: 0.48px;
}
/*.header-section .main-heading-content-section .heading-content{
    width:1237px;
    height: 80px;
}*/
.btn-contact{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    border-radius: 30px;
    background-color: #FC815B;
    padding: 10px 25px;
    border: none;
}
.btn-contact:hover{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    border-radius: 30px;
    background-color: #FC815B;
    padding: 10px 25px;
    border: none;
}
/*mbl devices adding class*/
.fixed-top-sm{
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 9999;
}
.fixed-top-sm .navbar-nav .nav-link{
    color:#000;
    font-size: 16px;
}

.header-section .header-images-section .inner-layer-img-section .inner-main-layer{
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: flex-end;
    gap:15px;
}

.header-section .header-images-section .inner-layer-img-section{
    position: relative;
}
.header-section .header-images-section .outer-layer-img-section {
    position: absolute;
    right: 30px;
    top: -97px;
}
.header-section .header-images-section .outer-layer-img-section img {
    width: 700px;
}
/** banner images section **/
.img-top-design {
    height: 50px !important;
    width: 100%!important;
    object-fit: cover!important;
    object-position: top!important;
}
.img-main{
    background-color: #342F70;
}
/** mbl device navbar toggler style **/
.navbar-toggler{
    background-color: orange !important;
    border-radius: 50% !important;
    padding: 14px !important;
}
.navbar-toggler-icon{
    background-image: url(../../images/ecommerce-development/header-imgs/nav-icon.png) !important;
    width:23px;
    height:23px;
}
/***======================================
### header below second navigation
========================================**/
.second-nav-main-section{
    background-color: #fff;
}
.second-nav-main-section .second-nav .nav-group ul{
    display: flex;
    list-style: none;
    padding: 0px;
    /*gap: 60px;*/
    justify-content: space-between;
    margin-bottom: 0px;
    
    height: 50px;
    align-items: center;
}
.second-nav-main-section .second-nav .nav-group ul li{
    padding: 14px 30px;
    opacity: 0.6;
}
.second-nav-main-section .second-nav .nav-group ul li a{
    color: #000;
    text-align: center;
    font-family: var(--font-family-2);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.36px;
    text-decoration: none;
}
.sec-nav-active{
    border-bottom:3px solid #5752A2;
    opacity:1 !important;
}
/*.second-nav-main-section .second-nav .nav-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.second-nav-main-section .second-nav{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
/*.second-nav::after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 4px;
    background-color: #5752A2;
    border-radius: 0px 10px 10px 0px;
    margin-bottom:13px;
}*/

/***=====================================
##### overview section 
=============================================**/
/*mobile devices single image carousel */
.carousel-container {
  display: none; /* Hide on larger screens */
}

@media (max-width: 768px) {
  .carousel-container {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  .carousel-slide {
    display: inline-block;
    width: 100%;
    transition: transform 0.3s ease-in-out;
  }

  .carousel-dots {
    text-align: center;
    margin-top: 10px;
  }

  .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #FC815B;
    cursor: pointer;
  }

  .dot.active {
    background-color: #5752A2;
    width: 15px;
    height: 15px;
}
  .carousel-container::-webkit-scrollbar{
    display: none;
  }
}








.overview-main-section-start{
    background-color: #F4F3F8;
}
.overview-main-section-start .overview-section-heading-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.overview-main-section-start .overview-section-heading-section h2{
    color: #000;
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 36px;
    line-height:46px;
    font-weight: 500;
}
.overview-main-section-start .overview-section-heading-section p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-2);
    font-size: 17px;
    font-weight: 500;
    line-height: 28px; 
    margin-top:15px;
    letter-spacing: 0.36px;
}
.overview-main-section-start .overview-row-bg{
    background-color: #fff;
    border-radius: 10px;
}
.overview-sec-right-main .overview-sec-right-inner .overview-right-row{
    display: flex;
    align-items: flex-start;
} 
.overview-row-left-img{
    background-color: #F4F3F8;
    border-radius: 5px;
    padding: 10px;
    margin-right: 15px;
}
.overview-row-left-img img{
    width: 32px;
}
.overview-row-right-txt h4{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.24px;
}
.overview-row-right-txt p{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    opacity: 0.6;
}

/*** overview sec two ***/
.overview-sec-two-bottom-sec .overview-sec-two-card{
    background: linear-gradient(150.96deg, #FFFFFF 17.85%, rgba(255, 255, 255, 0) 98.47%);
    padding: 30px;
    border-radius: 15px;
}
.overview-sec-two-bottom-sec .overview-sec-two-card img{
    width:70px;
    height:70px;
}
.overview-sec-two-bottom-sec .overview-sec-two-card h5{
    font-family: var(--font-family-2);
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.01em;
    margin-top: 15px;
}
.overview-sec-two-bottom-sec .overview-sec-two-card p{
    font-family: var(--font-family-2);
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.03em;
    margin-top: 15px;
}

/**==================================
our services section 
==================================**/
.our-service-main-section{
    background: #fff;
}
.our-service-below-sec .our-service-below-sec-txt h2{
    color: #000;
    font-family: var(--font-family-1);
    font-size: 36px;
    line-height:46px;
    font-weight: 500;
}
.our-service-below-sec .our-service-below-sec-txt p{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.96px;
}
.our-service-below-sec .our-service-below-sec-txt button{
    border-radius: 30px;
    background: #FC815B;
    color: #FFF;
    font-family: var(--font-family-1);
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 7px 20px;
}
.our-service-below-sec{
    background-image: url(../../images/ecommerce-development/body/our-service/our-service-below-bg-img-2.png);
    background-size: cover;
    background-repeat: repeat-x;
}
/** accordian tabs **/
.accordian_tab_wrapper{
    display: flex;
}
.accordain_tab_group{
    width:45%;
    margin-right:15px;
}
.accordain_tab_group .tab{
    cursor: pointer;
    padding: 10px 15px;
    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
{
    background-color:#5752A2;
    color:#fff !important;
}
#one:checked ~ .accordain_tab_group #one-tab .tab-img,
#two:checked ~ .accordain_tab_group #two-tab .tab-img,
#three:checked ~ .accordain_tab_group #three-tab .tab-img,
#four:checked ~ .accordain_tab_group #four-tab .tab-img,
#five:checked ~ .accordain_tab_group #five-tab .tab-img,
#six:checked ~ .accordain_tab_group #six-tab .tab-img
{
    background-color:#FC815B;

}
.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
{
    display: block;
}
.accordian_tab_contents .accordian_tab_content{
    display: none;
}
.tab-img{
    background-color: #fff;
    padding: 7px;
    border-radius: 5px;
    margin-right: 18px;
}
.tab-img img{
    width: 40px;
}
.tab{
    color: #000;
    font-family: var(--font-family-1);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.6px;
}
.our-services .tab p{
     /*color: #000;*/
    font-family: var(--font-family-1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin:0px;
    width:80%;
}
.tab-arrow{
    background-color: #fff;
    height: 30px;
    width: 36px;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
}
.tab-arrow img{
    width: 5px;
    height: 10px;
}
.accordian_tab_contents {
    background-image: linear-gradient(94deg, #F4F3F8 47%, rgba(244, 243, 248, 0.00) 100%);
    margin-left:15px;
    border-radius: 10px;
    padding: 20px;
    width:75%;
}
.our-service-right-side-main .our-service-right-side-inner p{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px; 
    letter-spacing: 0.22px;
}
.our-service-right-side-main .our-service-right-side-inner ul{
    list-style: none;
    padding-inline-start: 40px;
    list-style-position: outside;
    margin: 15px 0px;
}
.our-service-right-side-main .our-service-right-side-inner ul li::before{
    content:'';
    width:20px;
    height:16px;
    display: inline-block;
    background-image: url(../../images/ecommerce-development/body/our-service/marker.svg);
    background-size: contain;
    margin-right: 20px;
}
.our-service-right-side-main .our-service-right-side-inner ul li{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: 600;
    line-height: 25px; 
    letter-spacing: 0.51px;
    margin: 9px 0px;
    text-indent: -41px;
}

.our-service-right-side-main .our-service-right-side-inner button{
    background-color: #FC815B;
    padding: 10px 25px;
    border-radius: 25px;
    border: none;
}
.our-service-right-side-main .our-service-right-side-inner button a{
    text-decoration:none;
    color: #fff;
}
.accordion-button:not(.collapsed){
    background-color: #5752A2 !important;
    color:#fff !important;
}
button.accordion-button.collapsed{
    background-color: #F4F3F8;
    border-radius: 10px;
}
.accordion-button::after{
    background-color: #fff;
    width: 25px;
    border-radius: 20px;
    height: 25px;
    background-position:center;
}
.accordion-item{
    margin: 8px 0px;
}
.accordion-body{
    background-color: #F4F3F8;
    margin-top: 10px;
    border-radius: 10px;
}
/****=====================================
###### mcs edge section 
========================================***/
.mcs-edge-main-sec .mcs-edge-top-main-heading h2{
    color: #000;
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 36px;
    line-height:46px;
    font-weight: 500;
}
.mcs-edge-main-sec .mcs-edge-top-main-heading p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    letter-spacing: 0.36px;
}
.mcs-edge-top-main-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mcs-edge-row-sec .mcs-card-main{
    border-radius: 10px;
    border: 1px solid rgba(87, 82, 162, 0.30);
    background: #FFF;
    padding: 30px;
    height:665px;
}
.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-2);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.80px;
    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-2);
    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-2);
    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;
}
/** mbl device carousel **/
.carousel-control-next, 
.carousel-control-prev {
    border-radius: 60px;
    height: 85px;
    background-color: #FC815B;
    margin-bottom: -100px;
    top: unset !important
}
.carousel-control-next{
    right: 32% !important;
}
.carousel-control-prev{
    left: 32% !important;
}
/** full-width-voilet bg **/
.bg-voilet-full-width-sec{
    background-color: #5752A2;
}
.bg-voilet-full-width-sec .full-width-main-txt p{
    color: #FFF;
    font-family: var(--font-family-2);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.64px;   
}
.bg-voilet-full-width-sec .full-width-btn a{
    color: #FFF;
    font-family: var(--font-family-1);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 30px;
    background-color: #FC815B;
}
/** mcs edge section - 3 **/
.mcs-edge-section-three .bg-card-main{ 
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    outline: 1px solid #fff;
}
.mcs-edge-section-three .bg-card-main .bg-card-txt h4{
    color: #FFF;
    font-family: var(--font-family-2);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.32px;
    line-height: 32px;
}
.mcs-edge-section-three .bg-card-main .bg-card-txt p{
    color: #FFF;
    font-family: var(--font-family-2);
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.51px;
}
/*flip card */
.flip-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
.flip-card {
    background-color: transparent;
    width: 330px;
    height: 330px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateX(-180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    z-index: 2;
  }
  
  .flip-card-back {
    transform: rotateX(180deg);
  }
  
  .bg-card-main {
    background-size: cover;
    background-position: center;
    /*border-radius: 10px;*/
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  
  .bg-card-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    text-align: left;
  }
  
  .bg-card-txt h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  
  .bg-card-txt p {
    margin: 0;
  }



.bg-one{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-1.png);
    background-color:#000;
}
.bg-two{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-2.png);
}
.bg-three{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-3.png);
}
.bg-four{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-4.png);
}
.bg-five{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-5.png);
}
.bg-six{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-6.png);
}
.bg-seven{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-7.png);
}
.bg-eight{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-8.png);
}
.bg-nine{
    background-image: linear-gradient(225deg, rgba(0, 0, 0, 0) 0%, #000000 100%), url(../../images/ecommerce-development/body/mcs-edge/section-3/bg-img-9.png);
}
.divider{
    stroke: #000;
    opacity: 0.15;
    height: 3px;
    background-color: #0000002b;
}
/** mcs edge section four **/
.mcs-edge-sec-four .mcs-edge-sec-four-left h2, 
.mcs-edge-sec-four .mcs-edge-sec-four-left p{
    width: unset !important;
    text-align: left;
}
.mcs-edge-sec-four-left h2{
    font-size: 36px;
    line-height: 46px;
}
.mcs-edge-sec-four-left p{
    font-size: 16px !important;
    line-height: 30px !important;
    margin: 8px 0px;
}

.mcs-edge-sec-four .mcs-edge-sec-four-left h5{
    color: #ED2C7F;
    text-align: left;
    font-family: var(--font-family-1);
    font-size: 30px;
    font-weight: 500;
}
.mcs-edge-sec-four-left{
    justify-content: unset !important;
    align-items: unset !important;
}
.mcs-edge-sec-four-right{
    background-image: url(../../images/ecommerce-development/body/mcs-edge/section-4/mcs-sec-four-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:25px;
}
.mcs-edge-sec-four-right .mcs-edge-sec-four-inner p{
    color: #000;
    font-family: var(--font-family-2);
    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;
    /* height:180px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5px;
}
.mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner img{
    width:40px;
}
.mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner h6{
    color: #000;
    font-family: var(--font-family-1);
    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-2);
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.32px;
    margin:0px;
}

/** mcs edge section 5 **/
.mcs-edge-sec-five {
    background-color: #F4F3F8;
}
.mcs-edge-sec-five .mcs-edge-sec-five-heading h2{
    color: #000;
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 36px;
    line-height:46px;
    font-weight: 500;
}
.mcs-edge-sec-five .mcs-edge-sec-five-heading p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; 
    letter-spacing: 0.36px;
}
.mcs-edge-sec-five-heading{
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*.mcs-edge-sec-five .slider-accordian_tab_wrapper{
    display: unset !important;
}
.mcs-edge-sec-five .slider-accordain_tab_group{
    margin-right:15px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    gap:10px;
}
.mcs-edge-sec-five .slider-accordian_tab_contents{
    padding: 0px;
    width:100% !important;
}
.mcs-edge-sec-five .slider-accordain_tab_group .tab{
    cursor: pointer;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 10px;
    display: flex;
    justify-content:center;
    align-items: center;
}
.mcs-edge-sec-five .slider-accordain_tab_group .tab p{
    margin: 0px;
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.28px;
    padding: 8px 5px;
    border-radius: 20px;
}
#slider-one:checked ~ .slider-accordain_tab_group #slider-one-tab p,
#slider-two:checked ~ .slider-accordain_tab_group #slider-two-tab p,
#slider-three:checked ~ .slider-accordain_tab_group #slider-three-tab p
{
    background-color:#5752A2;
    color:#fff !important;
}

#slider-one:checked ~ .slider-accordian_tab_contents #slider-one-tab-content,
#slider-two:checked ~ .slider-accordian_tab_contents #slider-two-tab-content,
#slider-three:checked ~ .slider-accordian_tab_contents #slider-three-tab-content
{
    display: block;
}

.slider-accordian_tab_wrapper input[type="radio"]{
    display: none;
}

.slider-accordian_tab_contents .slider-accordian_tab_content{
    display: none;
}*/
.mcs-edge-sec-five-slider-txt .top-row-sec span{
    font-family: var(--font-family-2);
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.02em;
    border: 1px solid #E1DFEA;
    color: #5752A2;
    padding:6px 10px;
    border-radius:5px;
}
.mcs-edge-sec-five-slider-txt .top-row-sec span:first-child{
    background-color:#5752A2;
    color:#fff;
}
.mcs-edge-sec-five-slider-txt h4{
    color: #000;
    font-family: var(--font-family-1);
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
}
.mcs-edge-sec-five-slider-txt p{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
}
.mcs-edge-sec-five-slider-txt button{
    color: #FFF;
    font-family: var(--font-family-1);
    font-size: 18px;
    font-weight: 600;
    background-color: #000;
    padding: 9px 25px;
    border-radius: 20px;
}
.mcs-edge-sec-five .carousel-control-prev
 {
    left: 43% !important;
}
.mcs-edge-sec-five .carousel-control-next, 
.mcs-edge-sec-five .carousel-control-prev{
    width: 50px;
    height: 50px;
}

.mcs-edge-sec-five .carousel-control-next{
    right: 43% !important;
}
/**mcs edge section 6 **/
   .our-process-inner-sec-two .tab-img {
    background-color: transparent;
}
 .our-process-inner-sec-two .tab-img img{
     width:30px;
 }
.mcs-edge-sec-six button.accordion-button {
    padding: 10px 20px;
}
.mcs-edge-sec-six .accordion-item{
    border: none;
}
.mcs-edge-sec-six .accordion-button{
    color: #000;
    font-family: var(--font-family-1);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.72px;
}
.mcs-edge-sec-six .sec-six-accordion-txt{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.48px;
}
.mcs-edge-sec-six-left-img{
    position: relative;
}
.mcs-edge-sec-six-left-img .mcs-edge-6-back {
    position: absolute;
    left: 16px;
    z-index: -1;
}
/** mcs edge our success stories **/
.mcs-edge-last-our-sucess-stories{
    background-color: #F4F3F8;
    padding-bottom: 130px !important;
}
.our-sucess-card{
    border: 2px solid #DFDCEA;
    border-radius: 10px;
    position: relative;
}
.our-sucess-author-img{
    position: absolute;
    bottom: -50px;
}
.our-sucess-card-inner p{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; 
    letter-spacing: 0.48px;
}
.our-sucess-card-author h6{
    color: #000;
    font-family: var(--font-family-1);
    font-size: 24px;
    font-weight: 600;
}
.our-sucess-card-author p{
    color: #000;
    font-family: var(--font-family-1);
    font-size: 16px;
    font-weight: 400;
}
.mcs-edge-last-our-sucess-stories .carousel-control-prev
 {
    left: 43% !important;
}
.mcs-edge-last-our-sucess-stories .carousel-control-next, 
.mcs-edge-last-our-sucess-stories .carousel-control-prev{
    width: 50px;
    height: 50px;
}

.mcs-edge-last-our-sucess-stories .carousel-control-next{
    right: 43% !important;
}
.quote{
    position: relative;
}
.quote::after{
content: '\275E';
position: absolute;
bottom: -24px;
margin-left: 20px;
font-size: 60px;
color: #ED2C7F;
}
/** tech stack section starts **/
.tech-stach-main-img-group .box .inner-box img {
    width: 100px;
    height: 70px;
    object-fit: contain;
}
.tech-stack-accordian_tab_wrapper{
    display: unset !important;
}
.tech-stack-accordain_tab_group{
    margin-right:15px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    gap:10px;
}
.tech-stack-accordian_tab_contents{
    padding: 0px;
    width:100% !important;
}
.tech-stack-accordain_tab_group .tab{
    cursor: pointer;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 10px;
    display: flex;
    justify-content:center;
    align-items: center;
}
.tech-stack-accordain_tab_group .tab p{
    margin: 0px;
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.28px;
    padding: 8px 0px;

}
#tech-stack-one:checked ~ .tech-stack-accordain_tab_group #tech-stack-one-tab p,
#tech-stack-two:checked ~ .tech-stack-accordain_tab_group #tech-stack-two-tab p,
#tech-stack-three:checked ~ .tech-stack-accordain_tab_group #tech-stack-three-tab p,
#tech-stack-four:checked ~ .tech-stack-accordain_tab_group #tech-stack-four-tab p,
#tech-stack-five:checked ~ .tech-stack-accordain_tab_group #tech-stack-five-tab p,
#tech-stack-six:checked ~ .tech-stack-accordain_tab_group #tech-stack-six-tab p,
#tech-stack-seven:checked ~ .tech-stack-accordain_tab_group #tech-stack-seven-tab p,
#tech-stack-eight:checked ~ .tech-stack-accordain_tab_group #tech-stack-eight-tab p,
#tech-stack-nine:checked ~ .tech-stack-accordain_tab_group #tech-stack-nine-tab p
{
    color:#5752A2;
    border-bottom:2px solid #ED2C7F;
}

#tech-stack-one:checked ~ .tech-stack-accordian_tab_contents #tech-stack-one-tab-content,
#tech-stack-two:checked ~ .tech-stack-accordian_tab_contents #tech-stack-two-tab-content,
#tech-stack-three:checked ~ .tech-stack-accordian_tab_contents #tech-stack-three-tab-content,
#tech-stack-four:checked ~ .tech-stack-accordian_tab_contents #tech-stack-four-tab-content,
#tech-stack-five:checked ~ .tech-stack-accordian_tab_contents #tech-stack-five-tab-content,
#tech-stack-six:checked ~ .tech-stack-accordian_tab_contents #tech-stack-six-tab-content,
#tech-stack-seven:checked ~ .tech-stack-accordian_tab_contents #tech-stack-seven-tab-content,
#tech-stack-eight:checked ~ .tech-stack-accordian_tab_contents #tech-stack-eight-tab-content,
#tech-stack-nine:checked ~ .tech-stack-accordian_tab_contents #tech-stack-nine-tab-content
{
    display: block;
}

.tech-stack-accordian_tab_wrapper input[type="radio"]{
    display: none;
}

.tech-stack-accordian_tab_contents .tech-stack-accordian_tab_content{
    display: none;
}
.tech-stach-main-img-group{
    display: flex;
    flex-flow: row wrap;
}
.box{
    flex: 1;
    flex-basis: 20%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box:nth-child(odd){
    background-color: #F4F3F8;
}
.inner-box{
    text-align: center;
}
.box .inner-box p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-2);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.72px;
    margin:15px 0px 0px 0px;
}
/*****============================
#### our process 
=====================================**/
.our-process-bg-img{
    background-image: url(../../images/ecommerce-development/body/our-process/sec-2/our-process-spl-bg-img.png);
}


.our-process-card-main{
    padding: 30px;
    border-radius: 10px;
    /*width: 320px;*/
    height: 400px;
}
.our-process-card-main .our-process-inner-card{
    position: relative;
}
.our-process-card-main .our-process-inner-card .arrow{
    position: absolute;
    right: -16px;
    top: -85px;
}
.our-process-card-main .our-process-inner-card-txt .inner-card-txt-row{
    display: flex;
    justify-content: space-between;
}
.our-process-card-main .our-process-inner-card-txt  img{
    width: 55px;
    height: 55px;
}
.our-process-card-main .our-process-inner-card-txt .inner-card-txt-row h3{
    color: #000;
    text-align: right;
    font-family: var(--font-family-1);
    font-size: 46px;    
    font-weight: 500;
}
.our-process-card-main .our-process-inner-card-txt h4{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.24px;
    margin: 15px 0px;
}
.our-process-card-main  .our-process-inner-card-txt p{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 16px;
    font-weight: 500;
    line-height: 27px; 
    letter-spacing: 0.48px;
    
}

.our-process-bg-one{
    background-image: linear-gradient(162deg, #F2C6DE 12.12%, rgba(255, 255, 255, 0.00) 100%);
}
.our-process-bg-two{
    background-image: linear-gradient(162deg, #DBCDF0 12.12%, rgba(255, 255, 255, 0.00) 100%);
}
.our-process-bg-three{
    background-image: linear-gradient(162deg, #FAEDCB 12.12%, rgba(255, 255, 255, 0.00) 100%);
}
.our-process-bg-four{
    background-image: linear-gradient(162deg, #C9E4DE 12.12%, rgba(255, 255, 255, 0.00) 100%);
}
.our-process-bg-five{
    background-image: linear-gradient(198deg, #C6DEF1 12.12%, rgba(255, 255, 255, 0.00) 100%);
}
.our-process-bg-six{
    background-image: linear-gradient(198deg, #F7D9C4 12.12%, rgba(255, 255, 255, 0.00) 100%);
}
.our-process-bg-seven{
    background-image: linear-gradient(198deg, #D4F2C6 12.12%, rgba(255, 255, 255, 0.00) 100%);
}
.our-process-bg-eight{
    background-image: linear-gradient(198deg, #F0CDCD 12.12%, rgba(255, 255, 255, 0.00) 100%);
}
/** our process section two **/
.our-process-sec-two-main-heading h2{
    color: #000;
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 36px;
    line-height:46px;
    font-weight: 500;
}
.our-process-sec-two-main-heading p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
    
}
.our-process-sec-two-main {
    display: flex;
    justify-content: center;
}
.our-process-sec-two-box-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our-process-sec-two-box-inner img{
    height: 260px;
    width: 230px;
}
.our-process-sec-two-box-inner .inner-btn-sec{
    position: relative;
    margin-top: -40px;
}
.our-process-sec-two-box-inner .inner-btn-sec img{
    width: 220px;
    height: 65px;
}
.inner-btn-sec p {
    position: absolute;
    top: -1px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}
.our-process-sec-two-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;

}
/** our process sec 3 **/
.our-process-inner-sec-three-heading{
    font-family: var(--font-family-1);
    font-size: 40px;
    font-weight: 500;
    line-height: 53px;
    text-align: left;
}
.our-process-inner-sec-three-left-img img{
 position: relative;
 border-radius: 30px;
}
.our-process-inner-sec-three-left-img::after{
    content: '';
    height: 155px;
    width: 300px;
    background-image: url(../../images/ecommerce-development/body/our-process/sec-2/inner-sec-three/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: -25px;
    z-index: -1;
}
.our-process-inner-sec-three-left-img::before{
    content: '';
    height: 155px;
    width: 300px;
    background-image: url(../../images/ecommerce-development/body/our-process/sec-2/inner-sec-three/bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: -68px;
    right: -25px;
    z-index: -1;
}
/*** ===================================
#### faq's section 
===================================***/
.faq-sec-main .faq-sec-main-inner .faq-sec-heading h2{
    color: #000;
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 36px;
    line-height:46px;
    font-weight: 500;
}
.accordion-item {
    border: none;
}
.faq-sec-accordian .accordion-button{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.72px;
}
.faq-sec-accordian .accordion-button:not(.collapsed)::after{
    background-image:none;
    transform:none;
    content:'_';
    background-color:#5752A2;
    font-size:22px;
    font-weight:bold;
    color:#fff;
    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 button.accordion-button.collapsed {
    background-color: unset;
    padding-bottom: 28px;
    border-bottom: 1px solid #00000047;
}
.faq-sec-accordian .accordion-button:not(.collapsed){
    background-color: #fff !important;
    color: #000 !important;
}
/***===========================================
#### 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-2);
    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-1);
    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-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-2);
    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-1);
    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-2);
    font-size: 20px ;
    font-weight: 400;
    padding: 10px 30px;
    letter-spacing: 0.72px;
    margin:10px 0px;
}
.form-control:focus{
    border-bottom: 2px solid #ED2C7F;
    box-shadow: none;
}
.submit-btn{
    color: #FFF;
    font-family: var(--font-family-1);
    font-size: 18px;
    /*font-weight: 600;*/
    border-radius: 30px;
    background: #FC815B;
    border: none;
    padding: 10px 30px;
    height: unset;
}
/*============================================
#### recent blogs section 
===============================================*/
.recent-blogs .wrapper {
    height: 530px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  /*.recent-blogs .button-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
  }*/
  .recent-blogs .carousel {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    transition: all 1s ease;
  }
  .recent-blogs .card {
    background: transparent;
    min-width: 345px;
    /* height: 200px; */
    margin: 1rem;
    display: inline-block;
    border: none;
  }
   .recent-blogs .button-wrapper button {
    border: none;
    /* padding: 10px; */
    border-radius: 26px;
    width: 45px;
    height: 45px;
    background-color: orange;
}
 .recent-blogs button.right-arr {
    position: absolute;
    right: 0px;
    top: 50%;
}
 .recent-blogs button.left-arr {
    position: absolute;
    top: 50%;
    left: 0px;
}




.recent-blogs .recent-blog-heading h2{
    color: #000;
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 36px;
    line-height:46px;
    font-weight: 500;
}
.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;
}
.one-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog1.webp');
}
.two-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog2.webp');
}
.three-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog3.webp');
}
.four-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog4.webp');
}
.five-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog5.webp');
}
.six-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog6.webp');
}
.seven-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog7.webp');
}
.eight-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog8.webp');
}
.nine-blog{
    background-image: url('../../images/ecommerce-development/body/contact/recent-blog/blog9.webp');
}
.recent-blog-card .recent-blog-img button{
    color: #FFF;
    font-family: var(--font-family-2);
    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-txt p{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.36px;
    margin:12px 0px;
}
.recent-blog-card .recent-blog-txt h6{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 18px;
    font-weight: 500;
    line-height: 25px; 
    letter-spacing: 0.48px;
}
.recent-blog-card .recent-blog-txt span{
    color: #000;
    font-family: var(--font-family-2);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.51px;
    display: flex;
    align-items: center;
}
.recent-blog-card .recent-blog-txt span::before{
    content:'';
    width: 20px;
    height: 20px;
    background-image: url(../../images/ecommerce-development/body/contact/recent-blog/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
}
.carousel-indicators [data-bs-target] {
    background: #FC815B !important;
    border-radius: 58px !important;
    width: 20px !important;
}
#blog-carouselExampleIndicators .carousel-indicators [data-bs-target]{
    width:14px !important;
    border-top: 4px solid transparent;
    border-bottom: 9px solid transparent;
}
/**==============================================
### our global partners 
=============================================***/
.our-global-main {
    background-image: url(../../images/ecommerce-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-1);
    font-size: 24px;
    font-weight: 700;
}
.our-global-inner-card p{
    color: #000;
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.36px;
}
/***========================
### footer 
============================ **/
.footer-sec-main{
    background-color: #5752A2;
}
.social-icons img{
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
    margin-right: 10px;
}
.footer-sec-two h5{
    color: #FFF;
    font-family: var(--font-family-1);
    font-size: 24px;
    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: 20px;
}
.footer-sec-two ul li{
    color: #FFF;
    font-family: var(--font-family-1);
    font-size: 16px;
    font-weight: 400;
}
.copywrite{
    color: #FFF;
    font-feature-settings: 'liga' off;
    font-family: "Circular Std";
    font-size: 18px;
    font-weight: 450;
    line-height: 30px;
    letter-spacing: 0.18px;
}
.divider-two{
    stroke: #fff;
    opacity: 0.15;
    height: 2px;
    background-color: #fff;
}






/** media queries **/
/**====================================
###### extra small devices 
========================================**/
@media only screen and (max-width: 576px){
    
    /*mbl nav section */
    .header-section .nav-contact-btn{
    margin: 18px 0px 0px 0px;
    color: #fff !important;

    }
    .offcanvas {
        width: 75% !important;
    }

    .navbar-nav .nav-link:not(.nav-contact-btn) {
        font-size: 18px;
        font-weight: 500;
        border-bottom: 1px solid transparent;
        width: 105px;
        color:#000;
        transition: border 0.5s ease, width 0.5s ease-in;
    }
    
    .navbar-nav .nav-link:not(.nav-contact-btn):hover {
        border-bottom: 1px solid #5752A2;
        width: 105px;
    }
  
/*header section*/
    .header-section .main-heading-content-section .main-heading-section{
        width: auto;
    }
    .header-section .main-heading-content-section .heading-content{
        width: auto;
    }
    .header-section .main-heading-content-section .main-heading-section .main-heading h1{
        font-size:32px;
        line-height: 36px;
    }
    .header-section .main-heading-content-section .main-heading-style {
        width: 141px;
        height: 59px;
        transform: rotate(-10deg);
        background-size: cover;
        margin-bottom: -16px;
        margin-left: 7px;
    }
    .header-section .main-heading-content-section .main-heading-style p{
        font-size:24px;
        top:13px;
    }
    .overview-sec-two-bottom-sec .overview-sec-two-card h5,
    .mcs-edge-row-sec .mcs-card-main .mcs-edge-card h3
    {
        font-size:20px;
    }
    .header-section .main-heading-content-section .heading-content p{
        font-size:18px;
        line-height:28px;
    }
    .img-section .img-main {
        height: 190px !important;
    }
    .img-two .img-main{
        height: 230px !important;
    }
    .img-top-design{
        height: 35px !important;
    }
    .header-section .header-images-section .outer-layer-img-section img {
        width: 278px;
    height: 351px;
    }
    .header-section .header-images-section .outer-layer-img-section{
        top: -70px;
        right: -60px;
    }
    /*.header-section .header-images-section {
        margin-top: 303px;
    }
    .header-section .header-images-section .inner-layer-img-section{
        overflow: hidden;
    }*/
    .overview-row-left-img img{
        width: 26px;
    }
    .overview-main-section-start .overview-section-heading-section h2,
    .our-service-below-sec .our-service-below-sec-txt h2,
    .mcs-edge-main-sec .mcs-edge-top-main-heading h2,
    .mcs-edge-sec-five .mcs-edge-sec-five-heading h2,
    .our-process-sec-two-main-heading h2,
    .our-process-inner-sec-three-heading,
    .faq-sec-main .faq-sec-main-inner .faq-sec-heading h2,
    .recent-blogs .recent-blog-heading h2
    {
        font-size: 24px;
        line-height: 30px;
    }
    .overview-main-section-start .overview-section-heading-section p,
    .overview-row-right-txt p,
    .mcs-edge-sec-five .mcs-edge-sec-five-heading p,
    .our-service-right-side-main .our-service-right-side-inner ul li
    {
        font-size: 14px;
        line-height:22px;
    }
    .overview-row-right-txt h4,
    .our-service-below-sec .our-service-below-sec-txt p,
    .overview-sec-two-bottom-sec .overview-sec-two-card h5
    {
        font-size: 18px;
        line-height: 26px;
    }
    .recent-blog-card .recent-blog-txt p,
    .recent-blog-card .recent-blog-txt a,
    .mcs-edge-main-sec .mcs-edge-top-main-heading p,
    .our-sucess-card-inner p,
    .faq-sec-accordian .accordion-button
    {
        font-size:16px !important;
    }
    
    .our-service-below-sec{
        background-image: url(../../images/ecommerce-development/body/our-service/our-services-below-mbl-bg.png);
        margin-top: 150px;
    }
    .carousel-control-next, 
    .carousel-control-prev{
        padding: 11px;
        height: unset ;
    }
    .bg-voilet-full-width-sec{
        margin-top: 150px;
    }
    /**mcs section 4 **/
    .mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner h6
   
    {
        font-size:24px
    }
    .mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner p{
        font-size: 12px;
    }
    .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{
        width:140px;
        height:140px;
    }
    /** mcs edge section 5 **/
    .mcs-edge-sec-five .accordain_tab_group .tab p{
        font-size: 10px;
        line-height: unset;
        padding:8px 10px;
    }
    .mcs-edge-sec-five .accordain_tab_group{
        gap:2px;
    }
    .mcs-edge-sec-five  .accordian_tab_contents{
        padding:4px;
    }
    .tech-stach-main-img-group .box .inner-box img{
        height:50px;
    }
    .mcs-edge-sec-five-slider-txt h4{
        line-height: unset;
        font-size: 20px;
    }
    .mcs-edge-sec-five .carousel-control-next{
        right: 30%!important;
    }
    .mcs-edge-sec-five .carousel-control-prev{
        left:30% !important;
    }
    .mcs-edge-sec-five{
        padding-bottom: 130px !important;
    }
    /** mcs edge sec 6 **/
 
    .mcs-edge-sec-six .accordion-button{
        font-size: 18px;
    }
    .mcs-edge-sec-six .sec-six-accordion-txt
    {
        font-size: 14px;
    }
    .tab-img img{
        width: 30px;
    }
    /** our sucess stories **/
    .mcs-edge-last-our-sucess-stories .carousel-control-next{
        right:32% !important;
    }
    .mcs-edge-last-our-sucess-stories .carousel-control-prev{
        left:32% !important;
    }
    .mcs-edge-sec-five .slider-accordain_tab_group .tab p{
        letter-spacing: unset;
        padding: 3px;
        border-radius: 3px;
        line-height: 20px;
    }
    /** tech stack **/
    .box:nth-child(odd){
        background-color: unset;
    }
    .box:nth-child(1), .box:nth-child(4), .box:nth-child(5), .box:nth-child(8),.box:nth-child(9) {
        background-color: #F4F3F8;
    }
    .tech-stack-accordian_tab_wrapper {
        display: flex !important;
    }
    .tech-stack-accordain_tab_group {
        flex-direction: column;
        width: 190px;
        justify-content: unset;
        gap: 10px;
        align-items: baseline;
    }
    .box{
        flex-basis: 50%;
        height:170px;
    }
    .box .inner-box p{
        font-size:15px;
    }
    .contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-decoration{
        width: 190px;
        height: 60px;
        top: -58px;
        left: -14px;
        transform: rotate(-5deg);
    }
    .contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-decoration h5{
        font-size: 20px;
        margin-left: -21px;
        margin-bottom: 0px;
    }
    
    input {
        margin: 8px 0px;
    }
    .footer-sec-two ul{
        flex-direction: row;
    }
    /** our process **/
    .our-process-sec-two-box{
        display: none;
    }
    .our-process-inner-sec-three-left-img::before{
        right:0px;
    }
    /* recent blogs */
    .carousel-indicators{
        bottom:-55px;
    }
    /** our process **/
    .our-process-starts {
        height:900px;
        overflow: hidden;
        position: relative;
    }
    .our-process-related-btn button{
        font-family: var(--font-family-1);
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;    
        color: #fff;    
        background-color: #000;
        border: none;
        padding: 8px 30px;
        border-radius: 30px;
    }
    .our-process-related-btn {
        position: absolute;
        bottom: 0px;
        text-align: center;
        display: flex;
        background-image: linear-gradient(to top, #fff, transparent);
        width: 100%;
        align-items: flex-end;
        justify-content: center;
        height: 300px;
    }
    .btn-clicked{
        height: unset;
        overflow: unset;
    }
    /*our e-commerece web developemnt service */
    .accordion-item .accordion-button{
        font-size: 16px;
        line-height: 24px;
    }
    .our-service-right-side-main .our-service-right-side-inner p{
        font-size:16px;
        line-height: 27px;
    }
    .mcs-edge-main-sec .mcs-edge-row-sec .carousel-control-prev,
    .mcs-edge-main-sec .mcs-edge-row-sec .carousel-control-next
    {
        padding: 2px;
        width: 45px;
        height: 45px;
    }
    /*violet bgcolor section*/
    .bg-voilet-full-width-sec .full-width-main-txt p,
    .mcs-edge-sec-four .mcs-edge-sec-four-left h5
    {
        font-size:22px;
    }
    .mcs-edge-section-three .bg-card-main .bg-card-txt h4,
    .our-sucess-card-author h6
    {
        font-size:20px;
        line-height:32px;
    }
    .mcs-edge-section-three .bg-card-main .bg-card-txt p{
        font-size:15px;
    }
    .mcs-edge-section-three .bg-card-main{
        /*height:350px;*/
        padding:30px;
    }
    .mcs-edge-sec-four-right .mcs-edge-sec-four-inner p{
        font-size:24px;
        line-height:35px;
    }
    .mcs-edge-sec-four-right{
        margin-bottom:30px;
    }
    /* tech stack hidden and display images */
    .hidden-box{
        display:none;
    }
    .quote::after{
	    margin-left:0px;
	    font-size:30px;
    }
    .recent-blog-card .recent-blog-img{
        height:186px;
        background-size:contain;
    }
}
/**====================================
###### small devices 
========================================**/
@media only screen and (min-width: 577px) and (max-width: 768px){
        /*mbl nav section */
    .header-section .nav-contact-btn{
    margin: 18px 0px 0px 0px;
    color: #fff !important;

    }

    .fixed-top-sm .navbar-nav .nav-link:not(.nav-contact-btn) {
        font-size: 18px;
        font-weight: 500;
        border-bottom: 1px solid transparent;
        width: 105px;
        color:#000;
        transition: border 0.5s ease, width 0.5s ease-in;
    }
    
    .fixed-top-sm .navbar-nav .nav-link:not(.nav-contact-btn):hover {
        border-bottom: 1px solid #5752A2;
        width: 105px;
    }
    
    .header-section .main-heading-content-section .main-heading-section .main-heading h1{
        font-size:40px;
        line-height:46px;
    }
    .header-section .main-heading-content-section .main-heading-style {
        width: 164px;
        height: 90px;
        margin-bottom: -29px;
        margin-left: -49px;
    }
    .header-section .main-heading-content-section .main-heading-style p{
        top: 22px;
        font-size: 30px;
    }
    .carousel-indicators [data-bs-target]{
	    height:0px;
    }
    .header-section .main-heading-content-section .heading-content p{
        font-size: 20px;
        line-height: 32px;
    }
    .img-section .img-main {
        height: 180px;
    }
    .img-two .img-main{
        height:220px;
    }
    .img-top-design{
        height: 35px !important;
    }
    .header-section .header-images-section .outer-layer-img-section img {
        width: 265px;
        height: 280px;
    }
    .header-section .header-images-section .outer-layer-img-section{
        top: -11px;
    }
    /*overview section */
    .overview-sec-two-bottom-sec .overview-sec-two-card h5,
    .mcs-edge-row-sec .mcs-card-main .mcs-edge-card h3
    {
        font-size:20px;
    }
    .recent-blog-card .recent-blog-txt p,
    .recent-blog-card .recent-blog-txt a,
    .our-sucess-card-inner p
    {
        font-size:16px;
    }
    /*.header-section .header-images-section {
        margin-top: 200px;
    }*/
    .overview-row-left-img img{
        width: 26px;
    }
    .overview-main-section-start .overview-section-heading-section h2,
    .our-service-below-sec .our-service-below-sec-txt h2,
    .mcs-edge-main-sec .mcs-edge-top-main-heading h2,
    .mcs-edge-sec-five .mcs-edge-sec-five-heading h2,
    .our-process-sec-two-main-heading h2,
    .our-process-inner-sec-three-heading,
    .faq-sec-main .faq-sec-main-inner .faq-sec-heading h2,
    .faq-sec-main .faq-sec-main-inner .faq-sec-heading h2,
    .recent-blogs .recent-blog-heading h2
    {
        font-size: 24px;
        line-height:30px;
    }
    .overview-main-section-start .overview-section-heading-section p,
    .overview-row-right-txt p,
    .mcs-edge-sec-five .mcs-edge-sec-five-heading p
    {
        font-size: 14px;
    }
    .overview-row-right-txt h4, 
    .our-service-below-sec .our-service-below-sec-txt p{
        font-size: 20px;
    }
    .our-service-below-sec{
        background-image: url(../../images/ecommerce-development/body/our-service/our-services-below-mbl-bg.png);
        margin-top: 150px;
    }
    /** bg -voliet full width sect **/
    .bg-voilet-full-width-sec{
        margin-top: 150px;
    }
    /**mcs section - 4**/
    .mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner h6{
        font-size:24px
    }
    .mcs-edge-sec-four-right .mcs-edge-sec-four-inner .inner-inner p{
        font-size: 12px;
    }
    .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{
        width:140px;
        height:140px;
    }
    
    /** mcs edge section 5 **/
    .mcs-edge-sec-five-slider-img {
        text-align: center;
    }
    .mcs-edge-sec-five-slider-img img{
        height:300px;
        border-radius:30px;
    }
    .mcs-edge-sec-five .accordain_tab_group .tab p{
        font-size: 10px;
        line-height: unset;
        padding:8px 10px;
    }
    .mcs-edge-sec-five .accordain_tab_group{
        gap:2px;
    }
    .mcs-edge-sec-five  .accordian_tab_contents{
        padding:4px;
    }
    .mcs-edge-sec-five-slider-txt h4{
        line-height: unset;
        font-size: 24px;
    }
    .mcs-edge-sec-five .carousel-control-next
    {
        right: 32%!important;
    }
    .mcs-edge-sec-five .carousel-control-prev
    {
        left:32% !important;
    }
    .mcs-edge-sec-five{
        padding-bottom: 130px !important;
    }
    .tech-stach-main-img-group .box .inner-box img{
        height:50px;
    }
     /** mcs edge sec 6 **/
     .mcs-edge-sec-six .accordion-button{
        font-size: 18px;
    }
    .mcs-edge-sec-six .sec-six-accordion-txt,
    .our-service-right-side-main .our-service-right-side-inner ul li
    {
        font-size: 14px !important;
    }
    .tab-img img{
        width: 30px;
    }
    /** our sucess stories  **/
    .mcs-edge-last-our-sucess-stories .carousel-control-next{
        right:32% !important;
    }
    .mcs-edge-last-our-sucess-stories .carousel-control-prev{
        left:32% !important;
    }
     /** tech stack **/
     .box:nth-child(odd){
        background-color: unset;
    }
    .box:nth-child(1), .box:nth-child(4), .box:nth-child(5), .box:nth-child(8),.box:nth-child(9) {
        background-color: #F4F3F8;
    }
    .tech-stack-accordian_tab_wrapper {
        display: flex !important;
    }
    .tech-stack-accordain_tab_group {
        flex-direction: column;
        width: 190px;
        justify-content: unset;
        gap: 10px;
        align-items: baseline;
    }
    .box{
        flex-basis: 50%;
        height:170px;
    }
    .box .inner-box p{
        font-size:15px;
    }
    /* tech stack hidden and display images */
    .hidden-box{
        display:none;
    }
    .footer-sec-two ul{
        flex-direction: row;
    }
    /* our proces **/
    .our-process-sec-two-box{
        display: none;
    }
     /* recent blogs */
     .carousel-indicators{
        bottom:-55px;
    }
    /* cost of building e-centric section sm  */
    .inner-btn-sec p{
        padding:10px 30px;
    }
    /** our process **/
    .our-process-starts {
        height:900px;
        overflow: hidden;
        position: relative;
    }
    .our-process-related-btn button{
        font-family: var(--font-family-1);
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        text-align: left;    
        color: #fff;    
        background-color: #000;
        border: none;
        padding: 8px 30px;
        border-radius: 30px;
    }
    .our-process-related-btn {
        position: absolute;
        bottom: 0px;
        text-align: center;
        display: flex;
        background-image: linear-gradient(to top, #fff, transparent);
        width: 100%;
        align-items: flex-end;
        justify-content: center;
        height: 300px;
    }
    .btn-clicked{
        height: unset;
        overflow: unset;
    }
    /*our e-commerece web developemnt service */
    .accordion-item:first-of-type .accordion-button{
        font-size: 19px;
        line-height: 24px;
    }
    .our-service-right-side-main .our-service-right-side-inner p{
        font-size:16px;
        line-height: 27px;
    }
    .mcs-edge-main-sec .mcs-edge-row-sec .carousel-control-prev,
    .mcs-edge-main-sec .mcs-edge-row-sec .carousel-control-next
    
     {
        padding: 2px;
        width: 45px;
        height: 45px;
    }
    /*violet bgcolor section*/
    .bg-voilet-full-width-sec .full-width-main-txt p,
    .mcs-edge-sec-four .mcs-edge-sec-four-left h5
    {
        font-size:22px;
    }
    .mcs-edge-section-three .bg-card-main .bg-card-txt h4{
        font-size:20px;
        line-height:32px;
    }
    .mcs-edge-section-three .bg-card-main .bg-card-txt p{
        font-size:15px;
    }
    .mcs-edge-section-three .bg-card-main{
        height:350px;
        padding:30px;
    }
    .mcs-edge-sec-four-right .mcs-edge-sec-four-inner p{
        font-size:24px;
        line-height:35px;
    }
    .mcs-edge-sec-four-right{
        margin-bottom:30px;
    }
    /*faq section */
    .faq-sec-accordian .accordion-button{
        font-size:18px;
        line-height:28px;
    }
    .contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-decoration{
        width: 190px;
        height: 74px;
        top: -59px;
        left: -36px;
    }
    .contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-decoration h5{
        font-size: 22px;
    }
    .carousel-control-next, .carousel-control-prev{
        width:50px;
        height:50px;
    }
     .recent-blog-card .recent-blog-img{
        height: 211px;
        background-size: cover;
        background-position: center;
    }

}
/**====================================
###### medium devices 
========================================**/
@media only screen and (min-width: 769px) and (max-width: 992px){
    /*mbl nav section */
    .header-section .nav-contact-btn{
    margin: 18px 0px 0px 0px;
    color: #fff !important;

    }

    .fixed-top-sm .navbar-nav .nav-link:not(.nav-contact-btn) {
        font-size: 18px;
        font-weight: 500;
        border-bottom: 1px solid transparent;
        width: 105px;
        color:#000;
        transition: border 0.5s ease, width 0.5s ease-in;
    }
    
    .fixed-top-sm .navbar-nav .nav-link:not(.nav-contact-btn):hover {
        border-bottom: 1px solid #5752A2;
        width: 105px;
    }
    
    .header-section .main-heading-content-section .main-heading-section .main-heading h1{
        font-size:60px;
        line-height:60px;
    }
    .img-section img {
        height: 250px;
    }
    .img-two img{
        height:300px
    }
    .header-section .header-images-section .outer-layer-img-section img {
        width: 350px;
        height: 440px;
    }
  
    .header-section .header-images-section .outer-layer-img-section{
        top: -92px;
    }
    /*.header-section .header-images-section {
        margin-top: 200px;
    }*/
    .our-service-below-sec{
        background-image: url(../../images/ecommerce-development/body/our-service/our-services-below-mbl-bg.png);
    }
    .our-service-below-sec .our-service-below-sec-txt p{
        font-size: 20px;
    }
    .our-service-below-sec .our-service-below-sec-txt h2
    .mcs-edge-main-sec .mcs-edge-top-main-heading h2
    {
        font-size: 24px;
        line-height:30px;
    }
    .overview-main-section-start .overview-section-heading-section h2,
    .our-service-below-sec .our-service-below-sec-txt h2,
    .mcs-edge-main-sec .mcs-edge-top-main-heading h2,
    .our-process-sec-two-main-heading h2,
    .faq-sec-main .faq-sec-main-inner .faq-sec-heading h2
    {
        font-size: 24px;
        line-height:30px
    }
    .mcs-edge-sec-five-slider-txt h4{
        font-size:26px;
        line-height: 36px;
    }
    .mcs-edge-sec-five {
        padding-bottom: 146px !important;
    }
    .mcs-edge-sec-five .carousel-control-next,
    .mcs-edge-last-our-sucess-stories .carousel-control-next
    {
        right: 38% !important;
    }
    .mcs-edge-sec-five .carousel-control-prev,
    .mcs-edge-last-our-sucess-stories .carousel-control-prev
    {
        left: 38% !important;
    }
    .mcs-edge-main-sec .carousel-control-next,.mcs-edge-main-sec .carousel-control-prev {
        border-radius: 63px;
        height: 65px;
        width: 65px;
    }
    /** bg -voliet full width sect **/
    .bg-voilet-full-width-sec{
        margin-top: 130px;
    }
     /** tech stack **/
    .box:nth-child(odd){
        background-color: unset;
    }
    .box:nth-child(1), .box:nth-child(4), .box:nth-child(5), .box:nth-child(8),.box:nth-child(9) {
        background-color: #F4F3F8;
    }
    /* tech stack hidden and display images */
    .hidden-box{
        display:none;
    }
    .tech-stack-accordian_tab_wrapper {
        display: flex !important;
    }
    .tech-stack-accordain_tab_group {
        flex-direction: column;
        width: 190px;
        justify-content: unset;
        gap: 10px;
        align-items: baseline;
    }
    .box{
        flex-basis: 50%;
        height:170px;
    }
    .box .inner-box p{
        font-size:15px;
    }
    .footer-sec-two ul{
        flex-direction: row;
    }
    .our-process-sec-two-box {
        gap: 10px;
        flex-wrap: wrap;
    }
    .our-process-related-btn {
        display: none;
    }
    .contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-decoration{    
    top: -51px;
    left: -47px;
    width: 195px;
    height: 76px;
}
.contact-main-sec .contact-left-section .contact-left-main-heading .contact-left-decoration h5{
    font-size:22px;
}
 .recent-blog-card .recent-blog-img{
        height:211px;
       background-size: cover;
        background-position: center;
    }
    
}
/**====================================
###### extra large devices 
========================================**/
@media only screen and (min-width: 993px) and (max-width:1024px){
    .header-section .nav-link{
        margin-left:7px;
    }
    .mcs-edge-sec-five-slider-txt h4,
    .mcs-edge-sec-four-right .mcs-edge-sec-four-inner p
    {
        line-height: 35px;
        font-size: 24px;
    }
    /* our porcess btn */
    .our-process-related-btn {
        display: none;
    }
    .our-process-sec-two-box {
        gap: 10px;
        flex-wrap: wrap;
    }
    .second-nav-main-section .second-nav .nav-group ul li a{
        font-size: 16px;
    }
    .our-process-card-main .our-process-inner-card-txt p{
        font-size:14px;
        line-height:20px;
    }
    .our-process-card-main .our-process-inner-card-txt h4,
    .mcs-edge-row-sec .mcs-card-main .mcs-edge-card h3,
    .mcs-edge-sec-six .accordion-button
    {
        font-size:20px;
    }
    .overview-main-section-start .overview-section-heading-section h2,
    .mcs-edge-main-sec .mcs-edge-top-main-heading h2,
    .our-process-sec-two-main-heading h2,
    .faq-sec-main .faq-sec-main-inner .faq-sec-heading h2
    {
        font-size:36px;
        line-height:46px;
    }
    .our-service-below-sec .our-service-below-sec-txt p{
        font-size: 19px;
    }
    .our-service-below-sec .our-service-below-sec-txt h2,
    .mcs-edge-main-sec .mcs-edge-top-main-heading h2,
    .our-process-inner-sec-three-heading
    {
        font-size:36px;
        line-height:46px;
    }
    .tab-img img{
        width:30px;
    }
    /*mcs edge courousel left img*/
    .mcs-edge-sec-five-slider-img img {
        height: 400px;
        text-align:center;
        border-radius: 30px;
    }
    /* tech stack hidden and display images */
    .hidden-box{
        display:unset;
    }
    .second-nav-main-section .second-nav .nav-group ul li{
        padding:14px 0px;
    }
}
@media only screen and (min-width:1025px){
    /*.our-services-main h2{*/
    /*    width: 582px !important;*/
    /*}*/
    .overview-main-section-start .overview-section-heading-section h2{
        width: 1015px;
    }
    .overview-sec-two h2{
        width:901px;
    }
    .overview-main-section-start .overview-section-heading-section p,
    .mcs-edge-main-sec .mcs-edge-top-main-heading p
    {
        width: 890px;
    }
    .tech-stack-main-sec .tech-stack-main .mcs-edge-top-main-heading p{
        width: 640px;   
    }
    .mcs-edge-main-sec .mcs-edge-top-main-heading h2{
        width:1018px;
    }
    /*.bg-one{
        border-radius: 10px 0px 0px 0px;
    }
    .bg-three{
        border-radius: 0px 10px 0px 0px;
    }
    .bg-seven{
        border-radius: 0px 0px 0px 10px;
    }
    .bg-nine{
        border-radius: 0px 0px 10px 0px;
    }*/
    /** mcs eddge section 5 **/
    .mcs-edge-sec-five{
        margin: 60px 0px;
        padding-bottom: 100px !important;
    }
    .mcs-edge-sec-five .mcs-edge-sec-five-heading p{
        width: 890px;
    }
    /** mca edge 4 **/
    .mcs-four-before::before {
        content: '';
        width: 200px;
        height: 200px;
        background-image: url(../../images/ecommerce-development/body/mcs-edge/section-4/sec-before.png);
        float: right;
        margin-top: -50px;
        background-repeat: no-repeat;
        margin-right: -50px;
        background-size: contain;
        z-index: -1;
        position: relative;
    }
    .mcs-edge::before{
        content: '';
        width: 200px;
        height: 200px;
        background-image: url(../../images/ecommerce-development/body/mcs-edge/section-4/sec-before.png);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        transform: rotate(255deg);
        position: absolute;
        top: -30px;
        left: -80px;
        overflow: visible;
    }
    .mcs-edge-sec-five-slider-img{
        position: relative;
    }
   /** mcs edge sec 7 our success stories **/
   .our-sucess-card{
    width: 960px;
   }
    /** our process **/
    .our-process-sec-two-main-heading{
        width:793px;
    }
    /** faq's section **/
    /*.faq-sec-main .faq-sec-main-inner .faq-sec-heading h2{*/
    /*    width:454px;*/
    /*}*/
    .faq-sec-accordian {        
        margin: 0 auto;
    }
    /* our porcess btn */
    .our-process-related-btn {
        display: none;
    }
    /*mcs edge courousel left img*/
     .mcs-edge-sec-five-slider-img img {
        height: 400px;
        text-align:center;
        border-radius: 30px;
    }
    /* tech stack hidden and display images */
    .hidden-box{
        display:unset;
    }
    /*faq's section*/
    .faq-sec-accordian{
        width:1000px;
    }
    .our-service-below-sec{
        display:flex;
        align-items:center;
    }
}
@media only screen and (min-width:1024px) and (max-width:1400px){
    .header-section .main-heading-content-section .main-heading-style{
    margin-bottom: -32px;
    margin-left: 43px;
    width: 235px;
    height: 88px;
    }
    .header-section .main-heading-content-section .main-heading-section .main-heading h1{
        font-size:70px;
        line-height:76px;
    }
    .header-section .main-heading-content-section .main-heading-style p{
        font-weight: 400;
        font-size: 37px;
        top: 16px
    }
    .header-section .nav-link
    .mcs-edge-row-sec .mcs-card-main .mcs-edge-card ul li .inner-card h5
    {
        font-size: 16px;
    }
    .header-section .nav-contact-btn{
        padding:7px 0px;
    }
    .header-section .main-heading-content-section .heading-content p{
        font-size:20px;
        line-height:34px;
        margin:12px 0px;
    }
    /*.our-services .tab p{
        font-size:17px;
    }*/
    .our-service-right-side-main .our-service-right-side-inner p{
        font-size:18px;
        line-height:29px;
    }
    .our-service-right-side-main .our-service-right-side-inner ul li{
        font-size:14px;
    }
    .our-services .accordain_tab {
        margin-bottom: 100px;
    }
    .our-service-below-sec .our-service-below-sec-txt h2{
        width: 500px;
        font-size: 36px;
        line-height:46px;
    }
    .our-service-below-sec .our-service-below-sec-txt p{
        font-size:23px;
        width: 680px;
    }
    .our-service-below-sec .our-service-below-sec-txt button
    
    {
        font-size:15px;
    }
    .overview-main-section-start .overview-section-heading-section p{
        line-height:24px;
        font-size:15px;
    }
    .our-services .tab p{
        font-size:16px;
    }
    .our-process-bg-img .our-service-below-sec-txt h2{
    width: 561px;
    font-size: 36px;
    line-height: 46px;
}
.our-service-below-sec{
    height:400px;
}
.mcs-edge-sec-four-left h2{
    font-size: 36px;
    line-height: 46px;
}
section.mcs-edge-main-sec.mcs-edge-sec-four {
    margin: 50px 0px 100px 0px;
}
}