@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;700&family=Poppins:wght@300;400;600;800;900&display=swap');

body {
    width: auto !important;
    font-family: 'Oswald', sans-serif !important;
    background: linear-gradient(to bottom, rgb(20 20 20 / 0%), rgb(20 20 20 / 75%)), url('https://d2ova09jg8x3xk.cloudfront.net/peppergourmetpizza.com.au/surryhills/images/orangebg.jpg') no-repeat !important;
    background-position: top !important;
    background-attachment: fixed !important;
    background-size: 200% !important;
    padding-top: 6em;
}

section.logo img {
    width: 350px;
    position: relative;
    margin-top: 3%;
    margin-bottom: 3%;
    /*     transform: translateX(-10%) translateY(-50%); */
}

section.formmmm {
    background: #100c08;
    border: 2px solid #ffffff;
    /* box-shadow: 6px 6px 0px #e63b12; */
    border-radius: 5px;
    width: 55% !important;
    margin: auto;
    padding: 20px;
    /*     animation: pulse-yellow 2.6s infinite; */
}

@keyframes pulse-yellow {
    0% {
        box-shadow: 0 0 0 0 rgb(241 196 67 / 20%);
    }

    50% {
        box-shadow: 0 0 0 20px rgb(255 177 66 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(255 177 66 / 0%);
    }
}

.personalinfos, .eventinfos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.inquire_header {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    width: 95%;
    margin: auto;
    color: #fff;
    border-bottom: 2px solid #e63b12;
}

label {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    margin: 5% auto;
    text-transform: uppercase;
}

.formbutton .form-control {
    font-family: 'Oswald', sans-serif;
    font-weight: 600 !important;
    margin-top: 3%;
    margin-bottom: 1%;
    background: #fff;
    border: 2px solid #222;
    color: #100c08;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px;
    transition: 0.3s all ease;
}

.formbutton .form-control:hover {
    background: #e33a12;
    color: #fff;
    border: 2px solid #ffffff;
}

.form-control:focus {
    border-color: #F1C443 !important;
    box-shadow: 0px 0px 5px rgb(241 196 67 / 50%) !important;
}

::placeholder {
    color: #a2a2a2 !important;
    font-size: 15px;
    text-transform: lowercase;
}

#sent p {
    text-align: center;
    font-size: 25px;
    margin: 2em auto;
    color: #ffffff;
}

/* mobile view */
@media (max-width: 1024px) {

    body {
        background-size: cover !important;
        padding-top: 3em;
    }

    section.formmmm {
        width: 80% !important;
    }
}

@media only screen and (max-height: 800px) and (min-height: 800px) {
    section.formmmm {
        width: 85% !important;
    }
}

@media (max-width: 768px) {

    section.formmmm {
        width: 90% !important;
    }

    label {
        font-size: 15px;
    }

    section.logo img {
        width: 250px;
    }

    p.inquire_header {
        font-size: 35px;
    }

}

@media only screen and (max-height: 600px) and (min-height: 600px) {
    section.formmmm {
        width: 85% !important;
    }

    body {
        height: 130vh !important;
    }
}

@media (max-width: 540px) {
    body {
        height: 180vh !important;
    }

}

@media (max-width: 320px) {
    section.logo img {
        width: 250px;
    }

    section.formmmm {
        width: 85% !important;
    }

    p.inquire_header {
        font-size: 40px;
    }

    body {
        height: 200vh !important;
    }

    .formbutton .form-control {
        margin-top: 10%;
    }
}