@import "fonts.css";
@import "home_page.css";
@import "synapsepage.css";
@import "firstpasspage.css";
@import "capabilities.css";
@import "about.css";
@import "support.css";
@import "fpsuite.css";
@import "site-icons.css";
@import "text-mover.css";
@import "responsive.css";

html,
body {
    font-family: 'Axiforma', sans-serif;
    font-size: 1rem;
    color: #222222;
}

.main-container {
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.header-sec {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    align-items: center;
    padding: 15px 35px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 75px;
    position: fixed;
    z-index: 3;
    background-color: #ffffff;
    width: 100%;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 35px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header .logo-dark {
    cursor: pointer;
}

.navigation-menu li span {
    color: #222222;
    font-size: 0.86vw;
    text-transform: capitalize !important;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}

.content {
    padding-top: 70px;
}

h1 {
    font-weight: 800;
}

.overflowX-hidden {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
    opacity: 0.5;
}

:root {
    --no-of-slides: 6;
    --slides-in-view: 4;
    --slide-width: 200px;
    --slide-height: 100px;
    --iteration-time: 10s;
}


.highlight {
    background-color: yellow;
}

#search {
    border-radius: 8px;
    border: 1px solid #ffffff;
    outline: none;
    box-shadow: none;
    font-family: "Axiforma";
    font-size: 1.02vw;
    max-width: 85px;
    transition: max-width 1s;
    padding: 9px 0;
}

input#search:focus,
input:not(:placeholder-shown)#search {
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    max-width: 20vw;
    padding: 9px 35px 9px 20px;
}
input#search::placeholder {
    font-size: 0.86vw;
}

input#search:focus~.searchicon {
    animation: 2s bounce linear infinite;
}

.searchicon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    animation: 2s bounce linear;
}

.language-switcher button {
    /* border: none; */
    border: 1px solid #222222;
    background-color: transparent;
    border-radius: 22px;
    font-size: 0.88vw;
    padding: 6px 15px;
    min-width: 80px;
}

.language-switcher button:hover {
    background-color: #222222;
    color: #FFFFFF;
}

.contact-sec {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.navigation-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    font-weight: 500;
}

.navigation-menu li {
    cursor: pointer;
}

/* .navigation-menu li:hover {
    animation: 1s bounce linear infinite;
} */

.navigation-menu li:last-child {
    animation: none
}

#home .carousel-indicators {
    align-items: center;
}

#home .carousel-indicators button[data-bs-target].indicators {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #999999;
}

#home .carousel-indicators .active {
    background-color: #4074FC;
    border: 1px solid #4074FC !important;
}

#home .carousel-control-next,
#home .carousel-control-prev {
    position: unset !important;
    text-indent: 0;
}

#home .carousel-control-next-icon,
#home .carousel-control-prev-icon {
    width: 1rem;
    height: auto;
    background-image: none;
}

#home.bordered {
    border: 20px solid #fff !important;
}

#home .centrize {
    z-index: 100;
}

#home-slider .carousel-item .col-sm-5 img {
    height: 500px;
    width: 100%;
    object-fit: contain;
}

.greysec_bg {
    background-color: #F7F7FB;
}

.greysec_bg h1 {
    font-size: 3.9vw;
}

.greysec_bg p {
    font-size: 1vw;
    padding-right: 80px;
}

.greybutton {
    text-decoration: none;
    background: #222222;
    padding: 18px 40px;
    border-radius: 60px;
    color: #ffffff;
    font-size: 0.94vw;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.5s;
}
.greybutton:hover {
    background: #0C75F9;
    color: #ffffff;
}

.map-widget {
    display: flex;
    justify-content: space-around;
    width: 85%;
    margin: 60px auto;
}

.map-widget>.map h2 {
    font-size: 1.52vw;
    font-weight: 800;
}

.map-widget .map {
    text-align: center;
}

.map-widget.map:hover {
    animation: 2s bounce linear;
}

.map-widget>.map a {
    font-size: 0.94vw;
    color: #222222;
    text-decoration: none;
}

.map-widget>.map a:hover {
    font-size: 0.94vw;
    color: #222222;
    text-decoration: underline;
}

.container-footer {
    width: 76%;
    margin: 0 auto;
    display: flex;
}

.container-footer .widget:last-child {
    border-right: none;
}

.container-footer .widget h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 0;
}

.container-footer .widget ul {
    font-size: 0.80vw;
    color: #222222;
    font-weight: 300;
}

.container-footer {
    position: relative;
    background-color: #ffffff;
    padding-bottom: 30px;
    z-index: 10;
}

.container-footer .widget ul li {
    margin-bottom: 15px;
}

.container-footer .widget ul li a {
    display: inline-block;
    cursor: pointer;
    line-height: normal;
    text-decoration: none;
    color: #222222;
}

.container-footer .widget ul li a:hover {
    color: #000000;
}

.container-footer .widget {
    text-align: left;
    border: none;
    padding-left: 3%;
}

.container-footer .footer-caption {
    padding-right: 3%;
    padding-left: 0;
    width: 18%;
}

.container-footer .heading3 {
    color: #333333;
    line-height: 40px;
    font-size: 2.35vw;
}

.container-footer .footer-logo {
    width: 70%;
    margin-top: 70%;
}

.container-footer h6 {
    font-weight: 900;
    color: #333333;
    line-height: 1.5;
}

.copyright-sec {
    background-color: #F7F7FB;
    padding: 15px 0;
    font-size: 12px;
    text-align: center;
    color: #222222;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}
.w-60 {
    width: 60%;
}

.clients-section {
    padding: 140px 0 140px 0
}

.site-section h1 {
    font-size: 2.22vw;
    margin-bottom: 2.35vw;
}

.footer-social {
    font-size: 0.82vw;
}

.footer-social img {
    height: 24px;
}

.map-name {
    margin-bottom: 0.3rm;
}

.map-link {
    text-transform: uppercase;
}

.map-link span {
    font-weight: 300;
}

.footer-links {
    display: flex;
    justify-content: space-between;
    width: 68%;
}

.footer-links a {
    text-decoration: none;
    background: linear-gradient(currentColor, currentColor) bottom / 0 .05em no-repeat;
    transition: 0.5s background-size;
}

.footer-links a:hover {
    background-size: 100% .1em;
}

.w-40 {
    width: 45%;
}

.application-screens {
    display: block;
    width: 80%;
    margin: 0 auto;
    object-fit: contain;
}

.mt-86 {
    margin-top: 86px;
}

.mt-30 {
    margin-top: 30px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-104 {
    margin-top: 104px;
}

.highlight-info {
    color: #E22526;
}

.navigation-menu span.active {
    font-weight: bold;
    color: #007bff;
    /* Example active link color */
}

ul.topnav {
    list-style-type: none;
    overflow: hidden;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: .3s;
    font-size: 1.25vw;
    font-family: 'Contrail One';
}

/* ul.topnav li a:hover {
	background-color: #111;
} */

.icon {
    display: none;
}

.fw-600 {
    font-weight: 600;
}
.fw-exbold {
    font-weight: 800;
}
.fw-black {
    font-weight: 900;
}
.fw-medium {
    font-weight: 500;
}

.description-gray {
    color: #666666;
}

.section-heading {
    font-size: 2.22vw;
    font-weight: normal;
}

#successStoriesCarousel {
    font-size: 1.17vw;
}
.whitebutton {
    text-decoration: none;
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 60px;
    color: #4074FC;
    font-size: 0.94vw;
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #4074FC;
}

@media screen and (max-width: 575px) {
    .greysec_bg h1 {
        font-size: 2.35vw;
    }

    h2 {
        font-size: 1.76vg !important;
    }

    .clients-section .w-75 {
        width: 90% !important;
    }

    .clients-section .w-70 {
        width: 90%
    }

    .global-partners-section {
        padding: 60px;
    }

    .global-partners-section .w-70 {
        width: 100%;
    }

    .company-section {
        padding: 50px 0;
    }

    .company-section h1 {
        width: 86%;
        margin: 0 auto 2rem auto;
    }

    .section-big-right, .section-full, .channels, .happier-conversations {
        margin: 90px auto 0px auto;
    }

    .section-big-right .row .col-sm-6:last-child img,
    .section-big-left .row .col-sm-5:first-child img {
        width: 70% !important;
    }

    .section-big-left .row {
        flex-direction: column-reverse;
    }

    .section-big-left .col-sm-7 {
        padding-left: 65px;
    }

    .section-big-right .row .col-sm-6:last-child {
        text-align: right;
    }

    .success-stories {
        margin-top: 90px;
    }

    .success-stories > h2 {
        margin-bottom: 30px;
        font-size: 2.22vw;
    }

    .synapse-reach {
        flex-direction: column;
        font-size: 0.88vw;
    }

    .synapse-reach>div {
        width: 100% !important;
        padding-bottom: 30px !important;
    }

    .synapse-reach>div:nth-child(1) {
        padding-right: 0 !important;
    }

    .site-section h1,
    .demo-heading {
        font-size: 2.36vw;
    }

    .demo-heading {
        padding-top: 100px;
    }

    .demo-heading,
    .demo-subheading {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .demo-form button {
        margin: 30px 0;
    }

    .milestone {
        width: 45%;
    }

    .big-padding {
        padding: 60px 30px;
    }

    .p-5 {
        padding: 2rem !important;
    }

    .map-widget {
        flex-wrap: wrap;
        gap: 20px;
    }

    .map-widget .map {
        width: 100%;
    }

    .container-footer {
        flex-direction: column-reverse;
    }

    .container-footer .footer-caption {
        width: 100% !important;
        text-align: center;
    }

    .footer-caption .footer-logo {
        margin-top: 0;
    }

    .footer-caption .heading3 {
        float: unset;
    }

    .footer-links {
        width: 100%;
        margin-top: 30px;
    }

    .channels-container {
        justify-content: flex-start;
    }

    .channel {
        width: 47%;
    }

    .story-border {
        border-right: none;
    }

    .section-big h3 {
        margin-bottom: 45px;
    }

    .happier-conversations {
        width: 80% !important;
    }
}

@media screen and (max-width: 500px) {
    .footer-links {
        flex-direction: column;
    }

    .footer-links .widget {
        text-align: center;
    }
}

@media screen and (max-width:1150px) {
    ul.topnav {
        display: none;
    }

    ul.topnav li.icon a {
        float: right;
        display: inline-block;
        color: #000000;
        padding: 0;
    }

    .header-left {
        justify-content: space-between;
    }

    .icon {
        display: block;
        text-decoration: none;
    }
}

@media screen and (max-width: 1150px) {
    .header {
        flex-direction: column;
        padding: 15px 25px;
    }

    .header-left {
        width: 100%;
    }

    .header-right {
        align-self: flex-end;
    }

    ul.topnav.responsive {
        border-radius: 8px;
        position: absolute;
        right: 30px;
        width: auto;
        background-color: #ffffff;
        padding: 20px;
        display: block;
        min-width: 80px;
        z-index: 1;
    }

    .header-left .icon {
        position: absolute;
        right: 0;
        top: 0;
        padding: 20px;
    }

    ul.topnav.responsive li {
        float: none;
        margin-bottom: 8px;
    }

    ul.topnav.responsive li a {
        display: block;
        text-align: left;
    }

    ul.topnav.responsive li {
        display: block;
    }
}