:root {
    --blue-clr: #00A0F1;
    --dark-blue: #002739;
    --text-444: #444444;
    --text-333: #333;
    --bg-111: #111111;
}

body {
    position: relative;
    overflow-x: hidden;
    background: #fff;
}

html {
    scroll-behavior: smooth;
}

/* -------Mont Family--- */
@font-face {
    /* ---Font weight-heavybold-- */
    font-family: 'mont-900';
    src: url(../assets/fonts/mont/Mont-900.ttf);
}

@font-face {
    /* ---Font weight-bold-- */
    font-family: 'mont-700';
    src: url(../assets/fonts/mont/Mont-700.ttf);
}

@font-face {
    /* ---Font weight-medium-- */
    font-family: 'mont-600';
    src: url(../assets/fonts/mont/Mont-600.ttf);
}

@font-face {
    /* ---Font weight-regular-- */
    font-family: 'mont-400';
    src: url(../assets/fonts/mont/Mont-400.ttf);
}


/* ================================ */
@font-face {
    /* ---Font weight-bold-- */
    font-family: 'manrope-700';
    src: url(../assets/fonts/Manrope/Manrope-700.ttf);
}

@font-face {
    /* ---Font weight-semibold-- */
    font-family: 'manrope-600';
    src: url(../assets/fonts/Manrope/Manrope-600.ttf)
}

@font-face {
    /* ---Font weight-medium-- */
    font-family: 'manrope-500';
    src: url(../assets/fonts/Manrope/Manrope-500.ttf);
}

@font-face {
    /* ---Font weight-regular-- */
    font-family: 'manrope-400';
    src: url(../assets/fonts/Manrope/Manrope-400.ttf);
}


h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: white;
}

.bg-111 {
    background: var(--bg-111);
}

button,
textarea,
input {
    border: 0;
    outline: none;
}

.flex {
    display: flex;
}

.item-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    width: auto;
}

.sec-heading {
    font-family: mont-700;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--dark-blue);
}

.sec-title {
    font-family: mont-700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.02em;
    color: var(--dark-blue);
    margin-bottom: 15px;
}

.sec-para {
    font-family: manrope-400;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-444);
}

.blue-btn {
    background: var(--blue-clr);
    transition: .3s ease-in-out;
}

.blue-btn:hover {
    background: white;
    color: var(--blue-clr);
}

.cmn-btn {
    border-radius: 25px;
}

.sec-cmn-padding {
    padding: 100px 0;
}

.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---navbar-- */

#navbar {
    padding-block: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .2s linear;
}

.navbar {
    padding: 5px 0;
}

.navbar-scrolled {
    background: var(--bg-111);
}

.nav-links ul {
    gap: 53px;
}

.nav-link-item a {
    font-family: manrope-600;
    font-size: 15px;
    line-height: 20px;
    transition: .2s linear;
}

.nav-link-item a.active,
.nav-link-item a:hover,
.ft-link-nav a:hover {
    color: var(--blue-clr);
}

.auth-btn a {
    font-family: manrope-700;
    font-size: 15px;
    line-height: 20px;
    margin-left: 43px;
    min-height: 40px;
    padding: 0 35px;
}

.hero-area {
    min-height: 680px;
    overflow: hidden;
}

.hero-inner {
    margin-top: 88px;
    height: 592px;
    display: flex;
    align-items: center;
}

.left-hero-col {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 470px;
    width: 100%;
}

.left-hero-col h1 {
    font-family: mont-900;
    font-size: 45px;
    line-height: 58px;
}

.hero-para {
    font-family: manrope-500;
    font-size: 18px;
    line-height: 27px;
    margin: 20px 0;
}

.hero-cta a {
    font-family: manrope-700;
    font-size: 16px;
    line-height: 22px;
    min-height: 52px;
    padding: 0 37px;
}

/* ---About Section-- */
.abt-sec-head {
    margin-bottom: 39px;
}

.ab-left-col {
    max-width: 434px;
    height: 100%;
    display: flex;
    align-items: center;
}

.ab-left-col .sec-para {
    max-width: 460px;
}

.cus-sec-col .sec-para:not(:last-of-type) {
    margin-bottom: 25px;
}

.ab-img {
    max-height: 387px;
    border-radius: 20px;
    max-width: 530px;
}

.ab-right-col {
    position: relative;
}


.abt-overlay-badge {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: white;
    border-radius: 9px;
    box-shadow: 0px 4px 20px 0px #0000001A;
    display: flex;
    left: -95px;
    padding: 11px;
    max-width: 285px;
}

.abt-overlay-badge .icon {
    --sz: 64px;
    min-width: var(--sz);
    height: var(--sz);
    width: var(--sz);
    border-radius: 9px;
    background: #E7FFE6;
    margin-right: 11px;
}

.abt-overlay-badge .title {
    font-family: manrope-700;
    font-size: 12px;
    line-height: 18px;
    color: var(--dark-blue);
    margin-bottom: 4px;
}

.abt-overlay-badge .info {
    font-family: manrope-600;
    font-size: 12px;
    line-height: 18px;
    color: var(--text-444);
    opacity: 70%;
}

/* ---Offering section-- */
.off-sec-head {
    margin-bottom: 25px;
}

.offer-row {
    row-gap: 55px;
}

.cus-card .icon {
    margin-bottom: 10px;
    height: 71px;
    display: flex;
    align-items: center;
}

.cus-card .icon img {
    max-width: 86px;
    object-fit: contain;
    height: 100%;
}

.cus-card .content .title {
    margin-bottom: 8px;
    font-family: mont-900;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: -0.02em;
    max-width: 331px;
}

.cus-card .content .para {
    font-family: manrope-600;
    font-size: 16px;
    line-height: 24px;
}

.offer-row .col-md-4:nth-of-type(2) .card-inner {
    padding: 0 4px;
}

/* ---Integrations section-- */


.ingt-heading {
    margin-bottom: 38px;
}

.integrations-area .content {
    max-width: 485px;
    margin: 0 auto;
    padding-left: 18px;
}

.comp-card {
    border: 1px solid #0000001A;
    box-shadow: 0px 4px 10px 0px #00000026;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 120px;
    padding: 5%;
    padding: 10px;
}

.comp-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.zilw img {
    max-height: 23px;
}

.fub img {
    max-height: 34px;
}

.trulia img {
    max-width: 84px;
}

.fb-card img {
    max-width: 56px;
}

.gg-ad img {
    max-width: 55px;
}

.intg-right-col.cus-sec-col {
    display: flex;
    align-items: center;
    height: 100%;
}

.comp-card-wrapper {
    gap: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.integrations-area .left-col>.row:nth-of-type(2) .comp-card-wrapper {
    transform: translateX(24px);
}

.integrations-area .left-col>.row:not(:last-of-type) {
    margin-bottom: 20px;
}


/* ---Cta Section-- */

.cta-sec-inner {
    border-radius: 30px;
    overflow: hidden;
}

.cta-sec-inner img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cta-sec-inner .content {
    position: relative;
    z-index: 1;
    padding: 100px 70px;
    justify-content: space-between;
}

.cta-sec-inner .content .sec-heading {
    max-width: 540px;
    text-align: start;
    line-height: 43px;
    font-size: 32px;
}

.cta-sec-inner .content .cta-btn a {
    min-height: 59px;
    background: rgb(34, 34, 34);
    border-radius: 40px;
    font-family: manrope-700;
    width: 190px;
}

.cta-sec-inner .content .cta-btn a:hover {
    background: white;
    color: var(--blue-clr);
}

.cta-sec-inner .cta-btn {
    flex-direction: column;
    gap: 10px;
}

.cta-sec-inner .cta-btn a.white-btn {
    background: white;
    color: #222222;
    transition: .3s ease-in-out;
}

.cta-sec-inner .cta-btn a.white-btn:hover {
    background: #222222;
    color: white;
}



.footer-inner {
    padding: 60px 0 55px;
    align-items: baseline;
}

.ft-link-nav ul {
    gap: 42px;
    justify-content: space-evenly;
}

.ft-link-nav a {
    font-family: manrope-400;
    font-size: 16px;
    line-height: 22px;
    transition: .3s linear;
}

.ft-link-nav a,
.ft-socials a {
    color: var(--text-333);
}

.ft-link-copyright {
    color: #6A6A6A;
    font-family: manrope-400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 20px;
    text-align: center;
    opacity: 60%;
}

.ft-socials {
    justify-content: flex-end;
    gap: 20px;
}

.ft-socials a {
    --sz: 25px;
    height: var(--sz);
    min-width: var(--sz);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-in-out;
    width: var(--sz);
    border-radius: 5px;
    font-size: 18px;
    color: var(--text-333);
}

.ft-socials a:hover {
    background: var(--blue-clr);
    color: white;
}

/* ------Hero Image--- */
.hero-art-wrapper {
    position: absolute;
    right: 0;
    width: 100%;
    pointer-events: none;
}

.main-img,
.hero-art-wrapper {
    height: 100%;
}

.main-img {
    padding-top: 88px;
    text-align: end;
    z-index: 1;
    position: relative;
    width: 100%;
}

.main-img img {
    padding-top: 88px;
    object-fit: contain;
    height: 100%;
    margin-left: auto;
}

.img-back-art {
    height: auto;
    position: absolute;
    right: 0;
    width: auto;
    top: 301px;
    z-index: 0;
    right: 131px;
}

.img-left-art {
    top: 33%;
    right: 406px;
}

.img-right-art {
    top: 88px;
    right: -61px;
}

/* ---chat msg styling-- */
.chat-thread>*:nth-child(1).message-reply+.message,
.chat-thread>*>.message:nth-child(1).message-reply+.message {
    animation: fadeIn 1s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.chat-thread>*:nth-child(1):not(.message-reply),
.chat-thread>*>.message:nth-child(1):not(.message-reply) {
    opacity: 0;
    animation: fadeIn 1s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: .5s;
    /* ---box appearance-- */
}



.chat-thread>*:nth-child(1) p,
.chat-thread>*>.message:nth-child(1) p {
    margin: 0;
    animation: 2s appear 0s forwards;

}

.chat-thread>*:nth-child(1) .msg-text {
    animation: 2s appear 0s forwards;
}

.chat-thread>*:nth-child(1) .msg-text {
    animation: 2s appear 0s forwards;
}

.typing-indicator {
    position: absolute;
    top: calc(35px - 5px);
    transform: translateY(-50%);
}

.chat-thread>*:nth-child(1) .typing-indicator,
.chat-thread>*>.message:nth-child(1) .typing-indicator {
    will-change: transform;
    display: flex;
    animation: 0s disappear 2s forwards;
}

.chat-thread>*:nth-child(1) .typing-indicator span,
.chat-thread>*>.message:nth-child(1) .typing-indicator span {
    height: 10px;
    width: 10px;
    float: left;
    margin: 0 1px;
    background-color: #9E9EA1;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.chat-thread>*:nth-child(1) .typing-indicator span:nth-of-type(1),
.chat-thread>*>.message:nth-child(1) .typing-indicator span:nth-of-type(1) {
    animation: 1s blink infinite 0.3333s;
}

.chat-thread>*:nth-child(1) .typing-indicator span:nth-of-type(2),
.chat-thread>*>.message:nth-child(1) .typing-indicator span:nth-of-type(2) {
    animation: 1s blink infinite 0.6666s;
}

.chat-thread>*:nth-child(1) .typing-indicator span:nth-of-type(3),
.chat-thread>*>.message:nth-child(1) .typing-indicator span:nth-of-type(3) {
    animation: 1s blink infinite 0.9999s;
}

.chat-thread>*:nth-child(2).message-reply+.message,
.chat-thread>*>.message:nth-child(2).message-reply+.message {
    animation: fadeIn 1s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.chat-thread>*:nth-child(2):not(.message-reply),
.chat-thread>*>.message:nth-child(2):not(.message-reply) {
    opacity: 0;
    animation: fadeIn 1s ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.chat-thread>*:nth-child(2) p,
.chat-thread>*>.message:nth-child(2) p {
    margin: 0;
    animation: 3s appear 0s forwards;
}

.chat-thread>*:nth-child(2) .typing-indicator,
.chat-thread>*>.message:nth-child(2) .typing-indicator {
    will-change: transform;
    display: flex;
    animation: 0s disappear 3s forwards;
}

.chat-thread>*:nth-child(2) .typing-indicator span,
.chat-thread>*>.message:nth-child(2) .typing-indicator span {
    height: 10px;
    width: 10px;
    float: left;
    margin: 0 1px;
    background-color: #9E9EA1;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}

.chat-thread>*:nth-child(2) .typing-indicator span:nth-of-type(1),
.chat-thread>*>.message:nth-child(2) .typing-indicator span:nth-of-type(1) {
    animation: 1s blink infinite 0.3333s;
}

.chat-thread>*:nth-child(2) .typing-indicator span:nth-of-type(2),
.chat-thread>*>.message:nth-child(2) .typing-indicator span:nth-of-type(2) {
    animation: 1s blink infinite 0.6666s;
}

.chat-thread>*:nth-child(2) .typing-indicator span:nth-of-type(3),
.chat-thread>*>.message:nth-child(2) .typing-indicator span:nth-of-type(3) {
    animation: 1s blink infinite 0.9999s;
}

.message {
    display: flex;
    margin: 1rem 0;
    width: 100%;
}

.message+.message {
    margin-top: 0;
}

.message .avatar {
    --sz: 50px;
    width: var(--sz);
    height: var(--sz);
    min-width: var(--sz);
    margin-right: 10px;
    border-radius: 50%;
}

.message .message-content {
    display: flex;
    align-items: center;
    padding: 0;
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.message.message-reply {
    justify-content: flex-end;
}

.message.message-reply .avatar {
    margin: 0 0 0 20px;
}

.message.message-reply .message-content {
    float: right;
    background-color: #0076FF;
    color: #fff;
}

.message.message-reply .message-content p:before {
    content: "";
    position: absolute;
    left: auto;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #0076FF;
}

.chat-actions {
    text-align: center;
    align-items: center;
}

.chat-actions button {
    margin-top: 1rem;
}

@keyframes appear {
    0% {
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    99% {
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    100% {
        opacity: 1;
        width: auto;
        height: auto;

    }
}

@keyframes blink {
    50% {
        opacity: 1;
    }
}

@keyframes disappear {
    0% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@keyframes fadeIn {
    from {
        transform: translateY(10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.chat-card-wrapper {
    position: absolute;
    width: 59%;
    right: 0;
    z-index: 3;
    height: 100%;
    max-width: 700px;
}

.message.msg-box {
    background: #FFFFFFB2;
    border-radius: 9px;
    padding: 10px;
    max-width: 263px;
    backdrop-filter: blur(2.5px);
}

.message-content .name {
    font-family: manrope-700;
    font-size: 13px;
    line-height: 18px;
    color: #222222;
    /* margin-bottom: 4px; */
}

.message-content .msg-text {
    font-family: manrope-600;
    font-size: 12px;
    opacity: 70%;
    margin-top: 3px;
    display: block;

}

.chat-thread {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}

.chat-card-body {
    margin-inline: -14px;
    height: 100%;
}

.chat-thread>*:nth-child(1):not(.message-reply),
.chat-thread>*>.message:nth-child(1):not(.message-reply) {
    margin-bottom: 190px;
}

.chat-thread>*:nth-child(2):not(.message-reply),
.chat-thread>*>.message:nth-child(2):not(.message-reply) {
    margin-bottom: 125px;

}

/* ---chat msg styling end-- */
.ham-btn {
    display: none;
}

.overlay {
    position: fixed;
    top: 74px;
    left: 0;
    background: #000000;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: .2s ease;
    pointer-events: none;
    z-index: 4;
}

.overlay.active {
    opacity: .7;
    pointer-events: auto;
}

.body-overflow {
    overflow: hidden;
}

@media screen and (min-width:1400px) {
    .abt-overlay-badge {
        left: -5px;
    }

    .sec-title {
        max-width: 590px;
    }

    .left-hero-col {
        max-width: 480px;
    }

    .ab-left-col {
        max-width: unset;
    }

    .ab-left-col .sec-para {
        max-width: 580px;
    }

    .integrations-area .content {
        max-width: 545px;
    }
}

@media screen and (max-width:1199px) {
    .ab-img {
        max-width: 400px;
    }

    .abt-overlay-badge .icon {
        --sz: 45px;
    }

    .abt-overlay-badge .icon img {
        max-height: 24px;
    }

    .abt-overlay-badge .title {
        line-height: 12px;
    }

    .abt-overlay-badge .info {
        line-height: 16px;
    }

    .abt-overlay-badge {
        left: -50px;
        max-width: 247px;
    }

    .ab-left-col .sec-para {
        max-width: 410px;
    }

    .comp-card {
        min-height: 100px;
        border-radius: 13px;
    }

    /* .comp-card img {
        max-width: 82px;
        width: 100%;
        object-fit: contain;
    } */

    .comp-card-wrapper {
        gap: 15px;
    }

    .integrations-area .right-col>.row:nth-of-type(2) .comp-card-wrapper {
        transform: translateX(15px);
    }

    .hero-area {
        min-height: 1px;
        height: 550px;
        height: auto;

    }

    .hero-inner {
        margin-top: 130px;
        height: auto;
    }

    .main-img {
        text-align: center;
    }

    .hero-art-wrapper {
        position: relative;
    }

    .left-hero-col {
        max-width: 750px;
        margin-inline: auto;
        text-align: center;
    }

    .hero-para {
        padding: 0 50px;
    }

    .hero-cta {
        justify-content: center !important;
    }

    .img-right-art {
        top: 58px;
        right: 50px;
    }

    .img-back-art {
        right: unset;
        left: 67%;
        transform: translateX(-50%);
        z-index: 1;
        top: 316px;
    }

    .img-left-art {
        top: 28%;
        right: 0;
        left: 172px;
    }

    .chat-card-body {
        margin-inline: 0;
    }

    .chat-card-wrapper {
        width: 100%;
        margin-right: 10%;
        max-width: 704px;
    }

    .main-img img {
        margin: 0;
        margin-inline: auto;
    }

    .img-back-art {
        right: unset;
        left: 60%;
        transform: translateX(-50%);
        z-index: 1;
        top: 316px;
    }
}

@media screen and (max-width:991px) {
    .right-actions {
        position: fixed;
        right: -200px;
        background: var(--bg-111);
        width: 200px;
        top: 74px;
        transition: 0.3s ease;
        overflow-y: auto;
        overflow-x: hidden;
        height: calc(100vh - 74px);
    }

    .navbar.active .right-actions {
        right: 0;
    }

    .right-actions .nav-links {
        flex-direction: column;
        overflow: hidden;
    }

    .ham-btn {
        display: block;
        width: 22px;
        cursor: pointer;
    }

    .ham-btn span {
        display: block;
        height: 2px;
        background: white;
        border-radius: 50px;
        transition: .2s ease;
    }

    .ham-btn span:nth-of-type(2) {
        margin: 5px 0;
    }

    .ham-btn.open span:nth-of-type(1) {
        transform: translate(0px, 5px) rotate(45deg);
    }

    .ham-btn.open span:nth-of-type(2) {
        opacity: 0;
    }

    .ham-btn.open span:nth-of-type(3) {
        transform: translate(0px, -8.5px) rotate(-45deg);
    }

    .nav-links ul {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .auth-btn a {
        margin-left: 0;
    }

    .nav-link-item {
        width: 100%;
    }

    .nav-link-item a {
        padding: 10px 20px;
        display: inline-block;
        transform: translateX(15px);
    }

    .auth-btn {
        justify-content: flex-start;
        width: 100%;
        padding: 0 20px;
    }

    .footer-inner {
        flex-wrap: wrap;
        padding: 50px 0;
    }

    .ft-mid {
        margin-top: 20px;
    }

    .ft-link-nav ul {
        justify-content: flex-start;
    }

    .ft-link-copyright {
        text-align: start;
    }

    .cta-sec-inner .content {
        padding: 60px 40px;
    }

    .cta-sec-inner .content .sec-heading {
        line-height: 33px;
        font-size: 28px;
    }

    .cta-sec-inner .content .cta-btn a {
        padding: 0 26px;
        min-height: 46px;
        font-size: 15px;
        white-space: nowrap;
    }

    .cus-card .content .title {
        font-size: 21px;
        line-height: 28px;
    }

    .ab-right-col {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .ab-img {
        max-height: 257px;
    }

    .abt-sec-head {
        margin-bottom: 19px;
    }

    .intg-right-col.cus-sec-col {
        margin-top: 28px;
    }

    .integrations-area .content {
        max-width: unset;
        padding: 0;
    }

    .integrations-area .content .sec-title {
        max-width: 575px;
        text-align: center;
        margin-inline: auto;
    }

    .integrations-area .left-col {
        max-width: 550px;
        /* margin-inline: auto; */
        margin-inline: 4%;
    }

    .integrations-area .left-col>.row:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .integrations-area .left-col>.row:nth-of-type(2) .comp-card-wrapper {
        transform: translateX(35px);
    }

    .sec-cmn-padding {
        padding: 70px 0;
    }

    .main-img img {
        padding-top: 40px;
        width: 90%;
    }

    .img-right-art {
        top: 28px;
        right: -20px;
    }

    .img-back-art img {
        width: 100%;
    }

    .img-left-art {
        top: 20%;
        right: 0;
        left: 83px;
    }

    .img-back-art {
        top: 230px;
    }

    .chat-card-wrapper {
        margin-right: 0;
        padding: 0 12px;
    }

    .chat-thread {
        justify-content: space-evenly;
        gap: 50px;
    }

    .chat-thread>*:nth-child(1):not(.message-reply),
    .chat-thread>*>.message:nth-child(1):not(.message-reply) {
        margin-bottom: 160px;
    }

    .chat-thread>*:nth-child(2):not(.message-reply),
    .chat-thread>*>.message:nth-child(2):not(.message-reply) {
        margin-bottom: 75px;
    }

    .message .avatar {
        --sz: 45px;
    }

    .ab-left-col,
    .ab-left-col .sec-para {
        max-width: 100%;
    }

    .ab-right-col {
        justify-content: flex-end;
        padding-right: 12%;
        margin-top: 25px;
    }

    .abt-overlay-badge {
        left: 60px;
        top: 64%;
        max-width: 267px;
    }
}

@media screen and (max-width:767px) {
    .ft-link-nav ul {
        gap: 22px;
    }

    .cta-sec-inner .content {
        flex-direction: column;
        gap: 23px;
        padding: 40px;
    }

    .cta-sec-inner {
        border-radius: 20px;
    }

    .off-area .col-md-4:not(:last-of-type) .card-inner {
        margin-bottom: 45px;
    }

    .cus-card .content .title {
        max-width: unset;
    }

    .sec-heading {
        font-size: 34px;
        line-height: 54px;
    }

    .sec-title {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .ab-left-col .sec-para {
        max-width: unset;
    }

    .ab-left-col .content {
        margin-bottom: 35px;
    }

    .ab-right-col {
        justify-content: flex-end;
        padding-right: 4%;
        margin-top: 0;
    }

    .abt-overlay-badge {
        left: -22px;
        scale: .9;
    }

    .img-right-art img {
        max-height: 220px;
    }

    .img-left-art img {
        max-height: 300px;
    }

    .img-left-art {
        left: 34px;
    }

    .message-content .msg-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .message .avatar {
        --sz: 30px;
        margin-right: 7px;
    }

    .chat-thread>*:nth-child(1):not(.message-reply),
    .chat-thread>*>.message:nth-child(1):not(.message-reply) {
        margin-bottom: 115px;
    }

    .chat-thread>*:nth-child(2):not(.message-reply),
    .chat-thread>*>.message:nth-child(2):not(.message-reply) {
        margin-bottom: 66px;
    }

    .message-content .name,
    .message-content .msg-text {
        font-size: 11px;
        line-height: 15px;
    }

    .message.msg-box {
        max-width: 200px;
    }

    .typing-indicator span {
        height: 7px !important;
        width: 7px !important;
    }

    .sec-title {
        text-align: center;
        padding: 0 2%;
    }

    .cta-sec-inner .content .sec-heading,
    .card-inner {
        text-align: center;
    }

    .cus-card .content .para {
        padding: 0 5%;
    }

    .sec-para {
        text-align: center;
    }

    .typing-indicator {
        top: calc(35px - 12px);
    }

    .cus-card .icon {
        justify-content: center;
    }
}

@media screen and (max-width:575px) {
    .logo img {
        max-height: 25px;
    }

    .navbar {
        padding: 10px 0;
    }

    #navbar {
        height: 77px;
    }

    .right-actions {
        height: calc(100vh - 77px);
    }

    .right-actions,
    .overlay {
        top: 77px;
    }

    .ft-socials {
        justify-content: flex-start;
    }

    .ft-logo img {
        max-height: 40px;
    }

    .ft-link-copyright {
        margin: 20px 0 30px;
    }

    .footer-inner {
        padding: 40px 0;
    }

    .sec-cmn-padding {
        padding: 40px 0;
    }

    .inner-sec-area.about-area.sec-cmn-padding {
        padding-bottom: 80px;
    }

    .sec-heading {
        font-size: 30px;
        line-height: 40px;
    }

    .cus-card .content .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .cus-card .content .para {
        font-size: 13px;
        line-height: 20px;
    }

    .abt-overlay-badge {
        left: -12px;
    }

    .sec-title {
        font-size: 20px;
    }

    .sec-para {
        font-size: 14px;
        line-height: 21px;
    }

    .cus-sec-col .sec-para:not(:last-of-type) {
        margin-bottom: 12px;
    }

    .integrations-area .left-col>.row:nth-of-type(2) .comp-card-wrapper {
        transform: translateX(-15px);
    }

    .comp-card {
        min-height: auto;
        padding: 10%;
        height: 93px;
        padding: 14%;
    }

    .ft-link-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-hero-col h1 {
        font-size: 35px;
        line-height: 44px;
    }

    .hero-para {
        font-size: 15px;
        line-height: 21px;
        padding: 0 60px;
    }

    .img-right-art {
        right: 12px;
    }

    .img-right-art img {
        max-height: 190px;
    }

    .img-left-art img {
        max-height: 282px;
    }

    .img-back-art {
        width: 100%;
        text-align: center;
        left: 60%;
    }

    .img-back-art img {
        max-height: 140px;
    }

    .hero-inner {
        margin-bottom: 30px;
    }

    .cus-card .icon,
    .cus-card .icon img {
        height: 50px;
    }

    .integrations-area .content {
        margin-bottom: 20px;
    }

    .inner-sec-area.cta-area.sec-cmn-padding {
        padding: 50px 0;
    }

}

@media screen and (max-width:480px) {
    .cta-sec-inner .content .sec-heading {
        line-height: 26px;
        font-size: 22px;
    }

    .sec-heading {
        font-size: 28px;
    }

    .ab-right-col {
        padding-right: 0;
    }

    .sec-title {
        font-size: 18px;
        line-height: 24px;
    }

    .ab-img {
        max-height: 276px;
        max-width: 100%;
        border-radius: 15px;
    }

    .abt-overlay-badge {
        left: 19%;
        top: 97%;
        scale: 0.8;
    }

    .integrations-area .left-col {
        margin-inline: 5%;
    }

    .comp-card-wrapper {
        gap: 12px;
    }

    .integrations-area .left-col>.row:not(:last-of-type) {
        margin-bottom: 12px;
    }

    .message-content .name,
    .message-content .msg-text {
        font-size: 9px;
        line-height: 12px;
    }

    .message.msg-box {
        max-width: 150px;
        padding: 7px;
    }

    .img-back-art {
        top: 54%;
        left: 62%;
    }

    .img-back-art img {
        height: auto;
        width: 46%;
    }

    .chat-thread>*:nth-child(1):not(.message-reply),
    .chat-thread>*>.message:nth-child(1):not(.message-reply) {
        margin-bottom: 90px;
    }

    .chat-thread>*:nth-child(2):not(.message-reply),
    .chat-thread>*>.message:nth-child(2):not(.message-reply) {
        margin-bottom: 49px;
    }

    .main-img img {
        width: 100%;
    }

    .hero-para {
        padding: 0 20px;
    }

    .message-content .msg-text {
        -webkit-line-clamp: 2;
    }

    .fb-card img,
    .gg-ad img {
        width: 60%;
    }
}

@media screen and (max-width:420px) {
    .intg-right-col.cus-sec-col {
        margin-top: 17px;
    }

    .cta-sec-inner .content {
        gap: 20px;
        padding: 30px;
    }

    .img-left-art img {
        max-height: 225px;
    }

    .img-left-art {
        left: 14px;
        top: 25%;
    }

    .img-right-art img {
        max-height: 166px;
    }

    .comp-card {
        height: 65px;
    }
}

@media screen and (max-width:375px) {
    .img-left-art img {
        max-height: 211px;
    }

    .comp-card {
        padding: 13%;
    }

    .img-left-art {
        left: 14px;
        top: 95px;
    }

    .img-right-art img {
        max-height: 160px;
    }

    .img-right-art {
        top: 0;
    }
}