:root {
  --primary: #482010;
  --secondary: #74bc4c;
  --bg-light: #f4f9e8;
  --text-dark: #040404;
  --text-white: #fff;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.img-landing-banner {
    margin-bottom: 0;
}

.btn {
    background: var(--secondary);
    border-color: var(--secondary);
    color: var(--text-white);
    padding: 0.5rem 1.5rem;
    font-size: 20px;
    text-transform: uppercase;
}
.btn:hover {
    color: var(--text-white);
    background-color: var(--primary);
    border-color: var(--primary);
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

img {
    max-width: 100%;
}
section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
section h5.heading {
    font-size: 40px;
    line-height: 50px;
    color: var(--primary);
}

.title-name {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}
.price {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
}

.dish-name {
    font-weight: 500;
    font-size: 20px;
}

.badge {
    background: var(--secondary);
}
.badge i {
    font-size: 16px;
    margin-right: 5px;
}
.carousel-control-prev,
.carousel-control-next {
    color: var(--secondary);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
    font-size: 40px;
}
.carousel-control-prev,
.carousel-control-next {
    height: 40px;
    top: 30%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: auto;
}

.card-span {
    overflow: hidden;
    padding-left: 0;
    border-radius: 0;
}
.service-name {
    padding-left: 0;
    padding-top: 2px;
}
.price {
    padding-right: 0;
}
.description {
    padding: 0;
    color: #999;
    line-height: 30px;
}

.breadcrumb {
    background-image: url(../img/cta-two-bg.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
    background-color: rgb(0 0 0 / 50%);
    padding: 100px 0;
}
/* =========== HEADER ============== */
.navbar {
    width: 100%;
    z-index: 99;
    position: absolute;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.navbar-brand {
    width: 10%;
    margin: 0;
}
.navbar-collapse {
    justify-content: space-between;
}
.navbar-nav {
    width: 70%;
}
.social-header {
    list-style: none;
}
.social-header li a {
    margin-left: 20px;
    font-size: 20px;
    color: var(--text-white);
    text-shadow: 2px 2px 3px #000;
    transition: all .2s ease;
}
#main-menu .nav-link {
    color: var(--text-white);
    font-size: 20px;
    text-shadow: 2px 2px 3px #000;
    text-transform: uppercase;
    transition: all .2s ease;
    margin-right: 20px;
}
#main-menu .nav-link:hover,
#main-menu .nav-link.active,
.social-header li a:hover,
.header-area.header-sticky #main-menu .nav-link:hover,
.header-area.header-sticky #main-menu .nav-link.active,
.header-area.header-sticky .social-header li a:hover {
    color: var(--secondary);
}
.header-area.header-sticky {
  position: fixed;
  background-color: var(--text-white) !important;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  /* backdrop-filter: blur(10px); */
  animation: slideDown 0.35s ease-in-out;
}
.header-area.header-sticky .navbar-brand {
    width: 5%;
    margin-right: 20px;
}

.order-mobile {
    display: none;
    color: var(--text-white);
    font-size: 20px;
    text-shadow: 2px 2px 3px #000;
    text-transform: uppercase;
    transition: all .2s ease;
}
/*========= HOME ========== */
#home {
    padding-top: 200px;
    background: url(../img/bg-banner.jpg) no-repeat center;
    background-size: cover;
}
#home h1 {
    font-size: 62px;
    line-height: 72px;
    color: var(--secondary);
    text-shadow: 2px 2px 3px #000;
}
#home h2 {
    color: var(--text-white);
    text-shadow: 2px 2px 3px #000;
}
.img-landing-banner {
    overflow: hidden;
    -webkit-transform: translateY(5rem);
    -ms-transform: translateY(5rem);
    transform: translateY(5rem);
    margin-bottom: 0;
}

/* ========= Trending ============= */
.trending .card img {
    cursor: pointer;
}
/* ========== products ============= */

.products .container {
    position: relative;
    z-index: 2;
}
.products .card-body {
    text-align: center;
}
.products .card-body h5 {
    text-transform: uppercase;
}

/* ========== drinks ============== */
.drinks .container {
    position: relative;
    z-index: 2;
}
.drinks .card img {
    cursor: pointer;
}

/* ========= Business Hour =========== */
.business-hour {
    background-image:url(../img/cta-two-bg.jpg);
    background-size:cover;
    background-blend-mode:overlay;
    background-color:rgb(0 0 0 / 50%);
}
.business-hour p {
    color: var(--text-white);
    font-size: 24px;
    margin: 0;
}

/* =========== topping ============== */
.topping .card img {
    cursor: pointer;
}

/* =========== Reviews ============= */
.reviews {
    text-align: center;
}
.reviews {
    background:url(../img/cta-one-bg.jpg) no-repeat;
    background-position:center;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 55%);
    background-attachment: fixed;
}
.reviews .item {
    width: 70%;
    margin: 0 auto;
}
.reviews h5.heading {
    color: var(--text-white);
}
.reviews .item h5 {
    color: var(--secondary);
}
.reviews .item p {
    font-size: 20px;
    line-height: 30px;
    margin: 15px 0;
    color: var(--text-white);
}
.reviews .item i {
    font-size: 40px;
    color: var(--secondary);
}
.reviews .owl-dot {
    margin-top: 20px;
}
.reviews .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 0 5px;
    background: var(--text-white);
    opacity: 0.5;
}
.reviews .owl-dot.active span {
    opacity: 1;
}

/* ============ FOOTER ============== */
.footer h5 {
    text-transform: uppercase;
    color: var(--secondary);
}
.footer a.social {
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
}
.footer a:hover {
    color: var(--secondary);
}
.footer p {
    line-height: 26px;
    color: var(--text-white);
}
.contact i {
    width: 25px;
    height: 25px;
}
.contact a {
    color: var(--text-white);
}
.contact a:hover {
    color: var(--secondary);
}
.copyright a {
    color: var(--secondary);
}


/* ========== Page Menu ============= */
.menu-page .item img {
    cursor: zoom-in;
    border: solid 10px #ffffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


/* =========== Page Menu ============= */
.page-drinks h5.heading {
    font-size: 28px;
    line-height: 38px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: var(--text-white);
    background: var(--secondary);
}
.page-drinks .card img {
    cursor: pointer;
    border-radius: 10px;
}

/* ========= Page Contact ============= */
.page-contact a {
    display: inline-block;
    width: 100%;
    min-height: 200px;
    border: solid 2px var(--secondary);
    text-align: center;
    color: var(--text-dark);
    font-size: 20px;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.page-contact a i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    margin: 0 auto 15px auto;
    background: var(--secondary);
    color: var(--text-white);
}
.page-contact a span {
    display: block;
    font-weight: 700;
    font-size: 22px;
}
.page-contact a:hover {
    color: var(--secondary);
}

.back-to-top {
  position: fixed;
  display: none;
  background: var(--secondary);
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 22px;
  right: 20px;
  bottom: 20px;
  border: solid 2px #fff;
  transition: background 0.5s;
  z-index: 100;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.back-to-top i {
  line-height: 35px;
  color: var(--text-white);
}
.back-to-top:hover {
  background: var(--secondary);
}
.back-to-top:hover i {
  color: var(--text-white);
}

/*=========================
RESPONSIVE
==========================*/

@media (max-width: 992px) {

    .navbar-brand {
        width: 18%;
    }
    .header-area.header-sticky .navbar-brand {
        width: 10%;
    }
    .navbar-light .navbar-toggler {
        color: var(--text-white);
        border-color: var(--text-white);
    }
    .navbar-light .navbar-toggler-icon {
        background-image: none;
        line-height: 1.5em;
        font-size: 20px;
        height: auto;
    }
    .navbar-collapse {
        background: var(--text-white);
        padding: 15px;
    }
    .navbar-collapse .navbar-nav {
        width: 100%;
    }
    #main-menu .nav-link {
        width: 100%;
        margin: 0;
        text-shadow: none;
        text-align: center;
        color: var(--text-dark);
    }
    .order-mobile {
        display: block;
    }
    .social-header {
        justify-content: center;
        margin-top: 15px;
    }
    .social-header li a {
        text-shadow: none;
        color: var(--text-dark);
        margin: 0 10px;
    }
    .img-landing-banner {
        overflow: hidden;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 0;
    }
    .service-name {
        padding: 0;
    }
    .reviews .item {
        width: 100%;
    }

    .footer p.copyright {
        text-align: center !important;
        margin-bottom: 5px;
    }
}


@media (max-width: 768px) {

    .navbar-brand {
        width: 25%;
    }
    .img-landing-banner {
        margin-bottom: 25px;
    }
    .business-hour .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
    .trending {
        padding-bottom: 100px !important;
    }
    .carousel-control-prev,
    .carousel-control-next {
        top: calc(100% + 20px);
    }
    .carousel-control-prev {
        left: 40%;
    }
    .carousel-control-next {
        right: 40%;
    }
    .title-name {
        border: solid 0px #fff;
    }
    .breadcrumb {
        padding: 70px 0;
    }

}


@media (max-width: 567px) {

    .navbar-brand {
        width: 25%;
    }
    .business-hour .hour {
        padding-left: 0;
    }
    .business-hour p {
        text-align: center !important;
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 480px) {

    .header-area.header-sticky .navbar-brand {
        width: 15%;
        margin: 0;
    }
    .breadcrumb {
        padding: 50px 0;
    }
    .page-drinks h5.heading {
        font-size: 25px;
        line-height: 35px;
    }
    .reviews .item p {
        text-align: justify;
    }
}

@media (max-width: 375px) {
    
    .carousel-control-prev {
        left: 35%;
    }
    .carousel-control-next {
        right: 35%;
    }
    .page-drinks h5.heading {
        font-size: 22px;
        line-height: 32px;
    }
}