.main-color {
  color: #E4050F;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Quicksand-bold;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
body {
  color: #fff;
  font-family: Quicksand !important;
  overflow-x: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.displayy {
  display: flex !important;
  justify-content: center;
}

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://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 {
  background: linear-gradient(rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
  background-blend-mode: screen;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 768px) {
  header {
    padding: 30px 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  position: absolute;
  content: "";
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 130px;
}
@media (max-width: 991px) {
  header .shop-logo {
    left: 5%;
    right: auto;
  }
}
header .shop-logo img {
  z-index: 5;
  max-width: 115px;
}
@media (max-width: 991px) {
  header .shop-logo img {
    max-width: 110px;
  }
}
@media (max-width: 768px) {
  header .shop-logo img {
    max-width: 90px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #fff !important;
}
@media (min-width: 992px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 992px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 992px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.93);
  overflow-x: hidden;
  transition: width 0.45s;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #E4050F;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  padding-inline: 5px;
  transition: ease-in-out 0.7s;
  color: #fff;
  font-weight: bolder;
  -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;
  border-bottom: 1px solid transparent;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
    color: #fff;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-left: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #E4050F;
  color: black;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
header .header-btn a.btn {
  background-color: #E4050F;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
header .header-btn a.btn:hover {
  color: #E4050F;
  border-color: #E4050F;
  background-color: #fff !important;
  box-shadow: #ffd17d 0px 4px 12px;
}
@media (min-width: 992px) {
  header .header-btn a.btn {
    margin-top: 10px;
  }
}
header .header-btn a.btn .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
header .header-btn a.btn .order-now-icon-main:hover {
  stroke: #E4050F;
}

/* section hero */
section.hero-section {
  position: relative !important;
  z-index: 0;
  background-color: #2F3442;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 100px 72px;
  padding: 70px 0;
  color: #000;
}
@media (max-width: 991px) {
  section.hero-section {
    padding: 50px 10px;
  }
}
section.hero-section ul {
  padding: 0;
}
section.hero-section ul li {
  align-items: center;
  margin: 5px;
  display: flex;
}
section.hero-section div.inner-content {
  background-color: rgba(47, 52, 66, 0.5);
}
section.hero-section div.inner-content h2 {
  color: #fff;
  text-shadow: 2px -2px 0px #E4050F;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bolder;
  font-family: ArchivoBlack;
}
@media (min-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #E4050F;
}
section.hero-section div.inner-content p.hero-main-text {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1.1rem;
    max-width: 90%;
  }
}
section.hero-section div.inner-content a {
  background-color: #fff;
  color: #E4050F;
  border: #E4050F 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 35px;
  border-radius: 1em;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 10px;
  }
}

.index-hero {
  background-image: url(../../imgs/hero/Best-Kebab-House-hero-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

#slider {
  padding: 180px 0;
}
@media (max-width: 991px) {
  #slider {
    min-height: unset;
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  #slider {
    background-position: 66% 50%;
  }
}
#slider .slider-text {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#slider .slider-text h1 {
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: ArchivoBlack;
  color: #fff;
  text-shadow: 0 0 25px #420000;
}
@media (max-width: 991px) {
  #slider .slider-text h1 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  #slider .slider-text h1 {
    font-size: 40px;
  }
}
#slider .slider-text a.btn {
  background-color: white;
  color: #E4050F;
  padding: 20px 30px;
  border-radius: 1em;
  font-weight: bolder;
  border: 2px solid #E4050F;
  box-shadow: 0 5px #E4050F;
  transition: ease-in-out 0.7s;
  text-transform: uppercase;
  font-family: ArchivoBlack;
}
#slider .slider-text a.btn:hover {
  box-shadow: none;
}

.banners img {
  max-width: 100%;
}

.hero-section::before {
  content: "";
  position: absolute;
  background: url("../../imgs/main/house-logo.png") center/contain no-repeat;
  z-index: 1;
  width: 120px;
  height: 120px;
  bottom: 60px;
  right: 66px;
  opacity: 1;
}

/* more about us section */
section.more-about-us-section {
  background-color: #2F3442;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 100px 72px;
  padding: 60px 0;
  color: #fff;
}
section.more-about-us-section h2 {
  text-shadow: 2px -2px 0px #E4050F;
  font-weight: bolder;
  margin-bottom: 50px;
  font-family: ArchivoBlack;
}
section.more-about-us-section img.circle-img {
  max-width: 90px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  font-family: ArchivoBlack;
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  section.more-about-us-section h4 {
    font-size: 1.1rem;
  }
}
section.more-about-us-section ul {
  padding: 0;
  list-style: none;
}
section.more-about-us-section p {
  background: rgba(47, 52, 66, 0.7);
  max-width: 300px;
}

/* special to try */
section.special {
  text-align: center;
  padding: 80px 0;
  color: #fff;
}
section.special h3 {
  text-shadow: 2px -2px 0px #E4050F;
  color: #fff;
  font-weight: bolder;
  font-size: 45px;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  section.special h3 {
    font-size: 27px;
  }
}
section.special .swiper-slide {
  padding-top: 50px;
}
section.special .card {
  border-radius: 1em;
  box-shadow: 2px 2px 10px 3px rgba(125, 125, 125, 0.1);
  padding: 0;
  min-height: 610px;
  border: 1px solid rgba(247, 223, 212, 0.1);
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
@media (max-width: 768px) {
  section.special .card {
    min-height: 580px;
  }
}
@media (max-width: 576px) {
  section.special .card {
    min-height: 540px;
  }
}
section.special .card img {
  width: 100%;
  border-radius: 1em 1em 0 0;
}
section.special .card:hover {
  border-radius: 1em;
  transform: translateY(-8px);
}
section.special .card:hover a.main-btn {
  color: #E4050F;
  border-color: #E4050F;
  background-color: #fff;
}
section.special .card .card-content .food-name {
  font-size: 22px;
  font-weight: bolder;
  text-transform: capitalize;
}
section.special .card .card-details p {
  font-size: 14px;
}
section.special .card a.main-btn {
  background-color: #fff;
  color: #E4050F;
  border: #fff 1px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 35px;
  border-radius: 1em;
  font-weight: bolder;
}
@media (min-width: 992px) {
  section.special .card a.main-btn {
    margin-top: 10px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

.foodicons {
  margin: 0;
  border-top: 1px solid #fff;
}
.foodicons .swiper {
  padding: 0;
}
.foodicons .swiper .swiper-button-prev,
.foodicons .swiper .swiper-button-next {
  background-color: #E4050F;
  border-radius: 5px;
  padding: 25px;
  top: 25px;
  transition: ease-in-out 0.3s;
}
.foodicons .swiper .swiper-button-prev:hover,
.foodicons .swiper .swiper-button-next:hover {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .foodicons .swiper .swiper-button-prev,
  .foodicons .swiper .swiper-button-next {
    display: none;
  }
}
.foodicons .swiper .swiper-button-prev:after,
.foodicons .swiper .swiper-button-next:after {
  color: #fff;
}
.foodicons .swiper .swiper-button-next {
  left: unset;
  right: 0%;
}
.foodicons .swiper .swiper-button-prev {
  left: unset;
  right: 5%;
}
.foodicons .card {
  border: none;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  padding: 10px 5px;
  border-radius: 20px;
  transition: ease-in-out 0.3s;
}
.foodicons .card:hover {
  transform: scale(1.02);
  background-color: transparent;
}
.foodicons .card:hover span {
  text-decoration: none;
}
.foodicons .card a {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foodicons .card a img {
  max-width: 35px;
}
@media (max-width: 991px) {
  .foodicons .card a img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .foodicons .card a img {
    max-width: 40px;
  }
}
.foodicons .card span {
  font-size: 9px;
  font-weight: 900;
  margin-top: 3px;
  text-transform: capitalize;
}

.gifs {
  padding: 20px 0;
  position: relative;
  color: #fff;
  text-align: center;
}
.gifs::before {
  content: "";
  width: 180px;
  height: 200px;
  background-image: url(../../imgs/main/Kebab-City-Paisley-kebab-icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 100;
}
@media (max-width: 1200px) {
  .gifs::before {
    width: 120px;
    height: 140px;
  }
}
@media (max-width: 991px) {
  .gifs::before {
    width: 80px;
    height: 100px;
    top: 15%;
  }
}
@media (max-width: 768px) {
  .gifs::before {
    width: 80px;
    height: 100px;
    top: 6%;
  }
}
@media (max-width: 576px) {
  .gifs::before {
    display: none;
  }
}
.gifs::after {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url(../../imgs/main/Kebab-City-Paisley-dish.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 2%;
  right: 2%;
  z-index: 100;
}
.gifs video {
  border-radius: 20px;
}
.gifs h2 {
  margin-bottom: 50px;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  .gifs h2 {
    font-size: 25px;
  }
}

.specialOffer {
  background-image: url(../../imgs/Kebab\ City\ Paisley\ PA1\ 1YW\,\ takeaway\,\ fast\ food\,\ take\ out\,\ takeaway\ near\ me\,\ food\ delivery\,\ fast\ food\ near\ me\,\ fast\ food\ delivery\,\ order\ online\ food\,\ online\ foo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 450px;
  background-attachment: fixed;
}

section.about-us {
  margin: 80px 0;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  max-width: 550px;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #E4050F;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #fff;
  border-color: #E4050F;
  background-color: #E4050F;
  box-shadow: #ffd17d 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 15px;
  }
}

section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row .methods-container > div {
  align-items: center;
  display: flex;
}
section.peyment-method div.row .methods-container > div img {
  width: 80px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  padding: 80px 0;
  color: #fff;
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 30px 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 180px;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content img.dl-app-link {
    width: 120px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: ArchivoBlack;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  background-image: url(../../imgs/kebab-city-kebabs.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
section.reviews h4 {
  text-shadow: 2px -2px 0px #E4050F;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
  font-family: ArchivoBlack;
}
@media (min-width: 768px) {
  section.reviews h4 {
    font-size: 50px;
  }
}
section.reviews .comment-section {
  background-color: rgba(47, 52, 66, 0.3);
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  min-height: 320px;
  transition: transform 0.35s ease;
}
section.reviews .comment-section .comment-writer-avatar img {
  max-width: 80px;
  margin: 0 auto;
  display: flex;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #E4050F;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 10px;
}
section.reviews .comment-section:hover {
  transform: translateY(-8px);
}
section.reviews h4 {
  font-weight: 900;
  font-size: 2.7rem;
}
@media (max-width: 991px) {
  section.reviews h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 576px) {
  section.reviews h4 {
    font-size: 2rem;
  }
}

/* footer */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
footer .logo-container {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
footer .logo-container img.shop-logo {
  max-width: 150px;
}
footer img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    margin-bottom: 0;
    width: 180px;
  }
}
@media (max-width: 576px) {
  footer img.dl-app-link {
    width: 120px;
  }
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #E4050F;
  font-size: 1.25rem;
}
footer .footer-title {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px auto;
  border-bottom: 1px solid #E4050F;
  text-align: center;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  font-family: ArchivoBlack;
}
footer #openinghour {
  margin: 0 auto;
  width: 80%;
}

.foods-tags {
  margin: 10px 0;
}
.foods-tags ul {
  padding: 0;
  margin: 0;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: #fff;
  font-weight: 500;
  color: #000;
  font-size: 13px;
}

#worldcup {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 6;
  border-radius: 20px;
  animation: ball-animate 1.5s infinite;
}
@keyframes ball-animate {
  5% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
#worldcup video {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-image: url(../../imgs/football/soccer-ball-bg.png);
  background-position: 100%;
  background-repeat: repeat;
  background-size: contain;
  padding: 10px;
}
@media (max-width: 576px) {
  #worldcup video {
    width: 120px;
    height: 120px;
  }
}

.fifa {
  background-color: green;
  background-image: url(../../imgs/football/football-bg.jpg);
  background-size: contain;
  color: #f9ecd5;
  padding: 5px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.fifa i img {
  max-width: 40px;
}
.fifa i .year {
  max-width: 70px;
}
.fifa .cup {
  width: 24px;
}

section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

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

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

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

section.copyright {
  background-color: #2F3442;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px), linear-gradient(0deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 100px 72px;
  border-top: 1px solid #fff;
  color: #fff;
}
section.copyright a.mealzo-link {
  color: #E4050F;
}
section.copyright a.mealzo-link img {
  max-width: 100px;
}

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  bottom: 200px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #E4050F;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}

.title {
  display: block;
  float: left;
  position: relative;
  letter-spacing: normal;
}
.title span {
  display: block;
  float: left;
  min-width: 10px;
  min-height: 10px;
  position: relative;
}

.btn-5 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-5:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

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

img {
  border-radius: 1em;
}

.moving-bg {
  position: relative;
  overflow: hidden;
}
.moving-bg::before {
  content: "";
  position: absolute;
  inset: -100%;
  background: linear-gradient(120deg, #000000 0%, #080808 15%, #E4050F 30%, #6F080D 42%, #000000 55%, #2F3442 68%, #080808 78%, #E4050F 90%, #000000 100%);
  background-size: 300% 300%;
  animation: moving-background 12s linear infinite;
  z-index: 0;
}
.moving-bg > * {
  position: relative;
  z-index: 1;
}

@keyframes moving-background {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 0% 50%;
  }
}/*# sourceMappingURL=style2.css.map */