@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: logo;
    src: url('./fonts/bold.otf');
}

* {
    font-family: "Host Grotesk", sans-serif;
    scroll-behavior: smooth;

}

img {
    display: block;
    max-width: 100%;
}

.container {
    max-width: 1376px;
    padding: 0px 20px;
    /* padding-right: 20px; */
    position: relative;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

header {
    position: absolute;
    width: 100%;
    padding: 20px 10px;
    z-index: 2;
    top: 10px;
}

.inner-wrapper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px;
    padding-left: 40px;
}

.right-side-nav ul {
    display: flex;
    align-items: center;
    gap: 14px;
    wi\: ;
    width: 100%;
}

.black-button {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 14px 30px;
    border-radius: 80px;
    /* font-family: Host Grotesk; */
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    border: 2px solid #000;
    text-decoration: none;
    transition: 0.3s all;
    /* text-transform: capitalize; */
    wi\: ;
    max-width: 100%;
}

.black-button:hover {
    background: none;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
}

/*.right-side-nav li:first-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #F3F4F6;
    border-radius: 50%;
}*/

.inner-wrapper-header nav ul {
    display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 100px;
}

.inner-wrapper-header nav li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.inner-wrapper-header nav li a {
    border: 2px solid #F3F4F6;
    padding: 13px 30px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1F2937;
    text-decoration: none;
    transition: 0.4s all;
}

.banner-wrapper {
    position: relative;
    margin: 0px 0px 0px;
    padding-top: 12px;
}

.banner-wrapper-inner {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    /* height: max-content; */
    padding-top: 140px;
}

.banner-wrapper-inner h2 {
    font-family: Host Grotesk;
    font-weight: 900;
    font-size: 70px;
    line-height: 82px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    /* text-transform: capitalize; */
    max-width: 1144px;
    margin: auto;
    word-spacing: -11px;
}

body {
    color: #000000FA;
}

.right-side-nav li:first-child a:hover {
    background: #000;
}

.right-side-nav li:first-child a:hover img {
    filter: invert(1);
}

.inner-wrapper-header nav li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.whatis {
    padding: 120px 0px;
}

.whatis .container {
    max-width: 1247px;
    text-align: center;
}

.whatis h2 {
    /* font-family: Host Grotesk; */
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    /* text-transform: capitalize; */
    margin-bottom: 0;
}

.whatis h1 {
    /* font-family: Host Grotesk; */
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    /* text-transform: capitalize; */
    margin-bottom: 24px;
    font-family: Host Grotesk;
    font-weight: 900;
    font-size: 60px;
    line-height: 82px;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    /* text-transform: capitalize; */
    max-width: 1144px;
    margin: auto;
    word-spacing: -11px;
    ,
    animation: ;
    margin: 20px auto;
}

.whatis p {
    /* font-family: Host Grotesk; */
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    /* text-transform: capitalize; */
    margin-bottom: 24px;
    max-width: 940px;
    margin: 0 auto 24px;
    font-weight: 400;
}

.whatis p+span {
    /* font-family: Host Grotesk; */
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    /* text-transform: capitalize; */
    margin-bottom: 48px;
    display: block;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

.grey-button {
    background: #F3F4F6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 12px 30px;
    border-radius: 80px;
    transition: 0.4s all;
}

a:hover {
    text-decoration: none !important;
    color: inherit;
}

.grey-button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
    border-radius: 10px;
}

.pinned-tab>div {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    min-height: 900px;
    margin-bottom: 140px;
    position: sticky;
    top: 80px;
    background-color: #fff;
    /* margin: 0; */
}

.container-content-pinned {
    padding: 45px 40px;
}

.header-pintab h5 {
    background: #ffff;
    display: flex;
    align-items: center;
    max-width: max-content;
    justify-content: center;
    padding: 15px 40px;
    background: #F3F4F6;
    border-radius: 100px;
    /* font-family: Host Grotesk; */
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1F2937;
    position: relative;
}

.header-pintab {
    max-width: max-content;
    background: #ffff;
    padding: 25px 10px;
    margin-left: 40px;
    margin-top: -60px;
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    position: relative;
    padding-top: 7px;
}

.container-content-pinned h2 {
    /* font-family: Host Grotesk; */
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: none;
    margin-bottom: 32px;
    font-weight: 900;
    word-spacing: -11px;
}

.box-wrapper-how-it-works {
    border: 1px solid #00000033;
    padding: 24px;
    border-radius: 15px;
    min-height: 441px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-wrapper-how-it-works h6 {
    /* font-family: Host Grotesk; */
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.box-wrapper-how-it-works h4 {
    /* font-family: Host Grotesk; */
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.box-wrapper-how-it-works p {
    /* font-family: Host Grotesk; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    color: #000000B2;
}

.header-pintab::before {
    content: "";
    display: block;
    width: 100%;
    background: red;
    position: absolute;
    bottom: 0;
    height: 54px;
    left: 0;
    background: #fff;
    bottom: -11px;
    left: -13px;
    width: calc(100% + 29px);
}

.header-pintab::after {
    content: "";
    position: absolute;
    background-color: transparent;
    right: -17px;
    bottom: 0px;
    width: 16px;
    height: 24px;
    border-bottom-left-radius: 29px;
    box-shadow: -1px 1px #D9D9D9;
    top: 34px;
    bottom: auto;
}

span.left-curve {
    top: 29px;
    content: "";
    position: absolute;
    background-color: transparent;
    left: -2rem;
    border-bottom-right-radius: 13px;
    box-shadow: 1px 1px #D9D9D9;
    right: auto;
    bottom: 0px;
    width: 20px;
    height: 29px;
    left: -21px;
}

ul#myTab {
    flex-direction: column;
    border: none;
    gap: 8px;
}

ul#myTab button {
    min-height: 54px;
    border: none;
    border: 2px solid transparent;
    background: none;
    border-radius: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    position: relative;
    outline: none !important;
}

.col-md.col1-tabs {
    border: 1px solid #EAEAEA;
    padding: 16px;
    max-width: 356px;
    border-radius: 10px;
}

ul#myTab button.active,
ul#myTab button:hover {
    border-color: #EAEAEA;
    background: #f7f7f7;
}

ul#myTab button::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    /* background: #000; */
    position: absolute;
    right: 20px;
    transform: rotate(45deg);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #000;
    transform: rotate(5deg);
}


div#parent-row .col-md {
    padding: 0;
}

.voice-fondation {
    padding: 0px 0px 120px;
}

.voice-fondation h2 {
    font-family: Host Grotesk;
    font-weight: 900;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    margin-bottom: 16px;
    /* color: #000; */
}

.voice-fondation h2+p {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    max-width: 617px;
    ,
    max-block-size: ;
    color: #000000B2;
    margin-bottom: 37px;
}

.get-box {
    min-height: 425px;
    border: 1px solid #BFD1F2;
    border-radius: 16px;
    padding: 32px;
    background: linear-gradient(to top, #F2FFFE, #F4F9FB);
    position: relative;
    overflow: hidden;
}

.get-box h4 {
    /* font-family: Host Grotesk; */
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.get-box p {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    margin-bottom: 37px;
    color: #000000B2;
    max-width: 516px;
}

.get-box a {
    max-width: max-content;
}

.voice-fondation .row {
    gap: 32px;
    margin: 0;
}

div#second-row .col-md-12 {
    min-height: 178px;
    border-radius: 16px;
    padding: 32px;
}

div#second-row .col-md-12 h5 {
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
}

div#second-row .col-md-12 a {
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 70px;
    height: 39px;
    max-width: max-content;
    padding: 0px 31px;
    margin: 20px 0px 0px;
    text-transform: capitalize;
    transition: 0.4s all;
}

.col-md-12.text-to-speech {
    background: linear-gradient(to bottom, #fff, #EBEDFF);
    border: 1px solid #EDEDED;
    border-radius: 16px;
    margin-bottom: 32px;
}

.col-md-12.voice-agent-api {
    background: linear-gradient(to bottom, #fff, #D2F9FF);
    border: 1px solid #EDEDED;
}

div#second-row>col-md:nth-child(1) {
    gap: 32px;
    display: flex;
}

div#parent-row .col-md.playground {
    background: linear-gradient(to bottom, #F0F4FF, #F0FFD4);
    padding: 32px;
    border-radius: 16px;
}

.col-md.playground h4 {
    font-family: Host Grotesk;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
}

.col-md.playground p {
    margin: 16px 0px 24px;
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    color: #000000B2;
}

.col-md.playground a {
    max-width: max-content;
}

div#mainrow>.col-md-12 {
    padding: 0;
    height: max-content;
}

.col-md.right-side-parent-column div#mainrow {
    /* height: 100%; */
    flex-direction: column-reverse;
}

.community-box {
    min-height: 425px;
    border: 1px solid #DFEAFF;
    border-radius: 16px;
    padding: 32px;
    background: linear-gradient(to top, #FAF6FC, #FEF8F3);
    display: flex;
    flex-direction: column;
}

.community-box a {
    max-width: max-content;
}

.community-box p {
    margin: 16px 0px 24px;
    color: #000000B2;
    /* font-family: Host Grotesk; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */
}

.community-box h4 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 16px;
}

div#second-row .col-md-12 a:hover {
    background: #000;
    color: #ffff;
}

img.border-radius_image {
    width: 100%;
}

.container-box {
    position: relative;
    max-width: 100%;
    margin: auto;
    animation: growWidth linear;
    animation-timeline: scrollGrow;
    animation-fill-mode: both;
}

.content-box-wrapper-on-scroll {
    position: absolute;
    inset: 0;
    margin: auto;
    text-align: center;
    width: max-content;
    height: max-content;
    color: #fff;
}

.content-box-wrapper-on-scroll h2 {
    font-weight: 500;
    font-size: 46px;
    line-height: 68px;
    letter-spacing: -2%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    margin-bottom: 16px;
    color: #fff;
}

.content-box-wrapper-on-scroll p {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    max-width: 617px;
    color: #fff;
    margin-bottom: 37px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.white-button {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    padding: 8px 30px;
    border-radius: 70px;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #fff;
}

.blank-button {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 30px;
    border-radius: 50px;
    color: #fff;
}

.white-button:hover {
    background: none;
    color: #fff;
    border-color: #fff;
}

.self-hosted {
    padding: 120px 0px;
}

.boxes-self-hosted .col-md {
    /* max-width: 50%; */
    /* min-width: 50%; */
    /* min-height: 338px; */
    padding: 0;
    width: 50%;
    flex: 0 50%;
}

.inner-self0hosted {
    /* background: red; */
    /* height: 100%; */
    display: flex;
    justify-content: flex-end;
    padding: 32px;
    flex-direction: column;
    gap: 16px;
    max-width: 362px;
    /* min-width: 50%; */
    min-height: 338px;
    /* min-width: 302px; */
    width: 50%;
    flex: 0 50%;
    width: 100%;
}

span.image-wrapper-self0hosted-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #00338F33;
    display: block;
    border-radius: 16px;
    background: #F2F7FF;
    margin-bottom: 16px;
}

.inner-self0hosted h4 {
    /* font-family: Host Grotesk; */
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    /* text-transform: capitalize; */
}

.inner-self0hosted p {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    color: #000000B2;
}

.self-hosted .row {
    align-items: center;
}

.content-self-hosted {
    max-width: 455px;
}

.content-self-hosted h2 {
    font-family: Host Grotesk;
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    word-spacing: -11px;
    font-weight: 900;
}

.content-self-hosted {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.content-self-hosted h4 {
    font-family: Host Grotesk;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */
}

.content-self-hosted p {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    /* text-transform: capitalize; */
    opacity: 0.7;
}

.content-self-hosted a {
    margin: 24px 0px 0px;
    max-width: max-content;
}

.self-hosted {
    border: 1px dashed #cccc;
    margin: 120px 0px;
    padding: 82px 0px;
    position: relative;
    max-width: 1440px;
    margin: 120px auto;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

.self-hosted::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    /* background: red; */
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px dashed #cccccc66;
    height: calc(100% + 100px);
}

.boxes-self-hosted {
    position: relative;
}

.boxes-self-hosted::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    /* background: red; */
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px dashed #cccccc66;
    height: calc(100% + 100px);
}

.boxes-self-hosted::after {}

.self-hosted::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* background: red; */
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px dashed #cccccc66;
    height: 1px;
    max-width: 60%;
    left: auto;
    right: 0;
}

.self-hosted .container:after {
    content: "";
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    /* background: red; */
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px dashed #cccccc66;
    height: calc(100% + 100px);
    left: auto;
    right: 20px;
}

.media {
    background: #F2F7FF;
    padding: 120px 0px;
}

.media h2 {
    text-align: center;
    font-family: Host Grotesk;
    font-weight: 900;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 56px;
    /* font-family: 'logo'; */
}

.box-blog {
    background: #fff;
    /* padding: 32px; */
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: 0.5s all;
}

.box-blog h4 {
    color: #00338F;
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
    vertical-align: middle;
    background: linear-gradient(to left, #001AFF1F, #001AFF00);
    max-width: max-content;
    padding: 6px 30px;
    border-radius: 40px;
}

.box-blog h5 {
    font-family: Host Grotesk;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
}

.box-blog p {
    color: #5C6584;
    /* font-family: DM Sans; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}

.box-blog span {
    color: #6D7691;
    /* font-family: DM Sans; */
    font-weight: 400;
    font-size: 14.1px;
    line-height: 21.12px;
    letter-spacing: 0%;
    vertical-align: middle;
    display: block;
}

.media a {
    margin: 56px auto 0px;
    max-width: max-content;
}

.box-blog:hover {
    box-shadow: 0px 0px 14px 2px #e0e6ff;
}

.tab2.features-tab .header-pintab {
    margin-left: 250px;
}

.tab2.integrations-tab .header-pintab {
    margin-left: 456px;
}

.tab2.integrations-tab {
    background-image: url('./images/12.svg');
    background-size: cover;
}

.integrate-every {
    max-width: 841px;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.tab2.integrations-tab .container-content-pinned {
    /* height: 100%; */
    display: flex;
    min-height: 661px;
    /* overflow: hidden; */
    position: relative;
    overflow: hidden;
}

.integrate-every p {
    margin-bottom: 30px;
}

.integrate-every a {
    max-width: max-content;
    margin: auto;
    text-transform: capitalize;
}

.enterprise-section .inner-self0hosted {
    max-width: 324px;
    min-width: 324px;
    min-height: 325px;
    /* padding: 0; */
    border-right: 1px dashed #cccc;
    border-bottom: 1px dashed #cccc;
    margin: 60px 0px 0px;
}

.enterprise-section .col-md {
    padding: 0;
    max-width: 314px;
}

.enterprise-section .col-md:first-child .inner-self0hosted {
    border-left: 1px dashed #cccc;
}

.tab2.enterprise-tab .container-content-pinned {
    padding-bottom: 0;
    z-index: 2;
    position: relative;
}

.pinned-tab>div.enterprise-tab {
    /* min-height: max-content; */
    /* margin: 0; */
    /* border-bottom: 0; */
    /* border-bottom-left-radius: 0; */
    /* border-bottom-right-radius: 0; */
    /* position: relative; */
    /* height: auto; */
    /* background: red; */
    top: -140px;
    position: relative;
}

.pinned-tab>div.enterprise-tab::after {
    content: "";
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #fff;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: calc(100% + 3px);
    left: -1px;
    height: 24%;
    top: auto;
    bottom: 0;
    border-top: 1px solid #D9D9D9;
    display: none;
}

.tab2.enterprise-tab .header-pintab {
    margin-left: 690px;
}

.get-box img {
    position: absolute;
    right: -30px;
    bottom: 0;
}

.social-icons ul {
    display: flex;
    /* gap: 32px; */
    margin: auto 0px 0px;
    justify-content: flex-start;
    max-width: 85%;
    gap: 20px;
}

.social-icons {
    margin-top: auto;
}

.social-icons li {
    -ms-flex-preferred-size: 0;
    /* flex-basis: 0; */
    -ms-flex-positive: 1;
    /* flex-grow: 1; */
    /* max-width: 100%; */
}

.voice-agent-api h5 {
    font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 37px;
}

.container-box img {
    width: 100%;
}

.header-enterprise {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.header-enterprise img {
    margin-top: -80px;
    width: 100%;
}

.header-gif {
    max-width: 479px;
}

.integrate-every>img {
    position: absolute;
    width: auto;
    height: auto;
}

.tab2.integrations-tab .container-content-pinned>img {
    width: auto;
    height: max-content;
    position: absolute;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

img.image_2 {
    left: 28%;
}

img.image_3 {
    left: 71%;
}

img.image_4 {
    left: auto;
    right: 90px;
    top: 40px;
}

img.image_5 {
    right: 40px;
    bottom: 30px;
}

img.image_1 {
    left: 10%;
}

img.image_6 {
    bottom: 20px;
    left: 50%;
}

img.image_7 {
    bottom: 20px;
    left: 30%;
}

img.image_8 {
    top: 0;
    bottom: 0;
    margin: auto;
}

img.image_9 {
    top: 70%;
    left: 13%;
}

img.image_10 {
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.image_11 {
    bottom: 20px;
    right: 24%;
}

img.image_12 {
    left: 51%;
}

.container-content-pinned h2,
.container-content-pinned p,
.container-content-pinned a {
    position: relative;
    z-index: 2;
}

.content-blog-wrapper {
    padding: 0px 32px 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

img.gif_banner {
    position: absolute;
    bottom: 0;
    width: 100%;
    mix-blend-mode: multiply;
    left: 0;
}

img.gif_banner1 {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 50%;
    left: auto;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    top: 30%;
    margin: auto;
    right: 20px;
}

img.gif_banner2 {
    position: absolute;
    bottom: 0;
    mix-blend-mode: multiply;
    top: 30%;
    margin: auto;
}

.voice-fondation {
    padding: 120px 0px;
    padding-top: 0;
}

.laptop-wrapepr {
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}

.tab-content>.tab-pane {
    /* padding: 24px; */
    /* background: #F2F7FF; */
    /* border-radius: 16px; */
}

.tab-content>.tab-pane img {
    /* max-width: 500px; */
    border: 1px solid #000;
    border-top: 0;
    border-radius: 5px;
    overflow: hidden;
    object-fit: cover;
}

.new-about {
    background: url('./images/22.svg');
    padding: 120px 0px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.new-about li {
    /* background: #fff; */
    /* border: 1px solid #EDEEF0; */
    /* box-shadow: 10px 25px 100px 0px #002B6B40; */
    /* border-radius: 16px; */
    max-width: 583px;
    width: 100%;
    /* padding: 24px; */
    display: flex;
    align-items: center;
    gap: 20px;
}

.new-about ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.new-about li:first-child,
.new-about li:last-child {
    margin-left: auto;
    /* width: 100%; */
}

.box-wrapper-about {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid #EDEEF0;
    box-shadow: 10px 25px 100px 0px #002B6B40;
    border-radius: 16px;
    max-width: 457px;
    width: 100%;
    padding: 24px;
}

.content-about-ne {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-about-ne h4 {
    /* text-transform: capitalize; */
    font-weight: 500;
    font-size: 18px;
}

.new-about .content-about-ne p {
    font-size: 14px;
    margin: 0;
    text-align: left;
}

.content-wrapper-about h2 {
    margin-bottom: 48px;
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.new-about .row {
    gap: 80px;
    align-items: flex-start;
}

span.numbered-content {
    display: flex;
    align-items: center;
    color: #002B6B;
    font-weight: 500;
    font-size: 108px;
    line-height: 120%;
    letter-spacing: 0%;
    opacity: 0.2;
}

.new-about li:nth-child(2) {
    flex-direction: row-reverse;
}

.new-about h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 900;
    /* word-spacing: -11px; */
    margin-bottom: 10px;
}

.new-about h2+p {
    margin: 30px auto;
    letter-spacing: 0%;
    text-align: center;
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    max-width: 617px;
    color: #000000B2;
    margin-bottom: 37px;
    margin-top: 0;
}

.mic-wrapper {
    position: absolute;
    inset: 0;
    margin: auto;
    width: max-content;
    height: max-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 180px;
    /* background: red; */
    height: 190px;
    top: 50px;
    left: -20px;
    cursor: pointer;
}

@keyframes glowEffect1 {
    0% {
        box-shadow: 0 0 5px #f1f6ff, 0 0 10px #f1f6ff, 0 0 15px #f1f6ff;
        background-color: #f1f6ff;
    }

    50% {
        box-shadow: 0 0 5px #00338f, 0 0 10px #00338f, 0 0 15px #00338f;
        background-color: #00338f;
    }

    100% {
        box-shadow: 0 0 5px #f1f6ff, 0 0 10px #f1f6ff, 0 0 15px #f1f6ff;
        background-color: #f1f6ff;
    }
}

@keyframes glowEffect4 {
0% {
    box-shadow: 0 0 5px #00000040, 0 0 10px #00000040, 0 0 15px #00000040;
  }
  50% {
    box-shadow: 0 0 5px #00000020, 0 0 10px #00000020, 0 0 15px #00000020;
  }
  100% {
    box-shadow: 0 0 5px #00000040, 0 0 10px #00000040, 0 0 15px #00000040;
  }
}

span.circle1 {
    background: #f1f6ff;
    border-radius: 50%;
    width: 164px;
    height: 164px;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    animation: glowEffect4 7s ease-in-out infinite;
}

@keyframes glowEffect {
    0% {
        box-shadow: 6px 4px 4px 0px #000000E5;

    }

    50% {
        box-shadow: -8px 4px 4px 0px #000000E5;
    }

    100% {

        box-shadow: -2px -8px 4px 0px #000000E5;
    }
}

span.circle2 {
    background: #000;
    border-radius: 50%;
    width: 113px;
    height: 113px;
    margin: auto;
    display: block;
    position: absolute;
    inset: 0;
/*    animation: glowEffect 1.5s ease-in-out infinite;*/
    border: 1px solid #00000030;
    z-index: 6;
}

.mic-wrapper img {
    position: absolute;
    inset: 0;
    margin: auto;
    /* filter: invert(1) brightness(1); */
    z-index: 9;
}

.mic-wrapper .button-blue {
    position: absolute;
    bottom: -40px;
    color: #fff;
    cursor: pointer;
    background: #00338f;
    border: 2px solid #00338f;
    border-radius: 10px;
    padding: 8px 31px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: all .4s;
    text-transform: uppercase;
    padding: 0;
    border-radius: 100px;
    padding: 8px 20px;
    display: none;
}

.logo-footer img {
    width: 100%;
}

.stayin-loop {
    padding: 80px 0px;
}

.stayin-loop h2 {
    font-family: Host Grotesk;
    font-weight: 600;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    text-align: left;
}

.stayin-loop p {
    /* font-family: DM Sans; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin: 12px 0px 0px;
    color: #5C6584;
}

.inputwrapper-footer {
    background: #F5F6F7;
    border: 1px solid #F5F6F7;
    border-radius: 1000px;
    max-width: 484px;
    height: 72px;
    position: relative;
    overflow: hidden;
    margin-left: auto;
}

.inputwrapper-footer input {
    width: 100%;
    height: 72px;
    border-radius: 1000px;
    border: none;
    padding: 0px 30px;
    outline: none !important;
}

.inputwrapper-footer button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    background: #000;
    color: #fff;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #000;
    width: 156px;
    height: 46px;
    border-radius: 80px;
    font-weight: 400;
}

.inputwrapper-footer+p {
    margin-left: auto;
    max-width: 464px;
    font-weight: 300;
}

.inputwrapper-footer+p a {
    color: #000080;
}

.main-footer {
    padding: 98px 0px 8px;
    background: #01081E;
    color: #fff;
}

.main-footer h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.main-footer li a {
    font-size: 16px;
    color: #929EC8;
    font-weight: 300;
    display: block;
    margin-bottom: 12px;
}

div#menu2 {
    margin-top: 40px;
}

.copyright {
    margin: 62px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.copyright p {
    color: #929EC8;
    font-weight: 200;
    font-size: 16px;
    letter-spacing: normal;
    font-weight: 500;
    font-family: 'logo';
}

div#menu2 {}

.main-footer li a:hover {
    color: #fff;
}

ul.socialmedias {
    display: flex;
}

ul.socialmedias li a {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #111937; */
    /* border: 1px solid #111937; */
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
    font-weight: 100;
}

ul.socialmedias {
    gap: 10px;
    margin: 0px 0px 20px;
}

div#menu2 .col-md {
    max-width: max-content;
    /* gap: 50px; */
}

div#menu2 {
    gap: 50px;
}

.box-wrapper-how-it-works {
    background: url('./images/24.svg');
    background-size: cover;
}

.images-custom-made {
    height: 141px;
}

.create-agent-sample {
    position: relative;
    /* background: red; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

span.box-create-agent {
    background: #fff;
    border: 0.24px solid #000000;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    max-width: max-content;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.create-agent-sample span:last-child {
    position: relative;
    margin-left: auto;
}

span.line-connecting {
    /* background: red; */
    position: absolute;
    width: 110px;
    height: 65px;
    left: 50px;
    border: 0.2px solid #000;
    border-top: 0;
    border-right: 0;
    border-radius: 6px;
}

span.line-connecting::after {}

span.line-connecting::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 0.2px solid #000;
    position: absolute;
    left: 54.9px;
    position: absolute;
    bottom: -3.6px;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}

.box-create-agent.box-withimage-wrapper-container {
    background: #fff;
    border: 0.24px solid #000000;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    max-width: max-content;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    flex-direction: column;
    width: 100px;
    height: 140px;
    margin-left: auto;
    max-width: 100px;
    border-radius: 5px;
    position: relative;
    top: -30px;
    padding: 12px 20px;
}

.box-rounded-wraerer {
    width: 53px;
    height: 53px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

.box-rounded-wraerer::after {
    width: 38px;
    height: 38px;
    background: #000;
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    content: "";
    border-radius: 50%;
}

.box-rounded-wraerer img {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
}

span.button-black {
    background: #000000;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 3px;
    margin: 9px 0px 0px;
}

.image0cinon2 span.line-connecting::after {
    left: 83px;
}

.bnox-wrapper3 {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    border: 0.24px solid #000000;
    border-radius: 16px;
}

.bnox-wrapper3 .box-create-agent.box-withimage-wrapper-container {
    top: 0;
    width: 79px;
    height: 90px;
    padding: 0;
}

.bnox-wrapper3 span.line-connecting {
    width: 75px;
    height: 2px;
    left: 106px;
    border-radius: 0;
}

.bnox-wrapper3 span.line-connecting::after {
    left: 67.4px;
}

.image-w-circle span {
    display: block;
    width: 47px;
    height: 47px;
    background: #000;
    border-radius: 50%;
}

.image-w-circle img {
    position: absolute;
    inset: 0;
    margin: auto;
}

.image-w-circle {
    position: relative;
}

.bnox-wrapper3 span.button-black {
    max-width: 84%;
    font-size: 10px;
}

span.image-wrapper-self0hosted-icon {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

img.post-call-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

div#parent-row .col-md.playground.post-call-image-parent {
    border: 1px solid #C9DCFF;
    background: linear-gradient(to bottom, #fff, #E5EEFF);
}

.get-box img {
    right: 0;
    left: 0;
    margin: auto;
    left: 60px;
    right: auto;
    top: auto;
    bottom: 50px;
    margin: auto;
}

span.circle1 {
    background: rgb(8 8 8 / 12%);
    border: 1px solid #0000002e;
    position: relative;
    z-index: 3;
}

.mic-wrapper {
    bottom: 0;
    top: -150px;
    margin: auto;
}

img.laptop-image {
    left: 0;
    right: auto;
    position: relative;
}

.laptop-wrapepr {
    justify-content: space-between;
    align-items: center;
}

img.custom-prop-image {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.chck-wrapper {
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    /* max-width: max-content; */
    /* bottom: 0; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    /* min-height: 500px; */
    /* max-height: 500px; */
    /* bottom: 22px; */
}

.nexa-voxa-button {
    background: #000;
    color: #fff;
    position: absolute;
    bottom: 60px;
    min-width: 206px;
    min-height: 48px;
    border-radius: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border: 2px solid #000;
    cursor: pointer;
    transition: 0.3s all;
}

.mic-wrapper {
    margin: 0;
    inset: 0;
    margin: auto;
    /* position: relative; */
    width: 249px;
    height: 249px;
}

.chck-wrapper>img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

span.circle3 {
    background: rgb(8 8 8 / 9%);
    border-radius: 50%;
    width: 213px;
    height: 213px;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    border: 1px solid #00000033;
    animation: glowEffect3 5s ease-in-out infinite;
    z-index: 2;
}

span.circle4 {
    border: 1px solid #B0D0FF;
    background: rgb(8 8 8 / 4%);
    border-radius: 50%;
    width: 249px;
    height: 249px;
    display: block;
    position: absolute;
    inset: 0;
    margin: auto;
    animation: glowEffect2 3s ease-in-out infinite;
    border: 1px solid #0000004a;
    z-index: 1;
}

@keyframes glowEffect2 {
    0% {
        box-shadow: 0 0 5px #00000010, 0 0 10px #00000010, 0 0 15px #00000010;
    }
    50% {
        box-shadow: 0 0 5px #00000040, 0 0 10px #00000040, 0 0 15px #00000040;
    }
    100% {
        box-shadow: 0 0 5px #00000010, 0 0 10px #00000010, 0 0 15px #00000010;
    }

}

@keyframes glowEffect3 {

0% {
    box-shadow: 0 0 5px #00000020, 0 0 10px #00000020, 0 0 15px #00000020;
  }
  50% {
    box-shadow: 0 0 5px #00000060, 0 0 10px #00000060, 0 0 15px #00000060;
  }
  100% {
    box-shadow: 0 0 5px #00000020, 0 0 10px #00000020, 0 0 15px #00000020;
  }

}

div#menu2 {
    display: flex;
    justify-content: flex-end;
}

.butotn-buwi a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px 0px;
    background: #fff;
    max-width: max-content;
    padding: 10px 40px;
    color: #01081E;
    font-weight: 600;
    border-radius: 100px;
    margin: 40px 0px 0px;
}

.box-wrapper-price.box-wrapper-blue-price {
    background-size: 100% 100%;
    color: #fff;
}

.box-wrapper-price {
    padding: 24px;
    border: 1px solid #00000033;
    /* box-shadow: 0px 26px 40px 0px #BCCAFF21; */
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-color: transparent;
}

.box-wrapper-price img {
    margin-bottom: 20px;
}

.box-wrapper-price h2 {
    margin-bottom: 14px;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
}

.box-wrapper-price p {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E7EBFF;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.box-wrapper-price ul li {
    font-weight: 300;
    color: #000000B2;
    display: flex;
    align-items: flex-start;
    gap: 16px 9px;
    position: relative;
    font-size: 14px;
}

.box-wrapper-price ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box-wrapper-price ul li span:not(.value) {
    width: 4px;
    height: 9px;
    border: 1px solid #1B223C;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    margin-left: 4px;
    position: relative;
    top: 6px;
}

.box-wrapper-price a {
    color: #1B223C;
    border: 1px solid #1B223C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 70px;
    margin: 24px 0px 0px;
}

.plans .row {
    /* max-width: 940px; */
    margin: auto;
}

.plans {
    padding-bottom: 100px;
}

.plans .container>h2 {
    font-family: "Host Grotesk";
    font-size: 60px;
    line-height: 68px;
    vertical-align: middle;
    word-spacing: -11px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
}

.plans .container>h2+p {
    font-family: "Host Grotesk";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    opacity: 0.7;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 24px;
}

.tab-yearly-plan ul {
    display: flex;
    align-items: center;
    border: 1px solid #F2F2F2;
    background: #FBFBFB;
    gap: 8px;
    padding: 8px;
    max-width: max-content;
    margin: 0 auto 40px;
    border-radius: 8px;
}

.tab-yearly-plan a.active {

    background: #fff;
    border: 1px solid #E2E2E2;
}

.tab-yearly-plan a {
    background: none;
    border: 1px solid transparent;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 16px;
}

.box-wrapper-price.box-wrapper-blue-price * {
    color: #fff;
}

.box-wrapper-price.box-wrapper-blue-price li span {
    border-color: #fff;
}

.box-wrapper-price.box-wrapper-blue-price a {
    border-color: #fff;
    background: #fff;
    color: #1B223C;
}

.headeing-case {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}

.headeing-case p {
    /* color: #000; */
    max-width: 700px;
    font-family: "Host Grotesk";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    opacity: 0.7;
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 24px;
}

.headeing-case h2 {
    max-width: 230px;
    font-family: "Host Grotesk";
    font-size: 60px;
    line-height: 68px;
    vertical-align: middle;
    word-spacing: -11px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
    text-align: left;
}

.inner-slider-case h4 {
    /* font-family: Host Grotesk; */
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.inner-slider-case p {
    color: #000000B2;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    /* -webkit-line-clamp: 5; */
    /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
    font-weight: 300;
    line-height: 22px;
}

.inner-slider-case {
    position: relative;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    /* justify-content: space-between; */
    min-width: 30%;
    border: 1px solid rgba(204, 204, 204, 0.8) !important;
    padding: 20px;
    border-radius: 20px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 40px -12px; */
    transition: 0.5s all;
}

.inner-slider-case audio {
    margin: 16px 0px 0px;
    margin-top: auto;
}

.slider-case-studies {
    display: flex;
    gap: 40px;
    overflow: auto;
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 20px;
}

.caseStudies {
    padding-bottom: 100px;
}

.slide-weapper-case-studies {
    min-width: 360px;
}

.slider-case-studies::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #000;
    background-color: #F5F5F5;
}

.slider-case-studies::-webkit-scrollbar {
    height: 3px;
    background-color: #F5F5F5;
}

.slider-case-studies::-webkit-scrollbar-thumb {
    background-color: #000;
}

.content-not-home {
    padding: 150px 20px 150px;
}

body:not(.home) img.border-radius_image {
    height: 490px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
}

body:not(.home) .banner-wrapper-inner {
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    height: max-content;
}

body:not(.home) {
    background: #f2f7ff;
}




/* laoder css  */
.loader {
    position: fixed;
    z-index: 999999;
    background: #ffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.spinner-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner-container .spinner {
    font-size: 6em;
    display: flex;
}

.spinner-container .spinner__leter {
    font-weight: light;
    position: relative;
    color: rgba(188, 188, 188, .25);
    text-transform: uppercase;
    font-family: logo;
    margin-left: -3px;
}

.spinner-container .spinner__leter:before {
    content: attr(letter);
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    animation: load-animation 2.8s infinite;
    animation-fill-mode: backwards;
    text-transform: uppercase;
    font-family: logo;

}

.spinner-container .spinner__leter:nth-child(2):before {
    animation-delay: .4s
}

.spinner-container .spinner__leter:nth-child(3):before {
    animation-delay: .8s
}

.spinner-container .spinner__leter:nth-child(4):before {
    animation-delay: 1.2s
}

.spinner-container .spinner__leter:nth-child(5):before {
    animation-delay: 1.6s
}

.spinner-container .spinner__leter:nth-child(6):before {
    animation-delay: 2s
}

.spinner-container .spinner__leter:nth-child(7):before {
    animation-delay: 2.4s
}

.spinner-container .spinner__leter:nth-child(8):before {
    animation-delay: 2.8s
}

.spinner-container .spinner__leter:nth-child(9):before {
    animation-delay: 3.2s
}

.spinner-container .spinner__leter:nth-child(10):before {
    animation-delay: 3.6s
}

@keyframes load-animation {

    0%,
    80%,
    to {
        transform: rotateY(-90deg);
        opacity: 0
    }

    5% {
        opacity: .5
    }

    20%,
    50% {
        transform: rotateY(0);
        opacity: 1
    }
}

.box-blog a {
    color: #000;
}

.box-blog a {
    margin: 0;
    max-width: 100%;
    background: #fff;
    /* padding: 32px; */
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: 0.5s all;
}

.box-blog a img {
    width: 100%;
}

.content-blog-wrapper p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.content-blog-wrapper h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: auto;
    line-height: normal;
    word-spacing: -1px;
}

div#container-before-footer {
    background: #f2f7ff;
    padding-bottom: 100px;
}

.container-subscribe {
    /* position: absolute; */
    /* bottom: 0; */
    max-width: 50%;
    margin: auto;
    max-height: 390px;
    overflow: hidden;
    position: relative;
    top: auto;
    margin-top: auto;
    margin-bottom: 0;
}

div#contianer-sii {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #fff;
    align-items: flex-end;
}

.content-footer0s {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
}

.content-footer0s h2 {
    text-align: center;
    font-family: Host Grotesk;
    font-weight: 900;
    font-size: 60px;
    line-height: 68px;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: capitalize;
    margin-bottom: 56px;
    margin: 0;
    text-align: left;
}

.button-wrapepr a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    color: #fff;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-radius: 500px;
}

.button-wrapepr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 382px;
    gap: 16px;
    margin-top: 16px;
}

.button-wrapepr a:nth-child(2) {
    background: #fff;
    color: #000;
}

.container-subscribe img {
    height: 100%;
}

.containeer-input0wrapper {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 100px;
    left: 0;
    right: 0;
    gap: 16px;
}

.containeer-input0wrapper label {
    color: #000;
    font-size: 12px;
    text-align: left;
    color: #000000B2;
    margin: 0;
    line-height: 14px;
    margin-bottom: 5px;
}

.containeer-input0wrapper {
    max-width: 247px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto;
    gap: 6px;
}

.containeer-input0wrapper input {
    width: 100%;
    border: 1px solid #000000B2;
    border-radius: 6px;
    font-size: 11px;
    height: 36px;
    padding: 0px 10px;
}

.containeer-input0wrapper button {
    background: #000;
    width: 100%;
    margin: 10px 0px 0px;
    color: #fff;
    font-size: 12px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #000;
}

.containeer-input0wrapper button:hover {
    background: none;
    color: #000;
}

.tab-content>.tab-pane img {
    border: none;
    margin: auto;
    width: 100%;
    max-height: max-content;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.containeer-input0wrapper input {}

input[type="submit"] {
    background: #000;
    color: #fff;
    margin: 10px 0px 0px;
}

input[type="submit"]:hover {
    color: #000;
    /* color: #fff; */
    background: none;
}

.status-bar {
    display: none;
}

.controls {
    display: none;
}

div#menu1 .col-md:nth-child(1) {
    min-width: 600px;
}

.box-wrapper-billing-info {
    height: 100%;
}

span.value {
    margin-left: auto;
    font-size: 14px;
    line-height: normal;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    width: max-content;
    margin-left: auto;
    margin-right: 0;
}

.box-wrapper-price:hover {
    /* box-shadow: 0px 26px 40px 0px #BCCAFF21; */
    box-shadow: none;
    border-color: #00000033;
}

.box-wrapper-price {
    transition: 0.4s all;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mobile-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    overflow: hidden;
    margin: auto;
}

.lines-wrapper {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    flex-direction: row-reverse;
}

.lines-wrapper img {}

.lines-wrapper img {
    width: 50%;
}

.lines-wrapper img {
    mix-blend-mode: multiply;
}

.banner-wrapper .container {
    position: relative;
}

.mobile-wrapper .row {
    align-items: center;
    justify-content: center;
}

.chck-wrapper {
    max-width: 350px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.mic-wrapper {
    /* position: relative; */
    /* margin: 0; */
}

.logo h2 {

    text-transform: uppercase;
    font-family: logo;

}

.headeing-case {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.headeing-case h2 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    /* font-family: 'logo'; */
}

div#footer-logo h2 {
    text-transform: uppercase;
    font-family: logo;
    font-size: 3em;
    margin-bottom: 10px;
    line-height: normal;
    margin: 0;
}

div#footer-logo p {
    color: #5C6584;
    word-spacing: 0;
    font-family: logo;
    margin: 10px 0px 0px;
    background: linear-gradient(to left,
        #00ff2d, #00eaff, #a832ff, #ff32b4, #ffff00, #00ff2d, #FF6A28);
    background-size: 600% 100%;
    background-position: 0% 0%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shiftColors 6s linear infinite;
    filter: drop-shadow(3px 3px 16px rgba(255, 255, 255, 0.3));
    animation: animateRed 4s ease infinite;
}

@keyframes animateRed {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 50% 0%;
    }

    70% {
        background-position: 70% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

ul.socialmedias ul li a {
    width: 24px;
    background: #111937;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.page-simple-content h3 strong,
.page-simple-content h4 strong,
.page-simple-content h2 strong {
    letter-spacing: normal;
    font-weight: 500;
    margin: 20px 0px;
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.form-aff {
    background: #fff;
    text-align: left;
    padding: 20px;
    box-shadow: 0 7px 29px #64646f33;
    border-radius: 10px;
    /*    max-width: 520px;*/
    box-shadow: 0 7px 29px #64646f33;
    margin: auto;
}

.form-submission-affliate {
    padding: 200px 0px 100px;
}

.form-wrapper-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.half-width {
    width: calc(50% - 10px);
}

.input-wrapper span {
    display: block;
    font-size: 13px;
    font-weight: 100;
    color: #33394a;
    margin: 2px 0px 0px;
}

.form-wrapper-inner label {
    width: 100%;
}

.form-aff h2 {
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 12px;
}

.form-aff p {
    text-align: left;
    letter-spacing: -.1px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #33394a;
}

body.page-template-affiliate-program-template {
    background: #fff;
}

.input-wrapper input {
    border: 1px solid #dcdee4;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
}

.full-width {
    width: 100%;
}

.input-wrapper {
    margin-bottom: 12px;
}

.form-aff h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
    margin: 20px 0px 12px;
}

.message-response p {
    background: #dde1df4f;
    margin: 0;
    padding: 10px 20px;
    border-radius: 5px;
}

.inner-slider-case img {
    width: 60px;
    margin-bottom: 10px;
    border: 1px solid rgba(204, 204, 204, 0.8) !important;
    padding: 10px;
    border-radius: 10px;
}

/*svg path[stroke-dasharray] {
  animation: dashmove 4s linear infinite;
}

@keyframes dashmove {
  to {
    stroke-dashoffset: -10;
  }
}
*/




.box-wrapper-how-it-works path {
    stroke-dasharray: 10;
    stroke-dashoffset: 1000;
    animation: dashdraw 40s linear infinite;
}

@keyframes dashdraw {
    0% {
        stroke-dashoffset: 1000;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: -1000;
    }
}

.box-wrapper-how-it-works svg {
    width: 100%;
}

.humanlike {
    box-shadow: 10px 25px 100px 0px #002B6B40;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    max-width: 302px;
    height: 178px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    text-align: center;
    margin: auto;
}

.humanlike p {
    color: #414D60;
    font-size: 11px;
}

.humanlike h3 {
    font-size: 20px;
    margin: 0;
    color: #1E242C;
}

.multipl {
    box-shadow: 10px 25px 100px 0px #002B6B40;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    max-width: 302px;
    height: 93px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    text-align: center;
    margin: 20px auto 0px;
    padding: 0 20px;
    align-items: center;
}

.multipl h3 {
    font-size: 20px;
    margin: 0;
    color: #1E242C;
}

.multipl p {
    color: #414D60;
    font-size: 11px;
    text-align: left;
}

div#right-md .multipl {
    margin: 0px auto 20px;
}

.multipl h3 {
    text-align: left;
}

.humanlike img {
    width: 35px;
}

.multipl img {
    width: 35px;
}

.form-submission-affliate img {
    height: 100%;
    object-fit: cover;
}

.form-submission-affliate .row {
    gap: 0;
}

.form-submission-affliate .col-md {
    padding: 0;
}

.form-aff {
    padding-left: 50px;
}

body.page-template-affiliate-program-template .banner-wrapper {
    display: none;
}

body.page-template-affiliate-program-template div#container-before-footer {
    display: none;
}
.form-aff .input-wrapper p {
    line-height: normal;
    margin: 0;
    letter-spacing: normal;
    font-size: 12px;
}

.form-aff .input-wrapper p br {
    display: none;
}

.form-submission-affliate input[type="submit"] {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0px 0px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #000;
    transition: 0.5s all;
}

.form-submission-affliate input[type="submit"]:hover {
    background: none;
    color: #000;
}

.form-submission-affliate .col-md > div {
    height: 100%;
}

.form-submission-affliate form {
    margin: 0;
}
.form-submission-affliate img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: max-content;
}
.image-wrapper-affiliate {
    background: #155eef1a;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.image-wrapper-affiliate h2 {
    max-width: 540px;
    font-size: 3em;
}

.image-wrapper-affiliate h2 span {
    font-family: logo;
    text-transform: uppercase;
}

.image-wrapper-affiliate p {
    text-align: left;
}

.image-wrapper-affiliate {}
.image-wraper {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 250px;
    height: 360px;
    z-index: 2;
    /* background: red; */
    bottom: -100px;
}

.image-wraper .container-subscribe {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.container-subscribe img .image-wraper {
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0;
}

.image-wraper .container-subscribe img {
    position: relative;
    right: 0;
    inset: 0;
    margin: auto;
}

.image-wraper .containeer-input0wrapper {
    max-width: 80%;
}
.black-button:hover {
    border-radius: 500px;
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px -12px #00000040;
}

.nexa-voxa-button:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px -12px #00000040;
    background: none;
    color: #000;
}

.grey-button:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px -12px #00000040;
    background: #F3F4F6;
    color: #000;
    border-radius: 500px;
}

.white-button:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px -12px #00000040;
}

.white-button {
    transition: 0.4s all;
    border-width: 2px;
}

.blank-button {
    border-width: 2px;
    transition: 0.4s all;
}

.blank-button:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px -12px #ffffff40;
}
.inner-slider-case:hover {/* box-shadow: none; */transform: translateY(-6px) scale(1.02);box-shadow: rgba(0, 0, 0, 0.25) 0px 20px 40px -12px;}
.playaudio {
    border: 2px solid #202020;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 16px 4px 7px;
    border-radius: 500px;
    max-width: max-content;
    margin: 20px 0px 0px;
    cursor: pointer;
}

.playaudio h6 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.playaudio {
    position: relative;
    margin-top: auto;
}

span.playicon {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    position: relative;
}

span.playicon::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 10px solid #ffffff;
    position: absolute;
    inset: 0;
    margin: auto;
    transform: rotate(180deg);
    left: 3px;
}
.playaudio {
    /* opacity: 0; */
}

.inner-slider-case:hover .playaudio {
    opacity: 1;
}

.inner-slider-case:nth-child(1) .playaudio {
    opacity: 1;
}
span.logoo {
    font-family: 'logo';
    font-size: 2em;
    position: absolute;
    left: 30px;
    top: 30px;
}

.image-wrapper-affiliate h2 {
    font-size: 34px;
    letter-spacing: -1px;
    max-width: 400px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
ul.socialmedias div ul {
    gap: 4px;
}
ul.socialmedias div ul li a img {
    width: 17px;
}
.right-side-nav {
    max-width: 200px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: 30px;
}

.right-side-nav ul li {
    width: 100%;
}
header a.black-button:hover {
    color: #fff;
} 
.box-wrapper-how-it-works {
    background: #fdfdfd;
}
header a.black-button {
    padding: 15px;
    gap: 5px;
}
header a.black-button  span {
    font-weight: 300;
}
.input-wrapper select, .input-wrapper textarea {
    width: 100%;
    border: 1px solid #dcdee4;
    padding: 10px;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
}

.input-wrapper input[type="checkbox"] {
    width: auto;
    height: fit-content;
    display: inline-block;
    margin-right: 5px;
}

.input-wrapper input[type="checkbox"] + span {
    display: inline;
}
.main-footer {
    background: #000;
}

.main-footer li a {
    color: #fff;
    opacity: 0.7;
}

.main-footer li a:hover {
    opacity: 1;
}

.main-footer:hover li a {
    /* opacity: 0.4; */
}
div#container-before-footer {
    padding-bottom: 0;
    background: #000;
}
div#contianer-sii {}

div#container-before-footer div#contianer-sii {
    position: relative;
    padding: 50px 0px;
    align-items: center;
}

div#container-before-footer .container-subscribe {
    margin-left: auto;
    margin-right: 0;
}
.gifs {
    margin: 50px 0px 50px;
    /* mask-image: linear-gradient(to right, rgb(255 0 0 / 0%) 0%, rgb(0 0 0) 17.5%, rgb(0, 0, 0) 74.5%, rgb(0 0 0 / 0%) 100%); */
}
div#footer-logo > a {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 15px 60px;
    border-radius: 80px;
    margin: 30px 0px 0px;
    color: #000;
}
ul.socialmedias ul li a {
    background: #ffffff1f;
    color: #fff;
    border: 1px solid #ffffff36;
}
.gifs::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0000009e;
    position: absolute;
    inset: 0;
    margin: auto;
}

.gifs {
    position: relative;
}
span.percentage-off {
  position: absolute;
  right: 10px;
  background: green;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 10px;
  font-size: 13px;
}
.box-wrapper-price {
    position: relative;
}
.box-wrapper-price b {
    color: #000;
    font-weight: 600;
}