@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");

@media (min-width: 1200px) {
    .container {
        margin: 0 auto;
        max-width: 95%;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .container {
        margin: 0 auto;
        max-width: 95%;
    }
}

@media (max-width: 768px) {
    .inner-content {
        padding-top: inherit;
    }
}

.footer-top {
    margin-top: 0px !important;
}

.font-weight-600 {
    font-weight: 600;
}

/* * == New About Us == * */
body {
    background-color: #f4f4f8;
}

.less-900 {
    display: none;
}

.section_title {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
}

.section_desc {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.section_1 {
    padding-top: 0;
    padding-bottom: 0;
}

.s1_desktop {
    padding: 12.88rem 0 8.81rem 8.81rem;
    column-gap: 6.1%;
}

.s1_desktop-row {
    height: 37.375rem;
    display: grid;
    grid-auto-columns: auto;
    grid-template-rows: repeat(4, 1fr) 4fr 1fr;
}

.s1_title-container {
    max-width: 502px;
    grid-row: 2 / 4;
}

.s1_title {
    font-family: "SF UI Text";
    font-size: 2.625rem;
    line-height: 1.14;
    color: #020b56;
}

.s1_desc-container {
    max-width: 745px;
    grid-row: 5 / 6;
}

.s1_desc {
    font-family: "DM Sans";
    font-size: 1.125rem;
    line-height: 1.33;
    color: #8f8f90;
}

.section_2 {
    background-image: url('../img/home/background.png');
    background-size: 85% 90%;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 90vh;
    margin: 20px 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.s2_text-container {
    width: 50rem;
    height: 60%;
}

.s2_title-container-d {
    max-width: 720px;
}

.s2_desc-container-d {
    max-width: 700px;
    margin-bottom: 4.75rem;
}

.s2_desc-container-d>p {
    text-align: justify;
}

.s5_title,
.s4_title,
.s2_title {
    font-family: "SF UI Text";
    font-size: 2.875rem;
    line-height: 1.22;
    color: #f4f4f8;
}

.s2_desc {
    font-family: "DM Sans";
    font-size: 1.125rem;
    line-height: 1.33;
    color: #f4f4f8;
}

.s2_founder {
    max-width: 251px;
    font-family: "Noto Sans";
    font-size: 1.25rem;
    line-height: 1.6;
    color: #f4f4f8;
}

.s2_founder>p:first-child {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.section_3 {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s3_carousel-container {
    width: 75%;
    height: 100%;
}

.s3_carousel-row {
    height: 100%;
    align-items: center;
}

.core_card {
    border: solid 3px #020b56;
    background-color: #f4f4f8;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 23.8313rem;
    height: 42.2938rem;

    padding: 8.7% 8.4% 19.2% 12%;
}

@media (min-width: 2000px) {
    .core_card {
        height: 46.875rem;
    }
}

.core_body {
    padding-left: 0;
    padding-right: 0;
}

.core_card-1 {
    background-color: #4adede;
}

.core_card>img {
    width: 12.125rem;
    height: 11.8125rem;
    object-fit: contain;
}

.core_title-container-one {
    width: fit-content;
}

.core_title {
    font-family: "SF UI Text";
    font-size: 2rem;
    line-height: 1.19;
    color: #020b56;
}

.core_text {
    font-family: "DM Sans";
    font-size: 1.125rem;
    line-height: 1.33;
    color: #020b56;
    font-weight: 500;
}

.s4_desktop-container {
    max-width: 52.1%;
}

.s5_title,
.s4_title {
    color: #020b56;
    text-align: center;
}

.s5_subtitle-container,
.s4_subtitle-container {
    max-width: 804px;
    align-self: center;
    margin-bottom: 5.625rem;
}

.s5_subtitle,
.s4_subtitle {
    font-family: "DM Sans";
    font-size: 1.125rem;
    line-height: 1.33;
    color: #8f8f90;
}

.s4_photo-desc {
    width: 15.6875rem;
    font-size: 1.25rem;
    text-align: left;
}

.s4_photo-desc>p:first-child {
    font-family: "Noto Sans";
    font-weight: bold;
    line-height: 1.6;
    color: #020b56;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.s4_photo-desc>p:nth-child(2) {
    font-family: "Noto Sans";
    color: #919192;
    text-transform: capitalize;
    margin-bottom: 3.1875rem;
}

.s4_photo {
    width: 266px;
    height: 332px;
    object-fit: fill;
}

.section_5 {
    height: 75%;
    margin: 110px 0;
}

.s5_desktop-container {
    max-width: 58.39%;
}

.s5_investor-row {
    row-gap: 4.0625rem;
}

.s5_investor {
    max-width: 100%;
}

.fix_last_photo {
    /* height: 100%; */
    object-fit: cover;
    border-radius: 20px;
    filter: grayscale(30%);
    -webkit-filter: grayscale(30%);
}

@media (max-width: 1680px) {
    .s1_desktop {
        padding: 7.93rem 0 3.71rem 2.71rem;
    }

    .s2_text-container {
        width: 39rem;
    }

    .s5_title,
    .s4_title,
    .s2_title {
        font-size: 2.44rem;
    }

    .s2_desc {
        font-size: 1rem;
    }

    .s2_founder {
        font-size: 1.12rem;
    }

    .core_card {
        width: 20.8525rem;
        height: 38.75rem;
    }

    .core_title {
        font-size: 1.75rem;
    }

    .core_text {
        font-size: 0.9844rem;
    }
}

@media (max-width: 1600px) {
    .s1_desktop {
        column-gap: 4.1%;
    }

}

@media (max-width: 1536px) {
    .s1_desktop-row {
        height: 34.375rem;
    }

    .s1_title {
        font-size: 2.1rem;
    }

    .s2_text-container {
        width: 37rem;
    }

    .s5_title,
    .s4_title,
    .s2_title {
        font-size: 2.2306rem;
    }

    .s2_desc {
        font-size: 0.9688rem;
    }

    .s2_founder {
        font-size: 1.0281rem;
    }

    .s4_desktop-container {
        max-width: 62.1%;
    }

    .s5_desktop-container {
        max-width: 68.39%;
    }
}

@media (max-width: 1440px) {
    .s1_desktop-row {
        height: 30.6875rem;
    }

    .s1_desc {
        font-size: 0.9375rem;
    }

    .s2_text-container {
        width: 37rem;
    }

    .s5_title,
    .s4_title,
    .s2_title {
        font-size: 2.2538rem;
    }

    .s2_desc-container-d {
        margin-bottom: 3.5625rem;
    }

    .s2_desc {
        font-size: 0.9375rem;
    }

    .s2_founder {
        font-size: 1.005rem;
    }

    .core_card {
        width: 17.8738rem;
        height: 39.6875rem;
        padding-bottom: 8.7%;
    }


    .core_title {
        font-size: 1.5rem;
    }

    .core_card>img {
        width: 11.875rem;
        height: 11.1438rem;
        object-fit: contain;
    }

    .s5_subtitle,
    .s4_subtitle {
        font-size: 1.0313rem;
    }

    .s4_photo-desc {
        font-size: 1.125rem;
    }
}

@media (max-width: 1280px) {
    .s2_text-container {
        width: 34rem;
    }

    .s5_title,
    .s4_title,
    .s2_title {
        font-size: 2rem;
    }

    .s2_desc-container-d {
        margin-bottom: 3.1625rem;
    }

    .s2_desc {
        font-size: 0.875rem;
    }

    .s2_founder {
        font-size: 0.9375rem;
    }

    .s4_photo {
        width: 14.5625rem;
        height: 18.75rem;
    }

    .s4_photo-desc {
        width: 12.4563rem;
        font-size: 1rem;
    }

    .s5_investor-row {
        row-gap: 3.0625rem;
    }
}

@media (max-width: 1024px) {
    .s2_background {
        height: 70vh;
    }

    .core_card {
        width: 16.5rem;
    }

    .s5_desktop-container {
        max-width: 78.39%;
    }
}

/* * Mobile * */
@media (max-width: 810px) {
    .less-900 {
        display: block;
    }

    .section_1,
    .section_4 {
        background-color: #f4f4f4;
    }

    .section_2 {
        background-image: inherit;
        background-color: #020b56;
        min-height: 900px;
        margin: 0;
    }

    .section_3 {
        background-color: #4adede;
        min-height: 800px;
    }

    .section_3 .container {
        margin: 0;
        padding: 0;
    }

    .section_1 {
        padding-top: 50px;
    }

    .section_title {
        font-size: 24px;
    }

    .s1_desktop {
        padding: inherit;
    }

    .s1_title-img {
        position: relative;
        top: 0;
        left: -36px;
        width: 100vw;
    }

    .s1_title {
        font-family: "Open Sans";
        line-height: 1.17;
        color: #fff;
    }

    .s1_desc {
        font-family: "Open Sans";
        font-size: 14px;
        line-height: 1.86;
        color: #020b56;
    }

    .s1_title-container {
        position: absolute;
        top: 25px;
    }

    .s2_title {
        line-height: 1.25;
        color: #fff;
    }

    .s2_desc-container {
        min-width: 306px;
    }

    .s2_desc {
        font-size: 16px;
        line-height: 1.63;
    }

    .s2_founder {
        max-width: 235px;
        font-size: 14px;
        line-height: 1.86;
    }

    .s3_carousel-col {
        align-self: center;
        min-height: 450px;
    }

    .owl-carousel {
        height: 100%;
    }

    .owl-stage-outer {
        height: 600px;
    }

    div.owl-item>div.item {
        height: 550px;
    }

    .core_card {
        border: solid 3px #020b56;
        background-color: #4adede;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        width: 100%;
        height: 100%;
        padding: 2.14rem 1.1563rem 2.04rem 1.6625rem;
    }

    .core_card>img {
        width: 7.125rem;
        height: 6.6875rem;
        object-fit: contain;
    }

    .core_body {
        padding: 0;
    }

    .core_title-container {
        height: fit-content;
    }

    .core_title {
        font-size: 1.25rem;
        line-height: 1.2;
        color: #020b56;
    }

    .core_text {
        font-family: "DM Sans";
        font-size: 14px;
        line-height: 1.43;
        color: #020b56;
    }

    .core_nav-container-prev {
        position: absolute;
        /* top: 32%; */
        top: 45%;
        left: -14%;
    }

    .core_nav-container-next {
        position: absolute;
        /* top: 32%; */
        top: 45%;
        right: -14%;
    }

    .core_nav-container>.owl-prev,
    .core_nav-container>.owl-next {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-color: transparent;
        border: 0;
    }

    .core_nav-prev,
    .core_nav-next {
        /* height: 3.3687rem;
        width: 3.3687rem; */
        height: 4.369rem;
        width: 4.369rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 0;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        padding: 20%;
        background: rgba(30, 47, 151, 0.2);

        -webkit-backdrop-filter: blur(17.5px);
        backdrop-filter: blur(17.5px);

        position: relative;
        display: inline-block;
    }

    .core_nav-arrow::after,
    .core_nav-arrow::before {
        content: "";
        width: 1.31rem;
        border: solid 2px #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        position: absolute;
    }

    .core_nav-prev>.core_nav-arrow::after,
    .core_nav-prev>.core_nav-arrow::before {
        right: 1.3125rem;
    }

    .core_nav-next>.core_nav-arrow::after,
    .core_nav-next>.core_nav-arrow::before {
        right: 1.2813rem;
    }

    .core_nav-prev>.core_nav-arrow::after,
    .core_nav-next>.core_nav-arrow::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .core_nav-prev>.core_nav-arrow::before,
    .core_nav-next>.core_nav-arrow::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }

    .core_nav-prev>.core_nav-arrow::before,
    .core_nav-next>.core_nav-arrow::before {
        top: 1.76rem;
    }

    .core_nav-prev>.core_nav-arrow::after,
    .core_nav-next>.core_nav-arrow::after {
        bottom: 1.5rem;
    }

    .disabled>.core_nav-container-prev>.core_nav-prev,
    .disabled>.core_nav-container-next>.core_nav-next {
        display: none;
    }

    .s4_desktop-container {
        max-width: inherit;
    }

    .s5_title,
    .s4_title {
        line-height: 1.25;
        text-align: left;
    }

    .s5_subtitle-container,
    .s4_subtitle-container {
        min-width: 306px;
        margin-bottom: 60px;
    }

    .s5_subtitle,
    .s4_subtitle {
        font-size: 16px;
        line-height: 1.63;
        color: #020b56;
        text-align: justify;
    }

    .s4_photo-row {
        padding: 0 20px;
    }

    .s4_photo-desc {
        width: 141.4px;
        font-size: 12px;
        text-align: center;
    }

    .s4_photo-desc>p:first-child {
        font-family: "Open Sans";
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .s4_photo-desc>p:nth-child(2) {
        color: #656567;
        margin-bottom: 28px;
    }

    .m-shadow {
        filter: drop-shadow(6px 7px 7px rgba(32, 32, 32, 0.1));
        -webkit-filter: drop-shadow(6px 7px 7px rgba(32, 32, 32, 0.1));
    }

    .s4_photo {
        width: 149px;
        height: 180px;
        object-fit: fill;

    }

    .fix_last_photo {
        object-fit: cover;
        border-radius: 20px;
        filter: grayscale(30%);
        -webkit-filter: grayscale(30%);
    }

    .section_5 {
        margin: 90px 0;
    }

    .s5_desktop-container {
        max-width: inherit;
    }

    .fix_last_photo {
        box-shadow: 0px 4px 10px 0px rgba(32, 32, 32, 0.2);
    }

    /* ! BUTTON DOWN */

    .btn_down-container {
        position: relative;
        height: 92.4px;
        width: 100%;
        bottom: 0;
        scroll-behavior: smooth;
    }

    .btn_scroll-page {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: 0;
        width: 92.4px;
        height: 92.4px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        position: relative;
        z-index: 2;
        margin-left: auto;
        margin-right: auto;
    }

    .color_btn-scroll-1 {
        background: #f4f4f4;
    }

    .down_arrow::after,
    .down_arrow::before {
        content: "";
        width: 13.81px;
        border: solid 2px #4adede;
        position: absolute;
        border-radius: 5px;
        top: 46.2px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .down_arrow::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: 43px;
    }

    .down_arrow::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        left: 43px;
    }

    .btn_scroll-page::before,
    .btn_scroll-page::after {
        content: "";
        width: 20px;
        height: 20px;
        background-color: transparent;
        position: absolute;
        bottom: 15.5px;
        outline: 0;
        border: 0;
    }

    .btn_scroll-page::before {
        left: -12.5px;
        border-top-right-radius: 20px;
    }

    .btn_scroll-page::after {
        right: -12.5px;
        border-top-left-radius: 20px;
    }

    .color_btn-scroll-1::before {
        box-shadow: 3px -7px 0 2px rgb(244, 244, 244);
    }

    .color_btn-scroll-1::after {
        box-shadow: -3px -7px 0 2px rgb(244, 244, 244);
    }

    .under_btn {
        height: 36.2px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .color_under_btn-1 {
        background-color: #020b56;
    }

    /* 2sd btn */
    .color_btn-container {
        background-color: #020b56;
    }

    .color_btn-scroll-2 {
        background: #020b56;
    }

    .color_under_btn-2 {
        background-color: #4adede;
    }

    .color_btn-scroll-2::before {
        box-shadow: 3px -7px 0 2px rgb(2 11 86);
    }

    .color_btn-scroll-2::after {
        box-shadow: -3px -7px 0 2px rgb(2 11 86);
    }

    .m-align {
        text-align: center;
    }
}