@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Public Sans", sans-serif !important;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

/* start nav header css */
.zuzu-head {
    background: #181818;
    padding: 15px 0;
}

/* .navbar-toggler {
    padding: 6px !important;
    background: linear-gradient(127.28deg, #999EA3 -99.24%, #999B9D -69.59%, #999999 -44.91%, #8A8A8A -13.05%, #CFCFD0 12.51%, #E4E4E5 32.08%, #FDFDFD 57.94%, #FFFFFF 80.28%, #C5C5C6 103.27%, #797979 123.76%, #B3B3B3 150%, #9B9B9B 165.92%, #D1D1D1 202.92%, #FFFFFF 229.43%, #D0D0D0 245.29%, #B0B0B0 254.5%);

} */
ul.navbar-nav {
    padding-left: 3rem;
}

.zuzu-head .nav-item {
    margin-right: 20px;
}

.zuzu-head .nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #A7A7A7;
}

.zuzu-head .nav-link:hover {
    color: #ffffff;
    position: relative;
}

.zuzu-head .nav-link:hover:after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 4px;
    width: 59px;
    border-radius: 5px 5px 0 0;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

/* .zuzu-head #toggle {
    width: 28px;
    position: absolute;
    right: 0px;
    top: 5px;
    display: none;
}
.zuzu-head #menu {
    display: block;
    background-color: #fff;
    padding: 20px;
} */
.zuzu-head .nav-link.active {
    color: #ffffff;
    position: relative;
}

.zuzu-head .nav-link.active::after {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 4px;
    width: 59px;
    border-radius: 5px 5px 0 0;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

.zuzu-head .navbar-brand {
    margin-right: 70px !important;
}

.hamburger {
    width: 25px;
    height: 29px;
    padding: 5px;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(127.28deg, #999EA3 -99.24%, #999B9D -69.59%, #999999 -44.91%, #8A8A8A -13.05%, #CFCFD0 12.51%, #E4E4E5 32.08%, #FDFDFD 57.94%, #FFFFFF 80.28%, #C5C5C6 103.27%, #797979 123.76%, #B3B3B3 150%, #9B9B9B 165.92%, #D1D1D1 202.92%, #FFFFFF 229.43%, #D0D0D0 245.29%, #B0B0B0 254.5%);
    border-radius: 4px;
    display: none;
    cursor: pointer;
    margin-right: 5px;
}

/* .hamburger-init {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    outline: none;
} */

.menu {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.menu .bar1,
.menu .bar2,
.menu .bar3 {
    width: 17px;
    height: 2px;
    background-color: #000;
    transition: transform 0.4s;
}


#navbarSupportedContent {
    display: none;
}

#navbarSupportedContent.show {
    display: block;
}

.hamburger.active .bar1 {
    transform: translateY(6px) rotate(-45deg);
}

.hamburger.active .bar2 {
    opacity: 0;
}

.hamburger.active .bar3 {
    transform: translateY(-7px) rotate(42deg);
}

/* end nav header css */

/* banner section css  */
.bannerLogo {
    top: 20%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.bannerLogoImg {
    width: 100%;
    max-width: 266px;

}

.banner-section {
    background-image: url('../images/bannerbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 666px;

}

.homeBannerTxt {
    position: relative;
    z-index: 1;
}

.typed-text.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.banner-right-img {
    width: 100%;
    max-width: 473px;
    /* opacity: 70%; */
}

.banner-right {
    position: absolute;
    bottom: -12%;
    right: 0%;
}

.bannerZImg {
    opacity: 0.3;
    height: 666px;
    width: 100%;
}

.banner-content-section {
    margin-top: -234px;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

.banner-heading {
    font-size: 85px;
    color: #fff;
    font-weight: 800;
    line-height: 85px;
}

.where {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    /* font-size: 85px; */
}


/* start expeInfluence css */
section.expeInfluence {
    padding: 80px 0 0;
}


/* start get zuzu app css */
.getZuzuAppTxt {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.25px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #242424;
    margin-bottom: 20px;
}

/* .getZuzuApp .banner-heading{
font-size: 37.78px;
font-weight: 800;
line-height: 37.78px;
text-align: left;
color: #242424;

}
.getZuzuApp .where{
    -webkit-text-stroke: 2px #242424;
} */


/* common heading css */
.bigHeading {
    font-size: 50px;
    font-weight: 800;
    text-align: left;
    color: #242424;

}

.subHeading {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #777777;
}

.selectCountry .input-box {
    padding: 29px;
}

.iti__selected-flag {
    padding: 20px;
}


/* start engageDeals section css */
.engageDeals {
    background: linear-gradient(78.98deg, #406FD8 -13.54%, #CF84EE 83.12%);
    padding: 80px 0;

}

.engageDeals .primaryHeading {
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
}

.engageDeals .secondaryHeading {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #E3D2FF;
}

/* end engageDeals section css */


/* start everySwipe section css */
.everySwipe {
    padding: 100px 0 0;
}

.everySwipe .bigText {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    color: #242424;
}

.everySwipe .smallText {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #777777;
}

.googleAppImg {
    width: 100%;
    max-width: 160px;
}

/* end everySwipe section css */


/* start slider tabs section css */
.tabs-heading {
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
}

.ourExitPart {
    margin-right: 120px;
}

.tab-btn {
    border: 1px solid #77777780;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #777777;
    cursor: pointer;
}

.tab-btn.active {
    border: 2px solid #242424;
    color: #242424;
}

/* slider section */
.client-name {
    position: absolute;
    top: 18px;
    left: 22px;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    background: #fff;
    padding: 7px 17px;
    border-radius: 19px;
}

.tabsBtnList {
    overflow-x: auto;
}

.brandLogo {
    width: 100%;
    max-width: 119px;
    margin: 0px auto;
    margin-top: -61px;
}

.client-section {
    padding-left: 260px !important;
    margin: 120px 0px;
}

.ourPartner-card {
    background: #fff;
    text-align: left;
    box-shadow: 0px 4px 20px 0px #0000001A;
    border-radius: 0px 0px 25px 25px;
}

.slider-text {
    padding: 20px;
}

.review-carousel .owl-theme .owl-nav {
    position: absolute;
    right: 86px;
    top: -67px;
}

.heading-text-brand {
    width: 100%;
    margin-bottom: 37px;
    flex-wrap: wrap;
}

.brand-tabs {
    border: 1px solid #77777780;
    margin-right: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #777777 !important;
    font-size: 16px;
    display: inline-block;
    width: max-content;
}

.brand-tabs.active {
    border: 2px solid #242424;
    font-weight: 600;
    color: #242424 !important;
}

/* zuzu partner section */
.loking-parnter-zuzu {
    margin: 100px 0px;
}


.main-btn {
    background: linear-gradient(90deg, rgba(23, 23, 23, 1) 0%, rgba(66, 66, 66, 1) 100%);
    padding: 26px 80px 26px 30px;
    margin-top: 38px;
    display: inline-block;
    border-radius: 13px;
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}


/* footer section css start */
section.footer-section {
    background: url(../images/footerImg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    padding-top: 100px;
}

.medium-text {
    color: #fff !important;
    font-size: 14px;
    line-height: 22px;
    margin-top: 24px;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}

.footer-list {
    margin-top: 30px;
}

.footer-heading {
    color: #797978;
    margin: 0px !important;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.medium-text i {
    padding: 0px 35px 0px 0px;
}

.footer-last {
    padding: 23px;
    margin-top: 20px;
    border-top: 1px solid #ffffff1a;
}

.last-text {
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.line {
    padding: 20px;
    color: #ffffff21;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
}

.socialIcon {
    color: #fff !important;
    margin: 0px 3px;
    background: #5b5757a6;
    border-radius: 50px;
    height: 41px;
    width: 41px;
    display: block;
    text-align: center;
    line-height: 41px;
}

.detail-icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.footer-last-content {
    flex-wrap: wrap;
    justify-content: space-between;
}

/* start fixed button css */
#buttonFixed .googleAppBtn {
    display: inline-block;
}

#buttonFixed {
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 0px;
    left: 0;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.everySwipeBtnsFixed {
    display: none !important;
}

#buttonFixed.show {
    opacity: 1;
    visibility: visible;
}


/*** start How We Work Page CSS ***/


/* start banner css */
.howWork-banner-section {
    background-image: url('../images/otherBannerbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 120px 0 150px 0;
}

/* end banner css */

/* start zuzu video css */
.zuzuVideo {
    padding: 258px 0 120px;
}

.zuzuVidImg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -10%;
    width: 100%;
    max-width: 837px;
}

/* end zuzu video css */



/* start how to work css */
.howItWorkHead {
    padding: 0 0 55px 0;
}

.steps-number {
    background: linear-gradient(219.86deg, #4F46FF 10.2%, #8F00FF 76.74%);
    max-width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    margin-right: 30px;
}

.steps-heading {
    font-size: 24px;
    font-weight: 800;
}

.text-steps img {
    margin: 0px 0px 20px 0px;
    width: 45px;
    height: 46px;
    object-fit: contain;
}

.main-steps {
    padding-bottom: 10px;
}

.subHeading2 {
    font-size: 14px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 20px;
}

.border-dotted {
    position: relative;
}

.border-dotted:after {
    border-left: 2px dashed #830dff5c;
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    left: 21px;
    z-index: -1;
}

.workers-status {
    height: 558px;
    overflow: auto;
}

::-webkit-scrollbar {
    display: none;
}

/* end how to work css */


/* start ready start section css */
.readyToStartSec {
    padding: 120px 0;
}

.ready-start {
    padding: 0 0px 0 46px;
    background: linear-gradient(78.98deg, #406FD8 -13.54%, #CF84EE 83.12%);
    border-radius: 30px;
}

.reaStaPhnImg {
    margin-top: -62px;
    width: 100%;
    max-width: 374px;
}

.readyStartTxt {
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    margin-bottom: 56px;
}

.ready-start .getZuzuAppTxt {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #D0D0FF;
}

.reaStaLineImg {
    position: absolute;
    bottom: 25px;
    right: -26%;
    width: 100%;
    max-width: 567px;
    transform: rotate(6deg);
}



/*** End How We Work Page CSS ***/


/*** Start About Us page css ***/

/* start banner css */
.aboutUs-banner {
    padding: 228px 0 !important;
}

.ourStory {
    padding: 120px 0;
}

.missionRight {
    margin-top: 5rem;
}

/* start vision css */
.vision-section {
    background-image: url('../images/visionbg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 121px 0;
}

.whiteTxt {
    color: #fff !important;
}

/* .visionLeft::after {
    content:"";
    background-image: url('./images/visionsecline.png');
    background-repeat: no-repeat;
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 145px;
    max-width: 574px;
} */
.visionLineImg {
    position: absolute;
    bottom: -71%;
    left: 15%;
    transform: rotate(2deg);
    width: 646px;
    width: 100%;
    max-width: 580px;
}

.mission-section {
    padding: 70px 0 120px 0;
}

/* end vision css */
/***End  About Us page css ***/





/* start conatct-form section */
/* contact banner */
.contact-banner {
    background: url(../images/conatctBanner.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 228px 0;
}

/* .banner-heading {
        font-size: 85px;
        height: 50px;
        color: #fff;
    } */
.form-content-section {
    margin: 100px 0px;
}

#phone_number {
    width: 68%;
    left: 32%;
    padding: 17px !important;
    margin-bottom: 12px !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    display: flex;
}

.iti__flag-container {

    padding: 12px 0 12px 12px !important;
    width: 30%;
    margin-bottom: 12px;
    border-radius: 14px;
    border: 1px solid #7a7a7a4a;
    background: #FFFFFF1A;
    color: #fff;
}

#iti-0__country-listbox {

    /* background: linear-gradient(132.83deg, #000000 17.34%, #000000 30.67%, #000000 46.55%, #12131B 61.01%, #12131B 74.05%); */
    /* width: 100%; */
    white-space: initial;
    left: 0;
    color: #000;
}

/* #iti-0__country-listbox li:hover{
background-color: #a8a2a2 !important;
} */

.getIn {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}

.selectCountry .dropdown-item {
    padding: 5px !important;
}

.contact-form {
    background: linear-gradient(132.83deg, #000000 17.34%, #000000 30.67%, #000000 46.55%, #12131B 61.01%, #12131B 74.05%);
    padding: 40px;
    border-radius: 30px;
    width: 100%;
    max-width: 557px;
}

.dropdown-toggle::after {
    position: absolute;
    content: "\f107" !important;
    font-family: FontAwesome;
    display: inline-block;
    border: 0 !important;
    right: 20px;
    top: 15px;
    bottom: 0;
    font-size: 18px;
}

.countryNos {
    font-size: 16px;
    font-weight: 500;
}

.input-heading {
    font-size: 18px;
    color: gray;
    font-weight: 400;
    margin-bottom: 10px;
}

.input-box {
    padding: 17px 27px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 14px;
    border: 1px solid #7a7a7a4a;
    background: #FFFFFF1A;
    color: #ffffff;
}

.contact-heading {
    color: #fff;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
}

.submit-btn {
    background: linear-gradient(111deg, #999EA3 -69.95%, #999B9D -48.66%, #999999 -30.94%, #8A8A8A -8.07%, #CFCFD0 10.28%, #E4E4E5 24.33%, #FDFDFD 42.9%, #FFFFFF 58.95%, #C5C5C6 75.45%, #797979 90.16%, #B3B3B3 109%, #9B9B9B 120.44%, #D1D1D1 147%, #FFFFFF 166.03%, #D0D0D0 177.42%, #B0B0B0 184.03%);
    display: inline-block;
    border: none;
    padding: 16px 19px;
    color: #2B2B2B;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border-radius: 10px;
    margin-top: 32px;
}

.information-text {
    display: flex;
    align-items: flex-start;
    margin-bottom: 29px;
}

.icon-info {
    background: #aa1e23;
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 2px;
}

.info-textArea {
    padding-left: 20px;
}

.info-parah {
    font-size: 18px;
    color: #7a7a7a;
}


.top-text {
    margin-bottom: 42px;
    width: 100%;
    background: url(../images/bgContact.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.detail {
    padding-bottom: 20px;
}

.detail-heading {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}

.detail-para {
    font-size: 16px;
    color: #777777;
    padding-top: 5px;
}

/* end conatct-form section */





/* start Brand page css */
.brandBanner {
    padding: 74px 0 !important;
}

.brandBanner .main-btn {
    background: linear-gradient(129deg, #999EA3 -102.73%, #999B9D -72.03%, #999999 -46.48%, #8A8A8A -13.51%, #CFCFD0 12.94%, #E4E4E5 33.2%, #FDFDFD 59.97%, #FFFFFF 83.1%, #C5C5C6 106.89%, #797979 128.1%, #B3B3B3 155.26%, #9B9B9B 171.75%, #D1D1D1 210.04%, #FFFFFF 237.48%, #D0D0D0 253.9%, #B0B0B0 263.43%);
    color: #1c1c1c !important;
    padding: 21px 23px 20px 30px !important;
}

.brandLooking {
    background-image: url('../images/brandlookingbg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 87px 0;
    margin: 0 !important;
}

.brandCroBtn .owl-theme .owl-nav {
    top: -35px !important;
}

.beautyCosmetics {
    margin: 50px 0 !important;
}

.fashionSlider {
    margin: 120px 0 50px !important;
}

.brand-main-btn {
    display: none;
}


/* start partner page css */
.welcNxtRyt {
    margin-bottom: 0;
    padding: 10px;
    border-left: 2px solid rgba(127, 57, 202, 0.3);
}

.welcomeNext {
    padding: 120px 0 80px 0 !important;
}

.collaAnalytics {
    padding: 148px 0 76px 0;
}

.weAreExcited {
    background: linear-gradient(78.98deg, #406FD8 -13.54%, #CF84EE 83.12%);
    border-radius: 20px;
    padding: 70px 46px;
}

.weAreExcitedTxt {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.getStarted {
    padding: 120px 0;
}

.weExitedLineImg {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
}

.usTxt {
    -webkit-text-stroke: 1.5px #242424;
    -webkit-text-fill-color: transparent;
}

.whyPartner {
    padding: 0 0 120px;
}

.readyToAmptxt {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #777777;
}

.delPartParent {
    height: 660px;
    overflow: auto;
    padding-top: 30px;
}

.detailsToPartner {
    padding: 42px 29px 24px;
    background: #F8F2FD;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    margin-bottom: 40px;
}

.primaryHeading {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    color: #242424;
}

.secondaryHeading {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #777777;
}

.detToPartImg {
    position: absolute;
    top: -10%;
}

.numTxt {
    font-size: 120px;
    font-weight: 800;
    line-height: 0px;
    text-align: right;
    color: #FFFFFF33;
    padding-right: 120px;
}

/* start media query */
@media screen and (max-width: 1400px) {
    .client-name {
        font-size: 24px;
        padding: 7px 17px;
        border-radius: 12px;
    }

    .banner-heading {
        font-size: 60px;
        line-height: 65px;
    }

    .banner-content-section {
        margin-top: -184px !important;
    }

    .reaStaLineImg {
        position: absolute;
        bottom: 71px;
        right: -30%;
        width: 100%;
        max-width: 477px;
        transform: rotate(-4deg);
        /* z-index: 0; */
    }

    .client-section {
        padding-left: 137px !important;
    }

    .subHeading br {
        display: none;
    }

    .secondaryHeading br {
        display: none;
    }

    .weAreExcitedTxt br {
        display: none;
    }

    .reaStaLineImg {
        position: absolute;
        bottom: 53px;
        right: -27%;
        width: 100%;
        max-width: 454px;
        transform: rotate(359deg);
        /* z-index: 0; */
    }

    .readyStartTxt br {
        display: none;
    }

    .subHeading2 br {
        display: none;
    }

    .visionLeft .subHeading br {
        display: block;
    }
}

@media screen and (max-width: 1300px) {

    .client-section {
        padding-left: 85px !important;
    }

    /* .medium-text br{
        display: none;
            } */

}

@media screen and (max-width: 1200px) {

    .zuzu-head .nav-item {
        margin: 0 !important;
    }

    .navbar-nav {
        padding: 0 !important;
    }

    .client-section {
        padding-left: 15px !important;
    }

    .review-carousel .owl-theme .owl-nav {
        position: absolute;
        right: 0;
        left: 0;
        top: unset !important;
        text-align: center;
    }

    .contact-map {
        width: 100%;
    }

    .reaStaLineImg {
        display: none;
    }

    .readyStartTxt {
        font-size: 35px;
    }

    .zuzu-head .navbar-brand {
        margin-right: 50px !important;
    }
}

@media screen and (max-width: 991px) {
    .zuzu-head .nav-link.active::after {
        display: none;
    }

    .zuzu-head .nav-link:hover:after {
        display: none;
    }

    .zuzu-head #toggle {

        display: block;
    }

    .everySwipeLeft {
        display: flex;
        order: 2;
    }

    .everySwipe {
        padding: 50px 0;
    }

    .loking-parnter-zuzu {
        margin: 50px 0px 0px !important;
    }

    .zuzu-head-btn {
        display: none;
    }

    .zuzu-head-btn2 {
        display: block !important;
    }

    div#navbarSupportedContent {
        background: #fff;
        padding: 10px;
    }

    .zuzu-head .nav-link {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.01em;
        text-align: left;
        color: #242424 !important;
        border-bottom: 1px solid #E7E7E7;
        padding: 20px 0;
    }

    .zuzu-head .nav-link.active {
        color: #242424 !important;
    }

    .secImages {
        margin: 40px 0 !important;
    }

    .client-section {
        margin: 0 !important;
    }

    section.footer-section {
        background-image: url('../images/footerchange.png') !important;
        padding-top: 30px !important;
    }

    /* .footer-links {
        margin-top: 40px;
    } */
    .footNvalinks {
        margin-top: 40px !important;
    }

    .footer-list {
        margin-top: 10px !important;
    }

    .banner-right {
        display: none;
    }

    .banner-heading {
        font-size: 50px;
    }

    .getZuzuApp {
        display: block !important;
    }

    .expeInfluence {
        padding: 40px 0 0 !important;
    }

    .banner-section {
        height: 530px !important;
    }

    .bannerZImg {
        height: 530px !important;
    }

    .reaStaPhnImg {
        margin: 40px 0 0 0 !important;
    }

    .contact-right-text {
        margin-top: 50px;
    }

    .contact-form {
        max-width: 100%;
    }

    /* .where {
        font-size: 55px;
    } */

    .banner-heading {
        font-size: 55px;
    }

    .workers-status {
        height: auto !important;
    }

    .welcNxtRyt {
        border: none;
        padding: 0 !important;
    }

    .visionLineImg {
        display: none;
    }

    .zuzuVidImg {
        max-width: 600px;
    }

    .ready-start {
        padding: 24px 23px 0 23px !important;
    }

    .zuzu-head {
        padding: 0 !important;
    }

    .home-main-btn {
        margin: 32px 0 !important;
    }

    .visionZuzuImg {
        display: none;
    }

    .whyPartner .secondaryHeading br {
        display: none;
    }

    .hamburger {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .banner-heading {
        font-size: 37.5px;
        line-height: 37.5px;
    }

    .howWork-banner-section {
        padding: 17px 0 43px 0;
    }

    /* .zuzuVideo {
        padding: 230px 0 50px !important;
    } */
    .aboutUs-banner {
        padding: 96px 0px !important;
    }

    .ourStory {
        padding: 50px 0 !important;
    }

    .mission-section {
        padding: 0px 0 46px 0 !important;
    }

    .missionLeftImg {
        margin-left: 0 !important;
    }

    .delPartParent {
        height: auto;
    }

    .collAnaContainer {
        margin-bottom: 80px;
    }

    .collaAnalytics {
        padding: 80px 0 0 !important;
    }

    .brandBanner .banner-heading {
        line-height: 44px;
    }

    .howWork-banner-section .banner-heading {
        line-height: 44px;
    }

}

@media screen and (max-width: 575px) {
    .client-name {
        top: 14px;
        left: 15px;
        color: #000;
        font-size: 20px;
        padding: 7px 13px;
        border-radius: 11px;
    }

    .bigHeading {
        font-size: 36px;
    }

    .main-btn {
        padding: 20px 26px 20px 26px !important;
        font-size: 16px !important;
        margin-top: 32px !important;
    }

    .footer-last-content {
        justify-content: center !important;
        width: 100%;
        max-width: 278px;
        margin: 0 auto;
    }

    .bannerLogo {
        display: none;
    }

    .bannerZImg {
        height: 234px !important;
    }

    .banner-section {
        height: 234px !important;
    }

    .banner-content-section {
        margin-top: -160px !important;
    }

    .last-text {
        order: 3;
        margin-bottom: 87px !important;
    }

    .everySwipeBtnsFixed {
        display: block !important;
    }

    .everySwipeBtns {
        justify-content: center;
    }

    .zuzuVideo {
        padding: 150px 0 50px !important;
    }

    .howItWorkHead {
        padding: 0 0 40px 0 !important;
    }

    .readyToStartSec {
        padding: 25px 0 !important;
    }

    .readyStartTxt {
        margin-bottom: 32px !important;
    }

    .subHeading br {
        display: none;
    }

    .heading-text-brand {
        max-width: 98%;
    }

    .subHeading {
        font-size: 14px;
    }

    .vision-section {
        padding: 50px 0;
        background-image: url('../images/visionResp.png');
    }

    .engageDeals {
        padding: 53px 0;
    }

    .brandLooking {
        padding: 10px 0 53px;
    }

    .contact-banner {
        padding: 95px 0;
    }

    .contact-heading {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .contact-form {
        padding: 40px 20px;
    }

    .form-content-section {
        margin: 50px 0px;
    }

    .partnerBtn {
        display: none;
    }

    .brand-main-btn {
        display: block !important;
    }

    .beautyCosmetics {
        margin: 50px 0 !important;
    }

    .getStarted {
        padding: 50px 0;
    }

    .weAreExcited {
        padding: 44px 27px;
    }

    .weExitedLineImg {
        display: none;
    }

    .weAreExcitedTxt br {
        display: none;
    }

    .chnageLinePartImg {
        display: block !important;
        position: absolute;
        top: 2%;
        left: 0;
        right: 0;
        margin: auto;
    }

    .subHeading2 br {
        display: none;
    }

    .whyPartner {
        padding: 0 0 30px;
    }

    .zuzuVidImg {
        max-width: 400px;
    }

    .readyToAmptxt {
        padding: 0 30px;
    }

    .howItWorkNone {
        display: none;
    }

    /* .footer-list li{
        display: inline-block;
    } */
    .lookingBtn {
        text-align: center;
    }

    .gooAppleBtn {
        display: inline-block;
    }

    .partnerBanner .banner-heading {
        line-height: 44px;
    }

    .lookingBtnBrand {
        text-align: center;
    }

    .missionRight {
        margin-top: 2rem;
    }

    .footerBtns {
        text-align: center;
    }

    .arrowNavImg {
        width: 20px;
    }

    .arrowNavImg2 {
        width: 24px;
    }

    .iti__flag.iti__ae {
        min-width: 15px;
    }

    .iti__selected-flag {
        padding: 0 !important;
    }

    .footNvalinks {
        margin-top: 90px !important;
    }

    .medium-text {
        font-size: 15px;
    }

    .visionLeft .subHeading br {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    .googleAppImg {
        width: 100%;
        max-width: 140px;
    }

    .dropdown-toggle::after {
        right: 2px;
        font-size: 12px;
        top: 20px;
    }

    .main-btn {
        font-size: 14px !important;
        padding: 20px !important;
    }

    /* .medium-text {
        line-height: 18px;
        font-size: 12px;
    } */
    .iti__flag-container {
        padding: 12px 0 12px 0px !important;
    }

}

/* new css */
.main-clint-para {
    width: 100%;
    max-width: 775px;
}

.zuzu-head-btn2 {
    display: none;
}


#driver-phone {
    padding-left: 97px !important;
    width: 100%;
    padding: 13px;
}

.input_box {
    background: #F2F7FA;
    border: none;
    width: 100%;
    padding: 9px 15px;
    border-radius: 38px;
    margin: 5px 0;
    color: #00405C;
    font-size: 14px;
}

/* Add this CSS to your stylesheet */
.submit-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Privacy Policy CSS................................................. */
.privacy-banner .privacy-heading {
    font-size: 25px;
    font-weight: 800;
    text-align: left;
    color: #242424;
    margin-top: 30px;
}
.heading50{
 font-size: 50px;
 font-weight: 800;
 color: #242424;
}
.sub-Heading {
    font-size: 20px;
    font-weight: 800;
    text-align: left;
    color: #242424;
    margin-top: 36px;
}

.privacy-list {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #777777;
}

.privacy-para {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #777777;
}


/* .privacy-banner {
    background-color: #fff;
    padding: 20px;
} */


.mainPrivacy_div {
    background: #fff;
    padding: 20px 0;
    border-radius: 8px;
}


/* .privacy-para {
    color: #777777;
    margin-top: 15px;
} */

.privacy-list {
    list-style-type: none;
    padding-left: 0;
}

.privacy-list li {
    margin-top: 5px;
}

.privacy-link {
    color: #003fffb3;
    text-decoration: none !important;
}

.privacy-link:hover {
    text-decoration: underline;
}

.heading18 {
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    color: #242424;
}


/* start delete account banner */
.deleteAccBanner{
    padding: 20px 0 !important;
}