
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap');
:root {
    --primary-color: #F07C35;
    --secondary-color: #FFFBEF;
    --text-light-color: #000000;
    --blue-color: #4F5DA6;
    --secondary-light-blue: #BCE7F0;
    --secondary-light-cream: #F5E6B8;
}
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body.rtl {
  font-family: "Amiri", serif !important;
}
body {
    font-family: "Inter", sans-serif !important;
    background-color: var(--secondary-color) !important;
}
.newsletter-wrap h4,
.newsLetterText,
.subscribe-email input,
.Go-btn-order,
.footer_links li a,
.footer_links li a:hover,
.footer-title_link,
.social_links h3,
.reserved-text small{
	font-family: "Plus Jakarta Sans", sans-serif;
}
body.rtl .newsletter-wrap h4,
body.rtl .newsLetterText,
body.rtl .subscribe-email input,
body.rtl .Go-btn-order,
body.rtl .footer_links li a,
body.rtl .footer_links li a:hover,
body.rtl .footer-title_link,
body.rtl .social_links h3,
body.rtl .reserved-text small{
	font-family: "Amiri", serif !important;
}
a{
    text-decoration: none !important;
}

nav {
    padding: 1rem 0;
}

section{
    padding: 82px 0px;
}
header{
    position: sticky;
    top: 0;
    background-color: var(--secondary-color);
    z-index: 99;
}
nav ul .nav-link{
    font-size: 22px;
    font-weight: 400;
    
    color: var(--text-light-color);
    transition: 0.3s all ease-in-out;
}
nav ul .nav-link:hover{
    color: var(--primary-color) !important;
}
.theme-btn-filled{
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50px;
    padding: 10px 32px;
    border: 1px solid var(--primary-color);
    font-size: 22px;
    font-weight: 400;
    
    line-height: normal;
    display: inline-block;
}
.theme-btn-filled span{
    margin-right: 10px;
}
.theme-btn-filled svg path{
    fill: var(--secondary-color);
}
.theme-btn-withOut-filled{
    border-radius: 50px;
    padding: 10px 32px;
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 22px;
    font-weight: 400;
    
    line-height: normal;
    display: inline-block;
}
.theme-btn-filled-w{
    background-color: var(--secondary-color);
    color: var(--text-light-color);
    border-radius: 50px;
    padding: 10px 32px;
    border: 1px solid var(--secondary-color);
    font-size: 22px;
    font-weight: 400;
    
}
.theme-btn-filled-w span{
    margin-right: 10px;
}
.theme-btn-filled-w svg path{
    fill: var(--text-light-color);
}
.desktop-mode nav .website__logo img{
    width: 127px;
}
.hero {
    text-align: center;
}

.hero .highlight {
    color: #f97316;
}
.hero-section h1{
    max-width: 800px;
    margin: 0px auto 17px auto;
}

.hero-section h1 span{
    font-size: 55px; 
    font-weight: 500;
    
    color: var(--text-light-color);
}
.hero-section h1 span:nth-child(2){
    font-size: 55px;
    font-weight: 700;
    
    color: var(--primary-color);
    font-style: italic;
}
.hero-section h1 span:nth-child(4){
    font-size: 55px;
    font-weight: 700;
    
    color: var(--blue-color);
    font-style: italic;
}

.hero-section .hero_Subtitle{
    color: var(--text-light-color);
    font-weight: 200;
    text-align: center;
    line-height: 28px;
    
    font-size: 22px;
    max-width: 650px;
    margin: 17px auto 51px auto;
}
.main-banner::before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 350px;
    background-color: var(--primary-color);
    z-index: -1;
}
.mb-96{
    margin-bottom: 96px;
}
.element_title{
    font-size: 55px;
    font-weight: 600;
    
    color: var(--primary-color);
}
.element_paragraph{
    font-size: 20px;
    font-weight: 200;
    
    color: var(--text-light-color);
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    max-width: 1020px;
}

.why-love {
    background-color: var(--secondary-color);
    text-align: center;
}

.why-love .icon-box {
    padding: 1rem;
    border-radius: 8px;
}
.why-love .icon-box img{
    margin-bottom: 48px;
    width: 60px;
}
.why-love .icon-box h5{
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    
    margin-bottom: 20px;
}
.why-love .icon-box p{
    min-height: 64px;
}
.menu-wrapper {
    background-color: var(--primary-color);
    color: white;
    text-align: center;
    border-radius: 10px;
    padding: 48px 30px;
}

.chef-highlight {
    background-color: #fff3cd;
    padding: 58px 0px 0px 0px;
}

.chef-highlight img {
    max-width: 100%;
}
.home-cooked-title{
    margin-bottom: 29px;
}
.home-cooked-title span:nth-child(1){
    font-size: 55px;
    font-weight: 600;
    
    color: var(--primary-color);
}
.home-cooked-title span:nth-child(3){
    font-size: 55px;
    font-weight: 600;
    
    color: var(--text-light-color);
}
.mb-71{
    margin-bottom: 71px;
}
.about-chef{
    background-color: var(--secondary-light-cream);
    border-radius: 10px;
    position: relative;
    height: 100%;
}
.about-chef img{
    padding: 32px 32px 0px 32px;
    height: 100%;
}
.about-chef .chef_btn,
.about-food .chef_btn{
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    margin: 0 auto;
    padding: 5px 30px;
    color: #000000;
    font-weight: 400;
    font-size: 22px;
    
}
.about-chef .chef_btn span,
.about-food .chef_btn span{
    margin-right: 13px;
}
.about-chef .chef_btn svg path,
.about-food .chef_btn svg path{
    fill: var(--text-light-color);
}
.about-food{
    background-color: var(--secondary-light-blue);
    border-radius: 10px;
    position: relative;
    height: 100%;
}

.pizza-banner img {
    width: 100%;
    height: auto;
    display: block;
}
.get-started{
    background-image: url(/Assets/Recipe-of-the-day.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 143px 20px;
}
.get-started-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.get-started-content h2{
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 28px;
    
    margin-bottom: 22px;
    text-align: center;
}
.get-started-content p{
    color: var(--secondary-color);
    font-weight: 200;
    font-size: 20px;
    
    margin-bottom: 31px;
    line-height: 32px;
    text-align: center;
}
.viewMenu_btn span{
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 400;
    
    line-height: normal;
    display: inline-block;
}
.viewMenu_btn svg path{
    fill: var(--primary-color);
}
.MenuService-detail{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.MenuService-detail img{
    margin-bottom: 17px;
    height: 61px;
    width: 50px;
    object-fit: contain;
}
.MenuService-detail h1{
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: 600;
    
    margin-bottom: 20px;
}
.MenuService-detail h2{
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    
    margin-bottom: 20px;
}
.MenuService-detail p{
    font-size: 14px;
    font-weight: 300;
    
    color: var(--text-light-color);
    line-height: 100%;
    text-align: center;
    margin-bottom: 0px;
}
.newsletter-wrap{
    background-color: #FAFAFA;
    text-align: center;
}
.newsletter-wrap h4{
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 160%;
    color: var(--text-light-color);
}
.newsLetterText{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    color: #8D8D8D;
    line-height: 160%;
    margin-top: 24px;
    margin-bottom: 0px;
}
.subscribe-email input{
    max-width: 365px;
    height: 58px;
    border-radius: 10px 0px 0px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1px;
}
.subscribe-email input:focus{
    outline: none;
    box-shadow: none;
}
.Go-btn-order{
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 0px 10px 10px 0px;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 1px;
}
.btn-order {
    transition: 0.3s ease-in-out;
}
.btn-order:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}
footer {
    background-color: #2B2B2B;
    color: white;
    padding: 101px 10px 60px 10px;
}
.footer_links li{
    margin-bottom: 16px;
}
.footer_links li a{
    color: #6D6D6D;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}
.footer_links li a:hover{
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    display: inline-block;
}
.footer_links li:last-child a{
    margin-bottom: 0px;
}

.footer-title_link{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 24px;
    display: inline-block;
    margin-top: 20px;
}
.footer-description{
    color: #8C8C8C;
    font-size: 14px;
    font-weight: 400;
    
    line-height: 20px;
    margin-bottom: 20px;
    max-width: 400px;
    margin-top: 16px;
    height: 100px;
}
.social_links h3{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}
.social_links ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.social_links ul li a i{
    color: #8C8C8C;
    font-size: 24px;
    transition: 0.3s all ease-in-out;
}
.social_links ul li a i:hover{
    color: var(--primary-color);
    font-size: 24px;
}
.reserved-text small{
    color: #8C8C8C;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}
.rtl {
    direction: rtl;
    text-align: right;
}

/* chef form */
.chef-logo{
    margin-bottom: 40px;
}
.form-title-first{
    font-size: 48px;
    
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}
.form-title-second{
    font-size: 48px;
    
    font-weight: 600;
    color: #F07C35;
}
.overlay-img{
    position: absolute;
    content: '';
    background: #0000004D;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.chef-form-wrapper{
    padding: 56px;
}
.chef-form-wrapper img{
    width: 127px;
}

.chef-form h4{
    
    font-weight: 200;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin: 10px 0px 56px 0px;
}
.chef-form input,
.chef-form select{
    border: 1px solid #E9E9E9;
    height: 42px;
    padding: 13px 26px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 200;
    color: #555555;
    width: 100%;
    margin-bottom: 29px;
}
.chef-form input:focus,
.chef-form select:focus{
    outline: none !important;
    box-shadow: unset !important;
    border-color: unset !important;
}
/* .direction-ltr{
    direction: ltr;
}
.direction-rtl{
    direction: rtl;
} */
body:not(.rtl) .direction-ltr
 {
    direction: rtl;
    text-align: right;
}

/* Arabic (RTL website) mein is section ko LTR rakhna */
body.rtl .direction-rtl {
    direction: ltr;
    text-align: left;
}

@media only screen and (max-width:992px){
    .offcanvas__btn{
        background-color: transparent !important;
        padding: 0px !important;
        border: none !important;
    }
    .offcanvas__btn i{
        font-size: 30px;
        color: var(--primary-color);
    }
    nav ul .nav-link {
        font-size: 18px;
        padding: 10px;
    }
    .main-banner::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 220px;
        background-color: var(--primary-color);
        z-index: -1;
    }
    .why-love .icon-box h5 {
        font-size: 22px;
        min-height: 52px;
    }
    .element_paragraph {
        font-size: 18px;
    }
    .MenuService-detail {
        height: auto;
        margin-bottom: 20px;
    }
    .element_title {
        font-size: 42px;
    }
    .home-cooked-title span:nth-child(1),
    .home-cooked-title span:nth-child(3) {
        font-size: 42px;
    }
    .mb-71 {
        margin-bottom: 40px;
    }
    .chef-highlight img {
        max-width: 100%;
        width: 400px;
    }
    .form-title-first,
    .form-title-second {
        font-size: 36px;
    }
    .chef-form-wrapper {
        padding: 56px 20px;
    }
}

@media only screen and (max-width:768px){
    .hero-section h1 span {
        font-size: 34px !important;
    }
    section {
        padding: 50px 0px;
    }
    .get-started {
        padding: 100px 20px;
    }
    .main-banner::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 150px;
        background-color: var(--primary-color);
        z-index: -1;
    }
    .element_title {
        font-size: 42px;
    }
    .MenuService-detail {
        height: auto;
        margin-bottom: 30px;
    }
    .MenuService-detail img {
        margin-bottom: 5px;
    }
    .MenuService-detail h2 {
        margin-bottom: 15px;
    }
    .home-cooked-title span:nth-child(1),
    .home-cooked-title span:nth-child(3) {
        font-size: 42px;
    }
    .mb-71 {
        margin-bottom: 34px;
    }
    .why-love .icon-box img {
        margin-bottom: 20px;
        width: 60px;
    }
    .why-love .icon-box h5 {
        font-size: 22px;
        min-height: auto;
    }
    .why-love .icon-box p {
        min-height: auto;
    }
    footer {
        padding: 70px 10px 60px 10px;
    }
    .theme-btn-filled-w {
        padding: 10px 20px;
        font-size: 18px;
    }
    /* chef form */
    .form-title-first,
    .form-title-second {
        font-size: 38px;
    }
}

@media(max-width:575px){
    .hero-section h1 span {
        font-size: 22px !important;
        font-weight: 500;
        
        color: var(--text-light-color);
    }
    .hero-section .hero_Subtitle {
        line-height: 24px;
        font-size: 16px;
    }
    .theme-btn-filled {
        padding: 12px 32px;
        font-size: 16px;
    }
    .theme-btn-withOut-filled {
        padding: 12px 32px;
        font-size: 16px;
    }
    .main-banner{
        padding: 50px 0px 30px 0px;
    }
    .main-banner::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 100px;
        background-color: var(--primary-color);
        z-index: -1;
    }
    .element_title {
        font-size: 32px;
    }
    .element_paragraph {
        font-size: 16px;
        line-height: 24px;
    }
    section {
        padding: 50px 0px;
    }
    .theme-btn-filled-w {
        padding: 10px 20px;
        font-size: 16px;
    }
    .MenuService-detail h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .MenuService-detail img {
        margin-bottom: 0px;
    }
    .MenuService-detail {
        height: auto;
        margin-bottom: 20px;
    }
    .MenuService-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .viewMenu_btn span {
        font-size: 16px;
    }
    .home-cooked-title span:nth-child(1),
    .home-cooked-title span:nth-child(3) {
        font-size: 32px;
    }
    .mb-71 {
        margin-bottom: 20px;
    }
    .home-cooked-title {
        margin-bottom: 20px;
    }
    .theme-btn-filled-w svg,
    .theme-btn-filled svg{
        width: 30px;
    }
    .why-love .icon-box h5 {
        font-size: 20px;
    }
    .why-love .icon-box img {
        margin-bottom: 22px;
        width: 45px;
    }
    .why-love .icon-box p {
        min-height: auto;
    }
    .MenuService-detail h1 {
        font-size: 22px;
    }
    .about-chef .chef_btn, .about-food .chef_btn {
        width: 170px;
        padding: 5px 10px;
        font-size: 16px;;
    }
    .about-chef .chef_btn svg, .about-food .chef_btn svg{
        width: 30px;
    } 
    .get-started {
        padding: 60px 0px;
    }
    .newsLetterText {
        font-size: 14px;
        letter-spacing: 0;
    }
    footer {
        background-color: #2B2B2B;
        color: white;
        padding: 50px 0px 50px 0px;
    }
    .chef-form-wrapper {
        padding: 40px 20px;
    }
    .form-title-first, .form-title-second {
        font-size: 28px;
    }
}