@import url("https://fonts.googleapis.com/css2?family=Lemon&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffa323;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #f41f31;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #f43127;
}
html {
  scroll-behavior: smooth;
}
.home-st1 {
  position: relative;
  background-color: #1b1b1b;
  color: #b5b5b5;
}
.home-st1 {
  background-image: url(../img/body_bg.png);
  background-size: contain;
  background-repeat: repeat-y;
}
.pt-10 {
  padding-top: 10px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-80 {
  padding-left: 80px;
}
.th-550 {
  height: 550px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.p-30 {
  padding: 30px;
}
.pt-40 {
  padding-top: 40px !important;
}
.th-650 {
  height: 650px !important;
}
.mr-4 {
  margin-right: 4px;
}
.section-padding {
  padding-top: 130px;
  padding-bottom: 130px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.pb-30 {
  padding-bottom: 30px;
}
.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.datepicker,
.datepicker:focus {
  border-radius: 5px;
  outline: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
}

.datepicker th {
  font-size: 14px;
  font-weight: 600;
}

.datepicker .next,
.datepicker .prev {
  font-size: 20px;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #b13943 !important;
  text-shadow: none;
}

.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  color: #fff;
  background: #b13943 !important;
  border-radius: 0;
}

.img-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: inherit;
}
.section-head-st1 .icon {
  margin-bottom: 20px;
  height: 50px !important;
}
.banner_canvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.07;
  z-index: 15;
  pointer-events: none;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
a,
button,
input[type="submit"] {
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
a:focus {
  outline: 0 solid;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: #dcdcdc;
  font-family: "Josefin Sans", sans-serif;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}
.title-about {
  display: flex;
}

.title-about .section-title span {
  color: #f41f31;
}
.title-about .section-title span::after {
  content: "";
  background: #f41f31;
  height: 2px;
  width: 50px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}
.section-title span {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #999999;
  letter-spacing: 2px;
  font-family: fredericka the great, cursive;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.section-title h2 {
  font-size: 60px;
  position: relative;
  line-height: 1.2;
  font-family: "Oswald", sans-serif;
}
.section-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 60px;
  background: #f41f31;
  margin: auto;
  transition: 0.3s;
  display: none;
}
/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader img {
  max-width: 220px;
}
.imago {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.imago.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* button style */
.btn.style1 {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border: 2px solid #b13943;
  padding: 15px 40px;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn.style1::after,
.btn.style1::before {
  content: "";
  position: absolute;
  display: block;
  height: 100px;
  width: 80px;
  background: url("../img/hover_button.svg") no-repeat center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.btn.style1::after,
.btn.style1::before {
  opacity: 0;
}

.btn.style1::after {
  right: -65px;
  top: -10px;
}

.btn.style1::before {
  left: -65px;
  top: -5px;
}

.btn.style1:hover {
  color: #fff;
  background-color: #f41f31;
}

.btn.style1:hover:after,
.btn.style1:hover:before {
  opacity: 0.5;
}

.btn.style1:hover:after {
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.btn.style1:hover:before {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

/* style2 */
.btn.style2 {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  border: 2px solid #ffa323;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 8px;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn.style2::after,
.btn.style2::before {
  content: "";
  position: absolute;
  display: block;
  height: 100px;
  width: 80px;
  background: url("../img/hover_button.svg") no-repeat center top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}

.btn.style2::after,
.btn.style2::before {
  opacity: 0;
}

.btn.style2::after {
  right: -65px;
  top: -10px;
}

.btn.style2::before {
  left: -65px;
  top: -5px;
}

.btn.style2:hover {
  color: #fff;
  background-color: #f41f31;
}

.btn.style2:hover:after,
.btn.style2:hover:before {
  opacity: 0.5;
}

.btn.style2:hover:after {
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.btn.style2:hover:before {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.page-wrapper {
  overflow-x: hidden;
}
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-item,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs .office-schedule li,
.opening-hrs-wrap .opening-hrs-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-wrap .header-top .header-top-left .contact-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-item,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs .office-schedule li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs .office-schedule li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-item,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap.sticky.style3 {
  background-color: #010f1c;
  z-index: 999;
}
.header-wrap.sticky.style3 .header-bottom {
  padding: 15px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap .header-top {
  padding: 13px 0;
}
.header-wrap .header-top .header-top-left .contact-item {
  margin-right: 28px;
}
.header-wrap .header-top .header-top-left .contact-item:last-child {
  margin-right: 0;
}
.header-wrap .header-top .header-top-left .contact-item p,
.header-wrap .header-top .header-top-left .contact-item a {
  display: inline-block;
  color: #fff;
  margin-bottom: 0;
}
.header-wrap .header-top .header-top-left .contact-item p span {
  font-weight: 700;
}
.header-wrap .header-top .header-top-left .contact-item i {
  margin-right: 8px;
  font-size: 18px;
  line-height: 0.8;
}
.header-wrap .header-top .header-top-left .contact-item:nth-child(3) i {
  font-size: 22px;
}
.header-wrap .header-top .header-top-right .select-lang:after {
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}
.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-wrap .header-bottom .header-bottom-right .btn {
  font-size: 15px;
  padding: 10px 16px 12px;
}
.header-wrap .header-bottom .header-bottom-right .btn i {
  margin-left: 5px;
  margin-right: 0;
  font-size: 16px;
  position: relative;
  top: 3px;
  line-height: 0.8;
  display: inline-block;
}
.header-wrap.style3 .header-top .header-top-left .contact-item p,
.header-wrap.style3 .header-top .header-top-left .contact-item a {
  color: #fff;
}
.header-wrap.style3 .header-top .header-top-left .contact-item p span {
  color: #ffa323;
}
.header-wrap.style3 .header-top .header-top-left .contact-item i {
  color: #ffa323;
}
.header-wrap.style3
  .header-top
  .header-top-right
  .select-lang
  .navbar-language
  .dropdown-toggle {
  color: #fff;
}
.header-wrap.style3 .header-top .header-top-right .select-currency select {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.header-wrap.style3
  .header-top
  .header-top-right
  .select-currency
  select
  option {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.header-wrap.style3 .header-bottom {
  background-color: #010f1c;
  padding: 15px;
  border-radius: 5px;
}
.header-wrap .mobile-menu a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.header-wrap .logo img {
height: 20%;
width: 20%;
}
.select-lang {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.select-lang:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 1px;
  height: 20px;
  background: 0 0;
  border-right: 1px dashed #484848;
}
.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 15px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Josefin Sans", sans-serif;
}
.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}
.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 13px;
  right: 5px;
  content: "";
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}
.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: auto;
  right: 0;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(75px) !important;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}
.select-lang .navbar-language .dropdown-menu a.active {
  background-color: #f8f9fa;
}
.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}
.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translateY(40px) !important;
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}
.select-currency {
  position: relative;
  top: 1px;
}
.select-currency select {
  background-color: transparent;
  cursor: pointer;
  border: none;
  font-size: 15px;
  padding: 0 15px 0 0;
  background-image: linear-gradient(45deg, transparent 50%, #fff 60%),
    linear-gradient(135deg, #fff 40%, transparent 50%) !important;
  background-position: calc(100% - 8px) 11px, calc(100% - 0px) 11px, 100% 0;
  background-size: 4px 4px, 8px 4px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.shopcart {
  position: relative;
  margin-right: 20px;
}
.shopcart i {
  font-size: 35px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  top: 3px;
  color: #fff;
}
.shopcart span {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 22px;
  height: 22px;
  background: #f41f31;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 23px;
  font-weight: 600;
}
.header-wrap .btn {
  font-size: 15px;
  padding: 12px 16px 10px;
  color: #fff;
}
.header-wrap .btn i {
  margin-left: 5px;
  margin-right: 0;
  font-size: 16px;
  position: relative;
  top: 3px;
  line-height: 0.8;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .header-wrap.style1 .header-top .header-top-left .contact-item p,
  .header-wrap.style2 .header-top .header-top-left .contact-item p,
  .header-wrap.style3 .header-top .header-top-left .contact-item p,
  .header-wrap.style1 .header-top .header-top-left .contact-item a,
  .header-wrap.style2 .header-top .header-top-left .contact-item a,
  .header-wrap.style3 .header-top .header-top-left .contact-item a {
    color: #fff;
    font-size: 15px;
  }
  .header-wrap .header-top .header-top-right .select-lang::after {
    border-right: 1px dashed rgba(255, 255, 255, 0.9);
  }
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
  }
}

.home__title {
  font-size: 2.25rem;
  font-family: "lemon", cursive;
  color: hsl(233, 20%, 15%);
  margin-bottom: 0.75rem;
}
.home__title span {
  display: block;
  color: hsl(2, 100%, 61%);
}
.home__description {
  font-weight: 600;
}
.home__description {
  color: hsl(233, 20%, 15%);
  margin-bottom: 1.5rem;
}

.home__images {
  position: relative;
  width: 325px;
  height: 378px;
  justify-self: center;
}
.home__images img {
  position: absolute;
}
.home__liquid {
  max-width: initial;
  width: 340px;
  left: -0.5rem;
}
.home__juice {
  width: 200px;
  transform: rotate(15deg);
  left: 1rem;
  right: 0;
  top: 1rem;
  margin: 0 auto;
  
  animation: float-juice 4s ease-in-out infinite;
}
.home__apple2 {
  width: 90px;
  right: 1.5rem;
  bottom: 3.5rem;
}
.home__apple1 {
  width: 100px;
  transform: rotate(-25deg);
  top: 7rem;
  left: 0.65rem;
}
.home__leaf:nth-child(1),
.home__leaf:nth-child(6) {
  width: 50px;
  transform: rotate(30deg);
}
.home__leaf:nth-child(2),
.home__leaf:nth-child(4),
.home__leaf:nth-child(5) {
  width: 40px;
}
.home__leaf:nth-child(1) {
  top: 1rem;
  right: 1rem;
}
.home__leaf:nth-child(2) {
  transform: rotate(-60deg);
  top: 1.5rem;
  left: 1.25rem;
}
.home__leaf:nth-child(3) {
  width: 20px;
  transform: rotate(-15deg);
  top: 8rem;
  right: 5rem;
}
.home__leaf:nth-child(4) {
  bottom: 4rem;
  left: 3rem;
}
.home__leaf:nth-child(5) {
  transform: rotate(-30deg);
  bottom: 0;
  right: 5rem;
}
.home__leaf:nth-child(6) {
  bottom: -2rem;
  left: 3rem;
}

/* Animation */
@keyframes float-juice {
  0% {
    transform: translateY(0) rotate(15deg);
  }
  50% {
    transform: translateY(-1.5rem) rotate(15deg);
  }
  100% {
    transform: translateY(0) rotate(15deg);
  }
}

@media screen and (min-width: 1024px) {
  .home__images {
    width: 530px;
    height: 590px;
  }
  .home__liquid {
    width: 530px;
  }
  .home__juice {
    width: 220px;
    left: 0;
    top: 1.5rem;
  }
  .home__apple1 {
    width: 180px;
    top: 10rem;
    left: -1rem;
  }
  .home__apple2 {
    width: 185px;
    right: 0.5rem;
    bottom: 5.5rem;
  }
  .home__leaf:nth-child(1),
  .home__leaf:nth-child(6) {
    width: 70px;
  }
  .home__leaf:nth-child(2),
  .home__leaf:nth-child(4),
  .home__leaf:nth-child(5) {
    width: 60px;
  }
  .home__leaf:nth-child(1) {
    top: -1rem;
    right: 2rem;
  }
  .home__leaf:nth-child(2) {
    top: 2%;
    left: 2.25rem;
  }
  .home__leaf:nth-child(3) {
    width: 40px;
    top: 12rem;
    right: 10rem;
  }
  .home__leaf:nth-child(4) {
    bottom: 8rem;
    left: 4.5rem;
  }
  .home__leaf:nth-child(5) {
    right: 10rem;
  }
  .home__leaf:nth-child(6) {
    bottom: 1rem;
    left: -8rem;
  }
}

.hero-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-mine-shaft {
  background-color: #232323;
}
.hero-wrap .hero-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.hero-wrap .btn i {
  margin-right: 5px;
}
.hero-wrap.style3 {
  position: relative;
  padding: 180px 0 100px;
}
.hero-wrap.style3 .hero-shape-4 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-wrap.style3 .hero-shape-5 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-wrap.style3 .container {
  position: relative;
}
.hero-wrap.style3 .hero-content h1 {
  color: #fff;
  margin: 0 0 15px;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.3;
}
.hero-wrap.style3 .hero-content p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 85%;
}
.hero-wrap.style3 .hero-content .btn i {
  font-size: 23px;
  position: relative;
  top: 1px;
}

.hero-wrap.style3 .hero-img-wrap  {
  position: relative;
  display: grid;
  justify-items: center;
  justify-self: center;
}
.hero-wrap.style3 .hero-img-wrap img {
  margin-bottom: -50px;
}
.hero-wrap.style3 .food-tablist {
  margin: 0 0 20px;
}
.hero-wrap.style3 .food-tablist .nav-item:nth-child(1) .nav-link i {
  position: relative;
  top: 4px;
}
.hero-wrap.style3 .food-tablist .nav-item .nav-link {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 0;
}
.hero-wrap.style3 .food-tablist .nav-item .nav-link i {
  color: #fff;
}
.hero-wrap.style3 .food-tablist .nav-item .nav-link.active {
  background-color: #f41f31;
  color: #fff;
  border-color: #f41f31;
}
.hero-wrap.style3 .food-tabcontent form input {
  background-color: #fff;
  border-radius: 5px;
}
.hero-wrap.style3 .food-tabcontent form button {
  background-color: #f41f31;
}
.hero-wrap.style3 .food-tabcontent form button i {
  color: #fff;
}
.hero-wrap.style3 .find-location {
  color: #fff;
  margin-top: 18px;
  font-family: "Josefin Sans", sans-serif;
}
.hero-wrap.style3 .find-location i {
  color: #ffa323;
}
.food-tablist {
  border: none;
  margin-top: 25px;
}
.food-tablist .nav-item {
  border: none;
}
.food-tablist .nav-item:nth-child(1) .nav-link {
  margin-right: 5px;
}
.food-tablist .nav-item:nth-child(1) .nav-link i {
  font-size: 20px;
  top: 4px;
  position: relative;
}
.food-tablist .nav-item .nav-link {
  background-color: #ecebe9;
  padding: 12px 20px 10px;
  border: none;
  margin-bottom: -2px;
}
.food-tablist .nav-item .nav-link i {
  color: #f41f31;
  font-size: 17px;
  position: relative;
  top: 1px;
  margin-right: 8px;
  display: inline-block;
  line-height: 0.8;
}
.food-tablist .nav-item .nav-link.active {
  background-color: #fff;
  color: #f41f31;
}
.food-tabcontent form {
  position: relative;
  width: 90%;
}
.food-tabcontent form input {
  width: 100%;
  background-color: #fff;
  height: 54px;
  border: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  padding: 10px 78px 10px 15px;
}
.food-tabcontent form button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(100% - 8px);
  background-color: #f41f31;
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
}
.food-tabcontent form button i {
  color: #fff;
  font-size: 24px;
  line-height: 27px;
}
.find-location {
  margin: 20px 0 0;
  display: block;
}
.find-location i {
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-right: 5px;
  color: #ffa323;
}
.header-page-shape-item {
  position: absolute;
}
.header-page-shape-item:nth-child(1) {
  top: 20px;
  left: 15%;
}
.header-page-shape-item:nth-child(2) {
  top: 30px;
  left: 40%;
}
.header-page-shape-item:nth-child(3) {
  top: -25px;
  right: 48%;
  height: 50px;
  width: 50px;
}
.header-page-shape-item:nth-child(4) {
  top: 70px;
  right: 13%;
}
.header-page-shape-item:nth-child(5) {
  bottom: -50px;
  right: 28%;
  z-index: 1;
  height: 100px;
  width: 100px;
}
.header-page-shape-item:nth-child(6) {
  bottom: -15px;
  left: 46%;
  z-index: 1;
}
.header-page-shape-item:nth-child(7) {
  bottom: -60px;
  left: 15%;
  z-index: 1;
  height: 70px;
  width: 70px;
}




@media only screen and (max-width: 991px) {
.header-page-shape-item {
  position: absolute;
}
.header-page-shape-item:nth-child(1) {
  top: 20px;
  left: 15%;
}
.header-page-shape-item:nth-child(2) {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-page-shape-item:nth-child(3) {
  top: -65px;
  right: 18%;
}
.header-page-shape-item:nth-child(4) {
  top: 70px;
  right: 13%;
}
.header-page-shape-item:nth-child(5) {
  bottom: -80px;
  right: 7%;
  z-index: 1;
  width: 100px;
}
.header-page-shape-item:nth-child(6) {
  bottom: -15px;
  left: 46%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.header-page-shape-item:nth-child(7) {
  bottom: -40px;
  left: 8%;
  z-index: 1;
  width: 70px;
}}
/*==================================================
banner-gallery-area
=====================================================*/
.banner-gallery img {
  width: inherit;
}
.banner-gallery h3 {
  color: #fff;
  font-weight: 900;
}
.banner-gallery h5 {
  color: #fff;
  font-weight: 900;
}
.banner-gallery p {
  color: #fff;
}
.banner-gallery a {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
.banner-gallery .btn {
  padding: 8px 9px;
  border-radius: 8px;
}
.banner-gallery .gallery-img-1 {
  background: #000;
  position: relative;
  padding: 30px 20px;
  height: 270px;
}
.banner-gallery .gallery-img-1:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-1:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery .gallery-img-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery .gallery-img-1 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
.banner-gallery .gallery-img-1 a {
  margin-top: 30px;
  transition: 0.3s;
}
.banner-gallery .gallery-img-2 {
  background: #360;
  overflow: hidden;
  position: relative;
  padding: 30px 20px;
  height: 270px;
}
.banner-gallery .gallery-img-2:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-2:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery .gallery-img-2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery .gallery-img-2 .s11 {
  position: absolute;
  left: 79%;
  width: 75px;
  top: 9%;
}

.banner-gallery .gallery-img-2 .gprice-1 {
  background: #f41f31;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 10%;
  left: 55%;
}
.banner-gallery .gallery-img-2 a {
  color: #fff;
  float: right;
}
.banner-gallery .gallery-img-2 a:hover {
  color: #f93;
}
.banner-gallery .gallery-img-2 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
}

.banner-gallery .gallery-img-3 {
  background: #f93;
  position: relative;
  padding: 30px 20px;
  height: 270px;
  overflow: hidden;
}
.banner-gallery .gallery-img-3:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-3:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery .gallery-img-3::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery .gallery-img-3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery .gallery-img-3 .s12 {
  position: absolute;
  right: -18%;
  width: 100px;
  top: -12%;
}

.banner-gallery .gallery-img-3 .s13 {
  position: relative;
  right: 0%;
  bottom: -15%;
  width: 75px;
}

.banner-gallery .gallery-img-3 .gprice-2 {
  background: #f41f31;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  right: 11%;
  bottom: 40%;
}
.banner-gallery .gallery-img-3 a {
  color: #2a435d;
  margin-top: 30px;
  display: block;
}
.banner-gallery .gallery-img-3 a:hover {
  color: #fff;
}
.banner-gallery .gallery-img-3 img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}

.banner-gallery2 .gallery-img-1 {
  background-image: url("../img/gridbg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.banner-gallery2 .gallery-img-1:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-1:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-1::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}

.banner-gallery2 .gallery-img-1 a {
  font-size: 14px;
}
.banner-gallery2 .gallery-img-1 .pos1 {
  width: inherit;
  position: absolute;
  top: -10%;
  right: -8%;
}
.banner-gallery2 .gallery-img-2 {
  background-image: url("../img/gridbg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  position: relative;
  overflow: hidden;
}
.banner-gallery2 .gallery-img-2:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-2:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-2::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-2 a {
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 11;
  transition: 0.3s;
}
.banner-gallery2 .gallery-img-2 a:hover {
  color: #f41f31;
}
.banner-gallery2 .gallery-img-2 .gprice-1 {
  position: absolute;
  top: 60%;
  left: 42%;
}
.banner-gallery2 .gallery-img-2 .img-pos1 {
  position: absolute;
  top: 20%;
}

.banner-gallery2 .gallery-img-3 {
  background-image: url("../img/gridbg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner-gallery2 .gallery-img-3:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-3:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-3::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-3 a {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
.banner-gallery2 .gallery-img-3 a:hover {
  color: #f93;
}
.banner-gallery2 .gallery-img-3 .img-pos {
  width: inherit;
  position: absolute;
  right: -25%;
  bottom: 0;
}

.banner-gallery2 .gallery-img-3 .gprice-2 {
  position: absolute;
  right: 11%;
  bottom: 58%;
}
.banner-gallery2 .gallery-img-3 .s1 {
  width: 75px;
  position: absolute;
  bottom: -20%;
  left: 0%;
}
.banner-gallery2 .gallery-img-33 {
  background-image: url("../img/gridbg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner-gallery2 .gallery-img-33:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-33:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-33::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-33::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}

.banner-gallery2 .gallery-img-33 a {
  font-size: 14px;
  color: #fff;
}

.banner-gallery2 .gallery-img-33 .gprice-2 {
  position: absolute;
  right: 12%;
  bottom: 71%;
}

.banner-gallery2 .gallery-img-33 .s1 {
  width: 75px;
  position: absolute;
  bottom: -20%;
  left: 0%;
}
.banner-gallery2 .gallery-img-22 {
  background-color: #000;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banner-gallery2 .gallery-img-22:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-22:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-22::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-22::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-22 a {
  color: #fff;
  transition: 0.3s;
}
.banner-gallery2 .gallery-img-22 a:hover {
  color: #f41f31;
}
.banner-gallery2 .gallery-img-22 .img-pos {
  width: inherit;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.banner-gallery2 .gallery-img-22 .gprice-1 {
  background: #f41f31;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  bottom: 18%;
  right: 37%;
}

.banner-gallery2 .gallery-img-22 .s1 {
  position: absolute;
  top: 15%;
  left: -27%;
  width: inherit;
}
.banner-gallery2 .gallery-img-11 {
  background-image: url("../img/gridbg6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner-gallery2 .gallery-img-11:hover::after {
  transform: scaleY(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-11:hover::before {
  transform: scaleX(0);
  opacity: 0.5;
}
.banner-gallery2 .gallery-img-11::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleY(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}
.banner-gallery2 .gallery-img-11::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #fff;
  transform: scaleX(1);
  transform-origin: 90%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition: 0.5s;
}

.banner-gallery2 .gallery-img-11 .gs1 {
  width: inherit;
  position: absolute;
  left: -7%;
  bottom: -16%;
}
.banner-gallery2 .gallery-img-11 a.btn {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #f41f31;
  transition: 0.3s;
}
.banner-gallery2 .gallery-img-11 a.btn:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.banner-gallery2 .gallery-img-11 .pbadge {
  width: inherit;
  position: absolute;
  right: 27%;
  top: 10%;
}
/*==================================================
features-area
=====================================================*/
.features-two .features-icon {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}
.features-two .second-features-content {
  float: left;
  width: 100%;
}
.features-two .s-single-features {
  transition: 0.3s;
  padding: 70px 40px;
  border: none;
  margin-bottom: 30px;
  background: #11111100 0% 0% no-repeat padding-box;
  border: 4px solid #ffffff1a;
}
.features-two .s-single-features {
  float: left;
  width: 100%;
}

.second-features-content h5 {
  font-weight: 700;
  transition: 0.3s;
  letter-spacing: 0;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  color: #fff;
}
.second-features-content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.second-features-content a {
  color: #fff;
}

.second-features-content a:hover {
  color: #f41f31;
}
.second-features-content a::after {
  left: -40px;
  right: unset;
  opacity: 0;
}

.s-single-features {
  transition: 0.3s;
  padding: 30px;
  border: 5px solid #5c5c5c;
}

.section-head-st1 .section-head-title {
  font-size: 50px !important;
  margin-bottom: 20px;
  font-family: fredericka the great, cursive;
  color: #fff;
}
.section-head-st1 .section-head-content {
  font-size: 14px;
  line-height: 1.8;
  font-size: 16px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
/*==================================================
 opening-hrs-area
=====================================================*/
.opening-hrs-wrap {
  position: relative;
}
.opening-hrs-wrap .opening-hrs-shape {
  background-image: url(../img/feature/feature-bg-2.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
}
.opening-hrs-wrap .opening-hrs-box-wrap {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs {
  background-image: url(../img/dark_bg.png);
  position: relative;
  width: 33.33%;
}
.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs h4 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs .office-schedule {
  position: relative;
  z-index: 1;
}
.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs .office-schedule li {
  margin: 0 0 20px;
}
.opening-hrs-wrap
  .opening-hrs-box-wrap
  .opening-hrs
  .office-schedule
  li:last-child {
  margin: 0;
}
.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs .office-schedule li p {
  color: #fff;
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}
.opening-hrs-wrap .opening-hrs-box-wrap .promotional-offer {
  height: 435px;
  width: 33.33%;
  background-image: url(../img/promotion-2.jpeg);
}
.opening-hrs-wrap .opening-hrs-box-wrap .promotional-offer2 {
  height: 435px;
  width: 33.33%;
  background-image: url(../img/promotion-1.jpeg);
}

.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs {
  padding: 30px;
  min-height: 435px;
}

.opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs h4 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 25px;
}
/*==================================================
 booking-area
=====================================================*/
.nice-select {
  background: none;
}
.nice-select::after {
  border-bottom: 2px solid #f41f31;
  border-right: 2px solid #f41f31;
}

.form-group .form-control {
  height: 40px;
  padding: 0 10px;
  font-size: 25px;
  margin-top: 11px;
  border: none;
  color: #fff;
  background-color: transparent;
  font-weight: 500;
  border-radius: 0;
  z-index: 55;
  font-family: "Oswald", sans-serif;
}
.form-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.booking-select-area form {
  display: flex;
  justify-content: space-between;
}

.booking-select-area form input,
.booking-select-area form select,
.booking-select-area form button {
  width: 100%;
  font-size: 30px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  background: none;
}
.booking-select-area form input {
  padding-left: 0;
}

.booking-select-area form select {
  border-radius: 70px 0 0 70px;
  padding: 0 25px;
  background: white;
  border-right: 1px solid #6cf5fd;
}

.booking-select-area form input:focus,
.booking-select-area form select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #283a5e;
}

.select-sub {
  margin-right: 20px;
  position: relative;
}
.select-sub {
  width: 33.333%;
  margin-right: 0;
}
.select-sub .icon {
  position: absolute;
  left: 15%;
  top: -34px;
  z-index: -1;
}
.select-sub .fi:before {
  font-size: 20px;
}
.input-group-addon {
  background: none;
  border: none;
}
.booking-select-area form button {
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: relative;
  top: 10px;
  right: 10px;
  font-size: 15px;
  width: 175px;
}

.booking-select-area form button:focus {
  outline: none;
  border: none;
}

.booking-select-area .nice-select {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  margin-top: 10px;
  width: 50%;
}

.booking-select-area .nice-select span {
  position: relative;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.select-sub span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.select-sub span i {
  margin-right: 10px;
}
.booking-select-area .select-sub:before {
  position: absolute;
  left: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ffffff36;
  content: "";
}
.booking-select-area .btn.ss-btn {
  width: 100%;
  text-align: center;
}
.select-sub:first-child:before {
  display: none;
}
.select-sub:last-child:before {
  display: none;
}
.booking-select-area input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .booking-select-area .nice-select {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 590px) {
  .booking-select-area {
    padding: 20px 2px;
  }
}

.nice-select:after {
  right: 0px;
}

.booking-select-area ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 30px;
}

.booking-select-area ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  font-size: 30px;
}

.booking-select-area :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  font-size: 30px;
}

.booking-select-area :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  font-size: 30px;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-image: linear-gradient(to bottom, #00d690, #00d690);
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #00d690;
  color: #fff;
}

@media (max-width: 1200px) {
  .booking-select-area form input,
  .booking-select-area form select {
    font-size: 20px;
  }

  .select-sub span {
    font-size: 15px;
  }
  .booking-select-area form button {
    font-size: 15px;
  }

  .select-sub:nth-child(2) {
    width: 160px;
  }
  .video_wraper::before {
    height: 60%;
  }
}

@media (max-width: 992px) {
  .select-sub span {
    font-size: 12px;
  }
  .select-sub .fi:before {
    font-size: 14px;
  }
  .booking-select-area form input,
  .booking-select-area form select {
    font-size: 14px;
  }
  .select-sub:first-child {
    width: 180px;
  }
  .select-sub:nth-child(2) {
    width: 180px;
  }

  .booking-select-area .select-sub:before {
    display: none;
  }
  .sb-banner .main-title-frame {
    height: auto;
    padding: 150px 0 30px;
  }
  .sb-banner .main-title-frame .main-title {
    text-align: center;
  }
  .sb-banner.sb-banner-sm .main-title-frame {
    height: auto;
    padding: 150px 0 60px;
  }

  .sb-banner.sb-banner-color {
    background-color: #131313;
    border: none;
  }
}
@media (max-width: 767px) {
  .booking-select-area form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .booking-select-wrap {
    margin-top: 0;
    padding: 20px;
  }
  .booking-select-section {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .select-sub {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .select-sub:first-child {
    width: 100%;
  }
  .select-sub:nth-child(2) {
    width: 100%;
  }
  .select-sub:last-child {
    margin-left: 20px;
    border-bottom: 0;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.op-9 {
  opacity: 0.9;
}
.bg-black {
  background-color: #000;
}

.service-style-1 {
  background: #010f1c;
  padding: 60px 45px;
  position: relative;
  border: 1px solid #777777;
  margin-bottom: 30px;
}

.service-box-image {
  margin-bottom: 30px;
}

.service-box-image img {
  height: 120px;
  line-height: 128px;
}

.service-style-1:before {
  content: " ";
  width: calc(100% - 20px);
  height: calc(100% + 24px);
  position: absolute;
  transition: all 0.5s;
  top: -12px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #f41f31;
  opacity: 0;
  transition: all 0.8s ease;
}

.service-style-1:hover:before {
  opacity: 1;
}

.service-style-1 .service-box-iconbg {
  font-size: 112px;
  position: absolute;
  right: 30px;
  top: 45px;
  line-height: 120px;
  color: #777777;
  transform: rotate(20deg);
  transition: all 0.5s ease;
  opacity: 0.4;
}

.service-style-1:hover .service-box-iconbg {
  transform: rotate(0deg);
}

.service-style-1 .service-box-icon {
  display: inline-block;
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 15px;
}

.service-style-1 .service-box-icon i {
  color: #f41f31;
}

.service-style-1 .service-box-info .service-box-title {
  margin-top: 45px;
  margin-bottom: 5px;
  font-size: 26px;
  line-height: 34px;
}

.service-style-1 .service-box-info .service-description {
  margin-bottom: 0;
}

.service-svg svg {
  height: 120px !important;
}

.service-svg svg g path {
  stroke: #f41f31;
}

/*==================================================
counter
=====================================================*/
.counter-box {
  background-color: #f41f31;
  padding: 84px 35px 56px 35px;
}
.counter-box .counter-shape-one {
  bottom: 40px;
  left: 14.5%;
}
.counter-box .counter-shape-one,
.counter-box .counter-shape-two {
  z-index: -1;
  height: 80%;
}
.counter-box .counter-card-wrap .counter-card {
  width: 25%;
  margin-bottom: 30px;
  padding-left: 30px;
}
.counter-box .counter-card-wrap .counter-card h4 {
  font-size: 96px;
  line-height: 96px;
  margin-bottom: 12px;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.11);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.11);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  -moz-text-fill-color: transparent;
}
.counter-box .counter-card-wrap .counter-card p {
  font-size: 20px;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
}

.round-10 {
  border-radius: 10px;
}

img {
  max-width: 100%;
  height: auto;
}
.index-1 {
  z-index: 1;
}
/*==================================================
special-section
=====================================================*/
.info-item-right {
  text-align: right;
}

.info-item-right h3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info-item-left {
  text-align: left;
}

.info-item-left h3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.info-item {
  margin-bottom: 30px;
}

.info-item h3 {
  font-size: 25px;
  font-family: "Abril Fatface", cursive;
  margin-bottom: 14px;
  color: #222222;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-item h3 span {
  color: #f41f31;
  margin-left: 10px;
}

.info-item.info-item-white h3 {
  color: #fff;
}

.info-item.info-item-white h3 span {
  color: #f41f31;
}

.info-image {
  margin-bottom: 30px;
  position: relative;
}

.info-shape-item {
  position: absolute;
}

.info-shape-item:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e7272d;
  position: absolute;
  border: 4px solid #fff;
}

.info-shape-item:nth-child(1) {
  top: 0;
  left: 0;
  width: 144px;
  height: 84px;
  -webkit-transform: translate(-55px, 80px);
  transform: translate(-55px, 80px);
}

.info-shape-item:nth-child(1):before {
  right: 0;
  bottom: 0;
}

.info-shape-item:nth-child(2) {
  left: 0;
  top: 25%;
  width: 115px;
  height: 132px;
  -webkit-transform: translate(-30px, 40px);
  transform: translate(-30px, 40px);
}

.info-shape-item:nth-child(2):before {
  right: 0;
  top: 35px;
}

.info-shape-item:nth-child(3) {
  width: 147px;
  height: 164px;
  bottom: 25%;
  left: 0;
  -webkit-transform: translate(-30px, 10px);
  transform: translate(-30px, 10px);
}

.info-shape-item:nth-child(3):before {
  right: 0;
  top: 35px;
}

.info-shape-item:nth-child(4) {
  width: 140px;
  height: 81px;
  top: 0;
  right: 0;
  -webkit-transform: translate(25px, 130px);
  transform: translate(25px, 130px);
}

.info-shape-item:nth-child(4):before {
  left: 10px;
  top: 35px;
}

.info-shape-item:nth-child(5) {
  width: 129px;
  height: 27px;
  top: 25%;
  right: 0;
  -webkit-transform: translate(25px, 170px);
  transform: translate(25px, 170px);
}

.info-shape-item:nth-child(5):before {
  left: 0;
  top: 5px;
}

.info-shape-item:nth-child(6) {
  width: 67px;
  height: 135px;
  bottom: 25%;
  right: 0;
  -webkit-transform: translate(10px, 30px);
  transform: translate(10px, 30px);
}

.info-shape-item:nth-child(6):before {
  left: 0;
  top: 10px;
}

/*==================================================
video_section
=====================================================*/

.video_wraper {
  z-index: auto;
  float: none;
  flex-shrink: 1;
  display: flex;
  margin: 0px;
  inset: 0px;
  position: relative;
  flex-basis: auto;
  overflow: visible;
  box-sizing: border-box;
  width: 100%;
  height: 1400px;
  padding-bottom: 400px;
  margin-top: -130px;
}

.video_wraper .action_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  flex-direction: column;
}

.video_wraper .round_anim {
  position: absolute;
  transform-origin: 50% 50% 0;
  transform: rotate(0deg);
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
}

.video_wraper .action_btn img {
  width: 100px;
}

.video_wraper .action_btn a {
  display: block;
  z-index: 99;
  position: relative;
}

.video_wraper .play_vtn {
  width: 160px;
  height: 160px;
}
.video_wraper .play-button i {
  font-size: 30px;
  color: #f41f31;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.menu-section {
  position: relative;
}

.menu-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.8);
}

.menu-section.menu-section-bg {
  background-image: url(../img/menu-bg-overlay.jpg);
  background-size: cover;
  background-position: bottom;
}

.menu-shape-one {
  z-index: 1;
}

.slick-slide:focus {
  outline: none;
}

.menu-main-thumb-nav .slick-arrow {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #e7272d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.menu-main-thumb-nav .slick-arrow.prev-arrow {
  left: 0;
  -webkit-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
}

.menu-main-thumb-nav .slick-arrow.next-arrow {
  right: 0;
  -webkit-transform: translate(20px, -50%);
  transform: translate(20px, -50%);
}

.menu-main-thumb-item {
  cursor: pointer;
  padding-top: 20px;
  position: relative;
}

.menu-main-thumb-item.slick-current:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 15px;
  background: url(../img/food-menu-dots.png);
  background-position: top left;
  background-size: cover;
  width: 49px;
  height: 55px;
}

.menu-main-thumb-item.slick-current .menu-main-thumb-inner p {
  color: #fff;
}

.menu-main-thumb-item:hover .menu-main-thumb-inner p {
  color: #fff;
}

.menu-main-thumb-item.menu-main-thumb-item-two img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-main-thumb-item.menu-main-thumb-item-two .menu-main-thumb-inner p {
  color: #222222;
  font-size: 16px;
}

.menu-main-thumb-item.menu-main-thumb-item-two.slick-current:before {
  content: none;
  background: none;
}

.menu-main-thumb-item.menu-main-thumb-item-two.slick-current img {
  background: #e7272d;
}

.menu-main-thumb-item.menu-main-thumb-black img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 15px;
  background-color: #171717;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-main-thumb-item.menu-main-thumb-black .menu-main-thumb-inner p {
  color: #b4b4b4;
  font-size: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-main-thumb-item.menu-main-thumb-black.slick-current:before {
  content: none;
  background: none;
}

.menu-main-thumb-item.menu-main-thumb-black.slick-current img {
  background: #e7272d;
}

.menu-main-thumb-item.menu-main-thumb-black.slick-current
  .menu-main-thumb-inner
  p {
  color: #fff;
}

.menu-main-thumb-inner {
  text-align: center;
}

.menu-main-thumb-inner img {
  margin-bottom: 15px;
  margin: auto;
}

.menu-main-thumb-inner p {
  font-size: 20px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.menu-main-details-for {
  margin-top: 50px;
}

.menu-main-details-for .slick-arrow {
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #e7272d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}

.menu-main-details-for .slick-arrow.prev-arrow {
  left: 50%;
  -webkit-transform: translate(-215px, -80px);
  transform: translate(-215px, -80px);
}

.menu-main-details-for .slick-arrow.next-arrow {
  right: 50%;
  -webkit-transform: translate(215px, -80px);
  transform: translate(215px, -80px);
}

.menu-details-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-details-carousel .slick-track {
  padding-bottom: 80px;
}

.menu-details-carousel-item {
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
}

.menu-details-carousel-item h3 {
  font-size: 25px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Abril Fatface", cursive;
}

.menu-details-carousel-item p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 17px;
  color: rgba(33, 33, 33, 0.8);
}

.menu-details-carousel-item .menu-price {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e7272d;
}

.menu-details-carousel-item .btn {
  margin-bottom: 25px;
  font-size: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inherit;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.menu-details-carousel-item.menu-details-carousel-black h3 {
  color: #fff;
}

.menu-details-carousel-item.menu-details-carousel-black p {
  color: #f1f1f2;
}

.menu-details-carousel-item.menu-details-carousel-black .menu-price {
  color: #ffcc00;
}

.menu-details-carousel-item img {
  margin: auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.menu-details-carousel-item.slick-center {
  position: relative;
}

.menu-details-carousel-item.slick-center:before {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e7272d;
  border-radius: 10px;
  z-index: -1;
}

.menu-details-carousel-item.slick-center h3 {
  color: #fff;
}

.menu-details-carousel-item.slick-center p {
  color: #fff;
}

.menu-details-carousel-item.slick-center .menu-price {
  color: #ffcc00;
}

.menu-details-carousel-item.slick-center.menu-details-carousel-black h3 {
  color: #fff;
}

.menu-details-carousel-item.slick-center.menu-details-carousel-black p {
  color: #fff;
}

.menu-details-carousel-item.slick-center.menu-details-carousel-black
  .menu-price {
  color: #ffcc00;
}

.menu-details-carousel-item.slick-center .btn {
  font-size: 16px;
  padding: 15px 27px;
  margin-bottom: 25px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu-details-carousel-item.slick-center .btn-yellow:hover {
  background-color: #fff;
  color: #e7272d;
  border-color: #fff;
}

.menu-details-carousel-item.slick-center img {
  -webkit-transform: scale(1.4) translateY(18px);
  transform: scale(1.4) translateY(18px);
}

.menu-details-carousel-item.slick-center .menu-details-carousel-image:before {
  background-image: url(../img/menu-item-shadow.png);
  width: 190px;
  height: 60px;
  opacity: 1;
  background-size: cover;
  -webkit-transform: translate(-50%, 70px);
  transform: translate(-50%, 70px);
}

.menu-details-carousel-image {
  position: relative;
}

.menu-details-carousel-image:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 130px;
  height: 55px;
  background: url(../img/menu-item-shadow.png);
  -webkit-transform: translate(-50%, 125px);
  transform: translate(-50%, 125px);
}

.menu-details-carousel-image-two {
  position: relative;
}

.menu-details-carousel-image-two:before {
  opacity: 0.25;
}

.menu-main-center-black.slick-center:before {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  top: 0;
  left: 0;
  background: #222222;
}

.menu-main-center-black.slick-center .menu-price {
  color: #e7272d;
}

.review_section .review_text {
  font-family: "lemon", cursive;
  font-size: 100px;
  text-align: center;
  text-transform: uppercase;
}

.review_section .review_list {
  display: flex;
  flex-direction: column;
}

.review_section .review_list .with_text {
  width: 475px;
  border: 5px solid #000000;
  background-color: #323232;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.review_section .review_list .with_text img {
  width: 100px;
  height: 150px;
  border: 3px solid #000000;
  border-radius: 100px;
  object-fit: cover;
}

.review_section .review_list .review_box {
  margin: 50px 0;
}

.review_section .review_list .review_box .review {
  width: calc(100% - 130px);
}

.review_section .review_list .review_box .review .star {
  margin-bottom: 5px;
  letter-spacing: -2px;
}

.review_section .review_list .review_box .review .star span {
  color: #f78e11;
  letter-spacing: -2px;
}

.review_section .review_list .review_box .quotes {
  position: absolute;
  font-size: 26px;
}

.review_section .review_list .review_box .left_quote {
  top: -25px;
  left: 20px;
}

.review_section .review_list .review_box .right_quote {
  bottom: -25px;
  right: 20px;
}

.review_section .review_list .review_box:nth-child(even) {
  margin-left: auto;
}

.review_section .review_list .review _box:nth-child(n + 3n) {
  margin-left: 150px;
}

.review_section .review_list .review_box .review .name {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.review_section .review_list .with_video {
  width: 475px;
  height: 245px;
  border: 5px solid #000000;
  background-color: #323232;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  background-image: url(../img/review_02.png);
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_box .video_box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 135px;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.review_box .video_box a {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #e7272d;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.review_box .video_box a i {
  font-size: 30px;
}

.review_box .video_box a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bubble 1.5s linear infinite;
  animation: bubble 1.5s linear infinite;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

.review_box .video_box a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bubble 2s linear infinite;
  animation: bubble 2s linear infinite;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}

@-webkit-keyframes bubble {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes bubble {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
/*==================================================
 team-section-area
=====================================================*/
.single-team {
  position: relative;
}

.single-team::after {
  position: absolute;
  content: "";
  background: #141414;
  background: linear-gradient(
    0deg,
    rgba(20, 20, 20, 0.8) 0%,
    rgba(20, 20, 20, 0) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}
.single-team::before {
  position: absolute;
  content: "";
  border: 5px solid #f41f31;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04, 1.08);
  -moz-transform: scale(1.04, 1.08);
  -webkit-transform: scale(1.04, 1.08);
  transition: all ease 350ms;
  -moz-transition: all ease 350ms;
  -webkit-transition: all ease 350ms;
}
.single-team:hover:after {
  opacity: 0.8;
  visibility: visible;
}
.single-team:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.stImage {
  position: relative;
  overflow: hidden;
}
.stImage:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/2.png) no-repeat left top;
}
.single-team-03 .stImage:after {
  opacity: 0.13;
}
.stImage img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.team-content {
  background: #f8f8f8;
  border-bottom: 10px solid #f41f31;
  padding: 31px 40px 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.single-team-03 .team-content {
  background: #010f1c;
  border-bottom: 0;
}
.single-team:hover .team-content {
  background: 0 0;
  border-bottom: 10px solid transparent;
}
.single-team-03:hover .team-content {
  background: 0 0;
  border-bottom: 0;
}
.team-content .team-social {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  margin: 0 0 13px;
}
.team-content .team-social a {
  position: relative;
  color: #777;
  background: #fff;
  font-size: 14px;
  padding: 17px 0;
  letter-spacing: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
.team-content .team-social a::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  width: 0;
  height: 0;
  z-index: -1;
  content: "";
  background: #f41f31;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-team-03 .team-content .team-social a {
  background: #202020;
}
.single-team-03 .team-content .team-social a::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
  width: 0;
  height: 0;
  z-index: -1;
  content: "";
  background: #f41f31;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-team:hover .team-social a {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.team-content .team-social a:hover:after {
  width: 100%;
  height: 100%;
}
.team-content p {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 0 0 19px;
}
.single-team:hover .team-content p {
  color: #fff;
  opacity: 0.7;
}
.team-content h3 {
  color: #141414;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2.4px;
  margin: 0;
}
.team-content h3 a {
  color: inherit;
}
.team-content h3 a:hover {
  color: #f41f31;
}
.single-team-03 .team-content h3 {
  color: #fff;
}
.single-team-03 .team-content h3 a {
  color: inherit;
}
.single-team-03 .team-content h3 a:hover {
  color: #f41f31;
}
.team_thumb {
  position: relative;
  margin: 0 0 44px;
}
/*======================================================
    Delivery Section
=======================================================*/
.delivery-section {
  position: relative;
}
.delivery-boy-wrap {
  position: relative;
}
.delivery-boy {
  background-image: url(../img/delivery-boy.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -80px;
  top: 0;
}
.order-content {
  display: flex;
  align-items: center;
}
.order-content h3 {
  color: #ff9d2d;
  margin-left: 30px;
  margin-bottom: 0;
  font-size: 24px;
}
.order-content h3 span {
  color: #f43127;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: -5px;
}

/*==================================================
 swiper-container
=====================================================*/
.blog {
  position: relative;
  padding-bottom: 140px;
}
.blog .posts-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
.blog .post-card {
  position: relative;
  background-color: #010f1c;
}
.blog .post-card .img {
  display: block;
  position: relative;
  height: 350px;
  overflow: hidden;
}
.blog .post-card .info {
  position: relative;
  padding: 30px 30px 20px;
}
.blog .post-card .info .tags {
  position: relative;
  margin-bottom: 15px;
  font-family: "Josefin Sans", sans-serif;
}
.blog .post-card .info .tags a {
  font-size: 16px;
  color: #f43127;
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
}
.blog .post-card .info .tags a i {
  font-size: 13px;
}
.blog .post-card .info .more-link {
  display: block;
  position: relative;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-top: 40px;
  border-top: 1px dashed #fff2;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.blog .post-card .info .post-content {
  font-size: 30px !important;
  color: #fff;
}
.blog .post-card .info .post-content:hover {
  color: #f43127;
}
.blog .post-card .info .more-link:hover {
  color: #f43127;
  border-color: #f43127;
}
.blog .post-card .info .date {
  position: absolute;
  bottom: 20px;
  right: 30px;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #f43127;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.img-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: inherit;
}
.mad-back-to-top {
  width: 56px;
  height: 56px;
  padding: 0;
  text-align: center;
  position: fixed;
  border-radius: 50%;
  z-index: 103;
  right: 3.3%;
  top: 60%;
  color: #232831;
  background: #e0e1e3;
}

.mad-back-to-top:hover {
  background: #f43127;
}

.mad-back-to-top .icon .svg {
  width: 1.375rem;
  height: 1.1875rem;
  transform: rotate(-90deg);
}

.mad-back-to-top .icon .svg path {
  stroke: transparent;
}
.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
button {
  transition: all 0.5s ease;
}
/*==================================================
 swiper-container
=====================================================*/
/* --------------- disply classes --------------- */
.df-center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.dnf-center {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.swiper-container {
  overflow: hidden;
}

.swiper-notification {
  display: none;
}
.swiper-pagination {
  bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #1b1b1b;
  width: 3px;
  height: 3px;
  opacity: 1;
  margin: 0 10px !important;
  outline: 1px solid transparent;
  outline-offset: 5px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  outline: 1px solid #1b1b1b;
}
.swiper-pagination.swiper-pagination-light .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-pagination.swiper-pagination-light .swiper-pagination-bullet-active {
  outline: 1px solid #fff;
}

.slider-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 30;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-controls .swiper-pagination {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
  bottom: 2px;
}
.slider-controls .swiper-prev,
.slider-controls .swiper-next {
  cursor: pointer;
}
/*---------------------------------
    Footer CSS 
-----------------------------------*/
.index-1 {
  z-index: 1;
}
.pb-30 {
  padding-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}
.pt-130 {
  padding-top: 130px;
}
.list-unstyle {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-unstyle li {
  list-style: none;
}
.footer-wrap .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 50px;
  margin-bottom: 65px;
}
.footer-wrap .footer-shape {
  z-index: -1;
  left: 25%;
}
.footer-wrap.style-one {
  background-color: #010f1c;
}
.footer-wrap.style-one .footer-bottom {
  background-color: #0c0d12;
}

.footer-wrap .footer-widget-wrapper .footer-widget {
  width: 25%;
}
.footer-wrap .footer-widget-wrapper .footer-widget:after {
  position: absolute;
  top: 50%;
  right: 75px;
  content: "";
  width: 14px;
  height: 160px;
  background-image: url(../img/shape-20.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 14px 160px;
  transform: translateY(-50%);
}
.footer-wrap .footer-widget-wrapper .footer-widget:last-child:after {
  display: none;
}
.footer-wrap .footer-widget .footer-widget-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 34px;
  text-decoration: underline;
}
.footer-wrap .footer-widget .footer-widget-text {
  padding-right: 20%;
  font-weight: 600;
}
.footer-wrap .footer-widget h2 {
  font-size: 36px;
}
.footer-wrap .footer-widget .subscribe-form input {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50px;
  padding: 14px 175px 14px 30px;
}
.footer-wrap .footer-widget .subscribe-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.footer-wrap .footer-widget .subscribe-form input::placeholder {
  color: #fff;
  opacity: 1;
}
.footer-wrap .footer-widget .subscribe-form button {
  top: 5px;
  right: 5px;
  height: calc(100% - 10px);
  border-radius: 50px;
  font-size: 20px;
  padding: 10px 39px;
  background-color: #f43127;
}
.footer-wrap .footer-widget .subscribe-form button:hover {
  background-color: #722700;
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 9px;
}
.text_primary {
  color: #f43127 !important;
  font-family: "Josefin Sans", sans-serif;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .logo {
  display: block;
  height: 30%;
  width: 30%;
}
.footer-wrap .footer-widget .footer-menu li a {
  color: #fff;
  padding-left: 14px;
  font-weight: 700;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}
.footer-wrap .footer-widget .footer-menu li a:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #f43127;
  transition: all ease 0.5s;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: #f43127;
}
.footer-wrap .footer-widget .footer-menu li a:hover:before {
  background-color: #f43127;
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
}
.footer-wrap .footer-widget .working-hours li {
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: "Josefin Sans", sans-serif;
}
.footer-wrap .footer-widget .working-hours li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .working-hours li:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #f43127;
}
.footer-wrap .footer-widget .contact-info li {
  margin-bottom: 25px;
  padding-left: 60px;
  font-family: "Josefin Sans", sans-serif;
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li span {
  width: 40px;
}

.footer-wrap .footer-widget .contact-info li span:after {
  position: absolute;
  top: 55%;
  right: 0;
  content: "";
  width: 1px;
  height: 20px;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.17);
}
.footer-wrap .footer-widget .contact-info li a {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
}
.footer-wrap .footer-widget .contact-info li a:hover {
  color: #f43127;
}
.footer-wrap .footer-bottom {
  padding: 20px 0;
}
.footer-wrap .footer-bottom .copyright-text i {
  margin-right: 5px;
}
.link {
  position: relative;
  font-weight: 600;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: all ease 0.5s;
}
.link.style-two {
  color: #f43127;
}
.link.style-two:after {
  background-color: #f43127;
}
.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.social-profile li {
  display: inline-block;
  text-align: center;
}

.social-profile .ficon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 17px;
  color: #fff;
  transition-property: outline-offset, outline-color, background-color;
  transition-duration: 0.25s;
}
.social-profile .ficon:hover {
  outline-offset: 4px;
  border-radius: 50%;
  outline: 2px solid #fff;
  transition: all 2s;
}
.social-profile .ficon:hover i {
  animation: shake 0.25s;
  z-index: 44;
}

.icon--instagram:hover {
  background-image: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #db249f 60%,
    #285aeb 90%
  );
  outline-color: #a02d76;
}
.icon--twitter:hover {
  background-color: #000000;
  outline-color: #1da1f2;
}
.icon--facebook:hover {
  background-color: #4267b2;
  outline-color: #4267b2;
}
.icon--linkedin:hover {
  background-color: #0077b5;
  outline-color: #0077b5;
}
@keyframes shake {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
}
.footer-illustration {
  background-image: url(../img/footer-illustration.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 9%;
  overflow: hidden;
  z-index: -1;
}
.running-cycle {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.running-cycle div {
  background-image: url(../img/delivery-boy.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 60%;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 9%;
  animation: running-anim 20s linear infinite;
  z-index: -1;
}
/* Animation */
@-moz-keyframes running-anim {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes running-anim {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}

@keyframes running-anim {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}

.receipe-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.receipe-item {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.receipe-grid-three .receipe-item {
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.receipe-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.receipe-item-inner:before {
  content: "";
  position: absolute;
  width: 76%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-46%);
  transform: translateX(-46%);
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
}

.receipe-item-inner:hover .receipe-info a {
  color: #e7272d;
}

.receipe-item-black .receipe-item-inner:before {
  background: #171717;
}

.receipe-item-black .receipe-info h3 {
  color: #fff;
}

.receipe-item-black .receipe-info h3 a {
  color: #fff;
}

.receipe-item-black .receipe-info h4 {
  color: #ffcc00;
}

.receipe-item-black .receipe-info h4 del {
  color: #d1d1d1;
}

.receipe-image {
  -webkit-box-flex: 0;
  flex: 0 0 109px;
  -ms-flex: 0 0 109px;
  max-width: 109px;
  width: 109px;
  margin-right: 20px;
  z-index: 1;
}

.receipe-content {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  flex: 1;
  -ms-flex: 1;
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

.receipe-info {
  padding-right: 10px;
}

.receipe-info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #e7272d;
  margin-bottom: 10px;
}

.receipe-info h4 {
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.receipe-info h4 del {
  font-weight: 400;
  margin-left: 8px;
}

.receipe-cart {
  -webkit-box-flex: 0;
  flex: 0 0 59px;
  -ms-flex: 0 0 59px;
  max-width: 59px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: #ffcc00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e7272d;
  font-size: 25px;
  position: relative;
}
.receipe-cart i:hover {
  color: #e7272d;
}

.load-more-icon {
  opacity: 1;
  visibility: visible;
}
.load-more-btn.active .load-more-icon i {
  -webkit-animation: loadbtn 0.3s infinite linear;
  animation: loadbtn 0.3s infinite linear;
}
@-webkit-keyframes loadbtn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadbtn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.load-more-text {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.load-more-icon {
  position: absolute;
  font-size: 17px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.load-more-icon i {
  margin: 0;
  display: block;
}
.receipe-grid-item {
  display: none;
}
/*==================================================
banner-area
=====================================================*/
.sb-banner .main-title-frame {
  padding-top: 7vh;
  display: flex;
  align-items: center;
  height: 100vh;
}
.sb-banner .main-title-frame .main-title {
  width: 100%;
  z-index: 1;
}
.sb-banner.sb-banner-sm .main-title-frame {
  height: auto;
  padding: 210px 0 90px;
}

.sb-banner.sb-banner-color {
  position: relative;
  background-color: #131313;
  overflow: hidden;
  border-left: solid 30px #271c0a;
  border-right: solid 30px #271c0a;
}
.sb-banner.sb-banner-color:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20%;
  width: 450px;
  height: 100%;
  background-color: #271c0a;
}

.sb-banner.sb-banner-color .bread-shapes img {
  width: inherit;
}
.sb-banner.sb-banner-color .bread-shapes .b-shape-1 {
  position: absolute;
  right: 8%;
  top: 30%;
  transform: rotate(-93deg);
  width: 75px;
}

.sb-banner.sb-banner-color .bread-shapes .b-shape-2 {
  position: absolute;
  left: 30%;
  bottom: 15%;
  transform: rotate(177deg);
}

.sb-banner.sb-banner-color .bread-shapes .b-shape-3 {
  position: absolute;
  top: 20%;
  left: 5%;
}

.sb-banner.sb-banner-color .bread-shapes .b-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.sb-banner.sb-banner-color .bread-shapes .b-shape-5 {
  position: absolute;
  top: 0;
  left: 0;
}
.sb-banner.sb-banner-color .bread-shapes .b-shape-6 {
  position: absolute;
  top: 65%;
  right: 22%;
  transform: rotate(125deg);
  width: 75px;
}

.sb-h1 {
  line-height: 100%;
  font-size: 72px;
  letter-spacing: -3px;
}
.sb-text {
  color: #6f6f87;
  margin: 0;
  font-size: 15px;
}
.sb-suptitle {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 700;
}

.sb-text.sb-text-lg {
  font-size: 16px;
}
.breadcrumbs {
  border: solid 2px #ffffff;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background-color: #f43127;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px;
  height: 55px;
  transition: 0.3s ease-in-out;
}
.breadcrumbs li {
  white-space: nowrap;
  display: flex;
  letter-spacing: 0;
}
.breadcrumbs li:after {
  content: "/";
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs li:last-child a {
  cursor: not-allowed;
  opacity: 1;
}
.breadcrumbs li a {
  padding: 0 10px;
  opacity: 0.4;
  transition: 0.3s ease-in-out;
}
.breadcrumbs li a:hover {
  opacity: 1;
}

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}
@keyframes bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out;
}
@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*==================================================
 about-area.
=====================================================*/

.about-area .appoinment-tab .tabs li a {
  color: #ffffff;
}

.about-area .appoinment-tab .tabs li.boder a::before {
  background: #ffffff;
}

.about-area .appoinment-tab .tabs li a::after {
  background: #ffffff;
}

.about-area .tab-title h3 {
  color: #ffffff;
}
.tab {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}

.tabs li {
  line-height: 38px;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}

.appoinment-tab .tabs li a {
  text-transform: uppercase;
  display: inline-block;
  outline: none;
  padding: 5px 20px 0 0;
  margin-right: 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 400;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  font-family: "Oswald", sans-serif;
}

.appoinment-tab .tabs li.boder a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 78%;
  background: #f41f31;
}

.appoinment-tab .tabs li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
}

.appoinment-tab .tabs li a:hover::after {
  width: 78%;
  opacity: 1;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

.post-comment-description p {
  font-size: 15px;
  line-height: 28px;
  color: #999999;
  font-weight: 400;
  margin: 0 0 33px;
}

.tab-thumb {
  float: left;
  margin-right: 25px;
}

.tab-title h3 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 10px;
}

.tab-title p {
  font-size: 15px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  width: 60%;
  overflow: hidden;
}
.section-title2 span {
  font-family: "lemon", cursive;
  color: #ffffff;
  display: inline-block;
}

.section-title2 h2 {
  font-size: 44px;
  line-height: 1.3;
  color: #f43127;
}

.about-content p {
  color: #ffffff;
}

.about-content-info-wrap {
  gap: 50px;
  margin-top: 30px;
}

.about-content-info-wrap::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ddd;
  content: "";
  height: 100%;
  width: 1px;
}

ul.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.check-list li:not(:last-child) {
  margin-bottom: 10px;
}

.check-list li i {
  color: #f41f31;
  font-size: 20px;
  line-height: 0;
}
.about-content-info-single {
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.about-content-info-details h1 {
  font-family: "Dancing Script", cursive;
  font-size: 15px;
}

.about-content-info-single .about-content-info-details p {
  font-size: 14px;
  margin-top: 5px;
  color: #f8f9fa;
}
.about__images {
  position: relative;
  display: grid;
  justify-items: center;
  justify-self: center;
}
.about__ingredient {
  width: 60px;
  filter: drop-shadow(0 4px 16px hsla(22, 100%, 8%, 0.2));
  position: absolute;
  z-index: 2;
}
.about__burger,
.about__dish {
  filter: drop-shadow(0 8px 24px hsla(22, 100%, 8%, 0.2));
}
.about__burger {
  width: 280px;
  z-index: 2;
}
.about__dish {
  max-width: initial;
  width: 320px;
  position: absolute;
  bottom: -2.5rem;
}
.about__potato-1 {
  left: -1rem;
  top: 0.75rem;
}
.about__potato-2 {
  right: -0.75rem;
  bottom: -2rem;
  rotate: 90deg;
}
.about__tomato-1 {
  width: 40px;
  top: -1rem;
  right: 6rem;
}
.about__tomato-2 {
  width: 40px;
  left: 5.5rem;
  bottom: -1.5rem;
}
.about__lettuce-1 {
  top: 2.5rem;
  right: -2rem;
  transform: scaleX(-1);
}
.about__lettuce-2 {
  left: -1.5rem;
  bottom: 1rem;
}

.about__container {
  padding-block: 3rem 2rem;
  justify-content: center;
  row-gap: 3.5rem;
}

/*==================================================
choose-orange-box-area
=====================================================*/

.choose-orange-box {
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.choose-orange-box svg,
.choose-orange-box img,
.choose-orange-box i {
  padding-left: 24px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.choose-orange-box .choose-orange-info {
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 24px;
}

.choose-orange-box .choose-orange-info h2 {
  margin: 30px 0 14px;
  color: #fff;
}

.choose-orange-box .choose-orange-info p {
  max-width: 300px;
}

.choose-orange-box:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.choose-orange-box:hover svg,
.choose-orange-box:hover img,
.choose-orange-box:hover i {
  color: #f41f31;
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

/*==================================================
service-feature-area
=====================================================*/

.service-feature .service-card {
  position: relative;
  display: block;
  padding: 30px;
  border: 1px solid #fff3;
  border-radius: 20px;
}
.service-feature .service-card .img {
  position: relative;
  border-radius: 20px;
  height: 160px;
  overflow: hidden;
  margin: 25px 0;
}
.service-feature .service-card .icon {
  height: 85px;
}
.service-feature .service-card .service-content {
  font-size: 24px !important;
  line-height: 1.8 !important;
  font-weight: 500;
}
.service-feature .service-card .more-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-feature .service-card:hover {
  border-color: #f41f31;
}
.icon-50 {
  width: 50px;
  height: 50px;
}
/*==================================================
rotate-wrapper-area
=====================================================*/
.rotate-wrapper-st5 {
  position: relative;
}
.rotate-wrapper-st5::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, transparent),
    color-stop(50%, #f41f31)
  );
  background: linear-gradient(to right, transparent 50%, #f41f31 50%);
  background-size: 16px 2px, 100% 2px;
}
.rotate-wrapper-st5 .rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  background-color: #2b2724;
  border-radius: 50%;
  z-index: 20;
}
.rotate-wrapper-st5 .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 70%;
  width: 70%;
}
.fsz-30 {
  font-size: 30px !important;
}
.rotate-wrapper-st5 .rotate-box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.rotate-wrapper-st5 .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
  animation: rotateText 20s linear infinite;
  font-weight: 300;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.rotate-wrapper-st5 .rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  fill: #f41f31;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/*==================================================
restaurant-info-area
=====================================================*/
.restaurant-info {
  position: relative;
  padding: 150px 0;
}
.restaurant-info .vec3 {
  position: absolute;
  top: 170px;
  right: 35%;
}

.restaurant-info-h2 {
  font-size: 50px !important;
}
.restaurant-info-p {
  font-size: 16px !important;
}

/*------------------------------
        HiStory CSS
-------------------------------*/
.story-img-1 {
  background-image: url(../img/history-1.jpeg);
}

.story-img-2 {
  background-image: url(../img/history-2.jpeg);
}

.story-img-3 {
  background-image: url(../img/history-3.jpeg);
}

.story-img-4 {
  background-image: url(../img/history-4.jpeg);
}

.story-img-5 {
  background-image: url(../img/history-5.jpeg);
}

.story-img-6 {
  background-image: url(../img/history-6.jpeg);
}

.history-wrap {
  background-image: url(../img/history-1-bg.webp);
}
.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}
.story-wrapper {
  position: relative;
}
.story-wrapper:after {
  position: absolute;
  top: 0;
  left: 51%;
  content: "";
  width: 1px;
  height: 100%;
  background: #f41f31;
  transform: translateX(-50%);
}
.story-wrapper .story-item:last-child {
  padding-bottom: 0;
}
.story-wrapper .story-item .story-img {
  width: calc(100% - 45px);
  height: 427px;
  position: relative;
}
.story-wrapper .story-item .story-img:before {
  position: absolute;
  top: 50%;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #f41f31;
  transform: translateY(-50%);
}
.story-wrapper .story-item .story-img:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #f41f31;
  transform: translateY(-50%);
}
.story-wrapper .story-item .story-content {
  width: calc(100% - 45px);
  background-color: #151b20;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  max-width: 450px;
  transform: translateY(-50%);
  padding: 32px 35px 44px;
}
.story-wrapper .story-item .story-content h2 {
  position: relative;
  font-size: 64px;
  line-height: 1;
  margin-bottom: 22px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.story-wrapper .story-item .story-content h4 {
  margin-bottom: 5px;
  font-size: 28px;
}
.story-wrapper .story-item .story-content p {
  font-weight: 700;
}
.story-wrapper .story-item:nth-child(odd) .story-img:before {
  right: -88px;
}
.story-wrapper .story-item:nth-child(odd) .story-img:after {
  right: -80px;
}
.story-wrapper .story-item:nth-child(odd) .story-img .story-content {
  right: -10px;
}
.story-wrapper .story-item:nth-child(odd) .story-img img {
  display: block;
  margin-right: auto;
}
.story-wrapper .story-item:nth-child(even) .story-img {
  margin-right: 0;
}
.story-wrapper .story-item:nth-child(even) .story-img:before {
  left: -62px;
}
.story-wrapper .story-item:nth-child(even) .story-img:after {
  left: -52px;
}
.story-wrapper .story-item:nth-child(even) .story-img .story-content {
  right: -10px;
}
.story-wrapper .story-item:nth-child(even) .story-img img {
  display: block;
  margin-left: auto;
}

/*==================================================
 gallery-area
=====================================================*/

.gallery-masonry-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.gallery-masonry-wrapper .gallery-masonry-item-img-link {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-masonry-wrapper
  .gallery-masonry-item-img-link:hover
  .gallery-masonry-item-img {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.gallery-masonry-wrapper
  .gallery-masonry-item-img-link:hover
  .gallery-masonry-item-img:after {
  opacity: 0.3;
}
.gallery-masonry-wrapper
  .gallery-masonry-item-img-link:hover
  .gallery-masonry-item-content {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.gallery-masonry-wrapper .gallery-masonry-item-content {
  position: absolute;
  left: 0;
  bottom: -11px;
  max-width: 80%;
  background-color: #1b1b1b;
  padding-top: 20px;
  padding-right: 40px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.gallery-masonry-wrapper .gallery-masonry-item-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
  font-weight: 300;
}
.gallery-masonry-wrapper .gallery-masonry-item-category {
  font-size: 15px;
  line-height: 1.5em;
  color: #999;
  font-family: "Josefin Sans", sans-serif;
}
@media only screen and (max-width: 991px) {
  .gallery-masonry-wrapper .gallery-masonry-item-content {
    padding-top: 15px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-masonry-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 400px) {
  .gallery-masonry-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}
/*==================================================
 faq-section-area
=====================================================*/
.sb-faq {
  list-style: none;
}
.sb-faq li {
  border-top: solid 1px #f2f3f5;
}
.sb-faq li:last-child {
  border-bottom: solid 1px #f2f3f5;
  margin-bottom: 0;
}
.sb-faq li.sb-active .sb-answer {
  max-height: 400px !important;
  padding-bottom: 25px;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.sb-faq .sb-answer {
  font-size: 16px;
  line-height: 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}
.sb-faq .sb-plus-minus-toggle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #f41f31;
  transition: 0.3s ease-in-out;
}
.sb-faq .sb-plus-minus-toggle:after,
.sb-faq .sb-plus-minus-toggle:before {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  top: 0;
  width: 21px;
  transition: transform 500ms ease;
}
.sb-faq .sb-plus-minus-toggle:after {
  transform-origin: center;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 10px);
}
.sb-faq .sb-plus-minus-toggle.sb-collapsed {
  background-color: #f9fafc;
}
.sb-faq .sb-plus-minus-toggle.sb-collapsed:after {
  transform: rotate(90deg);
}
.sb-faq .sb-plus-minus-toggle.sb-collapsed:before {
  transform: rotate(180deg);
}
.sb-faq .sb-question {
  padding-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
/*==================================================
login-area
=====================================================*/
.login-wrap {
  position: relative;
  z-index: 1;
}
.login-wrap .login-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
}
.login-wrap .login-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0.7;
}
.login-form {
  background-color: #010f1c;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding-top: 1px;
  border-radius: 5px;
}
.login-form .login-header {
  padding: 20px 20px 0;
  text-align: center;
}
.login-form .login-header h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
}
.login-form .login-header span {
  color: #fff;
}
.login-form .login-body {
  padding: 22px 25px 25px;
}
.login-form .login-body .form-group {
  margin: 0 0 20px;
  position: relative;
}
.login-form .login-body .form-group label {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  display: block;
}
.login-form .login-body .form-group input {
  border-radius: 5px;
  background: #010f1c;
  border: none;
  width: 100%;
  font-family: "Oswald", sans-serif;
  color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
}
.login-form .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
  font-family: "Oswald", sans-serif;
}
.login-form .login-body .form_group label {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
.or-text {
  position: relative;
  text-align: center;
  margin: 10px 0 25px;
  font-size: 18px;
  z-index: 9;
}
.or-text p {
  display: inline-block;
  padding: 0 10px;
  background-color: #010f1c;
  margin: 0 auto;
  z-index: 1;
  font-size: 22px;
  border-radius: 50%;
}
.link {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Oswald", sans-serif;
}
.field-icon {
  position: absolute;
  top: 70%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.9);
}
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(255, 255, 255, 0.1);
  font-size: 20px;
  margin-top: -1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .checkmark:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\f14a";
  font-family: "FontAwesome";
  color: #f41f31;
}

/* Style the checkmark/indicator */
.checkbox-primary {
  color: #fff;
}
.checkbox-primary input:checked ~ .checkmark:after {
  color: #f41f31;
}

@media (max-width: 991px) {
  .login-wrap .social {
    text-align: left;
    margin-top: 30px;
  }
}

.login-wrap .social .icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 2rem;
  width: 60px;
  height: 60px;

  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 26px;
  color: #fff;
  border-radius: 50%;
  outline: 2px solid #fff;
  transition-property: outline-offset, outline-color, background-color;
  transition-duration: 0.25s;
}
.login-wrap .social .icon:hover {
  outline-offset: 4px;
}
.login-wrap .social .icon:hover i {
  animation: shake 0.25s;
}

.login-wrap .social .icon--instagram:hover {
  background-image: radial-gradient(
    circle at 30% 107%,
    #4285f4 35%,
    #34a853 45%,
    #fbbc05 60%,
    #ea4335 90%
  );
  outline-color: #a02d76;
}
.login-wrap .social .icon--twitter:hover {
  background-color: #1da1f2;
  outline-color: #1da1f2;
}
.login-wrap .social .icon--facebook:hover {
  background-color: #4267b2;
  outline-color: #4267b2;
}

@keyframes shake {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-15deg);
  }
  30% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
}

/*==================================================
blog-area
=====================================================*/
.blog-box .blog-box-img {
  border-radius: 15px;
}

.blog-box .blog-box-img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-box .blog-box-meta {
  row-gap: 12px;
}
.blog-box .blog-box-meta li a {
  color: #fff;
}

.blog-box .blog-box-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.14px;
  position: relative;
}

.blog-box .blog-box-meta li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}

.blog-box .blog-box-meta li:not(:last-child)::before {
  height: 60%;
  width: 0.5px;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-box .blog-box-meta li i {
  color: #f41f31;
}

.blog-box h2 {
  font-size: clamp(28px, 4vw, 35px);
}

.blog-box .blog-btn {
  gap: 6px;
  line-height: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #f41f31;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-box .blog-btn:hover {
  gap: 10px;
}

.blog-box:hover .blog-box-img img {
  -webkit-transform: scale(1.09, 1.09);
  transform: scale(1.09, 1.09);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.wp-block-quote {
  border-radius: 10px;
  background: #010f1c;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  position: relative;
  padding: 45px;
  z-index: 1;
}

.wp-block-quote::before {
  position: absolute;
  background-image: url(../images/icon/quote-up.svg);
  content: "";
  left: 15px;
  top: 15px;
  width: 60px;
  height: 60px;
  z-index: -1;
}

.wp-block-quote p {
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
}

.wp-block-quote cite {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
  display: inline-block;
}
.blog-post-wrap {
  row-gap: 50px;
}
.blog-card-slide {
  position: relative;
}
.blog-card-slide .blog-card-thumb {
  margin-bottom: 0;
}
.blog-card-thumb {
  border: 3px solid #444;
  padding: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-card-thumb a {
  display: block;
  overflow: hidden;
}
.blog-card-thumb img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-card-slide .blog-card-content {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: calc(100% - 60px);
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
  transform: translate(-50%, -30px);
}
.blog-card-slide .blog-card-content .blog-entry li {
  color: #222;
  font-size: 14px;
}
.blog-card-slide .blog-card-content .blog-entry li i {
  font-size: 18px;
}
.blog-card-slide .blog-card-content h3 {
  font-size: 12px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-card-slide .blog-card-content p {
  color: #444;
  font-size: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.blog-card-slide:hover .blog-card-content h3 {
  margin-bottom: 15px;
}
.blog-card-slide:hover .blog-card-content p {
  font-size: 12px;
  opacity: 1;
  line-height: 13px;
}
.blog-card-content h3 {
  font-size: 12px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: #222;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.4;
}
.blog-card-content h3 a {
  color: #222;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-card-content p {
  font-size: 15px;
  margin: 0;
}
.blog-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  padding: 0;
}
.blog-entry li {
  margin-right: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  margin-top: 5px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Josefin Sans", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-entry li i {
  margin-right: 10px;
  color: #fc0;
  font-size: 20px;
}
.blog-entry li.blog-entry-main i {
  color: #e7272d;
}
.sidebar-wrap .sidebar-item {
  background: #010f1c;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  padding: 30px 25px;
  border-radius: 14px;
}

.sidebar-wrap .sidebar-item:not(:last-child) {
  margin-bottom: 24px;
}

.sidebar-wrap .sidebar-item .sidebar-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.sidebar-form {
  border-radius: 10px;
}

.sidebar-form input {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 12px 121px 12px 15px;
  color: #fff;
}

.sidebar-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  border-radius: unset;
  gap: 7px;
  padding: 0 20px;
}

.sidebar-about-wrap .sidebar-about-img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.sidebar-tag {
  gap: 15px;
  color: #000;
}

.sidebar-tag li a {
  text-decoration: underline;
  text-underline-offset: 2.5px;
  -webkit-text-decoration-color: #f41f31;
  text-decoration-color: #f41f31;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff !important;
}

.sidebar-tag li a:hover {
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-decoration-skip-ink: none;
}
.details-img-one-side {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.details-img-wrap-quote {
  font-size: 13px;
  color: #5b5b5b;
}

.comments-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.comments-wrap .single-comments-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.comments-wrap .single-comments-box .comments-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 3px;
  border: 1px dashed #f41f31;
  overflow: hidden;
}

.comments-wrap .single-comments-box .comments-info h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  margin-bottom: 8px;
}

.comments-wrap .single-comments-box .comments-info h3 span {
  font-size: 16px;
  font-weight: 400;
}

.comments-wrap .single-comments-box .comments-info h3 a {
  float: right;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #5b5b5b;
}

.comments-wrap .single-comments-box .comments-info h3 a i {
  margin-right: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box .comments-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .comments-wrap .single-comments-box .comments-info h3 {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.comments-wrap .single-comments-box:hover .comments-info h3 a i {
  color: #f41f31;
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

.comments-wrap .single-comments-box:nth-child(even) {
  margin-left: 85px;
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 25px;
}

@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box:nth-child(even) {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767.98px) {
  .comments-wrap .single-comments-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments-wrap .single-comments-box:not(:last-child) {
    border-bottom: 1px solid #ecf0f5;
    padding-bottom: 25px;
  }
}

.comments-wrap.comments-wrap-rating .single-comments-box .social-btn {
  gap: 24px;
}

.comments-wrap.comments-wrap-rating .single-comments-box .social-btn li {
  font-size: 14px;
  font-weight: 500;
  color: rgba(16, 17, 19, 0.7);
  cursor: pointer;
}

.comments-wrap.comments-wrap-rating .single-comments-box:nth-child(even) {
  margin-left: 0px;
  border-bottom: unset;
  padding-bottom: unset;
}

.comments-wrap.comments-wrap-rating .single-comments-box:not(:last-child) {
  border-bottom: 1px solid #ecf0f5;
  padding-bottom: 24px;
}
.contact-submit-wrap label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3px;
}

.contact-submit-wrap input,
.contact-submit-wrap textarea {
  width: 100%;
  padding: 12px 25px;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  color: #fff;
}

.contact-submit-wrap input::-webkit-input-placeholder,
.contact-submit-wrap textarea::-webkit-input-placeholder {
  color: #a4aab2;
}

.contact-submit-wrap input:-ms-input-placeholder,
.contact-submit-wrap textarea:-ms-input-placeholder {
  color: #a4aab2;
}

.contact-submit-wrap input::-ms-input-placeholder,
.contact-submit-wrap textarea::-ms-input-placeholder {
  color: #a4aab2;
}

.contact-submit-wrap input::placeholder,
.contact-submit-wrap textarea::placeholder {
  color: #a4aab2;
}
/*==================================================
 contact-area
=====================================================*/
.contact-us-section .contact-item {
  border: 1px dashed #7a7a7a;
  padding: 30px;
}
.full-width {
  width: 100%;
}
.contact-item-title {
  margin-bottom: 30px;
}
.contact-item-title h3 {
  color: #f41f31;
  font-size: 30px;
  font-weight: 400;
  font-family: fredericka the great, cursive;
  margin-bottom: 0;
}
.contact-info-list {
  border-top: 1px dashed #444;
  padding-top: 15px;
  padding-bottom: 15px;
}
.contact-info-list h3 {
  font-size: 20px;
  font-weight: 500;
  color: #e7272d;
  margin-bottom: 10px;
}
.contact-info-list p {
  font-size: 16px;
  margin-bottom: 0;
}
.contact-info-list p a {
  color: #f1f1f2;
}
.contact-info-list p a:hover {
  color: #e7272d;
}
.contact-info-list:last-child {
  padding-bottom: 0;
}
.contact-us-section .comment-area .sub-section-title h3 {
  font-size: 25px;
  font-weight: 400;
  font-family: abril fatface, cursive;
}
.contact-us-section .comment-input-area .input-group {
  background-color: #444;
  border-radius: 10px;
  padding: 15px 20px;
}
.comment-input-area .input-group .form-control {
  color: #b4b4b4;
  resize: none;
}
.contact-us-section .input-group {
  border: 2px dashed #444;
  border-radius: 40px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: transparent;
}
.form-control {
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}
.form-control:focus {
  background-color: transparent;
  color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #b4b4b4;
}
.form-control:-ms-input-placeholder {
  color: #b4b4b4;
}
.form-control::-ms-input-placeholder {
  color: #b4b4b4;
}
.form-control::placeholder {
  color: #b4b4b4;
}
.form-group .form-check {
  margin-bottom: 20px;
  font-family: "Josefin Sans", sans-serif;
}
.form-group .form-check a {
  color: #f41f31;
}
.google-map-content iframe {
  width: 100%;
  height: 450px;
  border: 1px solid #e7272d;
  border-radius: 5px;
}
.cart-column {
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  margin-right: 1.5em;
  padding-bottom: 10px;
  margin-top: 10px;
}

.cart-row {
  display: flex;
}

.cart-item {
  width: 45%;
  color: #f41f31;
  font-family: fredericka the great, cursive;
}

.cart-price {
  width: 20%;
  font-size: 1.2em;
  color: #f41f31;
  font-family: fredericka the great, cursive;
}

.cart-quantity {
  width: 35%;
  color: #f41f31;
  font-family: fredericka the great, cursive;
}

.cart-item-title {
  color: #f41f31;
  margin-left: 0.5em;
  font-size: 1.2em;
  font-family: fredericka the great, cursive;
}

.cart-item-image {
  width: 58px;
  height: auto;
  border-radius: 10px;
}



.cart-quantity-input {
  height: 34px;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #ffa323;
  background-color: #eee;
  color: #f41f31;
  padding: 0;
  text-align: center;
  font-size: 1.2em;
  margin-right: 25px;
}

.cart-row:last-child {
  border-bottom: 1px solid black;
}

.cart-row:last-child .cart-column {
  border: none;
}

.cart-total {
  text-align: end;
  margin-top: 10px;
  margin-right: 10px;
}

.cart-total-title {
  font-weight: bold;
  font-size: 1.5em;
  color: #f41f31;
  margin-right: 20px;
  font-family: fredericka the great, cursive;
}

.cart-total-price {
  font-weight: bold;
  font-size: 1.5em;
  color: #ffa323;
  margin-right: 20px;
  font-family: fredericka the great, cursive;
}

/*==================================================
 responsive-area
=====================================================*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .sb-banner.sb-banner-color .bread-shapes .b-shape-3 {
    display: none;
  }
  .sb-banner.sb-banner-color:before {
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .booking-select-wrap.pl-80 {
    padding-left: 0;
    margin-top: 50px;
  }
  .booking-area ul {
    display: inline-block;
    width: 100%;
  }
  .booking-area ul li {
    margin-bottom: 15px;
  }
  .booking-area .custom-select {
    display: inline-block;
    width: 100%;
  }
  .counter-box {
    padding: 80px 20px 50px 20px;
  }
  .counter-box .counter-card-wrap .counter-card {
    padding-left: 20px;
  }
  .counter-box .counter-card-wrap .counter-card h4 {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 5px;
  }
  .counter-box .counter-card-wrap .counter-card p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-wrap.style3 {
    padding: 140px 0 100px;
  }
  .section-title {
    padding-left: 0;
    padding-right: 0;
  }
  .section-title h2 {
    font-size: 46px;
  }
  .info-item h3 {
    font-size: 22px;
  }
  .sm-none {
    display: none !important;
  }
  .hero-wrap.style3 .hero-content h1 {
    font-size: 29px;
  }
  .hero-wrap.style3 .hero-content p {
    max-width: 80%;
  }
  .food-tablist .nav-item .nav-link {
    padding: 12px 18px 10px;
    font-size: 15px;
  }
  .food-tabcontent form {
    width: 100%;
  }
  .header-wrap .logo img {
    max-width: 120px;
  }
  .shopcart span {
    line-height: 21px;
  }
  .counter-box {
    padding: 60px 20px 30px 20px;
  }
  .counter-box .counter-card-wrap .counter-card {
    width: 50%;
    padding-left: 0px;
  }
  .counter-box .counter-card-wrap .counter-card h4 {
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 5px;
  }
  .counter-box .counter-card-wrap .counter-card h4 span {
    font-size: 50px;
    line-height: 45px;
  }
  .counter-box .counter-card-wrap .counter-card p {
    font-size: 14px;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video_wraper {
    height: auto;
    padding-bottom: 0;
    margin-top: 30px;
  }

  .video_wraper .action_box {
    clip-path: inset(0 0) !important;
  }
  .review_section.row_am {
    padding: 40px 0;
  }

  .review_section .review_list .review_box {
    margin: 20px 0;
  }

  .review_section .review_text {
    font-size: 70px;
  }

  .review_section .review_list .with_text,
  .review_section .review_list .with_video {
    width: 100%;
  }

  .review_section .review_list .with_text {
    flex-direction: column;
    padding: 20px;
  }

  .review_section .review_list .review_box .review {
    width: 100%;
    margin-top: 20px;
  }

  .review_section .review_list .review_box .review .name {
    margin: 0;
  }
  .stImage:after {
    background-size: 100% auto;
  }
  .team-content .team-social a {
    margin: 0 3px;
  }
  .footer-wrap .footer-shape {
    max-width: 160px;
  }
  .footer-wrap .logo {
    margin-bottom: 30px;
    display: block;
    
  }
  .footer-wrap .footer-widget h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .footer-wrap .footer-widget .subscribe-form input {
    padding: 14px 125px 14px 20px;
  }
  .footer-wrap .footer-widget .subscribe-form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .footer-wrap .footer-widget .subscribe-form input::placeholder {
    color: #fff;
    opacity: 1;
  }
  .footer-wrap .footer-widget .subscribe-form button {
    font-size: 14px;
    padding: 10px 25px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget {
    width: 100%;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .footer-widget-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:after {
    display: none;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .footer-menu li a:before {
    top: 7px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .working-hours li {
    margin-bottom: 9px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .contact-info li {
    padding-left: 50px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer-wrap
    .footer-widget-wrapper
    .footer-widget
    .contact-info
    li:last-child {
    margin-bottom: 0;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .contact-info li span {
    width: 35px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .contact-info li span img {
    max-width: 17px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .contact-info li a {
    font-size: 14px;
  }
  .footer-wrap .footer-bottom .copyright-text {
    text-align: center;
  }
  .footer-wrap .footer-bottom .social-profile {
    margin-top: 12px;
    text-align: center;
  }
  .story-wrapper:after {
    display: none;
  }
  .story-wrapper .story-item {
    padding-bottom: 50px;
  }
  .story-wrapper .story-item .story-img {
    width: 100%;
    height: 350px;
  }
  .story-wrapper .story-item .story-content {
    width: calc(100% - 40px);
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
  }
  .story-wrapper .story-item .story-content h2 {
    font-size: 30px;
  }
  .story-wrapper .story-item .story-content h4 {
    font-size: 20px;
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-wrap.style3 .container-fluid {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-content {
    padding: 30px 20px;
  }
  .team-content .team-social a {
    font-size: 12px;
    padding: 12px 0;
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 1600px) {
  .hero-wrap.style3 .hero-content h1 {
    font-size: 70px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(2) {
    padding-left: 60px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(3) {
    padding-left: 85px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(4) {
    padding-left: 120px;
  }
}

@media only screen and (min-width: 1920px) {
  .counter-box {
    padding: 84px 75px 56px 82px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(2) {
    padding-left: 60px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(3) {
    padding-left: 105px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(4) {
    padding-left: 150px;
  }
  .footer-wrap {
    padding-top: 130px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:nth-child(1):after {
    right: 90px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:nth-child(2) {
    padding-left: 40px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:nth-child(2):after {
    right: 50px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:nth-child(3) {
    padding-left: 80px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:nth-child(3):after {
    right: 0px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:nth-child(4) {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-wrap.style3 .hero-content h1 {
    font-size: 43px;
  }
  .opening-hrs-wrap .opening-hrs-box-wrap .promotional-offer {
    height: 365px;
  }

  .opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs {
    min-height: 365px;
    padding: 18px;
  }

  .opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs h4 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs .office-schedule li {
    margin: 0 0 11px;
  }
  .counter-box {
    padding: 84px 25px 56px 25px;
  }
  .counter-box .counter-card-wrap .counter-card {
    padding-left: 20px;
  }
  .counter-box .counter-card-wrap .counter-card h4 {
    font-size: 78px;
    line-height: 78px;
  }
  .counter-box .counter-card-wrap .counter-card p {
    font-size: 20px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:after {
    right: 30px;
  }
}
@media screen and (max-width: 330px) {
  .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .home__images {
    width: 245px;
    height: 320px;
    
    
  }
  .home__liquid {
    width: 250px;
    left: 0;
  }
  .home__juice {
    width: 100px;
  }
  .home__apple1,
  .home__apple2 {
    width: 70px;
  }
  .about__burger {
    width: 210px;
  }
  .about__dish {
    width: 250px;
    bottom: -2rem;
  }
}

@media screen and (min-width: 1048px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1400px) {
  .counter-box {
    padding: 84px 65px 56px 82px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(2) {
    padding-left: 30px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(3) {
    padding-left: 45px;
  }
  .counter-box .counter-card-wrap .counter-card:nth-child(4) {
    padding-left: 70px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 18px;
  }
  .footer-wrap .footer-widget .footer-menu li a:before {
    top: 10px;
  }
  .footer-wrap .footer-bottom .copyright-text .link {
    font-size: 16px;
  }
  .choose-orange-img {
    padding: 20px;
  }
  /* .choose-orange-img::before {
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/shape/choose-pizza-round-sp.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -webkit-animation: circle-rotate 40s linear infinite;
    animation: circle-rotate 40s linear infinite;
  } */
  .story-wrapper .story-item .story-img {
    width: calc(100% - 116px);
  }
  .story-wrapper .story-item .story-img .story-content h4 {
    font-size: 32px;
  }
  .story-wrapper .story-item:nth-child(odd) .story-img:before {
    right: -162px;
  }
  .story-wrapper .story-item:nth-child(odd) .story-img:after {
    right: -153px;
  }
  .story-wrapper .story-item:nth-child(odd) .story-img .story-content {
    right: -55px;
  }
  .story-wrapper .story-item:nth-child(even) .story-img {
    margin-right: 30px;
  }
  .story-wrapper .story-item:nth-child(even) .story-img:before {
    left: -100px;
  }
  .story-wrapper .story-item:nth-child(even) .story-img:after {
    left: -91px;
  }
  .story-wrapper .story-item:nth-child(even) .story-img .story-content {
    right: -65px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .xl-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .opening-hrs-wrap .opening-hrs-box-wrap .promotional-offer {
    height: 660px;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer-wrap .footer-widget h2 {
    font-size: 28px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget {
    width: 50%;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget .footer-widget-title {
    margin-bottom: 20px;
  }
  .footer-wrap .footer-widget-wrapper .footer-widget:after {
    display: none;
  }
  .story-wrapper .story-item .story-img {
    width: calc(100% - 5px);
  }
  .story-wrapper .story-item .story-img .story-content h4 {
    font-size: 26px;
  }
  .story-wrapper .story-item:nth-child(odd) .story-img:before {
    right: -42px;
  }
  .story-wrapper .story-item:nth-child(odd) .story-img:after {
    right: -32px;
  }
  .story-wrapper .story-item:nth-child(odd) .story-img .story-content {
    right: 0px;
  }
  .story-wrapper .story-item:nth-child(even) .story-img {
    margin-right: 0px;
  }
  .story-wrapper .story-item:nth-child(even) .story-img:before {
    left: -27px;
  }
  .story-wrapper .story-item:nth-child(even) .story-img:after {
    left: -20px;
  }
  .story-wrapper .story-item:nth-child(even) .story-img .story-content {
    right: 5px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .xl-none {
    display: none !important;
  }
  .main-menu-wrap #menu ul li a {
    padding: 15px !important;
    font-size: 15px !important;
  }
  .main-menu-wrap #menu > ul > li.has-children > a::after {
    right: 3px !important;
  }
  .opening-hrs-wrap .opening-hrs-box-wrap .promotional-offer {
    height: 405px;
  }

  .opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs {
    min-height: 405px;
    padding: 22px;
  }

  .opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs h4 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .lg-none {
    display: none !important;
  }
  .page-wrapper {
    overflow-x: hidden;
  }

  .header-wrap.style3
    .header-top
    .header-top-right
    .select-lang
    .navbar-language
    .dropdown-toggle,
  .header-wrap.style3 .header-top .header-top-right .select-currency select {
    color: #fff !important;
    font-family: "Josefin Sans", sans-serif;
  }

  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background-image: url(../img/dark_bg.png);
    right: -100%;
    padding: 50px 0 !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-wrap .header-top .header-top-right {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .menu-bar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }
  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }
  .menu-close i {
    color: #fff;
    font-size: 22px;
  }
  .mobile-menu {
    text-align: right;
  }
  .mobile-menu a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #000;
  }
  .mobile-menu a i {
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    position: relative;
    top: 1px;
  }
  .mobile-top-bar,
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -3px;
  }
  .mobile-top-bar {
    margin-right: 16px;
    cursor: pointer;
    position: relative;
    top: 0;
    color: #fff;
  }
  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 20px;
    background-color: #fff;
    margin: 5.9px 0;
  }
  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }
  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }
  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: 0 0;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }
  .close-header-top button i {
    color: #fff;
    font-size: 20px;
  }
  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #010f1c;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap.open {
    left: 0;
  }
  .main-menu > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu > li.has-children.menu-open > span.menu-expand i {
    color: #000;
  }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu li {
    position: relative;
  }
  .main-menu li:last-child {
    margin: 0;
  }
  .main-menu li > span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }
  .main-menu li > span.menu-expand i {
    color: #fff;
    font-size: 14px;
  }
  .main-menu li > span.menu-expand:hover {
    color: #fff;
  }
  .main-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-menu li a:hover {
    color: #f41f31;
  }

  .main-menu li a.active {
    font-weight: 600;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .info-shape-item {
    position: absolute;
  }
  .info-shape-item:nth-child(1) {
    -webkit-transform: translate(-55px, -5px);
    transform: translate(-55px, -5px);
  }
  .info-shape-item:nth-child(2) {
    -webkit-transform: translate(-30px, 10px);
    transform: translate(-30px, 10px);
  }
  .info-shape-item:nth-child(3) {
    -webkit-transform: translate(-30px, 70px);
    transform: translate(-30px, 70px);
  }
  .info-shape-item:nth-child(4) {
    -webkit-transform: translate(25px, 20px);
    transform: translate(25px, 20px);
  }
  .info-shape-item:nth-child(5) {
    -webkit-transform: translate(25px, 70px);
    transform: translate(25px, 70px);
  }
  .info-shape-item:nth-child(6) {
    -webkit-transform: translate(10px, 85px);
    transform: translate(10px, 85px);
  }
  .menu-main-details-for .slick-arrow.prev-arrow {
    -webkit-transform: translate(-180px, -80px);
    transform: translate(-180px, -80px);
  }
  .menu-main-details-for .slick-arrow.next-arrow {
    -webkit-transform: translate(180px, -80px);
    transform: translate(180px, -80px);
  }
}

@media only screen and (max-width: 991px) {
  .page-wrapper {
    overflow-x: hidden !important;
  }
  .hero-content {
    margin-bottom: 5rem;
  }

  .opening-hrs-wrap .opening-hrs-box-wrap .opening-hrs {
    width: 100%;
    min-height: auto;
  }
  .opening-hrs-wrap .opening-hrs-box-wrap .promotional-offer {
    width: 100%;
  }
  .counter-box .counter-shape-one {
    margin-bottom: 100px;
    position: relative;
    height: 40%;
  }
  .counter-box .counter-shape-two {
    height: 40%;
  }
  .info-shape-item {
    display: none;
  }
  .receipe-grid-three .receipe-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-wrap.sticky {
    margin-top: -54px;
  }
  .main-menu-wrap #menu ul li {
    display: inline-block;
    position: relative;
  }
  .main-menu-wrap #menu ul li a {
    padding: 15px 20px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu ul li a.active,
  .main-menu-wrap #menu ul li a:hover {
    color: #000;
  }
  .main-menu-wrap #menu ul li a.active:before,
  .main-menu-wrap #menu ul li a:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu {
    position: absolute;
    top: 70px;
    left: 0;
    min-width: 200px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.17);
    z-index: 10;
    display: block !important;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    display: block;
    padding: 15px 22px;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #eeeff2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:before {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    width: 0%;
    height: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active,
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    color: #fff;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before,
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:after,
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:after {
    border-color: #fff;
  }
  .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .main-menu-wrap #menu ul li.has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }
  .main-menu-wrap #menu > ul > li {
    margin: 0;
  }
  .main-menu-wrap #menu > ul > li > a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .main-menu-wrap #menu > ul > li.has-children > a {
    position: relative;
  }
  .main-menu-wrap #menu > ul > li.has-children > a:after {
    position: absolute;
    top: 16px;
    right: 9px;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 8px;
    font-weight: 600;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .main-menu-wrap #menu > ul > li.has-children > .sub-menu > .has-children > a {
    position: relative;
  }
  .main-menu-wrap
    #menu
    > ul
    > li.has-children
    > .sub-menu
    > .has-children
    > a:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .main-menu-wrap
    #menu
    > ul
    > li.has-children
    > .sub-menu
    > .has-children
    > a:hover:after {
    border-color: #000;
  }
  .main-menu-wrap #menu > ul > .has-children {
    position: relative;
  }
  .main-menu-wrap
    #menu
    ul
    > .has-children
    > .sub-menu
    > .has-children
    > .sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
  }
  .menu-expand i {
    display: none;
  }

  .header-wrap.style3
    .main-menu-wrap
    #menu
    ul
    li.has-children
    .sub-menu
    li
    a.active::before,
  .header-wrap.style3
    .main-menu-wrap
    #menu
    ul
    li.has-children
    .sub-menu
    li
    a:hover::before {
    background-color: #f41f31;
  }

  .header-wrap.style3 .main-menu-wrap #menu ul li a.active,
  .header-wrap.style3 .main-menu-wrap #menu ul li a:hover {
    color: #f41f31;
  }
}
@media screen and (max-width: 1200px) {
  .review_section .review_text {
    font-size: 150px;
  }
}
@media screen and (max-width: 991px) {
  .service-title {
    font-size: 18px !important;
  }
  .single-team {
    margin: 0 0 30px;
  }
  .restaurant-info .img {
    height: 350px !important;
  }
}

@media (max-width: 767.98px) {
  .banner-gallery2 .gallery-img-11 {
    margin-top: 30px;
  }
  .banner-gallery2 .gallery-img-22 .img-pos {
    width: 41%;
  }
  .banner-gallery2 .gallery-img-33 .img-pos {
    width: 38%;
    position: absolute;
    right: 14%;
    bottom: 0;
  }
  .banner-gallery2 .gallery-img-33 {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .banner-gallery2 .gallery-img-3 .img-pos {
    right: 0%;
    width: 57%;
  }
  .banner-gallery .gallery-img-3 img {
    width: 53%;
  }
  .banner-gallery .gallery-img-3 {
    margin-top: 30px;
  }
  .banner-gallery .gallery-img-3 .s12 {
    right: -5%;
    top: -4%;
  }
  .banner-gallery .gallery-img-2 img {
    width: 47%;
  }
  .banner-gallery .gallery-img-2 {
    margin-top: 30px;
  }
  .sb-banner.sb-banner-color .bread-shapes .b-shape-6 {
    display: none;
  }
  .sb-banner.sb-banner-color .bread-shapes .b-shape-3 {
    display: none;
  }
  .sb-banner.sb-banner-color .bread-shapes .b-shape-2 {
    display: none;
  }
  .sb-banner.sb-banner-color .bread-shapes .b-shape-1 {
    display: none;
  }
  .sb-banner.sb-banner-color:before {
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-gallery2 .gallery-img-11 {
    margin-top: 30px;
  }
  .banner-gallery2 .gallery-img-3 .img-pos {
    right: 6%;
  }
  .banner-gallery2 .gallery-img-1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .banner-gallery2 .gallery-img-2 .img-pos1 {
    top: 10%;
    width: 48%;
    left: 5%;
  }
  .banner-gallery2 .gallery-img-33 .gprice-2 {
    right: 13%;
    bottom: 55%;
  }
  .banner-gallery2 .gallery-img-22 .gprice-1 {
    bottom: 59%;
    right: 48%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .banner-gallery2 .gallery-img-2 .img-pos1 {
    top: 0;
    width: 38%;
    left: 18%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-gallery2 .gallery-img-3 .img-pos {
    right: -43%;
  }
  .banner-gallery2 .gallery-img-2 .img-pos1 {
    top: 35%;
  }
  .sb-banner.sb-banner-color .bread-shapes .b-shape-3 {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  .team-block .inner-box .image-box .social-links li {
    right: -50px;
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .menu-main-details-for .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .menu-main-details-for .slick-arrow.prev-arrow {
    left: 0;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
  .menu-main-details-for .slick-arrow.next-arrow {
    right: 0;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
  }
  .menu-details-carousel-item h3 {
    font-size: 22px;
  }
  .menu-details-carousel-item .menu-price {
    font-size: 22px;
  }
  .menu-details-carousel-item .btn {
    font-size: 16px;
    padding: 15px 27px;
    margin-bottom: 25px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .menu-main-thumb-nav .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .menu-main-thumb-nav .slick-arrow.prev-arrow {
    left: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  .menu-main-thumb-nav .slick-arrow.next-arrow {
    right: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  .menu-main-thumb-inner img {
    width: 65px;
  }
  .menu-main-thumb-inner p {
    font-size: 18px;
  }
  .receipe-grid-three .receipe-item {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .review_section.row_am {
    padding-bottom: 50px;
  }

  .review_section .review_text {
    font-size: 100px;
  }
  .delivery-info h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .footer-illustration {
    position: absolute;
    bottom: 5%;
  }
  .running-cycle div {
    position: absolute;
    bottom: 5%;
  }
}

@media (max-width: 450px) {
  .sb-h1,
  h1 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .sb-h1,
  h1 {
    font-size: 54px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 991.98px) {
  .choose-orange-box {
    text-align: center;
  }
  .choose-orange-box svg,
  .choose-orange-box img,
  .choose-orange-box i {
    padding-left: 0px;
  }
  .choose-orange-box .choose-orange-info {
    border-left: unset;
    padding-left: 0;
  }
  .choose-orange-box .choose-orange-info h2 {
    margin: 20px 0 10px;
  }
  .choose-orange-box .choose-orange-info p {
    margin: 0 auto;
  }
  .choose-orange-img img {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (min-width: 540px) {
  .about__container {
    grid-template-columns: 360px;
    justify-content: center;
  }
}
@media screen and (min-width: 1150px) {
  .about__burger {
    width: 490px;
  }
  .about__dish {
    width: 560px;
    bottom: -4rem;
  }

  .about__ingredient {
    width: 100px;
  }

  .about__potato-1 {
    left: -2rem;
    top: 1.5rem;
  }
  .about__potato-2 {
    right: -1.5rem;
    bottom: -3rem;
  }
  .about__tomato-1 {
    width: 70px;
    top: -1.5rem;
    right: 10rem;
  }
  .about__tomato-2 {
    width: 70px;
    left: 9.5rem;
    bottom: -2.5rem;
  }
  .about__lettuce-1 {
    top: 4rem;
    right: -3.5rem;
  }
  .about__lettuce-2 {
    left: -1.5rem;
    bottom: 2rem;
  }
  .about__container {
    grid-template-columns: 430px 605px;
    align-items: center;
    column-gap: 4rem;
    padding-block: 7rem 4rem;
  }
}
@media only screen and (max-width: 1199.98px) {
  .section-title2 h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .login-form .login-header h2 {
    font-size: 24px;
  }
}
