/*
Theme Name: Brainvivo
Author: Yaroslav Vysotskyi
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@600&family=Roboto+Condensed&display=swap');

:root {
    --Website-green: #00ffb2;
    --Website-border: 1px dashed rgba(255, 255, 255, 0.3);
}

.soon-svg {
    height: 100vh;
    width: 100%;
}

.circle-soon {
    transform-box: fill-box;
    transform-origin: center;
    animation: 2s cubic-bezier(0.42, 0, 0.58, 1) rotateCircleSoon infinite;
}

@keyframes rotateCircleSoon {
    to {
        transform: rotate(360deg);
    }
}

/* SPLIDE JS */

@media screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}

.splide {
    width: 100% !important;
}

#splide-people {
    width: 70% !important;
}

.splide__list {
    height: unset !important;
}

.splide__pagination {
    justify-content: flex-start;
}

.splide__pagination__page {
    border-radius: 0;
    height: 3px;
    width: 10px;
    transition: 0.5s;
}

.splide__pagination__page.is-active {
    transform: unset;
    width: 20px;
    background-color: var(--Website-green);
}

.person-img {
    width: 80%;
    display: block;
    margin: 0 auto;
    position: relative;
    transition: 0.5s;
}

#communitySlider > .splide__pagination {
    bottom: -1.5em;
    margin-left: -20px;
}

#splideThumbnailsMobile > .splide__pagination {
    margin-left: -20px;
    bottom: -5px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: Oxanium;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000;
}

.pos-r {
    position: relative;
}

.mt-20 {
    margin-top: 20%;
}

.hidden {
    visibility: hidden;
}

.subsection-title {
    font-size: 60px;
    line-height: 100%; /* 60px */
    letter-spacing: 15px;
    text-transform: uppercase;
}

.subsection-title sup {
    font-size: 30px;
    letter-spacing: 8px;
}

.item-title {
    font-size: 16px;
    letter-spacing: 3.84px;
    line-height: 22.4px;
    text-transform: uppercase;
}

.point-title {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.item-description {
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: 3.2px;
    color: #e3e3e3;
}

.item-description-large {
    font-family: Oxanium;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; /* 31.2px */
    letter-spacing: 5.76px;
    text-transform: uppercase;
    color: #ffffff;
}

.super {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 31.2px */
}

.green-highlight {
    color: var(--Website-green);
    transition: 1s ease-in-out;
}

.degree-title {
    font-size: 30px;
    letter-spacing: 10px;

    position: absolute;
    top: -13px;
}

.item-link {
    color: var(--Website-green);
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: 3.25px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 870px) {
    .subsection-title {
        font-size: 32px;
        letter-spacing: 8px;
    }

    .subsection-title sup {
        font-size: 16px;
        letter-spacing: 4px;
    }

    .point-title {
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 6px;
        text-transform: uppercase;
    }

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

    .item-description-large {
        font-size: 16px;
        letter-spacing: 4px;
    }

    .super {
        font-size: 8px;
    }
}

@keyframes reverseGradientFade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fade-out {
    animation: reverseGradientFade 0.5s ease-out;
}

@media (max-width: 870px) {
    .viewport-video {
        width: 90%;
    }
}

/* 
 HEADER
*/

.container {
    padding: 0 90px 75.83px;
    overflow-x: clip;
}

.header {
    padding: 32px 90px 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    top: 0;
    width: 100%;

    background-color: #000;
    z-index: 5;

    transition: opacity 0.5s;
}

.hide {
    opacity: 0;
}

.header-content {
    display: flex;
    column-gap: 30px;
    list-style-type: none;

    position: relative;
    top: 0.001px;
    transition: 0.5s;
}

.header-content > li > a {
    text-decoration: none;
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: 3.25px;
}

.header-logo {
    position: relative;
    left: -0.001%;
    transition: 1.5s;
    display: contents;
}

#toggle {
    display: none;
}

label {
    cursor: pointer;
    width: 18px;
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    transition: 1s;
    z-index: 2;
}

.toggle__el {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: relative;
    transition: all 0.7s;
    border-radius: 2.5px;
}

.toggle__el::before {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -7px;
    transition: all 0.7s;
    border-radius: 2.5px;
}

.toggle__el::after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 7px;
    transition: all 0.7s;
    border-radius: 2.5px;
}

@media (max-width: 870px) {
    .container {
        padding: 0 30px 50px;
    }

    .header {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .header-content {
        width: 100%;
        position: fixed;
        flex-direction: column;
        align-items: flex-end;
        padding-right: 30px;
        z-index: 3;
        top: -100%;
        left: 0;
        transition: top 0.6s;
        padding: 50px 0;
    }

    .header-content li {
        align-self: center;
        margin-bottom: 24px;
    }
    .header-content li a {
        font-size: 24px;
    }

    #toggle:checked ~ .header-content {
        top: 70px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        background-color: #000;
    }

    #toggle:checked ~ label span {
        transform: rotate(45deg);
    }

    #toggle:checked ~ label span::before {
        top: 0;
        transform: rotate(0);
    }

    #toggle:checked ~ label span::after {
        top: 0;
        transform: rotate(-90deg);
    }

    label {
        display: block;
        right: 30px;
    }
}

/* 
 HERO SECTION
*/

.hero {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    height: 100vh;
    width: 100%;
}

.hero-title {
    margin: 0 auto;
    font-size: 72px;
    line-height: 100%; /* 72px */
    letter-spacing: 18px;
    text-transform: uppercase;
    text-align: center;

    /*opacity: 0;
    transition: 1s;*/
}

.hero-button {
    position: absolute;
    bottom: 30px;

    padding: 13px 18px;
    background: rgba(255, 255, 255, 0.1);

    font-size: 14px;
    letter-spacing: 3.36px;
    text-decoration: none;

   /* opacity: 0;*/
    transition: 0.1s;
}

.hero-button span {
    transform: rotate(90deg);
}

.mobile-word {
    display: none;
}

@media (max-width: 870px) {
    .hero {
        height: 90vh;
    }

    .hero-title {
        font-size: 42px;
        letter-spacing: 10.5px;
    }
    .hero-button {
        text-transform: uppercase;
    }

    .desktop-word {
        display: none;
    }

    .mobile-word {
        display: inline;
        color: var(--Website-green);
    }
}

/* 
 HUMANITY WISDOM SECTION
*/
.orbit-elipse-static {
    stroke-dasharray: 1000;
    /*     stroke-dashoffset: 1000; */
    stroke: white;
    stroke-dashoffset: 0;
    /*     animation: dash 2s linear forwards; */
}

.orbit-elipse-animated {
    stroke-dashoffset: 1000;
    stroke-dasharray: 1000;
    stroke: white;
    animation: dash 2s linear forwards;
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes strokeWidthAnimation {
    0% {
        stroke-width: 32.6988;
    }
    100% {
        stroke-width: 0;
    }
}

.pulse-circle-animated {
    animation: strokeWidthAnimation 1.8s ease-in-out 2;
}

.pulse-circle-static {
    stroke-width: 32.6988;
}

@keyframes strokeColorAnimation {
    0% {
        stroke: #000;
    }
    100% {
        stroke: white;
    }
}

.circle-stroke-static {
    stroke: white;
}

.circle1-animated {
    animation: strokeColorAnimation 0.25s ease-in-out 0s 1 forwards;
}

.circle2-animated {
    animation: strokeColorAnimation 0.25s ease-in-out 0.25s 1 forwards;
}

.circle3-animated {
    animation: strokeColorAnimation 0.25s ease-in-out 0.5s 1 forwards;
}

.circle4-animated {
    animation: strokeColorAnimation 0.25s ease-in-out 0.75s 1 forwards;
}

.circle5-animated {
    animation: strokeColorAnimation 0.25s ease-in-out 1s 1 forwards;
}

.circle6-animated {
    animation: strokeColorAnimation 0.25s ease-in-out 1.25s 1 forwards;
}

.circle7-animated {
    animation: strokeColorAnimation 0.25s ease-in-out 1.5s 1 forwards;
}

.circle8-animated {
    animation: strokeColorAnimation 0.25s ease-in-out 1.75s 1 forwards;
}

@keyframes strokeAnimation1 {
    from {
        stroke-width: 0;
    }
    to {
        stroke-width: 1.08248;
    }
}

@keyframes strokeAnimation2 {
    from {
        stroke-width: 0;
    }
    to {
        stroke-width: 0.739336;
    }
}

.path-animated1 {
    animation: strokeAnimation1 0.5s forwards 1s;
}

.path-animated2 {
    animation: strokeAnimation2 0.5s forwards 2s;
}

.path-animated3 {
    animation: strokeAnimation2 0.5s forwards 0s;
}

.book-img,
#splideThumbnails,
#splide-people {
    transition: opacity 1s ease;
}

.pos-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
    margin-top: 20%;
    margin-bottom: 20%;
    height: 50vh;
    width: calc(100vw - 180px);
}

@keyframes draw {
    to {
        stroke-width: 7.7;
    }
}

@keyframes draw-delayed {
    from {
        stroke-width: 0;
    }
    to {
        stroke-width: 3.7;
    }
}

.impulse-circle1-animated {
    animation: draw 0.5s forwards;
}

.impulse-circle3-animated {
    animation: draw-delayed 0.5s forwards;
    animation-delay: 0.5s;
}

.humanity-wisdom-section {
    padding: 150px 0 112px;
}

.humanity-wisdom-section .subsection-title {
    margin-bottom: 100px;
}

.company-benefits {
    display: flex;
    justify-content: space-between;
    /* column-gap: 120px; */
}

.benefits-item {
    max-width: 27%;
}
.benefits-item:not(:first-of-type) svg {
    margin-left: -25px;
}

.benefit-item__title {
    margin: 40px 0 12px;
}

@media (max-width: 870px) {
    .humanity-wisdom-section {
        padding: 70px 0;
    }
    .humanity-wisdom-section .subsection-title {
        margin-bottom: 60px;
    }

    .company-benefits {
        flex-direction: column;
        row-gap: 70px;
    }

    .benefits-item {
        max-width: 100%;
        text-align: center;
        position: relative;
    }

    .benefits-item:not(:last-child) {
        padding-bottom: 70px;
    }

    .benefits-item:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 170px; /* Set the maximum width of the border */
        height: 1px; /* Set the thickness of the border */
        background-color: transparent; /* Set the color of the border to transparent */
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
        background-size: 15px 1px; /* Adjust this value based on the desired dash length */
        background-position: 0 top;
        background-repeat: repeat-x;
    }
}

/* 
 TECHNOLOGIES SECTION
*/

.technologies-section {
    padding: 150px 0;
}

.technology-item.main {
    margin-bottom: 100px;
}

.brain-collection-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
}

.technology-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.technology-item .video-block {
    width: 50%;
    display: flex;
    justify-content: center;
}

.technology-item img {
    display: block;
}

.technology-info {
    width: 50%;
}

.technology-info h2 {
    margin: 24px 0;
}

.technology-info__description {
    margin: 12px 0;
}

@media (max-width: 870px) {
    .technologies-section {
        padding: 117px 0 150px;
    }

    .technology-item {
        flex-direction: column;
        row-gap: 45px;
        position: relative;
    }
    .technology-item br {
        display: block;
    }

    .brain-collection-wrap {
        row-gap: 70px;
    }
    .brain-collection-wrap .technology-item:nth-of-type(odd) {
        flex-direction: column-reverse;
    }

    .technology-item .video-block {
        width: 100%;
    }

    .technology-item:not(:last-child) {
        padding-bottom: 70px;
    }

    .technology-item:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 170px; /* Set the maximum width of the border */
        height: 1px; /* Set the thickness of the border */
        background-color: transparent; /* Set the color of the border to transparent */
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
        background-size: 15px 1px; /* Adjust this value based on the desired dash length */
        background-position: 0 top;
        background-repeat: repeat-x;
    }

    .technology-item.main {
        margin-bottom: 70px;
    }

    .technology-item img,
    .technology-info {
        width: 100%;
    }

    .technology-item video {
        order: -1;
    }

    .technology-info-extend {
        margin-top: 16px;
        margin-left: 0;
    }

    .technology-info__description {
        margin: 8px 0;
    }
    .technology-info__description br {
        display: none;
    }

    .degree-title {
        font-size: 16px;
        top: -5px;
    }

    #brain-collection svg {
        width: 100%;
    }
}

/* 
 ABOUT-US SECTION
*/

.about-us-section {
    padding: 150px 0;
}

.about-us-section__title {
    margin-bottom: 100px;
    letter-spacing: 14.5px;
}

.about-us-info {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .about-us-info {
        margin-bottom: 50px;
        max-width: 1260px;
    }
    .about-us-info-item {
        min-width: 360px;
    }
}

.learnMore {
    transition: 0.7s;
}

.about-us-info-item {
    display: flex;
    column-gap: 24px;
    transition: 0.7s;
}

/*.about-us-info-item svg {*/
/*  width: 90px;*/
/*  max-width: 90px;*/
/*  min-width: 90px;*/
/*}*/

.about-us-info-item__content {
    display: flex;
    align-items: center;
}

.about-us-info-item__content h3 {
    letter-spacing: 4px;
}

.item-link.mobile {
    display: none;
}

@media (max-width: 870px) {
    .about-us-section {
        padding: 100px 0;
    }

    .about-us-section__title {
        margin-bottom: 50px;
    }

    .about-us-info {
        flex-direction: column;
        row-gap: 70px;
    }

    .about-us-info-item {
        align-items: center;
    }

    .about-us-info-item__content .item-link {
        display: none;
    }

    .item-link.mobile {
        display: block;
        margin-top: 70px;
    }
}

/* 
 BACKEND BY SCIENCE SECTION
*/

.backend-by-science-section {
    /*     padding: 150px 0; */
    margin-top: -7%;
    display: flex;
    flex-direction: column;
    row-gap: 400px;
}

.backend-by-science-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

.book-img {
    width: 558px;
    height: 558px;
    max-width: 200%;
    /*position: absolute;*/
    /*right: 55%;*/
    /*top: -5%;*/
}


.splide {
    width: 50%;
}

.splide__list {
    height: 800px;
}

.splide__slide img {
    height: 100%;
}

.backend-by-science-item-info {
    width: 45%;
    min-height: 600px;
}

.backend-by-science-item__description {
    margin: 30px 0 12px 0px;
}

.people-img {
    display: block;
    margin-right: -10%;
}

.backend-by-science-item__posted {
    margin-bottom: 30px;
    font-family: Roboto Condensed;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 2.8px;
}

.gallery-controls {
    margin-left: 50px;
    display: flex;
    align-items: center;
    column-gap: 19px;
}

.backend-by-science-section.mobile {
    display: none;
}

@media (max-width: 870px) {
    .backend-by-science-section {
        padding: 80px 0;
    }

    .backend-by-science-item {
        flex-direction: column;
        height: calc(var(--app-height) - 66px);
        top: 32px !important;
        margin: 0 !important;
    }

    .backend-by-science-item-info {
        position: relative;
        width: 100%;
        min-height: 100%;
    }

    .lower-lineheight {
        line-height: 18px !important;
    }

    .lower-font {
        font-size: 14px;
    }

    /* .backend-by-science-section.mobile {
        display: flex;
        row-gap: 120px;
        padding: 100px 0 110px;
    } */

    .slider-wrap {
        position: absolute !important;
        bottom: 0;
        max-width: calc(100vw - 60px);
    }

    .splide {
        height: 100%;
    }

    #replace-with {
        position: absolute;
        width: 150vw;
        left: -38vw;
        top: 50%;
        transform: translateY(-50%);
    }

    #splide-people {
        position: absolute;
        top: 200px;
        margin-top: 0;
        height: fit-content;
    }

    .book-img {
    width: 90VW;
    left: 35VW;
    height: AUTO;
        position: relative;

    }

    .backend-by-science-item__description.spec {
        position: absolute !important;
        bottom: 0;
    }
    .backend-by-science-item__description {
        margin: 0;
    }

    .book-title-mobile {
        margin-bottom: -25%;
    }

    .book-description-mobile {
        margin-top: -25%;
    }

    .people-img-mobile {
        margin-left: -26%;
        width: 150%;

    }

    .people-title-mobile {
        margin-bottom: -20%;
    }

    .people-description-mobile {
        margin-top: -20%;
    }

    .backend-by-science-item__posted {
        margin: 8px 0 24px;
    }
	
	.splide__pagination {
        padding: 0 !important;
    }

    .gallery-controls {
        margin: 0;
    }

}

/* 
 COMMUNITY SECTION
*/

.brainvivo-community-section {
    padding: 100px 0 450px;
    background-color: #000;
    z-index: 2;
}

.brainvivo-community-section::before,
.brainvivo-community-section::after,
.about-us-section::before,
.about-us-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((100vw - 100%) / 2);
    background-color: #000;
}

.brainvivo-community-section::before,
.about-us-section::before {
    left: 100%;
}

.brainvivo-community-section::after,
.about-us-section::after {
    right: 100%;
}

.community-section__title {
    margin-bottom: 100px;
}

.community-content {
    display: flex;
    justify-content: center;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateRight {
    100% {
        transform: rotate(-360deg);
    }
}

.outer-circle {
    position: relative;
    width: 40%;
    padding-bottom: 40%;
    border-radius: 50%;
}

.outer-circle-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.outer-circle::before {
    content: '';
    position: absolute;
    z-index: -5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
}

.outer-circle-animation::before {
    animation: rotate 20s ease-out infinite;
}

.inner-circle-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 80%;
    padding-bottom: 80%;
    border-radius: 50%;
}

.inner-circle-1::before {
    content: '';
    position: absolute;
    z-index: -5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-image: url('assets/frames/Ellipse.png');
    background-size: cover;
}

.inner-circle-1-animation::before {
    animation: rotateRight 20s ease-out infinite;
}

.inner-circle-2 {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-circle-2-animation {
    animation: rotateInner2 10s ease-out infinite;
}

@keyframes rotateInner2 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.inner-circle-3 {
    position: absolute;
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-circle-3-animation {
    animation: rotateInner3 10s ease-out infinite;
}

@keyframes rotateInner3 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.outer-point-1 {
    position: absolute;
    right: 10%;
    top: 12%;
}

.outer-point-2 {
    position: absolute;
    right: 10%;
    top: 80%;
}

.outer-point-3 {
    position: absolute;
    left: 20%;
    top: 70%;
    z-index: 1;
}

.outer-point-4 {
    position: absolute;
    left: 36%;
    top: 33%;
    z-index: 1;
}

.community-content-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.outer-point-1-content {
    position: absolute;

    max-width: 80%;

    right: -66%;
    top: 15%;
}

.outer-point-1-content::before {
    content: '';
    height: 1px;
    border-top: var(--Website-border);
    padding-bottom: 12px; /* 24 minus row-gap */
    max-width: 115%;
    margin-left: -40%;
}

.outer-point-2-content {
    position: absolute;

    max-width: 70%;

    right: -66%;
    top: 77%;
}

.outer-point-2-content::before {
    content: '';
    height: 1px;
    border-top: var(--Website-border);
    padding-bottom: 12px; /* 24 minus row-gap */
    max-width: 120%;
    margin-left: -67%;
}

.outer-point-3-content {
    position: absolute;

    max-width: 70%;

    left: -53%;
    top: 68.5%;
}

.outer-point-3-content::before {
    content: '';
    height: 1px;
    border-top: var(--Website-border);
    padding-bottom: 12px; /* 24 minus row-gap */
    max-width: 185%;
    margin-right: -83%;
}

.outer-point-4-content {
    position: absolute;

    max-width: 70%;

    left: -73%;
    top: 15%;
}

.outer-point-4-content::after {
    content: '';
    height: 1px;
    border-top: var(--Website-border);
    padding-top: 12px; /* 24 minus row-gap */
    max-width: 210%;
    margin-right: -133%;
}

.community-content-mobile,
.community-controls {
    display: none;
}

/* macbook air viewport */

@media (max-width: 1600px) {
    .outer-point-1-content {
        right: -74%;
    }

    .outer-point-1-content::before {
        max-width: 105%;
        margin-left: -30%;
    }

    .outer-point-2-content {
        right: -80%;
        top: 78%;
    }

    .outer-point-2-content::before {
        max-width: 120%;
        margin-left: -73%;
    }

    .outer-point-3 {
        left: 15%;
    }

    .outer-point-3-content {
        left: -53%;
        top: 69%;
    }

    .outer-point-3-content::before {
        margin-right: -46%;
    }

    .outer-point-4 {
        left: 31%;
    }

    .outer-point-4-content {
        top: 12%;
    }

    .outer-point-4-content::after {
        margin-right: -72%;
    }
}

@media (max-width: 1500px) {
    .outer-point-1-content {
        right: -73%;
    }

    .outer-point-1-content::before {
        max-width: 100%;
        margin-left: -27%;
    }

    .outer-point-2-content {
        right: -75%;
        top: 77%;
    }

    .outer-point-2-content::before {
        max-width: 108%;
        margin-left: -61%;
    }

    .outer-point-3 {
        left: 15%;
    }

    .outer-point-3-content {
        left: -52%;
        top: 69%;
    }

    .outer-point-3-content::before {
        margin-right: -38%;
    }

    .outer-point-4 {
        left: 32%;
    }

    .outer-point-4-content {
        top: 10%;
        left: -74%;
    }

    .outer-point-4-content::after {
        margin-right: -70%;
    }
}

@media (max-width: 1400px) {
    .outer-point-1-content {
        right: -88%;
    }
    .outer-point-2-content {
        right: -88%;
    }
    .outer-point-3-content {
        left: -70%;
        top: 70%;
    }

    .outer-point-4-content {
        top: -3%;
        left: -74%;
    }
    br {
        display: none;
    }
    .outer-point-4-content::after {
        margin-right: -58%;
    }
}

@media (max-width: 1200px) {
    .community-content {
        flex-direction: column;
    }

    .community-content-mobile {
        display: block;
    }

    .outer-point-1-content,
    .outer-point-2-content,
    .outer-point-3-content,
    .outer-point-4-content {
        display: none;
    }

    .outer-circle {
        width: 100%;
        padding-bottom: 100%;
        margin-bottom: 80px;
    }

    .inner-circle-1 {
        width: 70%;
        padding-bottom: 70%;
    }

    .outer-point-1 {
        right: 14%;
    }

    .outer-point-3 {
        left: 30%;
    }

    .outer-point-4 {
        left: 37%;
        top: 39%;
    }

    .community-controls {
        margin-top: 24px;

        display: flex;
        column-gap: 19px;
        align-items: center;
    }

    .community-content-mobile {
        padding-top: 24px;
    }
}

@media (max-width: 770px) {
    .inner-circle-1 {
        width: 80%;
        padding-bottom: 80%;
    }

    .outer-point-1 {
        right: 12%;
    }

    .outer-point-2 {
        right: 9%;
    }

    .outer-point-3 {
        left: 20%;
    }

    .outer-point-4 {
        left: 32%;
        top: 39%;
    }
}

@media (max-width: 570px) {
    .brainvivo-community-section {
        padding: 100px 0 350px;
    }

    .outer-point-3 {
        left: 14%;
    }

    .outer-point-4 {
        left: 29%;
        top: 36%;
    }
}

@media (max-width: 414px) {
    .outer-point-1 {
        right: 8%;
    }

    .outer-point-4 {
        left: 27%;
    }
}

@media (max-width: 400px) {
    .outer-point-1 {
        right: 6%;
    }
}

/* 
 FOOTER
*/
footer {
    z-index: 3;
    position: relative;
}

.footer-btn {
    padding: 13px 18px;
    background: rgba(255, 255, 255, 0.1);

    font-size: 14px;
    letter-spacing: 3.36px;
    text-transform: uppercase;
    text-decoration: none;

    margin: 0 auto 69px;
    display: block;
    width: 259px;
    text-align: center;
}

.footer-title {
    font-size: 48px;
    line-height: 100%; /* 48px */
    letter-spacing: 12px;
    text-transform: uppercase;
    padding-bottom: 24px;

    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
    background-size: 15px 1px; /* Adjust this value based on the desired dash length */
    background-position: 0 bottom;
    background-repeat: repeat-x;
}

.footer-content {
    padding: 38px 0 15px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-menu {
 display:block; 
 justify-content: space-between;
 align-items: left;
 padding-bottom:25px;
}


.footer-nav {
    display: flex;
    list-style: none;
    column-gap: 70px;
}

.footer-nav > li > a {
    text-decoration: none;
    font-size: 13px;
    line-height: 18px; /* 138.462% */
    letter-spacing: 3.25px;
}

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

.copyright {
    font-family: 'Roboto Condensed';
    font-size: 10px;
    line-height: 150%; /* 15px */
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 870px) {

    .policies-and-terms-mobile{
        display:none;
        text-decoration:none!important;
    }
}

@media (max-width: 870px) {
    .footer-title {
        font-size: 16px;
        letter-spacing: 3.84px;
        padding-bottom: 20px;
    }

    .footer-content {
        padding: 16px 0 10px;
        align-items: flex-start;
    }

    .footer-nav {
        display: none;
    }

    .copyright {
        font-size: 10px;
        line-height: 150%; /* 15px */
        letter-spacing: 1px;
    }
}

.orbit-elipse2 {
    transform: rotate(-55deg) translate(-60px, 25px);
}

.orbit-elipse2-animated {
    animation: animElipse2 1s linear forwards;
}

.orbit-elipse1-animated {
    animation: rotateAnimation 1s linear forwards;
    transform-origin: 50% 50%;
}

@keyframes animElipse2 {
    to {
        transform: unset;
    }
}

@keyframes rotateAnimation {
    to {
        transform: rotate(120deg);
    }
}

.carousel__item > img {
    max-width: 300px;
    height: auto;
    pointer-events: none;
    transition: opacity 1s ease;
    opacity: 0;
}

@media (max-width: 870px) {
    .carousel__item > img {
        max-width: 150px;
        opacity: 1;
    }

    .carousel__item[data-pos='-1'] {
        transform: translateX(-40%) scale(0.8) !important;
    }

    .carousel__item[data-pos='1'] {
        transform: translateX(40%) scale(0.8) !important;
    }

    .carousel__list {
        height: 300px !important;
    }
}

.carousel {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    margin-top: 20%;
    flex-direction: column;
}

.carousel__list {
    display: flex;
    list-style: none;
    position: relative;
    max-width: 1171px;
    width: 100%;
    height: 500px;
    justify-content: center;
    perspective: 300px;
}

.carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0px;
    width: 300px;
    height: auto;
    border-radius: 12px;
    position: absolute;
    transition: all 0.3s ease-in;
    /*   user-select: none; */
}

.carousel__item[data-pos='0'] {
    z-index: 5;
    transform: scale(1.3);
}

.carousel__item[data-pos='-1'],
.carousel__item[data-pos='1'] {
    opacity: 0.7;
    filter: brightness(0.7);
}

.carousel__item[data-pos='-1'] {
    transform: translateX(-65%) scale(0.9);
    z-index: -1;
}

.carousel__item[data-pos='1'] {
    transform: translateX(65%) scale(0.9);
    z-index: -1;
}

.absolute-line-1 {
    position: absolute;
    left: 26%;
    bottom: -90px;
}
.absolute-line-2 {
    position: absolute;
    left: 37%;
    bottom: -85px;
}
.absolute-line-3 {
    position: absolute;
    left: 77%;
    bottom: -85px;
}
.absolute-line-4 {
    position: absolute;
    left: 88%;
    bottom: -85px;
}

.hide-line {
    display: none;
}

@media screen and (max-width: 500px) {
    .absolute-line-1 {
        border-left: var(--Website-border);
        bottom: -80px;
        height: 200px;
        left: 25%;
    }
    .absolute-line-1 > svg {
        display: none;
    }
    .absolute-line-2 {
        border-left: var(--Website-border);
        bottom: -80px;
        height: 310px;
        left: 37%;
    }
    .absolute-line-2 > svg {
        display: none;
    }
    .absolute-line-3 {
        border-left: var(--Website-border);
        bottom: -80px;
        height: 160px;
        left: 78.5%;
    }
    .absolute-line-3 > svg {
        display: none;
    }
    .absolute-line-4 {
        border-left: var(--Website-border);
        bottom: -80px;
        height: 100%;
        left: 83.5%;
    }
    .absolute-line-4 > svg {
        display: none;
    }
}
@media screen and (max-width: 420px) {
    .absolute-line-1 {
        left: 26%;
    }
    .absolute-line-2 {
        height: 290px;
        left: 38%;
    }
    .absolute-line-4 {
        border-left: var(--Website-border);
        bottom: -80px;
        height: 102%;
        left: 83%;
    }
    .absolute-line-4 > svg {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .absolute-line-2 {
        bottom: -80px;
        height: 82%;
        left: 36.5%;
    }
    .absolute-line-2 > svg {
        display: none;
    }
    .absolute-line-3 {
        left: 77.5%;
    }
    .absolute-line-4 {
        bottom: -80px;
        height: 102%;
        left: 88.5%;
    }
    .absolute-line-4 > svg {
        display: none;
    }
}
@media screen and (max-width: 390px) {
    .absolute-line-1 {
        height: 180px;
        left: 26%;
    }
    .absolute-line-3 {
        left: 77.5%;
    }
    .absolute-line-4 {
        bottom: -80px;
        height: 102%;
        left: 88%;
    }
    .absolute-line-4 > svg {
        display: none;
    }
}
@media screen and (max-width: 375px) {
    .absolute-line-1 {
        bottom: -80px;
        height: 53%;
        left: 26.5%;
    }
    .absolute-line-1 > svg {
        display: none;
    }
    .absolute-line-2 {
        bottom: -80px;
        height: 82%;
        left: 37.5%;
    }
    .absolute-line-2 > svg {
        display: none;
    }
    .absolute-line-3 {
        left: 77.5%;
    }
    .absolute-line-3 > svg {
        display: none;
    }
}

/* 
 MISSION SECTION
*/

.mission {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
    border-bottom: none;
}

.mission-title {
    margin: 180px auto;
    font-size: 60px;
    line-height: 100%; /* 72px */
    letter-spacing: 15px;
    text-transform: uppercase;
    text-align: center;

    opacity: 0;
    transition: 1s;
}
.mission-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    opacity: 0;
    transition: 1s;
}
.mission-item-info {
    max-width: 593px;
    width: 100%;
}
.mission-item-info > h3 {
    margin-bottom: 12px;
}
.mission-item-info > p {
    margin-bottom: 22px;
    line-height: 27.2px;
}

.mission-img {
    width: 100%;
}
.mission-img-mobile {
    display: none;
}
.mission-img > img {
    position: absolute;
    max-width: 70vw;
    /* height: auto; */
    /* top: -450px; */
    /* right: 20px; */
}

@media screen and (min-width: 1440px) {
    .mission-img > img {
        top: -90%;
    }
}

@media screen and (max-width: 1440px) {
    .mission-img > img {
        max-width: 80vw;
        height: auto;
        right: -310px;
        top: -90%;
    }
}
@media screen and (max-width: 1100px) {
    .mission-img > img {
        max-width: 70vw;
        height: auto;
        right: -215px;
        top: -50%;
    }
}

@media screen and (max-width: 870px) {
    .mission-item-info {
        max-width: 50%;
    }
    .mission-img > img {
        max-width: 80vw;
        height: 90vw;
        right: -180px;
        top: -200px;
    }
}
@media screen and (max-width: 500px) {
    .mission {
        margin-top: 85.5px;
    }
    .mission-title {
        font-size: 32px;
        line-height: 41.6px;
        letter-spacing: 8.5px;
        margin: 30px auto;
        text-align: left;
    }
    .mission-item {
        margin-bottom: 60px;
    }
    .mission-item-info {
        max-width: 100%;
    }
    .mission-img {
        display: none;
    }
    .mission-img-mobile {
        display: block;
        position: relative;
        opacity: 0;
        transition: 1s;
    }
}

/* 
 FOUNDED SECTION
*/

.founded {
    margin: 160px auto;
    position: relative;
    height: 950px;
}
.founded-title {
    font-size: 60px;
    line-height: 100%; /* 72px */
    letter-spacing: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: 1s;
}
.founded-subtitle {
    margin-bottom: 40px;
}
.founded-images {
    position: absolute;
    width: 100vw;
    left: -90px;
}
.founded-images-row {
    width: 100%;
    display: flex;
    column-gap: 16px;
    margin-bottom: 16px;
}
.founded-images-row > img {
    height: 236px;
    object-fit: cover;
}

@media screen and (max-width: 500px) {
    .founded {
        margin: 70px auto;
        height: unset;
    }
    .founded-title {
        text-align: left;
        margin-bottom: 26px !important;
    }
    .founded-images {
        position: unset;
        width: 100%;
    }
    .founded-images-row {
        flex-wrap: wrap;
        row-gap: 16px;
        column-gap: 5px;
    }
    .founded-images-row > img {
        width: calc(50% - 2.5px);
        max-height: 215px;
        object-fit: cover;
    }
    .founded-images-row:last-of-type > img:last-of-type {
        width: 100%;
    }
}

/* 
 COMMITTED SECTION
*/

.committed {
    margin: 270px auto;
    display: flex;
    position: relative;
    padding-bottom: 270px;
    margin-bottom: 0;
}

.committed-info {
    max-width: 780px;
}
.committed-svg {
    width: 100%;
}
.committed-svg > svg {
    position: absolute;
    max-width: 57vw;
    height: 57vw;
    right: -90px;
    top: -350px;
}
.committed-info > p {
    margin-bottom: 22px;
    max-width: 610px;
    line-height: 27.2px;
}

.committed-info-title {
    font-size: 60px;
    line-height: 100%; /* 60px */
    letter-spacing: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: 1s;
}
.committed-info-title br {
    display: none;
}
@media screen and (max-width: 1500px) {
    .committed-svg > svg {
        top: -200px;
    }
}
@media screen and (max-width: 1200px) {
    .committed-svg > svg {
        top: -200px;
        max-width: 40vw;
    }
}
@media screen and (max-width: 870px) {
    .committed-svg {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .committed {
        margin: 70px auto;
        padding-bottom: 70px;
        margin-bottom: 0;
        flex-direction: column-reverse;
    }
    .committed-info-title {
        font-size: 32px;
        line-height: 41.6px;
        letter-spacing: 8.5px;
        margin: 30px auto;
        text-align: left;
    }
        .committed-info-title br {
        display: block;
    }
    .committed-svg {
        height: 326px;
        display: block;
    }
    .committed-svg > svg {
        max-width: 100%;
        top: 0;
        left: -40px;
        right: 0;
        position: relative;
    }
}

/* TECHNOLOGY PAGE */

/* UNLOCK SECTION */

.unlock {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
    border-bottom: none;
}

.unlock-title {
    margin: 215px auto 180px;
    text-align: center;
    letter-spacing: 14px;
    opacity: 0;
    transition: 1s;
}
.unlock-title > p {
    margin-bottom: 12px;
    letter-spacing: 6px;
}
.unlock-title .super {
    letter-spacing: 6px;
    font-size: 14px;
}
.unlock-item {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    position: relative;
    opacity: 0;
    transition: 1s;
}
.unlock-item-info {
    max-width: 630px;
    margin-top: 30px;
}
.unlock-item-info > h3 {
    margin-bottom: 12px;
}
.unlock-item-info > p {
    margin-bottom: 22px;
}

.unlock-img {
    width: 100%;
    height: 47vw;
}
.unlock-img-mobile {
    display: none;
}
.unlock-img > img {
    position: absolute;
    max-width: 47vw;
    height: 47vw;
    right: -90px;
    top: -100px;
}
.unlock-img-mobile > img {
    max-width: 120%;
    object-fit: cover;
    position: relative;
    right: 30px;
}

@media screen and (max-width: 1100px) {
    .unlock-item {
        margin-bottom: 150px;
    }

    .unlock-title br {
        display: none;
    }

    .unlock-img {
        height: 100%;
    }
}
@media (max-width: 870px) {
    .unlock-img > img {
        right: -30px;
    }

    .unlock-item {
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 600px) {
    .unlock {
        margin-top: 85.5px;
    }
    .unlock-title {
        font-size: 32px;
        line-height: 41.6px;
        letter-spacing: 8.5px;
        margin: 30px auto;
        text-align: left;
    }
    .unlock-item {
        grid-template-columns: 1fr;
    }
    .unlock-item-info {
        margin-top: 0px;
    }
    .unlock-img {
        display: none;
    }
    .unlock-img-mobile {
        display: block;
        position: relative;
        opacity: 0;
        transition: 1s;
    }
}

/* FEATURES SECTION */

.features {
    padding: 150px 0;
}

.features-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    column-gap: 7vw;
    row-gap: 70px;
}

.features-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

@media (max-width: 1200px) {
    .features-inner {
        column-gap: 4vw;
    }
}
@media (max-width: 1100px) {
    .features-inner {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 870px) {
    .features {
        padding: 70px 0;
    }
}

/* FORMED SECTION */

.formed {
    padding: 150px 0;
}

.formed-header {
    max-width: 700px;
    margin-bottom: 100px;
}

.formed-header br {
    display: none;
}

.formed-inner {
    display: flex;
    flex-direction: column;
    row-gap: 290px;
}

@media screen and (min-width: 2300px){
	.formed-inner{
		row-gap: 275px;
	}
}

.formed-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    row-gap: 24px;
}

.formed-item-text {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.formed-item-image {
    width: fit-content;
    height: fit-content;
    justify-self: center;
    align-self: center;
}

.formed-item-image > img {
    width: 100%;
    height: 100%;
}

.formed-description {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

@media (max-width: 870px) {
    .formed {
        padding: 70px 0;
    }

    .formed-header {
        margin-bottom: 50px;
    }

    .formed-inner {
        row-gap: 140px;
    }

    .formed-item {
        grid-template-columns: 1fr;
        position: relative;
    }
    .formed-item:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: -70px;
        left: 0;
        width: 170px; /* Set the maximum width of the border */
        height: 1px; /* Set the thickness of the border */
        background-color: transparent; /* Set the color of the border to transparent */
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
        background-size: 15px 1px; /* Adjust this value based on the desired dash length */
        background-position: 0 top;
        background-repeat: repeat-x;
    }

    .formed-item-text {
        row-gap: 12px;

        order: 2 !important;
    }
}
@media (max-width: 500px) {
    .formed-header br {
        display: inline;
    }
    .formed-item-image > img {
        transform: scale(1.2);
    }
}

/* SUPERIOR SECTION */

.superior {
    padding: 150px 0;
}

.superior-header {
    max-width: 700px;
    margin-bottom: 100px;
}

.superior-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    column-gap: 7vw;
    row-gap: 50px;
}

.superior-item {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

@media (max-width: 1200px) {
    .superior-inner {
        column-gap: 4vw;
    }
}
@media (max-width: 1100px) {
    .superior-inner {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 870px) {
    .superior {
        padding: 70px 0;
    }

    .superior-header {
        max-width: 700px;
        margin-bottom: 34px;
    }
}

/* PAPERS SECTION */

.papers {
    padding: 150px 0;
}

.papers-header {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 100px;
}

.papers-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    column-gap: 7vw;
    row-gap: 100px;
}

.papers-item {
    height: 99%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.papers-item-body {
    display: flex;
    flex-direction: column;
}
.papers-item-body .item-description {
    margin-bottom: 12px;
}
.papers-item-body > p {
    line-height: 22.4px;
}

.papers-image {
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}

.papers-title {
    cursor: pointer;
}

.papers-read {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 3px;
    cursor: pointer;
    padding: 12px 0;
}

@media (max-width: 1200px) {
    .papers-inner {
        column-gap: 4vw;
    }
}
@media (max-width: 1100px) {
    .papers-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 870px) {
    .papers {
        padding: 70px 0;
    }

    .papers-header {
        margin-bottom: 50px;
    }
}

@media (max-width: 650px) {
    .papers-inner {
        grid-template-columns: 1fr;
        row-gap: 80px;
    }
}

/* COLLECTION PAGE */

/* EVERLASTING SECTION */

.everlasting {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
}

.everlasting-title {
    margin: 180px auto;
    text-align: center;
    letter-spacing: 14px;
    opacity: 0;
    transition: 1s;
}
.everlasting-item {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    position: relative;
    opacity: 0;
    transition: 1s;
}
.everlasting-item-info {
    max-width: 555px;
    margin-top: 30px;
}
.everlasting-item-info > h3 {
    margin-bottom: 12px;
}
.everlasting-item-info > p {
    margin-bottom: 12px;
}
.everlasting-item-info > .item-description {
    margin-bottom: 50px;
}

.everlasting-img {
    width: 100%;
    height: 50vw;
}
.everlasting-img-mobile {
    display: none;
}
.everlasting-img > img {
    position: absolute;
    max-width: 50vw;
    height: 50vw;
    right: -60px;
    top: -60px;
}
.everlasting-img-mobile > img {
    max-width: 110%;
    margin-left: auto;
    margin-right: auto;
    /*   height: 120%; */
    position: relative;
    right: 5%;
}

@media screen and (max-width: 1100px) {
    .everlasting-item {
        margin-bottom: 150px;
    }

    .everlasting-title br {
        display: none;
    }

    .everlasting-img {
        height: 100%;
    }
}
@media (max-width: 870px) {
    .everlasting-img > img {
        right: -30px;
    }

    .everlasting-item {
        margin-bottom: 48px;
    }
}
@media screen and (max-width: 600px) {
    .everlasting {
        margin-top: 85.5px;
    }
    .everlasting-title {
        font-size: 32px;
        line-height: 41.6px;
        letter-spacing: 8.5px;
        margin: 30px auto;
        text-align: left;
    }
    .everlasting-item {
        grid-template-columns: 1fr;
    }
    .everlasting-item-info {
        margin-top: 0px;
    }
    .everlasting-img {
        display: none;
    }
    .everlasting-img-mobile {
        display: block;
        position: relative;
        opacity: 0;
        transition: 1s;
    }
}

/* WORKS SECTION */

.works {
    padding: 180px 0;
}

.works-title {
    margin-bottom: 115px;
}

.works-inner {
    display: flex;
    justify-content: space-between;
}
.works-item {
    max-width: 350px;
    opacity: 0;
}
.works-item > span {
    font-size: 48px;
    color: var(--Website-green);
    letter-spacing: 12px;
    margin-bottom: 36px;
    display: inline-block;
}
.works-item .item-title {
    min-height: 45px;
    margin-bottom: 12px;
}
@media screen and (max-width: 500px) {
    .works {
        padding: 70px 0;
    }
    .works-title {
        margin-bottom: 0px;
    }
    .works-inner {
        flex-direction: column;
    }
    .works-item > span {
        font-size: 24px;
        letter-spacing: 6px;
        margin-bottom: 12px;
    }
    .works-item {
        padding: 50px 0;
        position: relative;
    }
    .works-item:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 170px; /* Set the maximum width of the border */
        height: 1px; /* Set the thickness of the border */
        background-color: transparent; /* Set the color of the border to transparent */
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
        background-size: 15px 1px; /* Adjust this value based on the desired dash length */
        background-position: 0 top;
        background-repeat: repeat-x;
    }
    .works-item .item-title {
        min-height: unset;
    }
    .works-item:last-of-type {
        border-bottom: none;
    }
}

/* CHEF SECTION */

.chef {
    padding: 180px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chef-info {
    max-width: 775px;
    letter-spacing: 3.2px;
}
.chef-info > p {
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 36px;
    text-transform: uppercase;
}
.chef-img > img {
    margin-right: 84px;
}

.roboto-text-p {
    font-family: Roboto Condensed !important;
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: 2.8px !important;
}
.roboto-text-p > span {
    font-family: Roboto Condensed !important;
    font-size: 16px !important;
    text-transform: none !important;
    letter-spacing: 2.8px !important;
}

@media screen and (max-width: 500px) {
    .chef {
        padding: 70px 0;
        flex-direction: column-reverse;
    }
    .chef-info > p {
        font-size: 16px;
        letter-spacing: 4px;
        margin-bottom: 24px;
    }
    .chef-img {
        width: 100%;
        margin-bottom: 16px;
    }
    .chef-img > img {
        object-fit: cover;
        margin-right: 0;
        width: 100%;
    }
}

.container-space {
    padding-left: 90px;
    padding-right: 90px;
}
@media (max-width: 992px) {
    .container-space {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.text-base {
    color: #00ffb2;
}

.text-robo {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Oxanium', sans-serif;
    background-color: #000000;
    color: #ffffff;
}

.h-screen {
    height: 100vh;
}

.container-space {
    padding-left: 90px;
    padding-right: 90px;
}
@media (max-width: 992px) {
    .container-space {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.text-base {
    color: #00ffb2;
}

.text-robo {
    font-family: 'Roboto', sans-serif;
}

img {
    max-width: 100%;
}

.gallery__scroll-section {
    --y-space: 120px;
    padding-top: var(--y-space);
    padding-bottom: var(--y-space);
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 100vw;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 768px) {
    .gallery__scroll-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .gallery__scroll-section .sec-title .heading__title {
        letter-spacing: 8.5px;
    }
}
.gallery__scroll-section .end-gs-scroll {
    display: block;
    width: 100%;
}

.text-base {
    color: #00ffb2;
}

.d-sm-block {
    display: none !important;
}
@media (max-width: 991px) {
    .d-sm-block {
        display: block !important;
    }
}

.d-sm-inline-block {
    display: none !important;
}
@media (max-width: 991px) {
    .d-sm-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 768px) {
    .gallery__scroll-wrap {
        display: none;
    }
}
@media (min-width: 768px) {
    .gallery__scroll-wrap {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        --bp-scale: 40%;
        --ap-scale: 150%;
        --x: 0%;
        --vw: 0vw;
        --x-plus: 0%;
        --vw-minus: 0vw;
        --before-ex-scroll: 20%;
        --before-ex-scroll-minus: -20%;
        --ex-scroll: 0%;
        --ex-scroll-plus: 0%;
        --parent-x: 39%;
    }
    .gallery__scroll-wrap .gs__parent-item-wrap {
        width: 100%;
        display: flex;
    }
    .gallery__scroll-wrap .gs__parent-item-wrap:nth-child(1) {
        transform: translateX(var(--parent-x));
    }
    .gallery__scroll-wrap .gs__parent-item-wrap:nth-child(2n + 1) {
        justify-content: end;
    }
    .gallery__scroll-wrap .gs-main {
        transform: scale(calc(var(--bp-scale) + var(--ap-scale)));
        transform-origin: top;
        padding-top: var(--mt);
    }
    .gallery__scroll-wrap .gs__parent-item {
        height: 33.33vh;
        transform: translateX(calc(var(--before-ex-scroll-minus) + var(--x-plus) + var(--vw-minus) + var(--ex-scroll-plus)));
    }
    .gallery__scroll-wrap .gs__parent-item-wrap:nth-child(2n + 2) .gs__parent-item {
        transform: translateX(calc(var(--before-ex-scroll) + var(--x) + var(--vw) + var(--ex-scroll)));
    }
    .gallery__scroll-wrap .f-gs-items .gs__parent-item {
        transform-origin: bottom right;
    }
    .gallery__scroll-wrap .f-gs-items .gs__parent-item-1 {
        transform-origin: left 200%;
    }
    .gallery__scroll-wrap .l-gs-item {
        transform-origin: top;
    }
    .gallery__scroll-wrap .l-gs-item .gs-item {
        margin-bottom: 0;
    }
    .gallery__scroll-wrap .gs__parent-item-2 {
        display: flex;
        max-width: 100vw;
        justify-content: end;
    }
}

.gs__parent-item {
    display: flex;
}
@media (min-width: 768px) {
    .gs__parent-item {
        min-width: max-content;
        overflow: hidden;
    }
    .gs__parent-item .gs__item-wrap {
        max-width: 100%;
        overflow: hidden;
    }
    .gs__parent-item .gs-item {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
        width: calc(var(--box-width) + 2vw);
    }
    .gs__parent-item .gs__item-0 {
        --box-width: 20.152777777777775vw;
    }
    .gs__parent-item .gs__item-1 {
        --box-width: 20.384027777777774vw;
    }
    .gs__parent-item .gs__item-2 {
        --box-width: 16.74861111111111vw;
    }
    .gs__parent-item .gs__item-3 {
        --box-width: 24.325694444444444vw;
    }
    .gs__parent-item .gs__item-4 {
        --box-width: 18.055555555555554vw;
    }
    .gs__parent-item .gs__item-5 {
        --box-width: 22.708333333333332vw;
    }
    .gs__parent-item .gs__item-6 {
        --box-width: 15.48611111111111vw;
    }
    .gs__parent-item .gs__item-7 {
        --box-width: 23.803472222222222vw;
    }
    .gs__parent-item .gs__item-8 {
        --box-width: 22.083333333333332vw;
    }
    .gs__parent-item .gs__item-9 {
        --box-width: 16.532638888888886vw;
    }
    .gs__parent-item .gs__item-10 {
        --box-width: 19.444444444444443vw;
    }
    .gs__parent-item .gs__item-11 {
        --box-width: 22.84722222222222vw;
    }
    .gs__parent-item .gs__item-12 {
        --box-width: 17.36111111111111vw;
    }
    .gs__parent-item .gs__item-13 {
        --box-width: 18.47222222222222vw;
    }
    .gs__parent-item .gs__item-14 {
        --box-width: 20.625vw;
    }
}
@media (max-width: 768px) {
    .gs__parent-item {
        flex-wrap: wrap;
    }
    .gs__parent-item .gs-item {
        width: calc(50% - 10px);
    }
    .gs__parent-item .gs-item {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .mobile__gallery-area {
        display: none;
    }
}
@media (max-width: 768px) {
  .mobile__gallery-area {
    display: flex;
    flex-wrap: wrap;
    --gx:5px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .mobile__gallery-area .avater__card {
    --box-width:50%;
/*     max-width: calc(var(--box-width) - var(--gx) * 2); */
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px;
	height: 173px !important;
  }
	.mobile__gallery-area .gs__item-5{
/* 		max-width: 100vw; */
		width: 65vw;
	}
	.mobile__gallery-area .gs__item-0{
		width: 45vw;
	}
	.mobile__gallery-area .gs__item-4{
		width: 60vw;
	}
	.mobile__gallery-area .gs__item-9{
		width: 50vw;
	}
	.mobile__gallery-area .gs__item-6{
		width: 41vw;
	}
	.mobile__gallery-area .gs__item-7{
		width: 65vw;
	}
	.mobile__gallery-area .gs__item-13{
		width: 44vw;
	}
	.mobile__gallery-area .gs__item-11{
		width: 65vw;
	}
	
	.mobile__gallery-area .gs__item-10{
		width: 60vw;
	}
	.mobile__gallery-area .gs__item-12{
		width: 50vw;
	}
/* 	.mobile__gallery-area .gs__item-7, .mobile__gallery-area .gs__item-4, .mobile__gallery-area .gs__item-9, .mobile__gallery-area .gs__item-10{
		max-width: 100vw;
	} */
  .mobile__gallery-area .w-100 {
    min-width: 100%;
    height: 240px;
  }
  .mobile__gallery-area .w-100 img {
    object-position: 0 40%;
  }
  .mobile__gallery-area .mg__item {
    display: flex;
    width: 100%;
    overflow: hidden;
    --x-plus:0%;
    --x:0%;
    --ex-scroll:0%;
    --ex-scroll-plus:0%;
    --vw-minus:0vw;
    --vw:0vw;
  }
  .mobile__gallery-area .mg__item .mg__item-child {
    display: flex;
    min-width: 105%;
    transform: translateX(calc(var(--x-plus) + var(--vw-minus) + var(--ex-scroll-plus)));
  }
  .mobile__gallery-area .mg__item:nth-child(2n+2) .mg__item-child {
    transform: translateX(calc(var(--x) + var(--vw) + var(--ex-scroll)));
  }
    .mobile__gallery-area .mg__item .mg__item-child .gs-item:last-of-type {
    --box-width: 55%;
  }
      .mobile__gallery-area .mg__item .mg__item-child .gs-item:last-of-type img {
    object-fit: cover;
  }
  .mobile__gallery-area .mg__item:nth-child(2n+1) {
    justify-content: end;
  }
}

.avater__card {
    position: relative;
    overflow: hidden;
}
.avater__card .vdo-thumb {
    position: relative;
    z-index: 2;
    height: 100%;
}
.avater__card .vdo-thumb video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -2;
}
.avater__card .vdo-thumb img {
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;
}
.avater__card img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}
.avater__card .img-wrap {
    overflow: hidden;
    height: 100%;
}
.avater__card .img-wrap img {
    transform: scale(101%);
}
.avater__card .info__area {
    position: absolute;
    bottom: 12px;
    left: 20px;
    background-color: #000000;
    font-size: 11px;
    line-height: 18px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    transform: translateY(10px);
    opacity: 0;
    transition: cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
    z-index: 5;
}

.info-text-5 {
	right: 4.1005291005vw !important;
	left: unset !important;
}

.info-text-10 {
	right: 5vw !important;/*2.7777777778*/
	left: unset !important;
}

.info-text-0 {
	right: 1.3227513228vw !important;
	left: unset !important;
}

.avater__card .info__area .name {
    color: #00ffb2;
    font-size: 13px;
}
.avater__card .info__area span {
    display: block;
}
@media (max-width: 768px) {
    .fancybox__content .vdo-thumb video{
        display: none;
    }
        .fancybox__content .vdo-thumb img{
        visibility: unset;
        opacity: 1;
        
    }
    .avater__card .info__area {
        left: 12px;
        max-width: 78%;
    }
}
.avater__card:hover .info__area {
    transform: translateY(0);
    opacity: 1;
}
.avater__card:hover .vdo-thumb img {
    opacity: 1;
    visibility: visible;
}

.avater__card .img-preview img{
	display: none;
}

.mobile__gallery-area .mg__item .info__area {
    display: none;
}

.fancybox__content .img-preview img{
	display: block;
}

.fancybox__slide {
    padding: 15px !important;
}

.fancybox__content .img-wrap{
	display: none;
}

.fancybox__content.avater__card {
    padding-top: 56px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background-color: #000000;
}
.fancybox__content.avater__card .info__area {
    position: relative;
    bottom: 0;
    left: 0;
    opacity: 1;
    transform: translateY(0);
    padding-left: 16px;
    padding: 16px;
    padding-bottom: 30px;
}
.fancybox__content.avater__card .f-button.is-close-btn {
    top: 11px !important;
    right: 16px !important;
}

.sec-title {
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 3.5px;
}
@media screen and (min-width: 1920px) {
    .sec-title {
        max-width: 1600px;
        padding-left: 170px;
        padding-right: 170px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .sec-title {
        margin-bottom: 30px;
    }
}
.sec-title .heading__title {
    font-size: 60px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 15px;
}
@media (max-width: 768px) {
    .sec-title .heading__title {
        font-size: 32px;
        line-height: 41px;
        margin-bottom: 10px;
    }
}
.sec-title .sub__title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .sec-title .sub__title {
        font-size: 16px;
        line-height: 22px;
    }
}
.sm-block {
    display: none;
}
@media (max-width: 768px) {
    .sm-block {
        display: block;
    }
}

.btn__base {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #00ffb2;
    border-color: transparent;
    letter-spacing: 2.5px;
    padding: 8px 20px 7px 20px;
    cursor: pointer;
    color: #000;
}

form {
    max-width: 583px;
    margin-left: auto;
}

.form__control {
    background-color: #000000;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 63px;
    padding: 18px;
    color: #fff;
    outline: none;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 2.5px;
    transition: all 0.25s;
}
.form__control:focus {
    border-color: rgba(255, 255, 255, 0.8);
}

textarea.form__control {
    height: 125px;
}

.row-wrap {
    display: flex;
    flex-wrap: wrap;
}
.row-wrap .col-5 {
    width: 50%;
}
@media (max-width: 992px) {
    .row-wrap .col-5 {
        width: 100%;
    }
}

.form-item {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 2.5px;
}
.form-item label {
    display: block;
    margin-bottom: 8px;
    position: static;
    white-space: nowrap;
    width: auto;
}

.contact-section {
    position: relative;
    z-index: 3;

    display: flex;
    align-items: center;
    min-height: var(--sh);
}
.con-area {
    width: 100%;
}
.con-area .sec-title .heading__title {
    margin-top: 24px;
    margin-bottom: 36px;
}
.contact-section .world-bg {
    position: absolute;
    left: -91px;
    top: 0;
    width: 100vw;
    z-index: -1;
    padding-bottom: 100px;
}

.text-end {
    text-align: right;
}
form .text-end p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.text-robo * {
    font-family: 'Roboto', sans-serif !important;
}

.bordered-section {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
    background-size: 15px 1px; /* Adjust this value based on the desired dash length */
    background-position: 0 bottom;
    background-repeat: repeat-x;
}
.bordered-top-section {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
    background-size: 15px 1px; /* Adjust this value based on the desired dash length */
    background-position: 0 top;
    background-repeat: repeat-x;
}
.bordered-top-bottom-section {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%), linear-gradient(to right, rgba(255, 255, 255, 0.3) 50%, transparent 50%);
    background-size: 15px 1px; /* Adjust this value based on the desired dash length */
    background-repeat: repeat-x;
    background-position: top, bottom;
}
@media (max-width: 992px) {
    .contact-section .world-bg {
        left: -160vw;
        width: 391vw;
        margin-bottom: 50px;
    }
    .contact-section {
        padding-top: 17.236vw;
        padding-bottom: 35vw;
    }
}

#popup-message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    max-width: 90%;
    transition: 0.7s;
}
#popup-message .title {
    font-size: 24px;
    letter-spacing: 2.4px;
    margin-bottom: 24px;
}
#popup-message .description {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 24px;
    max-width: 480px;
    line-height: 26.5px;
}
#popup-message .description a {
    text-decoration: none;
}
#popup-message .close {
    background-image: url('assets/frames/close.svg');
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
}
#popup-message .button {
    border: 0;
    background-color: var(--Website-green);
    padding: 12px 24px;
    float: right;
    color: #000;
    font-size: 16px;
}

@media (max-width: 500px) {
    #popup-message {
        display: none;
        position: fixed;
        top: 50%;
        left: unset;
        transform: translate(0, -50%);
        background-color: #000000;
        padding: 50px 24px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 9999;
    }
}

@media screen and (min-width: 1920px) {
    .header {
        padding: 35.5px 90px;
    }
    .header-logo {
        height: 29px;
    }
    section {
        max-width: 1600px;
        padding-left: 170px;
        padding-right: 170px;
        margin: 0 auto;
    }
    /*.book-img {*/
    /*    width: 50%;*/
    /*    max-width: 110%;*/
    /*    position: absolute;*/
    /*    left: 55%;*/
    /*    top: -5%;*/
    /*}*/
    .backend-by-science-item-info {
        max-width: 800px;
    }
    .unlock-img {
        height: 30vw;
    }

    .unlock-img > img {
        position: relative;
        width: 112%;
        height: 103%;
        right: -17%;
    }
    .everlasting {
        padding-bottom: 100px;
    }
    .everlasting-item {
        grid-template-columns: 45% 55%;
    }
    .everlasting-img {
        height: 37vw;
        width: 120%;
    }
    .everlasting-img > img {
        position: relative;
        width: 85%;
        height: 100%;
        right: 0;
    }

    .works {
        padding: 150px 170px;
    }
    .works-title {
        margin-bottom: 100px;
    }
    .chef {
        padding: 150px;
    }

    .con-area .sec-title {
        max-width: 536px;
    }

    #splide-people {
        margin-top: 20%;
    }
    .contact-section .world-bg {
        width: 100%;
    }
    .mission-img {
        position: relative;
        width: 50%;
    }
    .mission-img > img {
        width: 170%;
        top: -570px;
    }
    .features {
        padding: 150px 170px;
    }
    .features-inner {
        column-gap: 100px;
    }
    .formed {
        padding: 150px 170px;
    }
    .formed-item-image > img {
        transform: scale(1.1);
    }
    .superior {
        padding: 150px 170px;
    }
    .superior-inner {
        column-gap: 100px;
    }

    .papers,
    .humanity-wisdom-section,
    .technologies-section,
    .about-us-section,
    .brainvivo-community-section {
        padding: 150px 170px;
    }
    .papers-inner {
        column-gap: 100px;
    }

    #parallax2 {
        padding-bottom: 500px;
    }

    .gallery__scroll-section {
        width: 100vw;
        max-width: 98vw;
    }
    .outer-point-1-content {
        right: -80%;
    }
    .outer-point-1-content::before {
        max-width: 200%;
    }
    .outer-point-2-content {
        right: -80%;
        top: 77%;
    }
    .outer-point-2-content::before {
        max-width: 190%;
        margin-left: -70%;
    }
    .outer-point-3-content {
        left: -70%;
        top: 69%;
    }
    .outer-point-4-content {
        top: 10%;
    }
    .outer-point-4-content::after {
        max-width: 180%;
    }
    .footer-content {
        padding-top: 32px;
        justify-content: start;
    }
    .footer-content > a {
        margin-right: 185px;
    }
    .footer-content .socials {
        margin-left: auto;
    }
    .footer-title {
        padding-bottom: 42px;
    }
}

@media screen and (min-width: 2300px) {
/*	.book-img {*/
/*        width: 100%;*/
/*        max-width: 125%;*/
/*        position: absolute;*/
/*        left: 30%;*/
/*        top: -30%;*/
/*    }*/
/*}*/

@media screen and (max-width: 500px) {
    #parallax2 {
        margin-bottom: -7% !important;
    }
}
@media screen and (min-width: 2000px) {
    .committed-svg > svg {
        top: -550px;
    }
    .everlasting-img {
        height: 28vw;
    }
    .unlock-img {
        height: 26vw;
    }
}

.form-title{
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-left: 0px !important;
}

.unlock-title p{
	font-size: 24px !important;
}