body{
    margin: auto;
    font-family: "Merienda", cursive;
    font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Merienda", cursive;
}
p{
    font-family: "Poppins", sans-serif;
}
a{
    text-decoration: none;
}
.info0 a {
    color: #000;
}
.info0 a:hover {
    color: #D68B31;
}
.offer-text {
    background-color: #f7f7f7;
    text-align: center;
    color: #000;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 6px;
    position: sticky;
    top: 0px;
    z-index: 4;
    border-bottom: 1px solid #0000001f;
    display: flex;
    align-items: center;
}
.section {
    scroll-margin-top: 100px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
header {
    background-color: #fff;
    color: #fff;
    position: sticky;
    top: 36px;
    z-index: 3;
    filter: drop-shadow(2px 4px 6px black);
}

img.brand-logo {
    width: 100px;
}
.bg-body-tertiary{
    background-color: #fff !important;
}
li.nav-item a {
    color: #F55B01;
    font-weight: 500;
}
li.nav-item.tdr-btn {
    background-color: #000;
    border-radius: 20px;
    padding: 0px 5px;
}
li.nav-item.tdr-btn a {
    color: #fff;
    font-weight: 400;
}
li.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}
li.nav-item.tdr-btn a:hover {
    color: #F55B01;
}
li.nav-item.tdr-btn:hover {
    background-color: #fff;
    border: 1px solid #000;
}
img.d-block {
    /* border: 20px solid #F55B01; */
    border-radius: 20px;
    width: 100%;
    height: 600px;
    object-fit: cover;
}
h1 {
    font-size: 50px;
    font-weight: 700;
    
}
.slider-text {
    font-size: 16px;
    font-weight: 600;
}
a.slider-btn {
    text-decoration: none;
    color: #fff;
    background-color: #F37110;
    padding: 15px;
    border-radius: 25px;
    max-width: 200px;
    margin: auto;
}
a.slider-btn:hover {
    background-color: #000;
}
.carousel-item {
    position: relative;
}
.carousel-item:before {
    position: absolute;
    content: "";
    background-color: #000;
    opacity: 0.46;
    width: 100%;
    z-index: 1;
    top: 0%;
    left: 0%;
    height: 100%;
    border-radius: 20px;
}
.carousel-caption.d-md-block {
    z-index: 1;
}
section#our-menu {
    padding-top: 34rem;
    background-repeat: no-repeat;
    color: #fff;
    background-color: #191818;
    background-size: contain;
    background-image: url(images/about-first.png);
}
section#our-menu .container {
    background-color: #191818d4;
    padding: 40px;
    border-radius: 21px;
}
h2.about-header {
    color: #F37110;
    font-size: 32px;
    font-weight: 800;
}
button.btn {
    background-color: #F37110;
    color: #fff;
    border-radius: 25px;
    padding: 10px 29px;
    border: 1px solid #fff;
}
button.btn:hover {
    background-color: #fff;
    color: #F37110;
    border: 2px solid #F37110;
    border-radius: 25px;
}
.our-menu-box {
    gap: 10px;
    border: 5px solid #F37110;
    border-radius: 29px;
    overflow: hidden;
    margin-top: 15px;
}
img.our-menu-img {
    width: 100%;
}
.poster-img{
    width: 100%;
}
section.calltoaction {
    max-width: 1200px;
    margin: auto;
    border-radius: 48px;
    overflow: hidden;
    position: relative;
    top: 27px;
}


section.calltoaction {
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 250px;
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
    background-image: url(images/pizza-banner.jpg);
}
section.calltoaction:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #ff8400e3;
    z-index: -1;
    opacity: 0.63;
}
section.footer {
    background-color: #000;
}
.footer-heading h3 {
    color: #D68B31;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
}
.footer-widget ul li a {
    color: #fff;
}
.footer-widget ul li {
    color: #fff;
}
.footer-social a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 20px;
    margin-left: 10px;
}
.footer-heading p {
    color: #fff;
}
.single-cta {
    position: relative;
}
.single-cta i {
    font-size: 30px;
    color: #D68B31;
    position: absolute;
    left: 0px;
    top: 10px;
}
.cta-text {
    margin: 0px 14px 20px 45px;
    color: #fff;
}
.cta-text a {
    color: #fff;
    font-size: 16px;
}
.cta-text a:hover {
    color: #D68B31;
}
.footer-widget ul li a:hover {
    color: #D68B31;
}
.footer-widget {
    padding: 10px;
}
section.inner-banner {
    background-image: url(images/contact-img.png);
    height: 240px;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    position: relative;
    background-attachment: fixed;
    display: flex;
    background-position: center;
    color: #fff;
    z-index: 1;
}
section.inner-banner:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #00000052;
}
h4{
    color: #D68B31;
}
section#contact {
    background-color: #F7F7F7;
}
.form-control {
    border-radius: 20px;
}
button.dt-btn.dt-btn-bg {
    background-color: #000000;
    color: #fff;
    border: unset;
    border-radius: 20px;
    padding: 7px 20px;
    font-family: 'Concert One', cursive;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    display: block;
    width: 100%;
}
.form-control {
    border-radius: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}





@media only screen and (max-width: 600px) {
    li.nav-item {
    text-align: center;
}
    img.d-block {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 20px;
}


.carousel-caption.d-md-block {
    z-index: 1;
}
h1 {
    font-size: 40px;
    font-weight: 700;
}
a.slider-btn {
    text-decoration: none;
    color: #fff;
    background-color: #F37110;
    padding: 10px 30px;
    border-radius: 25px;
}
.carousel-item:before {
    border-radius: 20px;
}
    ul.navbar-nav.ms-auto {
    background-color: #fff;
    padding: 10px;
}
img.brand-logo {
    width: 100px;
}
section#our-menu {
        background-image: url(images/about-first.png);
        padding-top: 10rem;
        background-repeat: no-repeat;
        color: #fff;
        background-color: #191818;
        background-size: contain;
    }
img.our-menu-img {
    width: 100%;
}
.our-menu-box {
    gap: 10px;
    border: 5px solid #F37110;
    border-radius: 29px;
    overflow: hidden;
    margin-bottom: 12px;
}
    .info {
        display: block !important;
    }
    .info {
    width: 53%;
    padding-right: 7%;
}
.info0 {
    display: none;
}
}