.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    height: 60px;
}

.header .containerLeft {
    display: flex;
    align-items: center;
}

.header .containerLeft .logo {
    margin-right: 20px;
    width: 120px;
    height: 34px;
    background-size: contain;
}

.header .navbar {
    display: flex;
}

.header .navbarItem {
    padding: 5px 20px;
    border-radius: 50px;
    margin: 0 15px;
    cursor: pointer;
    font-family: "Poppins-Medium";
}

.navbar .check {
    background: #f1f4f9;
}

.contactBtn {
    background: #6145f1;
    color: #fff;
    padding: 6px 30px;
    border-radius: 50px;
    box-shadow: 0px 5px 10px 4px rgba(153, 153, 153, 0.24);
    font-size: 15px;
    font-family: "Poppins-SemiBold";
    cursor: pointer;
}

.header .contactBtn:hover {
    background: #533acd;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contentBox {
    padding-top: 120px;
}

.contentBox .slogan {
    font-size: 88px;
    display: flex;
    justify-content: center;
}

.contentBox .slogan div {
    font-family: "Poppins-Bold";
}

.contentBox .tm {
    font-size: 40px;
    margin-top: 10px;
    margin-right: 10px;
}

.contentBox .text {
    background: linear-gradient(to right, #6949f0, #ffb4bc);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Poppins-Bold";
}

.contentBox .sloganDesc {
    margin: 0px 160px 80px 160px;
    font-family: "Poppins-Regular";
    font-size: 20px;
}

.contentBox .solution {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contentBox .solution::after {
    content: "";
    width: 32%;
}

.solutionItem {
    width: 32%;
    /* min-height: 680px; */
    margin-bottom: 30px;
    background: #f7f5fe;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 40px 20px 20px 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.solutionItem img {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.solutionItem:hover {
    background: #fff;
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.12);
}

.solutionItem .title {
    font-size: 30px;
    font-family: "Poppins-SemiBold";
    min-height: 0;
}

.solutionItem .desc {
    color: #a09bbb;
    margin: 6px 0 0 0;
    font-family: "Poppins-Regular";
    font-size: 18px;
}

.solutionItem .cover img {
    width: 40%;
    height: 100%;
}

.solutionItem .introduce {
    font-size: 18px;
    font-family: "Poppins-MediumItalic";
    min-height: 0;
}

.solutionItem .btn {
    background: #efebfd;
    color: #6145f1;
    border: 1px solid #6145f1;
    border-radius: 15px;
    padding: 12px 0;
    width: 100%;
    margin-top: 30px;
    font-size: 20px;
    font-family: "Poppins-SemiBold";
}

.solutionItem .btn:hover {
    background: #6145f1;
    color: #fff;
}

.solutionItem .domain {
    text-align: left;
    margin-left: 15px;
    font-size: 18px;
    font-family: "Poppins-Regular";
    margin-bottom: 8px;
}

.solutionItem .advantage{
    flex: 1;
    min-height: 0;
}

.solutionItem .tag {
    background: linear-gradient(to right, #6949f0, #ffb4bc);
    padding: 3px 30px;
    color: #fff;
    position: absolute;
    top: 14px;
    left: -28px;
    transform: rotate(-45deg);
    font-size: 13px;
}

.popular {
    border: 2px solid #6145f1 !important;
}

.popular .title {
    color: #6145f1;
}

.contact {
    margin-top: 80px;
}

.contact .title {
    font-size: 56px;
}

.contact .title span {
    font-family: "Poppins-Bold";
}

.contact .desc {
    font-family: "Poppins-Regular";
    font-size: 20px;
    margin-bottom: 30px;
}

.contact .form {
    width: 80%;
    margin: 0 auto;
}

.contact .form form {
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #9aa0aa;
    flex: 1;
    padding: 0 24px;
    border-radius: 10px;
    position: relative;
}

.form-group img {
    width: 24px;
    height: 24px;
}

.form-twice {
    display: flex;
    align-items: center;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    /* border: 2px solid #9aa0aa; */
    font-family: "Poppins-Regular";
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #9e9ca8;
}

.form-group textarea {
    width: 100%;
    height: 200px;
    padding: 10px 0px;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    font-family: "Poppins-Regular";
    resize: vertical;
}

.form .check {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.form .check .text {
    color: #9e9ca8;
    margin-left: 10px;
}

.form .check .text span {
    font-family: "Poppins-Regular";
    font-size: 20px;
}

.form .btn {
    background: #6145f1;
    color: #fff;
    font-size: 20px;
    padding: 12px 80px;
    margin: 30px 0 100px 0;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 4px rgba(153, 153, 153, 0.24);
    font-family: "Poppins-Medium";
}

.custom-select {
    border: none !important;
    padding: 10px 0px 10px 20px;
    border-radius: 8px;
    opacity: 1;
    position: initial;
}

.custom-select .selected {
    color: #9e9ca8 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Poppins-Medium";
}

.custom-select .selected div {
    font-family: "Poppins-Regular";
}

.custom-select .selected img {
    width: 30px;
    height: 30px;
}

.col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

/*  hubspot */
.contact fieldset {
    max-width: 100% !important;
}

.contact form .input {
    margin-right: 16px;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="tel"] {
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #9aa0aa;
    background-color: #fff;
    background-blend-mode: multiply;
    opacity: 0.6;
    font-family: "Poppins-Regular";
}

.contact form textarea {
    width: 100% !important;
    height: 150px;
    padding: 10px 20px;
    border: 1px solid #9aa0aa;
    border-radius: 8px;
    font-size: 20px;
    resize: vertical;
    background-color: #fff;
    background-blend-mode: multiply;
    opacity: 0.6;
}

.contact form input::placeholder,
.contact form textarea::placeholder {
    color: #9e9ca8;
}

.contact form input[type="submit"] {
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(97, 69, 241, 1);
    border-radius: 22px;
    height: 64px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: "Poppins-Medium";
    border: none;
    cursor: pointer;
}

.contact form input[type="submit"]:hover {
    background: #533acd;
}

.contact form option {
    background: #fff;
    color: #000;
}

.contact form input[type="checkBox"] {
    width: 20px !important;
    margin-right: 10px;
}

.contact form label {
    margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact form label span {
    overflow-wrap: break-word;
    color: #9e9ca8;
    font-size: 20px;
    font-family: "Poppins-Regular";
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 32px;
    margin-right: 5px;
}

.contact form .input {
    position: relative;
    margin: 0 8px !important;
}

.contact form select {
    width: 100% !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #9aa0aa;
    background-color: #fff;
    background-blend-mode: multiply;
    opacity: 0.6;
    font-family: "Poppins-Regular";
    color: #9e9ca8;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.contact .hs_industry .input::after,
.contact .hs_country .input::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-25%);
    width: 15px;
    content: "";
    border: 8px solid transparent;
    border-top: 9px solid #9e9ca8;
}

.contact .hs_recaptcha {
    display: none;
}

.contact .hs_opted_in a {
    color: #6145f1;
}

.contact .hs_opted_in a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #6145f1;
}

.contact .hs_submit .actions {
    display: flex;
    justify-content: center;
    margin: 30px 0 100px 0;
}

@media screen and (max-width: 500px) {
    .contentBox {
        padding-top: 100px;
    }

    .contentBox .slogan {
        font-size: 32px;
        line-height: 30px;
    }

    .contentBox .tm {
        font-size: 20px;
        margin-top: -6px;
        margin-right: 5px;
    }

    .contentBox .sloganDesc {
        margin: 24px 0px 36px 0px;
        text-align: left;
        font-size: 15px;
    }

    .contentBox .solution {
        display: block;
    }

    .solutionItem {
        width: 100%;
        min-height: 525px;
        border: 2px solid #eee;
    }

    .solutionItem .desc {
        text-align: center;
        margin: 8px 0 0 0;
        font-size: 14px;
    }

    .solutionItem .cover img {
        width: 60%;
    }

    .solutionItem .btn {
        margin-top: 0px;
        font-size: 16px;
        width: 70%;
        padding: 7px 0;
        border-radius: 10px;
    }

    .solutionItem .introduce {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .solutionItem .domain {
        font-size: 14px;
    }

    .solutionItem img {
        width: 12px;
        height: 12px;
    }

    .contact .form {
        width: 100%;
    }

    .contact .form .row {
        display: block;
    }

    .contact .form .col-6 {
        max-width: 100%;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 13px;
        padding: 10px 12px;
    }

    .form-group textarea {
        height: 120px;
        padding: 10px 0;
    }

    .form .check .text span {
        font-size: 12px;
    }

    .form .btn {
        font-size: 14px;
    }

    .custom-select {
        padding: 10px 0 10px 12px;
        font-size: 13px;
    }

    .custom-select .selected img {
        width: 20px;
        height: 20px;
    }

    .form-twice {
        display: block !important;
    }

    .form-group {
        margin-right: 0 !important;
        padding: 0 12px;
    }

    .form-group img {
        width: 12px;
        height: 12px;
    }

    .contact .title {
        font-size: 36px !important;
        line-height: 38px;
    }

    .contact .desc {
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 24px;
    }

    .solutionItem .title {
        font-size: 22px;
    }

    /* hubspot */
    .contact .contactBox .contactFrom {
        width: 100%;
    }

    .contact form .input {
        margin: 0px !important;
    }

    .hs-input {
        width: 100% !important;
    }

    .contact form input[type="text"],
    .contact form input[type="email"],
    .contact form input[type="tel"] {
        font-size: 13px;
    }

    .contact dl,
    ol,
    ul {
        margin-bottom: 0px;
    }

    .contact form select {
        font-size: 13px;
    }

    .contact .hs_industry .input::after,
    .contact .hs_country .input::after {
        border: 5px solid transparent;
        border-top: 5px solid #9e9ca8;
        width: auto;
    }

    .contact form label span {
        font-size: 12px;
    }

    .contact form label {
        justify-content: center;
        margin: 7px 0 0 0;
    }

    .contact form input[type="submit"] {
        font-size: 14px;
        height: auto;
        width: auto;
        padding: 12px 70px;
        border-radius: 12px;
    }

    .hs_submit .actions {
        display: flex;
        justify-content: center;
    }

    .contact form textarea {
        height: 120px;
        font-size: 14px;
    }

    .contact form input[type="checkBox"] {
        width: 12px !important;
    }
}
