:root {
    --color: #fff;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

.grid * {
    display: grid;
}

script, style, #eapps-instagram-feed-1 > a {
    display: none !Important;
}

html {
    overflow-x: hidden;
    font-family: 'Amatic Sc', sans-serif;
    /*visibility: hidden;*/
}

svg {
    width: 100%;
}

.grid {
    display: grid;
    width: 100vw;
    visibility: hidden;
}

.header {
    grid-template-columns: 3fr 1fr;
}

.header video {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.logo-menu {
    display: grid;
    grid-template-rows: 50vh 50vh;
}

.menu {
    padding: 1rem;
}

.logo svg, .menu svg {
    height: 100%;
    max-height: 600px;
    align-content: center;
    align-items: center;
    align-self: center;
    display: grid;

}

.logo {
    position: relative;
}

.logo img {
    position: absolute;
    right: 10px;
    top: -30px;
    height: 590px;
}


#become-hover,
#contact-hover,
#catering-hover,
#menu-2-hover,
#reserve-hover,
#home-top-hover {
    cursor: pointer;

}

#menu > * {
    cursor: pointer;
}

#contact > * {
    transition: 0.3s all ease-in-out;
}

#contact > *:hover {
    fill: #b61a2c;
}

.flashing-text {
    min-height: 95vh;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("assets/img/flashing-bg.jpg") no-repeat center center / cover;
}

.flying-bull {
    position: absolute;
    left: 30%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.umbrella {
    position: absolute;
}

.umbrella-1 {
    top: 18%;
    left: 22%
}

.umbrella-2 {
    top: 18%;
    left: 37%;
}

.umbrella-3 {
    top: 18%;
    left: 50%;

}

.umbrella-image {
    z-index: 2;
    position: absolute;
    width: 350px;

}

.umbrella-shadow {
    position: absolute;
    left: 10px;
    top: 50px;
    z-index: 1;
    width: 350px;

}


.flashing-text svg {
    height: 100vh;
    align-self: center;
}

.line-animation-wrapper {
    position: relative;
}

.line-animation {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url("assets//img/line-animation-bg.jpg");
}

.line-animation svg {
    /*transform: translate(5%, 0);*/
    pointer-events: none;
}

/*Instagram*/
.eapps-instagram-feed a {
    font-family: 'Amatic Sc' !Important;
}

.eapps-instagram-feed-title {
    font-family: 'Amatic Sc' !Important;
}

.eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
    font-family: 'Amatic Sc' !Important;
    font-size: 18px;
}

#eapps-instagram-feed-1 {
    background: url("assets//img/texture.jpg") !Important;
}

/*fORM*/
.section-form {
    font-size: 50px !Important;
    padding: 2rem 0 2rem 0;
}

.section-form .title, .contact-details {
    text-align: center !Important;
    padding: 1rem;
}

.section-form form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 500px;
    margin: 0 auto;
    grid-gap: 50px;
    padding: 1rem;
}

.section-form div {
    grid-column: -1/1;

}

.section-form button {
    font-family: 'Amatic Sc' !Important;
    min-width: 220px;
    padding: 1rem;
    background: #b61a2c;
    color: #e5c888;
    font-size: 2.4rem;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #e5c888;
    transition: 0.3s all ease-in-out;
}

.section-form button:hover {
    background: #e5c888;
    color: #b61a2c;
    border: 1px solid #b61a2c;
}

.section-form input {
    padding: 1rem;
}

.contact-details a {
    text-decoration: none;
    color: #c8102e;
    transition: 0.3s all ease-in-out;
}

.contact-details a:hover {
    filter: sepia(1);
}

.wd-100 {
    width: 100%;
    /* float: left; */
    position: relative;
    display: block;
}

.wd-25 {
    float: left;
    width: 25%;
    padding-left: 30px;
    padding-right: 30px;
}

.footer {
    background: #000;
    padding: 100px 15px 50px 15px;
}

.footer-bottom {
    background: #e5c888;
    padding: 25px 15px 25px 15px;
}

.footer-bottom p {
    text-align: center;
    font-size: 20px;
}

.footer p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}

.foot-menu {
    display: block;
}

.foot-menu li {
    display: block;
}

.foot-menu li a {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-decoration: none;
}

.social-menu {
    display: block;
    margin-top: 20px;
}

.social-menu li {
    float: left;
    margin-right: 15px;
}

.social-menu li a {
    color: #e5c888;
    font-size: 20px;
    text-decoration: none;
}

.foot-form {
    position: relative;
}

.foot-form input {
    background: transparent;
    border: none;
    height: 35px;
    border-bottom: 2px solid #fff;
    outline: none;
}

.foot-form button {
    background: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    color: #e5c888;
    font-weight: 100;
    position: absolute;
    right: 0;
}
