@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap");
:root {
  --active: var(--bs-primary);
  --bs-primary: #03A9F4;
  --bs-secondary: #effaff;
  --bs-footer: #0e2537;
  --bs-hover: #226090;
  --bs-white: #ffffff;
}

#loader {
  top: 28%;
  left: -32px;
}

@media (min-width: 1360px) {
  .container {
    width: 1280px !important;
  }
}
@media (min-width: 1921px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 85% !important;
    width: 85% !important;
  }
}
.container-fluid {
  width: 96%;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
  }
}
.preeloader {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
}

.preloader-spinner {
  -webkit-animation: 1.5s linear 0s normal none infinite running loader;
  animation: 1.5s linear 0s normal none infinite running loader;
  width: 60px;
  height: 60px;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  padding-top: 12px;
  z-index: 99;
  background: #1a1a1a;
  color: #d0963e;
}

@-webkit-keyframes loader {
  0% {
    box-shadow: 0 0 0 0px rgba(208, 150, 62, 0);
  }
  25% {
    box-shadow: 0 0 0 0px rgba(208, 150, 62, 0.5), 0 0 0 10px rgba(208, 150, 62, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(208, 150, 62, 0.5), 0 0 0 20px rgba(208, 150, 62, 0.3);
  }
  75% {
    box-shadow: 0 0 0 10px rgba(208, 150, 62, 0.5), 0 0 0 10px rgba(208, 150, 62, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(208, 150, 62, 0.4);
  }
}
@keyframes loader {
  0% {
    box-shadow: 0 0 0 0px rgba(208, 150, 62, 0);
  }
  25% {
    box-shadow: 0 0 0 0px rgba(208, 150, 62, 0.5), 0 0 0 10px rgba(208, 150, 62, 0.4);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(208, 150, 62, 0.5), 0 0 0 20px rgba(208, 150, 62, 0.3);
  }
  75% {
    box-shadow: 0 0 0 10px rgba(208, 150, 62, 0.5), 0 0 0 10px rgba(208, 150, 62, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0px rgba(208, 150, 62, 0.4);
  }
}
/*----------------------------------
    MEDIUM LAYOUT: 1280px
-----------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .slider-area h1 {
    font-size: 50px;
  }
  .slider-area h2 {
    font-size: 70px;
  }
  .about-area .area-title {
    margin-bottom: 30px;
  }
  .single-event {
    padding: 50px 0;
  }
  .event-content {
    padding-left: 180px;
  }
  .style-three .promotions-img {
    max-height: 380px;
    width: 80%;
  }
  .style-three .promotions-details {
    height: 350px;
    margin-top: -175px;
    max-height: 350px;
    width: 40%;
  }
}
/*----------------------------------
    TABLET LAYOUT: 768px
------------------------------------*/
@media (min-width: 768px) and (max-width: 1200px) {
  .section-padding {
    padding: 50px 0;
  }
  .pogoSlider-slide {
    background-position: 100% 100% !important;
  }
  /*------------------*/
  /*.mainmenu-area {*/
  /*  background: #212324 none repeat scroll 0 0;*/
  /*}*/
  .slider-area h1 {
    font-size: 40px;
  }
  .about-area .area-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-img img {
    width: 100%;
  }
  a.read-more {
    margin-bottom: 30px;
  }
  .promotions-img img {
    width: 80%;
  }
  .area-title {
    margin-bottom: 40px;
  }
  .food-menu-img img {
    width: 100%;
  }
  .promotions-area .row > div:last-child .single-promotions .read-more {
    margin-bottom: 0;
  }
  .event-content {
    padding-left: 180px;
  }
  .blog-post-img img {
    width: 100%;
  }
  .single-post {
    margin-bottom: 30px;
  }
  .blog-area .row > div:last-child .single-post {
    margin-bottom: 0;
  }
  .footer-menu {
    padding-bottom: 0;
    text-align: center;
  }
  .footer-copyright {
    padding-top: 10px;
    text-align: center;
  }
  .table-booking-form {
    padding-bottom: 10px;
    margin-top: -130px;
    margin-bottom: 40px;
  }
  .table-booking-form input,
  .table-booking-form select {
    margin-bottom: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .counter-area.section-padding {
    padding-bottom: 20px;
  }
  /*-----------------------------
      BLOG PAGE
  ------------------------------*/
  .single-post-pagination .page-pagination {
    margin-bottom: 40px;
  }
  .page-pagination.margin-top {
    margin-top: 40px;
  }
  .main-reservaton-form {
    margin-bottom: 50px;
  }
  .reservation-call-to-action {
    margin-bottom: 40px;
  }
  /*----------------------------
      MENU PAGE
  -----------------------------*/
  .style-three .promotions-img {
    height: auto;
    max-height: 450px;
    width: 100%;
  }
  .style-three .promotions-details {
    padding: 30px;
    width: 60%;
  }
}
/*----------------------------------
    MOBILE LAYOUT: 320px
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
  .area-title h2 {
    font-size: 1.875rem;
  }
  .area-title h2::before {
    left: -50px;
    width: 50px;
  }
  .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
    display: none;
  }
  /*.navbar-header {*/
  /*  border-bottom: 1px solid #111;*/
  /*  margin: 0;*/
  /*  padding: 15px 0;*/
  /*}*/
  /*------------------------*/
  .about-img img {
    width: 100%;
  }
  .call-to-action {
    display: none;
  }
  .top-social-bookmark ul li a {
    width: 33px;
  }
  .top-social-bookmark {
    float: left;
  }
  .book-table-popup a {
    padding: 15px 10px;
  }
  .pogoSlider-slide {
    padding-top: 20%;
  }
  .slider-area h3 {
    letter-spacing: 2px;
  }
  .slider-area h1 {
    font-size: 2rem;
  }
  .slider-area h2 {
    font-size: 55px;
  }
  .about-area .area-title {
    margin-bottom: 0px;
    text-align: center;
  }
  .about-img img {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-area .row .row > div:last-child .about-img img {
    margin-bottom: 0;
  }
  .area-title {
    margin-bottom: 30px;
  }
  .area-title h3 {
    font-size: 25px;
    letter-spacing: 1px;
  }
  a.read-more {
    margin-bottom: 30px;
  }
  .promotions-img img {
    width: 100%;
  }
  .promotions-details h4 {
    font-size: 40px;
  }
  .food-menu-list-menu {
    margin-bottom: 30px;
  }
  .food-menu-list-menu ul li {
    margin: 5px;
  }
  .food-menu-img img {
    width: 100%;
  }
  .promotions-area .row > div:last-child .single-promotions .read-more {
    margin-bottom: 0;
  }
  .event-img {
    float: none;
    margin: 0 0 20px;
  }
  .event-img img {
    width: 100%;
  }
  .single-event {
    position: relative;
  }
  .event-content {
    padding: 0;
    position: inherit;
  }
  .event-date {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: var(--bs-white);
    height: 100px;
    padding-top: 18px;
    position: absolute;
    top: -120px;
    width: 100px;
  }
  .event-date span {
    font-size: 1.875rem;
    padding-bottom: 0;
  }
  .single-event {
    padding: 40px 0;
  }
  .event-details > h3 {
    font-size: 1.25rem;
  }
  .blog-post-img img {
    width: 100%;
  }
  a.post-meta-button {
    margin-bottom: 15px;
  }
  .post-details > h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .single-post {
    margin-bottom: 30px;
  }
  .blog-area .row > div:last-child .single-post {
    margin-bottom: 0;
  }
  .instagram-area .area-title h4 {
    font-size: 1.25rem;
    text-transform: capitalize;
  }
  ul.instagram-feed li {
    margin-bottom: 10px;
    width: 33%;
  }
  .footer-menu {
    padding-bottom: 0;
    text-align: center;
  }
  .footer-copyright {
    padding-top: 10px;
    text-align: center;
  }
  /*--------------------------
      HOME TWO
  ---------------------------*/
  /*--------------------------
      HOME THREE
  ---------------------------*/
  .table-booking-form {
    margin-top: -130px;
    margin-bottom: 40px;
  }
  .table-booking-form input,
  .table-booking-form select {
    margin-bottom: 20px;
  }
  /*-----------------------------
      ABOUT PAGE
  ------------------------------*/
  .top-area.single-page {
    height: 350px;
  }
  .barner-text h1 {
    font-size: 40px;
  }
  .testmonial-area {
    font-size: 1.25rem;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .counter-area.section-padding {
    padding-bottom: 20px;
  }
  /*-----------------------------
      EVENTS PAGE
  ------------------------------*/
  .events-page .single-event:last-child {
    border-bottom: 1px solid #c3c3c4;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  ul.event-menu li {
    margin-bottom: 3px;
  }
  ul.event-menu li a {
    padding: 3px 10px;
  }
  .main-reservaton-form {
    margin-bottom: 50px;
  }
  .reservation-call-to-action {
    margin-bottom: 40px;
  }
  /*-----------------------------
      SINGLE EVENT
  -------------------------------*/
  .single-events-page .event-details-img {
    margin-bottom: 20px;
  }
  .tags-and-social-bar {
    text-align: center;
    border-bottom: 1px solid #c3c3c4;
    margin: -40px auto 60px;
    padding-bottom: 20px;
  }
  .single-event-social-bar,
  .single-post-social-bar {
    margin-top: 15px;
    text-align: center;
  }
  /*------------------------------
      BLOG PAGE
  --------------------------------*/
  .title-and-meta h3 {
    font-size: 28px;
    font-weight: 400;
  }
  .title-and-meta h3 {
    font-size: 1.375rem;
  }
  .post-meta a {
    margin: 0;
  }
  .blog-content {
    text-align: justify;
  }
  .single-blog {
    margin-bottom: 50px;
    padding-bottom: 30px;
  }
  .single-post-pagination .page-pagination {
    margin-bottom: 40px;
  }
  .single-comments:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-pagination.margin-top {
    margin-top: 40px;
  }
  /*----------------------------
      MENU PAGE
  -----------------------------*/
  .style-three .promotions-img {
    height: auto;
    max-height: 450px;
    width: 100%;
  }
  .style-three .promotions-details {
    height: auto;
    margin: 0;
    padding: 25px;
    position: inherit;
    width: 100%;
  }
  .style-three .promotions-details h3 {
    font-size: 1.25rem;
  }
  .reservation-page .barner-text h1 {
    font-size: 39px;
    letter-spacing: 0;
  }
  .error-main-hidding > h1 {
    font-size: 60px;
  }
}
/*----------------------------------
    WIDE MOBILE LAYOUT: 480px
-----------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
  .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
    display: none;
  }
  /*------------------*/
  /*----------------------
      HOME TWO
  ------------------------*/
  .area-title h3 {
    font-size: 1.875rem;
    letter-spacing: 1px;
  }
  /*--------------------------
      ABOUT PAGE
  ----------------------------*/
  .barner-text h1 {
    font-size: 50px;
  }
  /*------------------------*/
}
.navbar {
  display: block;
  align-items: center;
  text-align: center;
  /* .count-home {
      @media (min-width: 992px) {
          top: 36px !important;
          left: 0px;
      }
  } */
}

.navbar .user-field {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.navbar .user-field li a {
  text-transform: capitalize !important;
  text-decoration: none;
}

.navbar .user-field .dropdown .login-btn {
  border-color: transparent !important;
}

.navbar .user-field .dropdown-menu li a:hover {
  color: var(--bs-primary);
}

.navbar .login-btn {
  background-color: transparent !important;
}

.navbar .login-btn i {
  color: #fff;
  font-size: 1rem;
}
.navbar .login-btn i:hover {
  color: #03a9f4;
}
@media (min-width: 1921px) {
  .navbar .login-btn i {
    font-size: 1.125rem;
  }
}

.navbar .shopping-basket {
  display: contents;
  align-items: center;
}

.navbar .shopping-basket a {
  display: contents;
  align-items: center;
}

.navbar .shopping-basket-notification {
  background-color: #FF9800;
  border-radius: 163px;
  color: var(--bs-white);
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .navbar .shopping-basket-notification {
    top: -6px;
    left: -11px;
    position: relative;
  }
}
.edit-hide {
  left: -8px;
}

@media (min-width: 992px) {
  .navbar {
    display: flex;
  }
}
.navbar .reverse {
  flex-direction: row-reverse;
}

@media (min-width: 992px) {
  .navbar .reverse {
    flex-direction: revert;
  }
}
.creative-fullpage--slider {
  background-color: var(--bs-white);
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 100vh;
  font-size: 1rem;
  display: flex;
  clip-path: none !important;
}
@media (min-width: 1921px) {
  .creative-fullpage--slider {
    font-size: 1.125rem;
    height: 85vh;
  }
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 95vh;
  position: relative;
}
@media (min-width: 1921px) {
  .creative-fullpage--slider .slider-inner {
    height: 80vh;
  }
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
@media (min-width: 1921px) {
  .creative-fullpage--slider .swiper-slide .slider-inner img {
    height: 80vh;
  }
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 22%;
  left: 50px;
  z-index: 1;
  width: 90%;
}
@media (min-width: 1921px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    top: 26%;
  }
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.5882352941) 100%);
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: var(--bs-white);
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media (min-width: 1921px) {
  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    font-size: 36px;
  }
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: var(--bs-white);
  font-size: 8vw;
  font-family: "Noto Sans", serif;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
  text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 1.25rem;
  width: 50%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: var(--bs-white);
  font-weight: 500;
}
@media (min-width: 1440px) {
  .swiper-slide .slider-inner .swiper-content p.disc {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .swiper-slide .slider-inner .swiper-content p.disc {
    font-size: 1.875rem;
  }
}

.banner-editing .swiper-slide .slider-inner .swiper-content p.disc {
  width: 100%;
}

.creative-btn--wrap .creative-slide--btn {
  color: var(--bs-white);
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}
@media (min-width: 1440px) {
  .creative-btn--wrap .creative-slide--btn {
    font-size: 1.75rem;
  }
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: var(--bs-white);
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: var(--bs-white);
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0);
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 15px;
  color: var(--bs-white);
  line-height: 0;
  position: absolute;
}
@media (min-width: 1921px) {
  .swiper-container-h .slider-pagination-area .slide-range {
    font-size: 1.25rem;
  }
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}

.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--bs-white);
}

.swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: var(--bs-white);
  font-size: 60px;
}

.swiper-container-h .swiper-button-prev::after {
  content: "\f060";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: var(--bs-white);
  font-size: 60px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.0509803922);
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0;
  }
  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .swiper-container-h .slider-pagination-area {
    width: 200px !important;
  }
  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 1.875rem;
  }
  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    background: rgba(255, 255, 255, 0.231372549);
  }
  .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important;
  }
  .area-title p {
    padding: 0;
  }
}
/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 64px;
  }
  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-bottom: 0px;
  }
  .swiper-slide .slider-inner .swiper-content p.disc {
    margin: 20px auto 20px auto;
    font-size: 1rem;
    width: 95%;
  }
  .swiper-container-h .slider-pagination-area {
    display: none;
  }
  .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }
}
p {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  p {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 1.125rem;
  }
}
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
  color: var(--bs-white);
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #212324;
}

a:hover {
  color: #c1934c;
  text-decoration: none;
}

a.search-form-trigger {
  color: var(--bs-white);
  font-size: 0 !important;
  position: relative;
  width: 30px;
}

a.search-form-trigger::before {
  content: "\f002";
  font-family: fontawesome;
  font-size: 15px;
  height: 40px;
  margin-right: -15px;
  margin-top: -20px;
  padding-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 99;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.read-more {
  border: 1px solid;
  color: var(--bs-primary);
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 30px;
  padding: 7px 23px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1921px) {
  a.read-more {
    font-size: 1.125rem;
  }
}

a.cart-btn {
  border: none;
  color: var(--bs-white);
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0px;
  margin-top: 0px;
  padding: 7px 23px;
  text-transform: initial;
  background-color: var(--bs-primary);
  border-radius: 30px;
}
@media (min-width: 1921px) {
  a.cart-btn {
    font-size: 1.125rem;
  }
}

a.cart-btn:hover {
  background: rgb(95, 178, 244);
}

a.scrolltotop {
  background: var(--bs-primary) none repeat scroll 0 0;
  border: 1px solid transparent;
  bottom: 20px;
  color: var(--bs-white);
  display: none;
  font-size: 1.25rem;
  height: 50px;
  padding-top: 10px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 99;
}

a.scrolltotop:hover {
  background: #1a1a1a;
  border: 1px solid;
}

a.about-video-button:hover {
  background: #1a1a1a none repeat scroll 0 0;
  color: var(--bs-white);
}

a:focus,
a:hover {
  outline: 0 solid;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  font-weight: 700;
}

html,
body {
  height: 100%;
}

body {
  color: #555555;
  font-family: "Quicksand", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 1.7em;
  padding: 0px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .area-title {
    margin-top: 50px;
  }
}
@media (min-width: 1921px) {
  .area-title {
    margin-top: 100px;
  }
}

.area-title h2 {
  color: #3d3d3d;
  display: inline-block;
  font-size: 2rem;
  padding: 20px 0px;
  text-align: left;
}
@media (min-width: 1921px) {
  .area-title h2 {
    font-size: 36px;
  }
}

.area-title h3 {
  color: #3d3d3d;
  font-size: 2rem;
  letter-spacing: 2px;
}
@media (min-width: 1921px) {
  .area-title h3 {
    font-size: 36px;
  }
}

.area-title p {
  margin-bottom: 20px;
  padding: 0 130px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .area-title p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .area-title p {
    font-size: 1.375rem;
  }
}

.area-title a {
  border-radius: 30px;
}

.area-title a .read-more {
  margin-top: 12px;
}

.area-text-field {
  padding: 16px 20px 0px;
  position: relative;
}
@media (min-width: 1921px) {
  .area-text-field {
    top: 20%;
  }
}

.area-text-field::before {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/demo.svg");
  top: 12px;
  height: 113px;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  -webkit-animation: mover 2s infinite alternate;
  animation: mover 2s infinite alternate;
}
@media (min-width: 1921px) {
  .area-text-field::before {
    height: 163px;
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@media (min-width: 768px) {
  .area-text-field::before {
    padding: 80px 20px 0px;
  }
}
@media (min-width: 992px) {
  .area-text-field::before {
    display: block;
  }
}
.section-padding {
  padding: 16px 0;
}

@media (min-width: 768px) {
  .section-padding {
    padding: 80px 0;
  }
}
.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.margin-top {
  margin-top: 40px;
}

.margin-bottom {
  margin-bottom: 40px;
}

.gray-bg {
  background: #f3f4f4;
}

.top-area {
  position: relative;
  width: 100%;
}

.top-area.single-page {
  height: 500px;
  position: relative;
}

.top-social-bookmark {
  float: right;
}

.top-social-bookmark ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.top-social-bookmark ul li {
  display: inline;
}

.top-social-bookmark ul li a {
  color: var(--bs-white);
  display: inline-block;
  font-size: 1rem;
  height: 39px;
  margin: 0 -2.5px;
  padding: 6px;
  text-align: center;
  width: 40px;
}
@media (min-width: 1921px) {
  .top-social-bookmark ul li a {
    font-size: 1.125rem;
  }
}

.top-social-bookmark ul li a:hover {
  background: var(--bs-white);
  color: var(--bs-primary);
}

.top-social-bookmark ul li:last-child a {
  margin-right: -5px;
}

.mainmenu-area {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999;
}

.mainmenu-area {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999;
}

.navbar-header {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 8px;
}

.navbar-header img {
  width: 200px;
}

.navbar {
  border-bottom: 0 none;
  border-top: 0 none;
  margin-bottom: 0;
}

ul#nav {
  float: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul#nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 40px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1921px) {
  ul#nav li a {
    font-size: 1.125rem;
  }
}

ul#nav li a.active::before {
  background: #03a9f4 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul#nav li:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul#nav li ul li {
  display: block;
  border-bottom: 1px dashed #363636;
}

ul#nav li ul li:last-child {
  border-bottom: 0 none;
}

ul#nav ul {
  background: #1b6485 none repeat scroll 0 0;
  left: 0;
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 180px;
}

ul#nav ul li:hover a {
  background: #03a9f4 none repeat scroll 0 0;
  color: #fff;
}

ul#nav li:hover a,
ul#nav li a.active {
  color: #03a9f4;
}

.is-sticky ul#nav li ul li:hover a,
ul#nav li ul li a,
ul#nav ul li a {
  color: #fff !important;
  display: block;
  padding: 7px 15px;
}

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.call-to-action {
  color: #fff;
  text-transform: capitalize;
}

.call-to-action a {
  color: #fff;
  letter-spacing: 1px;
}

.call-to-action p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 7px;
}

.call-to-action i {
  margin-right: 10px;
}

.is-sticky ul#nav li a.active,
.is-sticky ul#nav li:hover a {
  color: #03a9f4;
}

.header-top-area {
  position: absolute;
  width: 100%;
  z-index: 999;
  text-transform: uppercase;
}

.custom {
  position: static !important;
}

.resend {
  color: var(--bs-primary);
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .resend {
    font-size: 1.125rem;
  }
}

.is-sticky .navbar-toggle .icon-bar {
  background: #1a1a1a none repeat scroll 0 0;
}

.is-sticky .mainmenu-area {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  z-index: 99999;
  background: #fff none repeat scroll 0 0;
}

.is-sticky .navbar-brand {
  display: block;
}

.is-sticky .navbar-brand.white {
  display: none;
}

.is-sticky ul#nav li ul li a {
  padding: 7px 15px;
}

.is-sticky ul#nav li a {
  padding: 30px 10px;
  color: #1a1a1a;
}

.is-sticky .navbar .login-btn i {
  color: #1a1a1a;
}

.is-sticky .signup-and-login-button ul li {
  padding: 14px 0;
}

.dropdown-toggle::after {
  color: #fff;
}

.is-sticky .dropdown-toggle::after {
  color: #1a1a1a;
}

.is-sticky .signup-and-login-button ul li a {
  background: #d64332 none repeat scroll 0 0;
  color: #fff;
}

.is-sticky .navbar-header {
  margin-top: -3px;
}

.is-sticky .search-form-area {
  padding: 25px 15px;
}

.is-sticky a.search-form-trigger {
  color: #1a1a1a;
}

/*.navbar-header {*/
/*  -webkit-transition: all 0.3s ease 0s;*/
/*  transition: all 0.3s ease 0s;*/
/*  margin-top: 8px;*/
/*}*/
/*.navbar-header img {*/
/*  width: 200px;*/
/*}*/
/*.navbar {*/
/*  border-bottom: 0 none;*/
/*  border-top: 0 none;*/
/*  margin-bottom: 0;*/
/*}*/
.navbar img {
  width: 125px;
  position: absolute;
  top: 0;
}

@media (min-width: 580px) {
  .navbar img {
    width: 175px;
  }
}
.navbar .navbar-nav .nav-link {
  color: #3d3d3d;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .navbar .navbar-nav .nav-link {
    font-size: 1.125rem;
  }
}

.navbar .navbar-nav .nav-link:hover {
  color: var(--bs-hover);
}

.navbar .navbar-nav .active {
  color: var(--bs-primary);
}

.top-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.call-to-action {
  color: var(--bs-white);
  text-transform: capitalize;
}

.call-to-action a {
  color: var(--bs-white);
  letter-spacing: 1px;
}

.call-to-action p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
  margin-top: 7px;
}

.call-to-action i {
  margin-right: 10px;
}

/*.header-top-area {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: 999;*/
/*    text-transform: uppercase;*/
/*}*/
.banner-area {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/slide_3.jpg");
  font-family: "Noto Sans", serif;
  height: 500px;
  width: 100%;
  position: relative;
  font-weight: 900;
  color: var(--bs-white);
  background-size: cover;
}

@media (min-width: 992px) {
  .banner-area {
    height: 650px;
  }
}
.banner-area .banner-element {
  padding: 126px 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .banner-area .banner-element {
    width: 55%;
    padding: 200px 0px;
  }
}
.banner-area .banner-element h1 {
  font-family: "Noto Sans", serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--bs-white);
}

@media (min-width: 560px) {
  .banner-area .banner-element h1 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .banner-area .banner-element h1 {
    font-size: 65px;
  }
}
.banner-area .banner-element h1 .span {
  color: var(--bs-primary);
  font-weight: 600;
}

.banner-area .banner-element a {
  font-weight: 600;
  font-size: 15px;
  color: var(--bs-white);
  background-color: var(--bs-primary);
  padding: 12px 30px;
  border-radius: 50px;
  display: inline-block;
}

.banner-area .banner-element a:hover {
  color: #3d3d3d;
  background: var(--bs-primary) none repeat scroll 0 0;
  border-color: var(--bs-primary);
}

.banner-food-item {
  top: -54px;
  position: relative;
}

.banner-food-item img {
  width: 100px;
  border-radius: 90px;
}

.banner-food-item .food-display {
  display: flex;
  justify-content: space-between;
}

.banner-food-item .item-dp {
  text-align: center;
  transition: 0.5s all ease;
  margin-bottom: 30px;
}

.banner-food-item .item-dp:hover {
  transform: scale(1.1);
}

.search-form-area {
  float: right;
  margin-right: -30px;
  padding: 35px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-form-trigger.search-is-visible::before {
  color: var(--bs-white);
  content: "\f067";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-form {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.search-form.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.search-form form {
  height: 100%;
  width: 100%;
}

.search-form input {
  border-radius: 0;
  border: none;
  background: #272727;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0 2em;
  font-size: 3.2rem;
  font-weight: 300;
}

.search-form input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.search-form input::-moz-placeholder {
  color: #c9cbc4;
}

.search-form input:-moz-placeholder {
  color: #c9cbc4;
}

.search-form input:-ms-input-placeholder {
  color: #c9cbc4;
}

.search-form input:focus {
  outline: none;
}

@media only screen and (min-width: 1024px) {
  .search-form {
    height: 120px;
    top: 100%;
  }
}
.search-form-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.search-form-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.no-js .search-form {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.about-area .area-title h5 {
  font-size: 24px;
  font-weight: 500;
  color: var(--bs-primary);
  margin: 0px;
}
@media (min-width: 1921px) {
  .about-area .area-title h5 {
    font-size: 1.875rem;
  }
}

.about-area .area-title h5 span {
  color: #212324;
  font-family: lato;
  font-size: 38px;
  text-transform: uppercase;
}

.about-area .about-content-field {
  margin: 0 auto;
  text-align: center;
}

.about-content {
  color: #4a4d4f;
  text-align: left;
}
.about-content p {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .about-content p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .about-content p {
    font-size: 1.375rem;
  }
}

.read-more {
  border-radius: 30px;
  margin-top: 12px !important;
}

.read-more:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
}

.pakage-rate {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  border-radius: 50%;
  color: var(--bs-white);
  font-size: 1rem;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  padding-top: 18px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100px;
  z-index: 1;
}
@media (min-width: 1921px) {
  .pakage-rate {
    font-size: 1.125rem;
  }
}

.pakage-rate span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  padding-top: 5px;
}

.promotions-details h4 {
  font-size: 1.875rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: var(--bs-white);
}

.menus-area {
  position: relative;
}

.reservation-details .reservation-text h2 {
  font-size: 2rem;
}
@media (min-width: 1921px) {
  .reservation-details .reservation-text h2 {
    font-size: 36px;
  }
}
.reservation-details .reservation-text p {
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .reservation-details .reservation-text p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .reservation-details .reservation-text p {
    font-size: 1.375rem;
  }
}

.menus-area::after {
  content: "";
  background-image: url(../image/side-image.png);
  width: 389px;
  height: 300px;
  display: none;
  margin: 0 auto 10px auto;
  position: absolute;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  top: -18px;
  right: 0;
}

@media (min-width: 1200px) {
  .menus-area::after {
    padding-bottom: 70px;
    display: block;
  }
}
.menus-area.section-padding {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .menus-area.section-padding {
    padding-bottom: 70px;
  }
}
.food-menu-list-menu {
  margin-bottom: 60px;
}

.food-menu-list-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.food-menu-list-menu ul li {
  color: #3d3d3d;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 4px;
  padding: 3px 10px;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  background-color: #f5f5f5;
}
@media (min-width: 1921px) {
  .food-menu-list-menu ul li {
    font-size: 26px;
    padding: 14px 26px;
  }
}

.food-menu-list-menu ul li:hover,
.food-menu-list-menu ul li.active {
  background: var(--bs-primary) none repeat scroll 0 0;
  border-color: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 50px;
}

.mix {
  display: none;
}

.food-menu-list .single-menu {
  margin-bottom: 30px;
  min-height: 410px;
}

.food-menu-list .view-more {
  text-align: center;
}

.food-menu-details {
  padding: 20px;
  text-align: center;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.5098039216);
  border-radius: 0px 30px;
}

.food-menu-details h4 {
  color: #232527;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
}
@media (min-width: 1921px) {
  .food-menu-details h4 {
    font-size: 26px;
  }
}

.food-menu-img img {
  border-radius: 30px 0px;
  width: 100%;
}

.menu-price {
  color: var(--bs-primary);
}
@media (min-width: 1921px) {
  .menu-price {
    font-size: 28px;
  }
}

.team-area {
  text-align: center;
}

.single-team-member {
  width: 21rem;
}

.single-team-member:hover .team-member-img::after {
  opacity: 0.5;
}

.single-team-member:hover .member-social-bookmark {
  right: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.owl-item {
  display: inline-block;
}

.owl-stage {
  width: 100% !important;
}

.member-social-bookmark {
  height: 220px;
  margin-top: -110px;
  position: absolute;
  right: -25%;
  top: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  z-index: 9;
}

.member-social-bookmark ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.member-social-bookmark ul li {
  height: 40px;
  margin-bottom: 5px;
}

.member-social-bookmark ul li a {
  color: var(--bs-white);
  display: inline-block;
  font-size: 1.125rem;
  height: 100%;
  padding-top: 8px;
  width: 100%;
}

.member-social-bookmark ul li a:hover {
  color: var(--bs-primary);
}

.team-member-img {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-member-img::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.team-member-img img {
  width: 100%;
}

.member-details {
  padding: 0 15px;
}

.member-details > h3 {
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  letter-spacing: 1px;
}

.member-details > h3:hover {
  color: #c1934c;
}

.member-details > p {
  margin-bottom: 0;
}

.book-your-table {
  padding: 80px 0;
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/book-your-table.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

h2 {
  text-align: center;
  padding: 40px 0px 20px;
  margin-bottom: 0;
}

.table-panel {
  background-color: var(--bs-white);
  height: auto;
  border-radius: 30px;
  display: block;
}
@media (min-width: 1921px) {
  .table-panel {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .table-panel {
    display: flex;
  }
}
.table-panel h2 {
  text-align: center;
  padding: 40px 0px 0px 0px;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .table-panel h2 {
    padding: 80px 0px 0px;
    font-size: 36px;
  }
}

.table-panel .tableQ-title p {
  padding: 0px 1rem;
}

.table-panel .book-your-table-form {
  padding: 20px;
}

.table-panel .book-your-table-form .booking-btn {
  margin-top: 10px !important;
}

.table-panel .book-your-table-img img {
  border-radius: 0px 30px 30px 0px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .table-panel .book-your-table-img img {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .table-panel {
    height: auto;
  }
}
.col-md-4 {
  padding-right: 0px;
}

@media only screen and (max-width: 991px) {
  .book-your-table {
    padding: 20px;
  }
}
.book-your-table .book-your-table-form h2,
.book-your-table .book-your-table-form .h2 {
  font-weight: 600;
  font-size: 2rem;
  color: #333333;
  line-height: normal;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .book-your-table .book-your-table-form h2,
  .book-your-table .book-your-table-form .h2 {
    font-size: 28px;
  }
}
.book-your-table .book-your-table-form .login-form input:focus,
.book-your-table .book-your-table-form .login-form input:active {
  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid #797979;
}

.book-your-table .book-your-table-form .login-form .form-control {
  border-radius: 0px;
  height: 45px;
  border: 1px solid #797979;
}
@media (min-width: 1921px) {
  .book-your-table .book-your-table-form .login-form .form-control {
    height: 55px !important;
  }
}

.book-your-table .book-your-table-form .login-form .contact-textarea {
  height: 90px !important;
}

.book-your-table .book-your-table-form .login-form label {
  margin-bottom: 5px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .book-your-table .book-your-table-form .login-form label {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .book-your-table .book-your-table-form .login-form label {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

.book-your-table .book-your-table-form .login-form .booking-btn {
  background: #b99c62;
  color: var(--bs-white);
  font-weight: 600;
  padding: 12px 16px 12px 42px;
  border-radius: 5px;
  height: 52px;
}

.footer-area {
  background: #0e2537;
  color: #cacaca;
  letter-spacing: 1px;
  position: relative;
}

.footer-area::after {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/rb_line.png");
  width: 50%;
  height: 50%;
}

.footer-area a {
  color: var(--bs-primary);
}

.footer-area a:hover {
  color: var(--bs-white);
}

.footer-area .social ul {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media (min-width: 992px) {
  .footer-area .social ul {
    justify-content: left;
  }
}
.footer-area .social ul li a {
  font-size: 1.875rem;
  color: var(--bs-white);
  text-decoration: none;
}

.footer-area .footer-top {
  display: block;
}

@media (min-width: 992px) {
  .footer-area .footer-top {
    display: flex;
  }
}
.footer-logo {
  text-align: center;
}

.footer-logo p {
  margin-top: 12px;
}

.footer-logo button {
  position: absolute;
  bottom: 53px;
  right: 51px;
  height: 27px;
  width: 12px;
  border-radius: 40px;
  background-color: var(--bs-primary);
}

.footer-logo img {
  width: 300px;
}

@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
  }
}
.footer-logo,
.footer-address {
  margin-bottom: 24px;
  text-align: left;
  padding: 0px 30px;
}

.footer-logo h3,
.footer-address h3 {
  font-weight: 600;
}

.footer-logo p,
.footer-address p {
  display: flex;
  justify-content: space-between;
}

.footer-social-bookmark ul,
.footer-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-social-bookmark ul li,
.footer-menu ul li {
  display: inline;
}

.footer-social-bookmark ul li a {
  display: inline-block;
  font-size: 25px;
  width: 50px;
  color: #c4c3c3;
}

.footer-social-bookmark a:hover {
  color: var(--bs-primary);
}

.footer-menu {
  padding: 30px 0;
}

.footer-menu ul {
  text-align: inherit;
}

.footer-menu ul li a {
  display: inline-block;
  padding: 7px 10px 7px 0;
}

.footer-copyright {
  letter-spacing: 1px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #424242;
}

.footer-copyright p {
  margin-bottom: 0;
}

.about-video {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.about-video::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

a.about-video-button,
a.blog-video-button {
  width: 100%;
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  color: #1a1a1a;
  font-size: 1.875rem;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  padding-left: 7px;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 9;
}

.menu-speacification {
  margin-bottom: 0;
}

.about-author-sign {
  margin-top: 40px;
}

.big-text {
  float: left;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: -4px;
  margin-right: 10px;
  line-height: 1;
}

.table-booking-form {
  background: #ca3d26 none repeat scroll 0 0;
  display: block;
  padding: 30px 20px;
  margin-top: -150px;
  z-index: 99;
  position: relative;
}

.table-booking-form label {
  color: var(--bs-white);
  font-size: 1.25rem;
  position: absolute;
  right: 25px;
  top: 7px;
}

.table-booking-form button {
  background: transparent none repeat scroll 0 0;
  border: 2px solid;
  color: var(--bs-white);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media (min-width: 1921px) {
  .table-booking-form button {
    font-size: 1.125rem;
  }
}

.table-booking-form button:hover {
  background: #fff none repeat scroll 0 0;
  border: 2px solid var(--bs-white);
  color: #ca3d26;
}

.table-booking-form input,
.table-booking-form select {
  border: 2px solid;
  color: var(--bs-white);
  height: 40px;
  position: relative;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  padding: 0 10px;
}

option {
  padding: 5px;
}

.page-barner-bg {
  background-attachment: fixed !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.about-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/about/about_page_barner.jpg") no-repeat scroll center center/cover;
}

.image-about img {
  border-radius: 30px;
}

.count-area-bg:after,
.page-barner-bg::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-barner-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 100px;
  width: 100%;
  text-align: center;
  color: var(--bs-white);
}

.barner-text h1 {
  font-size: 55px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.barner-text h1 span {
  font-weight: 300;
}

ul.page-location {
  bottom: -140px;
  left: 0;
  letter-spacing: 2px;
  list-style: outside none none;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

ul.page-location li {
  color: var(--bs-white);
  display: inline-block;
  margin-right: 5px;
}

ul.page-location li a {
  color: var(--bs-white);
}

ul.page-location li.active a {
  color: var(--bs-primary);
}

ul.event-menu {
  margin-bottom: 60px;
}

ul.page-pagination li a {
  height: 35px;
  padding: 5px;
  min-width: 35px;
}

ul.blog-instagram-feed-widget {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.blog-instagram-feed-widget li {
  display: inline-block !important;
  margin: 3px;
  width: 30%;
}

.counter-area {
  color: var(--bs-white);
  position: relative;
}

.count-area-bg {
  background: rgba(0, 0, 0, 0) url("img/about/about_counter_bgr.jpg") no-repeat scroll 0 0/cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-counter {
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.counter-icon {
  font-size: 48px;
  height: 50px;
  margin: auto auto 20px;
  text-align: center;
  width: 50px;
}

h3.counter {
  font-size: 38px;
  letter-spacing: 4px;
  line-height: 0.7;
}

.testmonial-area {
  font-size: 24px;
  position: relative;
}

.testmonial-area .owl-nav > div {
  display: inline-block;
  font-size: 50px;
  height: 50px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
  color: #b8b8b8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.testmonial-area .owl-nav > div:hover {
  -webkit-transform: scaleY(1.5);
  transform: scaleY(1.5);
  color: #c1934c;
}

.testmonial-area .owl-nav > div.owl-next {
  right: 0;
}

.testmonial-area .owl-nav > div.owl-prev {
  left: 0;
}

.testmonial-area-bg {
  background: rgba(0, 0, 0, 0) url("img/testmonial/testmonial.jpg") no-repeat scroll center center/cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testmonial-area-bg::after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}

.quate-icon {
  border: 2px solid;
  border-radius: 50%;
  color: #c1934c;
  height: 50px;
  margin: auto auto 40px;
  padding-top: 12px;
  width: 50px;
}

.testmonial-member-name-title {
  color: #1b1b1b;
  font-size: 1rem;
  margin-top: 40px;
}
@media (min-width: 1921px) {
  .testmonial-member-name-title {
    font-size: 1.125rem;
  }
}

.testmonial-member-name-title > h4 {
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .testmonial-member-name-title > h4 {
    font-size: 1.125rem;
  }
}

.testmonial-member-name-title > p {
  margin-bottom: 0;
}

.row.testmonial-slider {
  margin: auto;
}

.row.menu-discount-offer {
  margin: auto;
}

.reservation-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/singlepage_bg/reservation_bg.jpg") no-repeat scroll center center/cover;
}

.main-reservaton-form {
  margin-bottom: 100px;
}

.main-reservaton-form label {
  cursor: pointer;
  font-size: 1.25rem;
  height: 30px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 8px;
  width: 30px;
  z-index: 9;
}

.main-reservaton-form input,
.main-reservaton-form textarea {
  max-height: 130px;
  padding: 8px 5px;
  position: relative;
  width: 100%;
  border: 0;
  border-bottom: 1px dashed;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-reservaton-form input:focus,
.main-reservaton-form textarea:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0;
  outline: none;
}

.main-reservaton-form button,
.comment-box button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid;
  color: var(--bs-primary);
  display: block;
  letter-spacing: 2px;
  margin: auto auto 30px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-reservaton-form button:hover,
.comment-box button:hover {
  background: var(--bs-primary) none repeat scroll 0 0;
  border-color: var(--bs-primary);
  color: var(--bs-white);
}

.reservation-call-to-action,
.reservation-private-text {
  color: #212324;
  line-height: 2;
}

.reservation-call-to-action h4,
.reservation-private-text h4 {
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reservation-call-to-action a {
  color: #c1934c;
  font-size: 1.25rem;
}

.events-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/event/event_page_barner_bg.jpg") no-repeat scroll center center/cover;
}

.events-page .single-event:last-child {
  border-bottom: 1px solid #c3c3c4;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

ul.event-menu,
ul.page-pagination {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.event-menu li,
ul.page-pagination li {
  border: 1px solid;
  display: inline-block;
}

ul.event-menu li a,
ul.page-pagination li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 5px 50px;
  text-transform: uppercase;
}

ul.event-menu li.active a,
ul.event-menu li:hover a,
ul.page-pagination li.active a,
ul.page-pagination li:hover a {
  background: #1a1a1a none repeat scroll 0 0;
  color: var(--bs-white);
}

.single-events-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/event/event_details_page_barner_bg.jpg") no-repeat scroll center center/cover;
}

.single-events-page .single-event:last-child {
  border-bottom: 1px solid #c3c3c4;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.single-events-page .page-pagination {
  margin-top: 50px;
}

.event-details-img {
  margin-bottom: 40px;
}

.event-ticket-booking > ul {
  border: 1px solid #e1e1e1;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.event-ticket-booking > ul li {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  padding: 15px 10px;
}

.event-ticket-booking > ul li .fa {
  background: var(--bs-primary) none repeat scroll 0 0;
  border-radius: 50%;
  color: var(--bs-white);
  height: 23px;
  padding-top: 4px;
  text-align: center;
  width: 23px;
}

.event-ticket-booking > ul li input {
  width: 70px;
}

.event-ticket-booking > ul li span {
  float: right;
}

.event-ticket-booking > ul li:last-child {
  border: 0 none;
  text-align: center;
}

.event-ticket-booking > ul li a {
  background: var(--bs-primary) none repeat scroll 0 0;
  color: var(--bs-white);
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 20px 0;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .event-ticket-booking > ul li a {
    font-size: 1.125rem;
  }
}

.event-ticket-booking > ul li a:hover {
  background: #212324 none repeat scroll 0 0;
}

.event-details-list {
  margin-top: 40px;
}

.event-details-list > h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.event-details-list ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.event-details-list ul li {
  padding-bottom: 5px;
  padding-left: 20px;
  padding-top: 5px;
  position: relative;
}

.event-details-list ul li::after {
  background: var(--bs-primary) none repeat scroll 0 0;
  content: "";
  height: 6px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.tags-and-social-bar {
  border-bottom: 1px solid #c3c3c4;
  margin: -40px 0 60px;
  padding-bottom: 20px;
}

.tags h3,
.tags ul,
.single-event-social-bar h3,
.single-event-social-bar ul,
.single-post-social-bar h3,
.single-post-social-bar ul {
  display: inline-block;
}

.tags ul,
.single-event-social-bar ul,
.single-post-social-bar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.tags ul li,
.single-event-social-bar ul li,
.single-post-social-bar ul li {
  display: inline;
}

.tags ul li a {
  display: inline-block;
  padding: 5px;
}

.tags h3,
.single-event-social-bar h3,
.single-post-social-bar h3 {
  font-size: 1.125rem;
  margin: 0 15px;
}

.single-event-social-bar ul li a,
.single-post-social-bar ul li a {
  padding: 5px 10px;
}

.single-event-social-bar,
.single-post-social-bar {
  margin-top: -30px;
}

.blog-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/blog/blog_page_barner.jpg") no-repeat scroll center center/cover;
}

.blog-page.section-padding {
  padding-top: 50px;
}

.blog-page.blog-area {
  background: inherit;
  position: inherit;
}

.blog-page a.read-more {
  margin-bottom: 0;
}

.single-blog {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.single-blog img {
  width: 100%;
}

.title-and-meta {
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 10px;
  position: relative;
}

.title-and-meta::after {
  background: #1a1a1a none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 60px;
}

.title-and-meta h3 {
  font-size: 28px;
  font-weight: 400;
}

.blog-video {
  position: relative;
}

.blog-area iframe {
  width: 100%;
  border: 0;
  overflow: hidden;
}

.blog-image-sldie .owl-nav > div {
  background: #fff none repeat scroll 0 0;
  color: #1a1a1a;
  display: inline-block;
  font-size: 35px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}

.blog-image-sldie .owl-nav > div.owl-next {
  right: -2px;
}

.blog-image-sldie .owl-nav > div.owl-prev {
  left: 0;
}

.single-sidebar-widget {
  margin-bottom: 50px;
}

.single-sidebar-widget > form {
  height: 45px;
  position: relative;
}

.single-sidebar-widget > form input {
  border: 2px solid;
  color: #1b1c1c;
  height: 100%;
  padding: 12px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-sidebar-widget > form button {
  background: #1b1c1c none repeat scroll 0 0;
  border: 0 none;
  color: var(--bs-white);
  font-size: 1.25rem;
  height: 41px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 20%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-sidebar-widget > form button:hover {
  background: #1b1c1c none repeat scroll 0 0;
}

.single-sidebar-widget input:focus {
  border-color: var(--bs-primary);
}

.single-sidebar-widget input:focus + button {
  background: var(--bs-primary);
}

.single-sidebar-widget:last-child {
  margin-bottom: 0;
}

.single-sidebar-widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.single-sidebar-widget ul li {
  display: inline;
}

.single-sidebar-widget.tag-widget ul li a {
  border: 1px solid;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 3px 1px;
  padding: 5px;
  text-transform: uppercase;
}

.single-sidebar-widget.tag-widget ul li a:hover {
  background: var(--bs-primary) none repeat scroll 0 0;
  border-color: #c1934c;
  color: var(--bs-white);
}

.single-sidebar-widget.catagories-widget ul li {
  border-bottom: 1px solid #dfdfdf;
  display: block;
}

.single-sidebar-widget.catagories-widget ul li a {
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 10px 0;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .single-sidebar-widget.catagories-widget ul li a {
    font-size: 1.125rem;
  }
}

.single-sidebar-widget.catagories-widget ul li a i {
  margin-right: 10px;
}

.single-sidebar-widget.catagories-widget ul li:hover a {
  padding-left: 11px;
}

.single-sidebar-widget .post-meta {
  margin-bottom: 0;
}

.single-sidebar-widget > h4,
.blog-comments h4,
.comment-box h4 {
  color: #212222;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .single-sidebar-widget > h4,
  .blog-comments h4,
  .comment-box h4 {
    font-size: 1.125rem;
  }
}

.single-sidebar-widget > h4::after,
.blog-comments h4::after,
.comment-box h4::after {
  background: #212222 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

.social-widget ul li {
  display: inline-block;
}

.social-widget ul li a {
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  font-size: 1.25rem;
  height: 40px;
  padding-top: 7px;
  text-align: center;
  width: 40px;
  color: var(--bs-white);
}

.social-widget ul li a:hover {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 3px #212121;
  color: #212121;
}

.social-widget ul li.s_facebook a {
  background: #2069ba none repeat scroll 0 0;
}

.social-widget ul li.s_twitter a {
  background: #25AEEE none repeat scroll 0 0;
}

.social-widget ul li.s_youtube a {
  background: #C32E2E none repeat scroll 0 0;
}

.social-widget ul li.s_dribbble a {
  background: #C93292 none repeat scroll 0 0;
}

.post-widget ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.post-widget ul li.s_post {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}

.post-widget ul li .post-tumb {
  height: 80px;
  width: 80px;
}

.post-widget ul li .post-tumb img {
  height: 100%;
  width: 100%;
}

.post-title-and-date h4 {
  font-size: 1rem;
  margin-bottom: 5px;
}
@media (min-width: 1921px) {
  .post-title-and-date h4 {
    font-size: 1.125rem;
  }
}

.post-title-and-date a {
  margin: 0;
}

.blog-instagram-feed-widget img {
  width: 100%;
}

.blog-instagram-feed-widget img:hover {
  opacity: 0.5;
}

.single-blog-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/blog/blog_details_page_barner.jpg") no-repeat scroll center center/cover;
}

.single-blog-page .title-and-meta::after {
  left: 0;
  margin-left: auto;
}

.blog-comments {
  margin-bottom: 50px;
}

.single-comments {
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #d1d1d1;
}

.single-comments:nth-child(2n+1) {
  margin-left: 80px;
}

.comment-meta h5 {
  color: #1a1a1a;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (min-width: 1921px) {
  .comment-meta h5 {
    font-size: 1.125rem;
  }
}

.comment-meta h5 span a {
  color: var(--bs-primary);
  float: right;
}

.comment-meta h5 span a:hover {
  color: #1a1a1a;
}

.comment-meta h5 span i {
  margin-right: 5px;
}

.comment-box input,
.comment-box textarea {
  border: 1px dashed;
  display: block;
  margin-bottom: 30px;
  max-height: 100px;
  padding: 5px 10px;
  width: 100%;
}

.comment-box button {
  margin: 0 0 30px;
  text-transform: uppercase;
}

.menu-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/contact_page_barner.jpg") no-repeat scroll center center/cover;
}

.style-three .promotion-area-bg {
  background: #f4f4f4 none repeat scroll 0 0;
}

.style-three .promotion-area-bg::after {
  background: inherit;
}

.style-three.promotions-area .area-title h3 {
  margin-bottom: 0;
  padding-bottom: 0;
  position: inherit;
  color: #212324;
}

.style-three .promotions-img {
  height: auto;
  max-height: 450px;
  width: 70%;
}

.style-three .promotions-details {
  background: #fff none repeat scroll 0 0;
  color: #1a1a1a;
  height: 300px;
  margin-top: -150px;
  max-height: 350px;
  padding: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 40%;
  z-index: 9;
}

.style-three .promotions-details h3 {
  font-size: 1.875rem;
}

.style-three .promotions-details a.read-more {
  margin-top: 25px;
}

.style-three .promotions-details a.read-more:hover {
  background: #c1934c none repeat scroll 0 0;
  border-color: #c1934c;
  color: var(--bs-white);
}

.style-three.home-three.promotions-area .area-title h3 {
  color: var(--bs-white);
}

.menu-discount-offer .owl-dots > div {
  background: #bcbfc1 none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.menu-discount-offer .owl-dots > div.active {
  background: #1a1a1a none repeat scroll 0 0;
}

.owl-dots {
  margin-top: 50px;
  text-align: center;
}

.contact-us-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/contact_page_barner.jpg") no-repeat scroll center center/cover;
}

.single-contact-widget {
  margin-bottom: 30px;
}

.single-contact-widget:hover .contact-icon {
  background: var(--bs-primary) none repeat scroll 0 0;
  border-color: var(--bs-primary);
  color: var(--bs-white);
}

.single-contact-widget a {
  display: block;
}

.contact-icon {
  border: 2px solid;
  border-radius: 50%;
  color: var(--bs-primary);
  font-size: 40px;
  height: 80px;
  margin: auto auto 20px;
  padding-top: 15px;
  width: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form input,
.contact-form textarea {
  border: 1px dashed;
  border-radius: 0;
  box-shadow: 0 0 0 0;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 30px;
  max-height: 130px;
  min-height: 45px;
  padding: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 0;
}

.contact-form button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid;
  color: var(--bs-primary);
  letter-spacing: 2px;
  margin-left: 15px;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-form button:hover {
  background: var(--bs-primary) none repeat scroll 0 0;
  border-color: var(--bs-primary);
  color: var(--bs-white);
}

.google-map {
  margin-top: 50px;
}

.error-page .page-barner-bg {
  background: rgba(0, 0, 0, 0) url("img/blog/blog_page_barner.jpg") no-repeat scroll center center/cover;
}

.error-text {
  font-size: 1rem;
  letter-spacing: 1px;
  color: #242628;
}
@media (min-width: 1921px) {
  .error-text {
    font-size: 1.125rem;
  }
}

.error-text h5 {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-bottom: 50px;
}

.error-text .single-sidebar-widget > form {
  height: 50px;
  position: relative;
}

.error-text .single-sidebar-widget > form button {
  height: 46px;
}

.error-text a {
  color: var(--bs-primary);
}

.error-main-hidding > h2 {
  font-size: 96px;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 1;
  margin-bottom: 40px;
}

.modal-body {
  overflow-y: auto;
  height: 425px;
}

.modal-body .ingredients-head {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}

.modal-body .ingredients-head .ingredients-left {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
}

.modal-body .ingredients-head .ingredients-right {
  flex-basis: 60%;
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.modal-body .ingredients-body {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  padding: 10px 0;
}

.modal-body .ingredients-body .ingredients-name {
  display: flex;
  flex-direction: column;
  flex-basis: 40%;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .modal-body .ingredients-body .ingredients-name {
    font-size: 1.125rem;
  }
}

.modal-body .ingredients-body .ingredients-bar {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  align-items: center;
}

.modal-body .ingredients-body .ingredients-bar tc-range-slider {
  flex: 1;
}

.modal-body .ingredients-body .ingredients-bar label {
  margin: 0 1rem;
  width: 2rem;
  text-align: center;
}

.modal-body .ingredients-body .ingredients-bar .value {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -1.2rem;
}

.modal-body .ingredients-body .ingredients-bar .desc {
  text-align: center;
  padding: 0 1rem 1rem 1rem;
}

.modal-body-img img {
  width: 100%;
}

.modal-body-head {
  font-weight: 700;
  color: #333333;
  font-size: 1rem;
  margin: 30px 0;
}
@media (min-width: 1921px) {
  .modal-body-head {
    font-size: 1.125rem;
  }
}

.modal-body .ingredients-head h5,
.modal-body .ingredients-head .h5 {
  font-weight: 700;
  color: #333333;
  font-size: 1rem;
  margin: 30px 0;
}
@media (min-width: 1921px) {
  .modal-body .ingredients-head h5,
  .modal-body .ingredients-head .h5 {
    font-size: 1.125rem;
  }
}

.modal-body .ingredients-head .ingredients-right h5,
.modal-body .ingredients-head .ingredients-right .h5 {
  font-weight: 700;
  color: #333333;
  font-size: 1rem;
  margin: 30px 0;
}
@media (min-width: 1921px) {
  .modal-body .ingredients-head .ingredients-right h5,
  .modal-body .ingredients-head .ingredients-right .h5 {
    font-size: 1.125rem;
  }
}

.modal-footer {
  justify-content: space-between !important;
  display: flex;
}

.modal-footer .quantity-button form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}

.modal-footer .quantity-button form #decrease {
  margin-right: -4px;
  border-radius: 6px 0 0 6px;
}

.modal-footer .quantity-button form #increase {
  margin-left: -4px;
  border-radius: 0 6px 6px 0;
}

.modal-footer .quantity-button form #input-wrap {
  margin: 0px;
  padding: 0px;
}

.modal-footer .quantity-button .value-button {
  display: inline-block;
  border: 1px solid #d7d7d7;
  margin: 0px;
  width: 40px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.modal-footer .quantity-button .value-button:hover {
  cursor: pointer;
}

.modal-footer .quantity-button input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 0px;
  width: 40px;
  height: 30px;
}

.modal-footer .cart_btu {
  text-decoration: none;
  font-size: 12px;
  padding: 5px 10px;
  color: var(--bs-white);
  border-radius: 5px;
  background-color: #b99c62;
}

.modal-footer .quantity-button input[type=number]::-webkit-inner-spin-button,
.modal-footer .quantity-button input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.top-area-menu {
  position: relative;
  width: 100%;
  z-index: 9999;
}

.hero-menu {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.hero-menu p {
  color: var(--bs-white);
}

.hero-menu .menu-content {
  text-align: left;
}

.hero-menu .menu-content h3 {
  font-size: 40px;
  color: var(--bs-white);
  font-weight: 600;
}

.hero-menu .menu-content::after {
  content: "";
  height: 90px;
  width: 10px;
  border-radius: 4px;
  background-color: var(--bs-primary);
  position: absolute;
  top: 39%;
}

.hero-menu .menu-content .menu-text {
  margin-left: 40px;
}

.menu-page-section {
  background-color: rgba(255, 255, 255, 0.9215686275);
  margin: 30px;
  border-radius: 30px;
  box-shadow: -1px 1px 6px 3px rgba(170, 170, 170, 0.2588235294);
  top: -250px;
  padding-top: 40px;
  background-image: none;
  display: flex;
}

.menu-page-section .book-your-table-img img {
  border-radius: 30px;
}

.footer-area-menu {
  bottom: 210px;
}

.promotions-area-about {
  margin-top: 80px;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.book-your-table .book-your-table-form .login-form .form-control {
  border-radius: 0px;
  height: 45px;
  border: 1px solid #797979;
}

.book-your-table .book-your-table-form .login-form .booking-btn {
  background: var(--bs-primary);
  color: var(--bs-white);
  font-weight: 600;
  padding: 12px 16px 12px 12px;
  border-radius: 5px;
  height: 46px;
  width: 100%;
  margin-top: 30px;
  font-size: 1.125rem;
}
@media (min-width: 1921px) {
  .book-your-table .book-your-table-form .login-form .booking-btn {
    font-size: 1.875rem;
    height: 70px;
  }
}

.book-your-table .book-your-table-form .login-form .booking-btn:hover {
  background: rgba(3, 169, 244, 0.5607843137);
}

.book-your-table label {
  font-weight: 500;
}

.heading {
  text-align: center;
  color: #454343;
  font-size: 1.875rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

.white-heading {
  color: var(--bs-white);
}

.heading:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  transform: translateX(-50%);
  background: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/heading-line.png");
  background-repeat: no-repeat;
  background-position: center;
}

.white-heading:after {
  background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heading span {
  font-size: 1.125rem;
  display: block;
  font-weight: 500;
}

.white-heading span {
  color: var(--bs-white);
}

/*-----Testimonial-------*/
main {
  width: 100%;
  padding: 1rem;
  position: relative;
}

main .slider .buttons {
  z-index: 1;
  right: 50%;
  top: 261px;
  width: 80px;
  height: 40px;
  position: absolute;
  border-radius: 50px;
  transform: translateX(50%);
  background-color: var(--bs-white);
}

main .slider .buttons .previous {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  left: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-prev.svg");
}

main .slider .buttons .previous:hover {
  transform: scale(1.25);
}

main .slider .buttons .next {
  width: 50%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  right: 0;
  background-image: url("https://alcs-slider.netlify.app/images/icon-next.svg");
}

main .slider .buttons .next:hover {
  transform: scale(1.25);
}

main .slider .slide {
  display: flex;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}

main .slider .slide .testimonial {
  padding: 32px 51px;
  background-size: 60px;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(https://alcs-slider.netlify.app/images/pattern-quotes.svg);
}

main .slider .slide .testimonial blockquote {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 36px;
}

main .slider .slide .testimonial .author {
  font-size: 15px;
  font-weight: 700;
}

main .slider .slide .testimonial .author span {
  display: block;
  color: #babacf;
  font-weight: 500;
}

main .slider .slide .slider-img {
  width: 100%;
  padding: 30px;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/pattern-bg.svg");
}

main .slider .slide .slider-img img {
  width: 240px;
  display: block;
  border-radius: 300px;
}

main .slider .slide .active {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition-delay: 0.4s;
}

.hide {
  display: none;
}

@media screen and (min-width: 600px) {
  main .slider .buttons {
    top: 280px;
  }
}
@media screen and (min-width: 900px) {
  main {
    width: 100%;
    padding: 0px 64px 64px 0;
  }
  main .slider .buttons {
    right: 24%;
    top: 500px;
  }
  main .slider .slide {
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  main .slider .slide .testimonial {
    padding: 32px 0 0 0;
    background-size: 80px;
    background-position: 19% -7%;
    transform: translateX(100px);
  }
  main .slider .slide .testimonial blockquote {
    font-size: 24px;
    line-height: 30px;
  }
  main .slider .slide .testimonial .author span {
    display: contents;
  }
  main .slider .slide .slider-img {
    padding: 55px;
  }
  main .slider .slide .slider-img img {
    width: 400px;
  }
}
/* ------testimonial  close-------*/
.services {
  background-color: var(--bs-secondary);
}
.services h2 {
  font-size: 2rem;
}
@media (min-width: 1921px) {
  .services h2 {
    font-size: 36px;
  }
}
.services h3 {
  color: #3d3d3d;
  font-size: 1.5rem;
}
@media (min-width: 1921px) {
  .services h3 {
    font-size: 1.625rem;
  }
}
.services .our-special {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px 50px;
  padding: 100px 50px;
}
@media (max-width: 992px) {
  .services .our-special {
    flex-direction: column;
  }
}
.services .our-special .card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  max-width: 100%;
  height: 300px;
  background: white;
  border-radius: 20px;
  transition: 0.5s;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1921px) {
  .services .our-special .card {
    width: 490px;
    height: 440px;
  }
}
.services .our-special .card:hover {
  height: 400px;
}
@media (min-width: 1921px) {
  .services .our-special .card:hover {
    height: 440px;
  }
}
.services .our-special .card .img-box {
  position: absolute;
  top: 13px;
  width: 289px;
  height: 220px;
  background: #333;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 1921px) {
  .services .our-special .card .img-box {
    width: 430px;
    height: 340px;
  }
}
.services .our-special .card:hover .img-box {
  top: -100px;
  scale: 0.75;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}
.services .our-special .card .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services .our-special .card .content {
  position: absolute;
  top: 252px;
  width: 100%;
  height: 35px;
  padding: 0 30px;
  text-align: center;
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 1921px) {
  .services .our-special .card .content {
    top: 380px;
  }
}
.services .our-special .card:hover .content {
  top: 130px;
  height: 250px;
}
@media (min-width: 1921px) {
  .services .our-special .card:hover .content {
    top: 240px;
    height: 186px;
  }
}
.services .our-special .card .content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--clr);
}
.services .our-special .card .content p {
  color: #333;
}
.services .our-special .card .content a {
  position: relative;
  top: 15px;
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  background: var(--clr);
  color: white;
  font-weight: 500;
}
.services .our-special .card .content a:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .our-special .card {
    width: 230px;
    border-radius: 15px;
  }
  .our-special .card .img-box {
    width: 185px;
    border-radius: 10px;
  }
  .our-special .card .content p {
    font-size: 0.8rem;
  }
  .our-special .card .content a {
    font-size: 0.9rem;
  }
}
.pb-0 {
  padding-bottom: 0px;
}

.ab-sr-section {
  margin-top: 60px;
  border-radius: 0px 0px 30px 30px;
}

@media (min-width: 1921px) {
  .about-img img {
    width: 90%;
  }
}

.main-about .about-content p {
  text-align: left;
}

img.move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

img.move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
/*------Login Main--------*/
.login-main {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/big-banner-001.jpg");
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}

.login-main .login-panel {
  background-color: rgba(255, 255, 255, 0.8196078431);
  width: 90%;
  height: auto;
  border-radius: 30px;
  margin: auto;
}

@media (min-width: 1200px) {
  .login-main .login-panel {
    min-height: 600px;
  }
}
.login-main .login-panel .login-header h2 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #05477e;
  width: 90%;
  margin: auto;
  line-height: 36px;
  font-size: 24px;
}

@media (min-width: 1200px) {
  .login-main .login-panel .login-header h2 {
    width: 60%;
    font-size: 1.875rem;
    line-height: 45px;
    padding-bottom: 0;
  }
}
.login-main .login-panel .center-field {
  align-items: center;
}

.login-main .login-panel .login-field {
  width: 100%;
  padding: 30px 30px;
  display: flex;
  gap: 20px;
}

.login-main .login-panel .login-field .login-rhs,
.login-main .login-panel .login-field .login-lhs {
  width: 100%;
}

@media (min-width: 1200px) {
  .login-main .login-panel .login-field .login-rhs,
  .login-main .login-panel .login-field .login-lhs {
    width: -webkit-fill-available;
  }
}
.login-main .login-panel .login-field .login-rhs {
  justify-content: center;
  display: none;
}

@media (min-width: 992px) {
  .login-main .login-panel .login-field .login-rhs {
    display: flex;
    align-items: center;
  }
}
.login-main .login-panel .login-field .login-rhs img {
  border-radius: 100%;
  width: 92%;
}

.login-main .login-panel .login-field .login-rhs .outer {
  width: 440px;
  height: 440px;
}

@media (max-width: 1199px) {
  .login-main .login-panel .login-field .login-rhs .outer {
    width: 300px;
    height: 300px;
  }
}
.login-main .login-panel .login-field .login-lhs {
  padding: 0px;
}

@media (min-width: 560px) {
  .login-main .login-panel .login-field .login-lhs {
    padding: 0px 30px;
  }
}
.login-main .login-panel .login-form {
  font-family: "Raleway", sans-serif;
}

.login-main .login-panel .login-form .form-control {
  height: 46px;
}

.login-main .login-panel .login-form label {
  font-size: 14px;
  font-weight: 500;
}

.login-main .login-panel .login-form .field-icon {
  float: right;
  top: -30px;
  position: relative;
  right: 10px;
}

.login-main .login-panel .login-form .forgot-section {
  display: block;
  justify-content: space-between;
}

@media (min-width: 580px) {
  .login-main .login-panel .login-form .forgot-section {
    display: flex;
  }
}
.login-main .login-panel .login-form .forgot-section a {
  font-size: 1rem;
  color: #555555;
}
@media (min-width: 1921px) {
  .login-main .login-panel .login-form .forgot-section a {
    font-size: 1.125rem;
  }
}

.login-main .login-panel .login-form .forgot-section a:hover {
  color: var(--bs-primary);
}

.login-main .login-panel .login-form .btn-login {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  width: 100%;
  height: 40px;
  font-size: 1.125rem;
  border-radius: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .login-main .login-panel .login-form .btn-login {
    width: 50%;
  }
}
.login-main .login-panel .login-form .mini-box {
  text-align: center;
}

.login-main .login-panel .login-form .mini-box p a {
  color: var(--bs-primary);
}

.login-main .login-panel .login-form .mini-box p a:hover {
  color: #05477e;
}

.login-main .login-panel .reset-form {
  padding: 0px;
}

@media (min-width: 1200px) {
  .login-main .login-panel .reset-form {
    padding: 62px 0px;
  }
}
.otp-form {
  padding: 0 10px !important;
}

@media (max-width: 991px) {
  .otp-form {
    text-align: center;
  }
}
.otp-form p {
  margin: 0;
}

.otp-form .opt-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px !important;
}

.otp-form .opt-main .otp-in {
  width: 20% !important;
}

.otp-form .opt-main .otp-input-fields {
  margin: auto;
  width: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
  /*  padding: 10px; */
}

@media (max-width: 480px) {
  .otp-form .opt-main .otp-input-fields {
    gap: 10px;
  }
}
.otp-form .opt-main .otp-input-fields input {
  height: 45px;
  width: 45px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #05477e;
  text-align: center;
  outline: none;
  padding: 10px;
  font-size: 1rem;
  /* Firefox */
}
@media (min-width: 1921px) {
  .otp-form .opt-main .otp-input-fields input {
    font-size: 1.125rem;
  }
}

@media (max-width: 480px) {
  .otp-form .opt-main .otp-input-fields input {
    height: 30px;
    width: 30px;
  }
}
.otp-form .opt-main .otp-input-fields input::-webkit-outer-spin-button,
.otp-form .opt-main .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-form .opt-main .otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}

.otp-form .opt-main .otp-input-fields input:focus {
  border-width: 2px;
  border-color: var(--bs-primary);
  font-size: 1.25rem;
}

.otp-form .opt-main .result {
  max-width: 400px;
  margin: auto;
  padding: 24px;
  text-align: center;
}

.otp-form .opt-main .result p {
  font-size: 24px;
  font-family: "Antonio", sans-serif;
  opacity: 1;
  transition: color 0.5s ease;
}

.otp-form .opt-main .result p._ok {
  color: green;
}

.otp-form .opt-main .result p._notok {
  color: red;
  border-radius: 3px;
}

.otp-form .btn-login {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  width: 100%;
  height: 40px;
  font-size: 1.125rem;
  border-radius: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .otp-form .btn-login {
    width: 50%;
  }
}
.otp-form .mini-box p a {
  color: var(--bs-primary);
}

.otp-form .mini-box p a:hover {
  color: #05477e;
}

.profile-form {
  background-color: rgba(255, 255, 255, 0.9215686275);
  margin: 30px;
  border-radius: 30px;
  box-shadow: -1px 1px 6px 3px rgba(170, 170, 170, 0.2588235294);
  padding: 40px;
  background-image: none;
  margin-top: 180px;
}

.profile-form .contact-form .form-check-input {
  min-width: 1em;
  min-height: 1em;
  margin-right: 10px;
}

.profile-form .contact-form .form-check-label {
  margin-top: 2px;
}

.profile-form .contact-form input:focus,
.profile-form .contact-form input:active {
  outline: none;
  border: none;
  box-shadow: none;
  border: 1px solid #3d3d3d;
}

.profile-form .contact-form .form-control {
  border-radius: 4px;
  height: 45px;
  border: 1px solid #3d3d3d;
  font-family: "Quicksand", serif;
  font-style: normal;
  background-color: var(--bs-white);
}
@media (min-width: 1921px) {
  .profile-form .contact-form .form-control {
    height: 55px !important;
    font-size: 1.25rem;
  }
}

.profile-form .contact-form label {
  margin-bottom: 5px;
  font-size: 1rem;
  font-family: "Quicksand", serif;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .profile-form .contact-form label {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .profile-form .contact-form label {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

.profile-form .contact-form .place-top {
  margin-top: 90px;
}

@media (max-width: 767px) {
  .profile-form .contact-form .place-top {
    margin-top: 0;
  }
}
.profile-form .contact-form .profile-edit-btn {
  background: var(--bs-primary);
  color: var(--bs-white);
  font-weight: 500;
  padding: 12px 42px;
  height: 52px;
  float: right;
  width: 226px;
  height: 47px;
  font-size: 1.125rem;
  font-family: "Noto Sans", serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1921px) {
  .profile-form .contact-form .profile-edit-btn {
    font-size: 1.875rem;
    height: 70px;
  }
}

@media (max-width: 767px) {
  .profile-form .contact-form .profile-edit-btn {
    margin-top: 20px;
    width: 100%;
  }
}
.profile-banner {
  position: relative;
}

.profile-banner .profile-icon {
  position: absolute;
  bottom: -170px;
  width: fit-content;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.profile-banner .profile-icon img {
  border-radius: 280px;
  width: 200px;
  margin-bottom: 12px;
}

.profile-banner .profile-icon .profile-details h5 {
  margin-top: 20px;
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 1921px) {
  .profile-banner .profile-icon .profile-details h5 {
    font-size: 1.625rem;
  }
}

.profile-banner .profile-icon .profile-details h4 {
  display: flex;
  flex-direction: row;
  gap: 9px;
  margin-top: 10px;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 1921px) {
  .profile-banner .profile-icon .profile-details h4 {
    font-size: 1.5rem;
  }
}

/* The icon for information */
.help-tip {
  /*   position: absolute; */
  z-index: 999;
  /*  bottom: -3px;
  right: -26px;
  transform: translate(-50%, -50%); */
  margin: auto;
  text-align: center;
  border: 2px solid #444;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  font-size: 15px;
  line-height: 14px;
  cursor: default;
  background-color: black;
}

.help-tip:before {
  content: "?";
  font-family: sans-serif;
  font-weight: normal;
  color: #ffffff;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}

/* The tooltip */
.help-tip p {
  display: none;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-color: #FFFFFF;
  padding: 12px 1rem;
  width: 200px;
  white-space: normal;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 5%);
  border-radius: 3px;
  /* 	border: 1px solid #E0E0E0; */
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  color: #37393D;
  font-size: 12px;
  line-height: 18px;
  z-index: 99;
}

/* The pointer of the tooltip */
.help-tip p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FFFFFF;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Prevents the tooltip from being hidden */
.help-tip p:after {
  width: 10px;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

.account-details-form label {
  margin-bottom: 5px;
  font-size: 1rem;
}
@media (min-width: 1440px) {
  .account-details-form label {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .account-details-form label {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }
}

/* CSS animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/*information icon end*/
.full-width {
  width: 100%;
}

@media (min-width: 992px) {
  .full-width {
    width: 50%;
  }
}
.thank_you_content {
  margin-top: 15px;
  background-color: var(--bs-white);
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  max-width: 80%;
  margin: 100px 60px;
  border: 1px solid #ddd;
}

.thank_you_content .thank_you-btn {
  border: 1px solid;
  color: var(--bs-primary);
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 30px;
  padding: 7px 23px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (min-width: 1921px) {
  .thank_you_content .thank_you-btn {
    font-size: 1.125rem;
  }
}

.thank_you_content .thank_you-btn:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  border-color: var(--bs-primary);
}

#flutter_target {
  position: relative;
  top: 63px;
  border: 1px solid #aaa;
  width: 100%;
  height: 500px;
  padding: 0;
  border-radius: 0px;
  transition: all 150ms ease-in;
  align-self: center;
}

@media (max-width: 767px) {
  #flutter_target {
    height: calc(100vh - var(--toolbar-mobile-height));
  }
}
/*table queue*/
.table-queue h2 {
  font-weight: 600;
  line-height: normal;
  font-size: 1.75rem;
  margin-bottom: 10px;
}

@media (min-width: 991px) {
  .table-queue h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1921px) {
  .table-queue h2 {
    font-size: 36px;
  }
}
.table-queue p {
  font-weight: 400;
  font-size: 1rem;
}

@media (min-width: 1440px) {
  .table-queue p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .table-queue p {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.table-queue p strong,
.table-queue p span {
  font-size: 1rem !important;
}

@media (min-width: 1440px) {
  .table-queue p strong,
  .table-queue p span {
    font-size: 1.125rem !important;
    line-height: 1.625rem;
  }
}
@media (min-width: 1921px) {
  .table-queue p strong,
  .table-queue p span {
    font-size: 1.875rem !important;
    line-height: 2.25rem;
  }
}
.table-queue .book-your-table-form {
  padding: 0;
}

.table-queue-booking-form {
  border-radius: 20px;
}

@media only screen and (max-width: 345px) {
  .table-queue-booking-form {
    padding: 18px;
  }
}
.table-queue-booking-form p {
  margin-bottom: 5px;
}

@media (min-width: 1440px) {
  .table-queue-booking-form p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .table-queue-booking-form p {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .table-queue-booking-form label {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .table-queue-booking-form label {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .table-queue-booking-form .btn {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 345px) {
  .table-queue-booking-form .btn {
    font-size: 0.875rem;
  }
}
.table-queue-booking-form .booking-btn {
  background-color: var(--bs-primary);
  font-weight: 600;
  padding: 12px 1rem;
  border-radius: 12px;
  height: 52px;
}

.table-queue-booking-form .booking-btn:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

@media (min-width: 1440px) {
  .table-queue-booking-form .booking-btn {
    font-size: 1.125rem;
    width: auto !important;
    height: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .table-queue-booking-form .booking-btn {
    font-size: 1.875rem;
    height: 70px;
  }
}
@media (min-width: 1921px) {
  .my-order .form-signin,
  .my-order .form-signin form {
    max-width: 950px;
  }
}
@media (max-width: 540px) {
  .my-order .form-signin {
    padding: 0 20px;
  }
}
.my-order .order-details {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: white;
  position: relative;
}

@media (min-width: 1921px) {
  .my-order .order-details h6 {
    font-size: 1.25rem;
  }
}
.order-list {
  padding-top: 40px;
}

.order-filter-bg {
  top: 116px !important;
}

.my-order .order-details .current-status {
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

@media (min-width: 1921px) {
  .my-order .order-details .current-status .my-order-quty {
    font-size: 1.25rem;
  }
}
.my-order .order-details .current-status .line {
  width: 30px;
  height: 2px;
  background-color: #C9C9C9;
}

@media (max-width: 580px) {
  .my-order .order-details .current-status .line {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .my-order .order-details .current-status .line {
    width: 36px;
  }
}
.my-order .order-details .current-status .line_active {
  background-color: #4CBD3D;
}

.my-order .order-details .current-status .my-order-img {
  display: flex;
  align-items: center;
}

.my-order .order-details .current-status .my-order-img .confirm {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/confirm.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order .order-details .current-status .my-order-img .confirm_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/confirm-active.svg");
}

.my-order .order-details .current-status .my-order-img .preparing {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/bowl-item.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order .order-details .current-status .my-order-img .preparing_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/bowl-item-active.svg");
}

.my-order .order-details .current-status .my-order-img .pick-up {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/pick-up.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order .order-details .current-status .my-order-img .pick-up_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/pick-up-active.svg");
}

.my-order .order-details .current-status .my-order-img .pick-up {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/pick-up.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order .order-details .current-status .my-order-img .pick-up_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/pick-up-active.svg");
}

.my-order .order-details .current-status .my-order-img .transit {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/transit.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order .order-details .current-status .my-order-img .transit_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/transit-active.svg");
}

.my-order .order-details .current-status .my-order-img .delivered {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/delivered.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order .order-details .current-status .my-order-img .delivered_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/delivered-active.svg");
}

@media only screen and (max-width: 580px) {
  .my-order .order-details .current-status .my-order-img {
    padding-top: 10px;
  }
}
.my-order .order-details .current-status .status-bar {
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .my-order .order-details .current-status .status-bar {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .my-order .order-details .current-status .status-bar {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .my-order .order-details .current-status {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .my-order .order-details .current-status {
    display: flex;
  }
}
@media only screen and (max-width: 580px) {
  .my-order .order-details .current-status {
    display: block;
  }
}
.my-order .order-details .corner-ribbon {
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 38px solid #2768eb;
  position: absolute;
  left: 0px;
  top: 0px;
}

.my-order .order-id {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}

.my-order .order-id p {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
  width: 60%;
}

@media (min-width: 1921px) {
  .my-order .order-id p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .my-order .order-id .my-order-date {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .my-order .order-id .my-order-nos {
    font-size: 1.5rem;
  }
}
.my-order .my-order-item {
  margin: 10px 0px;
}

.my-order .my-order-item p {
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-overflow: ellipsis;
}

@media (min-width: 1921px) {
  .my-order .my-order-item p {
    font-size: 1.125rem;
  }
}
.my-order .total-item {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
}

@media (min-width: 1921px) {
  .my-order .total-item .item-price h6 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1921px) {
  .my-order .total-item .item-price {
    font-size: 1.5rem;
  }
}
.my-order .item-cart {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  z-index: 9;
  position: relative;
}

@media (max-width: 480px) {
  .my-order .item-cart {
    gap: 10px;
  }
}
.my-order .item-cart .cart_btn {
  font-size: 12px;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 5px;
  border: 2px solid var(--bs-primary);
  background-color: var(--bs-primary);
}

@media (min-width: 1921px) {
  .my-order .item-cart .cart_btn {
    font-size: 1.125rem;
  }
}
.model-head {
  background-color: var(--bs-primary);
  color: #fff;
}

@media (min-width: 1921px) {
  .model-head .model-title {
    font-size: 1.75rem;
  }
}
.my-order-modal .my-order-date {
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  margin-bottom: 1rem;
}

.my-order-modal .my-order-item {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  margin-bottom: 12px;
}

.my-order-modal .model-details-top {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid #ddd;
}

.my-order-modal .model-details-top .left-item {
  width: 50%;
}

.my-order-modal .model-details-top .left-item .customer-name {
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  .my-order-modal .model-details-top .left-item {
    width: 100%;
  }
}
.my-order-modal .model-details-top .right-item {
  width: 50%;
  text-align: right;
}

@media (max-width: 480px) {
  .my-order-modal .model-details-top .right-item {
    width: 100%;
    text-align: left;
  }
}
.my-order-modal .model-details-top .my-order-status {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  align-items: flex-end;
}

.my-order-modal .model-details-top .my-order-status .my-pay-status {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  align-items: center;
}

.my-order-modal .model-details-top .my-order-status .order-item-status {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  margin-bottom: 0px;
}

.my-order-modal .model-details-top .my-order-status .status-order {
  border: 1px solid var(--bs-primary);
  padding-right: 10px;
  border-radius: 3px;
  padding-top: 2px;
}

.my-order-modal .model-details-top .my-order-status .status-order img {
  width: 1.375rem;
  padding-bottom: 6px;
  margin: 0px 10px;
}

.my-order-modal .model-details-top .my-order-status .status-pay {
  border: 1px solid var(--bs-primary);
  padding: 2px 6px;
  border-radius: 3px;
}

.my-order-modal .model-details-top .my-order-status .refresh-btn {
  width: 20px;
}

@media (max-width: 480px) {
  .my-order-modal .model-details-top .my-order-status {
    justify-content: flex-start;
  }
}
.my-order-modal .model-details-top .pay-top {
  margin-top: 0px;
  padding: 0px;
}

@media (max-width: 480px) {
  .my-order-modal .model-details-top .pay-top {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .my-order-modal .model-details-top {
    display: block;
  }
}
.my-order-modal .modal-item-head {
  display: flex;
  padding-top: 20px;
  justify-content: space-between;
}

.my-order-modal .modal-item-head .my-order-head h5 {
  font-weight: 600;
  color: #333333;
  font-size: 14px;
  margin-bottom: 20px;
}

.my-order-modal .modal-item-head .my-order-head p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.my-order-modal .modal-item-head .quty-align {
  text-align: center;
}

.my-order-modal .modal-item-head .border-line {
  border-top: 1px solid #ddd;
}

.my-order-modal .line {
  width: 40px;
  height: 2px;
  background-color: #C9C9C9;
}

.my-order-modal .line_active {
  background-color: #4CBD3D;
}

.my-order-modal .my-order-img {
  display: flex;
  align-items: center;
}

.my-order-modal .my-order-img .confirm {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/confirm.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order-modal .my-order-img .confirm_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/confirm-active.svg");
}

.my-order-modal .my-order-img .preparing {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/bowl-item.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order-modal .my-order-img .preparing_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/bowl-item-active.svg");
}

.my-order-modal .my-order-img .pick-up {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/pick-up.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order-modal .my-order-img .pick-up_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/pick-up-active.svg");
}

.my-order-modal .my-order-img .transit {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/transit.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order-modal .my-order-img .transit_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/transit-active.svg");
}

.my-order-modal .my-order-img .delivered {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/delivered.svg");
  width: 24px;
  height: 24px;
  background-size: contain;
}

.my-order-modal .my-order-img .delivered_active {
  background-image: url("https://gosee-recommender.s3.us-east-1.amazonaws.com/assets/template-12-assets/images/delivered-active.svg");
}

@media only screen and (max-width: 580px) {
  .my-order-modal .my-order-img {
    padding-top: 10px;
  }
}
.my-order-modal .status-bar {
  display: flex;
}

.my-order-modal .refresh-btn {
  width: 20px;
  margin-left: 10px;
}

@media only screen and (max-width: 580px) {
  .my-order-modal .refresh-btn {
    padding-top: 10px;
  }
}
.my-order-modal .my-order-status {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}

.my-order-modal .my-order-status p {
  margin: 0px;
  font-weight: 600;
  color: #333333;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .my-order-modal .my-order-status {
    display: block;
  }
}
.order-panel .table-head {
  display: flex;
  justify-content: space-between;
}

.order-panel .table-head .menuitem {
  width: 50%;
}

.order-panel .table-head .menuqty {
  width: 30%;
}

.order-panel .table-head .menuprice {
  width: 20%;
  text-align: right;
}

/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}

.tab input:checked ~ .tab__content {
  max-height: 10rem;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border-radius: 0.5rem;
  overflow: hidden;
}

.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: var(--theme);
  cursor: pointer;
}

.tab__label {
  justify-content: space-between;
  padding: 6px 0px;
  color: #7c653b;
  font-size: 12px;
}

.tab__label span {
  color: #333333;
}

.tab__content p {
  margin: 0;
  padding: 4px;
  font-size: 12px;
}

.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}

.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce 0.5s infinite;
}

@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(0.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-0.25rem);
  }
}
.order-empty {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
  background-color: #f5f5dc;
  padding: 40px;
  text-align: center;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 768px) {
  .order-empty {
    width: 100%;
  }
}
.order-empty .order-empty-image {
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 570px) {
  .order-empty .order-empty-image {
    width: 100px;
    height: 100px;
  }
}
.order-empty .order-empty-image img {
  width: 100%;
}

.order-empty span {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

@media (min-width: 1440px) {
  .order-empty span {
    font-size: 1.125rem;
  }
}
@media (min-width: 1921px) {
  .order-empty span {
    font-size: 1.875rem;
  }
}
.order-empty p {
  font-size: 1rem;
}

@media (min-width: 1440px) {
  .order-empty p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .order-empty p {
    font-size: 1.375rem;
  }
}
.order-empty .order-empty-btn {
  width: auto;
  min-height: 56px;
  font-size: 1.125rem;
  padding: 2px 20px;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid var(--bs-primary);
  background-color: var(--bs-primary);
  line-height: 50px;
}

@media (min-width: 1440px) {
  .order-empty .order-empty-btn {
    font-size: 1.125rem;
    border-radius: 50px;
    width: max-content;
    padding: 0 26px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .order-empty .order-empty-btn {
    font-size: 1.875rem;
    padding: 0 26px;
    height: 70px;
    border-radius: 50px;
  }
}
@media (max-width: 768px) {
  /* Adjust the max-width as needed */
  .edit-hide {
    display: none !important;
  }
}
input[type=number].otp__digit::-webkit-outer-spin-button,
input[type=number].otp__digit::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*menu data*/
.meta-tag-main .meta_tag_form {
  background-color: #ffffff;
  border-radius: 10px;
}

.meta-tag-main .meta_tag_form h2,
.meta-tag-main .meta_tag_form .h2 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 2.25rem;
  padding-bottom: 20px;
}

@media (min-width: 1921px) {
  .meta-tag-main .meta_tag_form h2,
  .meta-tag-main .meta_tag_form .h2 {
    font-size: 3.813rem;
  }
}
.meta-tag-main .meta_tag_form .table-content table {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  width: 100%;
  margin-bottom: 0;
}

.meta-tag-main .meta_tag_form .table-content table th {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: medium none;
  font-size: 1.125rem;
  text-transform: capitalize;
  padding: 20px 10px;
  font-weight: 600;
  vertical-align: middle;
}

.meta-tag-main .meta_tag_form .table-content table td {
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-top: medium none;
  padding: 18px 10px;
  vertical-align: middle;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .meta-tag-main .meta_tag_form .table-content table td {
    font-size: 1.125rem;
  }
}

.meta-tag-main .meta_tag_form .table-content table td.meta-tag-select {
  font-size: 1.25rem;
}

.meta-tag-main .meta_tag_form .table-content table td.meta-tag-page-name {
  min-width: 120px;
}

.meta-tag-main .meta_tag_form .table-content table td.meta-tag-add {
  min-width: 220px;
}

.meta-tag-main .meta_tag_form .table-content table td.meta-tag-description {
  min-width: 220px;
}

.meta-tag-main .meta_tag_form .form-check-input:checked {
  background-color: var(--bs-primary) !important;
}

.meta-tag-main .meta_tag_form .form-check-input:focus {
  box-shadow: none !important;
}

.meta-tag-main .meta-btu-details {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.meta-tag-main .meta-btu-details .meta_btn-save {
  background-color: var(--bs-primary);
}

.meta-tag-main .meta-btu-details .meta_btn-cancel {
  background-color: red;
}

.meta-tag-main .meta-btu-details .meta_btn {
  transition: all 0.3s ease-in;
  color: #ffffff;
  display: block;
  width: auto !important;
  padding: 0 26px;
  border-radius: 0;
  height: 40px;
  border: 0;
  border-radius: 50px;
  text-transform: uppercase;
}

@media (min-width: 1440px) {
  .meta-tag-main .meta-btu-details .meta_btn {
    font-size: 1.125rem;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 0 26px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1921px) {
  .meta-tag-main .meta-btu-details .meta_btn {
    font-size: 1.875rem;
    padding: 0 40px !important;
    height: 76px;
    border-radius: 50px;
  }
}
.terms-and-condition {
  overflow-wrap: break-word;
}

.terms-and-condition h2 {
  color: #000;
  margin-bottom: 30px;
  font-size: 2rem;
  text-align: c;
}

.terms-and-condition .push-bottom-70 {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .terms-and-condition .push-bottom-70 {
    margin-bottom: 20px;
  }
}
.terms-and-condition p a {
  color: #246df8;
  text-decoration: underline;
}

.terms-and-condition .title2 {
  font-size: 1.125rem;
  font-weight: 600;
}

.terms-and-condition ul {
  margin-left: 42px !important;
}

.data-text {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
}

@media only screen and (max-width: 768px) {
  .data-text {
    flex-direction: column;
  }
}
.data-text li {
  color: #fff;
}

.data-text li a {
  color: #ffffff;
  text-decoration: none;
}

.data-text li a:hover {
  color: var(--bs-primary);
}

.verify-form input[type=email] {
  height: 50px;
}

.verify-form .btn-login {
  background-color: var(--bs-primary);
  color: var(--bs-white);
  width: 100%;
  height: 40px;
  font-size: 1.125rem;
  border-radius: 8px;
  margin-bottom: 12px;
  margin-top: 12px;
}

@media (min-width: 992px) {
  .verify-form .btn-login {
    width: 50%;
  }
}
.order-filter-bg {
  z-index: 99;
}