﻿@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Medium'), local('DMSans-Medium'), url('/assets/project/font/DMSans-Medium.woff2') format('woff2'), url('/assets/project/font/DMSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Bold'), local('DMSans-Bold'), url('/assets/project/font/DMSans-Bold.woff2') format('woff2'), url('/assets/project/font/DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: local('DM Sans Regular'), local('DMSans-Regular'), url('/assets/project/font/DMSans-Regular.woff2') format('woff2'), url('/assets/project/font/DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Bold'), local('Satoshi-Bold'), url('/assets/project/font/Satoshi-Bold.woff2') format('woff2'), url('/assets/project/font/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: local('Satoshi Medium'), local('Satoshi-Medium'), url('/assets/project/font/Satoshi-Medium.woff2') format('woff2'), url('/assets/project/font/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-dm: 'DM Sans';
    --font-Satoshi: 'Satoshi';
}
/*h2,h3,p{
    margin: 0;
}*/
.contactus-main-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .contactus-main-block .from-group-input {
        gap: 24px;
    }

    .contactus-main-block .banner_block {
        padding: 72px 0px;
        width: 100%;
    }

    .contactus-main-block h2 {
        color: #1D2939;
        text-align: center;
        font-family: var(--font-dm);
        font-size: 64px;
        font-weight: 700;
        line-height: normal;
        margin: 0px;
    }

    .contactus-main-block p {
        color: #475467;
        text-align: center;
        font-family: var(--font-Satoshi);
        font-size: 20px;
        font-weight: 400;
        line-height: normal;
        margin: 0px;
    }

.contactus-detail-block {
    display: flex;
    align-items: center;
    gap: 110px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.contact-main-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .contact-main-left .contactus-left {
        display: flex;
        align-items: center;
        gap: 24px;
        padding: 24px 32px;
    }

.contactus-left:not(:last-child) {
    border-bottom: 1px solid var(--300, #D0D5DD);
}

.contactus-left img {
    object-fit: contain;
}

.contactus-left-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: flex-start;
}

    .contactus-left-content p {
        color: #000;
        font-family: Satoshi;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0px;
    }

    .contactus-left-content span {
        color: #1D2939;
        font-family: "DM Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.contact-main-right .contact_main_block {
    border-radius: 24px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 32px;
}

.contact_main_block .banner_title {
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 40px;
}

.contact_left_div .panel_row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-self: stretch;
    padding: 0px;
}

.login_from .lbl_up {
    display: block;
    color: #1D2939;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}

.login_from input {
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
}

.login_from textarea {
    display: flex;
    height: 98px;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    resize: none;
}

    .login_from input::placeholder,
    .login_from textarea::placeholder {
        color: var(--400, #98A2B3);
        font-family: "DM Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 144.444% */
    }

.login_from button {
    display: flex;
    height: 56px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #131B42;
    margin: 0px;
    margin-top: 15px;
}

.customer-support {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.customer-support-card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    border-radius: 24px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.customer-card-img {
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #131B42;
}

.customer-support-content h3 {
    color: #1D2939;
    text-align: center;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px;
}

.customer-support-content p {
    color: #475467;
    text-align: center;
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/***get started***/

.get-started {
    display: grid;
    grid-template-columns: auto auto;
    padding: 80px 0px 0px;
}

.get-started-left {
    display: flex;
    justify-content: center;
    background-image: url('../../img/demo/map-whole.webp');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.get-started-right {
    padding: 37px 32px;
}

    .get-started-right h3 {
        color: #1D2939;
        font-family: "DM Sans";
        font-size: 56px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin: 0;
        max-width: 591px; /*new*/
    }

    .get-started-right p {
        color: #121D3F;
        font-family: Satoshi;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin: 0px;
        max-width: 591px; /*new*/
    }

.get-started .get-started-right p {
    text-align: left;
}

.get-started-btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(270deg, #3ABAD5 0%, #CC50CC 100%);
    color: white;
    margin-top: 30px;
    font-family: var(--font-Satoshi);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    max-width: fit-content;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .get-started-btn::before {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.1);
        transform: skewX(-20deg);
        z-index: 1;
        transition: all 0.5s;
    }

    .get-started-btn:hover::before {
        left: 100%;
    }

.get-started-main-block {
    justify-content: space-between;
    /*padding-left: 80px;*/ /*new change*/
    padding-left: 250px;
    flex-wrap: nowrap;
}

.select-drop-arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    background-position: -566px -122px;
    right: 16px;
    top: 40px;
}

.login_from select {
    position: relative;
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #ECEFF3;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    color: #98A2B3;
    font-family: "DM Sans";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.get-started-banner p {
    max-width: 480px;
    margin: auto;
    margin: 20px 0px;
}

@media (max-width: 1600px) {
    .get-started-main-block {
        padding-left: 60px; /*new change*/
    }
}

@media (max-width: 1200px) {
    .get-started-main-block {
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0;
    }
}

@media (max-width:992px) {
    .get-started {
        grid-template-columns: 1fr;
    }

    .get-started-right {
        text-align: center;
    }

        .get-started-right h3 {
            margin: auto;
        }

    .get-started .get-started-right p {
        text-align: center;
        margin: auto;
    }

    .get-started-btn {
        margin: 20px auto;
    }

    .customer-support {
        flex-direction: column;
    }
}

@media (max-width:768px) {
    .get-started-right h3 {
        font-size: 18px;
        margin: auto;
    }

    .get-started .get-started-right p {
        text-align: center;
        margin: auto;
        line-height: normal;
        margin-top: 5px;
        font-size: 14px;
    }

    .login_from .lbl_up {
        ;
        font-size: 14px;
    }

    .contact-main-left .contactus-left {
        padding: 20px 10px;
    }

    .contactus-main-block .banner_block {
        padding: 40px 0px 0px;
    }

    .n_d_div,
    .login_from input {
        width: 100%;
    }

    .contactus-main-block h2 {
        font-size: 18px;
    }

    .contact_main_block .banner_title {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .login_from input::placeholder,
    .login_from textarea::placeholder {
        font-size: 14px;
    }

    .login_from button {
        height: 50px;
        padding: 10px 18px;
        font-size: 14px;
    }

    .login_from select {
        font-size: 14px;
    }

    .contactus-main-block p {
        font-size: 14px; /*NEW*/
    }

    .contactus-left-content span {
        font-size: 14px;
    }

    .contactus-detail-block {
        gap: 50px;
    }

    .customer-support-card {
        gap: 0px;
    }

    .customer-support-content h3 {
        font-size: 18px;
    }
}
