@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Yanone+Kaffeesatz:wght@200;300;400;500;600;700&display=swap');

body {
    width: auto !important;
    font-family: 'Poppins', sans-serif !important;
    background: linear-gradient(to bottom, rgb(20 20 20 / 50%), rgb(20 20 20 / 50%)), url(https://d2ova09jg8x3xk.cloudfront.net/sopranospizzabundoora.com.au/bundoora/images/bg.jpg) no-repeat !important;
    background-position: top !important;
    background-attachment: fixed !important;
    background-size: cover !important;
/*     padding: 0px 350px; */
}

section.logo img {
    width: 300px;
    position: relative;
    margin-top: 3%;
    margin-bottom: 3%;
    transition: .5s all ease-in-out;
/*     transform: translateX(-10%) translateY(-50%); */
}

section.formmmm {
    background: #fff;
    border: 2px solid #111;
    /* box-shadow: 6px 6px 0px #eeeeee63; */
    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: 'Yanone Kaffeesatz', sans-serif;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    width: 95%;
    margin: auto;
    text-transform: uppercase;
    border-bottom: 2px solid #111;
}

label {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #111;
    font-weight: 800;
    font-size: 24px;
    margin: 5% auto;
    text-transform: uppercase;
}

.formbutton .form-control {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 900;
    margin-top: 3%;
    margin-bottom: 1%;
    background: #fff;
    border: 3px solid #111;
    color: #111;
    letter-spacing: 1px;
    font-size: 30px;
    padding: 10px;
    transition: 0.3s all ease;
}

.formbutton .form-control:hover {
    background: #111;
    color: #fff;
    border: 3px solid #1C7313;
}

.form-control:focus {
    border-color: #dddddd !important;
    box-shadow: 0px 0px 8px rgb(55 55 55 / 30%) !important;
}

::placeholder {
    color: #a2a2a2 !important;
    font-size: 14px;
    text-transform: lowercase;
}

#sent p{
    color: #ffffff;
}

/* mobile view */
@media (max-width: 1024px) {
    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: 18px;
    }
}

@media only screen and (max-height: 600px) and (min-height: 600px) {
    section.formmmm {
        width: 85% !important;
    }

    body {
        height: 140vh !important;
    }
}

@media (max-width: 540px) {
    section.logo img {
        width: 250px;
    }
    
    body {
        height: 150vh !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%;
    }
}