/* navbar */

@font-face {
    font-family: 'Satoshi';
    src: url('../webfonts/Satoshi-Regular.woff2') format('woff2'),
        url('../webfonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.navbar.collapsed {
  background-color: black;
}

.navbar.collapsed .navbar-nav .nav-item .nav-link {
  background-color: black;
  padding-left: 15px;
}

.nav-pa{
    padding: 0px 40px 0px 40px;
}

.book-bu:before {
    content: '';
    background: linear-gradient(45deg, #fff, #3680FD);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 10s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border: 0;
}

.book-bu:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 0;
}

.your-style {
    font-family: 'Satoshi';
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    background-color: #000000;
    position: fixed;
    width: 100%;
    z-index: 11;
    height: 90px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
    fill: #FFFFFF;
    font-size: 16px;
    font-family: 'Satoshi';
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.navbar-dark .navbar-brand img {
    width: 100%;
    height: 46px;
    object-fit: contain;
}

.navbar-dark .navbar-button {
    border-image-source: linear-gradient(to right, #75EBFF, #3680FD);
    border-image-slice: 1;
    font-family: 'Satoshi';
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
}

.index .darkHeader{
    background: #000000 !important;
}

.index .navbar{
    background: #00000080;
}


@media (max-width: 768px) {
    .navbar-collapse {
        position: fixed;
        top: 90px; 
        left: 0;
        width: 100%;
        z-index: 1050;
    }
}

.nav-pa button:focus{
    box-shadow: none;
}


/* Footer */

@media (max-width: 575px) {
    footer .footer-bottom .foi{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


footer {
    background-color: #000000;
    color: #fff;
    padding: 40px 20px;
}

footer a {
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Satoshi';
}

footer a:hover {
    color: #FFFFFF;
}

footer .footer-logo img {
    max-width: 100%;
    height: 55px;
    object-fit: contain;
    margin-bottom: 50px;
}

footer h6 {
    color: #75EBFF;
    font-size: 15px;
    font-family: 'Satoshi';
    font-weight: 500;
    text-transform: uppercase;
}

footer .main {
    color: #FFFFFF;
    font-size: 18px;
    font-family: 'Satoshi';
}

.footer-divider {
    border-top: 1px solid #FFFFFF;
    margin: 30px 0;
}


footer .footer-bottom {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Satoshi';
}


/* Index */

.hero-section {
    background-image: url("../images/main-banner-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 170px 20px;
    min-height: 600px;
}

.hero-section h1 {
    color: #FFFFFF;
    font-size: 60px;
    font-family: 'Satoshi';
    word-wrap: break-word;
}

.hero-section p {
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Satoshi';
    margin-bottom: 90px;
}

.hero-section .hero-button {
    background-image: linear-gradient(90deg, #75EBFF 0%, #123EF5 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 14px 24px 14px 24px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Satoshi';
    font-weight: 400;
    height: 47px;
}

.hero-section .hero-button:hover {
    background-image: linear-gradient(90deg, #123EF5 0%, #75EBFF 100%);
}




.partners-section {
    text-align: center;
    padding: 50px 15px;
    background-color: #101111;
}

.partners-section h2 {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    text-align: left;
}



.expertise-section {
    background-image: url("../images/background-2.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
}

.expertise {
    color: white;
    text-align: center;
    padding: 50px 15px;
}

.expertise-section .expertise h1 {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1em;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.expertise-section .expertise h2 {
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    line-height: 1.1em;
    color: #6EC1E4;
    margin-bottom: 30px;
}

.expertise-section .expertise p {
    text-align: center;
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
    width: 50%;
}

.custom-card {
    background: #F2F2F21A;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 25px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 380px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .custom-card {
        height: 450px; 
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .custom-card {
        height: 550px; 
    }
    .expertise-section .custom-card h3 {
        color: #FFFFFF;
        font-family: 'Satoshi';
        font-size: 19px !important;
    }
    .expertise-section .custom-card p {
        color: #FFFFFF;
        font-family: 'Satoshi';
        font-size: 15px !important;
    }
}

@media (max-width: 767px) {
    .custom-card {
        height: auto; 
    }
}

.custom-card:hover {
    transform: scale(1.05);
}

.expertise-section .custom-card h3 {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 24px;
}

.expertise-section .custom-card p {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 18px;
}





.industries-section .hero-button{
    background-image: linear-gradient(90deg, #75EBFF 0%, #123EF5 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 14px 24px 14px 24px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Satoshi';
    font-weight: 400;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
}

.industries-section .hero-button:hover{
    background-image: linear-gradient(90deg, #123EF5 0%, #75EBFF 100%);
}

.industries-section .dotes{
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 14px;
}

.industries-section {
    background-color: #000000;
}

.industries-section .industries h1 {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.industries-section .industries p {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 20px;
    text-align: center;
    width: 90%;
    margin-bottom: 80px;
}

.industries-section .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0 20px 50px;
}

.industries-section .industries-card {
    background-color: #111;
    color: white;
}

.industries-section .industries-card .card-content {
    padding: 40px;
    background: rgb(242 242 242 / 10%);
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, rgb(255 255 255 / 70%), rgb(187 187 186 / 70%));
}

.industries-section .industries-card h3 {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 30px;
    margin-bottom: 30px;
}

.industries-section .industries-card p {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 15px;
    margin-bottom: 30px;
}

.industries-section .card-btn {
    max-width: 197px;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
    padding: 11px 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, #75EBFF, #3680FD);
}

@media (max-width: 768px) {
    .owl-carousel .owl-item .left-image img {
        display: none;
    }
}

/* .owl-carousel .owl-item .left-image img {
    width: auto;
} */

@media (max-width: 768px) {
    .nav-pa {
        padding: 0;
    }
    .navbar>.container-fluid{
        /* flex-wrap: unset; */
        /*margin-top: 10px;*/
        height: 60px;
    }
    .nav-pa{
        /*background: #000000;*/
    }
}

.short-text {
    display: none;
}

.book-text {
    display: inline;
}

@media (max-width: 991px) {
    .book-text {
        display: none;
    }
    .short-text {
        display: inline;
    }
}

@media (max-width: 768px) {
    .hero-section{
        background-image: url(../images/main.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
}




.Key-section {
    background-color: #FFFFFF;
    background-image: url(../images/background3.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Key-section .key-mar {
    margin: 0 15px;
}

.Key-section h2 {
    color: #3680FD;
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 700;
}

.Key-section h3 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
}

.Key-section h4 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    background: linear-gradient(to bottom, #75EBFF 0%, #123EF5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Key-section h5 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    width: 50%;
}

.Key-section .segment-card {
    border: 1px solid #3680fd;
    padding: 20px;
    text-align: center;
    height: 400px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .Key-section .segment-card {
        height: 450px; 
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .Key-section .segment-card {
        height: 530px; 
    }
    .Key-section .segment-card h3 {
        color: #FFFFFF;
        font-family: 'Satoshi';
        font-size: 18px !important;
    }
    .Key-section .segment-card p {
        color: #FFFFFF;
        font-family: 'Satoshi';
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .Key-section .segment-card {
        height: auto; 
    }
}

.Key-section .segment-card h3 {
    color: #7B7B7B;
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
}

.Key-section .segment-card p {
    color: #7B7B7B;
    font-family: 'Satoshi';
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.Key-section .segment-card:hover {
    background-color: transparent;
    background-image: linear-gradient(235deg, #123EF5 0%, #3680FD 70%);
}
.Key-section .segment-card:hover h3,.Key-section .segment-card:hover p{
  color: white;
}





.compliance-section p {
    color: #000000;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
}





.omnichannel-section {
    padding: 50px 0;
    background-image: url(../images/background4.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 930px;
}

.omnichannel-section h4 {
    text-align: left;
    color: #3680FD;
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.omnichannel-section h2 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    margin-top: 20px;
}

.omnichannel-section p {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
}

.omnichannel-section ul li {
    color: #000000;
    font-family: 'Satoshi';
    font-size: 18px;
    font-weight: 500;
}

.omnichannel-section .hero-button {
    background-image: linear-gradient(90deg, #75EBFF 0%, #123EF5 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 14px 24px 14px 24px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Satoshi';
    font-weight: 400;
}

.omnichannel-section .hero-button:hover {
    background-image: linear-gradient(90deg, #123EF5 0%, #75EBFF 100%);
}

.omnichannel-section .omni {
    margin: 0 5px;
}

.omnichannel-section .bullet{
    height: 10px;
    margin-right: 5px;
}

.bulletts{
    width: unset !important;
    height: 10px;
    margin-right: 5px;
}

/* .owl-carousel .owl-item img {
    width: unset;
} */




.techstack-section {
    background-image: url(../images/background4-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.techstack-section .tech-stack-heading h2 {
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    background: linear-gradient(to bottom, #75EBFF 0%, #123EF5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.techstack-section .tech-stack-heading p {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    text-align: center;
}

.tech-card {
    background-color: #F2F2F21A;
    padding: 20px;
    color: #FFFFFF;
    border-style: solid;
    --border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: #BBBBBB;
    --border-color: #BBBBBB;
    backdrop-filter: blur(15px);
    height: 330px;
}

.tech-card:hover {
    transform: scale(1.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.techstack-section .tech-card h5 {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.techstack-section .tech-card p {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 15px;
    font-weight: 400;
}




.success-section {
    background-image: url(../images/background-6.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.success-section .leftside p {
    color: #3680FD;
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.success-section .leftside h2 {
    color: #000000;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
}

.case-study {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: #BBBBBB;
    padding: 50px;
    backdrop-filter: blur(15px);
}

.success-section .case-study h5 {
    text-align: center;
    color: #3680FD;
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.success-section .case-study h4 {
    text-align: center;
    color: #101111;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
}

.success-section .case-study h3 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 25px;
}

.success-section .case-study .bussiness h6 {
    color: #000000;
    font-family: 'Satoshi';
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 25px;
}

.success-section .case-study .bussiness p {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.success-section .btn-download {
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #000000;
    background-color: #75EBFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 24px 14px 24px;
}

.success-section .btn-download:hover {
    color: #FFFFFF;
    background-color: #000000;
}

.e-font-icon-svg:hover {
    color: #FFFFFF;
}

.e-font-icon-svg {
    height: 1em;
    margin-bottom: 6px;
    margin-left: 7px;
}



.ai-section {
    background-image: url(../images/background-image-footer.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ai-section .ai-banner {
    border-style: solid;
    --border-style: solid;
    border-width: 1px 1px 1px 1px;
    --border-top-width: 1px;
    --border-right-width: 1px;
    --border-bottom-width: 1px;
    --border-left-width: 1px;
    border-color: #BBBBBB;
    --border-color: #BBBBBB;
    padding: 70px;
    background-color: #F2F2F21A;
    backdrop-filter: blur(15px);
    text-align: center;
}

.ai-section .ai-banner h1 {
    color: #FFFFFF;
    font-family: 'Satoshi';
    font-size: 48px;
    font-weight: 400;
}

.ai-section .btn-get-started {
    width: 100%;
    max-width: 248px;
    height: 37px;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #75EBFF, #3680FD);
    font-family: 'Satoshi';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0em;
    fill: #FFFFFF;
    color: #FFFFFF;
    padding: 8px;
}

/* Default dot style (inactive dot) */
.custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    width: 20px;
    height: 20px;
    background-image: url('../images/bullet2.png');
    background-size: cover;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: background-image 0.3s ease;
}

/* Active dot style */
.owl-dot.active {
    background-image: url('../images/bullet-3.png');
    background-size: cover;
}

/* Hide default dots */
.owl-dots {
    display: none;
}




/* privacy-policy */

.privacy-section .privacy-contai{
    max-width: 1140px;
}

.privacy-section .pri-text {
    margin-left: 40px; 
}

.privacy-section .bullet{
    height: 10px;
    margin-right: 5px;
}

.privacy-section .kaju li{
    margin-bottom: 8px;
    color: #101111;
    font-family: 'Satoshi';
    font-size: 20px;
}

.privacy-section h1 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: center;
}

.privacy-section p {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-family: 'Satoshi';
    font-weight: 500;
    line-height: 1.2;
    color: #101111;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 40px;
}

.privacy-section h4 {
    font-family: 'Satoshi';
    font-weight: 500;
    line-height: 1.2;
    color: #101111;
    font-size: 17.5px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.privacy-section h6 {
    font-family: 'Satoshi';
    font-weight: 500;
    line-height: 1.2;
    color: #101111;
    font-size: 17.5px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.privacy-section h5 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    text-decoration: underline;
}

.privacy-section .links {
    color: #cc3336;
    text-decoration-color: black;
    word-wrap: break-word;
}

.privacy-section .bullet-point li {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 17.5px;
    margin-left: -35px;
    list-style: none;
}

.form-check-input[type=checkbox] {
    border: 1px solid #000000;
    border-radius: 0px;
}

.form-check-input[type=checkbox]:focus{
    box-shadow: none;
}


/* terms-of-service */

.terms-section .terms-contai{
    max-width: 1140px;
}

.terms-section h1 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    text-align: center;
}

.terms-section h2 {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 500;
}

.terms-section p {
    color: #101111;
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: normal;
}



/* modal-letstalk */


.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    color: white;
    cursor: pointer;
}

@media (min-width: 992px) {
    .lets-talk {
        max-width: 1200px;
    }
}


.modal-lg .modal-content .hero-button {
    background-image: linear-gradient(90deg, #75EBFF 0%, #123EF5 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 12px 24px 14px 24px;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Satoshi';
    font-weight: 400;
    height: 46.5px;
}

.modal-lg .modal-content .hero-button:hover {
    background-image: linear-gradient(90deg, #123EF5 0%, #75EBFF 100%);
}

.modal-content {
    border-radius: 0px;
    background-image: url(../images/form-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.all-mo {
    padding: 80px 0px 80px 0px;
    backdrop-filter: blur(15px);
}

.lets-talk h2 {
    color: #000000;
    font-family: 'Satoshi';
    font-size: 60px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
    text-align: center;
}

.lets-talk h4 {
    text-align: center;
    color: #000000;
    font-family: 'Satoshi';
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
    letter-spacing: 0px;
    margin-bottom: 50px;
}

.lets-talk p {
    color: #000000;
    font-family: 'Satoshi';
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.4em;
    letter-spacing: 0px;
}

.lets-talk .small {
    color: #000000;
    font-family: 'Satoshi';
    font-size: 15px;
    text-decoration: none;
}

.lets-talk .lets-box {
    border: 1px solid #000000;
    border-radius: 0;
    min-height: 49px;
}

.lets-talk .lets-box:focus {
    background-color: #ffffff;
    border-color: #000000;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.6);
}

.lets-talk .form-check label {
    color: #000000;
    font-size: 15px;
}


.index-menu,
.other-menu {
    display: none;
}

body.index .index-menu {
    display: block !important;
}

body:not(.index) .other-menu {
    display: block !important;
}

.custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.custom-dots .dot {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-image: url('../images/bullet2.png');
    cursor: pointer;
    background-size: cover;
}
.custom-dots .dot.active {
    background-image: url('../images/bullet-3.png') ;
}






.custom-slider-box {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
}
.custom-slider-box .left-image {
    width: 40%;
}
.custom-slider-box .right-content {
    width: 58%;
    margin: 0;
    padding: 0;
}

.custom-slider-box .flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
/* .custom-slider-box .flip-container:hover .back {
  transform: rotateY(0deg);
} 
.custom-slider-box .flip-container:hover .front {
  transform: rotateY(180deg);
}*/
.custom-slider-box .flip-container,
.custom-slider-box .front,
.custom-slider-box .back {
  width: 340px;
  height: 120px;
  margin: 0 25px 25px 0;
  float: left;
}

.custom-slider-box .flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  position: relative;
  padding: 30px;
  height: 100%;
}

/* Case Study Slider */
.casestudy-slick-slider ul.slick-dots {
    margin-top: -30px;
    padding-bottom: 15px;
    position: absolute;
    margin: -30px auto 0;
    left: 0;
    right: 0;
}

/* hide back of pane during swap */
.custom-slider-box .front,
.custom-slider-box .back {
	-webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
	-webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
    background: rgb(242 242 242 / 10%);
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to right, rgb(255 255 255 / 70%), rgb(187 187 186 / 70%));
    color: #fff;
}

.custom-slider-box .front {
  z-index: 2;
	-ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
   transform: rotateY(0deg);
}
.custom-slider-box .back {
	-ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
   transform: rotateY(-180deg);
}
.custom-slider-box .flip-container, .custom-slider-box .front, .custom-slider-box .back {
    width: 98%;
    height: 100%;
    margin: 0 25px 25px 0;
    float: left;
    padding: 0;
}
.front-content, .back-content {
    padding: 20px;
}
.front-content h3, .back-content h3 {
    font-size: 30px;
    font-family: 'Satoshi';
    line-height: 1em;
    margin-bottom: 40px;
    font-weight: 500;
}
.front-content h4, .back-content h4 {
    font-size: 1.6rem;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-weight: 400;
}
.front-content p, .back-content p {
    font-size: 15px;
    font-family: 'Satoshi';
    line-height: 1.4em;
    font-weight: 300;
    margin-bottom: 50px;
}
.front-content ul, .back-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 45px;
}
.front-content ul li, .back-content ul li {
    padding: 0 0 0 15px;
    background: url(/wp-content/uploads/2024/05/bullet1.svg) no-repeat;
    background-size: 8px auto;
    background-position: center left;
    font-size: 1.4rem;
    line-height: 1.4em;
    font-weight: 300;
    list-style: none;
}

@media (max-width: 1024px) {

	.front-content, .back-content {
    padding: 15px;
}
	.custom-slider-box .btn-gredient-bordered, .custom-slider-box a.gredient-fill-btn {
		padding: 10px !important;
	}
	.front-content h3, .back-content h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media (max-width: 992px) {
	.custom-slick-slider .slide {
    height: 350px;
}
	.custom-slider-box {
		height: 100%;
	}
	.custom-slick-slider .left-image {
		display: none;
	}
	.custom-slick-slider .right-content {
		width: 100%;
	}
	.elementor-19 .elementor-element.elementor-element-67ef9f3c:not(.elementor-motion-effects-element-type-background) {
    background-color: #000000;
	}
}




@media (max-width: 768px) {
    .custom-slider-box .left-image {
        width: 0%;
    }

    .custom-slider-box .right-content {
        width: 100%;
        margin: 0;
        padding: 0;
        min-height: 350px;
    }
}


/* ALL RESPOBNSIVE FONTS */

@media (max-width: 991px) {
    .logo-center {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) 
    }

    .button-right{
        position: absolute;
        top: 50%;
        left: unset;
        right: 0%;
        margin-right: 15px;
        transform: translate(0%, -50%);
    }
}


@media (max-width: 575px) {
    .button-right{
        width: 80px;
        font-size: 12px;
    }

    .logo-center {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .hero-section{
        padding: 120px 20px 45px 20px;
    }
    
    .hero-section p{
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {

    .navbar{
        background: #000000;
    }

    .hero-section h1{
        font-size: 42px;
    }

    .expertise-section .expertise h1{
        font-size: 42px;
    }

    .expertise-section .expertise h2{
        font-size: 42px;
    }

    .industries-section .industries h1{
        font-size: 42px;
    }

    .Key-section h3{
        font-size: 42px;
    }

    .Key-section h4{
        font-size: 42px;
    }

    .omnichannel-section h2{
        font-size: 42px;
    }

    .techstack-section .tech-stack-heading h2{
        font-size: 42px;
    }

    .techstack-section .tech-stack-heading p{
        font-size: 42px;
    }

    .success-section .leftside p{
        font-size: 20px;
    }

    .success-section .leftside h2{
        font-size: 42px;
    }

    .ai-section .ai-banner h1{
        font-size: 24px;
    }

    .lets-talk h2{
        font-size: 20px;
    }

    .lets-talk h4{
        font-size: 14px;
    }
}

.navbar-dark .navbar-button:hover{
    background: linear-gradient(90deg, #75EBFF 0%, #123EF5 100%);
    border: 1px solid black;
    border-radius: 0px;
}

.ai-section .btn-get-started:hover{
    background: linear-gradient(90deg, #75EBFF 0%, #123EF5 100%);
    border: none;
    border-radius: 0px;
}


@media (min-width: 1200px) and (max-width: 1399px) {
    .front-content h3, .back-content h3 {
        font-size: 22px;
    }
    .front-content p, .back-content p {
        font-size: 14px;
    }
    .back-content .dotes{
        font-size: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .front-content h3, .back-content h3 {
        font-size: 20px;
    }
    .front-content p, .back-content p {
        font-size: 12px;
    }
    .back-content .dotes{
        font-size: 12px;
    }
}

