* {
    box-sizing: border-box;
}
:root {
    --dt-body-bg: #16181D;
    --lt-body-bg: #F9FAFB;
    --white: #e8e8fb;
    --dark-01: #020101;
    --dt-light-01: #E8E8FB;
    --lt-dark-01: #04052D;
    --light-gray-01: #798097;
    --light-gray-02: #303030;
    --blue-light: #00E0FF;
    --blue-02: #017FF3;
    --pink: #FF1BDA;
    --pod-bg: rgba(35, 39, 47, 0.2);
}

body {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-01);
    padding: 0;
    margin: 0;
    letter-spacing: -0.45pt;
    /* font-family: 'Urbanist', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.6s ease-out;;
    -moz-transition: all 0.6s ease-out;;
    transition: all 0.6s ease-out;;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-smooth: antialiased;
}
body.color-light {
    background-color: var(--lt-body-bg);
}

body.color-light * .btn.theme-btn {
    border: 1px solid var(--dark-01);
    color: var(--dark-01);
    transition: all 0.3s;
}

body.color-light * .btn.theme-btn:hover {
    background: var(--dark-01);
    color: var(--lt-body-bg);
    transition: all 0.3s;
}

body.color-light * .discord {
    border: 1px solid var(--dark-01);
    background: url(../img/discord-Icon.svg) no-repeat center center !important;
    background-repeat: no-repeat !important;
    background-size: 60% !important;
    background-position: center !important;
    width: 40px !important;
    margin-right: 8px;
    padding: 4px 10px 4px 8px !important;
    height: 40px !important;
    padding: 4px;
    border-radius: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}



body.color-light * .discord:hover {
    transition: all 0.3s;
    background: url(../img/discord-Icon-white.svg) no-repeat center center / 80%, var(--dark-01) !important;
}

.mc-field-group {
    width: 100%!important;
}

#rotating-image {
    transition: opacity 1s ease-in-out; /* Smooth transition for opacity change */
}

body.color-dark {
    background-color: var(--dt-body-bg);
}
h1, h2, .h2, .lt-dark-01 {
    color: var(--lt-dark-01);
}
body.color-dark, .color-dark h1, .color-dark h2, .color-dark .h2, .color-dark .lt-dark-01 {
    color: var(--dt-light-01);
}
.light-gray-01 {
    color: var(--light-gray-01);
}
a {
    color: var(--dt-body-bg);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;;
    -moz-transition: all 0.3s ease-out;;
    transition: all 0.3s ease-out;;
}
body.color-dark a {
    color: var(--blue-light);
}


p {
    font-size: calc(1.6rem);
    line-height: 1.5;
}
img {max-width: 100%;}
a:focus, input:focus, button:focus {
    outline: none;
}
section {
    overflow: hidden;
}
.text-center {
    text-align: center;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.align-items-center {
    align-items: center;
}

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

.flex-gap {
    column-gap: 80px;
}

.justify-content-between {
    justify-content: space-between;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px;
}
.row>div {
    padding-left: 24px;
    padding-right: 24px;
}
.col-md-6 {
    width: 50%;
    max-width: 50%;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}

.button-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    gap: 8px;
}

.btn.theme-btn {
    /* background: var(--blue-light); */
    border: 1px solid var(--blue-light);
    color: var(--blue-light);
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px 6px 16px;
    border-radius: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;;
    -moz-transition: all 0.3s ease-out;;
    transition: all 0.3s ease-out;;
    font-family: "montserrat", sans-serif;
    height: 40px;
}

.btn.theme-btn:hover {
    background: var(--blue-light);
    color: var(--dark-01);
}

.discord {
    border: 1px solid var(--blue-light);
    background:  url(../img/discord-Icon-white.svg) no-repeat center center, var(--blue-light)!important;
    background-repeat: no-repeat !important;
    background-size: 60% !important;
    background-position: center !important;
    color: var(--lt-dark-01);
    width: 40px!important;
    margin-right: 8px;
    padding: 4px 10px 4px 8px !important;
    height: 40px!important;
    padding: 4px;
    border-radius: 25px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;;
    -moz-transition: all 0.3s ease-out;;
    transition: all 0.3s ease-out;;
}

.discord:hover {
    background:  url(../img/discord-Icon.svg) no-repeat center center, var(--blue-light)!important;
    /* background-repeat: no-repeat !important; */
    background-size: 80% !important;
    /* background-position: center !important; */
} 


.fade-words {
    position: relative;
    display: inline-block;
  }
  
  .fade-words::after {
    content: attr(data-word);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .fade-words.fade-in::after {
    opacity: 1;
  }
  
  .fade-words.fade-out::after {
    opacity: 0;
  }


.color-dark .btn.theme-btn.loginBtn {
    color: var(--white);
}
.container {
    width: 100%;
    max-width: 1280px;
    padding-left: 22px;
    padding-right: 22px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.heading {
    font-weight: 400;
    line-height: 120%;
    margin-top: 0;
    margin-bottom: 80px;
}
.h1.heading {
    font-size: calc(1.22vw + 3.5rem);
    margin-bottom: 120px;
}
.h2.heading {
    font-size: calc(1.22vw + 2rem);
}
.h3.heading {
    font-size: calc(1.22vw + 1rem);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
h3.subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--light-gray-02);
}

h3.sublabel {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--light-gray-02);
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
}
.header.open {
    position: fixed;
    background: var(--dark-01);
    height: 100%;
    z-index: 99;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.customer-line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    text-align: center;
    margin: 0px auto;
    font-size: 14px;
    color: var(--light-gray-01);
}

.customer-line a {
    text-decoration: none;
    border-bottom:1px solid var(--white)!important;
    padding-bottom: 8px;
    margin-left: 4px;
    margin-right: 2px;
    color: var(--white)!important;
}

.header.open::-webkit-scrollbar {
    display: none;
}
.color-black .header.open {
    background: var(--primary-dark);
}

.headbar {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 30px;
    padding-right: 95px;
    z-index: 99;
}

.headbar .logo img {
    max-height: 30px;
}

body.color-dark .logo img {
    filter: invert(91%) sepia(54%) saturate(2432%) hue-rotate(180deg) brightness(108%) contrast(97%);
}

/* menu icon */

.navOpen, .toggleSidebar {
    position: fixed;
    top: 20px;
    right: 28px;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0 0;
    user-select: none;
    width: 32px;
    height: 50px;
    line-height: 50px;
    margin-left: 35px;
    z-index: 9999;
    transition: all .3s ease-out;
}
.toggleSidebar {
    top: 12px;
}

.navOpen .navicon,
.toggleSidebar .navicon {
    background: var(--dark-01);
    display: block;
    height: 2px;
    position: relative;
    transition: all .2s ease-out;
    width: 24px;
}

.grabme:hover {
    cursor: grab;
}

.navOpen .navicon::before, .navOpen .navicon::after,
.toggleSidebar .navicon::before, .toggleSidebar .navicon::after {
    background: var(--dark-01);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.navOpen .navicon::before,
.toggleSidebar .navicon::before {
    top: 8px;
}
.navOpen .navicon::after,
.toggleSidebar .navicon::after {
    top: -8px;
}
.color-dark .navOpen .navicon, .color-dark .navOpen .navicon:before, .color-dark .navOpen .navicon:after,
.color-dark .toggleSidebar .navicon, .color-dark .toggleSidebar .navicon:before, .color-dark .toggleSidebar .navicon:after {
    background: var(--white);
}
.navOpen.active .navicon,
.toggleSidebar.active .navicon {
    background: transparent;
}
.navOpen.active .navicon::before,
.toggleSidebar.active .navicon::before {
    transform: rotate(-45deg);

}
.navOpen.active .navicon::after,
.toggleSidebar.active .navicon::after {
    transform: rotate(45deg);
}
.navOpen.active:not(.steps) .navicon::before, .navOpen.active:not(.steps) .navicon::after,
.toggleSidebar.active:not(.steps) .navicon::before, .toggleSidebar.active:not(.steps) .navicon::after {
    top: 0;
}

.header.open .right_action .btn {
    opacity: 0;
    visibility: hidden;
}

.nav_wraper {
    background-color: var(--lt-body-bg);
    display: none;
    height: 100%;
    padding: 110px 50px 40px;
    overflow: auto;
}
.color-dark .nav_wraper {
    background-color: var(--dt-body-bg);
}

.header.open .nav_wraper {
    display: flex;
}
.nav_wraper h4 {
    font-size: 20px;
    color: var(--light-gray-01);
    margin: 0 0 12px;
}

.nav_wraper .leftColumn {
    width: 50%;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 40px 0;
}

.caselayout .d-flex .pod-flex-column-33 div div {
    padding-right:10px;
}

.caselayout .d-flex .pod-flex-column-33 div div img {
   border-radius:10px;
}

.caselayout .d-flex .pod-flex-column-33 div div div:last-child {
    color:var(--light-gray-01);
    font-size: 14px;
    padding-top: 4px;
 }

 .caselayout .d-flex .pod-flex-column-33  {
    padding:8px 0;
 }

 .caselayout .d-flex .pod-flex-column-33 p  {
    padding: 8px 0 4px 0;
    margin: 0;
 }

.caselayout .d-flex .pod-flex-column-33 .btn  {
    margin: 8px 0 32px 0;
}

.caselayout .d-flex .pod-flex-column-33 .btn:hover > a  {
    color: var(--dt-light-01);
}

.caselayout .d-flex .pod-flex-column-33 .btn2  {
    margin: 8px 0 8px 0;
}

.nav_wraper ul {
    display: block;
    width: auto;
}
.nav_wraper .menuBar ul, .nav_wraper .socialBar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav_wraper .menuBar ul li a {
    font-size: 4vw;
    text-transform: none;
    color: var(--primary-dark);
    font-weight: 400;
    line-height: 1.4;
}
.color-black .menuBar ul li a {
    color: var(--white);
}
.nav_wraper .socialBar ul li a {
    color: var(--primary-dark);
    font-size: 25px;
    font-weight: 600;
    line-height: 2;
    text-transform: none;
    display: inline-block;
}
.color-black .nav_wraper .socialBar ul li a {
    color: var(--white);
}
nav.nav_wraper .contact {
    padding-top: 40px;
}
.nav_wraper .email a {
    color: var(--primary-dark);
    font-size: 28px;
    text-decoration: none;
    border-bottom: 1px solid var(--primary-dark);
    padding: 10px 0;
}
.color-black .nav_wraper .email a {
    color: var(--white);
}
.nav_wraper .rightColumn {
    width: 50%;
    padding: 40px 0;
}

.pod-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 4%;
    flex-direction: row;
    width: 100%;
}

.pod-flex-margin {

    margin-bottom: 4%;
}

.pod-flex-column-50 {
    width: 50%;
    padding: 8px 0px;
}

.pod-flex-column-33 {
    width: 33%;
    padding: 8px 0px;
}

.backgroundpod {
    border-radius: 24px;
    border: 1px solid var(--Stroke, #2B303B);
    background: var(--pod-bg);
    height:400px;
    /* Drop */
    box-shadow: 1px 0px 0px 0px #101115;
}

.backgroundpod2 {
    
    height: 320px!important;;

}

.backgroundpod-free {
    border-radius: 24px;
    border: 1px solid var(--Stroke, #2B303B);
    background: var(--pod-bg);
    height:auto;
    padding: 24px;
    height: 100%;
    /* Drop */
    box-shadow: 1px 0px 0px 0px #101115;
}

.kb-image {
    background-size: contain;
    border-radius: 24px;
    background-image: url(../img/assets-kb.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.batch-processing {
    background-size: contain;
    border-radius: 24px;
    background-image: url(../img/batch-processing.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.guardrails-image {
    background-size: contain;
    border-radius: 24px;
    background-image: url(../img/guardrails.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.culture-image {
    background-size: 80%;
    border-radius: 24px;
    background-image: url(../img/culture-img.png);
    background-repeat: no-repeat;
    background-position: center 140px;
}

.universal-connector {
    background-size: 80%;
    border-radius: 24px;
    background-image: url(../img/transformers.svg);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 240px;
}

.team-image {
    background-size: 80%;
    border-radius: 24px;
    background-image: url(../img/Guided.svg);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 240px;
}

.batchprocessing {
    background-size: 80%;
    background-image: url(../img/batch-processing.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
    background-position-x: center;
    background-position-y: center;
}

.guardrails {
    background-size: 80%;
    background-image: url(../img/guardrails.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 60%;
    background-position-x: center;
    background-position-y: center;
}

.channels {
    background-size: 80%;
    border-radius: 24px;
    background-image: url(../img/channels.svg);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 240px;
}

.pod-flex .pod-flex-column-50 p, .pod-flex .pod-flex-column-33 p {
    font-size: 16px;
    color:var(--light-gray-01);
    margin-top: 0px;
    padding:0 32px;
}

.pod-flex .pod-flex-column-50 h2, .pod-flex .pod-flex-column-33 h2  {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5pt;
    margin-bottom: 8px;
    padding:0 32px;
}

#canvasOne {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.68;
}
.main_hero {
    position: relative;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}
.main_hero .container {
    padding-top: 8px;
    padding-bottom: 0px;
    margin: 120px auto 0;
}
.heading_text {
    display:flex;
}

label.label {
padding: 8px 16px;
    background-color: #002e35;
    border-radius: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    color: #00e0ff;
    margin-bottom: 24px;
}

.text-align-left {
    text-align: left;
}

.heading-top {
    margin-top: 24px;
}

.heading_text .left-side-hero {
   width: 100%;
   max-width: 960px;
   margin: 0 auto;
   text-align: center;
}

.heading_text .right-side-hero {
    width: 50%;
 }

 .heading_text div div.hero-subtitle {
    margin-left:0;
 }

.heading_text .hero_title {
    width: 100%;
    /* display: flex;
    flex-direction: column; */
}


.heading_text .hero_title h1 {
    /* font-size: calc(6vw * 1.1 + 10px); */
    font-size: calc(5vw * 1.1 + 10px);
    margin: 0 auto;
    line-height: 100%;
    font-weight: 400;
}

.main_hero p {
    color: var(--dt-light-01);
    margin: 16px auto 24px auto;
    text-align: center;
    width: 70%;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    /* padding-top: 24px; */
  
    position: relative;
}
.main_hero .btnBox {
    text-align: center;
    margin-bottom: 24px;
}

.gradient-text {
    background: linear-gradient(to right, var(--blue-light), var(--dt-light-01));
    -webkit-background-clip: text;
    color: transparent;
   
}

.main_hero .hero_btn {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    background-color: #010F11;
    border: 1px solid #5D6166;
    border-radius: 45px;
    padding: 4px 4px 4px 10px;
    display: inline-flex;
    align-items: center;
}

.main_hero .hero_btn:hover {
    border-color: var(--blue-light);
}

.main_hero .hero_btn .left_icon {
    margin-right: 8px;
}
.main_hero .hero_btn::after {
    background-image: url("../img/right-arrow.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: inline-flex;
    order: 12;
    margin-left: 18px;
}

.postGroup .item .imgBox img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.section-padding {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-top {

    padding-top: 80px;
}

.client_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
}
.client_list .logo_box {
    width: 33.33%;
    text-align: center;
    min-height: 25vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.client_list .logo_box img {
    max-width: 140px;
    min-height: auto;
}


.full_img {
    padding: 40px 0;
}
.full_img img {
    width: 100%;
}



section.smart_agents {
    padding: 0;
}

.smart_agents .groupImg .leftImg {
    width: 40%;
    text-align: left;
}
.smart_agents .groupImg .leftImg img {
    width: 84%;
}

.smart_agents .lineup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.smart_agents .lineup .leftImg {
    width: 100%!important;
    display: flex;
    flex-direction: row;
}

.smart_agents .lineup .leftImg {
    width: 100%!important;
    display: flex;
    flex-direction: row;
}

.smart_agents .lineup .leftImg img {
    width: 200px!important;
    margin-bottom:16px
}

.smart_agents .groupImg .rightImg {
    width: 60%;
    text-align: center;
}
.smart_agents .groupImg .rightImg img {
    width: 80%;
}

.messenger_tools .image_wrapper .container {
    max-width: none;
    padding-right: 0;
}
.messenger_tools .groupImg .leftImg {
    width: 45%;
}
.messenger_tools .groupImg .rightImg {
    width: 98%;
}
.messenger_tools .left_imgGroup {
    justify-content: space-between;
    padding-top: 30px;
}
.messenger_tools .groupImg .left_imgGroup img {
    width: 48%;
}
.messenger_tools .groupImg .rightImg img {
    width: 100%;
}
.messenger_tools .groupImg .leftImg .label {
    padding-left: 40px;
    font-family: 'Montserrat', sans-serif;
}


.natural_language .leftImg .label {
    font-size: calc(1.3rem);
    text-align: center;
    max-width: 442px;
    width: 100%;
    margin: 0 auto;
}

.natural_language .leftTxt .label {
    font-size: calc(1.5rem);
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.natural_language .leftTxt {
    align-self: center;
}

.vertical_txt-center {
    align-self: center;
}

.natural_language .full_img {
    width: 100%;
    overflow: hidden;
    margin-top: 180px;
}
.natural_language .full_img img {
    width: 90%;
    margin-left: -26%;
}


.postGroup {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 1540px;
    width: 100%;
    padding: 0 40px;
    margin: 80px auto 0;
    box-sizing: border-box;
}
.postGroup .item .imgBox {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    
}

.postGroup .item .imgBox {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

.agentBox div img {
    width: 300px;
    margin-right:16px;
    /* height: 100%; */
}

.postGroup .item .imgBox {
    display: block;
    width: 100%;
    margin-bottom: 35px;
}

.postGroup .item .icon {
    vertical-align: middle;
    margin-right: 12px;
}
.postGroup .item p {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.postGroup .item h3 a {
    color: var(--primary-dark);
    font-size: 1.8rem;
    font-weight: 600;
    border: none;
        font-family: 'Montserrat', sans-serif;
}
.color-black .postGroup .item h3 a {
    color: var(--white);
}

.postGroup .item .btn {
    background: none;
    border: 1px solid var(--white);
    font-size: 16px;
    /* text-transform: uppercase; */
    color: var(--white);
    margin-top: 20px;
    
}


.btn {
    background: none;
    /* border: 1px solid var(--blue-light); */
    font-size: 14px;
    /* text-transform: uppercase; */
    color: var(--white);
    margin-top: 0px;
    /* border-radius: 20px; */
    /* padding: 7px 12px 4px 8px; */
    width: fit-content;
    transition: all 0.3s ease-out;
    font-weight: 600;
}


/* .btn {
    background: var(--blue-light);
    color: var(--dark-01);
    transition: all 0.3s;
} */

.boxpod-dark-bg {
    border-radius: 16px;
    border: 1px solid var(--Stroke, #2B303B);
    background: var(--pod-bg);
    box-shadow: 1px 0px 0px 0px #101115;
    padding: 12px 24px;
}

.color-light .postGroup .item .btn {
    border-color: var(--lt-dark-01);
    color: var(--lt-dark-01);
}

.footer {margin-bottom: 0;}
.footer h2 {
    font-size: 4rem;
    font-weight: 500;
    margin: 0;
}
.footer .talkUs {
    font-size: 5rem;
    border-bottom: 1px solid var(--white);
    width: fit-content;
    padding-bottom: 8px;
}
.address h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0
}
.address p {
    color: var(--light-gray-01);
    font-size: 1.3rem;
}

section.footer{
	height: 102vh;
	min-height: 700px;
	max-height: 1100px;
	display: block;
}
.footer .talkUs {
    font-size: 4rem;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    color: #3fd2f9;
}
.footer .container {
    height: 100%;
}
.footer__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20vh 0 5vh;
}
.footer .columns2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    gap: 24px;
    width: 100%;
}
.footer .menuBar ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .menuBar ul li a {
    font-size: 20px;
    font-weight: 700;
    margin: 0 28px;
}
.footer .menuBar ul li a span {
    display: inline-block;
}

.inner_banner {
    padding-top: 250px;
}
.aboutOverview .groupImg {
    margin-left: -12px;
    margin-right: -12px;
}
.aboutOverview .groupImg>div {
    padding-left: 12px;
    padding-right: 12px;
}
.aboutOverview .groupImg .rightImg {
    padding-top: 220px;
}
.aboutOverview .groupImg .simpleParallax:not(:last-child) {
    margin-bottom: 24px;
}

.teamSlider {
    overflow: visible !important;
}
.teamSlider .swiper-slide {
    width: 31vw;
}
.teamItem h3 {
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    margin: 20px 0 10px;
}
.teamItem p {
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    margin: 0;
}
.businessOverview {
    padding-bottom: 50px;
}
.businessOverview .groupImg .leftImg {
    width: 34%;
}
.businessOverview .groupImg .leftImg img {
    width: 70%;
}
.businessOverview .groupImg .rightImg {
    width: 76%;
}
.businessOverview .groupImg .rightImg .img1 {
    text-align: center;
}
.businessOverview .groupImg .rightImg .img1 img {
    width: 82%;
}
.businessOverview .groupImg .rightImg .img2 {
    text-align: right;
    margin-top: 120px;
}
.businessOverview .groupImg .rightImg .img2 img {
    width: 74%;
}

.toolOverview .leftImg .label {
    font-size: calc(1.3rem);
    text-align: center;
    max-width: 442px;
    width: 100%;
    margin: -30px auto 0;
}

.messenger_tools2 .topImg img {
    width: 62%;
}
.messenger_tools2 .groupImg .leftImg {
    width: 48%;
    padding-top: 20px;
}
.messenger_tools2 .groupImg .rightImg {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    width: 52%;
    padding-left: 20px;
}
.messenger_tools2 .groupImg .rightImg img {
    width: 48%;
}

.modal_column {
    padding: 40px 0;
}
.modal_column .titleBox {
    margin-bottom: 50px;
    width: 100%;
    max-width: 50%;
}

.modal_column .titleBox h3 {
    font-size: 32px;
    margin: 0 0 12px;
}
.modal_column .titleBox p {
    font-size: 24px;
    margin: 0;
}
.modal_list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}
._modalBox {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 15px;
    margin-left: 15px;
    width: calc(25% - 15px);
}
.modalBox {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    width: calc(33% - 15px);
    display: flex;
}

.modalBox .icon img {
    width: 40px;
    height: 40px;
    margin-right: 32px;
}
.modalBox h4 {
    font-size: 1rem;
    margin: 0;
    color: var(--lt-dark-01);
}
.modalBox p {
    font-size: 1rem;
    font-weight: 400;
    color: var(--dark-01);
    margin: 0px;
}
.modalBox span.badge {
    border: 1px solid #D9D9D9;
    border-radius: 45px;
    padding: 5px 12px;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--lt-dark-01);
}


.singlePost {
    padding-top: 80px;
}
.singlePost .container {
    max-width: 960px;
}
.singlePost .inner_wrapper {
    display: flex;
}
.singlePost .left_sidebar {
    width: 30%;
}
.singlePost .backBtn {
    font-size: 1rem;
    color: var(--lt-dark-01);
    display: inline-block;
    margin-bottom: 8px;
}
.singlePost ul.list_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.singlePost ul.list_menu li a {
    font-size: 1rem;
    font-weight: 400;
    color: var(--lt-dark-01);
    display: inline-block;
    margin: 4px 0;
}
.singlePost .content_area {
    width: 70%;
}
.singlePost .content_area h1 {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
}
.singlePost .content_area p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--lt-dark-01);
}
.singlePost .content_area p strong {
    font-weight: 600;
}

.docList .inner_wrapper {
    display: flex;
    flex-wrap: wrap;
}


.docList {
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 120px;
    min-height: 100vh;
}
.docList .inner_wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 45px;
    margin: 0 -15px;
}
.docList .inner_wrapper .column {
    width: 33.33%;
    padding: 0 15px;
}
.docList .column .h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 15px;
}
.docList .column ul, .doc_footer .column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 13px;
}
.docList .column ul li a {
    font-size: 1.25rem;
    font-weight: 500;
    color: #017FF3;
}

.doc_footer .column .h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 15px;
}
.doc_footer .column ul li {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 5px 0;
}
.doc_footer .column ul li a {
    color: var(--dark-01);
    text-decoration: underline;
}


.doc_header .headbar {
    position: static;
}
.docDetail {
    border-top: 1px solid #D9DADB;
}
.docDetail .container {
    max-width: 1900px;
    padding-left: 0;
    padding-right: 0;
}
.docDetail .left_sidebar {
    padding: 20px;
    border-right: 1px solid #D9DADB;
    min-width: 240px;
}

.docDetail .left_sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.docDetail .left_sidebar ul.dropdown_menu {
    padding-left: 20px !important;
    width: 100% !important;
    display: none;
}
.docDetail .left_sidebar li.active>ul.dropdown_menu {
    display: block;
}
.docDetail ul.list_menu li a {
    color: #5D6166;
    font-size: 1rem;
    font-weight: 500;
    display: inline-flex;
    padding: 3px 0;
    margin: 2px 0;
}
.docDetail ul.list_menu li.active>a {
    color: var(--lt-dark-01);
}
.docDetail ul.list_menu li.current-item a {
    color: var(--blue-02);
}


.docDetail .content_area {
    width: calc(100% - 240px);
    padding: 40px;
}
.docDetail .breadcrumb {
    color: #858687;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.docDetail .breadcrumb a {
    color: var(--blue-02);
}
.docDetail .content a {
    color: var(--blue-02);
}
.docDetail .content_area h1 {
    font-size: 2.3rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
}
.docDetail .content_area h1 span.icon {
    display: inline-flex;
    margin-right: 12px;
}
.docDetail .content h2 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 18px;
}
.docDetail .content p+h2, .docDetail .content div+h2, .docDetail .content ol+h2, .docDetail .content ul+h2 {
    margin-top: 45px;
}
.docDetail .content h3 {
    font-size: 1.14rem;
    font-weight: 600;
    margin: 0;
}
.docDetail .content p+h3 {
    margin-top: 35px;
}
.docDetail .content li, .docDetail .content p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
}

.docDetail .content ul li, .docDetail .content ol li {
    margin-bottom: 12px;
}

.docDetail .doc_footer {
    padding: 80px 0;
}

.docDetail .videoBox {
    background: #EEEEEE;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    margin: 0 0 40px;
}
.docDetail .videoBox video {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}


.docDetail .examples {
    background: #EEEEEE;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: start;
    margin-bottom: 15px;
    line-break: anywhere;
}
.docDetail .examples p {
    margin: 0;
}
.docDetail .examples .copy_btn {
    background: none;
    border: none;
    padding: 6px;
    margin-left: auto;
    min-width: 35px;
    cursor: pointer;
}
.tableBox table {
    width: 100%;
}
.docDetail .tableBox table, .docDetail .tableBox table tr th, .docDetail .tableBox table tr td {
    border: 1px solid #d9dadb;
    border-collapse: collapse;
    text-align: left;
}
.docDetail .tableBox table thead {
    background: #eeeeee;
}
.docDetail .tableBox table tr th, .docDetail .tableBox table tr td {
    font-size: 1rem;
    padding: 12px 20px;
    font-weight: 500;
    vertical-align: top;
}
.docDetail .tableBox table tr th {
    font-weight: 600;
}







/*======================================================= Responsive Part
*/


@media (max-width: 1199px) {

    

    .postGroup .item h3 a, .postGroup .item p {
        font-size: 1.2rem;
    }

    .teamSlider .swiper-slide {
        width: 40vw;
    }
    .modalBox {
        width: calc(33% - 15px);
    }
    
    .docList {
        background-size: 52%;
        padding-top: 320px;
    }
    .docList .inner_wrapper .column {
        width: 50%;
    }
    
}
@media (max-width: 1024px) {

    .h2.heading {
        font-size: calc(1vw + 1.5rem);
    }

    .aboutVideo {
        width: 100% !important;
    }

    .videosubtext {
        display: none;
    }
    
    .postGroup {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 50px;
    }
    .singlePost .left_sidebar .backBtn {
        display: none;
    }
    .singlePost .inner_wrapper {
        flex-direction: column-reverse;
    }
    .singlePost .left_sidebar, .singlePost .content_area {
        width: 100%;
    }
    .singlePost .left_sidebar {
        padding-top: 40px;
    }
    .singlePost .backBtn {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    
    .nav_wraper .leftColumn {
        width: 100%;
    }
    .nav_wraper .rightColumn {
        display: none;
    }
    .menuBar ul li a {
        font-size: 64px;
    }
    
    .teamSlider .swiper-slide {
        width: 48vw;
    }
    .modal_column .titleBox {
        max-width: 80%;
    }
}
@media (max-width: 768px) {

    .footer h2 {
        font-size: 2rem;
        font-weight: 500;
        margin: 0;
    }

    .smart_agents .lineup .leftImg {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
     
        justify-content: center;
    }

    .messenger_tools .groupImg .leftImg {
        width: 100%;
    }

    .messenger_tools .groupImg .leftImg .label {
        padding-left: 0;
        text-align: center;
        width: 100%;
    }

    .messenger_tools .d-flex {
        display: block;
    }

    .pod-flex-column-33 {
        height: 320px !important;
    }

    .d-flex {
    flex-direction: column;
}


p {
    font-size: calc(1.3rem);
    line-height: 1.5;
}

.client_list .logo_box {
    width: 50%;
}
    
    .pod-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        row-gap: 16px;
        flex-direction: column;
        width: 100%;
        margin-bottom: 4%;
    }
    

    .pod-flex-column-50, .pod-flex-column-33 {
        width: 100%;
        padding: 8px 0px;
       
    }
    

    #layoutDisplay .h100 .pod-flex-column-50 {
        height: 240px!important;
    }

    .footer .talkUs {font-size: 2rem;}

    .footer .columns2 {
        margin-top:24px;
    }
    
    .docDetail .left_sidebar {
        position: fixed;
        background: var(--lt-body-bg);
        border: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        padding-top: 50px;
        overflow: auto;
        z-index: 99;
        transition: all 0.4s ease-out;
    }
    .docDetail .left_sidebar.open {
        left: 0;
    }
    
    .docDetail .content_area {
        width: 100%;
        padding: 20px;
    }
    .docDetail .content_area h1 {
        font-size: 32px;
    }
    .docDetail .content h2 {
        font-size: 22px;
    }
    .docDetail .breadcrumb, .docDetail .content li, .docDetail .content p {
        font-size: 15px;
    }
    
}
@media (max-width: 767px) {

    .heading_text {
        flex-direction: column;
    }

    .heading_text .left-side-hero {
        width: 100%;
        text-align: center;
    }

    .pod-flex-column-33 {
        height: auto !important;
    }

    .heading_text .hero_title h1 {
        font-size: 48px;
        margin: 0 auto;
    }

    .main_hero p {
      
        margin: 0 auto 24px auto;
        text-align: center;
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        padding-top: 24px;
        z-index: 100;
        position: relative;
    }



    .usecase00, .usecase01, .usecase02, .usecase03, .usecase04, .usecase05, .usecase06 {
        width: 100% !important;
        height: 240px !important;
        background-size: 80%;
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        

    .usecase00 p, .usecase01 p, .usecase02 p, .usecase03 p, .usecase04 p, .usecase05 p, .usecase06 p {
        padding: 0 0px;
        font-size: 16px;
    }

    .smart_agents .lineup .leftImg {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
     
        gap: 0 20px;
    }

    .play-white {
        padding: 8px 16px 6px 8px;
        border-radius: 20px;
        width: fit-content;
    }

    .text-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
      
        color: var(--primary-light);
        padding-bottom: 24px;
        transition: color 0.2s ease-in-out;
    }

    .text-menu div {
        padding-bottom: 8px;
        background-color: #2B303B;
        padding: 10px 10px;
        border-radius: 20px;
    }

    .backgroundpod-free {
        padding:8px;
    }

    .backgroundpod {
        margin-bottom: 24px;
    }

    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .paddingTop {
        padding-top: 100px;
        padding-bottom: 0px;
    }

    .paddingBottom {   
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .heading br {
        display: none;
    }
    .h1.heading {
        font-size: calc(1vw + 1.8rem);
        margin-bottom: 60px;
    }
    .h2.heading {
        font-size: calc(1.22vw + 1.48rem);
    }
    .h3.heading {
        font-size: calc(1vw + 1.15rem);
    }
    .transform .heading br {
        display: none;
    }
    p {
        font-size: calc(1.2rem);
    }
    .hide-m {display: none !important;}
 
    .main_hero p {
        width: 90%;
    }
    section.ourClients {
        padding-bottom: 0;
    }
    .client_list .logo_box {
        width: 50%;
        min-height: 126px;
        padding: 16px 26px;
    }

    .client_list .logo_box img {
        max-width: 100px;
        min-height: auto;
    }
    
    

    .client_list .logo_box:nth-child(7), .client_list .logo_box:nth-child(8), .client_list .logo_box:nth-child(9) {
        display: none;
    }
    
    .messenger_tools .groupImg {
        display: block;
    }

    .messenger_tools .groupImg>div {
        width: 100% !important;
    }
    .messenger_tools .groupImg .leftImg {
        padding-right: 22px;
    }
    .messenger_tools .groupImg .leftImg .label {
        font-size: 15px;
        padding-left: 0;
        text-align: center;
    }
    .smart_agents .groupImg .leftImg img {
        width: 95%;
    }
    .smart_agents .groupImg .rightImg img {
        width: 90%;
    }
    .natural_language .leftImg {
        margin-bottom: 60px;
    }
    .natural_language .leftImg .label {
        font-size: 1rem;
    }
    
    .natural_language .full_img {
        margin-top: 80px;
    }
    .natural_language .full_img img {
        width: 100%;
    }
    .footer__inner {
        justify-content: center;
    }
    .footer__inner__element {
        text-align: center;
    }
    .footer h2 {
        width: 100%;
        font-size: 56px;
        text-align: center;
    }
    .footer .talkUs {
        font-size: 56px;
    }
    .footer .menuBar {
        width: 100%;
        order: 1;
        text-align: center;
        margin-top: 42px;
        margin-bottom: 80px;
    }
    .footer .menuBar ul {
        justify-content: center;
        text-align: center;
    }
    .footer .menuBar ul li a {
        font-size: 0;
        margin: 0 14px;
    }
    .footer .address {
        width: 100%;
        order: 2;
        text-align: center;
    }
    
    .inner_banner {
        padding-top: 150px;
    }
    .aboutOverview .groupImg {
        margin-left: -6px;
        margin-right: -6px;
    }
    .aboutOverview .groupImg>div {
        width: 50%;
        padding-left: 6px;
        padding-right: 6px;
    }
    .aboutOverview .groupImg .simpleParallax{
        margin-bottom: 12px;
    }
    .aboutOverview .groupImg .rightImg {
        padding-top: 50px;
    }
    .teamSlider .swiper-slide {
        width: 82vw;
    }
    .modalBox {
        width: calc(20% - 15px);
    }
    .toolOverview .groupImg {
        flex-direction: column-reverse;
    }
    .toolOverview .leftImg .label {
        font-size: calc(1rem);
        margin: 0 auto 0;
    }
    .messenger_tools2 .topImg img {
        width: 88%;
    }
    
    .messenger_tools2 .groupImg {
        display: block;
    }
    .messenger_tools2 .groupImg>div {
        width: 100% !important;
    }
    .messenger_tools2 .groupImg .rightImg {
        padding: 20px 0 0 !important;
    }
    .singlePost {
        padding-top: 160px;
    }
    
    .docList {
        background-size: 72%;
        padding-top: 165px;
    }
}

@media (max-width: 640px) {

    .discord {
        display: none
    }

    .headbar {
        padding: 24px 16px;
        padding-right: 56px;
    }
    .navOpen {
        top: 16px;
        right: 8px;
    }
    .toggleSidebar {
        top: 8px;
        right: 16px;
    }
    .headbar .btn.theme-btn {
        font-size: 16px;
        margin-top: 0;
        /* padding: 4px 16px; */
    }
    .nav_wraper {
        padding: 110px 25px 25px;
    }
    .nav_wraper .menuBar ul li a {
        font-size: 46px;
    }
    .nav_wraper .email a {
        font-size: 22px;
    }
    .postGroup {
        grid-template-columns: 1fr;
    }
    section.footer {
        height: auto;
    }
    .full_img {
        padding: 16px 0;
    }
    .modal_column .titleBox {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .modal_column .titleBox h3 {
        font-size: 22px;
    }
    .modal_column .titleBox p {
        font-size: 16px;
    }
    .headbar .logo img {
        max-height: 22px;
    }
    
    .docList .inner_wrapper .column {
        width: 100%;
    }
    .docList .column .h3, .doc_footer .column .h3 {
        font-size: 1.28rem;
    }
    .docList .column ul li a, .doc_footer .column ul li {
        font-size: 1rem;
    }
    .docDetail .videoBox {
        padding: 20px;
    }
    .docDetail .videoBox video {
        max-width: 100%;
    }
    .docDetail .examples p {
        font-size: 13px;
    }
    .docDetail .tableBox table tr th, .docDetail .tableBox table tr td {
        padding: 10px 15px;
    }
}
@media (max-width: 480px) {
    .modalBox {
        width: calc(100% - 15px);
    }
}

@media (min-width: 768px) {
    
   
    .messenger_tools .groupImg .rightImg, .messenger_tools .groupImg .rightImg img 
    {
        width: 100%;
    }

  
   .col-md-6 {
        width: 50%;
        max-width: 50%;
    }
    .heading.gapBottom {
        margin-bottom: 120px;
    }

    .heading_text .hero_title h1 {
        font-size: 6vw;
        font-weight: 700;
        line-height: 100%;
    }
    .footer .menuBar ul li a .icon {
        display: none;
    }
    
}
@media (min-width: 769px) {
    
    .footer h2 {
        font-size: 5rem;
    }
    .doc_header .headbar .toggleSidebar {
        display: none;
    }
    
}

@media (min-width: 1025px) {
    
    .singlePost .content_area .backBtn {
        display: none;
    }
    
}

@media (min-width: 1280px) {
    
    .docDetail .content_area {
        padding-right: 240px;
    }

}
@media (min-width: 1400px) {
    
}


 .wow.fadeIn {
    transition: opacity 1s ease-in-out;
    opacity: 0;
}

 .wow.fadeIn.backgroundpod-free {
    opacity: 1; /* Ensure the image is visible by default and fades in on src change */
}

}