@font-face {
  font-family: CabritoFlare-Bold;
  src: url(../../Fonts/cabrito-flare/CabritoFlare-ConBla.otf);
}
@font-face {
  font-family: CabritoFlare;
  src: url(../../Fonts/cabrito-flare/CabritoFlare-ExtBooIt.otf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
.main-color {
  color: #ff8c00;
}

body {
  font-family: CabritoFlare;
  color: #fff8e8;
  background-color: #001121;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.valentine-gif {
  max-width: 100px;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

.reveal.active .fade-left {
  transform: translateX(-150px);
  transition: all 0.5s ease;
  animation: fade-left 1s ease-in-out;
}

.reveal.active .fade-left.animate {
  animation: fade-left 1s ease forwards;
}

.reveal.active .fade-right {
  transform: translateX(-150px);
  transition: all 0.5s ease;
}

.reveal.active .fade-right.animate {
  animation: fade-right 1s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.CTA_button {
  padding: 16px 35px;
  background-color: #ff8c00;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  border: 1px solid #ff8c00;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
}
.CTA_button svg {
  margin-left: 8px;
}
.CTA_button:hover {
  background-color: #001121;
  color: #ff8c00;
  border-color: #ff8c00;
  text-decoration: none;
}

#myModal {
  color: #000;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fade-left-hero {
  animation: fade-left-hero 2s ease-in-out;
  -webkit-animation: fade-left-hero 2s ease-in-out;
}

.fade-left-hero2 {
  animation: fade-left-hero 2.5s ease-in-out;
  -webkit-animation: fade-left-hero 2.5s ease-in-out;
}

.fade-left-hero3 {
  animation: fade-left-hero 3s ease-in-out;
  -webkit-animation: fade-left-hero 3s ease-in-out;
}

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-bounce {
  animation: fade-bounce 2s ease-in-out;
}
.reveal.active .fade-bounce1 {
  animation: fade-bounce 2.5s ease-in-out;
}
.reveal.active .fade-bounce2 {
  animation: fade-bounce 3s ease-in-out;
}
@keyframes fade-bounce {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 2s ease-in-out;
}
.reveal.active .fade-bottom1 {
  animation: fade-bottom 2.5s ease-in-out;
}
.reveal.active .fade-bottom2 {
  animation: fade-bottom 3s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(190px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .top {
  animation: top 0.5s ease-in;
}
@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.main-color {
  color: #ff8c00;
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #ff8c00;
  color: white;
}
::selection {
  background-color: #ff8c00;
  color: white;
}

::-moz-selection {
  background-color: #ff8c00;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #ff8c00;
  border-radius: 10px;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: block !important;
}
@media (min-width: 768px) {
  .displayy {
    display: flex !important;
  }
}

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

header {
  padding: 20px 0;
  background-color: #001121;
  position: sticky;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid #fff;
  font-family: ArchivoBlack;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 160px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 100px;
  }
}
header .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .dropdown-toggle:after {
  display: none;
}
header section.menu-section .CTA_button {
  text-transform: capitalize;
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    margin-left: 10px;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
  }
}
header section.menu-section nav li a.nav-link svg {
  margin-left: 4px;
}
header section.menu-section nav li a.nav-link svg g {
  fill: #fff;
}
header section.menu-section nav .dropdown-menu {
  background-color: #ff8c00;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #ff8c00;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #ff8c00;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.slider {
  padding: 40px 80px 0 80px;
  position: relative;
}
@media (max-width: 1200px) {
  .slider {
    padding: 40px 0;
  }
}
.slider .swiper-Hero .swiper-slide {
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: cover;
  height: 650px;
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide {
    height: 550px;
  }
}
.slider .swiper-Hero .swiper-slide .hero-content {
  background-color: rgba(0, 0, 0, 0.7254901961);
  padding: 24px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 100%;
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
  font-size: 5rem;
  max-width: 80%;
}
@media (max-width: 1200px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h1 {
    font-size: 1.8rem;
  }
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h2 {
  max-width: 80%;
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner h2 {
    font-size: 1.5rem;
  }
}
.slider .swiper-Hero .swiper-slide .hero-content .hero-content-inner .CTA_button {
  margin: 10px;
}
.slider .swiper-Hero .swiper-slide .hero-content p {
  font-size: 16px;
}
@media (max-width: 480px) {
  .slider .swiper-Hero .swiper-slide .hero-content p {
    font-size: 14px;
  }
}
.slider .swiper-Hero .swiper-slide-active .hero-content-inner {
  animation: fade-bottom 1.5s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slider .swiper-Hero .swiperone {
  background-image: url(../../imgs/hero/slider/swiper1.jpg);
}
.slider .swiper-Hero .swipertwo {
  background-image: url(../../imgs/hero/slider/swiper2.jpg);
}
.slider .swiper-Hero .swiperthree {
  background-image: url(../../imgs/hero/slider/swiper3.jpg);
  background-position: center;
}
.slider .address {
  position: absolute;
  left: -130px;
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  z-index: 9999;
  margin: auto;
  align-items: center;
  font-size: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media (max-width: 1200px) {
  .slider .address {
    display: none;
  }
}
.slider .title {
  position: absolute;
  right: -100px;
  transform: rotate(-90deg);
  top: 0;
  bottom: 0;
  z-index: 9999;
  margin: auto 10px;
  align-items: center;
  font-size: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
@media (max-width: 1200px) {
  .slider .title {
    display: none;
  }
}

section.hero-section {
  padding: 40px 80px;
  color: #fff;
  text-align: left;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 40px 0;
  }
}
section.hero-section h3 {
  font-size: 2.7rem;
}
@media (max-width: 1200px) {
  section.hero-section h3 {
    font-size: 2.5rem;
  }
}
section.hero-section p {
  font-size: 18px;
  text-align: left;
}
section.hero-section img {
  border-radius: 20px;
}
section.hero-section .special_cards {
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
}
section.hero-section .special_cards li {
  width: 100%;
  position: relative;
  transition: ease-in-out 0.7s;
}
section.hero-section .special_cards li .card {
  border-top: 1px solid #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  padding: 30px;
  min-height: 150px;
  width: 100%;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .card {
    display: none;
  }
}
section.hero-section .special_cards li .card .title {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .card .title {
    font-size: 1.5rem;
  }
}
section.hero-section .special_cards li .card marquee {
  width: 70%;
  margin: 10px;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .card marquee {
    width: 50%;
  }
}
section.hero-section .special_cards li .card marquee span {
  margin-right: 50px;
  padding-left: 10px;
  font-size: 24px;
  color: #a2a2a2;
  position: relative;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .card marquee span {
    font-size: 16px;
  }
}
section.hero-section .special_cards li .card marquee span::before {
  position: absolute;
  content: "";
  background-color: #a2a2a2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  align-items: center;
}
section.hero-section .special_cards li .hover-card {
  border-top: 1px solid #fff;
  min-height: 150px;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  justify-content: space-between;
  background-color: #001121;
  color: #fff;
  transition: ease-in-out 0.7s;
  align-items: center;
}
@media (max-width: 1200px) {
  section.hero-section .special_cards li .hover-card {
    display: flex;
    min-height: 250px;
    position: relative;
    flex-direction: column;
    padding: 30px 0;
  }
}
section.hero-section .special_cards li .hover-card .title {
  font-size: 2.5rem;
  transition: ease-in-out 0.7s;
}
@media (max-width: 587px) {
  section.hero-section .special_cards li .hover-card .title {
    font-size: 1.5rem;
  }
}
section.hero-section .special_cards li .hover-card .CTA_button {
  align-items: center;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: ease-in-out 0.7s;
}
section.hero-section .special_cards li:hover .hover-card {
  display: flex;
}
section.hero-section .CTA_button {
  text-transform: capitalize;
  margin: 10px 10px 10px 0;
}

.swiper-marquee {
  margin: 40px 0 20px 0;
}
@media (max-width: 1200px) {
  .swiper-marquee {
    margin: 16px 0;
  }
}
.swiper-marquee .swiper-slide {
  margin: 10px auto;
  text-align: center;
}
.swiper-marquee .swiper-slide span {
  font-size: 2.7rem;
}
@media (max-width: 991px) {
  .swiper-marquee .swiper-slide span {
    font-size: 1.5rem;
  }
}

video {
  border-radius: 20px;
}

/* more about us section */
section.more-about-us-section {
  padding: 100px 0;
  margin: 0 80px;
  position: relative;
}
section.more-about-us-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-removebg-preview.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  section.more-about-us-section:after {
    height: 24px;
  }
}
section.more-about-us-section::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  section.more-about-us-section::before {
    width: 24px;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 120px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
/* special to try */
section.special {
  color: #fff;
  text-align: center;
  padding: 80px;
  margin: 0 80px 0 0;
  position: relative;
}
@media (max-width: 991px) {
  section.special {
    padding: 40px;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 576px) {
  section.special {
    padding: 40px 24px;
    margin: 0 20px 0 0;
  }
}
section.special:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-removebg-preview.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 45px;
}
@media (max-width: 1200px) {
  section.special:after {
    height: 24px;
  }
}
section.special::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
}
@media (max-width: 1200px) {
  section.special::before {
    width: 24px;
  }
}
section.special ul {
  padding: 0;
}
section.special ul li {
  min-height: 600px;
  align-self: center;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991px) {
  section.special ul li {
    min-height: unset;
  }
}
section.special ul li h3 {
  text-align: left;
  margin-bottom: 24px;
  font-family: CabritoFlare-Bold;
  font-size: 3rem;
}
@media (max-width: 1200px) {
  section.special ul li h3 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.special ul li h3 {
    font-size: 1.6rem;
    margin-right: 5px;
  }
}
section.special ul li p {
  max-width: 95%;
  font-size: 19px;
}
@media (max-width: 576px) {
  section.special ul li p {
    font-size: 1rem;
  }
}
section.special ul li img {
  max-width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-top: -100px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  section.special ul li img {
    margin-top: 20px;
  }
}
section.special ul li a.btn {
  margin: 0;
  justify-content: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: underline;
  font-size: 25px;
  color: #ff8c00;
}
@media (max-width: 576px) {
  section.special ul li a.btn {
    font-size: 18px;
  }
}

.border-right {
  border-color: #ff8c00 !important;
  border-width: 4px !important;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .border-right {
    border-color: transparent !important;
    border-width: 0 !important;
    padding-right: 0;
  }
}

section.about-us {
  padding: 80px;
  position: relative;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 40px 0;
  }
}
section.about-us img {
  border-radius: 16px;
}
section.about-us h3 {
  font-size: 4rem;
}
@media (max-width: 991px) {
  section.about-us h3 {
    font-size: 2.5rem;
  }
}
section.about-us p {
  font-size: 20px;
  max-width: 90%;
  margin: 16px auto;
}
@media (max-width: 991px) {
  section.about-us p {
    max-width: 100%;
    font-size: 16px;
  }
}
section.about-us .CTA_button {
  margin-top: 20px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}

.gift_voucher {
  padding: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .gift_voucher {
    padding: 40px 0;
  }
}
.gift_voucher img {
  border-radius: 50% 50% 16px 16px;
  border: 5px solid rgb(158, 158, 158);
}
.gift_voucher h3 {
  font-size: 3rem;
}
.gift_voucher p {
  font-size: 20px;
  max-width: 100%;
  margin: 16px auto;
}
.gift_voucher .CTA_button {
  margin-top: 20px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}

.video {
  position: relative;
}
.animation-image {
  transform-origin: 50%;
  animation: linear scale-down-on-scroll;
  animation-timeline: view() !important;
  animation-range: exit-crossing 0% exit-crossing 100% !important;
}
@keyframes scale-down-on-scroll {
  to {
    opacity: 0.5;
    translate: 60vi;
    rotate: 20deg;
    scale: 0.9;
  }
}
.animation-image img {
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.scrolling .box {
  transform: translateY(0); /* Initial transform state */
  animation-timeline: view();
  animation-range: entry 0% exit 100%; /* Start at entry, end at exit */
  animation-fill-mode: both; /* Ensures animation state is maintained */
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0.2;
    transform: scale(1) translateY(0);
  }
  40% {
    opacity: 0.4;
    transform: scale(2) translateY(60px);
  }
  60% {
    opacity: 0.8;
    transform: scale(4) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: scale(3) translateY(130px);
  }
}
.scrolling .video {
  transform: translateY(0); /* Initial transform state */
  animation-timeline: view();
  animation-range: entry 0% exit 100%; /* Start at entry, end at exit */
  animation-fill-mode: both; /* Ensures animation state is maintained */
  animation-name: SCaleup;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes SCaleup {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1.8);
  }
}

section.reviews {
  padding: 0 0 40px 0;
  color: #fff;
  position: relative;
}
section.reviews h4 {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bolder;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 0 0 19px #000;
  text-align: center;
}
section.reviews span {
  margin-bottom: 40px;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  font-size: 4rem;
  text-shadow: 0 0 19px #000;
  text-align: center;
}
@media (max-width: 991px) {
  section.reviews span {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  section.reviews span {
    font-size: 30px;
  }
}
section.reviews .row {
  padding: 40px 0;
}
section.reviews .col-lg-6 {
  display: block;
  position: relative;
}
section.reviews .testimonial {
  position: sticky;
  top: 0;
}
section.reviews .comment-section {
  width: 100%;
  padding: 16px;
  margin: 5px;
  border-radius: 16px;
  display: flex;
  position: relative;
  border: 2px solid #fff;
  background: rgba(0, 17, 33, 0.6392156863);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
}
section.reviews .comment-section .fa {
  font-size: 1.5rem;
}
section.reviews .comment-section .quote-top {
  position: absolute;
  top: -30px;
  left: 0;
}
section.reviews .comment-section .quote-bottom {
  position: absolute;
  bottom: -30px;
  right: 0;
}
section.reviews .comment-section .card-img {
  max-width: 14%;
  margin-right: 16px;
  border-radius: 50%;
}
section.reviews .comment-section .card-img img {
  border-radius: 50%;
  border: 1px solid #febf00;
  max-width: 100%;
}
section.reviews .comment-section .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
section.reviews .comment-section .card-body .comment-text {
  color: #fff;
  font-size: 17px;
}
section.reviews .comment-section .card-body .comment-writter-name {
  text-transform: uppercase;
  font-weight: bolder;
  color: #ff8c00;
  margin: 9px 0;
  color: #fff;
}
section.reviews .comment-section .card-body .stars {
  margin-bottom: 10px;
}

.scaling-bg {
  height: 100vh;
  width: 60%;
  margin: auto;
  background-image: url(../../imgs/hero/welcome-to-himali-.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.category {
  margin: 80px;
  position: relative;
}
@media (max-width: 1200px) {
  .category {
    margin: 40px;
  }
}
@media (max-width: 576px) {
  .category {
    margin: 40px 0;
  }
}
.category img {
  border-radius: 8px;
}
.category .card {
  background-color: transparent;
}
.category .card h4 {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: CabritoFlare-Bold;
}
.category .card a.btn {
  background-color: #250704;
  color: #fff;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  padding: 15px 30px;
  margin: 10px;
  font-weight: bolder;
}
@media (max-width: 480px) {
  .category h4 {
    justify-content: center;
    text-align: center;
    display: flex;
    margin: 40px 0;
  }
}
.category ul.category_list {
  overflow-y: scroll;
  margin-bottom: 40px;
  height: 80vh;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 991px) {
  .category ul.category_list {
    overflow-y: unset;
    height: unset;
  }
}
@media (max-width: 480px) {
  .category ul.category_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
.category ul.category_list li {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .category ul.category_list li {
    max-width: 80%;
    margin: 5px auto;
  }
}
@media (max-width: 380px) {
  .category ul.category_list li {
    max-width: 100%;
  }
}
.category ul.category_list li a {
  color: #fff;
}
.category ul.category_list li a:hover {
  text-decoration: none;
}
.category ul.category_list li a .card-title {
  font-size: 20px;
  font-family: CabritoFlare-Bold;
}
@media (max-width: 768px) {
  .category ul.category_list li a .card-title {
    font-size: 16px;
  }
}
.category ul.category_list li a .card {
  display: flex;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
  flex-direction: row;
}
@media (max-width: 480px) {
  .category ul.category_list li a .card {
    flex-direction: column;
    text-align: center;
    max-width: -moz-max-content;
    max-width: max-content;
    align-items: center;
  }
}
.category ul.category_list li a .card:hover {
  text-decoration: none;
  transition: ease-in-out 0.7s;
}
.category ul.category_list li a .card:hover .card-arrow {
  background-color: #fff;
}
@media (max-width: 768px) {
  .category ul.category_list li a .card p {
    font-size: 14px;
  }
}
.category ul.category_list li a .card .card-img {
  width: 160px;
}
.category ul.category_list li a .card .card-img img {
  border-radius: 8px;
  max-width: 100%;
}
.category ul.category_list li a .card .card-arrow {
  padding: 8px;
  background-color: #ff8c00;
  align-items: center;
  display: flex;
  border-left: 2px solid #232a23;
}
.category ul.category_list li a .card .card-arrow span {
  display: none;
}
@media (max-width: 480px) {
  .category ul.category_list li a .card .card-arrow {
    border-left: none;
    justify-content: space-between;
  }
  .category ul.category_list li a .card .card-arrow span {
    display: flex;
  }
}
.category ul.category_list li a .card .card-arrow svg {
  fill: #232a23;
  font-weight: bolder;
}
.category .image_card {
  position: sticky;
  top: 0;
}
@media (max-width: 480px) {
  .category .CTA_button {
    margin: 10px auto;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}

/* dwnloap app section */
section.dl-app {
  margin-top: 80px;
  background-color: #ff8c00;
}
section.dl-app div.inner-content {
  flex-direction: row;
  display: flex;
  align-items: center;
}
section.dl-app div.inner-content img.dl-app-link {
  margin: 10px;
  width: 200px;
  background-color: #000;
  transition: transform 0.5s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content p {
  margin-bottom: 0;
}

section.wine {
  padding: 0;
}
section.wine h4 {
  font-size: 3rem;
  font-weight: bold;
  font-family: CabritoFlare-Bold;
}
@media (max-width: 1200px) {
  section.wine h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  section.wine h4 {
    font-size: 2rem;
  }
}
section.wine p {
  font-size: 18px;
  font-family: CabritoFlare;
  text-align: justify;
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: #232a23;
}
@media (max-width: 1200px) {
  section.wine p {
    font-size: 15px;
    margin: 0;
  }
}
section.wine img {
  max-width: 100%;
}
section.wine a.btn {
  margin: 0;
  justify-content: flex-start;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: underline;
  font-size: 25px;
  color: #ff8c00;
}
section.wine .dl-app-background {
  background-color: transparent;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
}
section.wine .dl-app-background::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../imgs/hero/line-vertical.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 45px;
  z-index: 99;
}
@media (max-width: 1200px) {
  section.wine .dl-app-background::before {
    width: 24px;
  }
}
@media (max-width: 1200px) {
  section.wine .dl-app-background {
    margin-top: 15px;
  }
}
section.wine img {
  width: 100%;
}

section.gallery {
  padding: 80px 0;
}
section.gallery .swiper {
  padding: 20px 0;
}
section.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
section.gallery .swiper-reverse {
  transform: rotate(180deg);
}
section.gallery .swiper-reverse img {
  transform: rotate(180deg);
}

/* footer */
.index_footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-image: url(../../imgs/hero/footer-bg.jpg);
}

footer {
  padding: 80px 0 0 0;
  color: #fff;
}
footer #openinghour {
  width: 60%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
}
footer #openinghour p {
  color: #fff;
}
footer .CTA_button {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-top: 24px;
}
footer .CTA_button:hover {
  color: #fff;
}
@media (max-width: 991px) {
  footer .CTA_button {
    margin: 10px auto;
    justify-content: center;
  }
}
footer .shop-logo {
  border-radius: 8px;
  width: 100%;
  background-color: #fff;
}
footer .adress_card {
  font-size: 40px;
  color: #fff;
}
@media (max-width: 991px) {
  footer .adress_card {
    font-size: 30px;
  }
}
footer .btn {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  footer .btn {
    margin: 10px auto;
    justify-content: center;
  }
}
footer .footer_card {
  border: 1px solid #bababa;
}
footer .main_details {
  padding: 50px 0;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
}
footer .card {
  background-color: transparent;
  border: none;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
footer .card .logo {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
}
footer a.reviews_button {
  color: #d6d6d6;
  text-decoration: underline;
  margin-top: 10px;
}
footer .col-12 {
  padding: 0;
}
footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 100%;
  padding: 30px 0;
  border-top: 1px solid #bababa;
}
footer .Phone_number {
  color: #bababa;
}
footer .footer_links {
  list-style: none;
  padding: 0;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  footer .footer_links {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
footer .footer_links li {
  margin: 8px;
}
footer .footer_links li a {
  color: #bababa;
}
footer .social_media {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .social_media a {
  margin: 8px;
}

.Blog {
  padding: 80px 0;
  color: #fff;
}
.Blog .subtitle {
  font-size: 30px;
}
.Blog h4 {
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 10px;
}
.Blog .card {
  background-color: transparent;
  border: none;
  margin-bottom: 24px;
}
.Blog .card:hover img {
  transform: rotate(-3deg);
}
.Blog .card:hover a.btn {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.Blog .card .card-title {
  margin-bottom: 0;
}
.Blog .card img {
  max-width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
  transition: 0.4s all;
  transform-origin: left bottom;
}
.Blog .card a.btn {
  transition: ease-in-out 0.7s;
  color: #fff;
  max-width: -moz-max-content;
  max-width: max-content;
  visibility: hidden;
  transform: translateY(16px);
  opacity: 0;
}

.Customer_service h3 {
  margin-bottom: 30px;
  font-size: 32px;
}
.Customer_service img {
  max-width: 100%;
  margin-bottom: 24px;
}
.Customer_service .hygiene-logo {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  height: 200px;
}
@media (max-width: 991px) {
  .Customer_service .hygiene-logo {
    height: unset;
  }
}
.Customer_service p {
  margin-bottom: 20px;
  display: flex;
}
.Customer_service .CTA_button {
  margin-top: 24px;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.contact-us {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-image: url(../../imgs/hero/himali.jpg);
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 40px 10px;
  }
}
.contact-us .container {
  background-color: #000b16;
  border-radius: 24px;
  padding: 40px;
}
.contact-us ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.contact-us ul li {
  display: inherit;
  align-items: center;
  padding: 4px;
}
.contact-us ul li .branch_name {
  font-size: 2.5rem;
  font-family: CabritoFlare-Bold;
}
@media (max-width: 480px) {
  .contact-us ul li .branch_name {
    font-size: 1.6rem;
  }
}
.contact-us ul li i {
  margin: 0 6px;
}
.contact-us ul li span {
  font-family: CabritoFlare-Bold;
}
.contact-us iframe {
  min-height: 300px;
  border-radius: 10px;
}
.contact-us .contact_card {
  background-color: #0b151f;
  border: 1px solid #262626;
  border-radius: 24px;
  padding: 20px;
  min-height: 100%;
  min-height: 600px;
  text-align: center;
  color: #bababa;
}
@media (max-width: 991px) {
  .contact-us .contact_card {
    min-height: unset;
  }
}
.contact-us .CTA_button {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}

section.social-media {
  background-color: #f3f3f3;
}
section.social-media div.facebook i {
  color: #ff8c00;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright {
  font-family: CabritoFlare-Bold;
}
section.copyright .container {
  padding: 50px 0;
  border-top: 1px solid #fff;
}
section.copyright a.weetech-link {
  color: #ff8c00;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff8c00;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #ff8c00;
}
#myBtn:hover {
  color: #ff8c00;
  border: 1px dashed #ff8c00;
  background-color: white;
  box-shadow: #597E5B 0px 7px 29px 0px;
}

section.Specialoffer {
  background-image: url("../../imgs/special/masti-restaurant-Edinburgh-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 50px 0;
}
section.Specialoffer h1 {
  color: #fff;
  font-weight: bold;
}
section.Specialoffer h4 {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */