/* Reset some common elements */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  } 

hr {
    margin: 1rem 0;
    color: #5f6d7a;

}
.py-25 {padding-bottom: .5rem !important;}
  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-family: "Passion One", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  p {
    margin-bottom: 1em;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 18px;
  }
  a,a:hover{
    text-decoration: none;
    font-family: "Passion One", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    color: #fff;
  }
  button {
    cursor: pointer;
    border: none;
    padding: 0.5em 1em;
    font-size: 1em;
  }
  input, textarea, select {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    padding: 0.5em;
    border: none;
    background-color: #fff;
    font-size: 20px;
    width: 65%;
    max-width: 100%;
    margin-bottom: .5em;
    border-radius: 10px;
  }
  ul,ol{padding-left: 0;}
  ul li{
    list-style-type: none;
  }
  label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
  }
  .bottom-0{
    margin-bottom: 0px;
  }
  .grid {
    display: grid;
    gap: 1em;
  }
  .col-lg-12,.col-lg-6{
    padding: 0;
    margin: 0;
  }
  /*--navbar-start--*/
  .top-bar{
    background-color: #14952E;
    font-family: "Passion One", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
  }
  .navbar{
    background-color: #13132A;
    padding: .5em 3em;
  }
  .navbar-nav .nav-item .nav-link{
    color: #fff;
    text-transform: uppercase;
  }
  .navbar-nav{
    align-items: center;
  }
  .navbar-nav .nav-item{
    padding: 0 1em;
  }
  .navbar-light .navbar-nav .nav-link.active,.btn-nav{
    background-color: #14952E;
    padding:  3px 15px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
  }
  .nav-link:hover,.nav-link:focus{
    color: #fff !important;
  }
  .navbar-collapse{
    flex-grow: .01;
  }
  /*--navbar-end--*/

  /*--hero-start--*/
  .hero{
    padding: 2em 4em;
    background-color: #14952e;
/*    background: url(../img/about_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;*/
    width: 100%;
  }
  .hero .col-lg-6{
    align-self: center;
  }

.video-box video{
    -o-object-fit: cover;
    object-fit: cover;
    height: 750px;
}
.con-box h2 {
    color: #fff;
    line-height: 62px;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 70px;
}
  .con-box h2 span{
    font-size: 50px;
  }
  .con-box p{
    width: 51%;
    margin: auto;
  }
  .con-box a{
    background: #13132A;
    padding: .3em 1.3em;
    border-radius: 10px;
    color: #fff;
    font-size: 32px;
  }
  .new-ab .col-md-6{
    align-content: center;
  }
.about-01 .d-flex {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}
  /*--hero-end--*/

  /*--Burger-product-start--*/
  .Burger-product{
    padding: 3em 4em;
    background-color: #13132A;
  }
  .Burger-product .col-lg-6{
    align-self: center;
  }
  .Burger-product h4{
    color: #fff;
    font-size: 121px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .Burger-product h4 span{
    font-size: 50px;
  }
  .Burger-product p{
    width: 70%;
    margin: auto;
  }
  .Burger-product a{
    background: #14952E;
    padding: .3em 1.3em;
    border-radius: 10px;
    color: #fff;
    font-size: 32px;
  }
  /*--Burger-product-end--*/

   /*--product-list-start--*/
  .product-list{
    padding: 3em;
    background-color: #222222;
  }
  .product-list .col-lg-6{
    align-self: center;
  }
  .product-list h3{
    color: #fff;
    font-size: 59px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 1em;
  }
  .product-list img{
    width: 100%;
  }
  .product-list p{
    width: 49%;
    margin: auto;
  }
  .product-list a{
    background: #14952E;
    padding: .3em 1.3em;
    border-radius: 10px;
    color: #fff;
    font-size: 32px;
  }
  /*--product-list-end--*/

  /*--garbage-product-start--*/
  .garbage-product{
    padding: 2em 4em;
    background-color: #14952E;
  }
  .garbage-product .col-lg-6{
    align-self: center;
  }
  .garbage-product h4{
    color: #fff;
    font-size: 121px;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  .garbage-product h4 span{
    font-size: 50px;
  }
  .garbage-product p{
    width: 75%;
    margin: auto;
  }
  .garbage-product a{
    background: #0E044E;
    padding: .3em 1.3em;
    border-radius: 10px;
    color: #fff;
    font-size: 32px;
  }
  /*--garbage-product-end--*/

   /*--delux-plate-head-start--*/
  .delux-plate-head{
    padding: 3em;
    background-color: #0E044E;
  }
  .delux-plate-head .col-lg-6{
    align-self: center;
  }
  .delux-plate-head .delux-con{
    align-self: center;
  }
  .delux-plate-head h3{
    color: #fff;
    font-size: 59px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: center;
  }
  /*--delux-plate-head-end--*/

  /*--delux-plate-start--*/
  .delux-plate{
    padding: 3em;
  }
  .delux-plate img{
    width: 100%;
  }
  .delux-plate p{
    width: 49%;
    margin: auto;
  }
  /*--delux-plate-end--*/

  /*--Newsletter-start--*/
  .Newsletter{
    padding: 3em 4em;
    background-color: #14952E;
  }
  .Newsletter .newsletter-box{
    background-color: #13132A;
    padding: 3em 5em;
    align-content: center;
  }
  .Newsletter video{
    width: 93%;
  }
  .Newsletter p{
    width: 49%;
    margin: auto;
  }
  .Newsletter .policy{
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
    width: 71%;
    font-size: 12px;
    color: #fff;
    padding-top: 1em;
  }
  .Newsletter .btn-submit,.btn-submit{
    background-color: #14952E;
    font-family: "Passion One", sans-serif;
    font-weight: 500;
    font-size: 35px;
    color: #fff;
    border: none;
    padding: 0em 2em;
    border-radius: 10px;
  } 
  /*--Newsletter-end--*/

  /*--Menu-start--*/
  .breakfast-menu,.menu-main{
    color: #fff;
  }
  .accordion-item{
    background-color: #0E044E;
 /*   border: 1px solid #e8911e;*/
  }
  .accordion-button{
    font-size: 2rem;
    color: #212529 !important;
  }

  
  .btn-togg.accordion-btn-1:not(.collapsed){
        background-color: #14952E;
    }
    .btn-togg[aria-expanded="true"] {
        background-color: #14952E !important;
    }


  .accordion-button:not(.collapsed)::after{
    filter: invert(1);
    font-weight: 800;
  }
 .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #14952e;
    color: #fff !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
  .breakfast-menu .col-md-6:nth-child(2){
    border-left: 2px dashed rgb(221, 221, 221);
    padding: 0px 1.5em;
  }
  .box-menu-all{
    border: 2px dashed rgb(221, 221, 221);
    padding: 1em;
    margin-top: 1em;
  }
  .box-menu-all p,.menu-tab-1 p.menuu{
    margin-bottom: 0.2em !important;
  }
  .btn-togg{
    color: #fff;
    background-color: #14952e1a;
    border-color: #14952e59;
    text-transform: uppercase;
      font-family: "Passion One", sans-serif;
    border-radius: 20px;
    font-size: 1.5rem;
  }
    .btn-togg:focus{
     background: #14952E;
    }
    
    .btn-togg[aria-expanded="true"] {
      background: #14952E;
    }
   .btn-togg:hover{
    background-color: #14952E;
    border-color: #14952e59;
  }
  .menu-main h3{
    font-size: 3rem;
  }
  .accordion-item .menu-tab-box .menuu,.menu-tab-1 .menuu{
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: .5em;
    color: #e8911e;
    gap: 20px;
  }
  .menu-head{
    color: #e8911e;
    font-weight: 500;
  }
  .menu-head b{
    color: #fff;
    font-weight: 500;
  }
  .breakfast-menu h4{
    font-size: 2rem;
  }
  .menuu b{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .menuu strong{
    font-weight: 500;
    display: block;
    text-align: right;
  }
  /*--footer-all-start-*/
  .footer-all{
    padding: 1em 0em;
  }
  .Footer{
    background-color: #fff;
    padding: 3em 3.5em;
    margin: 0;
  }
  .Footer img{
    width: 30%;
  }
  .footer-all h5{
    color: #000;
    font-size: 36px;
    font-weight: 500;
  }
  .footer-menu li a, .Footer address, .footer-timing li {
    color: #000;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
  }
  .add-foot{
    border-top: 1px solid #222222;
    padding-top: .5em;
  }
  .Footer address{
    width: 60%;
    margin-bottom: .5em;
  }
  .Social-links{
    display: flex;
    gap: 20px;
  }
  .Social-links li a i{
    font-size: 15px;
    background-color: #14952E;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .copyright .copy-box{
    padding-top: 1em;
    text-align: center;
  }
  .copyright .copy-box p{
    font-size: 15px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
  }

  .copyright .copy-box p{
    font-size: 15px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
  }

  .copyright .copy-box p a{
    font-size: 15px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
  }

.about {
    padding: 4em 1em;
    background-color: #14952e;

}

.about h1 {
    text-transform: uppercase;
    font-size: 96px;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    line-height: 0.8em;
    text-shadow: 0em 0.1em 0.1em rgba(0, 0, 0, 0.4);
}

.about h3 {
    color: #fff;
    text-align: center;
    font-size: 33px;
    margin-top: 21px;
}

.about-01 {
    padding: 3em;
    background-color: #0e044e;
}

.about-01 p{
    color: #fff;
    margin-bottom: .1rem;
    font-weight:500;
}

.about-01 h5 {
    color: #fff;
    font-size: 23px;
}

.about-01 address {
    color: #fff;
    font-size: 18px;
}



.about-01-green {
    padding: 3em;
    background-color: #14952e;
}

.about-01-green p{
    color: #fff;
}

.about-01-green h4 {
    color: #fff;
    font-size: 26px;
}

.about-01 .footer-timing li {
    color: #ffffff;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}




.img-l img{
      width: 100%;
      /* padding: 0px 20px; */
    }

.about-01 h2 {
    color: #fff;
    text-align: center;
    /* margin-top: 36px; */
    font-size: 48px;
}
.about-01 input, .about-01 textarea, .about-01 select{
    width: 100%;
}

   @media screen and (min-width: 768px) and (max-width: 1024px) { 
    .img-box,.img-box img{
      width: 100%;
    }
    .navbar{
      padding: 1em 0em;
    }
    .navbar-nav .nav-item .nav-link{
      font-size: 15px;
    }
    .navbar-brand{
      width: 30%;
    }
    .btn-nav a{
      font-size: 15px;
    }
    .navbar-toggler{
      background-color: #fff;
    }
    .hero,.Burger-product{
      padding: 2em 1em;
    }
    .about{
      padding: 2em 1em;
    }
    .about h1{
      font-size: 45px;
    }
    .img-box{
      padding: 1em;
    }
    .con-box h2 {
      font-size: 28px;
      padding-top: 0em;
   }
   .Burger-product h4{
    font-size: 55px;
   }
   .Burger-product p,.garbage-product p{
    width: 95%;
   }
   .product-list h3,.delux-plate-head h3{
    font-size: 35px;
    padding-bottom: 0em;
  }
  .product-list {
    padding: 2em 0em;
  }
  .garbage-product,.delux-plate,.Newsletter{
    padding: 0em;
  }
  .Newsletter img{
    width: 100%;
  }
  .Newsletter .newsletter-box{
    padding: 1em 0em;
  }
  .Footer{
    padding: 3em .5em;
  }
  /* .video-box video{
    height: 100%;
   } */
   .footer-menu li a, .Footer address, .footer-timing li{
    font-size: 15px;
   }
   .Footer address{
     width: 75%;
   }
   .footer-all h5{
    font-size: 30px;
   }
   .Newsletter p{
    width: 65%;
   }
   .con-box h2{
    line-height: 40px;
   }
   .Newsletter video{
    width: 100%;
   }
   .Newsletter .col-lg-6{
    align-content: center;
   }
   .about-01,.about-01-green{
    padding: 2em 0em;
   }
   .btn-submit{
    padding: .1em 1em;
    font-size: 24px;
    margin-bottom: 1em;
   }
   .btn-togg{
    display: flex !important;
    font-size: .7rem !important;
   }
   .togg-btn-main{
    gap: 10px !important;
   }
   /* .menu-tab-box{
    flex-wrap: wrap;
   } */
    .accordion-button {
    font-size: 1.2rem;
   }

  .about-01-green .g-col h3 {
    align-content: center;
    font-size: 2rem !important;
    line-height: 27px !important; 
    text-align: center;
   }
  }
  @media screen and (min-width: 300px) and (max-width: 767px) { 
    img{
      width: 100%;
    }
    .accordion-item .menu-tab-box .menuu,.menu-tab-1 .menuu{
      font-size: 16px;
    }
    .accordion-item .menu-tab-box .menuu, .menu-tab-1 .menuu{
      font-size: 14px;
    }
    .menuu b{
      font-size: 14px;
    }
    .video-box video{
      height: 100%;
    }
    .menuu strong{
      text-align: justify;
    }
    .navbar{
      padding: 1em 0em;
    }
    .navbar-brand{
      width: 72%;
    }
    .navbar-toggler{
      background-color: #fff;
    }
    .hero,.Burger-product{
      padding: 2em 1em;
    }
    .about{
      padding: 2em 1em;
    }
    .about h1{
      font-size: 45px;
    }
    .img-box{
      padding: .3em 0em;
    }
    .con-box h2 {
      font-size: 28px;
      padding-top: 1em;
      line-height: 40px;
   }
   .Burger-product h4{
    font-size: 55px;
   }
   .Burger-product p,.garbage-product p{
    width: 93%;
   }
   .garbage-product p{
    padding: 10px !important;
   }
   .product-list h3,.delux-plate-head h3{
    font-size: 35px;
    padding-bottom: 0em;
  }
  .product-list {
    padding: 2em 0em;
  }
  .garbage-product,.delux-plate,.Newsletter{
    padding: 0em;
  }
  .Newsletter img{
    width: 100%;
  }
  .Newsletter .newsletter-box{
    padding: 1em 0em;
  }
  .Footer{
    padding: 3em .5em;
  }
 .Newsletter video{
    width: 100%;
  }
  .Footer address{
    width: 70%;
  }
  .Newsletter p{
    width: 100%;
  }
  .Newsletter .policy{
    width: 93%;
  }
  .Footer img {
    width: 60%;
  }
  .delux-plate-head {
    padding: 1em;
  }
  .con-box p{
    width: 100%;
  }
  .Newsletter .btn-submit, .btn-submit{
    padding: 0;
  }
  .about-01,.about-01-green{
    padding: 2em 0em;
   }
   .btn-submit{
    padding: .1em 1em;
    font-size: 24px;
    margin-bottom: 1em;
   }
   .btn-togg{
    display: flex !important;
    font-size: .7rem !important;
   }
   .togg-btn-main{
    gap: 10px !important;
   }
   .accordion-button {
    font-size: 1.2rem;
   }
   .accordion-body{
    padding: 1rem .5rem;
   }

  .new-menu-line{
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .new-menu-line strong:last-child{
    text-align: left !important;
  }
  .accordion-body p,.menu-head{
    font-size: 14px;
  }
  #toggle3 {
    flex-wrap: wrap;
    justify-content: center;
  }
    .menu-main .collapse:not(.show){
    display: none !important;
  }
  #toggle3 .nav-tabs .nav-item {
    justify-items: center !important;
  }
  .about-01-green .g-col h3 {
    align-content: center;
    font-size: 2rem !important;
    line-height: 27px !important; 
    text-align: center;
  }
  
}

.price-main{
    display: none !important;
}
#toggle3{
    display: flex;
}
#toggle3 .nav-tabs{
    border-bottom: none;
    display: block;
    padding-top: 1rem;
}
#toggle3 .nav-tabs .nav-link{
    border-radius: 20px;
}
#toggle3 .nav-tabs .nav-item{
    justify-items: flex-start;
    padding-bottom: .5rem;
}
#toggle3 .nav-link.active{
    background-color: #fff !important;
    border-color: #000 !important;
}
#toggle3 .nav-tabs .btn-togg{
    background-color: #14952e1a;
}
#toggle3 .nav-tabs .btn-togg:hover{
    background-color: #14952E !important;
    border-color: #14952e59 !important;
}
#toggle3 .nav-link:focus{
    color: #000 !important;
}
.tab-content{
    width: 100%;
}
.menu-main .collapse:not(.show){
  display: none !important;
}

.about-01-green .g-col{
  align-content: center;
  color: #fff;
}
.about-01-green .g-col h3{
  font-size: 4rem;
  font-weight: 500;
  line-height: 50px;
}


