@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*font-family: "Open Sans", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*font-family: "Montserrat", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?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&display=swap");
/*font-family: "Poppins", sans-serif;*/

@font-face {
  font-family: "Bebas Kai Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("../fonts/Bebas Kai Regular"),
    url("../fonts/BebasKai-Regular.woff") format("woff");
}
@font-face {
  font-family: "GOTHIC";
  src: url("../fonts/GOTHIC.eot");
  src:
    url("../fonts/GOTHIC.eot") format("embedded-opentype"),
    url("../fonts/GOTHIC.woff2") format("woff2"),
    url("../fonts/GOTHIC.woff") format("woff"),
    url("../fonts/GOTHIC.ttf") format("truetype"),
    url("../fonts/GOTHIC.svg#GOTHIC") format("svg");
}

@font-face {
  font-family: "GlacialIndifferenceRegular";
  src: url("../fonts/GlacialIndifferenceRegular.eot");
  src:
    url("../fonts/GlacialIndifferenceRegular.eot") format("embedded-opentype"),
    url("../fonts/GlacialIndifferenceRegular.woff2") format("woff2"),
    url("../fonts/GlacialIndifferenceRegular.woff") format("woff"),
    url("../fonts/GlacialIndifferenceRegular.ttf") format("truetype"),
    url("../fonts/GlacialIndifferenceRegular.svg#GlacialIndifferenceRegular")
      format("svg");
}
@font-face {
  font-family: "GlacialIndifferenceBold";
  src: url("../fonts/GlacialIndifferenceBold.eot");
  src:
    url("../fonts/GlacialIndifferenceBold.eot") format("embedded-opentype"),
    url("../fonts/GlacialIndifferenceBold.woff2") format("woff2"),
    url("../fonts/GlacialIndifferenceBold.woff") format("woff"),
    url("../fonts/GlacialIndifferenceBold.ttf") format("truetype"),
    url("../fonts/GlacialIndifferenceBold.svg#GlacialIndifferenceBold")
      format("svg");
}

/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
  font-family: "a bug&#039;s life - debugged";
  src:
    url("../fonts/A_Bug_s_Life_-_Debugged.eot?") format("eot"),
    url("../fonts/A_Bug_s_Life_-_Debugged.woff") format("woff"),
    url("../fonts/A_Bug_s_Life_-_Debugged.ttf") format("truetype"),
    url("../fonts/A_Bug_s_Life_-_Debugged.svg#abug'slife-debugged-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "opensauce_sansblack";
  src: url("../fonts/opensauce_sansblack.eot");
  src:
    url("../fonts/opensauce_sansblack.eot") format("embedded-opentype"),
    url("../fonts/opensauce_sansblack.woff2") format("woff2"),
    url("../fonts/opensauce_sansblack.woff") format("woff"),
    url("../fonts/opensauce_sansblack.ttf") format("truetype"),
    url("../fonts/opensauce_sansblack.svg#opensauce_sansblack") format("svg");
}

@font-face {
  font-family: "Open Sauce One Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("../fonts/Open Sauce One Regular"),
    url("../fonts/OpenSauceOne-Regular.woff") format("woff");
}

body,
header,
section,
footer {
  overflow-y: visible;
  overflow-x: clip;
}
body {
  background: #ffffff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  margin: 0px 0px 70px;
}
ol,
ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
a {
  color: #333;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
.btn {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.btn:hover,
.btn:focus {
  outline: 0 none;
}
i {
  display: inline-block;
  vertical-align: middle;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
}
.footer-top {
  background-color: #f5f5f5;
}
.footer-inner {
  padding: 20px 0px;
}
/*sticky footer*/

:root {
  --new-roman: "Times New Roman";
  --bebas-font: "Bebas Kai Regular"; /*"Bebas Kai Regular"*/
  --opensans-font: "Open Sans", sans-serif;
  --gothic-font: "GOTHIC";
  --glacial-font: "GlacialIndifferenceRegular";
  --glacial-font-bold: "GlacialIndifferenceBold";
  --opensause-one: "Open Sauce One Regular";
  --opensause-black: "opensauce_sansblack";
  --bug-life: "a bug&#039;s life - debugged";
  --font-poppins: "Poppins", sans-serif;
  --black: #000;
  --white: #fff;
  --bg-red-color: #6d0a0e;
  --orange-color: #fd8200;
  --heading-font-35: calc(0.8rem + 1vw);
}

/*drop down menu*/
/*drop down menu*/
.nav li.dropdown {
  position: relative;
}
.nav li.dropdown a i {
  margin-left: 5px;
}
.dropdown-menu li {
  padding-bottom: 1px;
}
.dropdown-menu {
  margin-top: 0px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  /*background: #2d2d2d none repeat scroll 0 0 !important;*/
}
.navbar-nav .open .dropdown-menu {
  background: #fff;
}

@media (min-width: 992px) {
  .nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    left: 100%;
    top: -2px;
  }
  .nav > li.dropdown.open > .dropdown-menu {
    display: none;
  }
  .navbar-right.mega-menu .dropdown-menu {
    left: -100% !important;
  }
}
/*drop down menu responsive */
@media (max-width: 991px) {
  .dropdown-menu {
    position: relative;
    top: 0;
    width: 100%;
  }
  .dropdown-submenu {
    position: relative;
  }

  .mega-menu > .dropdown-toggle {
    position: relative;
    /*float: right;*/
    font-style: normal !important;
    /*width: 15px;*/
    z-index: 10;
    line-height: 32px;
    /*top:17px;*/
    cursor: pointer;
  }
  .mega-menu .dropdown-toggle::after {
    /*content: "\f150";
  font-family: 'Font Awesome 5 Free';*/
    font-size: 17px;
    /*font-weight: 300;*/
    line-height: 1;
    margin-top: -7px;
    position: absolute;
    right: 25px;
    top: 18px;
    color: #ee8a26 !important;
    /*border: 1px solid #ee8a26;
  padding: 2px 10px;
  border-radius: 5px; */
    /*font-weight: bold;*/
  }
  .dropdown.open > .dropdown-toggle::after {
    content: "";
  }

  .dropdown-submenu.open .dropdown-toggle::after {
    content: "";
  }
  .menu > li > a {
    padding: 10px 15px !important;
  }
  .menu > li {
    margin-bottom: 1px;
  }
}

@media (min-width: 992px) {
  .navbar-nav
    > li.dropdown
    > .dropdown-menu
    > li.dropdown-submenu:hover
    > .dropdown-menu {
    left: 100% !important;
    top: 1px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav > li.dropdown > .dropdown-menu.show {
    display: none;
  }
  .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav
    > li.dropdown
    > .dropdown-menu
    > li.dropdown-submenu:hover
    > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position: relative;
  }
  .navbar-nav
    > li.dropdown
    > .dropdown-menu
    > li.dropdown-submenu:hover
    > .dropdown-menu.show {
    display: none;
  }
  .dropdown-menu {
    border: 0 none !important;
    border-radius: 0px !important;
  }

  .navbar-nav.menu > li.dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar-nav.menu li.dropdown ul > li.dropdown.dropend:hover > .dropdown-menu {
    display: block !important;
    left: 100%;
    top: 0;
  }
  .navbar-nav.menu .dropdown-menu.show {
    display: none !important;
  }
}
.dropdown-menu {
  border: 1px solid #ddd !important;
  border-radius: 0px !important;
}
.dropdown-item {
  padding: 0.5rem 0.5rem !important;
}
.dropdown-menu > li {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.dropdown-menu > li:hover {
  background: #0695d2 !important;
  color: #fff !important;
}
.dropdown-menu > li:hover > .dropdown-item {
  background: transparent !important;
  color: #fff !important;
}
/*drop down menu responsive*/
/*drop down menu responsive*/

/*back to top*/
#back-top {
  position: fixed;
  bottom: 100px;
  right: 7px;
  z-index: 99999;
  margin-bottom: 0px;
}
#back-top a {
  display: block;
  text-align: center;
  font: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  /* background color transition */
  -webkit-transition: 0.5s all ease-in-out 0s;
  -moz-transition: 0.5s all ease-in-out 0s;
  transition: 0.5s all ease-in-out 0s;
}
#back-top a:hover span,
#back-top a:focus span {
  color: #00dd8d !important;
  border-color: #00dd8d;
  background: #fff !important;
}

/* arrow icon (span tag) */
#back-top span {
  width: 44px;
  height: 44px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  background: #00dd8d;
  /* rounded corners */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* background color transition */
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  transition: 200ms;
  border: 1px solid transparent;
}
#back-top span i {
  font-size: 25px;
  color: #000;
}
#back-top a:hover span {
  background: rgba(0, 0, 0, 0) url("../images/totop.png") no-repeat scroll
    center -30px;
}

.navbar-inr {
  margin: 0px -12px;
}
.top-contact-mnu-outr ul li {
  display: inline-block;
  margin-left: 15px;
}
.topbar-outr {
  background: #ddd;
}
.topbar-inr {
  padding: 15px 0px;
}

.navbar-nav .nav-item.dropdown {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-nav .dropdown-submenu {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-nav .dropdown-menu {
  top: 100%;
}

.dropdown-submenu .dropdown-toggle {
  margin-right: 5px;
}
@media (max-width: 991px) {
  .navbar-nav li.dropdown-submenu > a {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
  }
  .dropdown-submenu .dropdown-toggle {
    margin-right: 0px;
  }
}

.owl-stage {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent !important;
  color: inherit !important;
  text-decoration: none;
}

.dropdown-three .dropdown.dropend {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.dropdown-three .dropdown.dropend .dropdown-toggle {
  margin-right: 8px;
}

.menu > .nav-item > .nav-link {
  font-family: "Poppins", sans-serif;
  color: var(--black);
  padding: 10px 0px !important;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.menu > .nav-item {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

.topbar-outr {
  background: #141412;
}
.top-left-text h4 {
  color: #fff;
  margin-bottom: 0px;
  font-family: var(--new-roman);
  text-align: center;
}

.menu li a {
  font-family: var(--new-roman);
}
.menu > li + li {
  margin-left: 10px;
}
.menu > li {
  position: relative;
}
.menu > li + li::before {
  content: "|";
  color: var(--black);
  position: absolute;
  top: 11px;
  left: -10px;
}
.logo {
  padding: 10px 0px;
}
.whatsapp-link {
  font-family: var(--new-roman);
  font-size: calc(0.9rem + 1vw);
  position: absolute;
  top: 5px;
  right: 12px;
}

.bangliana-sec-outr {
  background: url("../images/bangliana-bg.jpg") repeat-x left top;
}
.bangliana-sec-inr {
  padding: calc(2rem + 1vw) 0px calc(1rem + 2vw);
}
.reserv-btn {
  background: url("../images/heading-small-bg.png") no-repeat center center;
  background-size: contain;
  max-width: 301px;
  width: 100%;
  font-family: var(--bebas-font);
  font-size: calc(var(--heading-font-35) - 5px);
  color: var(--bg-red-color);
}
.bengal-heritage-box-outr .reserv-btn {
  background-image: url("../images/btn-bg-red.png");
  color: var(--white);
}
.lunch-menu li {
  font-family: var(--opensans-font);
}
.lunch-menu li + li {
  margin-left: 10px;
}
.lunch-menu li {
  padding: 0px 10px;
  position: relative;
}
.lunch-menu > li + li::before {
  content: "|";
  color: var(--black);
  position: absolute;
  top: 0px;
  left: -10px;
}
.phone-icon {
  background: url("../images/phone-icon.png") no-repeat center center;
  width: 26px;
  height: 26px;
}
.whatsapp-icon {
  background: url("../images/whatsapp-icon.png") no-repeat center center;
  width: 29px;
  height: 29px;
}
.phone-mnu li a {
  font-family: var(--gothic-font);
  font-size: calc(0.5rem + 0.8vw);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.phone-mnu li a i {
  margin-right: 10px;
}
.phone-mnu li {
  padding: 0px 10px;
}
.loc-text {
  font-family: var(--gothic-font);
  font-size: calc(0.5rem + 0.8vw);
}
.bangla-bhoj-sec-outr {
  background: url("../images/index-bnagla-bhog-bg.jpg") no-repeat center center;
  background-size: cover;
}
.bangla-bhoj-sec-inr {
  padding: calc(2rem + 1vw) 0px;
  width: 70%;
}
.bhoj-heading {
  font-family: var(--glacial-font-bold);
  font-size: calc(2rem + 1vw);
  color: #fff;
}
.bhoj-heading span {
  font-family: var(--glacial-font-bold);
  color: #f58220;
}
h4.bhoj-heading {
  font-family: var(--glacial-font-bold);
}
h4.bhoj-heading span {
  font-size: calc(1rem + 1vw);
}
.bangla-bhoj-text-outr p {
  color: #fff;
  font-size: calc(0.5rem + 0.8vw);
}
.bengali-reserv-btn {
  background: url("../images/bhoj-reserv-btn.png") no-repeat center center;
  background-size: contain;
  font-family: var(--bebas-font);
  font-size: calc(2rem + 1vw);
  color: #fff;
  width: 300px;
  text-align: center;
}
.reserv-link {
  margin-left: 80px;
}
.bengali-reserv-outr {
  margin-left: 20px;
}
.bangla-bhoj-sec-outr {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.bangla-bhoj-sec-outr:before {
  content: "";
  position: absolute;
  background: url("../images/bangla-bhoj-pic.png");
  width: 478px;
  height: 609px;
  right: -40px;
  top: -80px;
  z-index: -1;
}
.special-pic-outr {
  padding: 20px;
  border: 1px solid #cc4906;
  max-width: 442px;
  margin: 0 auto;
}
.delivery-content-outr h2 {
  font-size: calc(0.8rem + 1vw);
  font-family: var(--bebas-font);
  margin-bottom: 20px;
}
.special-text-outr h3 {
  font-family: var(--opensause-one);
}
.special-text-outr h4.enjoy-text {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--opensause-one);
}
.special-text-outr h3.off-text {
  font-weight: bold;
  font-family: var(--opensause-one);
}
.special-text-outr .reserv-btn {
  background: url("../images/btn-bg-red.png") no-repeat center !important;
  background-size: contain !important;
  color: #fff !important;
}
.delivery-content-outr h4 {
  margin-bottom: 20px;
  font-family: var(--opensause-one);
}
.special-text-outr h3 {
  margin-bottom: 30px;
}
.delivery-sec-outr {
  background: url("../images/delivery-bg.png") no-repeat left top;
  background-size: cover;
}
.explore-box-outr h3 {
  font-family: var(--bebas-font);
  color: var(--white);
  font-size: var(--heading-font-35);
  margin-top: 20px;
}
.explore-box-pic {
  height: 300px;
  align-items: center;
}
.delivery-sec-inr {
  padding: calc(3rem + 2vw) 0px;
}
.section-heading h3 {
  font-family: var(--bebas-font);
  font-size: var(--heading-font-35);
  background: url("../images/heding-bg.png") no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 393px;
  height: 70px;
  text-align: center;
  color: var(--bg-red-color) !important;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.corporate-sec-outr .section-heading h3 {
  font-family: inherit !important;
  background: none !important;
  color: #000 !important;
  font-size: calc(1.3rem + 0.6vw) !important;
}
.about-text-outr p {
  font-size: calc(0.2rem + 1vw);
  font-family: var(--opensause-one);
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 30px;
}
.about-text-outr p b {
  font-size: calc(0.4rem + 1vw);
}
.about-sec-inr {
  padding: calc(2rem + 2vw) 0px;
}
.bangliana-text-col {
  width: 40%;
}
.about-text-outr h4 {
  font-family: var(--opensause-one);
}
.bangliana-text-outr {
  text-align: center;
}
.bangliana-text-outr h3 {
  font-family: var(--bug-life);
  font-size: calc(1.2rem + 1vw);
  color: var(--bg-red-color);
}
.bangliana-text-outr p {
  font-family: var(--opensause-one);
  color: var(--bg-red-color);
  font-size: calc(0.3rem + 1vw);
}
.bangliana-text-outr .bangliana-text-inr {
  text-align: center;
  padding-bottom: 1px;
  border-bottom: 1px solid var(--bg-red-color);
}

.explore-btn {
  background-image: url("../images/btn-bg-red.png");
  max-width: 343px;
  color: var(--white);
  margin-top: 20px;
}
.bangliana-pic-col {
  width: 53%;
}
.philosophy-sec-outr.bangliana-sec-outr .bangliana-sec-inr {
  padding-left: 15%;
  padding-right: 15%;
}
.philosophy-sec-outr .bangliana-sec-inr {
  text-align: center;
}
.philosophy-sec-outr .bangliana-sec-inr p {
  margin-bottom: 0px;
  font-size: calc(0.2rem + 1vw);
  font-family: var(--opensause-one);
}
.footer-bottom .footer-inner {
  padding: 20px 30px 15px;
}
.footer-inner {
  text-align: center;
}
.copyright-text {
  color: var(--white);
  font-size: calc(0.2rem + 1vw);
}
.footer-bottom {
  background: var(--black);
}
.copyright-text {
  margin-bottom: 0px;
}
.section-heading {
  justify-content: center;
}
.reserv-btn {
  background: url("../images/heading-small-bg.png") no-repeat center center;
  background-size: contain;

  width: 100%;
  font-family: var(--bebas-font);
  font-size: calc(0.8rem + 1vw);
  color: var(--bg-red-color);
}
.menu-page-btn-link .reserv-btn {
  background-image: url("../images/menu-btn-bg.png");
  background-size: contain;
  color: var(--white);
  width: 15rem;
}
.menu-page-lunch-menu {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu-page-lunch-menu li {
  font-family: var(--opensause-one);
  font-size: calc(0.3rem + 0.8vw);
}
.menu-page-content-outr {
  font-family: var(--opensause-one);
}
.menu-page-content-outr ol {
  list-style-type: decimal;
  padding-left: 15px;
  margin-bottom: 15px;
}
.menu-page-content-outr h4 {
  font-weight: bold;
}
.menu-page-content-outr ol li {
  font-size: calc(0.2rem + 0.8vw);
}
.menu-page-content-outr p {
  font-size: calc(0.2rem + 0.8vw);
}
.google-rating h3 {
  font-family: var(--bebas-font);
  font-size: calc(2rem + 1vw);
}
.rating-mnu li + li {
  margin-left: 10px;
}
.google-rating h4 {
  color: var(--rating-color-blue);
  font-family: var(--gothic-font);
  margin-bottom: 15px;
  font-size: calc(0.5rem + 1vw);
}
.reserv-sec-outr .google-rating .address {
  color: var(--black) !important;
}
.google-rating .address {
  color: var(--font-light-color);
  font-family: var(--gothic-font);
  font-size: calc(0.2rem + 1vw);
  max-width: 270px;
  margin: 0 auto;
  line-height: 1;
  text-align: left;
  align-items: center;
}
.google-rating .address span {
  font-size: var(--heading-font-35);
  margin-right: 10px;
}
.concept-reserv .link {
  color: #fff;
  font-family: var(--gothic-font);
  font-size: calc(0.2rem + 1vw);
}
.menu-page-sec-inr .concept-reserv .link {
  color: inherit;
}
.bangliana-sec-inr .row {
  align-items: center;
  justify-content: space-between;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0px 5px 5px #f2f2f2;
  /* animation: smoothScroll 2s forwards; */
  /* -webkit-animation: smoothScroll 2s forwards; */
  /* -moz-animation: smoothScroll 2s forwards; */
}
.header-outr.fixed .topbar-outr {
  display: none;
}
.menu > li.nav-item > .nav-link::before {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--bg-red-color);
  left: -100%;
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.menu > li.active > a::before {
  left: 0 !important;
}
.menu > .nav-item > .nav-link {
  position: relative;
}
.menu > li:hover > a::before {
  left: 0 !important;
}
.menu > li:hover > a {
  color: var(--bg-red-color) !important;
}
.menu > li.active > a {
  color: var(--bg-red-color) !important;
}
.loc-text {
  position: relative;
  padding-left: 30px;
  text-align: left;
}
.loc-text i {
  font-size: 25px !important;
  position: absolute;
  left: 0;
  top: 5px;
}
.explore-box-col a {
  display: block;
}
.contact-form-box-outr h2 {
  font-size: calc(0.8rem + 1vw);
}
.reserv-btn:hover {
  background: url("../images/btn-hover-bg.png") no-repeat center center !important;
  background-size: contain !important;
  color: #fff !important;
}
.bengali-reserv-btn:hover {
  background: url("../images/btn-bg.png") no-repeat center center !important;
  background-size: contain !important;
  color: #fff !important;
}
.menu-page-btn-link .reserv-btn:hover {
  background: url("../images/bhoj-reserv-btn.png") no-repeat center center !important;
  background-size: contain !important;
  color: #fff !important;
}
.bangla-bhoj-text-outr .bhoj-heading span {
  font-size: calc(1.5rem + 1vw);
}
.bangla-bhoj-text-outr .bhoj-heading {
  font-size: calc(2.5rem + 1vw);
}
.index-fade-slidr-inr .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 430px;
  margin: 0 auto;
}
.about-read-btn {
  text-decoration: underline;
  color: #9f3704;
}
.about-read-btn:hover {
  color: var(--black);
  text-decoration: underline;
}
.tangra-about-inr {
  padding: calc(3rem + 1vw) 0px calc(1rem + 1vw);
}
.tangra-logo {
  padding: 10px 72px 10px 0px;
  border-right: 4px solid var(--black);
  margin-right: 50px;
}
.tangra-logo-about-heading h5 {
  font-family: var(--opensauseone-font);
  margin-bottom: 0px;
  font-size: calc(0.5rem + 1vw);
}
.tangra-about-inr {
  font-family: var(--opensause-one);
}
.tangra-about-inr ol {
  list-style-type: decimal;
  margin-bottom: 1rem;
  padding-left: 15px;
}
.tangra-about-inr ol li {
  font-size: calc(0.2rem + 1vw);
}
.tangra-about-inr p {
  text-align: justify;
  margin-bottom: 2rem;
  font-size: calc(0.2rem + 1vw);
}
.tangra-about-inr h4 {
  font-weight: bold;
}
.slider-box-content-outr {
  text-align: center;
}
.bengal-heritage-img-outr {
  /*text-align: left;*/
}
.slider-box-col {
  padding-left: 100px;
}
.pujo-mnu-special-outr {
  text-align: center;
  margin-top: 30px;
}
.special-non-btn {
  background: url("../images/btn-bg-red.png") no-repeat center !important;
  background-size: contain !important;
}
.pujo-special-menu li a {
  color: #fff;
  width: 215px;
}
.pujo-mnu-special-outr h2 {
  font-size: calc(0.8rem + 1vw);
  font-family: var(--bebas-font);
  margin-bottom: 20px;
}
.pujo-mnu-special-outr h2 span {
  border-bottom: 1px solid #000;
}
.nabobarsha-box-outr.shasthi-box-outr .box-heading {
  background: #00a758 !important;
}
.box-heading h3 {
  font-family: var(--bebas-font);
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}
.pujo-box-heading {
  justify-content: space-between;
  padding-right: 35px;
}
.box-heading {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  padding: 15px 0px 5px 34px;
}

.box-veg-content-grid {
  padding: 35px 0px 35px 0px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  font-family: "Josefin Sans", sans-serif;
}
.pujo-box-content-outr .box-veg-content-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
}
.pujo-box-content-outr .box-veg-content-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 280px);
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
}
.box-veg-content::before {
  content: "";
  height: 10px;
  width: 10px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 10px;
}
.box-veg-content ul {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.box-veg-content ul li::after {
  content: "|";
  position: absolute;
  right: -4px;
  top: 0px;
}
.box-veg-content ul li {
  padding: 0px 16px;
}
.box-veg-content-heading-orrange h4 {
  color: #ff0000;
}
.nabobarsha-box-outr.shaptami-box-outr .box-heading {
  background: #ed3438 !important;
}
.nabobarsha-box-outr.ashtami-box-outr .box-heading {
  background: #f8981d !important;
}
.nabobarsha-box-outr.nabami-box-outr .box-heading {
  background: #92449a !important;
}
.nabobarsha-box-outr.dashami-box-outr .box-heading {
  background: #0c90ce !important;
}
.box-heading-orrange {
  background: #cd4d0b;
}
.alacarte-grid-outr {
  padding: 12px 0px;
}
.alacarte-grid-outr .row .col-sm-6:first-child .alacarte-box-outr::after {
  left: 12px;
  right: 0;
  width: auto;
}
.alacarte-grid-outr .row .col-sm-6 .alacarte-box-outr::after {
  content: "";
  height: 1px;
  width: 100%;
  border-top: 1px solid #cd4d0b;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
}
.alacarte-grid-outr .row .col-sm-6:first-child .alacarte-box-outr::before {
  background: none;
}
.alacarte-grid-outr .row .col-sm-6 .alacarte-box-outr::before {
  content: "";
  height: 100%;
  width: 1px;
  background: #cd4d0b;
  position: absolute;
  left: -14px;
}
.alacarte-box-outr {
  padding: 10px 0px;
  height: 100%;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  position: relative;
}
.alacarte-box-outr {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.box-veg-content {
  position: relative;
  margin-left: 10px;
}
.box-veg-content ul li {
  position: relative;
  margin-right: 4px;
  font-size: 20px;
}
.box-veg-content ul li:last-child::after {
  content: "";
}
.pujo-box-heading {
  justify-content: space-between;
  padding-right: 35px;
}
.all-pujo-box-outr .box-veg-content ul {
  flex-direction: column;
}
.all-pujo-box-outr .box-veg-content ul li::after {
  content: "";
}
.all-pujo-box-outr .box-veg-content ul li::before {
  content: "\f00c";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  left: -10px;
  font-family: "FontAwesome";
}
.all-pujo-box-outr .box-veg-content::before {
  background: none;
}
.alacarte-box-txt h3 {
  font-family: var(--bebas-font);
}
.box-veg-content-heading h4 {
  font-family: var(--bebas-font);
}
.alacarte-box-txt {
  width: 50%;
  flex: 0 0 auto;
  padding-left: 10px;
}
.alacarte-box-img {
  width: 50%;
  flex: 0 0 auto;
}
.nabobarsha-grid-btn-outr {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  margin: calc(1rem + 1vw) 0px calc(1rem + 1vw);
}
.nabobarsha-grid-sec-outr .container {
  padding-bottom: 1px;
}
.box-nonveg-content {
  border-top: 1px solid #ddd;
}
.menu-page-text-outr {
  text-align: center;
  color: var(--white);
  font-family: var(--opensause-one);
}
.menu-page-text-outr b {
  color: var(--orange-color);
}
.menu-page-text-outr h4 {
  line-height: 1.5;
}
.traditional-text-outr .reserv-btn {
  max-width: 215px;
}
.traditional-heading {
  font-family: var(--opensause-black);
  font-weight: bold;
  color: #ce3235;
  text-align: center;
  font-weight: bold;
}
.traditional-content-outr .table > :not(caption) > * > * {
  border-bottom: 0px !important;
}
.traditional-table-outr .table {
  font-family: var(--opensause-one) !important;
  text-align: center;
}
.traditional-table-outr .veg-row h6 {
  color: #339900;
}
.traditional-table-outr tr td {
  white-space: nowrap;
  box-shadow: 0px 0px 10px #ddd;
}
.traditional-table-outr .non-veg-row h6 {
  color: #cc0000;
}
.daily-special-content-outr .traditional-heading {
  color: #000;
}
.daily-box-con h5 {
  font-family: var(--opensause-one) !important;
  color: #cc0000;
}
.daily-box-con h6 {
  font-family: var(--opensause-one) !important;
  color: #000;
}
.daily-box-con {
  font-family: var(--opensause-one) !important;
  width: 100%;
}
.choice-box-outr .choice-img-col {
  order: 1;
}
.choice-box-outr h4 {
  font-family: var(--opensause-black);
  font-weight: bold;
}
.choice-img-col .text-doc {
  color: #666666;
  text-decoration: line-through;
}
.choice-img-col .text-red {
  color: #cc0000;
}
.traditional-table-box-outr {
  font-family: var(--opensause-one);
}

.traditional-table-heading {
  height: 63px;
}
/*.traditional-table-content{
	height: 126px;
}
.traditional-table-veg-content{
	height: 90px;
}
.traditional-table-nonveg-content{
	height: 90px;
}*/
.traditional-table-veg-content h6 {
  color: #339900;
}
.traditional-table-nonveg-content h6 {
  color: #cc0000;
}
.traditional-table-outr .row {
  align-items: stretch !important;
}
.traditional-table-box-col {
  padding: 20px 0px 20px 0px;
}
.traditional-table-outr .row {
  margin: 0px;
  overflow: auto;

  position: relative;
  justify-content: center !important;
}
.choice-grid-outr {
  font-family: var(--opensause-one) !important;
}

.daily-box-con h6 {
  padding: 10px 0px;
  margin-bottom: 0px;
}
.daily-special-content-outr .col-sm-2 {
  width: 20%;
}
.daily-box-pic {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.traditional-content-outr {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.traditional-content-outr .row {
  margin-top: 1.5rem;
}
.traditional-text-outr {
  text-align: justify;
}
.traditional-text-outr h4 {
  margin-bottom: 1rem;
}
.choice-con-col h5 {
  font-size: 1.1rem;
}
.traditional-heading-text .traditional-mnu li {
  font-weight: bold;
  text-transform: uppercase;
}
.traditional-mnu .niramish-text {
  color: #339900;
}
.traditional-mnu .amish-text {
  color: #ff0000;
}
.traditional-heading-text .traditional-mnu li:first-child {
  margin-right: 1rem;
}
.traditional-heading-text .traditional-mnu li span {
  font-family: var(--bebas-font);
}
.traditional-heading-btn-outr .btn {
  width: auto;
  min-width: 210px;
}
.traditional-heading-text .traditional-heading {
  text-align: left;
  color: #000;
}
.traditional-heading-outr {
  align-items: flex-end;
}
.traditional-heading-btn-outr .reserv-btn:not(.order-btn) {
  background-image: url("../images/btn-bg-red.png");
  color: var(--bs-body-bg);
}
.traditional-heading-btn-outr .reserv-btn:is(.order-btn) {
  background-image: url("../images/btn-hover-bg.png");
  color: var(--bs-body-bg);
  margin-left: 10px;
}
.daily-special-content-outr
  + .traditional-heading-btn-outr
  .reserv-btn:is(.order-btn) {
  margin-left: 1.5rem;
}
.traditional-heading-btn-outr .reserv-btn:is(.order-btn):hover {
  background-image: url("../images/heading-small-bg.png") !important;
}
.traditional-table-heading h5 {
  color: #cc0000;
}
.traditional-table-outr .traditional-table-box-col:nth-child(odd) {
  background: #f7f7f7;
}
.traditional-table-outr .traditional-table-box-col:nth-child(even) {
  background: #fbfbfb;
}
.bijoya-outr .traditional-heading {
  text-align: left;
  color: #000;
  text-transform: uppercase;
}

.bijoya-outr.row {
  align-items: start;
}
.daily-special-content-outr {
  background: #ffffec;
}
.daily-box-outr {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.daily-special-content-outr .daily-box-col h6 {
  background: url("../images/daily-price-bg.png") no-repeat center;
  background-size: contain;
}
.daily-special-content-outr .daily-box-col:nth-child(3) h6,
.daily-special-content-outr .daily-box-col:nth-child(5) h6 {
  background: url("../images/daily-price-bg2.png") no-repeat center;
  background-size: contain;
}
.traditional-table-veg-content h6,
.traditional-table-nonveg-content h6 {
  margin-bottom: 0.25rem;
}
.google-rating .blink {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.blink {
  /*-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;*/
  -moz-animation: blink 1.5s infinite; /* Firefox */
  -webkit-animation: blink 1.5s infinite; /* Webkit */
  -ms-animation: blink 1.5s infinite; /* IE */
  animation: blink 1.5s infinite; /* Opera */
}

@keyframes blink {
  0%,
  49% {
    color: #fff;
  }

  50%,
  100% {
    color: #fffc00;
  }
}

@-webkit-keyframes blink {
  0%,
  49% {
    color: #fff;
  }

  50%,
  100% {
    color: #fffc00;
  }
}
.rajshik-table tr td {
  min-width: 50%;
}
.topup-menu li:before {
  background: none !important;
  height: 0px !important;
  width: 0px !important;
}
.topup-menu li {
  font-size: 1.2rem;
  color: #6d0a0e;
}
@media (min-width: 992px) {
  .navbar-close {
    display: none;
  }

  .traditional-table-outr .col-lg-2.traditional-table-box-col {
    width: 20%;
  }
  .daily-special-content-outr .col-lg-2 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .top-left-text h4 {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .special-text-outr h3 {
    font-size: 1.5rem;
  }
  .delivery-content-outr h4 {
    font-size: 1.3rem;
  }
  .menu-page-content-outr h4 {
    font-size: 1.2rem;
  }
  .traditional-heading-text .traditional-mnu li {
    font-size: 1.5rem;
  }
  .traditional-heading-text .traditional-mnu li span {
    font-size: 2.3rem;
  }
  .bijoya-outr .traditional-heading span {
    font-size: 1.4rem;
  }
}

.traditional-heading-text .traditional-mnu li {
  font-size: calc(1rem + 0.6vw);
}
.traditional-heading-text .traditional-mnu li span {
  font-size: calc(1.2rem + 0.6vw);
}

/* Sunday Brrunch CSS*/

h1,
h2,
h3 {
  color: var(--kb-red);
  margin-top: 0;
}

.saturdayrajashik {
  color: #000;
  padding: 25px;
  text-align: center;
}

.sunday {
  background: #8a1d1d;
  color: #ffffff;
  padding: 25px;
  text-align: center;
}
.sunday1 {
  position: relative;
  right: 0;
  width: 200px;
}
header h1 {
  font-size: clamp(32px, 5vw, 56px);
}
header p {
  max-width: 780px;
  margin: 14px auto 0;
  font-size: 1.1rem;
  opacity: 0.95;
}
section {
  padding: 25px 24px;
}

.menucardrajashik {
  background: #fff2d1;
  color: #000;
  /*  border: 1px solid #e6d8b7;*/
  border-radius: 14px;
  /* text-align: center;*/
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 28px;
  overflow: hidden;
}
.menucardrajashik h2 {
  margin-top: 0;
  padding-bottom: 20px;
  color: var(--kb-red);
}
.menucard {
  background: #8a1d1d;
  color: #000;
  border: 1px solid #e6d8b7;
  border-radius: 14px;
  /* text-align: center;*/
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 28px;
  overflow: hidden;
}
.menucard h2 {
  margin-top: 0;
  color: var(--kb-red);
}
.card {
  background: #fff;
  border: 1px solid #e6d8b7;
  border-radius: 14px;
  text-align: center;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 28px;
  overflow: hidden;
}
.card h2 {
  margin-top: 0;
  color: var(--kb-red);
}
.card img {
  max-width: 100%;
  border-radius: 12px;
  margin: 14px 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.menu-item {
  background: #fff9f2;
  border: 1px solid #f0e0c0;
  border-radius: 12px;
  padding: 16px;
}
.menu-item h3 {
  margin: 0 0 6px;
  color: var(--kb-deep);
  font-size: 18px;
  font-weight: bold;
}
.reserve-box {
  background: #fff3ec;
  border: 1px solid #f0d4c0;
  border-radius: 14px;
  padding: 20px;
  margin-top: 24px;
  text-align: center;
}
.btn1 {
  display: inline-block;
  padding: 12px 20px;
  margin: 8px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}
.btn-primary1 {
  background: linear-gradient(180deg, #f4d68c, #d8bb66);
  color: #2a1c00;
}
.btn-outline1 {
  border: 2px solid #8a1d1d;
  color: #8a1d1d;
  background: #fff;
}

.terms {
  text-align: left;
  background: #fff;
  border: 1px solid #e6d8b7;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.terms h2 {
  margin-top: 0;
  color: var(--kb-red);
}
.terms ol {
  padding-left: 20px;
}
.terms li {
  margin-bottom: 12px;
}
.gallery {
  padding: 0;
}
.gallery h2 {
  margin: 0 0 12px;
  color: var(--kb-red);
  padding: 24px 24px 0;
}
.gallery-strip {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 16px 16px 22px;
  scroll-snap-type: x mandatory;
}
.gallery-item {
  min-width: 320px;
  flex: 0 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6d8b7;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
  scroll-snap-align: start;
  background: #fff;
}
.gallery-item img {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.caption {
  padding: 10px 12px;
  color: #5a4a36;
  font-size: 0.95rem;
}
.location-box-col {
  background: var(--white);
  padding: 1rem 1rem 1rem 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.location-box-img {
  height: 64px;
  width: 64px;
  flex: 0 0 auto;
  border-radius: 0.5rem;
  background: #fff4e6;
  display: grid;
  place-items: center;
  font-family: var(--font-arial-bold);
  color: #6d0a0e;
  margin-right: min(4em, 4%);
}
.btn-menu {
  background: #6d0a0e;
  color: #fff;
}
.btn-visit {
  border-color: #6d0a0e;
  color: #000;
}
.blog-box-outr {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  padding: 1rem;
}
.location-box-heading h4 {
  color: #6d0a0e;
}
.subs-form {
  margin-block-start: -35px;
}
.subs-form + .blog-box-outr {
  margin-block-start: -20px !important;
}

.whatsapp-icon {
  display: inline-block;
  /*background: #32cb31;*/
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  color: var(--white);
}
.more-enquiry a span {
  font-size: 1.3rem;
}
.more-enquiry a:hover {
  color: #6d0a0e;
}
.topbar-outr {
  background: #792322;
}
.topbar-outr {
  margin-block-start: 1.63rem;
}
.topbar-outr h5 {
  color: #fff;
  font-size: 13px;
}
.season-logo img {
  width: 100px;
}
.topbar-outr .py-3 {
  padding-block: 15px !important;
}
.footer-outr {
  background: #faf7f5;
}
.follow-box-mnu {
  gap: 2rem;
}
.follow-box-mnu li a img {
  width: 20px;
}
.follow-box-mnu li a img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(0%) saturate(2990%)
    hue-rotate(331deg) brightness(91%) contrast(93%);
}
.follow-box-mnu li a:hover img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(40%) saturate(5553%)
    hue-rotate(343deg) brightness(105%) contrast(107%);
}
.follow-box-mnu li a {
  color: #666;
}
.follow-box-mnu li a:hover {
  color: #6d0a0e;
}
.story-img-col {
  background: var(--white);
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.btn-concept {
  background: #fff4e6;
  color: #6d0a0e;
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  &:hover {
    border-color: #6d0a0e;
    color: #6d0a0e;
  }
}
.btn-menu {
  &:hover {
    background: #fff4e6;
    color: #6d0a0e;
  }
}
.concept-box {
  background: var(--white);
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.home-page-sec-outr {
  background: #faf7f5;
  padding-block: min(3em, 4%) 0px;
  padding-inline: 0px;
}
.concept-box-caption {
  padding: 2rem 1.5rem;
}
.philosophy-outr h4 {
  color: #6d0a0e;
}
.philosophy-text-col {
  background: #efedec;
  padding: 1.5rem 1.5rem 5px 1.5rem;
  border-radius: 0.5rem;
}
.philosophy-text-col p {
  color: #000;
  font-size: 1.3rem;
}
.theme-img-outr {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
}
.menu-page-sec-outr {
  padding-block-end: min(3em, 4%);
}
.menu-page-btn-outr {
  text-align: center;
}
.menu-page-btn-outr a:not(:first-child) {
  margin-left: 1rem;
}
.themes-outr {
  text-align: center;
}
.themes-outr h3 {
  color: #6d0a0e;
}
.veg-box-outr {
  background: #f8f2e6;

  height: 100%;
  display: flex;
  flex-direction: column;
}
.veg-box-outr h3 {
  background: #349800;
  padding: 1rem;
  margin-bottom: 0px;

  color: #fff;
}
.veg-box-outr .corporate-box-heading h4 {
  background: #287400;
  color: var(--bs-body-bg);
}
.veg-box-outr ul {
  margin-bottom: 20px;
}
.veg-box-outr ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  left: 0px;
  top: 8px;
  background: #f58220;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.veg-box-outr ul li {
  padding: 0px 0px 0px 25px;
  margin-top: 10px;
  position: relative;
  font-size: 1.1rem;
}
.corporatepoint {
  left: 50%;
  padding-left: calc(var(--bs-gutter-x) * 0.6);
}
.chicken-box-sec-outr h3 {
  background: #cc0001;
}
.chicken-box-sec-outr .corporate-box-heading h4 {
  background: #980001;
}
.fish-box-sec-outr .veg-box-outr h3 {
  background: #6d0a0e;
}
.fish-box-sec-outr .corporate-box-heading h4 {
  background: #3f0003;
}
.corporate-img-outr {
  height: 100%;
  padding: 20px 0px;
}
.corporatetext p {
  padding: 10px;
}

.veg-box-col .col-sm-4 {
  width: 50%;
}
.veg-box-col .col-sm-8 {
  width: 50%;
}
.corporate-sec-outr {
  padding-block-start: 0px !important;
}
.corporate-sec-outr .section-heading h3 {
  height: auto !important;
}
.corporate-page-outr {
  padding-block-start: 1.2rem !important;
}
.veg-box-outr .corporate-img-col {
  order: 1;
}
.veg-box-outr .row {
  height: 100%;
  align-items: stretch;
}
.motherday-pge-outr {
  padding-block-end: 0px;
}
.motherday-page-two-outr {
  padding-block-start: 0px;
}
.motherday-page-two-outr .theme-img-outr {
  padding: 0px;
}
.veg-box-sec-outr > h4 {
  background: url("../images/heading-bg.jpg") repeat-y left top;
  text-align: center;
  padding-block: 0.95rem;
}
.veg-box-outr .corporate-box-heading h4 {
  width: 180px;
  flex: 0 0 auto;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
}
.veg-box-outr .corporate-box-heading h3 {
  width: 100%;
}
.veg-box-outr .corporatetext {
  padding-top: 20px;
}
.veg-box-outr .row {
  margin: 0px;
}
.veg-box-outr .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.6);
  padding-left: calc(var(--bs-gutter-x) * 0.6);
}
.corporatetext h5 {
  font-size: 1.5rem;
}
.corporate-img-outr img {
  border: 8px solid #fff;
}
.veg-box-outr .box-img {
  width: auto;
  z-index: -1;
  bottom: 30px !important;
}
.popular-box-outr {
  background: #fffcd9;
}
.bottom-50 {
  bottom: 50px !important;
}
.corporatetext ul li h4 {
  display: inline-block;
}
@media (min-width: 1500px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1420px;
  }
}
@media (min-width: 992px) {
  .blog-box-outr {
    margin-block-start: auto !important;
  }
  .footer-blog-pic {
    margin-block-start: 35px;
  }
}
/* Sunday Brunch CSS */
@media (min-width: 1200px) {
  .veg-box-outr h3 {
    font-size: 1.5rem;
  }
}
