@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.nav-links .cate-name:nth-child(5) a button {
    background: -webkit-linear-gradient(180deg, #45B9D5, #81CA73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scroll-to-form-btn {
    transition: transform .5s ease-in-out;
    transform: scale(.9);
}
.form-main .input-place:nth-child(3) .icon_form {
    width: 15px;
}
/* .scroll-to-form-btn:hover {
    transform: scale(1);
} */
.section-1 h2 {
    font-size: 50px;
    color: #202B50;
    z-index: 1;
}
@media (max-width: 991px) {
    .section-2::before, .section-2::after {
        display: none;
    }
}

.w-100 {
    width: 100%;
}

.icon_form {
    width: 20px;
    height: 20px;
}

.input-place {
    display: flex;
    margin: 1rem 0;
}

.input-data {
    position: relative;
    margin-left: 1rem;
}

.form_text~label {
    position: absolute;
    top: -5px;
    left: 0px;
    transition: .2s;
    font-size: 12px;
    transform: translateY(5px);
    color: rgba(32, 43, 80, 0.6);
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
}

.input-data input {
    border: 0;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(32, 43, 80, 0.6);
}
@media (min-width:992px) {
    .input-data input{
        width: 280px;
    }
    .input-data .mess{
        /* width: 100%; */
    }
}
.form_text:focus~label, .form_text:valid~label {
    position: absolute;
    top: -20px;
    display: block;
    transition: 0.2s;
    font-size: 0.75rem;
    color: #202B50;
    font-weight: 400;
}

.form_text:placeholder-shown~label {
    font-size: 0.75rem;
    cursor: text;
    top: 1.25rem;
}

.mess:focus~label {
    top: -5px;
}

.mess {
    height: 100px;
}

input, label, button, .scroll-to-form-btn:hover {
    cursor: pointer;
}

.btn-submit {
    padding: 21px 43px;
    border-radius: 15px;
    outline: none;
    font-size: 14px;
    border: solid 1px transparent;
    background-image: -webkit-linear-gradient(180deg, #45B9D5, #81CA73);
    box-shadow: 2px 1000px 1px #fff inset;
    background-origin: border-box;
    transition: .3s;
    margin-top: 2rem;
}

.btn-submit span {
    background: -webkit-linear-gradient(180deg, #45B9D5, #81CA73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-submit:hover {
    box-shadow: none;
    color: #fff;
}

.btn-submit:hover span {
    -webkit-text-fill-color: transparent;
    background: #fff;
    -webkit-background-clip: text;
}

.section-2 {
    position: relative;
    /* width: 1097px;
    height: 740px; */
    margin: 0 auto;
}

.img_bg_form {
    width: 580px;
    position: absolute;
    right: 2%;
    bottom: -70px;
    z-index: 2;
}

.contact-us-form {
    display: block;
    background: transparent;
    /* backdrop-filter: blur(12px); */
    position: relative;
    width: 100%;
    background: rgba(249, 250, 255, 1);
    box-shadow: 0px 0px 24px #c7d0ff;
    /* backdrop-filter: blur(12px); */
    border-radius: 30px;
    height: 583px;
    margin-bottom: 80px;
    z-index: 1;
}

.form-main {
    width: 450px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg_header_contact {
    width: 400px;
    position: absolute;
    z-index: 0;
    top: 100px;
}
.section-2::before{
    content: '';
    background: url(../../img/bg/bg-product-detail1.png);
    position: absolute;
    background-position: center;
    background-size: 100%;
    right: 40px;
    top: -84px;
    width: 197px;
    height: 260px;
    background-repeat: no-repeat;
}
.section-2::after{
    content: '';
    background: url(../../img/bg/bg-product-detail.png);
    position: absolute;
    background-position: center;
    background-size: 100%;
    left: 40px;
    bottom: 0px;
    width: 197px;
    height: 260px;
    background-repeat: no-repeat;
}
@media (max-width:800px) {
    .section-2::after,.section-2::before{
        display: none;
    }
}
.item_contact {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    filter: blur(5px);
    opacity: 0.5;
}

.item_contact:nth-child(2) {
    top: 35%;
    left: 70%;
}

.item_contact:nth-child(3) {
    top: 17%;
    left: 58%;
}

.mail_time_office {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.icon_section3 {
    width: 54px;
    background-color: #202B50;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100rem;
    height: 55px;
}

.m-0 {
    margin: 0;
}

.section3 {
    margin-top: 5rem;
}

.text_section3 {
    width: 80%;
    margin-left: 1rem;
    word-break: break-all;
}
.text_section3 p{
    font-size: 15px;
    margin-bottom: 0px;
}
.section3_item {
    background: #F9FAFF;
    box-shadow: 0px 3px 9px rgba(199, 208, 255, 0.6);
    border-radius: 18px;
    padding: 20px 40px;
    margin: 0 1em;
}

.w-45 {
    width: 45%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.icon_bottom_section {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    margin-top: 15%;
}



@media only screen and (max-width: 399px) {
    .bg_bottom_left_contact, .bg_top_right_contact, .bg_header_contact {
        display: none;
    }
 
    .section-1 h2 {
        font-size: 30px;
    }

    .section-1 {
        margin: 50px 0px 0px;
    }

    .section-1 p {
        font-size: 13px;
    }

    .scroll-to-form-btn p {
        padding: 1rem 2rem;
        border-radius: 10px;
    }

    .section-2 {
        display: flex;
        flex-direction: column-reverse;
        position: initial;
        background-color: #fbfcff;
        max-width: 90%;
        height: 100%;
        border-radius: 20px;
        box-shadow: 0 0 10px #c7d0ff;
        padding-top: 5rem;
        margin-top: 3rem;
    }

    .img_bg_form {
        position: initial;
        width: 100%;
        z-index: 1;
        margin-bottom: 100px;
    }

    .contact-us-form {
        max-width: 100%;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 3rem;
        background: unset;
    }

    .form-main {
        max-width: 100%;
        padding: 0;
        justify-content: inherit;
        margin-top: 0;
        height: 75%;
    }

    .item_contact {
        position: absolute;
        left: 24%;
        top: -33%;
        transform: translate(-50%, -50%);
        width: 100px;
        filter: blur(25px);
        z-index: -1;
    }

    .item_contact:nth-child(2) {
        top: -22%;
        left: 85%;
    }

    .item_contact:nth-child(3) {
        top: -50%;
    }

    .section3 {
        max-width: 100%;
        margin: 0 auto;
    }

    .icon_bottom_section {
        flex-direction: column;
    }

    .section3_item {
        width: 100% !important;
        max-width: 100%;
        padding: 1rem;
        margin: 1rem 0;
    }

    .text_section3 .mail_time_office {
        font-size: 18px;
    }

    .text_section3 p {
        font-size: 13px;
    }


    /* .footer-col-3 {
        flex-direction: column;
    } */

 
    .d-block-rps {
        display: none;
    }
}

.d-block-rps {
    display: none;
}

@media (max-width:767px) {
    .bg_bottom_left_contact, .bg_top_right_contact, .bg_header_contact {
        display: none;
    }

    .section-1 h2 {
        font-size: 30px;
    }

    .section-1 {
        margin: 50 0px 0px;
    }

    .section-1 p {
        font-size: 13px;
    }

    .scroll-to-form-btn p {
        padding: 1rem 2rem;
        border-radius: 10px;
    }

    .section-2 {
        display: flex;
        flex-direction: column-reverse;
        position: initial;
        background-color: #fbfcff;
        max-width: 100%;
        height: 100%;
        border-radius: 20px;
        box-shadow: 0 0 10px #d2d4da;
        padding: 4rem 1rem;
        margin: 2rem auto;
        max-width: 90%;
    }

    .img_bg_form {
        position: initial;
        width: 100%;
        z-index: 1;
        margin-bottom: 50px;
    }

    .contact-us-form {
        max-width: 100%;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 3rem;
        background: unset;
    }

    .form-main {
        max-width: 100%;
        padding: 0;
        justify-content: inherit;
        margin-top: 0;
        height: 75%;
        width: 100%;
        margin-top: 30px;
    }

    .input-place, #message-input {
        width: 100%;
        /* max-width: 90%; */
    }

    .form_text {
        width: 100%;
    }

    .input-data {
        width: 100%;
    }

    #message-input .col-md-12 .input-place {
        max-width: 100%;
    }

    #message-input .col-md-12 {
        padding: 0;
    }

    .item_contact {
        position: absolute;
        left: 24%;
        top: -60%;
        transform: translate(-50%, -50%);
        width: 100px;
        filter: blur(25px);
        z-index: -1;
    }

    .item_contact:nth-child(2) {
        top: -60%;
        left: 90%;
    }

    .item_contact:nth-child(3) {
        top: -80%;
    }

    .section3 {}

    .icon_bottom_section {
        flex-direction: column;
    }

    .section3_item {
        width: 100% !important;
        max-width: 100%;
        padding: 1rem;
        margin: 1rem 0;
    }

    .text_section3 .mail_time_office {
        font-size: 18px;
    }

    .text_section3 p {
        font-size: 13px;
        word-break: break-all;
    }

    /* .footer .footer-col-3 p {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 1rem;
    } */

    /* .footer-col-3 {
        flex-direction: column;
    } */

    .d-none-rps {
        display: none !important;
    }

    .d-block-rps {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .mw-rps-45 {
        max-width: 50%;
        display: block !important;
    }

    .mr-rps-1 {
        margin-right: 1rem;
    }

    /* .icon_section3 {
        margin: 0 auto;
    } */

    .text_section3 {
        text-align: center;
        width: 100%;
        margin: 0;
        word-break: break-all;
    }
}
.section3 {
    margin: 5rem 6rem 0 6rem;
}

@media (max-width:991px) {
    .bg_bottom_left_contact, .bg_top_right_contact, .bg_header_contact {
        display: none;
    }

    .section-1 h2 {
        font-size: 40px;
    }

    .section-1 {
        margin: 50px 0px 0px;
    }

    .section-1 p {
        font-size: 16px;
    }

    .scroll-to-form-btn p {
        padding: 1rem 2rem;
        border-radius: 10px;
    }

    .section-2 {
        display: flex;
        flex-direction: column-reverse;
        position: initial;
        max-width: 100%;
        height: 100%;
        border-radius: 20px;
        box-shadow: 0 0 10px #c7d0ff;
        padding-top: 5rem;
        margin: 5rem auto;
        margin-bottom: 0;
        background: rgba(249, 250, 255, 1);
        box-shadow: 0px 0px 24px #c7d0ff;
    }

    .img_bg_form {
        position: initial;
        width: 70%;
        margin: 0 auto;
        z-index: 1;
        margin-bottom: 100px;
    }

    .contact-us-form {
        max-width: 100%;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 3rem;
    }

    .form-main {
        max-width: 100%;
        padding: 0;
        justify-content: inherit;
        height: 75%;
        width: 80%;
        margin: 0 auto;
    }

    .input-place, #message-input {
        width: 100%;
        /* max-width: 90%; */
    }

    .form_text {
        width: 100%;
    }

    .input-data {
        width: 100%;
    }

    #message-input .col-md-12 .input-place {
        max-width: 100%;
    }

    #message-input .col-md-12 {
        padding: 0;
    }

    .item_contact {
        position: absolute;
        left: 24%;
        top: -100%;
        transform: translate(-50%, -50%);
        width: 100px;
        filter: blur(25px);
        z-index: -1;
    }

    .item_contact:nth-child(2) {
        top: -100%;
        left: 90%;
    }

    .item_contact:nth-child(3) {
        top: -120%;
    }

    .section3 {
        max-width: 100%;
        margin: 5rem auto;
    }

    .icon_bottom_section {
        flex-direction: column;
    }

    .section3_item {
        width: 100% !important;
        max-width: 100%;
        padding: 1rem;
        margin: 1rem 0;
        height: unset;
        max-height: unset;
        padding-bottom: 0px;
    }

    .text_section3 .mail_time_office {
        font-size: 18px;
    }

    .text_section3 p {
        font-size: 13px;
    }

    .d-none-rps {
        display: none !important;
    }

    .d-block-rps {
        display: block;
    }

    .mw-rps-45 {
        max-width: 50%;
        display: block !important;
    }

    .mr-rps-1 {
        margin-right: 1rem;
    }

    .icon_section3 {
        margin: 0 auto;
    }

    .text_section3 {
        text-align: center;
        width: 100%;
        margin: 0;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
    /* .section-2 {
        max-width: 100%;
    } */

    .d-block-rps {
        display: block;
    }

    .d-none-rps {
        display: none !important;
    }

    .d-block-rps .d-flex {
        justify-content: space-between;
    }

    .d-block-rps .d-flex .section3_item {
        width: 50% !important;
        margin-top: 1rem;
    }

    .img_bg_form {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .section3 {
        margin: 30px auto !important;
    }
}
@media (max-width:991px) {
    .d-block-rps .section3_item{
        padding: 30px !important;
    }
}