/* Contact Page */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

/* @font-face {
    font-family: "Data Trash";
    src: url("./fonts/data_trash.otf");
} */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .contact h2{
        font-size: 40px;
        font-family: 'Bebas Neue', sans-serif;
    }
}

.contact h2{
    font-size: 40px;
    font-family: 'Bebas Neue', sans-serif;
}

.form-control{
    background: transparent;
    border: none;
    border-radius: 0;
    /* border-bottom: 1px solid #ffffff65;  */
    background-color: #ffffff10;
    outline: none;
    /* -webkit-box-shadow: 0 2px 10px 1px var(--main-white); */
    /* box-shadow: 0 2px 10px 1px var(--main-white); */
    box-shadow: none;
    font-family: 'Bebas Neue', sans-serif;
}

.form-control::placeholder{
    color: #ffffff65 !important;
    text-transform: lowercase;
}
.form-control{
    color: #ffffff !important;
    padding: 10px;
    border-radius: 6px;
}
.form-control:focus{
    color: #ffffff !important;
    background-color: #ffffff25;
    box-shadow: none;
}
.captcha{
    font-family: 'Bebas Neue', sans-serif;
}
.captcha p, a, span, .mt-4 {
    color: #ffffff !important;
}
.captcha a:hover {
    color: #ffffff !important;
}

.btn-light{
    font-family: 'Bebas Neue', sans-serif;
}
.success{
    color: rgb(94, 214, 174);
    font-family: 'Bebas Neue', sans-serif;
}
.danger{
    color: rgb(191, 65, 65);
    font-family: 'Bebas Neue', sans-serif;
}
button {
    background-color: #ffffff25;
    margin-top: 20px;
    padding: 10px 40px !important;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    border-radius: 6px;
    border: none;
}
button:hover {
    background-color: #ffffff65;
}

/* footer */

.footer-pad{
    opacity: 0;
    font-family: 'Anonymous Pro', monospace;
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    animation: fadeIn ease-in 1s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    padding: 0rem 4rem;
    z-index: 999;
}

.footer-pad span,
.footer-pad p,
.social-medias {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 33.33%;
    display: flex;
    align-items: center;
}

.footer-pad p {
    justify-content: center;
}
.social-medias {
    padding-right: 2%;
}

/* ========================================================= */
/* ================== RESPONSIVE CONTECT==================== */
/* ========================================================= */


@media (max-width: 430.915px) {

.footer-pad span,
.footer-pad p,
.social-medias {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 22.33%;
    display: flex;
    align-items: center;
    margin-bottom: 37px;
    margin-bottom: 30px;
}

.footer-pad p {
    justify-content: center;
    font-size: 5px;
}


}


