
#hero-section {
    background-image: linear-gradient(135deg, rgba(37, 99, 235, 1) 2%, rgba(57, 23, 93, 1) 100%) !important;
    padding: 50px;
    color: #ffff;
    font-family: var(--inter);
}

#hero-section h1 {
    font-size: 36px;
    padding: 3px 0px;
}

#hero-section p span {
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
}


#contact-page p {
    font-size: 16px;
    color: var(--sec-font);
}

/* From Uiverse.io by mrhyddenn */
#contact-page .form__group {
    position: relative;
    padding: 20px 0 0;
    width: 160%;
    max-width: 180px;
}

#contact-page .form__field {
    text-indent: 10px;
    font-family: inherit;
    width: 160%;
    border: none;
    border-bottom: 1px solid #fff;
    outline: 0;
    font-size: 16px;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

#contact-page .form__field::placeholder {
    color: transparent;
}

#contact-page .form__field:placeholder-shown~.form__label {
    cursor: text;
    top: 30px;
}

#contact-page .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 16px;
    color: #fff;
    pointer-events: none;
}

#contact-page .form__field:focus {
    padding-bottom: 6px;
    border-image-slice: 1;
}

#contact-page .form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
}

#contact-page .form__field:required,
#contact-page .form__field:invalid {
    box-shadow: none;
}

#contact-page #contact-inputs {
    max-width: 660px;
}

#contact-page #contact-inputs label {
    margin-left: 0;
    font-weight: 400 !important;
}
#contact-page .btn-primary{
    border: none !important;
}
@media (max-width: 576px) {
    #contact-page .form__field {
        width: 190%;
    }

    #contact-page p {
        font-size: 16px;
    }

}

@media (max-width: 1200px){
    #privacy .container,
    #contact-page .container{
        padding: 0 15px;
    }
}


