:root {
    --segoe-ui: "Segoe UI" !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: var(--segoe-ui) !important;
    background-color: #161232;
}

img {
    width: 100%;
}

section {
    position: relative;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.mtl_top_header {
    background-color: #110c26;
    padding: 12px 0;
}

.mtl_top_header_left {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.mtl_top_header_left i {
    font-size: 16px;
}

.mtl_top_header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    color: white;
}

.mtl_follow_text {
    font-size: 14px;
}

.mtl_social_icons {
    display: flex;
    gap: 12px;
    align-items: center;
}

.mtl_social_icon {
    color: white;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.mtl_social_icon:hover {
    opacity: 0.7;
    color: white;
}

.mtl_bottom_header {
    background-color: #1e1947;
    padding: 20px 0;
}

.mtl_logo_section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mtl_logo_img {
    width: 136px;
    height: auto;
}

.mtl_nav_links {
    display: flex;
    list-style: none;
    gap: 39px;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.mtl_nav_link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: var(--segoe-ui) !important;
    transition: opacity 0.3s ease;
}

.mtl_burger_menu {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 20px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
    margin-left: auto;
}

.mtl_burger_menu span {
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mtl_burger_menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, 2px);
}

.mtl_burger_menu.active span:nth-child(2) {
    opacity: 0;
}

.mtl_burger_menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.mtl_start_matching_btn {
    background: linear-gradient(
        106.97deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.04) 100%
    );
    color: white;
    border: none;
    padding: 9px 15px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 0;
    border: 1px solid #ffffff1a;
    font-family: var(--segoe-ui) !important;
}

.mtl_footer {
    background-color: #120e2a;
    color: white;
}

.mtl_footer_upper {
    padding: 66px 0 22px 0;
}

.mtl_footer_logo_section {
    margin-bottom: 20px;
}

.mtl_footer_logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.mtl_footer_logo_img {
    width: 136px;
    height: auto;
}

.mtl_footer_description {
    color: #ffffffb2;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 270px;
}

.mtl_footer_links_section {
    display: flex;
    gap: 40px;
}

.mtl_footer_link_group {
    margin-bottom: 30px;
}

.mtl_footer_heading {
    color: white;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 18px;
}

.mtl_footer_link_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mtl_footer_link_list li {
    margin-bottom: 12px;
}

.mtl_footer_link {
    color: #ffffffb2;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.mtl_footer_divider {
    height: 1px;
    background-color: #ffffff99;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.mtl_footer_lower {
    padding: 24px 0;
}

.mtl_footer_copyright {
    color: #ffffffb2;
    font-size: 16px;
    margin: 0;
}

.mtl_footer_contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    color: #ffffffb2;
    font-size: 16px;
}

.mtl_footer_contact i {
    font-size: 16px;
}
#banner-section .container {
    padding: 70px 20px;
    background: url("../assets/images/lines.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mtl_banner_title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #cccccc;
    line-height: 1.2;
}
.mtl_banner_description {
    margin-bottom: 34px;
    color: #cccccc;
    font-size: 24px;
    font-weight: 400;
}
.mtl_learn_more_btn {
    background: linear-gradient(
        106.97deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.04) 100%
    );
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 0;
    border: 1px solid #ffffff1a;
    font-family: var(--segoe-ui) !important;
}
.mtl_matching_btn {
    color: white;
    border: none;
    padding: 12px 32px;
    border-radius: 14px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    letter-spacing: 0;
    border: 1px solid #ffffff1a;
    font-family: var(--segoe-ui) !important;
    background: linear-gradient(101.38deg, #8142ff 0%, #884dff 100%);
    box-shadow: 0px 8px 32px 0px #7a42ff66;
}
.mtl_title {
    margin-bottom: 28px;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}
.mtl_description {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #cccccc;
    line-height: 1.2;
    padding-bottom: 40px;
}
#founders-section {
    padding-top: 20px;
    padding-bottom: 80px;
}
#founders-section::before {
    content: "";
    position: absolute;
    bottom: 80px;
    left: 0;
    background: url("../assets/images/bg2.png") no-repeat;
    height: 784px;
    width: 448px;
    z-index: -1;
    background-size: contain;
}
#investors-section {
    padding-bottom: 80px;
}
#investors-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: -200px;
    background: url("../assets/images/bg2.png") no-repeat;
    height: 784px;
    width: 448px;
    z-index: -1;
    background-size: contain;
}
.mtl_founders_content {
    padding-left: 90px;
}
.mtl_investors_content {
    padding-right: 90px;
}
.mtl_founders_investors_section .row {
    align-items: center;
}
.mtl_founders_investors_section h3 {
    margin-bottom: 16px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}
.mtl_founders_investors_section p {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #cccccc;
    line-height: 1.2;
    max-width: 410px;
}
.mtl_founders_investors_section ul {
    margin-bottom: 35px;
    color: #cccccc;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mtl_founders_investors_section li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.mtl_founders_investors_section li i {
    color: #8142ff;
    margin-right: 15px;
}
.mtl_how_it_works_section {
    padding: 0 0 60px;
}
.mtl_how_it_works_card {
    background: linear-gradient(
        123.64deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.04) 100%
    );
    border: 1px solid #ffffff1a;
    border-radius: 16px;
    padding: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 362px;
    margin: auto;
}
.mtl_how_it_works_icon {
    width: 64px;
    height: 64px;
    margin: auto;
    background: #8142ff33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 12px;
}
.mtl_how_it_works_card_title {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
}
.mtl_how_it_works_card_description {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #cccccc;
    line-height: 1.4;
}
#metrics-section {
    background: #1e1947;
    padding: 44px 0 40px;
}
#metrics-section .mtl_how_it_works_card_title {
    font-size: 40px;
}
#metrics-section .mtl_how_it_works_card_description {
    font-size: 18px;
    color: #ffffff9c;
}
#key-featues {
    padding-top: 60px;
    background: #161232;
}
#key-featues::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../assets/images/bg2.png") no-repeat;
    background-size: auto;
    height: 784px;
    width: 448px;
    z-index: 0;
    background-size: contain;
}
#key-featues::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../assets/images/bg1.png") no-repeat;
    background-size: auto;
    height: 784px;
    width: 448px;
    z-index: 0;
    background-size: contain;
}
.mtl_key_features_points {
    padding-top: 90px;
    gap: 50px;
    display: flex;
    flex-direction: column;
}
.mtl_key_features_point {
    background: linear-gradient(
        99.42deg,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.04) 100%
    );
    border: 1px solid #ffffff1a;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    color: #ffffff;
    gap: 16px;
}
.mtl_key_features_text {
    margin: 0;
    font-size: 16px;
}
#cta-section {
    padding: 55px 0;
}
.mtl_cta_buttons {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 20px;
}
.mtl_cta_button {
    background: transparent;
    border: none;
}
.mtl_cta_button img {
    max-width: 190px;
}
.mtl_cta_content h6 {
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    line-height: 0;
}
#cta-section .row {
    align-items: center;
}
.mtl_cta_image {
    text-align: center;
}
.mtl_cta_image img {
    max-width: 278px;
    height: auto;
    margin: auto;
    width: 100%;
}
.show-mobile {
    display: none;
}
#keys-section {
	background: #1E1947;
	padding: 35px 0;
}
.key_section_card {
	background: linear-gradient( 123.64deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100% );
	border: 1px solid #ffffff1a;
	border-radius: 16px;
	padding: 42px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 275px;
	margin: auto;
	height: 100%;
    justify-content: center;
}
.key_section_card img {
	max-width: 42px;
	margin: auto;
}   
.key_section_card h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
}

@media (max-width: 767px) {
    .mtl_burger_menu {
        display: flex;
    }

    .col-6.col-md-6 {
        position: relative;
    }

    .mtl_nav_links {
        position: absolute;
        top: 100%;
        right: 10px;
        width: 150px;
        background-color: #1e1947;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 15px;
        gap: 15px;
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        margin-top: 10px;
    }

    .mtl_nav_links.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .mtl_nav_link {
        font-size: 14px;
        padding: 0;
        width: 100%;
        display: block;
    }

    .show-mobile {
        display: block;
    }
    .mtl_footer_upper {
        padding: 45px 0 20px 0;
    }
    .mtl_footer_lower {
        padding: 15px 0;
        text-align: center;
    }
    .mtl_footer_copyright,
    .mtl_footer_contact i,
    .mtl_footer_link,
    .mtl_top_header_left i,#metrics-section .mtl_how_it_works_card_description {
        font-size: 14px;
    }
    .mtl_top_header_left {
        gap: 5px;
        font-size: 12px;
    }
    .mtl_footer_contact {
        justify-content: center;
        gap: 8px;
        font-size: 14px;
        margin-top: 5px;
    }
    .mtl_footer_description {
        font-size: 14px;
        max-width: 100%;
    }
    .mtl_footer_upper .col {
        width: 50%;
        flex: 50% 0 0;
    }
    .mtl_footer_heading {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .mtl_footer_link_list li {
        margin-bottom: 5px;
    }
    .mtl_follow_text {
        display: none;
    }
    .mtl_top_header {
        padding: 8px 0;
    }
    .mtl_bottom_header {
        background-color: #1e1947;
        padding: 15px 0;
    }
    .mtl_logo_img {
        width: 110px;
    }
    #banner-section .container {
        padding: 40px 20px;
    }
    .mtl_banner_title {
        font-size: 38px;
        margin-bottom: 8px;
    }
    .mtl_banner_description {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .mtl_matching_btn, .mtl_learn_more_btn {
        padding: 10px 20px;
        font-size: 14px;
        border-radius: 10px;
    }
    #banner-section .d-flex.gap-3 {
        margin-bottom: 20px;
    }
    .mtl_title {
        margin-bottom: 10px;
        font-size: 32px;
    }
    .mtl_description {
        margin-bottom: 0px;
        font-size: 16px;
        padding-bottom: 15px;
    }
    #founders-section {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .mtl_founders_content {
        padding-left: 20px;
    }
    .mtl_investors_content {
        padding-right: 20px;
    }
    #investors-section .row {
        flex-direction: column-reverse;
    }
    .mtl_founders_investors_section h3 {
        margin-bottom: 10px;
        font-size: 24px;
        margin-top: 15px;
    }
    .mtl_founders_investors_section ul {
        margin-bottom: 22px;
        gap: 10px;
    }
    .mtl_founders_investors_section li {
        font-size: 14px;
    }
    .mtl_founders_investors_section li i {
        margin-right: 8px;
    }
    .mtl_founders_investors_section p {
        margin-bottom: 14px;
        font-size: 16px;
    }
    #investors-section {
        padding-bottom: 40px;
    }
    .mtl_how_it_works_card {
        max-width: 100%;
        margin-bottom: 15px;
        padding: 25px;
    }
    .mtl_how_it_works_section {
        padding: 0 0 40px;
    }
    #metrics-section .mtl_how_it_works_card_title {
        font-size: 24px;
    }
    #metrics-section .mtl_how_it_works_card {
        padding: 20px;
        margin-bottom: 24px;
    }
    #key-featues {
        padding-top: 40px;
    }
    .mtl_key_features_points {
        padding-top: 20px;
        gap: 20px;
    }
    .mtl_key_features_cards .col-md-4:has(img) {
        order: 5;
        margin-top: 30px;
    }
    .mtl_key_features_point {
        padding: 14px;
        gap: 14px;
    }
    .key_section_card {
        padding: 22px;
        gap: 10px;
        margin-bottom: 20px;
        max-width: 100%;
        height: auto;
    }
    .key_section_card img {
        max-width: 22px;
        margin: 5px auto;
    }
    #keys-section {
        padding: 35px 0 15px;
    }
    #cta-section {
        padding: 40px 0;
    }
    .mtl_cta_content h6 {
        margin-bottom: 28px;
        font-size: 22px;
        margin-top: 25px !important;
    }
    .mtl_cta_buttons {
        gap: 10px;
    }
    .mtl_cta_button img {
        max-width: 120px;
    }
    #key-featues::before, #key-featues::after, #founders-section::before, #investors-section::before {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1220px) {
    .container {
        padding: 0 20px;
    }
}
