@import url("satoshi.css");

* {
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    font: 500 20px/27px "Satoshi", sans-serif;
    width: 100vw;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    background: #1e2433;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    font-weight: bold;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

ul,
ol {
    margin-top: 0;
    padding-left: 40px;
}

a {
    background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

svg:not(:root) {
    overflow: hidden;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.block {
    display: block;
}

.inline-block {
    max-width: 100%;
    display: inline-block;
}

.hidden {
    display: none;
}

.button {
    color: #fff;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding-top: 100px;
    width: 100%;
    max-width: 1200px;
}

.col {
    float: left;
    width: 100%;
    min-height: 1px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    position: relative;
}

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

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.6667%;
}

.col-5 {
    width: 41.6667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.3333%;
}

.col-8 {
    width: 66.6667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.3333%;
}

.col-11 {
    width: 91.6667%;
}

.col-12 {
    width: 100%;
}

.nav-menu {
    display: flex;
    position: relative;
}

.layout-layout {
    padding-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 48px;
    grid-column-gap: 70px;
    grid-auto-columns: 1fr;
    max-width: 1200px;
}

.layout-cell {
    background: radial-gradient(closest-side,
            rgba(0, 102, 255, 0.19) 0%,
            rgba(0, 0, 0, 0.19) 100%);
    z-index: 1;
    border-radius: 20px;
    border-style: solid;
    border-color: rgba(58, 137, 255, 0.16);
    border-width: 1px;
    padding: 40px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    flex-shrink: 0;
    width: 330px;
    position: relative;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5.5px);
}

.layout-blockcontainer {
    max-width: 940px;
    /* margin-left: auto;
    margin-right: auto; */
    display: block;
}

.navbar {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #1e2433;
    background-image: url("./images/data-graph-occam.svg");
    background-position: 75% 0;
    background-repeat: no-repeat;
    background-size: auto;
}

.top-block {
    width: 100%;
    max-width: 1200px;
    padding: 20px 40px 0;
}

.container-regular {
    width: 100%;
    max-width: 1440px;
    min-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}

.nav-link {
    color: rgba(255, 255, 255, .4);
    letter-spacing: .25px;
    white-space: normal;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 17.5px;
    text-decoration: none;
}

.nav-link:hover {
    color: rgba(255, 255, 255, .9);
}

.nav-link:active {
    color: #06f;
}

.nav-link:focus-visible {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
    outline-offset: 0;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.button-primary {
    opacity: 1;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: rgba(91, 124, 255, .24);
    border-radius: 40px;
    padding: 12px 25px;
    font-family: Satoshi Bold, sans-serif;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

.button-primary:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary:active {
    background-color: #43464d;
}

.advanced-section {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    background: linear-gradient(180deg, white 0%, #8193D0 100%);
    margin: 0 auto -40px;
    padding: 100px 20px 140px;
}

.columns {
    max-width: 1200px;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 32px;
    margin-left: auto;
    margin-right: auto;
}

.plans-section {
    padding: 0 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    background: radial-gradient(60.37% 90.25% at 50.00% 93.55%, #356FFF 0%, #161C2D 100%);
    padding-top: 80px;
}

.heading {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 500;
}

.pricing-col {
    min-width: 320px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    padding: 20px;
}

.this-includes {
    color: #64748b;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    position: relative;
}

.heading-2 {
    color: #1e2433;
    border-radius: 16px;
}

.heading-3 {
    background-image: linear-gradient(90.28deg,
            rgba(255, 115, 115, 1) 0%,
            rgba(255, 237, 174, 1) 53.125%,
            rgba(0, 133, 255, 1) 100%);
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;

    text-align: center;
    font: 900 74px/84px "Satoshi", sans-serif;
    margin-bottom: 20px;
    max-width: 660px;
    width: 100%;
}

.heading-4 {
    color: #64748b;
    margin-bottom: 20px;
    font: 900 48px/54px "Satoshi", sans-serif;
}

.text-block {
    color: #1e2433;
    text-align: left;
}

.heading-6 {
    color: #1e2433;
}

.text-block-2 {
    color: #fff;
    text-align: center;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 110px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.footer-text, .footer-text a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: right;
    text-decoration: none;
    font-size: 14px;
}

.column-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.button {
    width: 240px;
    height: 48px;
    text-align: center;
    background-color: #06f;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: flex;
    box-shadow: 3px 5px 20px rgba(0, 0, 0, .2);
}

.button-2 {
    width: 100%;
    text-align: center;
    background-color: #06f;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 16px 0;
    font-size: 16px;
}

.button:hover {
    background-color: #3c8aff;
}

.button:active {
    background-color: #04a;
}

.quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.plan-heading {
    color: #1e2433;
    text-align: left;
    font-size: 22px;
    margin-bottom: 28px;
}

.plan-month-price {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
}

.plan-per-month {
    color: #64748b;
    text-align: left;
    font: 400 12px/14px "Satoshi", sans-serif;
}

.text-block-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #eeeeee;
}

.pricing-section {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    max-width: 1200px;
}

.plan-price {
    color: #1e2433;
    text-align: left;
    font: 700 34px "Satoshi", sans-serif;
}

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

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

.text-block-5 {
    color: #fff;
    text-align: left;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 18px;
}

.list {
    color: #fff;
    margin-bottom: 0;
    list-style: inherit;
    padding-left: 20px;
}

.container {
    /* width: 60%; */
    max-width: 940px;
    background-image: linear-gradient(#e9f2ff, #ab8dff);
    padding: 40px 40px 60px 140px;
}

.heading-7 {
    font: 900 24px "Satoshi", sans-serif;
    margin-bottom: 1rem;
}

.column-8 {
    padding: 0;
}

.we-talk-business-section {
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 120px 20px 0;
    display: flex;
    position: relative;
}

.chat-preview-1 {
    width: 100%;
    max-width: 377px;
    float: none;
    clear: none;
    object-fit: fill;
    margin-bottom: 80px;
    margin-left: 50px;
    margin-right: -10%;
    display: inline-block;
    position: relative;
    overflow: visible;
}

.we-talk-business-text {
    mix-blend-mode: normal;
    background-image: linear-gradient(#e9f2ff, #ab8dff);
    border-radius: 40px;
    padding: 60px 60px 60px 120px;
    max-width: 656px;
}

.chat-preview-2 {
    width: 377px;
    max-width: 377px;
    margin-left: -120px;
    margin-bottom: 100px;
}

.container-3 {
    width: 100%;
    min-height: 40px;
}

.div-block-5 {
    min-height: 40px;
}

.plan-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 0.5rem;
    padding-left: 0;
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
}

.list-item {
    padding-top: 2px;
    padding-bottom: 2px;
}

.role-language-section {
    z-index: 0;
    position: relative;
    background-color: #1e2433;
    background-image: url("./images/languages.svg");
    background-position: 50% 120%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 80px 20px 100px 20px;
    margin-bottom: -40px;
}

.div-block-5, .role-language-section {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.languages-section {
    /* max-width: 1200px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.container-4 {
    max-width: 656px;
    background-image: linear-gradient(#e9f2ff, #ab8dff);
    border-radius: 40px;
    padding: 60px 100px 60px 60px;
}

.column-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.heading-9 {
    font: 900 48px "Satoshi", sans-serif;
    color: #f3f3f3;
}

.navbar-brand {
    display: flex;
    align-items: start;
    gap: 12px;
    color: #FC5959;
    font: 600 26px "Satoshi", sans-serif;
    text-decoration: none;
}

.logo-img {
    padding-top: 8px;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.flex {
    display: flex;
}

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

.bg-shape {
    z-index: 0;
    width: 406px;
    height: 406px;
    border-radius: 9999px;
}

.bg-blur {
    filter: blur(150px);
    /* for Safari */
    transform: translateZ(0);
}

/* Firefox only */
@-moz-document url-prefix() {
    .bg-blur {
        filter: opacity(0.5) blur(100px);
    }
    .bg-shape {
        width: 450px;
        height: 450px;
    }
}

.bg-red {
    background-color: #fc5959;
}

.bg-shape.bg-red {
    top: 100px;
    left: 40%;
}

.bg-blue {
    background: #0049b7;
}

.bg-shape.bg-blue {
    top: 300px;
    left: 60%;
}

.bg-purple {
    background: #6659fc;
}

.bg-shape.bg-purple {
    left: 35%;
}

.bg-pink {
    background: #de4fbf;
}


.bg-shape.bg-pink {
    bottom: 100px;
    right: 30%;
}

.bg-gray {
    background: #64748b;
}

.bg-shape.bg-gray {
    bottom: -200px;
    left: 15%;
}

.roles-section {
    max-width: 1200px;
    margin: 0 auto 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

.layout-cell.fade-bottom:nth-child(1) {
    animation: fade-bottom 0.9s linear forwards;
    -webkit-animation: fade-bottom 0.9s linear forwards;
}

.layout-cell.fade-bottom:nth-child(2) {
    animation: fade-bottom 0.9s linear 0.3s forwards;
    -webkit-animation: fade-bottom 0.9s linear 0.3s forwards;
}

.layout-cell.fade-bottom:nth-child(3) {
    animation: fade-bottom 0.9s linear 0.6s forwards;
    -webkit-animation: fade-bottom 0.9s linear 0.6s forwards;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

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

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


@media screen and (max-width: 1400px) {
    .pricing-section {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 48px;
        grid-column-gap: 48px;
    }
}

@media screen and (max-width: 991px) {
    .we-talk-business-text {
        padding: 28px 16px 28px 60px;
    }

    .chat-preview-1 {
        margin-left: 0;
        margin-right: -5%;
        margin-bottom: 0;
    }

    .layout-blockcontainer {
        max-width: 728px;
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: none;
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }

    .bg-shape.bg-red {
        left: 0;
    }

    .bg-shape.bg-blue {
        left: 0;
    }

    .bg-shape.bg-gray {
        left: 0;
    }

    .bg-shape.bg-purple {
        left: 0;
    }

    .we-talk-business-text {
        padding: 20px 16px 20px 60px;
        margin-bottom: 40px;
    }

    .div-block-6 {
        background-position: -10% -100%;
    }

    .col-5 {
        width: 100%;
    }

    .plans-section {
        padding-top: 40px;
    }

    .columns {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    [class*="col-"] {
        width: 100%;
    }
    .row,
    .container {
        margin-left: 0;
        margin-right: 0;
    }

    .col {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

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

    .layout-layout {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 48px;
        padding-bottom: 90px;
        /* margin-left: auto; */
        /* margin-right: auto; */
    }

    .heading-3 {
        font-size: 36px;
        line-height: 48px;
    }

    .col-8 {
        max-width: 100%;
    }

    .container-4 {
        padding: 28px 16px;
        margin-bottom: 40px;
    }

    .navbar-brand {
        padding-left: 0;
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .nav-dropdown {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
    }

    .nav-dropdown-list.shadow-three.-open {
        position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }

    .nav[data-collapse="small"] .nav-menu {
        display: none;
    }

    .nav[data-collapse="small"] .nav-button {
        display: block;
    }

    .advanced-section {
        padding: 60px 16px 100px;
    }

    .heading, .heading-4, .heading-9 {
        font-size: 36px;
        margin: 20px 0;
    }

    .col-7 {
        width: 80%;
    }

    .roles-img {
        margin-bottom: 40px;
    }

    .roles-section {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .pricing-section {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    .bg-shape {
        width: 80%;
        height: 250px;
    }

    .we-talk-business-text {
        padding: 20px;
    }

    .nav[data-collapse="tiny"] .nav-menu {
        display: none;
    }

    .nav[data-collapse="tiny"] .nav-button {
        display: block;
    }

    .nav-menu {
        flex-direction: column;
    }

    .nav-button-wrapper {
        width: auto;
    }

    .container {
        width: 100%;
    }

    .we-talk-business-section {
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .chat-preview-2 {
        margin-left: 0;
        margin-right: 0;
    }

    .languages-section  {
        flex-direction: column;
    }

    .role-language-section {
        padding: 16px;
        background-position: 0 600%;
    }

    .plans-section {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 20px 16px;
    }

    .roles-img {
        width: 80%;
    }

    .footer {
        flex-direction: column;
        justify-content: center;
        gap: 16px;
    }
}
