@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playball&display=swap);
.page_wrapper,
body {
  overflow-x: hidden;
  width: 100%;
}


a,
a:hover {
  text-decoration: none;
}
.banner_section .banner_images .img,
.btn_primary,
.section_title,
.side_fixer ul li,
.side_timing ul li {
  position: relative;
}
#preloader,
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
#preloader,
header.fixed {
  position: fixed;
  top: 0;
}
header.fixed {
  position: relative;
  top: 0;
}
body,
header.fix_style {

}

.logoGhayerjaw{
  width:80px;
  border-radius: 50%;
}

.bg{
  background-image: url(../images/dark_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  /* z-index usage is up to you.. although there is no need of using it because the default stack context will work. */
  z-index: -1;
  background-color: #111111;
}

.content{
  width: 100%;
}
.banner_badge .since p,
.banner_badge .since span,
.btn_primary,
.btn_text,
.right_sidemenu .contact_listing .sub_title,
.section_title h2,
.text_block span {
  font-family: var(--font-bebas);
  line-height: 1;
}
.video_wraper,
body {
  box-sizing: border-box;
}
:root {
  --text-white: #ffffff;
  --bg-white: #ffffff;
  --dark-black: #323232;
  --more-dark-black: #1b1b1b;
  --primary-red: #c83f46;
  --text-grey: #9a9a9a;
  --black: #000000;
  --border-grey: #696969;
  --blog-bg: #222222;
  --img-border: 5px solid #696969;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-playball: "Playball", cursive;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  font-family: Roboto,sans-serif;
  word-break: break-word;
  scroll-behavior: smooth;
  color: #fff;
  background-color: #111111;
}

/*html, body { height: 100vh; }*/
/*.footer-element {*/
/*  position: fixed;*/
/*  bottom: calc(10px + (100vh - 100%));*/
/*}*/

/*html, body { height: 100%; }*/
/*.footer-element {*/
/*  position: fixed;*/
/*  bottom: 10px;*/
/*}*/

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(66, 66, 66, 0.3);
  border-radius: 5px;
  background-color: var(--black);
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: var(--black);
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(66, 66, 66, 0.3);
  background-color: var(--primary-red);
}
a {
  transition: 0.4s;
  color: var(--text-grey);
}
a:hover {
  color: var(--primary-red);
}
li,
ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.row_am {
  padding: 50px 0;
}
.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.logo-image {
  width: 200px;
}
.btn_primary {
  padding: 16px 35px;
  background-color: var(--primary-red);
  text-transform: uppercase;
  font-size: 20px;
  color: var(--text-white);
  border-radius: 10px;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
}
.btn_primary:hover {
  color: var(--text-white);
  opacity: 0.9;
}
.btn_text,
.btn_text:hover,
.contact_us_section .contact_listing li .cnt_block a:hover,
/* .navbar-expand-lg .navbar-nav .nav-link:hover, */
.offer_menu_section .nav-tabs .nav-link.active,
/* .offer_menu_section .nav-tabs .nav-link:hover, */
.right_sidemenu .contact_listing li .cnt_block a:hover,
.section_title .sub_text,
.side_fixer ul li a:hover,
footer .direction_block p a:hover,
footer .links li a:hover,
footer .social_media li a:hover {
  color: var(--primary-red);
}
.btn_primary:after {
  content: " ";
  position: absolute;
  top: -50%;
  right: -60%;
  bottom: -50%;
  left: -60%;
  background: linear-gradient(
    50deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  -webkit-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
.btn_primary:hover:after {
  animation: 4s infinite cfs-glimmer;
}
@keyframes cfs-glimmer {
  0% {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
.btn_text {
  padding: 10px 0;
  font-size: 20px;
  letter-spacing: 1px;
}
.section_title .icon {
  margin-bottom: 20px;
  display: block;
}
.section_title .sub_text {
  font-family: var(--font-playball);
  font-size: 30px;
  display: block;
}
.section_title h2 {
  font-size: 50px;
  margin-bottom: 0;
}
.bg_white_textcher {
  background: 0 0 / cover no-repeat fixed #3d3d3d;
}
#preloader {
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 999999;
  display: flex;
  justify-content: center;
}
#loader,
.toggle-bar,
.toggle-wrap,
header {
  position: relative;
}
#loader {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-red);
  -webkit-animation: 2s linear infinite spin;
  animation: 2s linear infinite spin;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--text-grey);
  -webkit-animation: 3s linear infinite spin;
  animation: 3s linear infinite spin;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-red);
  -webkit-animation: 1.5s linear infinite spin;
  animation: 1.5s linear infinite spin;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
header {
  width: 100%;
  z-index: 999;
  transition: 0.4s;
}
header.fix_style {
  transition: 0.4s;
}
header.fixed::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #616161;
}
.navbar {
  padding: 0 85px;
  transition: 0.4s;
}
.navbar-expand-lg .navbar-nav .nav-item {
  margin: 0 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 31px 0 25px;
  font-weight: 400;
  color: var(--text-white);
  transition: 0.4s;
  text-transform: uppercase;
  font-family: var(--font-bebas);
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
}
.navbar-expand-lg
  .navbar-nav
  .nav-item
  .nav-link:not(.contact_number .nav-link):before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 100%;
  height: 3px;
  background-color: var(--primary-red);
  opacity: 0;
  transition: 0.4s;
}
.navbar-expand-lg
  .navbar-nav
  .nav-item:hover
  .nav-link:not(.contact_number .nav-link):before {
  opacity: 1;
  bottom: 25px;
}
.navbar-expand-lg .navbar-nav .nav-link.btn_primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 100px;
  height: 50px;
  transform: skew(-25deg);
  animation: 3s ease-in-out infinite main_anim;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 100%
  );
}
.navbar .action_bar {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.navbar .action_bar .btn_primary {
  padding: 16px 45px;
}
.navbar .action_bar .bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
}
.navbar .action_bar .bar span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #fff;
  transition: 0.4s;
}
.navbar .action_bar .bar:hover span {
  width: 30px;
}
.navbar .action_bar .bar span:nth-child(2) {
  margin: 5px 0;
  width: 30px;
}
.toggle-wrap {
  padding: 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-bar,
.toggle-bar::after,
.toggle-bar::before,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::after,
.toggle-wrap.active .toggle-bar::before {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.toggle-bar {
  width: 20px;
  margin: 10px 0;
  border-top: 2px solid var(--bg-white);
  display: block;
}
.toggle-bar::after,
.toggle-bar::before {
  content: "";
  display: block;
  background: var(--bg-white);
  height: 2px;
  width: 25px;
  position: absolute;
  top: -8px;
  right: 0;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -ms-transform-origin: 13%;
  -webkit-transform-origin: 13%;
  transform-origin: 13%;
}
.right_sidemenu,
.video_wraper::before {
  background-image: url(../images/dark_bg.jpg);
}
.video_wraper .action_box,
.video_wraper::before {
  background-size: cover;
  background-repeat: no-repeat;
}
.toggle-bar::after {
  top: 4px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -9px;
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side_fixer,
.side_timing {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
}
.menulist_wraper,
.side_fixer ul,
.side_timing ul {
  display: flex;
}
.side_fixer ul li:not(:last-child):after {
  content: "";
  width: 25px;
  height: 1px;
  border-bottom: 1px solid var(--bg-white);
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.social_media_side {
  left: -90px;
  transform: translateY(-30px) rotate(-90deg);
}
.timing_side {
  right: -70px;
}
.timing_side span {
  color: var(--text-grey);
}
.right_sidemenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 440px;
  padding: 25px 60px 60px;
  z-index: 999;
  height: 100vh;
  overflow-y: auto;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
}
.menu_listing_block:hover .hover_state,
.right_sidemenu.active,
.right_sidemenu.active::before {
  opacity: 1;
  pointer-events: all;
}
.right_sidemenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(66, 66, 66, 0.3);
  border-radius: 5px;
  background-color: var(--black);
}
.right_sidemenu::-webkit-scrollbar {
  width: 10px;
  background-color: var(--black);
}
.right_sidemenu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(66, 66, 66, 0.3);
  background-color: var(--dark-black);
}
.right_sidemenu .close_rightmenu {
  font-size: 24px;
  color: var(--text-white);
  text-align: right;
  margin-right: -25px;
  display: block;
  cursor: pointer;
  transition: 0.4s;
  width: 25px;
  margin-left: auto;
}
.right_sidemenu .close_rightmenu:hover {
  transform: rotate(45deg);
}
.right_sidemenu .side_logo {
  display: block;
  margin-bottom: 45px;
}
.right_sidemenu .contact_listing .sub_title {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact_us_section .contact_listing li,
.right_sidemenu .contact_listing li {
  padding: 25px 0;
  border-top: 1px solid #536c59;
}
.contact_us_section .contact_listing li:first-child,
.right_sidemenu .contact_listing li:first-child {
  border: none;
  padding-top: 0;
}
.contact_us_section .contact_listing li .cnt_block,
.right_sidemenu .contact_listing li .cnt_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.right_sidemenu .contact_listing li .cnt_block a,
.right_sidemenu .contact_listing li .cnt_block p {
  width: 70%;
  color: var(--text-grey);
}
.contact_us_section .contact_listing li .cnt_block span,
.right_sidemenu .contact_listing li .cnt_block span {
  width: 30%;
  text-align: right;
  color: var(--text-grey);
}
.banner_section {
  padding-top: 185px;
  text-align: center;
  position: relative;
}
.banner_badge,
.banner_section .banner_side_shape div {
  position: absolute;
}
.banner_section .banner_side_shape .left_shape {
  left: 0;
  bottom: 100px;
  text-align: left;
}
.banner_section .banner_side_shape .right_shape {
  right: 0;
  bottom: 0;
  text-align: right;
}
.banner_section .banner_inner {
  padding-bottom: 80px;
}
.banner_section h1 {
  font-size: 60px;
  font-family: var(--font-bebas);
  margin-bottom: 0;
}
.banner_section .banner_images {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
}
.banner_section .banner_images .img .radius_img {
  width: 255px;
}
.banner_section .banner_images .img:first-child {
  margin-top: -120px;
}
.banner_section .banner_images .img:first-child .radius_img {
  height: 350px;
}
.banner_section .banner_images .img:nth-child(2) .radius_img {
  width: 500px;
  height: 580px;
  margin: 0 75px;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}
.banner_section .banner_images .img .radius_img,
.menu_listing .hover_state .menu_img img {
  border: var(--img-border);
  object-fit: cover;
}
.banner_section .banner_images .img:nth-child(3) .radius_img {
  height: 420px;
}
.banner_section .banner_images .img:first-child .radius_img,
.banner_section .banner_images .img:nth-child(3) .radius_img {
  border-radius: 300px;
}
.banner_badge {
  top: 50px;
  right: 75px;
  width: 135px;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_badge .since {
  background-color: #282828;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  padding-top: 26px;
  margin: 0 auto;
}
.banner_badge .since p {
  font-size: 16px;
  margin: 0;
  letter-spacing: 6px;
  padding-left: 5px;
}
.banner_badge .since span {
  font-size: 35px;
  margin-left: -3px;
}
.banner_badge .round_anim {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.banner_badge .round_anim img {
  transform-origin: 50% 50% 0;
  transform: rotate(0);
  -webkit-animation: 15s linear infinite spin;
  -moz-animation: 15s linear infinite spin;
  animation: 15s linear infinite spin;
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes drop_up {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.menu_list_section {
  background-color: var(--black);
  padding: 20px 0;
  transform: rotate(-1deg);
  pointer-events: none;
  position: relative;
  z-index: 11;
}
.text_block,
.who_we_section .who_We_text .action_block {
  display: flex;
  align-items: center;
}
.text_block span {
  color: var(--text-white);
  font-size: 50px;
  font-weight: 400;
}
.text_block .mark_star {
  height: 30px;
  margin: 0 90px;
  font-family: Playball, cursive;
}
.delicous_menu {
  margin-top: 50px;
  position: relative;
}
.delicous_menu.row_am {
  padding-bottom: 0;
  margin-bottom: -1px;
}
.menu_listing .menu_listing_block {
  padding: 50px 0;
  border-top: 1px solid var(--border-grey);
  position: relative;
}
.menu_listing .menu_listing_block:last-child,
footer .foote_widget {
  border-bottom: 1px solid var(--border-grey);
}
.menu_listing .diplay_state {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  transition: 0.8s;
}
.menu_listing .menu_name {
  width: 500px;
}
.menu_listing .menu_name h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: var(--font-bebas);
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}
.menu_listing .list_running {
  width: calc(100% - 400px);
}
.menu_listing .list_running .wrp {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.menu_listing .list_running .wrp:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--text-grey);
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}
.menu_listing .menuMobileLIst {
  display: none;
}
.menu_listing .list_running .wrp span,
.menu_listing .menuMobileLIst ul li span {
  font-family: var(--font-bebas);
  color: var(--text-grey);
  font-size: 20px;
  display: inline-block;
}
.menu_listing .menuMobileLIst ul li span {
  margin-bottom: 5px;
}
.menu_listing .direction_pointer {
  display: block;
  width: 150px;
  text-align: right;
  color: var(--text-white);
  font-size: 30px;
}
.menu_listing .hover_state {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.8s;
  opacity: 0;
  pointer-events: none;
}
.menu_listing .hover_state .menu_img {
  margin-right: 40px;
}
.menu_listing .hover_state .menu_img img {
  width: 350px;
  height: 145px;
  border-radius: 150px;
}
.menu_listing .hover_state .menu_name {
  width: auto;
}
.menu_listing .hover_state .menu_name h3,
.menu_listing .hover_state .menu_name h3 a {
  color: var(--primary-red);
  position: relative;
}
.menu_listing .hover_state .menu_name h3::after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: var(--primary-red);
  margin-top: -15px;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.menu_listing .hover_state .menu_name h3:hover::after {
  opacity: 1;
}
.menu_listing .hover_state .btn {
  margin-left: auto;
}
.menu_listing_block:hover .diplay_state {
  opacity: 0;
  pointer-events: none;
}
.video_wraper {
  z-index: auto;
  float: none;
  flex-shrink: 1;
  display: flex;
  margin: -130px 0 0;
  inset: 0px;
  position: relative;
  flex-basis: auto;
  overflow: visible;
  width: 100%;
  height: 1400px;
  padding-bottom: 400px;
}
.video_wraper::before {
  content: "";
  position: absolute;
  height: 55%;
  bottom: 0;
  width: 100%;
}
.video_wraper .action_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  flex-direction: column;
}
.video_wraper .round_anim {
  position: absolute;
  transform-origin: 50% 50% 0;
  transform: rotate(0);
  -webkit-animation: 15s linear infinite spin;
  -moz-animation: 15s linear infinite spin;
  animation: 15s linear infinite spin;
}
.video_wraper .play_vtn {
  width: 160px;
  height: 160px;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: circle(50% at 50% 50%);
}
.who_we_section {
  position: relative;
  margin-top: -50px;
  color: var(--text-white);
}
.who_we_section .sider_shape {
  position: absolute;
  right: 0;
  top: 27%;
}
.who_we_section .section_title {
  gap: 20px;
  padding-top: 40px;
}
.who_we_section .section_title .icon {
  padding-top: 13px;
}
.who_we_section .radius_img {
  border: var(--img-border);
  border-radius: 100% 100% 0 0;
  height: 680px;
  object-fit: cover;
}
.who_we_section .who_We_text {
  padding-left: 75px;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.who_we_section .who_We_text .action_block .social_media {
  gap: 15px;
  margin-right: 20px;
}
.who_we_section .who_We_text .action_block .social_media a {
  border: 1px solid var(--text-white);
  color: var(--text-white);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.who_we_section .who_We_text .action_block .social_media a:hover {
  background-color: var(--primary-red);
  color: var(--text-white);
  border-color: var(--primary-red);
}
footer {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)) 0
      0 / cover no-repeat,
    url(../images/footer_bg.png) 0 0 / cover no-repeat;
  padding-top: 30px;
}
footer .direction_block p {
  font-size: 40px;
  color: var(--text-white);
  line-height: 1.3;
}
footer .direction_block p a {
  color: var(--text-white);
}
footer .social_media li {
  text-align: right;
  padding: 8px 0;
}
footer .social_media li a {
  text-align: right;
  color: var(--text-white);
  padding: 5px 0;
}
footer .links {
  padding: 30px 0;
}
footer .links li a {
  color: var(--text-white);
  font-family: var(--font-bebas);
  letter-spacing: 1px;
  padding: 10px;
  margin: 0 10px;
  font-size: 20px;
  font-weight: 400;
}
footer .copy_right p {
  color: var(--text-grey);
  margin: 0;
  padding: 45px 0 80px;
}
footer .copy_right a {
  color: var(--primary-red);
  text-decoration: underline;
}
.go_top {
  position: fixed;
  right: 30px;
  bottom: 75px;
  cursor: pointer;
  z-index: 99;
  transition: 0.4s;
  display: none;
}
.go_top span {
  background-color: var(--primary-red);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 25px;
}
.go_top:hover {
  bottom: 80px;
}
.contact_us_section {
  position: relative;
  padding-top: 185px;
}
.contact_us_section .right_shape {
  right: 0;
  top: 10%;
}
.contact_us_section .left_shape {
  left: 0;
  top: 20%;
}
.contact_us_section .section_title {
  margin-bottom: 100px;
}
.contact_us_section .img .radius_img {
  border-radius: 300px 300px 0 0;
  border: var(--img-border);
  height: 785px;
  width: 100%;
  object-fit: cover;
}
.contact_us_section .contact_box {
  padding: 15px 0 0 70px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact_us_section .contact_listing .sub_title {
  font-family: var(--font-bebas);
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.contact_us_section .contact_listing li .cnt_block a,
.contact_us_section .contact_listing li .cnt_block p {
  width: 70%;
  color: var(--text-white);
}
.contact_us_section .map {
  margin: 100px 0;
}
.contact_us_section .map iframe {
  border-radius: 20px;
  border: var(--img-border);
  filter: grayscale(1);
  width: 100%;
}
.offer_menu_section .nav-tabs {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
  margin: 50px 0 30px;
  padding: 15px 0;
}
.offer_menu_section .nav-tabs .nav-item {
  margin: 0 40px;
}

 /* Style for the image */
 .scrlbtn {
  background: transparent;
  display: flex;
  align-self: center;
  justify-self: center;
  will-change: transform, opacity;
  opacity: 1;  /* Start visible */
  transform: scale(1); /* Start at normal size */
  animation: shrinkFadeOut 2s infinite ease-in-out; /* Shrink and fade out animation that repeats infinitely */
}

/* Keyframes for the shrink and fade-out effect */
@keyframes shrinkFadeOut {
  0% {
    opacity: 1;
    transform: scale(1); /* Normal size */
  }
  50% {
    opacity: 0.5;
    transform: scale(0.5); /* Shrink the image */
  }
  100% {
    opacity: 0;
    transform: scale(1); /* Fade out and reduce to zero size */
  }
}


.offer_menu_section .nav-tabs .nav-link {
  background-color: transparent;
  font-size: 28px;
  color: var(--text-grey);
  font-family: var(--font-bebas);
  border: transparent;
  position: relative;
  padding: 5px 0;
}
.offer_menu_section .nav-tabs .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: var(--primary-red);
  opacity: 0;
  transition: 0.4s;
}
.offer_menu_section .nav-tabs .nav-link.active:before,
.offer_menu_section .nav-tabs .nav-link:hover:before {
  opacity: 1;
  bottom: 10px;
}
.offer_menu_section .nav-tabs .nav-link:hover:before {
  background-color: transparent;
  opacity: 0;
}
.offer_menu_section .nav-tabs .nav-link.active:hover:before{
  background-color: var(--primary-red);
  opacity: 1;
}
/* .offer_menu_section .nav-tabs .nav-link:hover {
  background-color: transparent;
} */
.menulist_wraper.center {
  justify-content: center;
}
.menulist_wraper .menulist {
  width: 50%;
}
.menulist_wraper .menulist.right_side {
  border-left: 3px solid var(--border-grey);
}
.menulist_wraper .menulist.left_side .menulist_box {
  padding-right: 80px;
}
.menulist_wraper .menulist.left_side .menulist_box.no-desc.left {
  padding-right: 0;
}
.menulist_wraper .menulist.right_side .menulist_box {
  padding-left: 40px;
}
.menulist_wraper .menulist_box {
  border-bottom: 3px solid var(--border-grey);
  margin-bottom: 35px;
}
.menulist_wraper .menulist_box:last-child {
  margin-bottom: 0;
}
.menulist_wraper .menusub_text {
  display: inline-block;
  font-size: 35px;
  font-family: var(--font-bebas);
  color: var(--text-white);
  background-color: #444;
  padding: 10px 10px 8px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 10px;
}
.menulist_wraper ul li,
.menulist_wraper ul li.no-desc {
  margin-bottom: 20px;
}
.menulist_wraper ul li .mainCource {
  display: flex;
  justify-content: space-between;
}
.menulist_wraper ul li .mainCource .dishName {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 15px;
  max-width: 75%;
}
.menulist_wraper ul li .mainCource .dishName h4 {
  font-size: 25px;
  font-family: var(--font-bebas);
  letter-spacing: 1px;
  margin: 0;
}
.menulist_wraper ul li .mainCource .new {
  color: var(--text-white);
  background-color: var(--primary-red);
  text-transform: uppercase;
  padding: 1px 4px 0;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  min-width: 40px;
  text-align: center;
  margin-left: 20px;
}
.menulist_wraper ul li .mainCource .doted {
  border-bottom: 2px dotted var(--border-grey);
  width: 100%;
  position: relative;
  top: -15px;
  flex: 1;
}
.menulist_wraper ul li .mainCource .price {
  font-size: 25px;
  color: var(--primary-red);
  font-family: var(--font-bebas);
  width: 80px;
  text-align: right;
  padding-left: 15px;
}
.menulist_wraper ul li .description {
  padding-right: 100px;
}
.menulist_wraper ul li .description p {
  color: #bfbfbf;
}
.bredcrumb_section.menu_list {
  position: relative;
  padding: 150px 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7))
      center/cover no-repeat,
    url(../images/breadCrumbBg.jpg) center/cover no-repeat;
  margin-top: 90px;
}
.menuList_page {
  transform: rotate(0);
}
.menuList_page .text_block span {
  font-size: 150px;
}
.menuList_page .text_block .mark_star {
  height: auto;
  font-size: 100px;
}
.menulist_box.no-desc ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.menulist_box.no-desc ul li {
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}
.menulist_box.no-desc ul::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 47.5%;
  border-left: 2px dotted var(--border-grey);
  height: 100%;
  transform: translateX(-50%);
}
.menuList_page .owl-stage,
.menuList_page .owl-stage-outer {
  height: 150px;
}
