body {
  font-family: 'Poppins', sans-serif;
}

/* header starts */
.logo {
  background: transparent !important;
  /* padding: 0 60px; */
}
#header {
  width: 100%;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 3px 6px #00000029;
}
.nav {
  background: transparent;
  float: right;
  padding: 0;
}
.nav ul {
  float: right;
}
.nav ul li a {
  color: #b31514;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 5px 0;
  margin: 0 10px;
  position: relative;
}
.nav ul li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px !important;
  border-radius: 4px;
  /* background-color: #b31514; */
  background-color: #000;
  top: unset !important;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.nav ul li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.nav ul li a.active {
  border-bottom: 0 !important;
}
.nav ul li a.active::before {
  background-color: #000 !important;
  transform-origin: left;
  transform: scaleX(1);
  opacity: 1 !important;
}
.inr_header {
  position: relative;
  top: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.inr_header .logo a {
  padding: 8px 0;
}
.inr_header .logo {
  padding: 10px 0;
}
.inr_header .nav {
  width: 100%
}
.inr_header .nav ul {
  display: flex;
  height: 100%;
  align-items: center;
}
/* header ends */

/* Home Banner Starts */
.header_strip {
  background-color: #008a73;
  color: #fff;
  padding: 10px;
}
.header_strip ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding: 8px 0;
}
.header_strip ul li,
.header_strip ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.header_strip ul li a :hover{
  color: #000;
   text-transform: uppercase;
}
.new-main-banner h1 {
  color: #000000;
}
.new-main-banner p {
  color: #000000;
}
.new-main-banner .banner_txt_in {
  float: unset !important;
  /* width: 600px; */
  width: 100%;
  display: block;
  margin: auto;
}
.new-main-banner .banner_txt {
  width:100%;
  display:block;
  position:absolute;
  top:40%;
  left: 50%;
  transform: translateX(-50%);
}
.new-main-banner .bg-image {
  background-position: bottom;
}
.new-main-banner .banner_txt_in h1 {
  /* color: #b31514; */
  color: #fff;
  font-size: 44px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
}
.new-main-banner .banner_txt_in h2 {
  color: #fff;
  font-size: 44px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
}
.new-main-banner .banner_txt_in p {
  /* color: #000000; */
  color: #fff;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 28px;
  /* width: 88%; */
  text-align: center;
}
.new-main-banner .banner_txt_in a {
  background-color: #b31514;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.new-main-banner .banner_txt_in a:hover {
  background-color: #FFF;
  color: #b31514;

}
.banner_menu_btn {
  text-align: center;
}
/* Home Banner Ends */

/* New Block1 */
.block1_main {
  border-bottom: 0 !important;
  padding-top: 25px;
}
.block1_main img {
  display: block;
  margin: auto;
}
.block1_rht {
  padding: 20px 0 0;
  text-align: center;
}
.block1_rht h3 {
  color: #b31514;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 10px;
}
.block1_rht h4 {
  color: #b31514;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-transform: none;
}
.block1_rht p {
  color: #717171;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 26px;
}
.block1_rht p span {
  color: #b31514;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.block1_rht a {
  color: #b31514;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
/* New Block1 Ends */


/* About Block */
.home_about_block {
  position: relative;
}
.home_about_block img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.home_about_block .home_about_block_inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home_about_block_inr h3 {
  color: #ffffff;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.home_about_block_inr h2 {
  color: #ffffff;
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.home_about_block_inr .home_about_block_btn {
  text-align: center;
}
.home_about_block_inr a {
  background-color: #c2272c;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 20px 18px;
  text-transform: uppercase;
}
/* About Block Ends */

/* home menu block starts */
.home_menu_block {
  padding: 5% 0 5% 0;
}
.home_menu_block h3 {
  color: #b31514;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.home_menu_block h2 {
  color: #b31514;
  font-size: 39px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.menu_grid {
  display: grid;
  grid-template-columns: repeat(2 ,1fr);
  grid-gap: 20px;
  padding-top: 25px;
}
.menu_grid .menu_item img {
  width: 100%;
}
.menu_item h4 {
  color: #b31514;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  text-transform: capitalize;
}
.menu_item p {
  color: #717171;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  width: 65%;
  margin: 15px auto;
}
.menu_item p a {
  color: #ed1c24;
}
.menu_item span {
  color: #b31514;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 15px;
  line-height: 18px;
  text-align: center;
  display: block;
}
.view_dishes {
  text-align: center;
}
.view_dishes a {
  background: #c2272c;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  padding: 20px;
  text-transform: uppercase;
}
/* home menu block ends */

/* menu page starts here */
.menu_bnr .about_ban_txt {
  top: 50%;
  transform: translateY(-50%);
}
.menu_bnr .about_ban_txt_in h1 {
  text-transform: uppercase !important;
}
.menu_bnr .about_ban_txt_in h2 {
   padding: 10px 0;
   text-transform:uppercase;
   background: transparent;
   margin:0;
   margin-bottom: 20px;
 }
 .menu_bnr img {
   width: 100%
 }
 .menu_heading {
   padding-bottom: 35px;
 }
 .menu_heading h3 {
   color: #000000;
   font-size: 20px;
   font-family: 'ProximaNova-Regular';
   font-weight: 400;
   text-transform: uppercase;
 }
 .menu_heading h2 {
   color: #b31514;
   font-size: 22px;
   font-family: 'Montserrat-Bold';
   text-transform: uppercase;
   text-align: left !important;
 }
 .new_menu_box {
   display: grid;
    width: 100%;
    grid-template-columns: 48% 52%;
    border: 1px solid #cccccc;
    border-radius: 15px;
    margin-bottom: 15px;
 }
 .new_menu_box:nth-child(even) {
   grid-template-columns: 52% 48%;
 }
 .new_menu_box:nth-child(even) .new_menu_list {
   background-color: #f7f7f7;
   border-radius: 15px 0 0 15px;
 }
 .new_menu_box img {
   width: 100%;
   height: 100%;
 }
 .new_menu_box:nth-child(odd) img {
   border-radius: 15px 0 0 15px;
 }
 .new_menu_box:nth-child(even) img {
   border-radius: 0 15px 15px 0;
 }
 .new_menu_box .new_menu_list {
    padding: 30px 10%;
 }

 .new_menu_box .new_menu_list h6 {
   color: #ed1c24;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 10px;
 }
 .new_menu_box .new_menu_list ul li {
   border-bottom: 1px solid #c7c7c7;
   color: #000000;
   font-size: 16px;
   font-weight: 400;
   padding: 5px 0;
   text-transform: uppercase;
 }
 .new_menu_box .new_menu_list ul li:last-child {
   border-bottom: 0 !important;
 }
 .new_menu_box .new_menu_list ul li span {
   font-weight: 600;
   float: right;
 }
 .new_menu_img {
   position: relative;
 }
 .new_menu_img img.arrow_icon {
   border-radius: 0;
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 30px;
   height: 50px;
 }
 .new_menu_img img.arrow_icon_right {
   border-radius: 0;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 30px;
   height: 50px;
 }
 .download_menu,
 .download_menu:hover,
 .download_menu:focus {
   display: inline-block;
   background-color: #c2272c;
   color: #fff;
   border-radius: 4px;
   padding: 10px 20px;
   font-size: 16px;
   font-weight: 500;
   text-decoration: none;
 }
 .menu-head {
   padding: 50px 0;
 }
 .menu-head p {
   color: #717171;
   font-size: 16px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
 }
 .menu-head p span {
   color: #b31514;
   font-weight: 600;
 }
 .menu-item-bnr {
   position: relative;
 }
 .menu-item-bnr h3 {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   color: #fff;
   font-size: 40px;
   font-family: 'Alfa Slab One', cursive;
   text-align: center;
   letter-spacing: 1.25px;
 }
 .menuBlock {
   padding-bottom: 35px;
 }
 .menuBlock h3 {
   color: #b31514;
   font-size: 40px;
   font-family: 'Alfa Slab One', cursive;
   letter-spacing: 1.25px;
   /* margin-bottom: 30px; */
 }
 .menuBlock h3 span {
   color: #000;
   font-size: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
   letter-spacing: 0.35px
 }
 .menuFlex {
   display: grid;
   grid-template-columns: 1fr 1fr;
   margin: 30px 0;
 }
 .menuFlexBox {
   display: flex;
   justify-content: space-between;
   gap: 15px;
   padding: 25px 25px;
   /* border-bottom: 1px solid #CCC; */
 }
 .menuFlexBox.gray{
   background-color: #f1f1f1;
 }
 .menuFlexBox h5 {
   color: #000;
   font-size: 16px;
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
   text-transform: uppercase;
   margin-bottom: 4px;
 }
 .menuFlexBox span {
   color: #000;
   font-size: 16px;
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
 }
 .menuFlexBox p {
   color: #717171;
   font-size: 14px;
   font-family: 'Poppins', sans-serif;
   font-weight: 400;
 }
 .egg_curries {
   background: #c2272c;
   padding-top: 25px;
 }
 .egg_curries h3 {
   color: #fff;
   letter-spacing: 1.25px
 }
 .egg_curries .menuBlock {
   padding-bottom: 0
 }
 .egg_curries .menuBlock h5 {
   color: #fff;
 }
 .egg_curries .menuBlock span {
   color: #fff;
 }
 .egg_curries .menuBlock p {
   color: #fff;
 }
 .bagaraBlock h3 {
   color: #000;
 }
 .posrel {
   position: relative;
 }
 .down-icon {
   position: absolute;
   right: -4%;
   top: 50%;
   transform: translateY(-50%);
 }
 .up-icon {
   position: absolute;
   right: -4%;
   top: 7%;
 }
/* menu page ends here */

/* raise a order starts here */
.order_banner .banner_txt h1 {
  color: #fff;
  font-size: 40px;
  font-family: 'Alfa Slab One', cursive;
  text-align: center;
}
.order_banner .banner_txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.order_form {
  padding: 60px 0;
}
.order_form h4 {
  color: #000;
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.order_form p {
  color: #000;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.order-form-blk {
  box-shadow: 2px 0px 49px #00000029;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  display: inline-block;
  padding: 25px 0;
  margin-top: 15px;
  width: 100%;
}
.order-form-blk label {
  position: unset !important;
  padding: 0 !important;
  color: #000;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-transform: unset;
}
.order-form-blk .form-control {
    height: 40px !important;
}
.order_form h6 {
  color: #c2272c;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}
.order-form-blk .footer_rht_submit{
  background-color: #c2272c;
  padding: 20px;
  width: 115px;
  text-transform: uppercase;
  /* float: unset; */
  margin-right: 1em
}
.order-form-blk .errS {
  margin-left: 1em;
  /* margin-top: 10px; */
  /* display: inline-block; */
}
/* raise a order ends here */

/* gallery page starts here */
.gallery_blk {
  padding: 60px 0;
}
.gallery_blk .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.imgHover {
  display: inline-block;
  position: relative;
  margin: 5px;
}
.imgHover img {
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  /* background-color: #c2272c; */
  background-color: rgba(194, 39, 44, 0.5);
}

.imgHover:hover .overlay {
  opacity: 1;
}

.imgHover .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;
}
/* gallery page ends here */

/* contact page starts here */
.contact_txt {
  top: 50% !important;
  transform: translateY(-50%);
}
.contact_bnr .banner_txt_in h1 {
  text-transform: uppercase;
}
.contactFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 5%;
  padding-top: 20px;
  padding-bottom: 50px;
}
.contactinrFlex {
  width: 50%;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  max-height: 470px;
}
.contactinrFlex iframe {
  border-radius: 15px;
}
.contactinrFlex:nth-child(2) {
  padding: 30px;
}
.contactinrFlex img {
  display: block;
  margin: auto;
}
.contactinrFlex p {
  color: #070401;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
}
.contactinrFlex h6 {
  color: #070401;
  font-size: 14px;
  font-family: 'Montserrat-Medium';
}
.contactinrFlex a {
  color: #0a0401;
  font-size: 26px;
  font-family: 'Montserrat-Bold';
}
.contactOrderBtn a{
  background-color: #c2272c;
  color: #fff;
  /* padding: 10px 30px; */
  padding: 20px 14px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
}
.contactInrBlk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
}
/* contact page ends here */

/* footer block starts */
.footer_block {
  background-image: url('../images/footer_img.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 400px;
  padding: 100px 0 35px 0;
}
.footer_block img {
  margin-bottom: 35px;
}
.footer_address h3 {
  color: #c2272c;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer_address p {
  color: #000000;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}
.footer_address p a {
  color: #c2272c;
  text-transform: lowercase;
}
.footer_address p span {
  color: #ed1c24;
  padding: 0 8px;
}
.gap {
  height: 15px;
}
.footer_block .home_contact_form {
  padding-top: 35px;
}
/* .footer_block .home_contact_form .container {
  width: 100%;
} */
.footer_block .contact_form {
  background: transparent !important;
  padding-bottom: 0 !important;
}
.footer_block .contact_form .group {
  padding-right: 0 !important;
}
.footer_block .footer_rht h3 {
  padding: 0 !important;
}
.footer_block .contact_form h3 {
  /* color: #ed1c24; */
  color: #c2272c;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.footer_block .fill-form {
  padding-top: 35PX;
}
/* footer block ends */
label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
input {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.order_now_btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
}
.order_now_btn a {
  display: inline-block;
  background-color: #c2272c;
  color: #fff;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding: 15px 20px;
  text-transform: uppercase;
  text-decoration: none;
  transition: width .8s;
  width: 130px;
}
.order_now_btn a:hover {
  background-color: #000;
  width: 150px;
  box-shadow: 0 6px 10px #00000029;
}
.up_icon {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 9999;
}
.up_icon a {
  background-color: #000;
  color: #fff;
  border-radius: 0 10px 10px 0;
  display: inline-block;
  padding: 15px;
  transition: width .8s;
  width: 55px;
  text-align: right;
}
.up_icon a:hover {
  background-color: #c2272c;
  width: 70px !important;
  box-shadow: 0 6px 10px #00000029;
}

