html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: visible;
  font-family: "Poppins", sans-serif;
  background-color: #000;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

.index-hero {
  width: 100%;
  background-color: #ff0000;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url("../../imgs/hero/Marmaris-Family-Kebab-House-Alness.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  transition: ease-in-out 1.5s;
}
.index-hero:hover {
  background-position: 56% 56%;
}

a.main-order-btn {
  text-decoration: none;
  color: #fff;
  background-color: #ff0000;
  padding: 10px 30px;
  border-radius: 25px;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

a.main-order-btn:hover {
  background-color: #ff0000;
  animation: infinite pulse 1s ease-in-out;
  color: #fff;
}

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

::selection {
  background-color: #ff0000;
  color: white;
}

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

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

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

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

@keyframes fade-bottom-hero {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-top-hero {
  animation: fade-top-hero 2s ease-in-out;
}

@keyframes fade-top-hero {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.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;
  }
}

.location-section {
  margin-top: 5%;
  margin-inline: 0;
  padding-inline: 3%;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 900px) {
  .location-section {
    padding-inline: unset;
  }
}
.location-section .section-title {
  color: #fff;
  font-weight: 700;
  margin: 30px 0;
  font-weight: bolder;
  font-size: 2.6rem;
}
@media (max-width: 1200px) {
  .location-section .section-title {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .location-section .section-title {
    font-size: 2.8rem;
    margin: 35px 0;
  }
}
@media (max-width: 769px) {
  .location-section .section-title {
    font-size: 2.4rem;
    margin: 30px 0;
  }
}
@media (max-width: 481px) {
  .location-section .section-title {
    font-size: 2rem;
    margin: 25px 0;
  }
}
.location-section .map-container iframe {
  width: 100%;
  min-height: 350px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}
.location-section iframe:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}
.location-section #openinghours:hover {
  transform: scale(1.02);
}
.location-section #openinghours h6 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 15px;
}
.location-section #openinghours p {
  font-size: 1rem;
  margin: 5px 0;
  color: #fff;
}
.location-section .address-section {
  margin: 0 20px;
  background: #ffffff;
  border: 3px dashed #203848;
  border-radius: 15px;
  padding: 0 25px;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .location-section .address-section {
    margin: 0;
    min-height: 380px;
  }
}
@media (max-width: 768px) {
  .location-section .address-section {
    min-height: unset;
  }
}
.location-section .address-section .img-fluid {
  margin-top: 10px;
  max-width: 300px;
  border-radius: 12px;
}
.location-section .address-section .location-address {
  margin-top: 27px;
  font-size: 1rem;
  color: #fff;
}
.location-section .opening-container {
  margin: 0;
  min-height: 350px;
  background: rgba(0, 0, 0, 0.6117647059);
  border: 3px dashed #203848;
  border-radius: 15px;
  padding: 32px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease;
  width: 100%;
  color: #fff;
}
@media (max-width: 1200px) {
  .location-section .opening-container {
    margin: 0;
    min-height: 380px;
  }
}
@media (max-width: 768px) {
  .location-section .opening-container {
    min-height: unset;
  }
}
.location-section .opening-container h6 {
  margin-top: 0.5%;
  margin-bottom: 8.5%;
  font-size: 2rem;
  color: #fff;
}
.location-section .opening-container #openinghour {
  padding: 0 4%;
  font-size: 1rem;
  color: #fff;
}
.location-section .opening-container svg {
  fill: #fff;
}
.location-section .opening-container img {
  max-width: 180px;
}

.quality-section {
  width: 100%;
  color: #fff;
  padding: 0 5%;
  margin-top: 10%;
  position: relative;
}
.quality-section::before {
  content: "";
  position: absolute;
  right: -10%;
  top: 15%;
  width: 900px;
  height: 900px;
  /* Circle diameter */
  background-color: rgb(54, 0, 0); /* Change to desired color */
  border-radius: 50%;
  z-index: 0;
}
.quality-section::after {
  content: "";
  position: absolute;
  left: 67%;
  top: 50%;
  width: 600px;
  height: 600px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  z-index: 0;
}
.quality-section h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bolder;
}
@media (max-width: 991px) {
  .quality-section h2 {
    font-size: 2rem;
  }
}
.quality-section p {
  position: relative;
  z-index: 7;
}
.quality-section .quality-image {
  z-index: 4;
  max-width: 100%;
  height: auto;
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .quality-section .quality-image {
    margin-top: 20px;
  }
}
.quality-section .btn-danger {
  background-color: #ff0000;
  border: none;
}
.quality-section .btn-danger:hover {
  background-color: #cc0000;
}
.quality-section img {
  border-radius: 16px;
}

video {
  max-width: 100%;
  border-radius: 16px;
}

.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);
  }
}

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

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

.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;
  }
}

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

.new-branch-text .container {
  background-color: transparent;
  color: #fff;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
}
.new-branch-text p {
  margin: 0;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 991px) {
  .new-branch-text p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .new-branch-text p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .new-branch-text p {
    font-size: 15px;
  }
}

.offers-section p {
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.top-header {
  background-color: transparent;
  color: #fff;
  text-align: left;
  position: relative;
  z-index: 3;
}
@media (max-width: 600px) {
  .top-header {
    padding-inline: 4%;
  }
}
.top-header .container {
  padding: 0;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.top-header svg {
  padding-inline: 10px;
  margin-bottom: 5px;
  width: 35px;
  height: auto;
  fill: #ff0000;
}
.top-header a {
  color: #fff;
}
.top-header p {
  color: #ffffff;
  font-weight: bolder;
}
.top-header img {
  max-width: 120px;
  margin-right: 5px;
}

header {
  position: relative;
  z-index: 3;
}
header .dropdown-toggle::after {
  display: none !important;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  width: 140px;
}
@media (max-width: 480px) {
  header .shop-logo {
    max-width: 150px;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  header section.menu-section nav li {
    margin-bottom: 5px;
  }
}
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: 16px;
    color: #fff !important;
    text-shadow: 0px 0px 10px #000;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: transparent;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #fff;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.header-order-btn {
  text-decoration: none;
  color: #fff;
  background-color: #ff0000;
  padding: 2% -10%;
  border-radius: 30px;
}
header section.menu-section nav .header-links {
  margin-top: 10px;
  justify-content: center;
}
@media (max-width: 1300px) {
  header section.menu-section nav .header-links {
    justify-content: center;
  }
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #ff0000;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.header-svg {
  margin-top: -139px;
}
@media (max-width: 768px) {
  .header-svg {
    margin-top: -170px;
  }
}
@media (max-width: 480px) {
  .header-svg {
    margin-top: -100px;
  }
}

.CTA_button {
  padding: 16px 35px;
  background-color: #ff0000;
  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 #ff0000;
  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: #ff0000;
  border-color: #ff0000;
  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;
}

section.food-items {
  background-image: url("../../imgs/footer/marmaris-alness.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8% 1%;
  position: relative;
  overflow: hidden;
}
section.food-items h3.section-title {
  position: sticky;
  top: 0;
  font-size: 4rem;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 550;
  filter: contrast(150%);
  text-shadow: 0px 0px 2px #000;
}
@media (max-width: 600px) {
  section.food-items h3.section-title {
    font-size: 2rem;
  }
}
section.food-items .food-item-card {
  padding: 16px 16px 16px 0;
  margin: 1%;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  display: flex;
  flex-direction: row;
  border: 3px dashed #a9ddff;
  border-radius: 60% 10px 10px 60%;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.3764705882);
  z-index: 2;
}
@media (max-width: 900px) {
  section.food-items .food-item-card {
    padding: 5% 0;
    margin: 16px 0;
  }
}
@media (max-width: 576px) {
  section.food-items .food-item-card {
    flex-direction: column;
    border-radius: 16px;
    text-align: center;
    align-items: center;
    padding: 16px;
  }
}
section.food-items .food-item-card .img-container img.menu-img {
  padding-left: 0;
  transition: ease-in-out 0.7s;
  max-width: 310px;
  margin-top: -40px;
  margin-left: -100px;
  margin-bottom: -40px;
}
@media (max-width: 991px) {
  section.food-items .food-item-card .img-container img.menu-img {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.food-items .food-item-card .img-container img.menu-img {
    max-width: 240px !important;
  }
}
@media (max-width: 576px) {
  section.food-items .food-item-card .img-container img.menu-img {
    margin: 10px !important;
  }
}
section.food-items .food-item-card .description-container {
  color: #fff;
}
section.food-items .food-item-card .description-container h6 {
  transition: ease-in-out 0.7s;
  color: #fff;
  font-weight: bolder;
}
@media (min-width: 991px) {
  section.food-items .food-item-card .description-container h6 {
    font-size: 1.3rem;
  }
}
section.food-items .food-item-card .description-container p {
  font-size: 14px;
}
section.food-items .food-item-card .description-container a {
  text-decoration: none;
  color: #fff;
}
section.food-items .food-item-card .description-container a:hover {
  color: rgb(173.4, 0, 0);
}
section.food-items .food-item-card:hover h6 {
  font-size: 1.4rem;
}
section.food-items .food-item-card:hover .img-container img.menu-img {
  transform: scale(1.1);
}
section.food-items .second-card {
  border-radius: 10px 60% 60% 10px;
  padding: 16px 0 16px 16px;
  display: flex;
  flex-direction: row-reverse !important;
  position: sticky;
  top: 0;
  z-index: 3;
}
@media (max-width: 576px) {
  section.food-items .second-card {
    flex-direction: column !important;
    border-radius: 16px;
    text-align: center;
    align-items: center;
    padding: 16px;
  }
}
section.food-items .second-card p {
  max-width: 90%;
}
section.food-items .second-card img.menu-img {
  padding-left: 0;
  max-width: 340px !important;
  margin-top: -40px;
  margin-right: -100px !important;
  margin-bottom: -40px;
}
@media (max-width: 991px) {
  section.food-items .second-card img.menu-img {
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  section.food-items .second-card img.menu-img {
    max-width: 240px !important;
  }
}
@media (max-width: 576px) {
  section.food-items .second-card img.menu-img {
    margin: 10px !important;
  }
}

.hero-section {
  padding: 70px 0;
  margin: 0;
  width: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-section .hero-content {
  padding: 80px 0 130px 0;
  margin: 0;
}
@media (max-width: 991px) {
  .hero-section .hero-content {
    padding: 40px 0 80px 0;
  }
}
.hero-section .hero-content .hero-text {
  text-shadow: 0px 0px 6px #000;
  margin: 0;
}
@media (max-width: 900px) {
  .hero-section .hero-content .hero-text {
    margin: 0 5%;
    text-align: center;
  }
  .hero-section .hero-content .hero-text p {
    padding-inline: 2%;
  }
}
.hero-section .hero-content .hero-text h1 {
  color: #fff;
  font-weight: bolder;
  font-size: 3.8rem;
}
@media (max-width: 991px) {
  .hero-section .hero-content .hero-text h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 756px) {
  .hero-section .hero-content .hero-text h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-content .hero-text h1 {
    font-size: 1.7rem;
    padding-inline: 0%;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-content .hero-text h2 {
    font-size: 2.7rem;
  }
}
@media (max-width: 756px) {
  .hero-section .hero-content .hero-text h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-content .hero-text h2 {
    font-size: 1.2rem;
    padding-inline: 0%;
  }
}
.hero-section .hero-content .hero-text p {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 600px) {
  .hero-section .hero-content .hero-text p {
    font-size: 1.25rem;
  }
}
.hero-section .hero-content .hero-text a {
  position: relative;
  z-index: 9;
}

.special_svg {
  margin-top: -300px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .special_svg {
    margin-top: -230px;
  }
}
@media (max-width: 991px) {
  .special_svg {
    margin-top: -180px;
  }
}
@media (max-width: 768px) {
  .special_svg {
    margin-top: -130px;
  }
}
@media (max-width: 576px) {
  .special_svg {
    margin-top: -100px;
  }
}

.special-items {
  min-height: -moz-fit-content;
  min-height: fit-content;
  width: 100%;
  margin: 0;
  background-image: url(../../imgs/main/line.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.special-items .menu-card {
  background: rgba(239, 239, 239, 0.3);
  backdrop-filter: blur(6 px);
  border-radius: 10px;
  position: relative;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border: 0.3px solid #ff0000;
}
.special-items .menu-card:hover {
  background: rgb(210.35, 210.35, 210.35);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.3);
}
.special-items .menu-card::before,
.special-items .menu-card::after {
  content: "";
  position: absolute;
  width: 8px; /* Thickness of the vertical line */
  height: 30%; /* Length of the line */
  background: #ff0000; /* Color of the line */
}
.special-items .menu-card::before {
  top: 0;
  left: 0;
}
.special-items .menu-card::after {
  bottom: 0;
  right: 0;
}
.special-items .section-title {
  margin-bottom: 4%;
}
.special-items .section-title h3 {
  font-size: 3.2rem;
  margin: auto;
  color: #fff;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  .special-items .section-title h3 {
    margin-bottom: 12%;
  }
}
@media (max-width: 900px) {
  .special-items .section-title h3 {
    margin-bottom: 1%;
    font-size: 3rem;
  }
}
@media (max-width: 600px) {
  .special-items .section-title h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .special-items .section-title h3 {
    font-size: 1.8rem;
  }
}
.special-items .section-subtitle {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 2rem;
}
.special-items svg {
  width: 500px;
  height: 50px;
}
@media (max-width: 1200px) {
  .special-items svg {
    height: auto;
    width: 100%;
  }
}
.special-items .card {
  transition: transform 0.3s ease;
}
.special-items .card:hover {
  transform: translateY(-5px);
}
.special-items .card img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.special-items .card .card-body .card-title {
  color: #ff0000;
  margin-bottom: 0.5rem;
}
.special-items .card .card-body .card-text {
  color: #333333;
  font-size: 0.9rem;
}
.special-items .card .card-body .price {
  color: #ff0000;
  font-size: 1.1rem;
  font-weight: 600;
}
.special-items .card .card-body .btn-danger {
  background-color: #ff0000;
  border: none;
}
.special-items .card .card-body .btn-danger:hover {
  background-color: #cc0000;
}
.special-items .swiper-slide {
  display: flex;
  justify-content: center;
  width: 100%;
}
.special-items .card {
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: none;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #f6f6f6;
  font-size: 16px;
  border-radius: 16px;
}
.special-items .card .img-parent {
  overflow: hidden;
  position: relative;
}
.special-items .card .img-parent img {
  border-radius: 16px;
  opacity: 1;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.special-items .card .img-parent img:hover {
  transform: scale(1.05);
}
.special-items .card .order-btn {
  background: linear-gradient(60deg, #96000a, #ff2937, #96000a, #d83c3c);
  border-radius: 8px;
  padding: 12px 30px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  align-self: center;
  margin-top: 8px;
  transition: ease-in-out 0.7s;
  border: 2px solid #ff0000;
  width: 100%;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}
.special-items .card .order-btn i {
  color: #fff;
}
.special-items .card .order-btn span {
  display: flex;
  align-items: center;
  text-align: center;
  transition: ease-in-out 0.7s;
}
.special-items .card .order-btn span.btn-text {
  width: 100%;
  visibility: visible;
  transition: ease-in-out 0.7s;
  justify-content: space-between;
}
.special-items .card .order-btn i {
  margin-left: 3px;
}
.special-items .card:hover .order-btn {
  transition: ease-in-out 0.7s;
}
.special-items .swiper-slide-shadow-left,
.special-items .swiper-slide-shadow-right {
  border-radius: 16px;
}

.mania-section {
  background-color: rgb(225.65, 225.65, 225.65);
}
.mania-section .mania-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
.mania-section .mania-description {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: 500px;
}
.mania-section .mania-image {
  max-width: 100%;
  height: auto;
}
.mania-section .btn-danger {
  background-color: #ff0000;
  border: none;
}
.mania-section .btn-danger:hover {
  background-color: #cc0000;
}

.special-offer {
  background-color: rgb(225.65, 225.65, 225.65);
}
.special-offer .offer-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
}
.special-offer .offer-desc {
  color: #333333;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 1.5rem auto;
}
.special-offer .offer-image {
  max-width: 100%;
  height: auto;
  border: 2px solid #ff0000;
  border-radius: 8px;
}
.special-offer .btn-danger {
  background-color: #ff0000;
  border: none;
}
.special-offer .btn-danger:hover {
  background-color: #cc0000;
}

.soup-section .section-title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.soup-section .section-subtitle {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 2rem;
}
.soup-section .soup-card {
  transition: transform 0.3s ease;
}
.soup-section .soup-card:hover {
  transform: translateY(-5px);
}
.soup-section .soup-card img {
  border-bottom: 2px solid #ff0000;
  -o-object-fit: cover;
     object-fit: cover;
}
.soup-section .soup-card .card-body .card-title {
  color: #000;
  margin-bottom: 0.5rem;
}
.soup-section .soup-card .card-body .card-text {
  color: #333333;
  font-size: 0.9rem;
}
.soup-section .soup-card .card-body .price {
  color: #ff0000;
  font-size: 1.1rem;
  font-weight: 600;
}
.soup-section .soup-card .card-body .btn-danger {
  background-color: #ff0000;
  border: none;
}
.soup-section .soup-card .card-body .btn-danger:hover {
  background-color: #cc0000;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* dwnloap app section */
section.dl-app {
  padding: 0% 6%;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
@media (max-width: 1200px) {
  section.dl-app {
    margin-top: -220px;
  }
}
@media (max-width: 991px) {
  section.dl-app {
    margin-top: -190px;
  }
}
@media (max-width: 600px) {
  section.dl-app {
    padding: 160px 0;
  }
}
section.dl-app h3 {
  color: rgb(173.4, 0, 0);
}
@media (max-width: 900px) {
  section.dl-app h3 {
    font-size: 1.5rem;
    color: #FFF !important;
    margin-bottom: 20px;
  }
}
section.dl-app p {
  margin-left: 5%;
}
@media (max-width: 900px) {
  section.dl-app p {
    color: #FFF !important;
    font-size: 1rem;
    text-align: center !important;
  }
}
section.dl-app img.app-mockup {
  max-width: 100%;
  height: auto;
  z-index: 0;
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.4));
}
section.dl-app .app-mockup-container {
  padding: 6% 0;
  position: relative;
  z-index: 0;
}
section.dl-app .app-mockup-container::before {
  content: "";
  position: absolute;
  left: -40%;
  top: 15%;
  width: 900px;
  height: 900px;
  /* Circle diameter */
  background-color: #ff0000; /* Change to desired color */
  border-radius: 50%;
  z-index: -2;
}
section.dl-app {
  /* Circle on the right */
}
section.dl-app .app-mockup-container::after {
  content: "";
  position: absolute;
  left: -60%;
  top: 20%;
  width: 500px;
  height: 500px;
  background-color: rgb(173.4, 0, 0);
  border-radius: 50%;
  z-index: -1;
}
section.dl-app .dl-app-img {
  max-width: 170px;
}
@media (max-width: 480px) {
  section.dl-app .dl-app-img {
    max-width: 120px;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.dl-app-svg {
  margin-top: -150px;
}
@media (max-width: 768px) {
  .dl-app-svg {
    margin-top: -280px;
  }
}

.swiper-container {
  width: 100%;
}

.reviews-section {
  padding: 80px;
  position: relative;
  z-index: 0;
  text-align: center;
}
.reviews-section .swiper {
  margin: 0;
  padding: 0;
}
@media (max-width: 900px) {
  .reviews-section .swiper {
    padding: 0 4%;
  }
}
.reviews-section h2 {
  color: #ff0000;
  font-weight: 500;
  filter: contrast(150%);
  font-size: 2.6rem;
}
@media (max-width: 600px) {
  .reviews-section h2 {
    font-size: 1.8rem;
  }
}
.reviews-section .lead {
  font-size: 1.6rem;
}
@media (max-width: 600px) {
  .reviews-section .lead {
    font-size: 1rem;
  }
}

.review-card {
  height: 400px;
  background: rgba(255, 255, 255, 0.3);
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transform-style: preserve-3d;
  perspective: 1000px;
  position: relative;
  margin: 1rem;
  border-right: 4px solid #ff0000;
  background-color: #000;
  border: 1px solid red;
}
.review-card:hover {
  transform: translateY(-10px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.4);
}
.review-card::before, .review-card::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.review-card::before {
  top: 0;
  left: 0;
  border-width: 30px 30px 0 0;
  border-color: #ff0000 transparent transparent transparent;
}
.review-card::after {
  bottom: 0;
  left: 0;
  border-width: 0 30px 30px 0;
  border-color: transparent transparent #ff0000 transparent;
}

.review-content .review-header {
  align-items: center;
  margin: 10% 5%;
}
.review-content .review-header img.reviewer {
  width: 60px;
  border-radius: 50%;
  background: transparent;
}

.review-text {
  text-align: left;
  font-size: 1rem;
  font-style: italic;
  color: #fff;
}

.review-author {
  font-weight: bold;
  margin-top: 10px;
  color: #555;
}

.stars {
  text-align: left;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
}

.swiper-pagination-bullet {
  background: #ff0000 !important;
  width: 12px;
  height: 12px;
  opacity: 1;
}

/* Custom Button */
/* footer */
footer section.footer {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
footer section.footer::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 15%;
  width: 900px;
  height: 900px;
  /* Circle diameter */
  background-color: rgb(54, 0, 0); /* Change to desired color */
  border-radius: 50%;
  z-index: -1;
}
footer section.footer::after {
  content: "";
  position: absolute;
  right: 67%;
  top: 50%;
  width: 600px;
  height: 600px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  z-index: -1;
}
footer section.footer {
  color: #fff;
  padding: 8% 6% 2% 6%;
}
@media (max-width: 576px) {
  footer section.footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer section.footer {
    padding: 70px 0 15px 0;
  }
}
@media (max-width: 900px) {
  footer section.footer .footer-column {
    margin: 5%;
  }
}
footer section.footer img.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}
footer section.footer p {
  font-size: 16px;
}
footer section.footer .highlight {
  font-size: 30px;
}
footer section.footer span {
  font-weight: bolder;
  font-size: 15px;
}
footer section.footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0;
  padding: 0;
}
footer section.footer ul h6 {
  font-weight: bolder;
}
footer section.footer ul li {
  margin-bottom: 10px;
}
footer section.footer ul li a {
  text-shadow: 0px 0px 20px #000;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-weight: 500;
}
footer section.footer ul li a:hover {
  color: #fff;
  text-shadow: 0 0 10px #000;
}
footer section.footer .quality-title {
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  footer section.footer .quality-title {
    font-size: 2rem;
  }
}
footer section.footer ul {
  list-style: none;
  color: #fff;
  margin-bottom: 1.5rem;
}
footer section.footer ul li {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 16px;
}
footer section.footer ul li p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 900px) {
  footer section.footer ul li p {
    font-size: 1.01rem;
    line-height: 1.4em;
  }
}
footer section.footer ul li img.tik {
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.4));
  aspect-ratio: initial;
  max-width: 30px;
  margin-right: 8px;
}
footer marquee ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer .dl-app-img {
  max-width: 170px;
}
@media (max-width: 480px) {
  footer .dl-app-img {
    max-width: 120px;
  }
}

.contact-us .col-12 {
  height: 100%;
}
.contact-us .navbar-social a svg {
  fill: #ff0000;
  font-weight: 600;
  width: 555px;
  height: 25px;
}
.contact-us .navbar-social a {
  transition: ease-in-out 0.4s;
}
.contact-us .navbar-social a:hover {
  transform: rotate(10deg);
}
.contact-us .navbar-social a:hover svg {
  fill: #fff;
}
.contact-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  text-transform: capitalize;
  color: #ff0000;
}
.contact-us div.about-us-content {
  background-color: #ff0000;
}
.contact-us div.about-us-content h5 {
  font-size: 1.2rem;
}
@media (max-width: 350px) {
  .contact-us div.about-us-content h5 {
    font-size: 11px;
  }
}
.contact-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin-bottom: 50px;
  font-weight: bolder;
}
.contact-us div.about-us-content div.shop-about-text {
  padding: 0 40px;
}
.contact-us div.about-us-content div.shop-about-text h3 {
  margin-bottom: 20px;
  color: #000;
  font-size: 37px;
  line-height: 33px;
  font-weight: bolder;
  letter-spacing: -2px;
}
.contact-us div.about-us-content div.shop-about-text h3 span {
  font-size: 50px;
  color: #ff0000;
}
@media (max-width: 1200px) {
  .contact-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .contact-us div.about-us-content div.shop-about-text h3 {
    margin-bottom: 20px;
    color: #000;
    font-size: 37px;
    line-height: 33px;
    font-weight: bolder;
    letter-spacing: -2px;
    font-family: Worksans;
  }
}
@media (max-width: 768px) {
  .contact-us div.about-us-content div.shop-about-text h3 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .contact-us div.about-us-content div.shop-about-text h3 {
    font-size: 20px;
  }
}
.contact-us div.about-us-content div.shop-about-text p {
  color: #000;
  font-size: 15px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .contact-us div.about-us-content div.shop-about-text p {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .contact-us div.about-us-content div.shop-about-text p {
    font-size: 12px;
  }
}
.contact-us div.about-us-content #openinghour {
  max-width: 80%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media (max-width: 480px) {
  .contact-us div.about-us-content #openinghour p {
    font-size: 15px;
  }
}
.contact-us div.about-us-content iframe {
  height: 700px;
}
@media (max-width: 991px) {
  .contact-us div.about-us-content iframe {
    height: 350px;
  }
}

.foods-tags {
  background-color: transparent;
}
.foods-tags ul.foods-link {
  text-decoration: none;
  margin: 2% 1%;
}
.foods-tags ul.foods-link li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 6px 12px;
  margin: 2px;
  background-color: transparent;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 768px) {
  .foods-tags ul.foods-link li {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}
.foods-tags ul.foods-link li a {
  text-decoration: none;
  color: #fff;
}
.foods-tags ul.foods-link li:hover {
  border: 2px solid rgb(173.4, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(20px);
}
.foods-tags ul.foods-link li:hover a {
  color: rgb(173.4, 0, 0);
}

section.copyright {
  position: relative;
  z-index: 4;
}
section.copyright .container {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  color: #fff;
}
section.copyright p {
  line-height: 40px;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a i {
  color: #fff;
}
section.copyright a:hover {
  text-decoration: none;
  color: #ff3333;
}
section.copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  section.copyright ul {
    flex-wrap: wrap;
  }
}
section.copyright ul li {
  padding: 0 5px;
}
section.copyright ul li:not(:last-child) {
  border-right: 1px solid #5b5b5b;
}
section.copyright ul li a {
  color: #ddd;
  font-size: 12px;
}
@media (max-width: 1200px) {
  section.copyright ul li a {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  section.copyright ul li a {
    font-size: 12px;
  }
}

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

.Modal-btn {
  background-color: #ff0000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.modal-header {
  padding: 0.5rem 1rem;
}
@media (max-width: 340px) {
  .modal-header {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 340px) {
  .modal-header .modal-title-container {
    flex-direction: column;
    text-align: center !important;
    justify-content: center;
    align-items: center;
  }
}
.modal-header .modal-title-container p {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 380px) {
  .modal-header .modal-title-container p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

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

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

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

::-webkit-scrollbar-thumb {
  background: #ff0000;
  border-radius: 10px;
}/*# sourceMappingURL=style2.css.map */