@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;600;700&family=Poppins:wght@300;400;600;700&family=Roboto+Condensed:wght@400;700&display=swap');
/*----------------------------------------------




/*--------------------------
1. Common
--------------------------*/

body {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;

}

a {
    text-decoration: none;
}




/*--------------------------
2. Header
--------------------------*/

/* Begin Navbar */

.navbar {
    background-color: rgb(255, 255, 255);
}

.navbar-brand img {
    width: 198px;
}

.navbar-nav {
    margin-top: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400
}

.navbar-nav li {
    padding: 0 1rem
}

.navbar-nav li:last-child {
    padding-right: 0
}

.navbar-nav li a,
.navbar li a:hover {
    font-size: 1.2rem;
    position: relative;
    color: #000;
    text-transform: uppercase;
    padding: 0;
}

.navbar-nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    transform-origin: center;
    background-color: #ff1120;
    width: 100%;
    height: 5px;
    transform-origin: center;
    transform: scaleX(0);
    transition: ease .5s;
    opacity: 0;
}

.navbar-nav li .active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: #ff1120;
    width: 100%;
    height: 5px;
}

.navbar-nav li a:hover:before {
    transform: scaleX(1);
    opacity: 1;
}


.navbar-toggler,
.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}


.menu-toggle-icon .menu-toggle-line {
    height: 0.188rem;
    background-color: #000;
    border-radius: 0.625rem;
    margin: 12px 0;
    width: 50px;
}

/* End Navbar header */


/*--------------------------
3. Carousel CSS
--------------------------*/

.carousel-indicators [data-bs-target] {
    width: 60px;
    height: 6px;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #ff1120;
}

.carousel-inner .home-slide {


    height: 740px;
}


.carousel-inner .banner1 {
    background: url(../images/banner1.png);
    background-position: center;
    background-size: cover;
}

.carousel-inner .banner2 {
    background: url(../images/banner2.png);
    background-position: center;
    background-size: cover;
}

.carousel-inner .banner3 {
    background: url(../images/banner3.png);
    background-position: center;
    background-size: cover;
}


.carousel-indicators {
    left: 1rem;
    margin-bottom: 3rem
}

/* Home Banner Content */
.home-content {
    color: #fff
}

.home-content h1 {
    font-size: 4.5rem;

    font-weight: 400
}

.home-content p {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    font-weight: 300
}


.btn {
    font-family: 'Oswald', sans-serif;
}

.btn.btn-primary {
    color: #fff;
    font-size: 26px;
    padding: .75rem 7rem .75rem 3rem;
    background-color: transparent;
    box-shadow: inset 0 0 0 0 #fff;
    border-radius: 0;
    border: 2px solid #fff;
    margin-top: 30px;
    transition: ease .5s;
    position: relative;
}

.btn.btn-primary:hover {
    box-shadow: inset 350px 0 0 0 #fff;
    color: #ff1120;
    background-color: transparent;
}

.btn.btn-primary::after {
    content: "";
    position: absolute;
    right: 32px;
    bottom: 46%;
    background-color: #ff1120;
    width: 40px;
    height: 3px;
    transition: .5s ease;
}

.btn.btn-primary:hover::after {
    right: 15px;
}

.btn.btn-order {
    color: #fff;
    font-size: 35px;
    padding: .75rem 3rem .75rem 3rem;
    background-color: #cc3300;
    box-shadow: inset 0 0 0 0 #fff;
    border-radius: 0;
    border: 2px solid #cc3300;;
    margin-top: 30px;
    

    position: relative;
}
/*--------------------------
3. Speciality Section CSS
--------------------------*/

.speciality {
    background: url(../images/speciality-banner.png);
    position: relative;
    background-position: top;
    padding-bottom: 7rem;
    overflow: hidden;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-top: 5rem;
    ;

}


.speciality .section-head {


    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.speciality .section-head h2 {
    font-size: 3rem;
    text-transform: uppercase
}

.speciality .section-head h5 {
    font-size: 24px;
    margin-top: 10px;
}

.speciality-card-wrap .card {
    border: 0;
    padding: .5rem 1rem;
    position: relative;
    overflow: hidden;
    background-color: transparent;
}

.speciality-card-wrap .card::after {
    content: "";
    background-image: url(../images/border-design.png);
    width: 18px;
    height: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    background-repeat: repeat-y;
}

.speciality-card-wrap .card::before {
    content: "";
    background-image: url(../images/border-design.png);
    width: 18px;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-repeat: repeat-y;
}



.speciality-card-wrap .card .card-topic {
    font-size: 1.25rem;


    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 600
}

.speciality-card-wrap .card-body {
    z-index: 99;
}

.speciality-card-wrap .card .card-title {
    color: #ff1120;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700
}

.speciality-card-wrap .card .card-text {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    padding: 0 2rem
}

.speciality-card-wrap .card a {
    color: #000;
    font-size: 22px;
}

.speciality-card-wrap .card a span {
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    transition: all ease .3s;
    position: relative;
    left: 0;
    display: inline-block
}

.speciality-card-wrap .card a:hover span {
    left: 5px;
}


.speciality-card-wrap .card .fa {
    color: #ff1120;
    margin-right: 5px;
    position: relative;
}

.speciality-card-wrap .card .fa::after {
    content: "";
    position: absolute;
    left: -12px;
    bottom: -11px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid #ff1120;
    z-index: -2
}



.about-block-left {
    position: relative
}









/*--------------------------
3. History Section CSS
--------------------------*/

#history {
    background: #000 url(../images/footer-bg_02.png);
    background-position: center;
    background-size: cover;
    color: #ffffff;
}

#history .row>* {
    padding-right: 0 !important;
}

#history .history-info {
    padding-top: 2rem;
    padding-left: 100px;
    padding-bottom: 1rem
}

#history .history-info h3 {
    font-size: 2.5rem;
}

#history .history-info p {

    padding-top: 10px;
    padding-right: 3rem
}

.history-image-wrap {
    cursor: grab;
}

.history-image-wrap .item {
    position: relative;
}

.history-image-wrap .item::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    background: url(../images/border-design-2.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat-y;
}



/*--------------------------
3. Footer Section
--------------------------*/

#footer {
    background-color: #000;
    padding-top: 10px;
    color: #fff
}

#footer .footer-box-wrap {
    border: 1px solid #707070;
    margin: 80px 0;
}

.footer-box-wrap .footer-box {
    padding: 30px 0;
    border-right: solid 1px #707070
}


.footer-box .box-text h5 {
    font-size: 30px;
    color: #fff;
}

.footer-box .box-text p {
    font-size: 20px;
    color: #fff;

}

.social-icon-wrap .social-icon i {
    color: #000;
    padding: 15px;
    background-color: #fff;
    font-size: 20px;
    border-radius: 100px;
    margin: 0px 5px;
}


/* ----  Copyright Info CSS ----*/
.copyright-info {
    padding: 40px 0 25px 0;
    border-top: 1px solid #707070;
    font-family: 'Oswald', sans-serif;
    font-weight: 400
}

.copyright-info p {
    color: #fff;
    font-size: 24px;
}

.footer-box .social-icon i {
    transition: .3s
}

.footer-box .social-icon:hover i {
    background-color: #ff1120;
    color: #fff
}







/*--------------------------
7. About Banner
--------------------------*/
.about-banner {
    background: url(../images/about-banner.png);
    background-position: center;
    background-size: cover;
}

.about-banner .banner-content {
    padding: 3rem 0;
}

.about-banner .banner-content h1 {
    font-size: 4rem;
    color: #fff;
    padding-bottom: 40px;
}

.about-banner .banner-content p {
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

.about-banner .banner-content .img-fluid {
    padding-top: 50px;
}

/* --- Comparison  Section--- */
.comparison {
    background: url(../images/pattern-bg.png);
    background-position: center;
    background-repeat: repeat;
    position: relative
}

.comparison:after {
    background: url(../images/leafe-bg-about.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 597px;
    height: 100%;
    content: '';
    background-repeat: no-repeat;
}

.comparison-text {
    max-width: 650px;
    padding: 2rem 0;
    position: relative;
    z-index: 9;

}

.comparison-text h2 {
    font-size: 3rem;
    color: #000;
    padding-bottom: 10px;
}

.comparison-text p {
    font-size: 1.25rem;
    color: #000;
    font-family: 'Poppins', sans-serif;
}


/* --- Ingredient Section --- */
.ingredient-banner {
    background: url(../images/ingredient-banner.png);
    background-position: center;
    background-size: cover;
    height: 550px;
}

.ingredient-text h2 {
    font-size: 3rem;
    color: #fff;
    padding-bottom: 10px;
}

.ingredient-text p {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}


/*--- Menu Section ---*/
.menu {
    background: url(../images/menu-banner.png);
    background-position: center;
    background-size: cover;
}

.menu .section-heading {
    font-size: 75px;
    color: #fff;
    line-height: 1;
    padding: 60px 0 40px 0px;
}

.menu .menu-img {
    padding-bottom: 25px;
}

.menu .menu-title {
    font-size: 36px;
    color: #fff;
}

.menu .btn.btn-primary {
    margin: 40px 0 30px 0;
}


/*--------------------------
8. Gallery Page CSS
--------------------------*/
.gallery {
    background: url(../images/gallery-banner.png);
    background-position: center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.gallery .heading h1 {
    font-size: 72px;
    color: #fff;
    line-height: 1;
    padding-bottom: 20px;
}

.gallery .heading h5 {
    font-size: 28px;
    color: #fff;
}

.gallery-icon-wrap {
    margin-top: 40px;
}

.gallery-icon-wrap .gallery-icon.active,
.gallery-icon-wrap .gallery-icon:hover {
    border: 4px solid #ff1120;
}

.gallery-icon-wrap .gallery-icon {
    border: 4px solid transparent;
    padding: 10px 10px;
    transition: .3s;
    display: block;
}


.gallery-icon h3 {
    margin-top: 25px;
    font-size: 1.1rem;
    color: #fff;
}


.gallery .gallery-image-wrap {
    padding-top: 60px;
}

.gallery-image-wrap .gallery-image {
    overflow: hidden;
}

.gallery-image img {
    transition: .3s;
}

.gallery-image-wrap .gallery-image img:hover {
    transform: scale(1.2);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s;
}

/* --- Pagination --- */
/*
.pagination {
    margin-top: 4rem;
}

.pagination .page-item a {
    padding: .75rem 1.5rem;
    color: #ff1120;
    border: 0
}

.pagination .page-item a:hover,
.pagination .page-item a.active {
    background-color: #ff1120;
    color: #fff;

}
*/
/*--------------------------
Menu Page
--------------------------*/

.menu-banner {
    background: url(../images/menu-banner2.png);
    background-repeat: no-repeat;
    height: 360px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #000;
    border: 0;
    top: 85px;
    width: 230px;
}

.navbar-nav .dropdown-menu a {
    color: #fff;
    padding: .3rem 0;
    font-weight: 300;
    font-size: 1.25rem;
}

.navbar-nav .dropdown-menu a:hover {
    color: #fff;
    font-size: 1.25rem;
    padding: .3rem .5rem;
}


.navbar-nav .dropdown-menu li a::before {
    bottom: -2px;
    height: 2px;
}

.menu-page {

    background: #000 url(../images/menu-chart-bg.png);
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;

}


.menu-page h2 {
    font-size: 4rem;
    color: #fff;
    line-height: 1;
    padding-bottom: 3rem;
    padding-top: 3rem;
    ;
}

.menu-page .heading p {
    font-size: 1.10rem;
    color: #000;
    font-weight: 300;
  
}




.menu-page-chart {
    color: #fff;
}

/* Menu Iten Boxes */
.menu-box-wrap  .heading {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-top: 60px;

}
.menu-box-wrap .menu-box {
    border-radius: 4px;
    border: 1px solid #555;
    margin-top: .5rem;
    cursor: pointer;
    background-color:#1e1e1ea8 ;
    
}

.menu-box-wrap .menu-left {
    padding: 0.875rem 0  0.875rem 1rem;
    justify-content: space-between !important;
    min-height: 100px;
}


.menu-box h5 {
    font-size: 1rem;
    font-weight: 400;

}

.menu-box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5rem;
    padding-top: 0.25rem;
    opacity: .9;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}

.menu-box .menu-left .menu-price {
    font-size: 1rem;
    padding-left: 0.625rem;
    margin-top: -11px;
    opacity: .95;
}

.menu-box .menu-item-image .img-fluid {
    border-radius: 0 4px 4px 0;
    width: 95px
}

.menu-page-chart table {
    color: #fff;
}


/* Menu Popup Modal */
.menu-popup-box .modal-header {
    border: 0;
    padding: 12px 20px 0px 20px;
}

.menu-popup-box .modal-header .menu-popup-title {
    font-size: 28px;
}

.menu-popup-box .modal-body {
    padding: 0
}

.menu-popup-box .modal-body .menu-popup-desc {
    color: #000;
    margin: 10px 20px 0 20px;
}

.menu-popup-box .btn.btn-success {
    padding: 20px 20px;
    width: 100%;
    color: #fff;
    border-radius: 0;
    background-color: #ff1120;
 
    border: 0;
    font-size: 1.25rem;
}


.roll-selection-box {
    background-color: #1e1e1ea8;
    border: 1px solid #555;
    border-radius: 4px;
    margin-top: 30px
}

.roll-selection-box ul {
    margin: 20px ;
}

.roll-selection-box ul li {
    margin: 10px 20px;
    list-style: circle;
}

/* Chart Text */
.menu-page-chart .main-menu {
    font-size: 2rem;
    color: #fff;
}

.menu-page-chart .sub-menu {
    font-size: 1.125rem;
    color: #fff;
}


.menu-page-chart .menu-price {
    font-size: 2rem;
    color: #fff;
    padding: 10px 0 10px 10px;
    font-family: 'Oswald', sans-serif;
}

.menu-page-chart .menu-quantity {
    font-size: 1.2rem;
}

.menu-image-wrap {    background-color: #1e1e1e !important;
    border-top: solid 1px rgba(255,255,255, .2);
    border-bottom: solid 1px rgba(255,255,255, .2);}
.menu-image-wrap .item {
    position: relative;

}

.menu-image-wrap .item::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    background: url(../images/border-design-2.png);
    width: 8px;
    height: 100%;
    background-repeat: repeat-y;
    opacity: .5;
}


/* Menu Banner @2 */
.menu-chart-2 {
    background: #000 url(../images/menu-banner-2.png);
    background-position: center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 80px;
    color: #fff;
}

.menu-chart-2 .menu-chart-heading {
    font-size: 72px;
    padding-top: 30px;
    padding-bottom: 20px;
}


/* Chart Text 2 */
.menu-chart-2 .main-menu {
    font-size: 2rem;
    color: #fff;
}

.menu-chart-2 .sub-menu {
    font-size: 1.125rem;
}

.menu-chart-2 .menu-price {
    font-size: 2rem;
    color: #fff;
    padding: 10px 0;
    font-family: 'Oswald', sans-serif;
}



/* -----------------------
Contact Page
------------------------*/

.contact-banner {
    background: url(../images/contact-banner.png);
    background-position: center;
    background-size: cover;
    height: 870px;
}


.contact-banner .banner-content h1 {
    font-size: 5rem;
    color: #fff;
    padding-bottom: 20px;
}

.contact-banner .banner-content p {
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 25px;
    line-height: 1.6;
}

.contact-banner .banner-content h2 {
    font-size: 3.5rem;
    color: #fff;
    padding-bottom: 30px
}

.contact-banner .banner-content h4 {
    font-size: 2.5rem;
    color: #fff;
    padding: 5px 0;
}


/* --- Maps Css --- */

.map-container {
    position: relative;
    height: 400px
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}



/* --- Business Hour -- */

.business-hour {
    background: url(../images/business-hour_banner.png);
    background-position: center;
    background-size: cover;
}


.business-hour .title {
    color: #fff;
    font-size: 3rem;
    padding-top: 5rem;
    text-transform: uppercase;
}

.weekly-time {
    padding-top: 20px;
}

.weekly-time h2 {
    color: #fff;
    font-size: 3rem;
    padding: 10px 0;
}

.weekly-time .timing-text {
    color: rgba(255, 255, 255, .85);
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-align: center;
    padding: 4rem 2rem 4rem 2rem;
    text-transform: uppercase;
}



footer .contact-title{border-top:solid 1px #fff; border-bottom:solid 1px #fff; padding: .5rem .25rem; font-size: 1.5rem; font-family: 'Oswald', sans-serif; font-weight: 400; letter-spacing: .25rem; display: inline-block;}

footer .contact-details{letter-spacing: .25rem;}
footer .crt{font-size:.75rem;color:rgba(255,255,255,.7)}




    
  #myaccount-dropdown-menu {
    background-color: #fff;
    border: 0;
    top: 85px;
    width: 230px;
}


