@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,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:16px;
}
/* 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;
    text-align: center;
}

/* ==========================================
##### header section 
============================================== */
header.mcs__header {
    background-color: var(--white);
}
.main__logo{
    max-width: 180px;
    height: 30px;
}
.mcs__header .mcs__header-main .mcs__header-right-side{
    display: flex;
     gap:20px;
    justify-content: space-around; 
}
.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);
}
/* mobile navigation */
.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;
}
/* banner image main heading and text */
.mcs__partnership-banner-main-sec{
    background-image: url(../../images/mcs-partnership-program/header/banner-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.mcs_partnership-banner-inner-txt h1{
    text-align: center;
    color: var(--white);
}
.mcs_partnership-banner-inner-txt p{
    font-family: var(--font-family-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--white);
}
.mcs_partnership-bannerText-below-list ul {
    width: 25%;
    margin-left: 32px;
    display: flex;
    flex-direction: column;
    height: 85px;
    justify-content: space-between;
}
.mcs_partnership-bannerText-below-list ul:not(:last-child){
    border-right:2px solid var(--white);
}
.mcs_partnership-bannerText-below-list ul:not(:first-child){
    padding-left: 30px;
}
.mcs_partnership-bannerText-below-list ul li{
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.03em;
    text-indent: -34px;
    margin-bottom: 7px;
    color: var(--white);
}
.mcs_partnership-bannerText-below-list ul li::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../images/mcs-partnership-program/header/list-style.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0px 13px -7px 0px;
}
.mcs_partnership-bannerText-below-list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mcs_partnership-banner-inner-txt .header-btn a{
    color: var(--white);
    font-family: var(--font-family-main);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    background: var(--thrid-orange);
    padding: 10px 25px;
    border-radius: 25px;
    text-align: center;
}
/* 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;
}

/* =======================================
#### our solutions section
========================================== */
.mcs__our-solutions-main-sec{
    background: linear-gradient(180deg, #EFEEF7 77.71%, rgba(244, 243, 248, 0) 101.28%);
}
.mcs_ourSolution-card{
    height: 250px;
    border: 10px solid #FFFFFF1A;
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 45px;
    display: flex;
    align-items: center;
    background-size: 190px 160px, cover;
}
.mcs_ourSolution-card .mcs_solution-card-inner{
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.mcs_ourSolution-card .mcs_solution-card-inner div{
    width:80px;
    height: 80px;
    background-color: #F5F5F5;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mcs_ourSolution-card .mcs_solution-card-inner img{
    width:50px;
    height:50px;
}
.mcs_ourSolution-card .mcs_solution-card-inner h4{
    font-family: var(--font-family-secondary);
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.01em;
    text-align: left;
}
.solution-card-one{
    background-image: url('../../images/mcs-partnership-program/body/our-solution/one-bg.png'),linear-gradient(150.96deg, #FFFFFF 17.85%, rgba(255, 255, 255, 0) 98.47%);
}
.solution-card-two{
    background-image: url('../../images/mcs-partnership-program/body/our-solution/two-bg.png'),linear-gradient(150.96deg, #FFFFFF 17.85%, rgba(255, 255, 255, 0) 98.47%);
}
.solution-card-three{
    background-image: url('../../images/mcs-partnership-program/body/our-solution/three-bg.png'),linear-gradient(150.96deg, #FFFFFF 17.85%, rgba(255, 255, 255, 0) 98.47%);
}
.solution-card-four{
    background-image: url('../../images/mcs-partnership-program/body/our-solution/four-bg.png'),linear-gradient(150.96deg, #FFFFFF 17.85%, rgba(255, 255, 255, 0) 98.47%);
}
.solution-card-five{
    background-image: url('../../images/mcs-partnership-program/body/our-solution/five-bg.png'),linear-gradient(150.96deg, #FFFFFF 17.85%, rgba(255, 255, 255, 0) 98.47%);
}
.solution-card-six{
    background-image: url('../../images/mcs-partnership-program/body/our-solution/six-bg.png'),linear-gradient(150.96deg, #FFFFFF 17.85%, rgba(255, 255, 255, 0) 98.47%);
}
.solution-hide-btn button{
    background-color: var(--thrid-orange);
    color: var(--white);
    font-size:16px;
    font-family: var(--font-family-secondary);
    border: none;
    padding: 6px 20px;
    text-align: center;
    border-radius: 25px;
}
/* carousel prev and next styles */
.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-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 [class*=owl-] {
    color: #FFF !important;
    font-size: 49px !important;
    line-height: 0px !important;
}
.owl-theme .owl-nav {
    margin-top: 50px;
}

/* divider */
.divider{
    border: 1px solid #000000;
}
/* =======================================
## industries we server section 
========================================= */
/* section one */
.industries-we-server-cards-row-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 13px;
}
.industries-card-main {
    width: 19%;    
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 175px;
    display: flex;
    align-items: flex-end;
    padding: 15px;
}
.industries-card-main .industries-card-inner img{
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
}
.industries-card-main .industries-card-inner h5{
    font-family: var(--font-family-secondary);
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.03em;
    color: var(--white);
}
.industries-card-one{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Finance-bg.png);
}
.industries-card-two{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Education-bg.png);
}
.industries-card-three{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Healthcare-bg.png);
}
.industries-card-four{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/E-commerce-bg.png);
}
.industries-card-five{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Logistics-bg.png);
}
.industries-card-six{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Entertainment-bg.png);
}
.industries-card-seven{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Gaming-bg.png);
}
.industries-card-eight{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Automotive-bg.png);
}
.industries-card-nine{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Retail-bg.png);
}
.industries-card-ten{
    background-image: linear-gradient(209.16deg, rgba(0, 0, 0, 0) 7.88%, #000000 74.73%), url(../../images/mcs-partnership-program/body/industries-we-serve/Telecom-bg.png);
}
/* javascript */
.industries {
    display: none;
}
.show {
    display: flex;
}
/* section tw industries we serve */
.mcs__industries-sec-two-main{
    background: #F4F3F8;
}
.sec-two-row-main{
    padding: 30px;
    border-radius: 30px;
}
.row-one{
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.row-two{
    background: linear-gradient(-90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.industries-sec-two-row-right-txt h4{
    font-family: var(--font-family-secondary);
    font-size: 26px;
    color: var(--black);
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.01em;
    margin-bottom:17px;
}
/* .industries-sec-two-row-right-txt .inner-row-left-img{
    width: 100px;
} */

.industries-sec-two-row-right-txt .inner-row-left-img img{
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: #F4F3F8;
    padding: 10px;
}
.row-two .inner-row-left-img img{
    background: var(--white) !important;
    width: 50px;
    height:50px;
}
.row-two .d-flex:last-child .inner-row-left-img .width-increase{
   width:75px;
}
.manage-img{
    width:75px !important;
}
.industries-sec-two-row-right-txt .inner-row-right-txt h6{
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: var(--secondary-pink)
}
.industries-sec-two-row-right-txt .inner-row-right-txt p{
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: var(--black);
}
.row-divider{
   border: 1.5px solid #DFDCEA;
   margin: 5px 0px 15px 0px;
}
/* ==========================================
#### beacom an MCS Partners section
============================================= */
.mcs-partner-inner-card{
    text-align: center;
}
.mcs_partners-main-lg-row .mcs-partner-inner-card h6{
    font-family: var(--font-family-secondary);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: var(--secondary-pink);
}
.mcs_partners-main-lg-row .mcs-partner-inner-card P{
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: var(--black);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--primary-violet) !important;
}
/* CTA section with violet background */
.mcs__services_violet-sec-two{
    background-image: url(../../images/mcs-partnership-program/body/mcs-partners/cta/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);
}
/* ==================================================
#### case study
==================================================== */
.mcs__case-study-main-sec{
    background: #F4F3F8;
}
.mcs_edge-carousel-card{
    padding: 35px;
    border-radius: 30px;
    background:var(--white)
}
.mcs_edge-carousel-card .mcs_edge-carousel-card-inner p{
    color: var(--black);
    font-family: var(--font-family-secondary);
    font-size: 18px;
    opacity: 0.8;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.36px;
}
.mcs_edge-testimonal .mcs_edge-carousel-card-inner p:first-child::before {
    content: '';
    display: inline-block;
    background-image: url(../../images/mcs-partnership-program/body/case-study/white-quote.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 26px;
    left: 21px;
    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/mcs-partnership-program/body/case-study/pink-quote.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    right: 50px;
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
}
.author-img{
    width:60px;
    height: 60px;
}
/* section two - why partners wit MCS */
.mcs-case-study-sec-two-main-left-img{
    position: relative;
}
.mcs-case-study-sec-two-main-left-img img:last-child {
    position: absolute;
    top: 20px;
    left: 20px;
}
.mcs-sec-two-row{
    background: linear-gradient(109.77deg, #F4F3F8 46.03%, rgba(244, 243, 248, 0) 83.54%);
    border-radius: 100px 0px 0px 100px;
    padding: 25px;
    margin:40px 0px;
}
.mcs-sec-two-row .mcs-sec-two-right-img {
    background: #fff;
    padding: 18px;
    border-radius: 68px;
    width: 90px;
    height: 90px;
    box-shadow: 0px 7px 20px 0px #80808085;
}
.mcs-sec-two-row .mcs-sec-two-right-img img {
    width: 50px;
}
.mcs-sec-two-row .mcs-sec-two-right-txt h6{
    font-family: var(--font-family-secondary);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: var(--black);
    margin-bottom: 7px;
}
.mcs-sec-two-row .mcs-sec-two-right-txt p{
    font-family: var(--font-family-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: var(--black);
    margin-bottom: 0px;
}
/*section three*/
/*** ===================================
#### faq's section 
===================================***/
.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;
    width:100%;
}
.faq-sec-accordian .accordion-body.faq-accordian-body p,
.faq-list-item ul li
{
    color: #000;
    font-family: var(--font-family-secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
}
.faq-list-item ul li::before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../images/mcs-partnership-program/header/list-style.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0px 13px -7px 0px 
}
/* ======================================
### contact us page 
========================================= */
/* section one  */
.mcs_contact-sec-inner{
    background: #F4F3F8;
}
.contact-left-section .contact-left-txt h2{
    font-family: var(--font-family-main);
    font-size: 36px;
    font-weight: 500;
    line-height: 46px;
    text-align: left;
    margin-bottom: 25px;
}



.contact-left-section ul{
    padding-inline-start: 10px;
    list-style: none;
}
.contact-left-section ul li{
    display: flex;
    align-items: center;
    margin: 30px 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;
    color: var(--secondary-pink);
}
.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;
}
/* footer section */
.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);
}