@font-face {
    font-family: "Visby CF";
    src: url(../../fonts/Fontspring-DEMO-visbycf-medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: "Visby CF";
    src: url(../../fonts/Fontspring-DEMO-visbycf-bold.otf);
    font-weight: 700;
}
@font-face {
    font-family: "The Secret";
    src: url(../../fonts/TheSecret-Regular.otf);
    font-weight: 400;
}
#homepage_banner {
    background-image: url(../../images/background.svg);
    background-size: cover;
    background-position: center;
    height: 413px;
    width: 100%;
    position: relative;
}
.anim-brain{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    margin-top: -10px;
}
.anim-brain img{
    width: 150px;
    animation: brainAnim 1.5s infinite alternate;
}
@keyframes brainAnim {
    0%{
        transform: translateY(-7px);
    }100%{
        transform: translateY(0px);
    }
}
#section_1 {
    position: relative;
}
#section_1 .row {
    padding: 30px 0 70px;
}
#section_1 .row:nth-child(2){
    padding: 30px 0 40px;
}
h1 {
    text-align: center;
    margin-bottom: 30px;
}
#section_1 .text {
    text-align: center;
    max-width: 834px;
    margin: auto;
}
.partner-logo a svg path{
    transition: all .2s ease;
}
.partner-logo a:hover svg path{
    fill: #638DF6;
}
.corp-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin-top: 40px;
    padding: 0 20px;
}
.corp-wrapper a{
    border-radius: 10px;
}
.corp-wrapper a:hover{
    box-shadow: 0 10px 10px #29206250;
    border-radius: 10px;
}
.corp-item {
    border: 1px solid #DBE1F5;
    display: flex;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    padding: 15px 20px;
    min-width: 208px;
    width: 100%;
}
.corp-item span {
    display: block;
    color: #292062;
    font-family: "Visby CF";
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.corp-item p {
    border-left: 1px solid #DBE1F5;
    padding-left: 20px;
    color: #292062;
    font-family: "Visby CF";
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}
.social-icons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    right: 55px;
    top: 50px;
    z-index: 9;
    width: 50px;
}
.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #AEBFF8;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.social-icons a:hover {
    transform: translateX(5px);
}
.numbers-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ECF0FF;
    border-radius: 40px;
    padding: 27px;
    gap: 30px;
}
.num-item {
    background-color: #E1E8FF;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    flex-basis: 25%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    transition: all 0.3s ease;
    position: relative;
    isolation: isolate;
}
.num-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;

    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}
.num-item-1,
.num-item:hover {
    background-color: #638DF6;

}
.num-item-1 {
    background-image: url(../../images/box-lines.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.num-item::before,
.num-item:hover::before {
    opacity: 1;
}
.num-item .num,
.num-item .num-text,
.num-item:hover .num,
.num-item:hover .num-text {
    color: #fff;
}
.num {
    color: #292062;
    font-size: 42px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.num-text {
    color: #7A749D;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.partners-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partner-logo{
    padding:0 20px;
    margin:0 10px;
}

/* Section Two */
#section_2 {
    border-top: 1px solid #DBE1F5;
    overflow: hidden;
}
#section_2 .container {
    max-width: 1060px;
}
#section_2 .row {
    padding: 100px 0;
}
#section_2 .col-wrapper {
    display: flex;
    align-items: center;
}
#section_2 .col {
    padding: 50px 0;
}
#section_2 .col-right {
    flex-basis: 55%;
    padding-left: 85px;
    max-width: 570px;
    border-left: 1px solid #DBE1F5;
}
#section_2 h2 {
    margin-bottom: 40px;
}
#section_2 .col-left p {
    margin-bottom: 40px;
    max-width: 360px;
}
#section_2 .col-left {
    position: relative;
    isolation: isolate;
}
#section_2 .col-left::before {
    position: absolute;
    content: "";
    left: -66%;
    top: -112px;
    background-image: url(../../images/worldbrain-mask.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 154%;
    height: 150%;
    pointer-events: none;
    z-index: -1;
}

/* Section Three */
#section_3 {
    background-color: #ECF0FF;
}
#section_3 .row {
    padding: 50px 0;
}
.architecture-wrapper {
    display: flex;
    align-items: center;
}
#section_3 h2 {
    margin-bottom: 50px;
    max-width: 405px;
}
#section_3 p {
    max-width: 468px;
    color: #30266E;
}
.archi-image {
    margin: 0 -100px 0 0;
}
.archi-image img {
    width: 100%;
}

/* Section Four */
#section_4 {
    background-color: #E1E8FF;
}
#section_4 .row {
    padding: 60px 0 0;
}
#section_4 .organic-wrapper {
    display: flex;
}
#section_4 h2 {
    margin-bottom: 20px;
}
.org-items {
    list-style: none;
    background-color: #fff;
    padding: 40px 90px 45px 0;
    margin-bottom: 0;
    position: relative;
}
.org-items::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    transform: translateX(-100%);
    width: 100vw;
    height: 100%;
    background-color: #fff;
}
.organic-text {
    display: none;
}
.org-items li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DAD6EE;
    padding: 17px 10px;
    cursor: pointer;
    transition: all .2s ease;
}
.organic-item-img {
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 60px;
    width: 100%;
}
.organic-item-img img {
    margin: auto;
}
.organic-item-heading {
    border-left: 1px solid #DAD6EE;
    padding-left: 40px;
}
.organic-item-heading h4 {
    color: #30266E;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}
.organic-wrapper p {
    color: #30266E;
    margin-bottom: 50px;
}
#section_4 .col-right {
    padding-left: 150px;
    padding-top: 150px;
    background-image: url(../../images/organic-bg-mask.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
}
#section_4 .col-right h3 {
    color: #30266E;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    max-width: 400px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#section_4 .col-right .org-con-3 h3 {
    max-width: 320px;
}
#section_4 .col-right p {
    max-width: 415px;
}
.organic-content {
    display: none;
}
.organic-content.active {
    display: block;
}
.org-item.active{
    border-bottom: 1px solid #30266E;
}

/* Section Five */
#section_5 {
    background-image: url(../../images/our-board-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
#section_5 .container {
    max-width: 1330px;
}
#section_5 .row {
    padding: 100px 0 65px;
}
#section_5 .board-wrapper {
    display: flex;
    align-items: center;
}
#section_5 .team-wrapper {
    display: flex;
}
#section_5 .team-left {
    flex-basis: 45%;
}
#section_5 .team_right {
    flex-basis: 55%;
}
#section_5 .col-right {
    flex-basis: 60%;
}
#section_5 .col-left {
    flex-basis: 40%;
}
#section_5 .col-left p {
    color: #30266E;
}
.team-image-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
    background-color: #fff;
    border-radius: 100vw;
    padding: 20px;
    max-width: 408px;
    margin-left: auto;
    position: relative;
    z-index: 3;
    margin-right: -70px;
    margin-left: 70px;
}
.team-img {
    width: 65px;
    cursor: pointer;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid transparent;
    transition: all .2s ease;
}
.team-img.active{
    background: #E1E8FF;
    border: 1px solid #B4DFE5;
}
.team-img.active img{
    border-radius: 50%;
    mix-blend-mode: luminosity;
}
.team-name {
    color: #30266E;
    font-family: "The Secret";
    font-size: 81px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center
}
.team-status {
    color: #30266E;
    text-align: center;
}
.team-item-image {
    margin-top: 140px;
    margin-bottom: 90px;
    position: relative;
    max-width: 220px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.team-item-image::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(../../images/circle.svg);
    background-position: center;
    width: 378px;
    height: 378px;
    z-index: 3;
}
.team-item-image::after {
    position: absolute;
    content: "";
    right: -144%;
    top: 50%;
    transform: translateY(-100%);
    background-image: url(../../images/border-line.png);
    width: 238px;
    height: 157px;
}
.team-item-image img {
    position: relative;
    max-width: 220px;
    width: 100%;
    box-shadow: 0 0 0 48px #fff;
    border-radius: 50%;
}

/* Section Six */
#section_6 {
    background-color: #AEBFF8;
    background-image: url(../../images/feature-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
#section_6 .row-top {
    padding-top: 90px;
}
#section_6 .row-bottom {
    padding-top: 140px;
    padding-bottom: 130px;
}
#section_6 h2 {
    text-align: center;
    margin-bottom: 35px;
}
#section_6 p {
    text-align: center;
    max-width: 763px;
    margin: auto;
    color: #292062;
}
#section_6 .col-wrapper {
    display: flex;
}
#section_6 .col {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
#section_6 .col h4{
    margin-bottom: 0;
}
#section_6 .col p {
    max-width: 260px;
    margin:0 auto;
}
#section_6 .col-middle{
    position: relative;
}
#section_6 .col-middle::before{
    content: '';
    position: absolute;
    background: #CBD0F4;
    height: 367px;
    width: 1px;
    left: 1px;
    top: -10px;
}
#section_6 .col-middle::after{
    content: '';
    position: absolute;
    background: #CBD0F4;
    height: 367px;
    width: 1px;
    right: 0;
    top: -10px;
}
@media(max-width: 1440px){
    .archi-image{
        margin: 0;
    }
    .team-image-wrapper{
        margin-right: 0;
    }
    .team-name{
        font-size: 56px;
        margin-top: 50px;
    }
}
@media (max-width: 1200px) {
    .archi-image {
        margin: 0 -50px 0 0;
    }
    #section_4 .col-right {
        padding-left: 100px;
    }
    .team-name {
        font-size: 55px;
        margin-top: 130px;
    }
    #section_6 {
        background-size: auto;
    }
    #section_5 .col-right,
    #section_5 .col-left{
        flex-basis: 100%;
        flex: auto;
    }
    .board-wrapper{
        flex-direction: column;
    }
    .board-wrapper .col-right{
        margin-top: 30px;
    }
}
@media (max-width: 1024px) {
    #section_2 .col-left {
        flex-basis: 50%;
    }
    #section_2 .row {
        padding: 60px 0;
    }
    #section_2 .col-right {
        flex-basis: 50%;
        padding-left: 45px;
    }
    #section_2 .col-left::before {
        width: 150%;
        background-position: top;
    }
    .social-icons {
        flex-direction: row;
        justify-content: center;
        right: auto;
        top: auto;
        bottom: 65%;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        width: 100%;
        margin: auto;
    }
    .social-icons a:hover {
        transform: translateY(-5px) translateX(0);
    }
    .numbers-wrapper {
        gap: 15px;
        align-items: stretch;
    }
    .num {
        font-size: 32px;
        text-align: center;
    }
    .num-text {
        font-size: 14px;
        text-align: center;
    }
    #section_4 .col-right {
        padding-left: 40px;
    }
    .org-items {
        padding: 40px 10px 45px 0;
    }
    .organic-item-heading {
        padding-left: 20px;
    }
    .partners-wrapper {
        gap: 30px;
    }
    #section_6 .col-middle::before,
    #section_6 .col-middle::after{
        display: none;
    }
    .team-left{
        margin-right: -130px;
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .team-left{
        margin: 0;
    }
    #homepage_banner {
        background-size: auto;
        background-repeat: no-repeat;
        background-position: top center;
        height: 313px;
        /* background-image: url(../../images/home-banner-mobile.png); */
    }
    .anim-brain img {
        width: 110px;
    }
    h1 {
        margin-bottom: 20px;
    }
    .social-icons {
        display: none;
    }
    .corp-wrapper {
        gap: 10px;
    }
    .corp-wrapper a{
        display: flex;
        flex: 1;
    }
    .corp-item {
        min-width: 100%;
        padding: 15px 10px;
        gap: 10px;
    }
    .corp-item p{
        padding-left: 10px;
        margin-left: 5px;
    }
    .num {
        font-size: 28px;
        text-align: center;
    }
    .num-text {
        font-size: 12px;
        text-align: center;
    }
    .numbers-wrapper {
        gap: 10px;
        padding: 20px;
        flex-wrap: wrap;
        align-items: stretch;
        border-radius: 0;
    }
    .num-item {
        flex-basis: 48%;
        padding: 36px 20px;
    }
    .partner-logo {
        width: 140px;
    }
    .partner-logo img {
        min-width: 150px;
        padding: 20px;
    }
    .partners-wrapper {
        gap: 20px;
        overflow-x: scroll;
        padding: 20px 0;
    }
    .partners-wrapper::-webkit-scrollbar {
        display: none;
    }
    #section_1 .row:nth-child(2){
        padding-bottom: 15px;
    }
    #section_1 .row:nth-child(3){
        padding-top: 0;
        padding-bottom: 0;
    }
    #section_2{
        padding-bottom: 30px;
    }
    #section_2 .col-wrapper {
        flex-direction: column;
    }
    #section_2 .col-left::before {
        display: none;
    }
    #section_1 .row {
        padding: 30px 0;
        margin: 0 -20px;
    }
    #section_2 .row {
        padding: 40px 0 30px;
    }
    #section_2 .col {
        padding: 0;
    }
    #section_2 h2 {
        text-align: center;
        margin-bottom: 25px;
    }
    #section_2 p {
        text-align: center;
        font-size: 14px;
    }
    #section_2 .col-left p{
        margin-bottom: 30px;
    }
    #section_2 .col-left a {
        margin: auto;
    }
    #section_2 .col-right {
        border-left: 0;
        margin-top: 20px;
        padding-top: 20px;
        position: relative;
    }
    #section_2 .col-right::before {
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 100vw;
        height: 1px;
        background-color: #DBE1F5;
    }
    .architecture-wrapper {
        flex-direction: column-reverse;
    }
    .archi-image {
        margin: 0;
    }
    #section_3 h2 {
        text-align: center;
        font-size: 32px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #section_3 p {
        font-size: 14px;
        text-align: center;
    }
    #section_3 .row {
        padding: 50px 0 30px;
    }
    #section_4 .row {
        padding-top: 40px;
    }
    #section_4 .organic-wrapper {
        flex-direction: column;
    }
    #section_4 .col-left {
        margin: 0;
    }
    #section_4 .col-right {
        display: none;
    }
    .org-items {
        padding: 0;
        margin: 0 -20px 0 -20px;
    }
    .org-items li {
        padding: 17px 10px 7px;
        background-color: #fff;
    }
    .org-items li.active {
        background-color: #E1E8FF;
    }
    .org-items::before {
        display: none;
    }
    .org-item {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .organic-item-img {
        flex-basis: 30%;
        background-color: #fff;
        border-radius: 10px;
        width: 48px;
        max-width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .organic-item-heading {
        padding-left: 20px;
        flex-basis: 70%;
        margin-left: 10px;
    }
    .organic-item-heading h4{
        margin-bottom: 0;
    }
    .organic-text {
        display: block;
        flex-basis: 100%;
        max-width: 100%;
        flex-grow: 1;
        padding-left: 80px;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
    }
    .organic-text.active {
        max-height: 400px;
        margin-bottom: 10px;
    }
    .organic-text p {
        margin-bottom: 0;
    }
    .team-image-wrapper{
        width: 358px;
        max-width: 100%;
        padding: 12px;
        margin: 0;
    }
    #section_5 .board-wrapper {
        flex-direction: column;
    }
    #section_5 .team-wrapper {
        flex-direction: column-reverse;
    }
    #section_5 .col-left {
        flex: auto;
        flex-basis: 100%;
    }
    #section_5 p {
        text-align: center;
    }
    #section_5 h2 {
        text-align: center;
        margin-bottom: 0;
    }
    #section_5 .row {
        padding: 50px 0 20px;
    }
    .team-item-image::before,
    .team-item-image::after {
        display: none;
    }
    .team-name {
        font-size: 50px;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .team-left p{
        margin-top: -5px;
    }
    .team-status {
        font-size: 14px;
    }
    .team-img {
        width: 40px;
        flex: 1;
        padding: 5px;
    }
    #section_5 .team-wrapper .team-right {
        margin-top: 0px;
    }
    .team-item-image {
        margin-top: 80px;
    }
    #section_6 {
        background-size: auto;
    }
    #section_6 .row-top {
        padding-top: 60px;
    }
    #section_6 h2 {
        margin-bottom: 20px;
    }
    #section_6 .col-wrapper {
        flex-direction: column;
    }
    #section_6 .col-wrapper .col:not(:last-child) {
        border-bottom: 1px solid #CBD0F4;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    #section_6 .row-bottom {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    #section_6 p {
        font-size: 14px;
    }
    #section_6 .col-wrapper .col p {
        font-size: 16px;
    }
    #section_5 .col-left p{
        margin-bottom: 5px;
    }
}