@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif;
    /* transition: all ease 300ms; */
}

input,
textarea,
button,
select {
    outline: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;

}

div.bg-wht {
    background-color: #F4F4F8;
}

.container {
    max-width: 1296px;
    width: 100%;
    margin: 0 auto;
}

.d-flex {
    display: flex;
}

/* GRID */
.col-grid-1 {
    flex-basis: calc(100% / 12);
}

.col-grid-2 {
    flex-basis: calc(100% / 12 * 2);
}

.col-grid-3 {
    flex-basis: calc(100% / 12 * 3);
}

.col-grid-4 {
    flex-basis: calc(100% / 12 * 4);
}

.col-grid-5 {
    flex-basis: calc(100% / 12 * 5);
}

.col-grid-6 {
    flex-basis: calc(100% / 12 * 6);
}

.col-grid-7 {
    flex-basis: calc(100% / 12 * 7);
}

.col-grid-8 {
    flex-basis: calc(100% / 12 * 8);
}

.col-grid-9 {
    flex-basis: calc(100% / 12 * 9);
}

.col-grid-10 {
    flex-basis: calc(100% / 12 * 10);
}

.col-grid-11 {
    flex-basis: calc(100% / 12 * 11);
}

.col-grid-12 {
    flex-basis: calc(100% / 12 * 12);
}

.mb-32 {
    margin-bottom: 32px;
}

.reverse-row {
    flex-direction: row-reverse;
    display: flex;
}

/* ------------------------------ */

/* Inicio Menu */

.menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.menu,
.menu-mob {
    background-color: #170349;
    height: 101px;
    display: flex;
    align-items: center;
    z-index: 9;
}

.menu .brand {
    width: 118px;
}

.menu .brand img {
    width: 100%;
    max-width: 118px;
}

.menu-mob,
.menu-mob-block,
.container-mob {
    display: none;
}

#main-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: center;
}

#main-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
}

#main-menu #form a {
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    border: 2px solid #9900FC;
    transition: background 200ms
}

#main-menu #form a:hover {
    background-color: #9900FC;
    border-color: #9900FC;
    transition: background 200ms
}

#main-menu li:not(:last-child):hover a {
    border-bottom: 2px solid #9900FC;
    padding-bottom: 45px
}

.lang a {
    color: #fff;
    font-weight: 600;
}

.special-div {
    background-color: #9900FC1A;
    border-left: solid 1px #47307E;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 25px;
    min-width: 92px;
}

.special-div.internal {
    background-color: initial;
    border: none;
}

/* Final menu */

/* Slider */

.slider {
    background-image: linear-gradient(0deg, rgba(23, 3, 73, 0.8), rgba(23, 3, 73, 0.8)), url(/assets/bg-header.gif);
    height: 38rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-position: center, center, bottom;
}

.slider-text {
    align-self: center;

}

.slider-text h1 {
    font-weight: 300;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
    margin-bottom: 32px;
}

.slider-text span {
    font-weight: 600;
}

.slider-separator {
    height: 38rem;
    width: 92px;
    top: 6.313rem;
    position: absolute;
    right: 0px;
    background-color: #9900FC1A;
    border-left: solid 1px #47307E;
}

.container-header-socials {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-header-socials .socials-logos.d-flex {
    flex-direction: column;
}

.slider-separator .socials-logos {
    flex-direction: column;
}

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

/* Internal slider */

.internal-slider {
    background-image: linear-gradient(0deg, rgba(23, 3, 73, 0.8), rgba(23, 3, 73, 0.8)), url(/assets/internal-banner.gif);
    height: 18.75rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-position: center, center, bottom;
}

h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
}

.title-blk {
    margin-bottom: 32px;
}

.section-title {
    margin: 32px 0;
}

.sub-main-text {
    margin: 64px 0;
    width: 90%;
}

.sub-main-text p {
    font-size: 32px;
    line-height: 38px;
}

/* .jobs-arrow {
    transform: rotate(90deg);
} */

.breadcrumb {
    background: #EDEDF6;
    height: 60px;
    margin-bottom: 64px;
}

.breadcrumb .container {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumbFlex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.breadcrumbTitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;

}

.breadcrumb .slash {
    content: "";
    width: 1px;
    height: 16px;
    background: #939393;
    rotate: 30deg;
}

.breadcrumbPath {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    display: flex;
    gap: 8px;
    align-items: center;
}

.breadcrumbPath a {
    color: #A1A1A1;
}

.breadcrumbPath span {
    color: #000000;
}

/* cases */

.cases-flex {
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 32px;
}

.cases-flex-home {
    justify-content: space-between;
    background-color: #fff;
    margin-bottom: 32px;
    gap: 40px;
}

span.cases.home-cases-btn {
    color: #000 !important;
}

.case-text.case-text-home a {
    border: none;
    background-color: inherit;
    padding: 16px 0;
}

.case-text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    /* margin-bottom: 36px; */
}

.case-img {
    display: flex;
    /* height: 100%; */
}

.case-box {
    flex-basis: 50%;
}

.cases-row {
    display: flex;
    align-items: center;
}

.case-img img {

    width: 100%;
}

.case-text {
    padding: 64px;
}

.case-text-home {
    padding: 24px 0;
}

.case-text span {
    font-size: 16px;
    line-height: 19px;
    color: #6E6E6E
}

.case-text a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.case-text p {
    margin: 36px 0;
}

.more-cases {
    padding: 24px 116px;
    gap: 16px;
    height: 107px;
    width: 100%;
    background: #170349;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 200ms;
}

.more-cases:hover {
    background-color: #9900FC;
    transition: background 200ms
}

.more-cases span {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 1rem;
}

span.cases {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.case-text a {
    border-radius: 30px;
    border: 2px solid #9900FC;
    background: #9900FC;
    padding: 8px 20px;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}

.case-text a span,
.case-text a svg {
    color: #fff;
}

/* Nossos Serviços */

.our-services-flex {
    background: #F4F4F8;
}

.our-services-block img {
    width: 100%;
}

.our-services-block {
    display: flex;
    flex-basis: 50%;
}

.our-services-block:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 64px;
}

.cases-flex.d-flex.reverse-row.cases-row:last-child {
    margin: 0;
}

.our-services-block h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

.our-services-block p {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 56px;
    margin-top: 40px;
}

a.btn-main:hover {
    background: #7000B9;
    border-color: #7000B9;
    transition: background 200ms;
}

.our-services-block .btn-main,
.chat-flex .btn-main,
.slider-text .btn-main,
.contact-box .btn-main {
    width: 174px;
    height: 54px;
    background: #9900FC;
    border: 2px solid #9900FC;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    padding: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    line-height: 22px;
    gap: 0.5rem;
    align-items: center;
    transition: background 200ms
}

.btn-main a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


/* Nossos clientes */

.our-clients-block {
    display: flex;
    flex-direction: column;
}

.our-clients-block p {
    width: 50%;
}

.our-differencials h1 {
    width: 80%;
    margin-bottom: 16px;
}

.logo-grid.d-flex {
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 32px;
}

.logo-grid.d-flex div {
    display: flex;
    align-items: center;
    width: 120px;
    justify-content: center;
}

.logo-grid.d-flex div img {
    max-width: 100px;
}

section.section5 {
    background-color: #F4F4F8;
    padding: 64px;
    margin: 0;
}

.see-also-box a:hover h3 {
    color: #9900FC;
}

.see-also-box a:hover .see-also-btn h3 svg path {
    fill: #9900FC !important;

}

/* accordion */

/* .diff-accordeon {
    width: 792px;
} */

.diff-flex {
    justify-content: space-between;
}

button.accordion {
    background-color: #9900FC;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    border-bottom: solid #fff;
    padding: 32px 64px;

}

button.accordion span {
    line-height: 26px;
}

.active,
.accordion:hover {
    background-color: #7000B9;
}

/* .accordion:before {
    content: '\2192';
    color: #fff;
    font-weight: bold;
    float: left;
    margin: 0 20px;
    font-size: 25px;
    position: relative;
    bottom: 5px;
} */

.accordion svg {
    transition: transform 400ms;
}


/* Nossos serviços - Mobile */

button.accordion.mob-diff,
button.accordion.mob-diff div {
    display: flex;
    border-bottom: 0;
}

button#color-a.accordion.mob-diff,
div#color-a.panel.mob-diff {
    background-color: #170349;
}

button#color-b.accordion.mob-diff,
div#color-b.panel.mob-diff {
    background-color: #1D0558;
}

button#color-c.accordion.mob-diff,
div#color-c.panel.mob-diff {
    background-color: #210665;
}

button#color-d.accordion.mob-diff,
div#color-d.panel.mob-diff {
    background-color: #270A71;
}

button.accordion.mob-diff {
    flex-direction: column;
}

button.accordion.mob-diff div {
    margin-right: auto;
    gap: 16px;
}

.panel.mob-diff {
    padding: 0;
}

.panel.mob-diff img {
    width: 100%;
}

.panel.mob-diff p {
    margin: 8px 0;
    padding-left: 18px;
    color: #fff;
}

.active svg {
    transform: rotate(-90deg);
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    margin: 32px 0
}

.footer-chat,
.about-us-advantages {
    background: linear-gradient(0deg, rgba(14, 2, 45, 0.8), rgba(14, 2, 45, 0.8)), url(/assets/division-bg.jpg);
    color: #fff;
    background-position: center;
    background-size: cover;
}

.about-us-differencials {
    padding: 64px 0;
}

.greyBG {
    background-color: #F4F4F8;
}

.our-differencials p {
    width: 80%;
}

h1.footer-title-chat {
    margin: 0;
    width: 90%
}

.chat-flex {
    padding: 80px 0;
    align-items: center;
    justify-content: space-between;
}

.chat-footer-div {
    flex-basis: 70%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.footer-info-box {
    display: flex;
    justify-content: space-between;
    background-color: #0B052B;

}

.logo-setter-footer {
    display: flex;
    gap: 16px;
}

.socials-logos {
    display: flex;
    gap: 32px;
}

.footer-menu-box {
    display: flex;
    gap: 40px;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
}

.footer-menu.contact-area {
    flex-basis: 50% !important;
}

.contact-area div {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    gap: 8px;
    display: flex;
}

.contact-area a {
    font-weight: bold;
}

.footer-menu-box {
    display: flex;
    gap: 40px;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
}

.footer-menu.contact-area {
    flex-basis: 50% !important;
}

.footer-menu h3 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-menu h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #9900FC;
    margin: 16px 0;
}

.footer-menu a:hover {
    color: #9900FC;
}

.footer-menu a {
    color: #fff;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.contact-area a {
    font-weight: bold;
}

section {
    margin-bottom: 64px
}

/* A Setter - Sobre nós */

.history.d-flex div:first-child,
.goal.d-flex div:last-child {
    width: 582px;
}

.history.d-flex,
.goal.d-flex {
    justify-content: space-between;
    gap: 40px;
}

.advantages-box {
    justify-content: space-between;
    padding: 88px 0;
}

.advantage {
    display: flex;
    gap: 16px;
    align-items: center;
}

.advantage h3 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.advantage p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

.advantage div:last-child {
    max-width: 255px;
}

.parters-box {
    display: flex;
    justify-content: space-between;
}

.value-box {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.value {
    flex-basis: calc(25% - 40px);
}

.value div {
    display: flex;
    gap: 16px;
    margin-bottom: 8px;
}

.value h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.value p {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}

.see-also-box {
    display: flex;
    justify-content: space-between;
}

section.see-also {
    padding-top: 64px;
    border-top: solid 1px #D3D3E7;
    background: #fff;
}

.see-also-btn {
    padding: 42px 36px;
    background: #F4F4F8;
    width: 584px;
    border-radius: 16px;
}

.see-also-btn:hover {
    background: #F5F5F3;
}

.see-also-btn h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    gap: 16px;
    align-items: center;
    color: #000;
}

/* Waterfall */

section.row {
    overflow: hidden;
}

.waterfall-container {
    width: 100%;
    margin: auto;
    /* margin-left: 303px; */
    overflow: hidden !important;
    display: block;
}

.waterfall {
    display: flex;
    flex-wrap: nowrap;
}

.waterfall a {
    flex-basis: 25%;
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #fff;
    transition: width 400ms 0s;
}

.waterfall-color-a {
    background-color: #170349;
}

.waterfall-color-b {
    background-color: #1D0558;
}

.waterfall-color-c {
    background-color: #210665;
}

.waterfall-color-d {
    background-color: #270A71;
}

.waterfall .waterfall-left {
    width: 30rem;
    padding: 4rem;
    padding-right: 0;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: width 400ms 0s;
}

.waterfall .waterfall-left-1 {
    flex: none;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.waterfall .waterfall-left-1 .waterfall-icon {
    display: flex;
    align-items: center;
    position: relative;
    left: 4.5rem;
    white-space: nowrap;
    padding: 0 0 3.2rem;
}

.waterfall .waterfall-title {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    font-size: 2rem;
    margin-left: 4rem;
    color: #fff;
}

.waterfall .waterfall-content {
    padding-top: 3.2rem;
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 400ms 0s, transform 400ms 0s;
    white-space: nowrap;
}

.waterfall .waterfall-icon span {
    opacity: 0;
    padding-left: 2rem;
}

.waterfall .waterfall-right {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0;
    transition: right 400ms 0s;
    width: 50%;
}

.waterfall-item:hover {
    flex-basis: 40%;
}

.waterfall-item:hover .waterfall-left {
    width: 20rem;
    /* z-index: 10; */
}

.waterfall-item:hover .waterfall-right {
    right: 0;
    opacity: 1;
}

.waterfall-item:hover .waterfall-content,
.waterfall-item:hover .waterfall-icon span {
    opacity: 1;
}

.waterfall img {
    width: 100%;
}

footer {
    background-color: #090324;
    padding: 32px 0;
}

footer .copy-container {
    display: flex;
    justify-content: space-between;
}

.copy-container a {
    color: #BBB1D6;
}

.copy-container a:hover {
    color: #9900FC
}

footer span {
    color: #BBB1D6;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    gap: 8px;
}

/* form */

.form-box {
    border-radius: 16px;
    background: #F4F4F8;
    padding: 40px;
}

.form-section {
    padding: 0;
}

.bg-gray-scale-20 {
    background-color: #F5F5F3;
}

.contact-info>span {
    display: block;
}

.p-40 {
    padding: 40px;
    border-radius: 16px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.5rem;
    color: #05183D;
}

.contact-box {
    justify-content: space-between;
    margin: 64px 0;
}

.d-flex.contact-box div p {
    color: #090324;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.d-flex.contact-box div span {
    color: #090324;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.contact-box .btn-main {
    width: 272px;

}

.contact-box .btn-main span {
    color: #fff !important;
}

.align-center {
    align-self: center;
    display: flex;
}

.form-box>header {
    margin-bottom: 2rem;
}

.form-box>header>h2 {
    color: #170349;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.form-box>header>p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #6E6E6E;
}

.form-box .dual-field {
    display: flex;
    gap: 40px;
}

.form-box .dual-field>div {
    flex-basis: calc(50% - 40px);
    display: flex;
}

.form-box .dual-field>div>p {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.form-box .dual-field>div>p input {
    flex: 1;
    border-radius: 1rem;
    border: 2px solid #EEEEEE;
    background-color: #FFFFFF;
    padding: 1.25rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.form-box p {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
}

.form-box>div:not(.dual-field)>p {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.form-box>div:not(.dual-field)>p>span {
    flex: 1;
    display: flex;
    gap: 1.5rem;
}

.form-box>div:not(.dual-field)>p>span button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0.5rem 1.5rem;
    border-radius: 48px;
    background-color: #EEEEEE;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
}

.form-box>div:not(.dual-field)>p>span button:hover {
    background-color: #F5F5F3;
}

.form-box textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 1.5rem 1.5rem 0.5rem;
    border: none;
    border-radius: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.form-box small {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.form-box>div {
    gap: 16px;
    display: flex;
    margin: 16px 0;
}

.form-box button[type=submit] {
    background-color: #9900FC;
    border-radius: 48px;
    padding: 24px 36px;
    border: none;
    max-width: 264px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0.875rem;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 24px;
    font-weight: 600;
}

.form-box> :last-child {
    margin-top: 48px;
}

.form-box button[type=submit] span {
    height: 20px;
}

.form-box button[type=submit]:hover {
    background-color: #9900FC;
}

.badge-active {
    background-color: #fff !important;
    border: 1px solid #9900FC !important;
}

.mobile-waterfall {
    display: none;
}

@media (max-width: 768px) {

    .container {
        max-width: 720px;
    }

    .menu-flex {
        max-width: 660px;
    }

    .special-div {
        border-left: none;
        background-color: inherit;
    }

    .slider-text h1 {
        font-size: 48px;
        line-height: 68px;
    }

    .sub-main-text {
        width: 100%;
    }

    .cases-flex-home {
        flex-direction: column;
    }

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

    .our-services-block:last-child {
        margin: 100px 0;
    }

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

    .title-blk {
        margin-top: 0;
    }

    .our-clients-block p {
        width: 100%;
    }

    .our-clients-block {
        padding: 64px 0;
    }

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

    .our-differencials {
        margin-bottom: 40px
    }

    .our-differencials h1 {
        width: 100%;
    }

    .chat-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .chat-footer-btn {
        margin-top: 80px;
    }

    h1.footer-title-chat {
        width: 100%;
    }

    .footer-menu-box {
        flex-direction: column
    }

    .footer-menu h3:after {
        width: 25%;
    }

    .diff-accordeon {
        width: auto;
    }

    section.section5 {
        padding: 64px 0;
    }

    .contact-box {
        flex-direction: column;
    }

    .align-center {
        align-self: flex-start;
    }

    .contact-box .align-center:last-child {
        margin-top: 56px;
    }

    .form-box {
        padding: 24px 16px;
    }

    .form-box>div {
        display: block;
    }

    .form-box>div:not(.dual-field)>p {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-box .dual-field {
        flex-direction: column;
    }

    .form-box .dual-field>div>p {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-box .dual-field>div>p input {
        width: 100%;
    }


    .form-box>div:not(.dual-field)>p>span {
        width: 100%;
        flex-direction: column;
    }

    .form-box> :last-child {
        margin-top: 32px;
    }

    .form-box button[type=submit] {
        max-width: none;
    }

    .waterfall-container {
        display: none;
    }

    .mobile-waterfall {
        display: block;
    }

    .img-block-waterfall {
        height: 25rem;
    }

}


@media (max-width: 500px) {

    .menu {
        display: none;
    }

    .menu-mob {
        display: flex;
        justify-content: space-between;
        height: auto;
        padding: 16px;
    }

    .container-mob-menu {
        display: flex;
        gap: 16px;
    }

    .container-mob-menu .ph-list {
        color: #fff;
        border-radius: 8px;
        background: #56008D;
        padding: 8px;
        font-size: 24px;

    }

    .container-mob-menu .contact-mob {
        color: #fff;
        border-radius: 30px;
        padding: 8px 20px;
        border: 2px solid #9900FC;
    }

    .menu-mob-block {
        background: #170349;
        padding-left: 32px;
    }

    #main-menu-mob {
        margin: 40px 0;
    }

    #main-menu-mob li {
        margin: 8px 0;
        padding: 8px 0;
        position: relative;
    }

    #main-menu-mob li a.activePage {
        font-weight: 500;
    }

    #main-menu-mob li a.activePage:before {
        content: "";
        width: 4px;
        height: 40px;
        background: #9900FC;
        display: flex;
        position: absolute;
        left: -16px;
    }

    .copy-container {
        margin-top: 30px;
    }

    .copy-container span,
    .copy-container a {
        color: #BBB1D6 !important;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 300 !important;
        line-height: normal;
        display: flex;
        gap: 16px;
        align-items: center;
    }

    div.menu-mob-block a {
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        color: #fff;
    }

    .container {
        margin: 0;
        padding: 0 16px;
    }

    .row {
        margin: 0 16px
    }

    .chipContainer {
        display: flex;
        gap: 24px;
    }

    .chipLanguage {
        border-radius: 16px;
        background: rgba(86, 0, 141, 0);
        padding: 4px 16px;
        justify-content: center;
        display: flex;
        border: none;
        color: #fff;
    }

    .chipLanguage.active-chip {
        background: rgba(86, 0, 141, 0.50) !important;
    }

    .chipLanguage p {
        font-weight: 600;
    }

    .slider-separator {
        display: none;
    }

    .slider-text h1 {
        font-size: 32px;
        line-height: 40px;
    }


    .sub-main-text {
        margin: 64px 0;
        width: 100%;
    }

    .sub-main-text p {
        font-size: 16px;
        line-height: 24px;
    }

    h1 {
        font-size: 24px
    }

    .waterfall-container {
        width: 100%;
        margin: 0;
    }

    .waterfall {
        flex-direction: column;
    }

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

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

    .section3 .container {
        margin: 0;
        padding: 0;
    }


    .our-services-flex {
        flex-direction: column;
    }

    .our-services-block img {
        width: 100%;
    }

    .our-clients-block p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
    }

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

    .logo-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-grid div {
        text-align: center;
    }

    .logo-grid img {
        width: 70%;
        margin: auto;
    }

    section.section5 {
        padding: 0;
    }

    .more-cases {
        padding: 0;
    }

    .cases-flex:last-child {
        margin: 48px 0;
    }

    .logo-grid.d-flex {
        justify-content: center;
    }

    .logo-grid.d-flex div {
        width: 130px;
    }

    .diff-flex {
        flex-direction: column;
        padding-top: 64px;
    }

    .our-services-block:last-child {
        margin-left: 0;
        padding: 42px 16px;
    }

    .our-differencials {
        padding-bottom: 40px;
    }

    .our-differencials h1 {
        width: 100%;
    }

    .diff-accordeon {
        width: 100%;
        padding-bottom: 64px;
    }

    button.accordion {
        padding: 32px;
    }




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

    h1.footer-title-chat {
        width: 85%;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 80px;
    }

    .footer-menu-box {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .footer-menu h3:after {
        width: 43%;
    }

    footer .copy-container {
        flex-direction: column;
        gap: 24px;
    }

}