.main-color {
  color: #ffe700;
}

.yellow-title {
  color: #ffe700;
}

@font-face {
  font-family: fredoka;
  src: url(../../Fonts/Fredoka/FredokaOne-Regular.ttf);
}
@font-face {
  font-family: poppins;
  src: url(../../Fonts/poppins/Poppins-Regular.ttf);
}
body {
  font-family: poppins !important;
  font-size: 14px;
  background-color: #fff;
}
@media (max-width: 768px) {
  body {
    margin-bottom: 100px;
  }
}

html {
  scroll-behavior: smooth;
}

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

ul {
  padding: 0;
  list-style: none;
}
ul li {
  list-style: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: poppins !important;
}

.main-header {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bolder;
  display: inline-flex;
  position: relative;
  color: #000;
}
.main-header::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 30%;
  width: 40%;
  height: 3px;
  background-color: #ffffff;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
.reveal.active .fade-right {
  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;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.top {
  animation: top 0.5s ease-in;
}

@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: 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;
  }
}

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

header {
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  background-color: #ffe700;
}
header .shop-logo {
  max-width: 140px;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  header .shop-logo {
    max-width: 150px;
  }
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 150px;
  }
}
@media (max-width: 350px) {
  header .shop-logo {
    max-width: 120px;
  }
}
header section.menu-section .navbar-nav {
  align-items: center;
}
header section.menu-section .navbar {
  padding: 10px 0;
}
header section.menu-section .navbar .navbar-brand {
  padding: 0;
}
header section.menu-section nav {
  padding: 5px 0;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
}
header section.menu-section nav .navbar-toggler {
  color: #000;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav .nav-item {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  transition: ease-in-out;
  -webkit-transition: ease-in-out;
  -moz-transition: ease-in-out;
  -ms-transition: ease-in-out;
  -o-transition: ease-in-out;
}
header section.menu-section nav .nav-item:hover img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
header section.menu-section nav .nav-item:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
@media (min-width: 768px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 10px;
  }
}
@media (max-width: 992px) {
  header section.menu-section nav .nav-item {
    margin-right: 15px;
  }
}
header section.menu-section nav .nav-item a.nav-link {
  color: #000 !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}
header section.menu-section nav .nav-item a.nav-link:hover {
  color: #ffe700;
  transition: ease-in-out 0.5s;
}
header section.menu-section nav .nav-item a.nav-link img {
  width: 16px;
  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;
}
header section.menu-section nav .nav-item .dropdown-menu {
  background-color: rgba(38, 33, 34, 0.831372549) !important;
  border-radius: 0 20px 20px 20px;
  padding: 10px;
  box-shadow: 0 8px 10px 1px rgba(148, 148, 148, 0.1411764706), 0 3px 14px 2px rgba(117, 117, 117, 0.1215686275), 0 5px 5px -3px rgba(118, 118, 118, 0.2);
  top: 100%;
  transition: ease-in-out;
  -webkit-transition: ease-in-out;
  -moz-transition: ease-in-out;
  -ms-transition: ease-in-out;
  -o-transition: ease-in-out;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  padding-left: 0;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item svg {
  visibility: hidden;
  padding-right: 5px;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  transition: ease-in-out 0.5s;
  color: #000;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus svg,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover svg {
  visibility: visible;
}
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:focus,
header section.menu-section nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #ffe700;
}
header section.menu-section nav .nav-item a.login-btn {
  background-color: #ffe700;
  border-radius: 1px;
  padding: 15px 35px;
  color: #000 !important;
}
header section.menu-section nav .nav-item a.login-btn:hover {
  background-color: #fff;
  transition: ease-in-out 0.5s;
}
header section.menu-section nav a.btn {
  background-color: #ffe700;
  color: black;
}
header section.menu-section .menu-btn {
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 5px;
  margin-bottom: 0;
  border-radius: 8px;
}
@media (max-width: 991px) {
  header section.menu-section .menu-btn {
    display: none;
  }
}
header section.menu-section .menu-btn li {
  line-height: 30px;
  align-items: center;
}
header section.menu-section .menu-btn li a {
  color: #fff;
  padding: 0 10px;
}
header .dropdown-menu.coming-soon {
  border-radius: 10px !important;
}
@media (min-width: 991px) {
  header .dropdown-menu.coming-soon {
    left: -160px !important;
  }
}
header .dropdown-toggle::after {
  display: none;
}
header .coming-soon {
  min-width: 550px;
  padding: 10px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  header .coming-soon {
    min-width: 200px;
    max-width: 200px;
  }
}
header .coming-soon .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  border-radius: 3px;
  text-align: left;
}
header .coming-soon .dropdown-item:focus,
header .coming-soon .dropdown-item:hover {
  transition: ease-in-out 0.5s;
  text-decoration: none;
}
header .login-part {
  border-radius: 10px 0 10px 10px !important;
}
@media (min-width: 991px) {
  header .login-part {
    left: -40px !important;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 140px;
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 70px;
  }
}
header .order-btn {
  border: 2px solid #000;
  color: #000;
  background-color: #ffe700;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bolder;
  font-size: 13px;
}
@media (max-width: 576px) {
  header .order-btn {
    display: none;
  }
}
header .order-btn.order-glasgow {
  background-color: #000 !important;
  color: #ffe700 !important;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  width: 130px;
  justify-content: flex-end;
  display: flex;
}
header section.menu-section #myNav {
  display: block;
}
header section.menu-section nav {
  padding: 10px 0;
}
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;
}
header section.menu-section div.mobile-overlay .overlay-content {
  justify-content: center;
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: absolute;
  right: 10%;
  top: 0%;
  font-size: 26px;
  z-index: 100;
  color: #ffe700;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-size: 19px;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
  transition: ease-in-out 0.4s;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #ffe700;
  color: #ffe700 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover svg {
  fill: #ffe700 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  border-bottom: 1px solid #ffe700;
  color: #ffe700 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link svg {
  fill: #fff;
  font-weight: 600;
  width: 25px;
  height: 25px;
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #ffe700;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #ffe700;
  border-radius: 35px 35px 12px 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}

/* section hero */
section.hero-section {
  background: url(../../imgs/vids/vid-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: repeat-y;
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.hero-section {
    padding: 40px 0;
  }
}
section.hero-section .food-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
section.hero-section .food-banner img {
  border-radius: 20px;
  margin: 5px;
}
section.hero-section .food-banner video {
  border-radius: 20px;
  margin: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 600px;
}

#slider {
  width: 100%;
  padding: 50px 10px;
  overflow-x: hidden;
}
#slider .order-btn {
  border: 2px solid #000;
  color: #000;
  background-color: #ffe700;
  padding: 15px 45px !important;
  font-weight: bolder;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  margin: 30px 5px;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (max-width: 768px) {
  #slider .order-btn {
    margin: 10px auto;
    font-size: 13px;
  }
}
#slider .order-btn.order-glasgow {
  background-color: #000 !important;
  color: #ffe700 !important;
}
#slider h1 {
  font-size: 3.5rem;
  font-weight: bolder;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  #slider h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  #slider h1 {
    font-size: 1.6rem;
  }
}
#slider .youtube_video {
  min-height: 80vh;
  background: url(../../imgs/hero/Rocco-Fish-Chips-Glasgow-bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  justify-content: center;
  display: flex;
}
#slider .youtube_video::before {
  position: absolute;
  top: 50%;
  left: -10%;
  content: "";
  background-image: url(../../imgs/hero/Rocco-Glasgow-Fish-and-Chips.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 220px;
  height: 220px;
  background-color: #ffe700;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  #slider .youtube_video::before {
    top: 17%;
    left: -3%;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 768px) {
  #slider .youtube_video::before {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 480px) {
  #slider .youtube_video::before {
    width: 80px;
    height: 80px;
  }
}
#slider .youtube_video::after {
  position: absolute;
  top: 12%;
  right: -30px;
  content: "";
  background-image: url(../../imgs/hero/Rocco-Glasgow-Milkshake.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 150px;
  height: 150px;
  border: 1px solid #ffe700;
  padding: 5px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  #slider .youtube_video::after {
    top: 50%;
    right: -4%;
  }
}
@media (max-width: 768px) {
  #slider .youtube_video::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  #slider .youtube_video::after {
    width: 70px;
    height: 70px;
  }
}
#slider iframe {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  min-height: 730px;
}
@media (max-width: 1600px) {
  #slider iframe {
    min-height: 600px;
  }
}
@media (max-width: 1300px) {
  #slider iframe {
    min-height: 500px;
  }
}
@media (max-width: 1200px) {
  #slider iframe {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  #slider iframe {
    min-height: 470px;
  }
}
@media (max-width: 768px) {
  #slider iframe {
    min-height: 360px;
  }
}
@media (max-width: 567px) {
  #slider iframe {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  #slider iframe {
    min-height: 200px;
  }
}
@media (max-width: 400px) {
  #slider iframe {
    min-height: 200px;
  }
}

section.more-about-us-section {
  color: #000;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 120px 0 60px 0;
    margin: 0px 0;
  }
}
section.more-about-us-section::before {
  position: absolute;
  top: 10%;
  left: 20px;
  content: "";
  background-image: url(../../imgs/special/Calzone-Rocco-Fish-Chips-Glasgow-box.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 150px;
  height: 150px;
  background-color: #ffe700;
  padding: 20px;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  section.more-about-us-section::before {
    top: -5%;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section::before {
    top: 8%;
    left: 3%;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  section.more-about-us-section::before {
    top: -2%;
    left: 3%;
  }
}
section.more-about-us-section h2 {
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 48px;
}
@media (max-width: 768px) {
  section.more-about-us-section h2 {
    font-size: 33px;
  }
}
section.more-about-us-section .more-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  padding: 20px;
  max-width: 45%;
  box-shadow: 2px 2px 10px rgba(196, 196, 196, 0.4509803922);
  margin-top: 20px;
  background-color: #ffe700;
  transition: ease-in-out 0.7s;
}
section.more-about-us-section .more-content img {
  border-radius: 50%;
}
section.more-about-us-section .more-content .more-header * {
  text-align: center;
}
section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
section.more-about-us-section .more-content .more-header span {
  color: #fff;
  max-width: 270px;
  display: none;
}
@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header span {
    max-width: 400px;
  }
}
section.more-about-us-section a.btn.order-btn {
  border: 2px solid #ffe700;
  background-color: #ffe700;
  color: #ffe700;
  padding: 17px 45px;
  display: inline-flex;
  font-weight: 600;
  border-radius: 30px;
  color: #000;
  margin: 10px;
  border: 1px solid #000;
}
section.more-about-us-section p {
  font-weight: bolder;
  color: #6c757d;
  font-size: 16px;
  max-width: 90%;
  margin: 10px auto 20px auto;
}

/* special to try */
section.special {
  padding: 50px 0;
}
section.special .main-header {
  margin-bottom: 10px;
}
section.special h3 {
  text-align: center;
  font-size: 46px;
  margin-bottom: 52px;
  color: #000;
  text-transform: capitalize;
  font-weight: 800;
}
section.special h3 span {
  color: #ffe700;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
section.special ul.nav-tabs {
  margin-bottom: 40px;
}
section.special ul.nav-tabs .cat-img {
  width: 40px;
}
section.special ul.nav-tabs a.nav-link {
  color: #ffe700;
  font-size: 12px;
  font-weight: 600;
  border: 2px solid #ffe700;
  border-radius: 0 !important;
  background-color: #fff;
  transition: ease-in-out 0.3s;
}
section.special ul.nav-tabs a.nav-link:hover {
  transform: scale(0.9);
}
section.special ul.nav-tabs a.nav-link.active {
  color: #fff;
  background-color: #ffe700;
}
@media (min-width: 768px) {
  section.special ul.nav-tabs a.nav-link {
    font-size: 1rem;
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  section.special ul.nav-tabs a.nav-link {
    padding: 0 10px;
  }
}
section.special .swiper {
  padding: 30px 0 0 0;
}
section.special .swiper .swiper-slide {
  padding: 20px 0 40px 0;
}
section.special .swiper .swiper-slide .card {
  transition: all 0.5ms ease;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  transition: ease-in-out 0.5s;
  color: #000;
  min-height: 400px;
  border: none;
  box-shadow: 2px 2px 10px #dadada;
}
@media (max-width: 768px) {
  section.special .swiper .swiper-slide .card {
    min-height: 455px;
  }
}
@media (max-width: 480px) {
  section.special .swiper .swiper-slide .card {
    min-height: 380px;
  }
}
section.special .swiper .swiper-slide .card:hover {
  transform: scale(1.04);
}
section.special .swiper .swiper-slide .card img {
  border-radius: 25px;
}
section.special .swiper .swiper-slide .card .card-body {
  text-align: center;
  padding: 10px 20px !important;
}
section.special .swiper .swiper-slide .card .card-body h4 {
  font-weight: lighter;
  color: #444444;
  font-size: 20px;
  text-align: center;
}
section.special .swiper .swiper-slide .card .card-title {
  color: #000;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.special .swiper .swiper-slide .card .card-title {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  section.special .swiper .swiper-slide .card .card-title {
    font-size: 17px;
  }
}
section.special .swiper .swiper-slide .card a.btn {
  text-transform: capitalize;
  font-weight: bolder;
  color: #000;
  background-color: #ffe700;
  border-radius: 35px 35px 12px 12px !important;
  box-shadow: #b3b3b3 5px 5px 10px;
  margin-bottom: -20px;
  padding: 10px;
  width: 50%;
}
section.special .swiper-button-prev,
section.special .swiper-button-next {
  background-color: #ffe700;
  border-radius: 5px;
  padding: 25px;
  top: 50%;
  transition: ease-in-out 0.3s;
}
section.special .swiper-button-prev:hover,
section.special .swiper-button-next:hover {
  transform: scale(0.8);
}
@media (max-width: 767px) {
  section.special .swiper-button-prev,
  section.special .swiper-button-next {
    display: none;
  }
}
section.special .swiper-button-prev:after,
section.special .swiper-button-next:after {
  color: #000;
}
section.special .swiper-button-next {
  left: unset;
  right: 0;
}
section.special .swiper-button-prev {
  right: unset;
  left: 0;
}

.parallax {
  background-image: url(../../imgs/hero/Rocco-Fish-Chips-Glasgow-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 400px;
}
@media (max-width: 768px) {
  .parallax {
    background-attachment: unset;
    background-position: 0% 0%;
    height: 300px;
  }
}

.Deals {
  background-image: url(../../imgs/hero/Lamegos-Wishaw-meal-deals.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0 auto;
  padding: 30px;
  min-height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4235294118);
}
@media (max-width: 768px) {
  .Deals {
    background-attachment: unset;
    background-position: 60% 0%;
  }
}
@media (max-width: 576px) {
  .Deals {
    padding: 10px;
  }
}
.Deals h2 {
  color: #ffe700;
  font-weight: bolder;
  letter-spacing: -0.1rem;
  font-size: 50px;
  text-transform: capitalize;
  text-shadow: -5px 0px #000;
}
@media (max-width: 991px) {
  .Deals h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .Deals h2 {
    font-size: 30px;
  }
}
.Deals a {
  background-color: #ffe700;
  border-radius: 40px;
  padding: 12px 40px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 800;
  text-transform: capitalize;
  margin: 20px;
}
@media (max-width: 767px) {
  .Deals a {
    font-size: 15px;
    padding: 10px 30px;
    margin: 10px auto;
  }
}
.Deals a:hover {
  color: #ffe700;
  border-color: #ffe700;
  background-color: #fff !important;
}

section.gallery-wrapper {
  margin: 0 80px;
  padding: 80px 65px;
  position: relative;
}
@media (max-width: 991px) {
  section.gallery-wrapper {
    padding: 40px;
    margin: 0 40px 0 0;
  }
}
@media (max-width: 768px) {
  section.gallery-wrapper {
    display: none;
  }
}
section.gallery-wrapper: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.gallery-wrapper:after {
    height: 24px;
  }
}
section.gallery-wrapper::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.gallery-wrapper::before {
    width: 24px;
  }
}
section.gallery-wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
section.gallery-wrapper .gallery__strip {
  min-height: 100vh;
}
section.gallery-wrapper .gallery__strip__wrapper {
  flex: 0 0 100%;
  justify-content: flex-end;
  background: transparent;
  position: relative;
}
@media (min-width: 500px) {
  section.gallery-wrapper .gallery__strip__wrapper {
    flex: 0 0 50%;
  }
}
@media (min-width: 950px) {
  section.gallery-wrapper .gallery {
    height: 100vh;
  }
  section.gallery-wrapper .gallery__strip.one {
    animation: 60s move-it ease alternate infinite 1s;
    transform: translateY(2%);
    -webkit-animation: 60s move-it ease alternate infinite 1s;
  }
  section.gallery-wrapper .gallery__strip.three {
    animation: 70s move-it ease alternate infinite 2s;
    transform: translateY(2%);
    -webkit-animation: 70s move-it ease alternate infinite 2s;
  }
  section.gallery-wrapper .gallery__strip.two {
    animation: 58s move-it-2 ease alternate infinite 3s;
    transform: translateY(-50%);
    -webkit-animation: 58s move-it-2 ease alternate infinite 3s;
  }
  section.gallery-wrapper .gallery__strip.four {
    animation: 65s move-it-2 ease alternate infinite 3.5s;
    transform: translateY(-50%);
    -webkit-animation: 65s move-it-2 ease alternate infinite 3.5s;
  }
  section.gallery-wrapper .gallery__strip:hover {
    animation-play-state: paused;
  }
  section.gallery-wrapper .gallery__strip__wrapper {
    flex: 0 0 25%;
  }
}

.photo {
  position: relative;
  text-align: right;
  padding-bottom: 3rem;
}
.photo__image img {
  width: 100%;
  transform: translateX(10%);
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
}
@keyframes move-it {
  0%, 90%, 100% {
    transform: translateY(2%);
  }
  45% {
    transform: translateY(-50%);
  }
}
@keyframes move-it-2 {
  0%, 90%, 100% {
    transform: translateY(-50%);
  }
  45% {
    transform: translateY(5%);
  }
}

section.about-us {
  margin: 100px 0;
}
section.about-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: #ffe700;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: poppins;
  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;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #ffe700;
  color: #fff;
  border-radius: 20px !important;
  padding: 12px 40px;
  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: #ffe700;
  background-color: #ffe700;
  box-shadow: #000 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: 62px;
  }
}

section.peyment-method {
  background-color: #ffffff;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  padding: 0;
  position: relative;
}
section.dl-app .container {
  padding: 40px 30px;
  border-radius: 30px;
}
section.dl-app .app-mockup {
  max-width: 84%;
}
section.dl-app .app-mockup:hover {
  animation: app-animation 1s ease-in;
  animation-delay: 0.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
@keyframes app-animation {
  0% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(-7px);
  }
}
section.dl-app div.inner-content {
  padding: 80px 0 0 0;
  max-width: 516px;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content {
    padding: 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    padding: 10px 0 0 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content p {
  color: #000;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content .dl-ur-app-heading {
  font-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #000;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content .dl-ur-app-heading {
    margin: 0;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content .dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content .dl-ur-app-heading {
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content .dl-ur-app-heading {
    font-size: 23px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    max-width: 90%;
    color: #000;
    text-align: center;
    margin: 20px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  background-image: url(../../imgs/hero/Rocco-Fish-Chips-Glasgow-bg-3.jpg);
}
@media (max-width: 768px) {
  section.reviews {
    background-image: unset;
    color: #000;
    padding: 0;
  }
}
section.reviews h3 {
  text-shadow: 0 0 2px #000;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  section.reviews .comment-section {
    backdrop-filter: unset;
    background: transparent;
    border: 1px solid #000;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  margin-bottom: 9px;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  color: rgb(255, 255, 255);
  padding: 60px 30px 0 30px;
  background-image: url(../../imgs/hero/lamegos_food.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 576px) {
  footer {
    padding: 50px 0 20px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 70px 0 15px 0;
  }
}
footer .footer-logo img {
  max-width: 80px;
}
footer svg {
  fill: #fff;
}
footer .prep {
  background-color: #ffe700;
  color: #000;
  border-radius: 20px;
  padding: 12px 35px;
  font-weight: bolder;
  margin-top: 20px;
}
footer .footer-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #000;
  padding: 20px;
  border-radius: 1rem;
  min-height: 430px;
  box-shadow: 3px 3px 20px #444444;
}
footer .footer-details #openinghour,
footer .footer-details #openinghour-Glasgow,
footer .footer-details #openinghour-Blantyre {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  footer .footer-details #openinghour,
  footer .footer-details #openinghour-Glasgow,
  footer .footer-details #openinghour-Blantyre {
    width: 70%;
  }
}
@media (max-width: 480px) {
  footer .footer-details #openinghour,
  footer .footer-details #openinghour-Glasgow,
  footer .footer-details #openinghour-Blantyre {
    width: 90%;
  }
}
footer .footer-header {
  color: #000;
  font-size: 30px;
  margin-bottom: 45px;
}
footer h5 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bolder;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ffe700;
}
footer p {
  font-size: 15px;
  margin-bottom: 0;
  min-width: 87%;
}
footer .highlight {
  font-size: 30px;
}
footer span {
  font-weight: bolder;
  font-size: 15px;
}
footer a.order-btn {
  font-weight: bolder;
  text-transform: capitalize;
  font-size: 16px;
  padding: 10px 30px;
  background-color: #000;
  border-radius: 30px;
}
footer a.order-btn:hover {
  background-color: #ffe700;
  color: #000;
}
footer iframe {
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
  min-height: 350px;
  max-width: 100%;
}
footer .app-link-dl-container {
  max-width: 290px;
}
@media (max-width: 991px) {
  footer .dl-ur-app-heading {
    font-size: 2rem;
  }
}

.foods-link {
  margin: 30px 0;
}
.foods-link ul {
  padding: 10px;
  margin: 0;
}
.foods-link ul li {
  list-style: none;
  display: inline-block;
  border-radius: 18px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #ffe700;
  background-color: #ffe700;
}
.foods-link ul li a {
  color: #000;
}
.foods-link ul li a:hover {
  text-decoration: none;
}
.foods-link ul li:hover {
  background-color: transparent;
}
.foods-link ul li:hover a {
  color: #ffe700;
}

.foods-tags {
  margin: 0px 0;
}
@media (max-width: 991px) {
  .foods-tags {
    margin: 30px 0 70px 0;
  }
}
@media (max-width: 576px) {
  .foods-tags {
    margin: 30px 0;
  }
}
.foods-tags .foods-link {
  padding-top: 20px;
}
.foods-tags ul {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #cdcdcd;
  text-transform: capitalize;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #000;
}
.foods-tags ul li a,
.foods-tags ul li span {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 13px;
}
.foods-tags ul li a:hover,
.foods-tags ul li span:hover {
  text-decoration: none;
}
.foods-tags ul li:hover {
  border: 1px solid #ffe700;
}

section.contact-us {
  padding: 100px 0;
  background-color: #eef2f6;
}
@media (max-width: 768px) {
  section.contact-us {
    padding: 50px 0;
  }
}
section.contact-us .branch-btn {
  width: 100%;
  border: 2px solid #ffe700;
  background-color: #ffe700;
  color: #111;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  margin-top: 16px;
}
section.contact-us .branch-btn:hover {
  color: #ffe700;
  background-color: #fff;
  text-decoration: none;
}
section.contact-us .container .row .contact-us-title {
  margin-bottom: 48px;
}
section.contact-us .container .row .contact-us-title h2 {
  color: #121926;
  font-size: 36px;
  line-height: 72px;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 768px) {
  section.contact-us .container .row .contact-us-title h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bolder;
  }
}
section.contact-us .container .row .contact-us-title img {
  max-width: 147px;
  max-height: 32px;
}
@media (max-width: 768px) {
  section.contact-us .container .row .contact-us-title img {
    max-width: 70px;
    max-height: 18px;
  }
}
section.contact-us .container .row .contact-us-card {
  border-radius: 4px;
  background-color: #fff;
  padding: 24px;
  margin-bottom: 16px;
  cursor: pointer;
}
section.contact-us .container .row .contact-us-card:hover {
  background-color: #e6e6e6;
  transform: rotate(5deg);
  transition: 1000ms;
}
section.contact-us .container .row .contact-us-card .contact-us-card-header {
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 8px;
}
section.contact-us .container .row .contact-us-card .contact-us-card-header img {
  width: 20px;
  height: 20px;
}
section.contact-us .container .row .contact-us-card .contact-us-card-header h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #121926;
  margin: 0;
}
@media (max-width: 1200px) {
  section.contact-us .container .row .contact-us-card .contact-us-card-header h5 {
    font-size: 20px;
    font-weight: bolder;
  }
}
section.contact-us .container .row .contact-us-card .star {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
section.contact-us .container .row .contact-us-card img {
  width: 100%;
}
section.contact-us .container .row .contact-us-card p {
  margin: 0;
  margin-right: 10px;
  font-size: 18px;
}
section.contact-us .container .row .contact-us-card span {
  font-size: 12px;
  color: #121926;
}

#GlasgowModal,
#WishawModal,
#BlantyreModal {
  background-color: rgba(17, 17, 17, 0.2274509804);
}
#GlasgowModal .modal-content,
#WishawModal .modal-content,
#BlantyreModal .modal-content {
  width: 400px;
}
#GlasgowModal .modal-content .header,
#WishawModal .modal-content .header,
#BlantyreModal .modal-content .header {
  height: 213px;
  background-image: url("../../imgs/contact-us/Wester-Hails-Branch-contact-us-header.png");
  background-size: cover;
  color: #fff;
}
#GlasgowModal .modal-content .header .social,
#WishawModal .modal-content .header .social,
#BlantyreModal .modal-content .header .social {
  justify-content: space-between;
  padding: 16px;
}
#GlasgowModal .modal-content .header .social .btn,
#WishawModal .modal-content .header .social .btn,
#BlantyreModal .modal-content .header .social .btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 16px;
}
#GlasgowModal .modal-content .body,
#WishawModal .modal-content .body,
#BlantyreModal .modal-content .body {
  padding: 0 24px 24px;
}
#GlasgowModal .modal-content .body h3,
#WishawModal .modal-content .body h3,
#BlantyreModal .modal-content .body h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0;
}
#GlasgowModal .modal-content .body hr,
#WishawModal .modal-content .body hr,
#BlantyreModal .modal-content .body hr {
  border: 1px solid #eef2f6;
}
#GlasgowModal .modal-content .body .contact-inner ul,
#WishawModal .modal-content .body .contact-inner ul,
#BlantyreModal .modal-content .body .contact-inner ul {
  list-style: none;
  padding: 0;
}
#GlasgowModal .modal-content .body .contact-inner ul li,
#WishawModal .modal-content .body .contact-inner ul li,
#BlantyreModal .modal-content .body .contact-inner ul li {
  line-height: 24px;
  padding-bottom: 10px;
}
#GlasgowModal .modal-content .body .contact-inner ul li img,
#WishawModal .modal-content .body .contact-inner ul li img,
#BlantyreModal .modal-content .body .contact-inner ul li img {
  margin-right: 8px;
}
#GlasgowModal .modal-content .body .status-inner,
#WishawModal .modal-content .body .status-inner,
#BlantyreModal .modal-content .body .status-inner {
  height: 80px;
  border: 1px solid #cdd5df;
  padding: 20px;
  border-radius: 8px;
  margin-top: 16px;
}
#GlasgowModal .modal-content .body .status-inner p,
#WishawModal .modal-content .body .status-inner p,
#BlantyreModal .modal-content .body .status-inner p {
  margin: 0;
}
#GlasgowModal .modal-content .body .status-inner .delivery,
#WishawModal .modal-content .body .status-inner .delivery,
#BlantyreModal .modal-content .body .status-inner .delivery {
  border-right: 1px solid #cdd5df;
  align-items: center;
}
#GlasgowModal .modal-content .body .status-inner .delivery p,
#WishawModal .modal-content .body .status-inner .delivery p,
#BlantyreModal .modal-content .body .status-inner .delivery p {
  color: #121926;
}
#GlasgowModal .modal-content .body .status-inner .collection,
#WishawModal .modal-content .body .status-inner .collection,
#BlantyreModal .modal-content .body .status-inner .collection {
  align-items: center;
}
#GlasgowModal .modal-content .body .status-inner .collection p,
#WishawModal .modal-content .body .status-inner .collection p,
#BlantyreModal .modal-content .body .status-inner .collection p {
  color: #121926;
}
#GlasgowModal .branch-btn,
#WishawModal .branch-btn,
#BlantyreModal .branch-btn {
  width: 100%;
  border: 2px solid #ffe700;
  background-color: #ffe700;
  color: #111;
  padding: 16px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-align: center;
  margin-top: 16px;
}
#GlasgowModal .branch-btn:hover,
#WishawModal .branch-btn:hover,
#BlantyreModal .branch-btn:hover {
  color: #ffe700;
  background-color: #fff;
  text-decoration: none;
}

#WishawModal .modal-content .header {
  background-image: url("../../imgs/contact-us/Wishaw-Branch-contact-us-header.jpg");
}

#BlantyreModal .modal-content .header {
  background-image: url("../../imgs/contact-us/Blantyre-Branch-contact-us-header.jpg");
}

#GlasgowModal .modal-content .header {
  background-image: url("../../imgs/hero/lamegos_Vibe.jpg");
}

.delivery-img {
  margin-right: 10px;
}

.copyright {
  margin: 0;
  padding: 0;
  background-color: #000;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 25px;
  z-index: 3;
  font-size: 18px;
  border: 1px solid #000;
  outline: none;
  background-color: #ffe700;
  color: #000;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #ffe700;
  border: 1px solid #ffe700;
  background-color: #000;
  box-shadow: #000 0px 7px 29px 0px;
}

.fixed-part {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: #ffe700;
  color: #000;
  cursor: pointer;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #000;
}
@media (max-width: 768px) {
  .fixed-part .btns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fixed-part a {
  color: #000;
  font-size: 15px;
}
.fixed-part a.btn {
  border: 2px solid #000;
  color: #ffe700;
  background-color: #000;
  padding: 8px 10px;
  border-radius: 20px;
  font-weight: bolder;
  margin: 5px;
  font-size: 12px;
}
@media (max-width: 480px) {
  .fixed-part a.btn {
    font-size: 12px;
  }
}
.fixed-part .order-Blantyre {
  background-color: #ffe700 !important;
  color: #000 !important;
}
.fixed-part p {
  margin-bottom: 0;
  font-size: 15px;
}
.fixed-part img {
  max-width: 150px;
}

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

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

#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 {
  background-color: #000;
}
section.social-media h5 {
  color: #ffe700;
}
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: #ffe700;
  color: white;
}
::selection {
  background-color: #ffe700;
  color: white;
}

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

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

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

section.copyright {
  margin-top: 0px;
}
section.copyright .container {
  padding: 5px;
  border-top: 1px solid #fff;
}
section.copyright p {
  line-height: 40px;
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.copyright p {
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
  }
}
section.copyright a.mealzo-link {
  color: #000 !important;
  border-bottom: 1px solid #000;
}
section.copyright a i {
  color: #fff;
}/*# sourceMappingURL=style2.css.map */