
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Poppins:wght@200;300;400;500&display=swap');
body,*{
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-padding-top: 95px;
}
img{
    max-width: 100%;
}
h1,h2,h3{
    font-family: 'Dela Gothic One', cursive;
}
a{text-decoration: none;}
header {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    color: #fff;
    transition: 0.2s all;
}
header.fixed {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
header.fixed .logo img {
    width: 70px;
}
ul.navbar-nav a {
    color: #fff;
    font-family: 'Dela Gothic One', cursive;
    transition: 0.2s all;
}
ul.navbar-nav a:hover {
    background: #ED1C22;
    text-align: center;
    color: #fff;
}
ul.navbar-nav {
    width: 100%;
    justify-content: end;
}
ul.navbar-nav .nav-item {
    max-width: 166px;
    width: 100%;
    text-align: center;
}
.tdr-btn{
    background-color: #ED1C22;
    text-align: center;
}

.tdr-btn:hover{
    background-color: #000;
    text-align: center;
}
button.btn {
    background-color: #ED1C22;
    color: #FFF;
    border-radius: unset;
    font-family: 'Dela Gothic One', cursive;
    font-size: 18px;
    padding-left: 2rem;
    padding-right: 2rem;
    height: 46px;
}
button.btn:hover {
    background-color: #000;
    color: #fff;
}
.slider-box {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 1;
    position: relative;
}
.slider-box:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    content: "";
    z-index: -1;
}

.food-wrapper {
    box-shadow: 0 0 16px 0px rgba(135, 129, 189, 0.49);
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50%;
}
.food-img img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    margin: 7px;
}
.food-img img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(212, 167, 98, 0.5);
    content: "";
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.food-content h4 {
    font-size: 28px;
    color: #303030;
    font-family: 'Playball', cursive;
    text-transform: capitalize;
    display: block;
    margin-top: 20px;
}
section.section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.food-content a {
    color: #ED1C22;
    text-decoration: none;
    display: block;
    margin-top: 7px;
    text-transform: capitalize;
}
.slick-next {
    right: 20px;
}
.slick-prev {
    left: 20px;
    z-index: 1;
}
.food-content h3 {
    font-size: 20px;
}
.single-food-type {
    position: relative;
    transition: 0.3s all;
    top: 0px;
}

.single-food-type:hover {
    top: -7px;
}
section#about {
    background-color: #f7f7f7;
    background-image: url('../images/about.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}
.title {
    font-size: 34px;
    color: #ED1C22;
    line-height: 46px;
}
ul.food-items li {
    display: inline-block;
    width: 24%;
    font-size: 14px;
    margin-bottom: 15px;
}
.menu-form h3 {
    text-align: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ED1C22;
    padding-bottom: 2px;
    margin-top: 4rem;
    text-transform: capitalize;
    font-weight: 400;
    border-top: 1px solid #ED1C22;
    color: #ED1C22;
    font-size: 20px;
}
ul.food-items li input {
    margin-right: 8px;
}
ul.food-items {
    padding-left: 0px;
    list-style: none;
}
input.CheckStyle {
    position: relative;
}
.CheckStyle:before {
    content: "";
    background-color: #ffffff00;
    width: 200px;
    height: 20px;
    z-index: 2;
    position: absolute;
    left: 0px;
    cursor: pointer;
}
.form-stick {
    position: sticky;
    top: 120px;
    padding: 20px;
    border-left: 1px dashed #ED1C22;
}
input.form-control.submit-btn {
    background-color: #ED1C22;
    color: #fff;
    border-radius: unset;
    font-family: 'Dela Gothic One', cursive;
    font-weight: 300;
    margin-top: 15px;
}
input.form-control.submit-btn:hover {
    background-color: #000;
}
.form-stick p {
    color: #ED1C22;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}
.footer-widget-heading h3 {
    color: #ED1C22;
    font-weight: 400;
    margin-bottom: 15px;
}
.footer-section{
    position: relative;
}
.footer-social-icon i {
    font-size: 22px;
    /* border: 1px solid; */
    width: 50px;
    text-align: center;
    padding: 0px;
    border-radius: 5px;
    margin: 0px 3px;
}
.copyright-text a {
    color: #ED1C22;
    text-decoration: none;
    font-weight: bold;
}
.copyright-text p {
    margin-bottom: 0px;
}

.copyright-text {
    border-top: 1px solid #ffffff;
    padding-top: 8px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 16px;
    font-size: 14px;
    padding-bottom: 8px;
}
footer.footer-section {
    background-color: #010101;
    color: #fff;
    background-image: url('../images/footer.jpg');
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: right bottom;
}
.footer-widget a {
    color: #fff;
    text-decoration: none;
}
.footer-widget a:hover {
color: #D87174;
}

footer.footer-section::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 83%);
    content: "";
    z-index: -1;
}
.single-cta i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 27px;
    color: #ED1C22;
}
.single-cta {
    position: relative;
    padding-left: 40px;
}
div#preLoder {
    display: none;
}
div#preLoder {
    padding-top: 5rem;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: #ffffffd1;
    text-align: center;
    width: 100%;
}
div#preLoder img {
    width: 73%;
    margin: auto;
}
span.top {
    display: none;
}
.footer-widget-heading h3 {
    color: #ED1C22;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 20px;
}
.just-dial {
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    padding-top: 10px;
}
.just-dial .flexs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.just-dial h3 {
    color: #ED1C22;
}
button.navbar-toggler {
    background-color: #ffffff;
}
.about-info {
    background-color: #f7f7f7;
    padding: 15px;
}
section#inner-banner .row {
    height: 42vh;
    display: flex;
    justify-content: left;
    align-items: self-end;
    padding-bottom: 10vh;
}
section#inner-banner .title{
    color:#fff;
}

#inner-banner {
    background-image: url('../images/footer.jpg');
    position: relative;
    text-align: center;
    z-index: 1;
}
#inner-banner::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    content: "";
    z-index: -1;
}
section.section.contact a {
    color: #ED1C22;
}
.col-md-5.col-12.text-left.address {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
video {
    border: 3px solid #ffffff;
    height: 235px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 16px;
    filter: drop-shadow(2px 4px 6px black);
}
.offer-slider video {
    border: unset;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: unset;
    filter: unset;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}
.offer-slider video::-webkit-media-controls {
    display: none;
  }

  .offer-slider .first-slider .slider-box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    z-index: 1;
}
.position {
    position: relative;
    z-index: 1;
}
.menu-popup {
    position: fixed;
    left: -100%;
    top: 0px;
    z-index: 999;
    background-color: #ffffffbf;
    width: 100%;
    text-align: center;
    height: 100vh;
    overflow: auto;
    padding: 20px;
    transition: 0.2s all;
}
.close {
    position: fixed;
    right: 39px;
    color: #fff;
    background-color: #000;
    width: 24px;
    border-radius: 20px;
    top: 30px;
    cursor: pointer;
    display: none;
    z-index: 9;
}
.menu-popup img {
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 26px;
}
section#our-menu {
    background-image: url('../images/fullowe-bg.png');
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right top;
}
.menu-popup.active {
    left: 0px;
    transition: 0.2s all;
}
.menu-slider img {
    cursor: zoom-in;
}
.menu-slider {
    max-width: 800px;
    margin: auto;
    width: 100%;
}

.collapse.in:not(.show) {
    display: block;
}
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

.offer-slider video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
  }
  
  /* Old shadow dom for play button */
  
  .offer-slider video::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
  }
  
  /* New shadow dom for play button */
  
  /* This one works! */
  
  .offer-slider video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }
  iframe {
    margin-bottom: -7px;
}
@media only screen and (max-width: 767px) {
    .first-slider.slick-slide {
        display: none;
    }
    div#navbarNavDropdown1 li {
        text-align: center;
        padding-left: 20px;
        width: 100%;
        max-width: unset;
        padding-right: 20px;
    }
    section#inner-banner .title {
        font-size: 22px;
    }
    #inner-banner {
        background-size: cover;
        background-position: right;
    }
    div#navbarNavDropdown1 {
        background-color: #000;
    }
    .just-dial .row {
        padding-top: 4rem;
        flex-direction: column-reverse;
    }
    section.just-dial .flexs {
        margin-bottom: 20px;
    }
    header.fixed {
        background-color: #000;
    }
    .food-img img {
        width: 130px;
    }
    section#about {
        padding-top: 30vh;
    }
ul.food-items li {
    width: 49%;
}
.CheckStyle:before {
    width: 160px;
}
span.left {
    display: none;
}
span.top {
    display: inline-block;
}
}