/* @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap'); */

@font-face {
    font-family: "poppins1";
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: "poppins2";
    src: url('../fonts/Poppins-ExtraBold.ttf');
}

@font-face {
    font-family: "poppins3";
    src: url('../fonts/Poppins-Black.ttf');
}

@font-face {
    font-family: "poppins4";
    src: url('../fonts/Poppins-ExtraLight.ttf');
}

@font-face {
    font-family: "poppins5";
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: "poppins6";
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: "poppins7";
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: "poppins8";
    src: url('../fonts/Poppins-Thin.ttf');
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'poppins1' !important;
}

.section1 {
    background-image: linear-gradient(#01205706, #0120574D);
    width: 100%;
    padding: 100px 100px;
}

.section-left {
    padding-top: 60px;
    width: 50%;
}

.section-right {
    width: 40%;
}

.head h1 {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: .5px;
}

.head h1 span {
    color: #012057;
}

.para p {
    font-size: 19px;
    margin-top: 20px;
}

.section1 button {
    padding: 10px 14px;
    margin-top: 40px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #012057;
    color: white;
    font-size: 16px;
    border-radius: 5px;
}

.section2 {
    padding: 60px 100px;
}

.section2 h1 {
    text-align: center;
    font-size: 33px;
    font-weight: 900;
}

.lorem {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

.merchant-onboarding {
    align-items: center;
    margin-top: 60px;
    display: flex;
}

.merchant-onboarding1 {
    flex-direction: row-reverse;
    margin-top: 30px;
}

.merchant-onboarding2 {
    margin-top: 30px;
}

.merchant1 {
    width: 55%;
    margin-right: 3rem;
}
.merchant-1{
    margin-right: 0;
    margin-left: 3rem;
}
.merc2 img{
    width: 80%;
    height: 100%;
}


.merchant1 h2 {
    font-size: 26px;
    font-weight: 800;
}

.merchant1 p {
    font-size: 17px;
    margin-top: 12px;
}

.merchant-group {
    width: 100%;
    margin-top: 20px;
}

.merchant-ul {
    display: flex;
    align-items: center;
    margin: 8px 0px;
}

.mer-img img {
    display: block;
    margin-top: 12px;
}

.mer-para p {
    margin-left: 10px;
}

.section3 {
    padding: 50px 100px;
}

.section3 h1 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
}

.section3 .out {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.out-sourcing-card {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.out-sourcing-box {
    width: 100%;
    margin: 25px 30px;
}

.outsouring-img {
    background-color: #C8DEFF;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: block;
    margin: auto;
    position: relative;
    margin-bottom: 10px;
}

.outsouring-img img {
    width: 50px;
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.out-para h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.out-para p {
    text-align: center;
    font-size: 17px;
}

.section4 {
    padding: 50px 100px;
}

.section4 h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 800;
}

.section4 h1 span {
    color: #012057;
}

.section4 .ipsuma {
    font-size: 22px;
    text-align: center;
}

.text-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.text-box {
    margin: 0px 15px;
}

.drt {
    height: 80px;
    width: 1px;
    background-color: black;
    margin: 0px 50px;
}

.text-box h2 {
    font-size: 42px;
    text-align: center;
    color: #012057;
    font-weight: 900;
}

.text-box p {
    font-size: 22px;
    text-align: center;
}

.section5 {
    padding: 50px 100px;
}

.section5 h1 {
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}

.section5 h1 span {
    color: #012057;
}

.section5 p {
    text-align: center;
    font-size: 21px;
}

.job_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-top: 40px;
}

.job_btn button {
    background-color: #7B81FF;
    padding: 18px 30px;
    font-size: 20px;
    color: #fff;
    border-radius: 6px;
    box-shadow: 5px 5px 0px 0px black;
}

.job_btn_ani {
    display: flex;
    position: absolute;
    left: 10px;
    height: 100%;
    animation: job_ani 2s forwards infinite alternate-reverse;
}

.job_btn_ani .img2 {
    position: relative;
    left: -17px;
}

@keyframes job_ani {
    0% {
        left: 10px;
    }

    100% {
        left: 170px;
    }
}

footer {
    padding: 50px 70px;
    background-color: #000;
    color: white;
}

.footer-section p {
    font-size: 14px;
}

.footer-section h3 {
    font-size: 15px;
    font-weight: 700;
}

.footer-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer1 {
    width: 25%;
    margin: 0 20px;
}

.footer1 p {
    opacity: .85;
}

.footer2 {
    margin: 0px 20px;
}

.footer3 {
    margin: 0px 20px;
}

.footer4 {
    margin: 0px 20px;
}

.footer5 {
    margin: 0px 20px;
}

.footer-para {
    margin-top: 20px;
}

.footer-para p {
    margin: 20px 0px;
    opacity: 1;
    font-weight: 300;
}

.footer-para a {
    margin: 20px 0px;
    opacity: 1;
    display: block;
    font-weight: 300;
}

.footer-hr {
    opacity: .85;
}

.corpt {
    margin: 18px 0px;
    display: flex;
    align-items: center;
}

.corpt p {
    margin-left: 10px;
}

.foot-section {
    margin: 0px 20px;
}

.foot-line {
    width: 160px;
    max-width: 100%;
    margin-top: 20px;
    opacity: .85;
}

.social-links {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.social-links img {
    margin-right: 8px;
}

.past-venture h1 {
    font-family: 'poppins2' !important;
    font-size: 11vw;
    font-weight: 900;
    letter-spacing: 15px;
    color: #212121;
    text-align: center;
}

.past-venture h1 a {
    font-family: 'poppins2' !important;
}

.section11 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

label {
    display: inherit;
}

.section-sui {
    position: relative;
}

.section-sub {
    position: relative;
    background-color: gray;
}

.section-subt {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-subt h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
}

.section-form {
    background-color: #fff;
    padding: 40px 25px;
    border: 1px solid #00000033;
    border-radius: 6px;
}

.section-form input {
    border: 1px solid #00000033;
    outline: none;
    border-radius: 6px;
}

.section-form button {
    background-color: #000;
    color: #fff;
    padding: 6px 20px;
    margin-top: 20px;
    border-radius: 5px;
}

.body4 {
    background-color: #F5F5F5;
}

.we-here {
    background-image: url('../files/screen 4/Cont-bn.jpg');
    height: 92vh;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 4.5rem;
    align-items: center;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.hire-sect {
    text-align: center;
    width: 100%;
}

.hire1-sect {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.hire1-sect h1 {
    font-size: 100px;
    margin-top: 20px;
    font-weight: 900;
    font-family: 'poppins2' !important;
    /* margin-top: 20px; */
}

.para-hire p {
    font-size: 25px;
    font-weight: 500;
}

.love-here {
    display: flex;
    padding: 60px 100px;
    align-items: flex-start;
    justify-content: center;
    background-image: url('../files/screen 4/World Map.png');
}

.img-love {
    background-color: #FF00001A;
    padding: 5px;
    border-radius: 50%;
}

.love-here1 {
    border-right: 1px solid #000;
    margin-right: 20px;
    padding: 0px 20px;
}

.love-here2 {
    margin-left: 20px;
}

.love1 {
    margin: 20px 0px;
}

.love1 p {
    margin-top: 12px;
}

.love-here1 h1 {
    font-size: 34px;
    font-weight: 900;
}

.love-here1 h2 {
    font-size: 28px;
    font-weight: 800;
}

.form-love {
    margin-top: 45px;
}

.form-love h2 {
    color: #000;
    font-weight: 600;
}

.love1 h3 {
    font-size: 23px;
    font-weight: 700;
}

.faq {
    padding: 60px 100px;
}

.faq h1 {
    font-size: 30px;
    font-weight: 900;
    border-bottom: 1px solid #000;
    display: inline;
}

.faq p {
    margin-top: 12px;
}

.accordion-body {
    width: 700px;
    max-width: 100%;
    margin-top: 25px;
}

.i4-form label {
    color: black;
    font-weight: 700;
}

.i4-form select {
    color: black;
    font-weight: 700;
}

.i4-form input {
    color: black;
}

.accordion {
    color: black;
    background-color: white;
}

.accordion .container {
    position: relative;
    margin: 10px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.134);
}

.bor-top {
    border-top: 1px solid rgba(0, 0, 0, 0.134);
}

/* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

.accordion .label {
    position: relative;
    padding: 10px 0;
    font-size: 22px;
    color: black;
    cursor: pointer;
    font-weight: 900;
}

.accordion .label::before {
    content: '+';
    color: black;
    position: absolute;
    left: -26px;
    top: 50%;
    /* right: -5px; */
    font-size: 30px;
    transform: translateY(-50%);
}

/* Hides the content (height: 0), decreases font size, justifies text and adds transition */

.accordion .content {
    position: relative;
    background: white;
    height: 0;
    font-size: 20px;
    text-align: justify;
    width: 780px;
    overflow: hidden;
    transition: 0.5s;
}

/* Adds a horizontal line between the contents */

.accordion hr {
    width: 100;
    margin-left: 0;
    border: 1px solid grey;
}

/* Unhides the content part when active. Sets the height */

.accordion .container.active .content {
    height: 150px;
}

/* Changes from plus sign to negative sign once active */

.accordion .container.active .label::before {
    content: '-';
    font-size: 30px;
}

.we-here1 {
    background-image: url('../files/screen 3/Career-Bn2.jpg');
    height: 98vh;
}

.perk-for {
    padding: 60px 100px;
    padding-top: 0;
}

.perk-for h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.perk-for .perks-par {
    text-align: center;
    font-size: 18px;
}

.perk-cards {
    margin-top: 20px;
}

.perk-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.perk-box {
    width: 25%;
    margin: 40px 60px;
}

.perk-box img {
    display: block;
    margin: auto;
}

.perk-box h2 {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.perk-box p {
    text-align: center;
    font-size: 15px;
}

.perk-para {
    margin-top: 40px;
}

.at-this {
    padding: 0px 100px;
    padding-top: 30px;
    padding-bottom: 60px;
}

.at_this_para p {
    font-size: 19px;
    text-align: center;
    opacity: .85;
}

.you_ll {
    padding: 50px 100px;
}

.you_ll h1 {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
}

.best-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0px;
}

.best-box2 {
    margin-left: 20px;
    width: 30%;
}

.best_img {
    padding: 15px;
    width: 120px;
    height: 120px;
    background: skyblue;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bests-para {
    width: 100%;
}

.bests-para h4 {
    font-weight: bold;
    font-size: 19px;
}

.bests-para p {
    font-size: 18px;
    margin-top: 10px;
}

.dont_see {
    padding: 55px 100px;
}

.dont_see h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.dont_see p {
    font-size: 17px;
    text-align: center;
    margin-top: 18px;
}

.dont_see p a {
    color: #5768FF;
}

.we-here2 {
    background-image: url('../files/screen 2/About-us ban.jpg');
    margin-top: 0px;
}

.hire-sect2 {
    flex-direction: column;
    align-items: center;
}

.hire-sect2 h1 {
    font-size: 60px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'poppins2' !important;
}

.hire-sect2 h1 span {
    color: #012057;
    font-family: 'poppins2' !important;
}

.hire-sect2 h2 {
    font-family: 'poppins2' !important;
    text-align: center;
    font-size: 32px;
    margin-top: 10px;
    font-weight: 900;
}

.hire-sect2 h2 span {
    font-family: 'poppins2' !important;
    color: #000;
}

.para-hire2 p {
    font-size: 20px;
    margin-top: 10px;
    opacity: .85;
}

.merc2{
    width: 45%;
    margin-left: 3rem;
}
.merc2-1{
    margin-left: 0;
    margin-right: 3rem;
}

.backed-angle {
    padding: 50px 100px;
}

.backed-angle h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 900;
}

.backed-angle h1 span {
    color: #012057;
}

.angel-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-angle {
    border: 1.5px solid #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.img-angle img {
    width: 230px;
    height: 230px;
    object-fit: cover;
    object-position: top;
}

.angle-box {
    margin: 40px;
    border-radius: 5px;
}

.angle-para {
    border: 1.5px solid #000;
    text-align: center;
    margin-top: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px 0px;
}

.angle-para h2 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 1px;
}

.angle-para p {
    font-size: 13px;
}

.the_val {
    padding: 50px 100px;
}

.the_val h1 {
    font-size: 45px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 1rem;
}

.val-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.val-box {
    width: 50%;
    margin: 40px;
    display: flex;
    align-items: flex-start;
}

.val-img {
    padding: 10px;
    background-color: skyblue;
    border-radius: 50%;
}

.val-box2 h3 {
    font-size: 20px;
    font-weight: bold;
}

.val-box2 p {
    font-size: 15px;
    margin-top: 5px;
}

.be_student {
    margin-left: 15px;
}

.member {
    background: #012057;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.member-card {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}

.member-box {
    /* margin: 30px; */
    margin-right: 50px;
    width: 18rem;
}

.member-box img {
    width: 100%;
}

.member {
    margin-top: 4rem;
    height: 44rem;
}

.head-let h2 {
    font-size: 32px;
    color: white;
    font-family: 'poppins2' !important;
}

.head-let h2 span {
    color: #CCFF00;
    font-family: 'poppins2' !important;
}

.member-cards {
    position: relative;
    top: -50px;
    height: 49rem;
    overflow: auto;
}

.member-cards::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

.member-cards::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.member-cards::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.member-hed {
    padding: 8px;
    background-color: white;
}

.member-hed h3 {
    font-size: 20px;
    font-weight: 800;
}

.member-hed p {
    font-size: 14px;
}

.work1211 h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 12px;
}

.work1211 p {
    margin-bottom: 10px;
    font-size: 16px;
}

.work1211 {
    margin: 3px;
}

.work11 img {
    margin: 10px;
    border-radius: 8px;
    width: 100%;
}

.work1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.work11 {
    width: 72%;
}

.work1211 {
    width: 50%;
}

.work1212 {
    width: 50%;
}

.work12 {
    margin: 6px;
    width: 50%;
}

.work13 {
    margin: 6px;
    width: 50%;
}

.work121 {
    align-items: flex-end;
}

.work1321 {
    width: 50%;
    margin-right: 5px;
}

.work13211 img {
    height: 40%;
}

.work13212 {
    height: 100%;
}

.work13212 img {
    height: 36%;
}

.work1322 {
    width: 50%;
    margin-left: 5px;
}

.work1322 img {
    height: 72%;
}

.index62 {
    justify-content: center;
}

.index621 {
    width: 100%;
}

.index622 {
    width: 60px;
    height: 100%;
    margin: 0px 50px;
    position: relative;
}

.index6221 {
    height: 99%;
    background-color: #C1C1C1;
    width: 5px;
    position: absolute;
    top: -55px;
    z-index: -1;
    left: 10px;
}

.index622 img {
    width: 100%;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0px 0px 0px 4px #C1C1C1;
    background-color: #e0dc60;
}

.index631 img {
    background-color: #d24e4e;
}

.index632 img {
    background-color: #7e66db;
}

.index633 img {
    background-color: #6de687;
}

.index634 img {
    background-color: #68d0de;
}

.index635 img {
    background-color: #d074e7;
}

.index636 img {
    background-color: #73e9b0;
}

.index623 {
    width: 100%;
}

.index63 {
    height: 10rem;
    margin-bottom: 1.5rem;
}

.index6-date {
    width: fit-content;
    border-radius: 6px;
    padding: 6px 16px;
}

.index6-right {
    display: flex;
    justify-content: flex-end;
}

.index621 .index6-date {
    text-align: end;
}

.id1 {
    background-color: #FDFF8A;
}

.id2 {
    background-color: #FF8A8A;
}

.id3 {
    background-color: #8A8FFF;
}

.id4 {
    background-color: #A9FF8A;
}

.id5 {
    background-color: #8AFFF1;
}

.id6 {
    background-color: #FD8AFF;
}

.id7 {
    background-color: #8AFFC7;
}

.index6 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.index61 {
    width: 70%;
}

.index61 h1 {
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 8rem;
}

.index6-text h4 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 1.5rem;
}

.index6-text p {
    font-size: 14px;
}

.ind621 {
    width: 45%;
    margin-right: 2rem;
}

.ind622 {
    width: 55%;
}

.ind622 h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.ind622 p {
    font-size: 16px;
}

.index62-line {
    margin: 2rem 0rem;
}

.index62-line img {
    margin: auto;
}

.ind61 {
    width: 80%;
}

.ind61 h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 4rem;
}

.ind620 {
    flex-direction: row-reverse;
}

.ind6211 {
    margin-right: 0;
    margin-left: 2rem;
}

.ind62 {
    align-items: center;
}

.main-home {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 17px 100px;
    padding-bottom: 30px;
}

.main-home2 {
    padding-top: 40px;
}

.home-para {
    margin-left: 20px;
}

.home-para h1 {
    font-family: 'poppins2' !important;
    font-size: 55px;
    letter-spacing: 4px;
    color: #012057;
    font-weight: 900;
}

.home-para h1 span {
    color: #00A0AA;
    font-family: 'poppins2' !important;
}

.home-para p {
    font-size: 18.5px;
    position: relative;
    /* z-index: 100; */
    margin-top: 20px;
}

.button-home {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.button-home button {
    background-color: #46BCFF;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 20px;
    color: white;
}

.button-home img {
    position: relative;
    /* top: -30px; */
    z-index: 1;
}

.verified {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
}

.trusted {
    margin-left: 20px;
}

.get-help {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-bottom: 2rem;
}

.get-help button {
    border: 1.5px solid #000;
    padding: 10px 25px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
    box-shadow: 1px 3px 10px 1px #00000040;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.mh21 h1 {
    font-size: 30px;
    color: rgb(215 215 215);
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}

.mh2 {
    margin: 4rem 0rem;
    margin-top: 0;
    margin-bottom: 0;
}

.mh21 img {
    width: 150px;
    height: 100px;
}

.mh22 {
    margin-bottom: 5rem;
}

.mh312 {
    display: none !important;
}

.active {
    display: flex !important;
}

.mh3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5rem;
}

.mh31 {
    width: 97%;
}

.mh-31 {
    width: 80%;
}

.mh41 {
    align-items: center;
}

.mh411 img {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 9px;
    box-shadow: 0px 0px 0px 6px #2833b06f;
    height: 111px;
    width: 111px;
}

.mh06 .mh31 {
    width: 80%;
}

.mh31 h1 {
    margin-bottom: 4rem;
    font-weight: 900;
    font-size: 45px;
    text-align: center;
}

.mh31 h1 span {
    color: #012057;
}

.mh3111 {
    padding: 10px;
}

.mh-active {
    border-bottom: 2px solid #012057;
    color: #012057;
}

.mh311 {
    border-bottom: 1px solid black;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    cursor: pointer;
}

.mh3121 h5 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}

.mh3121 p {
    font-size: 16px;
}

.mh31211 {
    margin-top: 15px;
    align-items: center;
}

.mh31211 img {
    margin-right: 15px;
}

.mh411 {
    width: 50%;
    align-items: center;
}

.mh411 h3 {
    margin-left: 15px;
    font-size: 24px;
    font-weight: 800;
}

.mh412 {
    width: 50%;
}

.mh412 p {
    color: #5f5d5d;
    font-size: 18px;
}

.mh42 img {
    margin: auto;
}

.mh41-r {
    flex-direction: row-reverse;
}

.mh41-r .mh411 {
    justify-content: flex-end;
}

.mh51 h1 {
    margin-bottom: 0.7rem;
}

.mh51 p {
    font-size: 20px;
}

.mh5 {
    flex-wrap: wrap;
    margin-top: 3rem;
    justify-content: center;
}

.mh511 {
    width: 32%;
    margin-bottom: 3rem;
}

.mh511 img {
    margin: auto;
}

.mh6-box {
    height: 21rem;
    margin-bottom: 3rem;
}

.mh6-box img {
    height: 110%;
    width: 85%;
}

.mh6-box b {
    font-weight: 800;
    font-size: 25px;
}

.mh6-box p {
    color: #808080;
    margin-top: 1.5rem;
}

.mh62 {
    margin: 0px 50px;
}

.mh62 img {
    height: 92rem;
    width: 42px;
    margin: auto;
}

.mh06 {
    margin-bottom: 0;
}

.mh07 {
    margin-top: 0;
}

.mh7 img {
    margin: auto;
}

.mh81 {
    width: 50%;
    margin-right: 4rem;
}

.mh82 {
    margin-left: 4rem;
    width: 50%;
}

.mh811 h2 {
    font-size: 38px;
    font-weight: 900;
}

.mh811 {
    margin-bottom: 4rem;
}

.mh811 .img1 {
    position: absolute;
    top: -70px;
    left: -70px;
}

.mh811 .img2 {
    position: absolute;
    bottom: -10px;
    right: 140px;
}

.mh812 .img1 {
    left: 52px;
    top: -32px;
}

.mh811 h2 span {
    border-top: 5px solid #FBFF2B;
    border-bottom: 5px solid #FBFF2B;
}

.corpt img {
    margin-right: 10px;
}

.mh812 h4 {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    z-index: 11;
}

.mh812 img {
    position: absolute;
    top: -25px;
    right: 85px;
}

.mh8 {
    width: 80%;
}

.incub {
    margin: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.incub1 {
    width: 65%;
}

.incub11 h1 {
    font-family: 'poppins2' !important;
    font-size: 45px;
    font-weight: 900;
    text-align: center;
}

.incub11 h1 span {
    font-family: 'poppins2' !important;
    color: #012057;
}

.incub111 {
    margin-top: 1rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.incub111 div {
    height: 2px;
    width: 100%;
    background-color: black;
}

.incub111 img {
    width: 40px;
    margin: 0px 20px;
}

.incub12 {
    justify-content: center;
}

.terms {
    display: flex;
    justify-content: center;
    align-items: center;
}

.terms1 {
    padding-top: 8rem;
    width: 85%;
}

.terms p {
    margin-bottom: 12px;
    font-size: 15px;
}

.terms li {
    margin-bottom: 12px;
    list-style: disc;
    font-size: 15px;
}

.terms h5 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}

.terms b {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.terms .pt {
    font-weight: 600;
}

.mh003 {
    margin-top: 8rem;
}

.mh003 .mh31 {
    width: 80%;
}

.mh42 .img1 {
    position: absolute;
    left: 0;
    right: 0;
}

.mh42 .img2 {
    position: absolute;
    left: 0;
    right: -200px;
    top: 102px;
}

.mh62 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.mh62 img {
    position: absolute;
}

.mh62-div {
    height: 17px;
    width: 17px;
    background-color: #99a6bc;
    border-radius: 50%;
    z-index: 10;
}

.mh62-div1 {
    opacity: 0;
}

@media only screen and (max-width:900px) {
    .mh42 .img1 {
        display: none;
    }

    .mh42 .img2 {
        display: none;
    }

    .mh412 {
        width: 100%;
        margin-top: 1rem;
    }

    .mh42 {
        margin: 2rem 0rem;
    }

    .mh411 {
        justify-content: center !important;
    }

    .mh511 {
        width: 100%;
    }

    .mh61 {
        text-align: center;
    }

    .mh62 {
        text-align: center;
    }

    .mh63 {
        text-align: center;
    }

    .mh61 img {
        margin: auto;
    }

    .mh62 img {
        margin: auto;
    }

    .mh63 img {
        margin: auto;
    }

    .mh6-box {
        margin-bottom: 1rem;
    }

    .mh07 {
        display: none;
    }

    .section1 {
        padding: 50px 30px;
    }

    .head h1 {
        font-size: 28px;
    }

    .para p {
        font-size: 16px;
    }

    .section1 button {
        font-size: 14px;
    }

    .section2 h1 {
        font-size: 28px;
    }

    .lorem {
        font-size: 16px;
    }

    .section2 {
        padding: 60px 30px;
    }

    .merchant-onboarding {
        align-items: center;
        justify-content: center;
    }

    .merchant-onboarding1 {
        align-items: center;
        justify-content: center;
    }

    .merchant1 {
        width: 100%;
    }

    .section-left {
        width: 100%;
    }

    .merchant1 p {
        font-size: 16px;
    }

    .section3 {
        padding: 50px 30px;
    }

    .section3 h1 {
        font-size: 28px;
    }

    .section3 .out {
        font-size: 16px;
    }

    .out-para p {
        font-size: 16px;
    }

    .out-sourcing-card {
        flex-wrap: wrap;
    }

    .section4 {
        padding: 50px 30px;
    }

    .section4 h1 {
        font-size: 28px;
    }

    .section4 .ipsuma {
        font-size: 16px;
    }

    .text-card {
        flex-direction: column;
    }

    .drt {
        display: none;
    }

    .text-box {
        margin: 20px 0px;
    }

    .text-box h2 {
        font-size: 30px;
    }

    .text-box p {
        font-size: 16px;
    }

    .section5 {
        padding: 50px 30px;
    }

    .section5 h1 {
        font-size: 28px;
    }

    .section5 p {
        font-size: 16px;
    }

    .job_btn button {
        font-size: 15px;
    }

    footer {
        padding: 50px 30px;
    }

    .footer-section {
        flex-direction: column;
        /* align-items: center; */
        /* justify-content: center; */
    }

    .footer1 {
        width: 100%;
    }

    .footer2 {
        margin-top: 30px;
    }

    .footer3 {
        margin-top: 30px;
    }

    .footer4 {
        margin-top: 30px;
    }

    .footer5 {
        margin-top: 30px;
    }

    .past-venture h1 {
        font-family: 'poppins2' !important;
        font-size: 30px;
        text-align: center;
    }

    .section11 {
        flex-direction: column-reverse;
        align-items: center;
    }

    .section11 h1 {
        text-align: center;
    }

    .section11 p {
        text-align: center;
    }

    .section11 button {
        display: block;
        margin: auto;
        margin-top: 30px;
    }

    .section-right img {
        max-width: 600px;
        width: 100%;
    }

    .section-subt h1 {
        font-size: 28px;
    }

    .section-form p {
        font-size: 14px;
    }

    .section-subt {
        width: 100%;
        padding: 0px 30px;
    }

    .we-here {
        margin-top: 0;
        margin-bottom: 0;
        flex-direction: column;
        padding: 0px 30px;
    }

    .hire1-sect {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .hire1-sect h1 {
        font-size: 60px;
    }

    .para-hire p {
        font-size: 16px;
    }

    .love-here {
        flex-direction: column;
    }

    .love-here1 {
        border-right: none;
        margin-right: 0px;
        padding: 0px 0px;
    }

    .love-here1 h1 {
        font-size: 28px;
    }

    .love-here1 h2 {
        font-size: 24px;
    }

    .love-here {
        padding: 60px 30px;
    }

    .love-here2 {
        margin-left: 0px;
    }

    .faq {
        padding: 60px 30px;
    }

    .faq h1 {
        font-size: 28px;
    }

    .accordion .label {
        font-size: 20px;
    }

    .accordion .container {
        flex-direction: column;
    }

    .accordion .content {
        font-size: 16px;
        width: 100%;
    }

    .work1 {
        flex-direction: column;
        width: 100%;
    }

    .work11 {
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .work12 {
        width: 95%;
    }

    .work13 {
        width: 95%;
    }

    .work121 {
        flex-direction: column;
    }

    .work1211 {
        width: 100%;
    }

    .work1212 {
        width: 100%;
    }

    .perk-for {
        padding: 60px 30px;
    }

    .perk-for h1 {
        font-size: 28px;
    }

    .perk-for .perks-pa {
        font-size: 16px;
    }

    .perk-card {
        flex-wrap: wrap;
    }

    .at_this_para p {
        font-size: 16px;
    }

    .you_ll h1 {
        font-size: 28px;
    }

    .bests-para p {
        font-size: 16px;
    }

    .best-box {
        flex-direction: column;
    }

    .best-box2 {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
    }

    .dont_see p {
        font-size: 16px;
    }

    .at-this {
        padding: 0px 30px;
    }

    .you_ll {
        padding: 50px 30px;
    }

    .index61 {
        width: 90%;
    }

    .index61 h1 {
        font-size: 28px;
    }

    .index622 {
        display: none;
    }

    .index62 {
        flex-wrap: wrap;
    }

    .ind61 {
        width: 90%;
    }

    .ind62 {
        flex-direction: column;
    }

    .ind621 {
        width: 90%;
    }

    .ind622 {
        width: 90%;
    }

    .ind61 h1 {
        font-size: 28px;
    }

    .ind622 h2 {
        font-size: 28px;
    }

    .backed-angle {
        padding: 50px 30px;
    }

    .backed-angle h1 {
        font-size: 28px;
    }

    .angel-card {
        flex-direction: column;
    }

    .the_val {
        padding: 50px 30px;
    }

    .the_val h1 {
        font-size: 28px;
    }

    .val-card {
        flex-wrap: wrap;
    }

    .val-box {
        width: 100%;
    }

    .member {
        flex-direction: column;
        margin-top: 0px;
        padding: 50px 30px;
    }

    .member-cards {
        top: 0px;
    }

    .member-card {
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
    }

    .member-box {
        margin-right: 0px;
        margin: 15px 15px;

    }

    .incub1 {
        width: 90%;
    }

    .incub11 h1 {
        font-size: 28px;
    }

    .incub12 {
        flex-direction: column;
    }

    .main-home {
        padding: 60px 30px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .button-home {
        justify-content: center;
    }

    .button-home img {
        display: none;
    }

    .button-home button {
        margin-top: 20px;
    }

    .trusted {
        margin-top: 20px;
    }

    .trusted img {
        display: block;
        margin: auto;
    }

    .firsth_img img {
        display: block;
        margin: auto;
    }

    .home-para h1 {
        font-size: 35px;
        text-align: center;
    }

    .home-para p {
        text-align: center;
        font-size: 16px;
    }

    .verified {
        justify-content: center;
    }

    .get-help button {
        margin-top: 30px;
    }

    .mh31 h1 {
        font-size: 28px;
    }

    .mh31 {
        width: 100%;
    }

    .mh3 {
        margin: 5rem 1.5rem;
        flex-direction: column-reverse;
    }

    .mh312 {
        flex-direction: column-reverse;
    }

    .mh3111 p {
        font-size: 14px;
    }

    .mh41 {
        flex-direction: column;
    }

    .mh411 {
        width: 100%;
    }

    .mh51 p {
        font-size: 16px;
    }

    .mh62 {
        display: none;
    }

    .mh6 {
        flex-direction: column;
    }

    .mh8 {
        flex-direction: column;
        align-items: center;
    }

    .mh811 h2 {
        font-size: 28px;
        text-align: center;
    }

    .mh811 .img2 {
        display: none;
    }

    .mh812 h4 {
        font-size: 28px;
        text-align: center;
    }

    .mh81 {
        width: 100%;
        margin-right: 0;
    }

    .mh82 {
        margin-left: 0;
        width: 100%;
        margin-top: 3rem;
    }

    .mh811 {
        margin-bottom: 2rem;
    }
    .merchant-onboarding{
        flex-direction: column;
    }
    .merchant1{
        margin-right: 0;
        margin-left: 0;
    }
    .merc2{
        margin-left: 0;
        margin-right: 0;
        width: 80%;
    }
}

@media only screen and (max-width:450px) {
    .section1 h1 {
        font-size: 24px;
    }

    .section2 h1 {
        font-size: 24px;
    }

    .merchant1 h2 {
        font-size: 24px;
    }

    .work121 {
        flex-direction: column;
        align-items: center;
    }

    .section3 h1 {
        font-size: 24px;
    }

    .section4 h1 {
        font-size: 24px;
    }

    .section5 h1 {
        font-size: 24px;
    }

    .text-box h2 {
        font-size: 26px;
    }

    .section-subt h1 {
        font-size: 24px;
    }

    .hire1-sect h1 {
        font-size: 40px;
    }

    .para-hire p {
        font-size: 16px;
    }

    .love-here1 h1 {
        font-size: 24px;
    }

    .love-here1 h2 {
        font-size: 20px;
    }

    .perk-for h1 {
        font-size: 24px;
    }

    .you_ll h1 {
        font-size: 24px;
    }

    .work11 {
        display: flex;
        flex-direction: row;
    }

    .work1 {
        padding: 0px 20px;
    }

    .ind61 h1 {
        font-size: 24px;
    }

    .ind622 h2 {
        font-size: 24px;
    }

    .index61 h1 {
        font-size: 24px;
    }

    .backed-angle h1 {
        font-size: 24px;
    }

    .the_val h1 {
        font-size: 24px;
    }

    .head-let h2 {
        font-size: 24px;
    }

    .incub11 h1 {
        font-size: 24px;
    }

    .home-para h1 {
        font-size: 25px;
        text-align: center;
    }

    .mh31 h1 {
        font-size: 24px;
    }

    .mh811 h2 {
        font-size: 24px;
        text-align: center;
    }

    .mh811 .img2 {
        display: none;
    }

    .mh812 h4 {
        font-size: 24px;
        text-align: center;
    }
}