@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&display=swap');
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.btn:focus{
    box-shadow: none;
}
body{
    margin: 0 auto;
    padding: 0;
    font-family: "Poppins", sans-serif;
    color: #642F21;
    background: #F7F1E8;
}
header{
    padding: 20px 0;
}
header .navbar-light .navbar-nav .nav-link{
    padding: 0;
    margin-right: 50px;
    color: #642F21;
    font-size: 18px;
    font-weight: 600;
}
header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link:hover{
    color: #b80818;
}

header .order-btn{
    background:  #F7BE27;
    border-radius: 50px;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .order-btn:hover{
    background: #b80818;
}
header .order-btn:hover i, header .order-btn:hover span{
    color: #fff;
}
header .order-btn i{
    font-size: 24px;
}
header .order-btn span{
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}
.banner{
    background: url(../images/banner-bg.png);
    padding: 100px 0;
}
.banner .text{
    font-size: 65px;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
    max-width: 610px;
    padding-top: 60px;
}
.banner .text span{
    color: #F7BE27;
}
.features-section .block .image {
    min-height: 100px;
}
.features-section .block .title{
    margin: 15px 0 25px 0;
    font-size: 25px;
    font-weight: 600;
}
.features-section .block .desc{
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
}
.features-section, .quality-delivery, .green-delivery{
    margin-top: 100px;
}
.quality-delivery .left-section{
    background: url(../images/quality-delivery-bg.png);
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.quality-delivery .right-section{
    height: 550px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 80px;
    margin-left: -100px;
}
.quality-delivery .right-section::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #F7BE27;
}
.quality-delivery .right-section .content{
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
    padding-left: 15rem;
    text-align: center;
}
.quality-delivery .right-section .content .heading, .green-delivery .content .heading{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 65px;
}
.quality-delivery .right-section .content .desc, .green-delivery .content .desc{
    font-size: 20px;
    line-height: 35px;
}
.green-delivery .content{
    max-width: 510px;
    margin: 0 auto;
}
.menu-at-fingertips{
    margin-top: 140px;
    background: #F7BE27;
}
.menu-at-fingertips .content{
    max-width: 580px;
}
.menu-at-fingertips .content .heading{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 45px;
}
.menu-at-fingertips .content .desc{
    font-size: 20px;
    line-height: 35px;
}
.menu-at-fingertips .image{
    margin-top: -40px;
}

/*Menu Page CSS*/

.inner-page-header{
    background: url(../images/menu-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 172px 0;
    background-position: center center;
}
.inner-page-header.about-us-header{
    background: url(../images/about-banner.png);
}
.inner-page-header.contact-us-header{
    background: url(../images/contact-banner.jpg);
}
.inner-page-header .page-heading{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}
.tabs-main{
    margin-top: 100px;
}
.tabs-main .heading{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.tabs-main .sub-heading{
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
}
.tabs-outer{
    margin-top: 80px;
}
.tabs-outer .nav-tabs{
    border-bottom: 0;
}
.tabs-outer .nav-tabs .nav-item{
    margin-right: 15px;
    width: 13.2%;
}
.tabs-outer .nav-tabs .nav-link .title{
    min-height: 50px;
}
.tabs-outer .nav-tabs .nav-item:last-child{
    margin-right: 0;
}
.tabs-outer .nav-tabs .nav-link{
    background: #fff;
    position: relative;
    padding: 18px;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    flex-grow: 1;
    flex-basis: 0%;
    border: none;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    min-height: 125px;
}
.tabs-outer .nav-tabs .nav-link.active{
    background: #F7BE27;
}
.tabs-outer .nav-tabs .nav-link.active::after{
    position: absolute;
    content: '';
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    bottom: -20px;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-color: #F7BE27 transparent transparent transparent;
}
.tabs-outer .nav-tabs .nav-link .image img{
    width: 65px
}
.tabs-outer .nav-tabs .nav-link .title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}
.tabs-outer .tab-content{
    margin-top: 50px;
}
.tabs-outer .tab-content .accordion-item{
    background: transparent;
    border: none;
}
.tabs-outer .tab-content .menu-list-block-outer .pizza-price{
    margin-bottom: 40px;
}
.tabs-outer .tab-content .menu-list-block-outer .pizza-price .price-div{
    background: #B80818;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
}
.tabs-outer .tab-content .menu-list-block-outer .pizza-price .price-div span{
    font-size: 20px;
    font-weight: 600;
}
.tabs-outer .tab-content .menu-list-block-outer .block {
    padding-right: 30px;
    margin-bottom: 40px;
}
.tabs-outer .tab-content .menu-list-block-outer .block .image{
    margin-right: 20px;
}
.tabs-outer .tab-content .menu-list-block-outer .block .image img{
    width: 65px;
    height: 65px;
    border-radius: 100%;
}
.tabs-outer .tab-content .menu-list-block-outer .block .content{
    flex: 1;
    width: 70%;
}
.tabs-outer .tab-content .menu-list-block-outer .block .content .title-price{
    position: relative;
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}
.tabs-outer .tab-content .menu-list-block-outer .block .content .title-price::after{
    content: "";
    width: 100%;
    height: 2px;
    flex: 1;
    order: 2;
    background-size: 8px;
    background-image: linear-gradient(to right,transparent 0,transparent 75%, #282932 75%, #282932);
}
.tabs-outer .tab-content .menu-list-block-outer.pizza-menu .block .content .title-price::after{
    display: none;
}
.tabs-outer .tab-content .menu-list-block-outer .block .content .title-price .title{
    font-size: 20px;
    font-weight: bold;
    margin-right: 14px;
}
.tabs-outer .tab-content .menu-list-block-outer .block .content .title-price .price{
    font-size: 20px;
    font-weight: bold;
    color: #B80818;
    order: 3;
    margin-left: 14px;
}
.tabs-outer .tab-content .menu-list-block-outer .block .content .desc{
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
.tabs-outer .tab-content .menu-list-block-outer .customize-price-toppings{
    margin-top: 40px;
}
.tabs-outer .tab-content .menu-list-block-outer .extra-seeds{
    margin-top: 40px;
}
.tabs-outer .tab-content .menu-list-block-outer .extra-seeds .head{
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    color: #B80818;
}
.tabs-outer .tab-content .toppings, .tabs-outer .tab-content .toppings .desc{
    margin-top: 30px;
}
.tabs-outer .tab-content .free-crust{
    margin-top: 40px;
}
.tabs-outer .tab-content .free-crust span{
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    color: #B80818;
}
.tabs-outer .tab-content  .vegan-cheese{
    margin: 20px auto 0;
    max-width: 180px;
}
.tabs-outer .tab-content  .vegan-cheese img{
    width: auto !important;
}
.tabs-outer .tab-content .toppings img{
    width: 30px;
}
.tabs-outer .tab-content .toppings .icon-title span{
    font-size: 18px;
    font-weight: 500;
    margin-left: 5px;
}
.tabs-outer .tab-content .salad-dressing{
    margin-bottom: 40px;
}
.tabs-outer .tab-content .salad-dressing .title{
    font-size: 26px;
    font-weight: bold;
}
.tabs-outer .tab-content .salad-dressing  .desc{
    margin: 20px 0;
}
.tabs-outer .tab-content .salad-dressing .add-breast span{
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    color: #B80818;
}
.free-delivery-banner{
    background: url(../images/free-delivery-banner.png);
    background-position: top center;
    background-size: cover;
    padding: 100px 0;
    margin-top: 60px;
}
.free-delivery-banner .sub-heading{
    font-size: 28px;
    font-weight: bold;
}
.free-delivery-banner .heading{
    font-size: 52px;
    font-weight: bold;
    margin: 25px 0;
}
.free-delivery-banner .desc{
    font-size: 18px;
    max-width: 516px;
    margin: 0 auto;
}
.free-delivery-banner .action-btn{
    margin-top: 30px;
}
.free-delivery-banner .action-btn .call-btn{
    background: #F7BE27;
    padding: 13px 33px;
    font-size: 20px;
    border-radius: 50px;
}
.free-delivery-banner .action-btn .call-btn:hover{
    background: #b80818;
    color: #fff;
}


/*Contact Page CSS*/

.get-in-touch{
    margin-top: 100px;
}
.get-in-touch .get-in-touch-head{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 80px;
}
.get-in-touch .opening-hours-head{
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 40px;
}
.get-in-touch .block{
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    min-height: 290px;
}
.get-in-touch .block .icon{
    background: #F7BE27;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.get-in-touch .block .icon i{
    font-size: 22px;
}
.get-in-touch .block .title{
    margin: 20px 0;
    font-size: 22px;
    font-weight: 600;
}
.get-in-touch .block .address-inner, .get-in-touch .block .number a{
    text-decoration: none;
    color: #642F21;
}
.map{
    margin-top: 100px;
}


/*About Page CSS*/


.deliver-quality{
    padding: 80px 0;
}
.deliver-quality .image-1{
    margin-bottom: 55px;
}
.deliver-quality .image-2{
    margin-top: 55px;
}
.deliver-quality .main-content{
    margin-top: 55px;
    color: #642F21;
}
.deliver-quality .main-content .heading{
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
}
.deliver-quality .main-content .content-1{
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
    line-height: 35px;
}
.deliver-quality .main-content .content-2{
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
}
.eat-deliver-out{
    display: flex;
    color:#642F21;
    background-color: #F7BE27;
}
.eat-deliver-out img{
    width: 100%;
}
.eat-deliver-out .content-outer{
    padding: 0 40px;
}
.eat-deliver-out .content-outer .heading{
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 30px;
}
.eat-deliver-out .content-outer .desc{
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    text-align: center;
}



/*Footer CSS*/

footer{
    padding: 75px 0;
}
footer .footer-socials-links{
    margin-top: 40px;
    margin-bottom: 15px;
}
footer .footer-socials-links li{
    display: inline-block;
}
footer .footer-socials-links li a{
    display: block;
    width: 40px;
    height: 40px;
    font-size: 23px;
    line-height: 1;
    margin: 0 2px;
    color: #000;
}
footer .footer-address li{
    display: inline-block;
}
footer .footer-address li p{
    margin-left: 10px;
    margin-bottom: 0;
    position: relative;
    color: #000;
    font-size: 20px;
}
footer .footer-address li p::after{
    content: "|";
    padding-left: 11px;
    position: relative;
    top: -1px;
}
footer .footer-address li p.last-li::after{
    content: " ";
    padding-left: 0;
}
footer .bootom-footer{
    color: #000;
    font-size: 18px;
    margin-top: 20px;
}

.mobile-order-now{
    display: none;
    max-width: 50%;
    margin-top: 50px;
}

.w-100{
    width:100%;
}

.d-flex{
    dispaly: flex;
}

.jsc-center{
    justify-content: center;
}

.mobile-order-now .order-btn {
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F7BE27;
}

.mobile-order-now .order-btn i {
    font-size: 24px;
}

.mobile-order-now .order-btn span {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}

/*Media Queries*/

@media screen and (max-width: 1400px){
    .banner .text{
        font-size: 58px;
    }
    .tabs-outer .nav-tabs .nav-item{
        width: 12.9%;
        margin-right: 15px;
    }
    .tabs-outer .nav-tabs .nav-link .title{
        min-height: 50px;
    }
}
@media screen and (max-width: 1200px){
    .banner .text{
        font-size: 50px;
        line-height: 65px;
    }
    .quality-delivery .right-section .content{
        padding-left: 10rem;
    }
}
@media screen and (max-width: 991px){
    .navbar-brand img{
        width: 150px;
    }
    .navbar-light .navbar-toggler{
        border-color: rgba(0,0,0,.3);
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu-icon.png);
        width: 40px;
        height: 40px;
    }
    header ul.navbar-nav{
        margin-top: 30px;
    }
    header .nav-item{
        margin-bottom: 15px;
    }
    header .order-btn{
        border-radius: 20px;
        padding: 15px;
    }
    .banner{
        padding: 80px 0;
    }
    .banner .text{
        font-size: 35px;
        line-height: 50px;
        padding-top: 30px;
    }
    .quality-delivery .left-section{
        height: 400px;
    }
    .quality-delivery .right-section{
        margin-top: 0;
        margin-left: 0;
        padding: 100px 0;
        height: auto;
    }
    .quality-delivery .right-section .content{
        width: 100%;
        padding: 0 150px;
        position: static;
        transform: translateY(0);
    }
    .quality-delivery .right-section .content .heading, .green-delivery .content .heading{
        margin-bottom: 30px;
    }
    .green-delivery .content{
        max-width: 100%;
    }
    .green-delivery .images img{
        width: 100%;
        margin-top: 40px;
    }
    .menu-at-fingertips{
        padding-top: 60px;
        text-align: center;
        margin-top: 100px;
    }
    .menu-at-fingertips .content{
        max-width: 100%;
    }
    .menu-at-fingertips .image{
        margin-top: 40px;
    }
    .inner-page-header{
        padding: 100px 0;
    }
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
    .tabs-outer .accordion-button:focus{
        box-shadow: none;
    }
    .tabs-outer .accordion-button:not(.collapsed){
        background: #F7BE27;
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }
    .tabs-outer .accordion-button{
        color: #000;
        font-size: 16px;
        font-weight: 600;
    }
    .free-delivery-banner{
        margin-top: 100px;
    }
    .get-in-touch .opening-hours-head{
        margin-top: 40px;
    }
    .get-in-touch .block{
        min-height: auto;
        margin-bottom: 40px;
    }
    .get-in-touch .block.last-child{
        margin-bottom: 0;
    }
    .deliver-quality img{
        width: 100%;
    }
    .eat-deliver-out .content-outer {
        padding: 60px 40px;
    }
    .tabs-outer .tab-content .menu-list-block-outer .pizza-price{
        display: inline-block !important;
        width: 100%;
    }
    .tabs-outer .tab-content .menu-list-block-outer .pizza-price div{
        margin-bottom: 15px;
    }
    .tabs-outer .tab-content .menu-list-block-outer .pizza-price div:last-child{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px){
    .banner .text {
        font-size: 40px;
        line-height: 55px;
        padding-top: 0;
        margin-bottom: 40px;
    }
    .features-section, .quality-delivery, .green-delivery, .menu-at-fingertips, .tabs-main, .tabs-outer, .free-delivery-banner, .get-in-touch, .map{
        margin-top: 60px;
    }
    .get-in-touch .get-in-touch-head{
        margin-bottom: 40px;
    }
    .quality-delivery .right-section, footer, .free-delivery-banner{
        padding: 60px 0;
    }
    .features-section .block{
        margin-bottom: 40px;
    }
    .features-section .block.last-block{
        margin-bottom: 0;
    }
    .quality-delivery .left-section{
        height: 300px;
    }
    .quality-delivery .right-section .content{
        padding: 0 30px;
    }
    .inner-page-header{
        padding: 60px 0;
    }
    .tabs-main .heading, .quality-delivery .right-section .content .heading, .green-delivery .content .heading, .menu-at-fingertips .content .heading, .free-delivery-banner .heading, .get-in-touch .get-in-touch-head{
        font-size: 28px;
    }
    .free-delivery-banner .sub-heading, .get-in-touch .opening-hours-head{
        font-size: 20px;
    }
    .tabs-outer .tab-content .menu-list-block-outer .block .content .title-price .title, .tabs-outer .tab-content .menu-list-block-outer .block .content .title-price .price{
        font-size: 16px;
    }
    .tabs-outer .tab-content .menu-list-block-outer .block .content .desc{
        font-size: 14px;
    }
    
    .mobile-order-now{
        display: block;
    }
}
@media screen and (max-width: 576px){
    .banner .text{
        font-size: 35px;
        line-height: 50px;
    }
}