@font-face {
    font-family: 'Rubik';
    src: url('/fonts/Rubik-Regular.woff') format('woff'), url('/fonts/Rubik-Regular.woff2') format('woff2'), url('/fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/fonts/Rubik-Medium.woff') format('woff'), url('/fonts/Rubik-Medium.woff2') format('woff2'), url('/fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/fonts/Rubik-Bold.woff') format('woff'), url('/fonts/Rubik-Bold.woff2') format('woff2'), url('/fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/fonts/DMSans-Regular.woff') format('woff'), url('/fonts/DMSans-Regular.woff2') format('woff2'), url('/fonts/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/fonts/DMSans-Medium.woff') format('woff'), url('/fonts/DMSans-Medium.woff2') format('woff2'), url('/fonts/DMSans-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('/fonts/DMSans-Bold.woff') format('woff'), url('/fonts/DMSans-Bold.woff2') format('woff2'), url('/fonts/DMSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat-Bold.woff') format('woff'), url('/fonts/Montserrat-Bold.woff2') format('woff2'), url('/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    height: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #202020;
    background-color: #F5F5F7 !important;
}

* {
    box-sizing: border-box;
}

a {
    color: #005EFE;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color: #000;
    transition: all 0.3s ease 0s;
}

h1,
h2 {
    line-height: 1.2;
    margin: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 56px;
    color: #191C1F;
}

h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1E2839;
}

h3,
h4 {
    font-family: 'Rubik', sans-serif;
    color: #1E2839;
    font-weight: 400;
    /* line-height: 1.2; */
    margin: 0;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

h4 {
    font-size: 16px;
    font-weight: 500;
}

p {
    margin: 0 0 10px 0;
    font-size: 18px;
}

p:last-child {
    margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}

::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

ul.bullets {
    margin: 0px;
    padding: 0 0 0 18px;
    text-align: left;
}

.arrow-link {
    color: #1D191F;
    font-size: 18px;
    font-weight: 600;
}

.arrow-link:hover {
    color: #005EFE;
}

.arrow-link:after {
    display: inline-block;
    content: 'Ã°Å¸Â¡Â¢';
    margin: 0px 0 0 20px;
    width: 16px;
    height: 16px;
}

.button {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    background-color: #1D191F;
    color: #fff;
    margin: 12px;
    border-radius: 25px;
    padding: 14px 20px;
    cursor: pointer;
    outline: none;
    border: none;
    transition: all 0.1s ease 0s;
    letter-spacing: 0.5px;
    display: inline-flex;
    text-align: center;
}

.button.white {
    background-color: #1D191F;
    color: #fff;
    margin: 0;
    border-radius: 25px;
    white-space: nowrap;
    padding: 14px 20px;
    font-size: 16px;
}

.btnLogin {
    margin: 0 8px;
}

.button:hover {
    transition: all 0.1s ease 0s;
    opacity: 0.9;
    color: #fff;
}

.mainOuter {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.mainContainer {
    z-index: 99;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
}

.logo {
    flex: 0 0 172px;
}

.logo a {
    display: flex;
    display: -ms-flexbox;
}

.menuOuter {
    height: 70px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0px;
    width: 100%;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background-color: rgba(246, 245, 247, 0.4);
    z-index: 9999;
}

.menuInner {
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    padding: 15px 15px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.menuContainer {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.eachMenu {
    color: #000;
    margin: 0 24px;
    cursor: pointer;
}

.eachMenu:hover {
    color: #5643da;
}

.secOuter {
    width: 100%;
    position: relative;
    margin: 0;
}

.secInner {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    flex-direction: column;
    padding: 20px 15px;
}

.featureSec {
    display: grid;
    justify-items: center;
    height: 75vh;
    min-height: 450px;
    gap: 24px;
    column-gap: 24px;
    align-content: center;
    text-align: center;
}

.featureSec.lessHeight {
    height: 50vh;
}

.feaLink {
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.imageText {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.imageLink {
    display: inline-flex;
    margin: 6px 0;
}

.feaLink img {
    max-height: 18px;
    /* display: block; */
}

.commonGridSec {
    display: grid;
    gap: 24px;
    column-gap: 24px;
    text-align: center;
}

.otherSec {
    display: flex;
    gap: 56px;
    text-align: center;
    padding: 52px 48px;
    border-radius: 24px;
    align-items: center;
    flex-direction: column;
}

.otherSec.Banks12,
.otherSec.Len19 {
    background-color: #fff;
}

.otherSec.ins4 {
    background-color: #fff;
    gap: 72px;
    column-gap: 72px;
    flex-direction: column;
}

.otherSec.platform {
    padding: 0;
    gap: 40px;
    column-gap: 40px;
    flex-direction: row;
}

.otherSec.textOnly {
    background-color: #fff;
    gap: 24px;
    column-gap: 24px;
    flex-direction: column;
}

.platform h3 {
    margin-bottom: 48px;
}

.topImage {
    position: absolute;
    left: 0;
    top: -57px;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.topImageInner {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    width: 100%;
    height: 56vw;
}

.logoBox {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
}

.eachLogo {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    height: 58px;
    padding: 8px 14px;
    border-radius: 10px;
    margin: 8px 12px;
    border: 1px solid #ECEBEB;
    box-shadow: 10px 10px 28px rgba(193, 193, 193, 0.3);
    transform-origin: center center;
    transition: transform 0.4s;
}

.bigLogos .eachLogo {
    height: 76px;
}

.eachLogo:hover {
    transform: scale(1.05);
    transition: transform 0.4s;
}

.aniBox {
    margin: 0px;
    background-color: #fff;
    border-radius: 20px;
    min-width: 0px;
    width: 100%;
    text-align: center;
    position: relative;
}

.aniBox.full {
    aspect-ratio: 2.4;
    grid-column: 1 / -1;
}

.aniBoxImage {
    position: absolute;
    bottom: 48px;
    right: 0;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    padding: 40px;
    overflow: hidden;
}

.full .aniBoxImage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.aniBoxImage img {
    max-width: none;
    width: 60%;
    transform-origin: right bottom;
    transition: transform 0.6s ease 0s;
}

.full .aniBoxImage img {
    width: 30%;
}

.conSec {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    gap: 58px;
    column-gap: 58px;
    width: 100%;
    height: 100%;
    padding: 56px 20px;
}

.conSec .link {
    margin: auto 0 0 0;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: center;
    background: transparent;
    border-radius: 10px;
    transition: all 0.3s ease 0s;
}

.linkText {
    margin-right: 12px;
}

.forDesktop {}

.forMobile {
    display: none;
}

.noDisplay {
    display: none;
}


/* -------------- Shailesh CSS -------------- */

.secHeading {
    padding: 40px 0;
    text-align: center;
}

.otherSec.comprehensive {
    padding: 0;
    gap: 40px;
    column-gap: 40px;
    flex-direction: row;
}

.secComprehensive {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    gap: 25px;
    column-gap: 25px;
    padding: 20px 20px 0 20px;
}

.secComprehensive h3 {
    font-family: 'Slabo 27px', sans-serif;
}

.secComprehensive img {
    max-width: 255px;
    width: 100%;
    filter: drop-shadow(5px 15px 6px #ccc)
}

.otherSec.gridEqual {
    background-color: #fff;
    text-align: left;
    flex-direction: row;
}

.otherSec.gridEqual .secImgBox,
.otherSec.gridEqual .secTxtBox,
.equalContainer.secImgBox,
.equalContainer .secTxtBox {
    width: 50%;
}

.otherSec.grid3-2,
.otherSec.grid2-3 {
    background-color: #fff;
    text-align: left;
    flex-direction: row;
}

.otherSec.grid3-2 .secTxtBox,
.otherSec.grid2-3 .secTxtBox {
    width: 60%;
}

.otherSec.grid3-2 .secImgBox,
.otherSec.grid2-3 .secImgBox {
    width: 40%;
}

.logoInsurers img {
    max-height: 65px;
    display: block;
}

.caseStudyColgap {
    gap: 48px !important;
    column-gap: 48px !important;
}

.imgCaseStudy {
    display: flex;
    /* max-width: 325px; */
    border-radius: 20px;
    border: 1px solid #ECEBEB;
    box-shadow: 10px 10px 28px rgba(193, 193, 193, 0.3);
    overflow: hidden;
    justify-content: center;
}

.caseStudyInfo {}

.caseStudyInfo h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.caseStudyOuter {
    flex-direction: column;
    background-color: #fff;
}

.caseStudyInner {
    display: flex;
    padding: 0;
    gap: 56px;
    align-items: center;
}

.caseStudyInner .secTxtBox {
    width: 60%;
    text-align: left;
}

.caseStudyInner .secImgBox {
    width: 40%;
    text-align: center;
}

.secImgBox {
    text-align: center;
}

.secImgBox h2 {
    font-size: 22px;
    margin-top: 20px;
}

.secTxtBox {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    gap: 24px;
    column-gap: 24px;
    width: 100%;
}

.txtPara {
    line-height: 1.8;
    font-size: 18px;
    font-weight: 500;
}

.secTxtBox .button {
    margin: 12px 0;
    width: fit-content;
    color: #fff;
}

.caseStudyBtns {
    display: flex;
}

.caseStudyBtns .btnLeft {
    margin-left: 22px !important;
}

.caseStudy {
    display: flex;
    background-color: #fff;
    text-align: left;
    align-items: flex-start;
    padding: 0;
    gap: 78px;
    column-gap: 78px;
}

.features {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    text-align: left;
    align-items: center;
    padding: 0;
    gap: 75px;
    column-gap: 75px;
}

.features .featureHeading {
    width: 40%;
}

.features .secTxtBox {
    width: 60%;
}

.eachCase {
    display: flex;
    flex-direction: column;
    gap: 10px;
    column-gap: 10px;
    text-align: center;
    width: 100%;
}

.eachCase .secImgBox img {
    max-width: 325px;
}

.otherSec.builtOn {
    background-color: #fff;
}

.txtBuiltOn {
    display: flex;
    justify-content: center;
}

.txtBuiltOn span {
    margin: 14px 0 0 6px;
}

.txtBuiltOn span.marketPlace {
    margin: 3px 0 0 10px;
}

.txtBuiltOn img {
    max-width: 300px;
    width: 100%;
    max-height: 45px;
}

.builtOnLogos {
    display: flex;
    gap: 60px 5%;
    column-gap: 72px 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.eachBuiltOnLogo {
    width: 21%;
}

.builtOnLogos .eachBuiltOnLogo img {
    max-width: 185px;
    width: 100%;
}

.otherSec.useItWay {
    background-color: #fff;
    flex-direction: column;
}

.secUseIt {
    padding: 0;
    gap: 40px;
    column-gap: 40px;
    display: flex;
}

.eachUse {
    display: flex;
    flex-direction: column;
    border: 1px solid #ECEBEB;
    box-shadow: 10px 10px 28px rgba(193, 193, 193, 0.3);
    gap: 24px;
    column-gap: 24px;
    width: 100%;
    padding: 20px 20px;
    align-content: start;
}

.eachUse img {
    max-width: 100px;
    width: 100%;
}

.eachUse h3 {
    font-size: 18px;
    font-weight: 550;
}


/* team */

.secTeam {
    padding: 0;
    gap: 32px;
    display: flex;
}

.eachTeamMember {
    display: flex;
    gap: 16px;
    column-gap: 16px;
    width: 100%;
    height: 100%;
    line-height: 1.8;
    flex-direction: column;
    align-content: start;
}

.eachTeamMember img {
    max-width: 200px;
    width: 100%;
    border-radius: 20px;
}

.eachTeamMember h3 {
    font-weight: 550;
}

.eachTeamMember h4 {
    font-size: 20px;
    line-height: 1.8;
}

.imgRadius {
    max-width: 830px;
    border-radius: 20px;
    width: 100%;
}

.hrDesc {
    display: flex;
    align-items: center;
}

.hrDesc img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.hrInfo {
    margin: 0 0 0 15px;
}


/* Investors */

.secInvestors {
    display: flex;
    gap: 72px 0px;
    column-gap: 72px 0;
    width: 100%;
    flex-wrap: wrap;
}

.eachInvestor {
    display: flex;
    flex-direction: column;
    gap: 16px;
    column-gap: 16px;
    width: 25%;
    line-height: 1.8;
    padding: 10px;
}

.eachInvestor img {
    max-width: 160px;
    width: 100%;
    border-radius: 20px;
}

.eachInvestor h3 {
    font-size: 18px;
    font-weight: 550;
}

.eachInvestor h4 {}

.dashedLine {
    position: relative;
    width: 4%;
}

.dashedLineInner {
    position: absolute;
    width: 100%;
    border-top: 1px dashed #9d9d9d;
    top: -30px;
}

.dashedLineInner::after {
    content: "\27A4";
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 11px;
    color: #9d9d9d;
}

.eachCustJourney {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 110px;
    width: 13%;
    gap: 10px;
    column-gap: 10px;
}

.txtCustJourney {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    width: 100%;
    gap: 8px;
    column-gap: 8px;
}

.infoCustJourney {
    background: #f3f3f3;
    padding: 6px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 -18px;
}

.eachCustJourney h3 {
    font-size: 14px;
}

.customerJourney {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    width: 100%;
    padding: 0;
    gap: 0 !important;
    justify-content: space-between;
}

.eachCircle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    flex: 0 0 64px;
}


/* ---------------------------- Login css --------------------------------- */

.equalContainer {
    display: flex;
    gap: 60px;
    column-gap: 60px;
    padding: 35px 0 0 0;
}

.formGroup {
    max-width: 400px;
    width: 100%;
}

.contactFormGroup {
    max-width: 550px;
    width: 100%;
    text-align: left;
}

.contactFormGroup .error-message {
    font-size: 12px;
    margin: 0 0 0 10px;
    height: 16px;
}

.contactSec {
    min-height: 300px;
    height: 50vh;
}

.formFeild {
    margin: 0 0 24px 0;
    position: relative;
}

.formFeild:last-child {
    margin-bottom: 0px;
}

.contactFormGroup .formFeild {
    margin: 0 0 10px 0;
    position: relative;
}

.mandatory {
    color: #f00;
}

.contactFormGroup .eachTextarea::placeholder {
    opacity: 0;
}

.floating-label {
    position: absolute;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    pointer-events: none;
    left: 10px;
    top: 11px;
    transition: 0.2s ease all;
}

.formFeild:focus-within>.floating-label,
.formFeild .eachTextarea:not(:placeholder-shown)+.floating-label {
    -webkit-transform: translateY(-17px) scale(.85);
    transform: translateY(-22px) scale(.85);
    background: #fff;
    color: #919191;
    left: 6px;
    top: 8px;
    padding: 5px;
}

.contactFormGroup .button {
    margin: 12px 0;
}

.contactFormGroup .success-msg {
    margin: 0 0 0 10px;
}

.formFeild.loginFrgtBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.businessUpdate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 48px;
    background: #ffffff;
    border-radius: 24px;
}

.businessUpdate .button {
    width: max-content;
    margin: 0 0 0 12px;
    color: #fff;
}

.eachTextarea {
    background: none;
    border-width: 0;
    color: #484747;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    padding: 12px 10px;
    margin: 0 auto;
    resize: none;
    width: 100%;
    outline: none;
    border-radius: 12px;
    border: 1px solid #d0d0d0;
}

.formFieldError {
    border: 1px solid #f00;
}

.imgClick {
    display: flex;
}

.playIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    stroke: none;
    fill: none;
}

.imgZoomIn {
    transition: transform .5s ease
}

.imgZoomIn:hover {
    transform: scale(1.05)
}


/*      -------------------  Check Box CSS Start  -------------------      */

.chkBxLbl {
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.chkBxLbl input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}

.checkmark {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 8px;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    transition: all 0.1s ease;
    position: relative;
}

.chkBxLbl:hover .checkmark {
    box-shadow: 0 0 2px 2px #d9d9d9;
}

input:checked~.checkmark {
    background-color: #1D191F;
    transition: all 0.1s ease;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chkBxLbl input:checked~.checkmark:after {
    display: block;
}

.chkBxLbl .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chkBxLbl .checkLabel {
    display: inline-block;
    vertical-align: middle;
    color: #6e6e6e;
    font-size: 16px;
}

.error-message {
    color: #f00;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 12px;
}

.formGroup .success-msg {
    color: #05AF66;
}

.fontSml {
    color: #6e6e6e;
    font-size: 12px;
    margin: 0 0 7px 0;
}

.fontMedium {
    color: #6e6e6e;
    font-size: 14px;
    margin: 5px 0 0 0;
}


/*      -------------------  Footer css  -------------------      */

.footer {
    background: #ffffff;
    padding: 24px 0;
    color: #000;
    margin: 20px 0 0 0;
    border-style: solid;
    border-width: 0;
    border-top-width: 2px;
    border-top-color: #efefef;
}

.footerInner {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 15px;
}
.footerLinks {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    column-gap: 30px;
    display: grid;
}

.section {
    margin: 0;
    padding: 0;
}

.section:last-child {
    margin-right: 0px;
}

.footer .links {
    margin: 0 0 10px 0;
    list-style: none;
}

.footer .links:last-child {
    margin: 0;
}

.footer .links a {
    color: #666666;
}
.footer .links a:hover, .footer .info a:hover {
    text-decoration: underline;
}

.footer .info {
    margin: 25px 0 0 0;
    line-height: 24px;
}

.footer .info a:hover {
    opacity: 0.5;
}
.footer .imgContact {
    margin: 4px 0 0 0;
}
.contactImgSpan {
    display: inline-block;
    vertical-align: middle;
}
.footerCopyright {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}

.copyright {
    width: 100%;
    padding: 20px 20px 0 20px;
    margin-top: 40px;
    border-top: 1px solid #75808A;
    text-align: center;
}


/*------- Menu bar -------*/

.topNavBar {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 0 0 0 50px;
    justify-content: right;
}
.topNavBtns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-secondary {
    border-color: #1d191f;
    background-color: transparent;
    color: #1d191f !important;
    border: 2px solid;
    padding: 10px 16px;
    border-radius: 25px;
    transition: all .3s;
    white-space: nowrap;
}
.button-secondary:hover {
    border-color: #1d191f;
    background-color: #1d191f;
    color: #fff !important;
    transition: all .3s;
}
.menu {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: center;
    max-width: 750px;
    column-gap: 28px;
    width: 100%;
}
.menu>li {
    position: relative;
}
.menu>li a {
    color: #202020;
    white-space: nowrap;
    transition: all .2s linear;
    font-size: 16px;
    cursor: pointer;
}
.menu>li a:hover {
    /* color: #5643da; */
    transition: all .2s linear;
}
.menu>li.selected {
    font-weight: 600;
    pointer-events: none;
    color: #202020;
}
.menu-button-container {
    display: none;
    height: 30px;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}
.menu-button, .menu-button::before, .menu-button::after {
    display: block;
    background-color: rgba(0, 0, 0, 0.87);
    position: absolute;
    height: 2.5px;
    width: 20px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(45deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0;
    transform: rotate(-45deg);
}


/*---------------------------- Video popup ----------------------------*/

video {
    width: 100%;
    height: auto;
    max-height: 540px;
}

iframe {
    width: 100%;
    height: 100%;
}

.videoOuter {
    width: 100%;
}

.videoOuter video {
    width: 100%;
    height: auto;
    max-height: fit-content;
    border-radius: 20px;
}

.viewVideo,
.viewIfarme {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.closePopup {
    position: absolute;
    top: -45px;
    right: -5px;
    z-index: 9999;
    cursor: pointer;
}

.ytVideoBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
}

.ytVideoBox .responsiveIframe body {
    background: none !important;
}

.responsiveIframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*-------- pop up Start --------*/

.popupOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: none;
}

.popupContainerOuter {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.popupContainerInner {
    width: auto;
    min-width: 285px;
    max-height: 90%;
    padding: 0;
    margin: 0 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    position: relative;
    max-width: 960px;
}
.noDisplay {
    display: none;
}

/* Drop down menu */

.dropdown-content {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    min-width: 230px;
    padding: 16px;
    overflow: auto;
    border: 1px solid #f0f0f0;
    z-index: 1;
    box-shadow: 0 10px 20px 2px rgb(0 0 0 / .04);
    transition: all .2s linear;
}
.eachMnuLable {
    padding: 10px 0;
    color: #000;
    cursor: default;
}
.dropdown-content a {
    padding: 8px 16px;
    display: flex;
}
.dropdown-content a:hover {
    background: #f1f1f1;
}
.menu>li:hover .dropdown-content {
    display: block;
}

/* -------------- Media Query Starts -------------- */

@media screen and (max-width: 949px) {
    .forDesktop {
        display: none;
    }
    .btnLogin, .btnContact {
        margin: 0 0 0 10px;
    }
    .menu-button-container {
        display: flex;
    }
    .menu {
        position: absolute;
        top: 56px;
        left: 12px;
        right: 12px;
        flex-direction: column;
        width: auto;
        max-width: none;
        padding: 16px;
        max-height: calc(100vh - 180px);
        overflow-y: hidden;
    }
    .menu>li {
        width: 100%;
    }
    .menu>li a {
        white-space: normal;
        padding: 6px 12px;
    }
    .eachMnuLable {
        padding: 8px 0;
    }
    .dropdown-content {
        display: block;
        position: relative;
        box-shadow: none;
        border: none;
        padding: 0 0 8px 0;
        top: 0;
    }
    .dropdown-content a:hover {
        background: #fff;
    }
    #menu-toggle~.menu {
        height: 0;
        content-visibility: hidden;
        pointer-events: none;
    }
    #menu-toggle:checked~.menu {
        height: auto;
        content-visibility: visible;
        pointer-events: auto;
        overflow-y: auto;
        background: #fff;
        box-shadow: 0 5px 14px 2px rgb(0 0 0 / .2);
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    .logoContainer {
        float: none;
        text-align: center;
        margin: auto;
    }
    .caseStudyBtns {
        margin: auto;
    }
    .caseStudyColgap {
        gap: 24px !important;
        column-gap: 24px !important;
    }
    .imgCaseStudy {
        max-width: 325px;
    }
    .featureSec {
        padding: 25px 0;
        height: auto;
        max-height: 60vh;
    }
    .features .featureHeading {
        width: 100%;
    }
    .features .secTxtBox {
        width: 100%;
    }
    .otherSec.platform,
    .otherSec.comprehensive,
    .otherSec.gridEqual,
    .otherSec.grid3-2,
    .otherSec.grid2-3,
    .secUseIt,
    .secTeam,
    .caseStudy {
        flex-direction: column;
    }
    .otherSec.gridEqual,
    .otherSec.grid3-2,
    .otherSec.grid2-3 {
        text-align: center;
    }
    .otherSec.gridEqual .secImgBox,
    .otherSec.gridEqual .secTxtBox,
    .equalContainer.secImgBox,
    .equalContainer .secTxtBox {
        width: 100%;
    }
    .otherSec.grid3-2 .secTxtBox,
    .otherSec.grid2-3 .secTxtBox,
    .otherSec.grid3-2 .secImgBox,
    .otherSec.grid2-3 .secImgBox {
        width: 100%;
    }
    .caseStudyInner {
        flex-direction: column;
    }
    .caseStudyInner .secTxtBox,
    .caseStudyInner .secImgBox {
        width: 100%;
        text-align: center;
    }
    .features {
        gap: 15px;
        column-gap: 15px;
        flex-direction: column;
    }
    .eachBuiltOnLogo {
        width: 45%;
    }
    .secInvestors {
        gap: 30px 32px;
        column-gap: 72px 32px;
    }
    .secInvestors .eachInvestor {
        width: 29%;
    }
    .secTxtBox .button {
        margin: 12px auto;
    }
    .loginFrgtBox .button {
        margin: 12px 0;
    }
    .businessUpdate {
        flex-direction: column;
        padding: 15px 15px 5px 15px;
        margin: 25px 0 0 0;
        text-align: center;
    }
    .businessUpdate .button {
        margin: 12px auto;
    }
    .eachUse {
        gap: 14.4px;
        column-gap: 14.4px;
    }
    .aniBox {
        aspect-ratio: auto;
    }
    .aniBoxImage {
        justify-content: center;
    }
    .aniBoxImage img {
        width: 70%;
    }
    .conSec {
        padding: 24px 16px;
    }
    .otherSec {
        padding: 16px 16px;
        gap: 40px;
    }
    .footerLinks {
        grid-template-columns: 1fr;
        gap: 8px;
        column-gap: 8px;
    }
    .section {
        margin: 12px 0 0 0;
    }
    .footer .links {
        margin: 0 0 10px 0;
    }
    .footer .info {
        margin: 15px 0 0 0;
    }
    .secTeam {
        gap: 72px;
        column-gap: 72px;
    }
    .iconLinkedIn {
        margin: 10px 0 0 0;
    }
    .contentOrder1 {
        order: 1;
    }
    .contentOrder2 {
        order: 2;
    }
    .hrDesc {
        flex-direction: column;
    }
    .hrInfo {
        margin: 15px 0 0 0;
    }
    .feaLink {
        margin-top: 0;
        /* flex-direction: column; */
    }
    /* .feaLink img {
        margin-top: 7px;
    } */
    .ytVideoBox {
        padding-top: 73.25%;
    }
    .equalContainer {
        flex-direction: column;
    }
    .formGroup {
        max-width: none;
    }
    .equalContainer {
        gap: 65px;
        column-gap: 65px;
        padding: 0px 0px;
    }
    .btnLogin {
        display: none;
    }
    .btnContact {
        margin: 0 0 0 8px;
}
    .logo {
        flex: 0 0 150px;
    }
    .topNavBar {
        padding: 0 0 0 20px;
    }
    .button-secondary {
        padding: 8px 12px;
    }
}