

@import url('https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Parkinsans:wght@300..800&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {box-sizing: border-box;
    padding:0px;
    margin:0px;
 }


 html {
    scroll-behavior: smooth;
  }
  
.amita-regular {
    font-family: "Amita", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .amita-bold {
    font-family: "Amita", serif;
    font-weight: 700;
    font-style: normal;
  }

  h2{
    font-size: 4em;
  }

  h4{
    font-size: 2em;
  }
  p {
    font-family: sans-serif;
}
button, a{
    font-family: "Amita", serif;
}

.section_container {
    background-image: url(img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-attachment: fixed;
}

.sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  .sidepanel a:hover {
    color: #e2000e;
}
  
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #e2000e;
    color: white;
    padding: 10px 15px;
    border: none;
}
  
  .openbtn:hover {
    background-color:#000;
  }


  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.content_wrapper {
    width: 1140px;
    margin: auto;
}

.header_logo img{
    width:150px;
}

.banner_content {
    text-align: center;
    color: #fff;
    padding-top: 200px;
}

.header_call i.fa.fa-phone {
    color: #e2000e;
}

.header_call {
    display: flex;
    align-items: center;
    color: #fff;
}


.banner_content ul{
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 50px;
    list-style: none;
    margin-top: 10px;
    font-size: 30px !important;
}


.about_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


.space_top {
    margin-top: 80px;
   
}

.left-content, .right_content{
    width:50%;
}

.right_content img{
    width:100%;
}
.header_call p{
    color:#fff;
}

p {
    color: #686868;
    font-size: 14px;
    line-height: 1.5rem;
}


span.color_orange {
    color: #e2000e;
}

.menu_heading {
    text-align: center;
    padding-bottom: 50px;
}



.menu_section, .menu_section_2, .menu_section_3 {
    background: #e2000e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 8px;
}

.menu_img {
    position: absolute;
    right: 0;
    top: -26px;
}

.menu_img img {
    position: absolute;
    bottom: 2%;
    right: 0%;
    top: -15%;
    width: 314px;
    border: 16px solid #e2000e;
    border-radius: 8px;
}

.menu_content p, .menu_content_2 p{
    color:#fff;
}

.menu_content, .menu_content_2 {
    padding: 40px;
}
.menu_content h5{
    font-size: 16px;
}

.menu_content h3, .menu_content_2 h3{
    font-size: 40px;
    color:#fff;
}

span.font-big {
    font-size: 45px;
    color: #fff;
}

.menu_section_2,  .menu_section_3 {
    margin-top: 80px;
    border-radius: 8px;
}

.menu_img_2 img {
    position: absolute;
    bottom: 2%;
    left: 0%;
    top: -8%;
    width: 314px;
    border: 16px solid #e2000e;
    border-radius: 8px;
}


.our_chefs {
    display: flex;
    justify-content: space-between;
    gap:20px;
}


.chef_section{
    background-image: url(img/Black-Minimalist-Pizza-Restaurant-Youtube-Thumbnail\ 1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding:50px;
    margin-top: 100px;
    background-attachment: fixed;
}

.container {
    position: relative;
    border: 2px solid #e2000e;
}
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #e2000e;
}
  .container:hover .overlay {
    opacity: 1;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }


  .chef_box {
    width: 25%;
}

.text h4{
    font-size: 23px;
}

.text p{
    color:#fff;
}

.text ul{
    display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        list-style: none;
        margin-top: 20px;
}

.gallery {

    display: grid;
    grid-auto-rows: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}





.image-container {

    position: relative;
  
    overflow: hidden;
  
  }
  
  .image-container img {
    transition: all 0.3s ease;
 
    width: 290px;
    object-fit: cover;
    height: 100%;
}
  
  .image-container:hover::before {
  
    content: '';
  
    position: absolute;
  
    top: 0;
  
    left: 0;
  
    width: 100%;
  
    height: 100%;
  
    background-color: #f891656e;
    z-index: 1;
  
  }


  .services {
    /* grid-auto-rows: auto; */
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #e2000e;
    border-bottom: 2px solid #e2000e;
    /* background: red; */
    width: 100%;
    justify-content: center;
}


.services_img {
    width: 33%;
}

.services_img img{
    height:100%;
    width:100%;
}


.service_text {
    width: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 68px;
    text-align: center;
}


.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
    margin-top: 20px;
  }
  
  /* Slides */
  .mySlides {
    display: none;
    padding: 80px;
    text-align: center;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #e2000e;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  
  /* Position the "next button" to the right */
  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }
  
  /* The dot/bullet/indicator container */
  .dot-container {
    text-align: center;
    padding: 20px;
    background: #e2000e;
}
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  /* Add a background color to the active dot/circle */
  .active, .dot:hover {
    background-color: #000;
}
  
  /* Add an italic font style to all quotes */
  q {font-style: italic;}


  .mySlides img {
    width: 100px;
    border-radius: 100px;
    height: 100px;
    object-fit: cover;
    position: absolute;
    top: -56px;
    border: 2px solid #e2000e;
    padding: 5px;
    box-shadow: 0 0 7px #e2000e;
}


  .mySlides {
    background-image: url(img/Snapshot_66\ 1.png);
    background-color: #2622209e;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


.footer_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_topbar p{
    width:80%;
}


.footer_links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}


.footer_links li {
    color: #686868;
    font-size: 14px;
    line-height: 1.5rem;
    list-style: none;
    font-family: sans-serif;
}

.footer_links {
    margin-bottom: 80px;
}


@media(max-width:767px){
    .content_wrapper{
        width:100%;
    }
    .about_section{
        flex-wrap: wrap;
    }
    .left-content, .right_content {
        width: 100%;
    }
    .menu_img {
        position: unset;
      
    }

    .menu_img img {
        position: unset;
    
    }
    .menu_section, .menu_section_2, .menu_section_3 {
      
        justify-content: center;
      
        flex-wrap: wrap;
    }
    .menu_img_2 img {
        position: unset;
   
    }
    .our_chefs {
   
        flex-wrap: wrap;
    }
    .chef_box {
        width: 100%;
    }
    .gallery {
      
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .services {

        flex-wrap: wrap;
    }
    .service_text {
        width: 100%;
       
    }
    .services_img {
        width: 100%;
    }
    .footer_links {
     
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        gap: 20px;
    }
    h2 {
        font-size: 2em;
    }
    .header_logo img {
        width: 109px;
    }
    .header {
      
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu_content h3, .menu_content_2 h3 {
        font-size: 25px;
        color: #fff;
    }
    .space_top {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mySlides{
        padding:47px;
    }
    .sidepanel a{
        font-size: 16px;
    }
}



.menu_box_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.custom_menu {
    width: 50% !important;
}

.custom_menu img {
    width: 100%;
    height: 100%;
    border: 2px solid #e2000e;
    border-radius: 8px;
}

@media(max-width:767px){
    .image-container img {
        height: 290px;
    }
    .custom_menu {
        width: 100% !important;
    }
    .menu_box_1 {
       flex-wrap: wrap;
    }
    .space_top {
        margin-top: 40px;
    }
    .mySlides img{
        left: 0px;
        right: 0px;
        margin: auto;
    }
}