.main-color {
  color: #CA1800;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-SemiBold.ttf);
}
@font-face {
  font-family: Poppins;
  src: url(../../Fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Poppins;
  overflow-x: hidden !important;
  background-color: #000000;
}

a:hover {
  text-decoration: none;
}

.valentine-gif {
  max-width: 80px;
}
@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://www.mealzoforbusiness.co.uk/1/heart.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://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;
  }
}

.top-header {
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1000;
}
.top-header span {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .top-header span {
    font-size: 16px;
  }
}
.top-header .topheader_icons {
  max-width: 30px;
}
@media (max-width: 1200px) {
  .top-header .topheader_icons {
    max-width: 20px;
  }
}

header {
  position: relative;
}

#header {
  position: relative;
  padding: 20px 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: 190px;
  z-index: 1000 !important;
}
@media (max-width: 1200px) {
  #header .shop-logo {
    left: 5%;
    right: auto;
  }
}
#header .shop-logo img {
  z-index: 1000 !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  max-width: 190px;
}
@media (max-width: 1200px) {
  #header .shop-logo img {
    max-width: 190px;
  }
}
@media (min-width: 1200px) {
  #header .navbar-nav {
    flex-direction: row;
  }
}
#header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #CA1800 !important;
}
@media (min-width: 1200px) {
  #header section.menu-section span.open-menu {
    display: none;
  }
}
#header section.menu-section span.open-menu svg {
  fill: #CA1800;
}
#header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  #header section.menu-section #myNav {
    width: 100%;
  }
}
#header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1440px) {
  #header section.menu-section #overlay-content {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  #header section.menu-section #overlay-content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
}
#header section.menu-section nav {
  padding-top: 10px;
  z-index: 1001;
  position: relative;
}
@media (min-width: 1200px) {
  #header section.menu-section nav {
    display: flex;
  }
}
#header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 9999 !important;
  left: 0;
  top: 0;
  background-color: #afb7bc;
  overflow-x: hidden;
  transition: width 0.45s;
}
#header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  #header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  #header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  #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: #CA1800;
}
@media (min-width: 1200px) {
  #header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
#header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  font-weight: bolder;
  border-bottom: 1px solid transparent;
  padding: 10px 0;
}
#header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #CA1800 !important;
}
@media (min-width: 991px) {
  #header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-left: 10px;
    margin-right: 0;
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  #header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    margin-left: 20px;
  }
}
#header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #CA1800;
  color: black;
}
@media (min-width: 1200px) {
  #header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
    z-index: 999 !important;
  }
}
#header .header-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
#header .header-btn a.btn {
  background-color: #CA1800;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
}
#header .header-btn a.btn:hover {
  color: #CA1800;
  border-color: #CA1800;
  background-color: #fff !important;
}
@media (min-width: 1200px) {
  #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: #CA1800;
}

/* section hero */
section.hero-section {
  position: relative;
  margin-top: -200px;
}
@media (max-width: 1200px) {
  section.hero-section {
    margin-top: 0;
  }
}
section.hero-section .hero-title {
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 5%;
  right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  z-index: 999 !important;
}
@media (max-width: 1200px) {
  section.hero-section .hero-title {
    top: 0%;
  }
}
section.hero-section .hero-title h1 {
  font-size: 4.5rem;
  font-family: ArchivoBlack;
  text-transform: capitalize;
  text-shadow: 0 0 20px #ffffff;
  color: #CA1800;
  -webkit-text-stroke: 8px #dfdfdf;
  paint-order: stroke fill;
}
@media (max-width: 1300px) {
  section.hero-section .hero-title h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  section.hero-section .hero-title h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  section.hero-section .hero-title h1 {
    font-size: 1.8rem;
    text-shadow: 0 0 10px #ffffff;
    -webkit-text-stroke: 4px #dfdfdf;
  }
}
@media (max-width: 480px) {
  section.hero-section .hero-title h1 {
    font-size: 1.5rem;
  }
}
section.hero-section .hero-title a.btn {
  background-color: #CA1800;
  padding: 19px 50px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
section.hero-section .hero-title a.btn:hover {
  background-color: #fff;
  color: #CA1800;
}
section.hero-section .slide-one {
  background-image: url(../../imgs/slider/Italian_on_the_mound_vibe.jpg);
}
section.hero-section .slide-two {
  background-image: url(../../imgs/slider/Italian_on_the_mound_pasta.jpg);
}
section.hero-section .slide-three {
  background-image: url(../../imgs/slider/Italian_on_the_mound.jpg);
}
section.hero-section .sow-slider-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  z-index: 8;
}
@media (max-width: 1200px) {
  section.hero-section .sow-slider-image {
    min-height: 80vh;
  }
}
@media (max-width: 576px) {
  section.hero-section .sow-slider-image {
    min-height: 60vh;
  }
}
@media (max-width: 380px) {
  section.hero-section .sow-slider-image {
    min-height: 50vh;
  }
}
section.hero-section img {
  width: 100% !important;
  min-height: 100vh;
}
section.hero-section .order-now {
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.hero-section .order-now {
    bottom: 5%;
    padding: 10px;
  }
}

.heroimage h3 {
  position: absolute;
  top: 40%;
  color: #fff;
  font-weight: bolder;
  font-size: 40px;
}
@media (max-width: 768px) {
  .heroimage h3 {
    font-size: 30px;
  }
}

.contactus {
  background-color: rgb(47, 44, 44);
  margin-top: 0;
}
.contactus h6 {
  padding-top: 10%;
  color: #d1a054;
  font-weight: bolder;
  text-align: center;
}
.contactus p {
  font-weight: normal;
  text-align: center;
  padding-bottom: 3px;
}

.special {
  padding: 80px;
  color: #fff;
}
@media (max-width: 768px) {
  .special {
    padding: 80px 0;
  }
}
.special h2 {
  font-size: 3rem;
  font-family: ArchivoBlack;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .special h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .special h2 {
    font-size: 1.5rem;
  }
}
.special a {
  color: #fff;
}
.special h5 {
  font-size: 1.5rem;
  font-family: ArchivoBlack;
}
.special img {
  border-radius: 15px;
  max-width: 100%;
  margin-bottom: 20px;
}
.special button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #CA1800;
  text-decoration: underline;
  font-size: 1.2rem;
}
.special .swiper-slide:nth-child(odd) {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .special .swiper-slide:nth-child(odd) {
    padding: 0;
  }
}
.special .italian_flag {
  width: 70px;
  margin-bottom: 5px;
  display: flex;
}

section.gallery-wrapper {
  position: relative;
  margin: 80px 0;
}
@media (max-width: 991px) {
  section.gallery-wrapper {
    display: none;
  }
}
section.gallery-wrapper h3 {
  font-size: 3rem;
  margin: 30px auto;
  text-align: center;
  color: #ddd;
  margin-bottom: 50px;
  font-family: ArchivoBlack;
  color: #CA1800;
  -webkit-text-stroke: 5px #dfdfdf;
  paint-order: stroke fill;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.gallery-wrapper h3 .italian_flag {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 190px;
  max-width: 150px;
  opacity: 0.7;
  z-index: -1;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
}
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: #000;
  border-right: 2px solid #333;
  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 3s;
    transform: translateY(2%);
    -webkit-animation: 60s move-it ease alternate infinite 3s;
  }
  section.gallery-wrapper .gallery__strip.three {
    animation: 70s move-it ease alternate infinite 4s;
    transform: translateY(2%);
    -webkit-animation: 70s move-it ease alternate infinite 4s;
  }
  section.gallery-wrapper .gallery__strip.two {
    animation: 58s move-it-2 ease alternate infinite 5s;
    transform: translateY(-50%);
    -webkit-animation: 58s move-it-2 ease alternate infinite 5s;
  }
  section.gallery-wrapper .gallery__strip.four {
    animation: 65s move-it-2 ease alternate infinite 6s;
    transform: translateY(-50%);
    -webkit-animation: 65s move-it-2 ease alternate infinite 6s;
  }
  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%);
  }
}

.about-us {
  padding: 80px 0 80px 80px;
  color: #fff;
  position: relative;
}
.about-us .italian_icon {
  position: absolute;
  content: "";
  bottom: -100px;
  right: -50px;
  max-width: 230px;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 768px) {
  .about-us .italian_icon {
    max-width: 170px;
    right: 0px;
    bottom: -50px;
  }
}
@media (max-width: 1200px) {
  .about-us {
    padding: 40px 0;
  }
}
.about-us .about-us-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-us .about-us-inner {
    flex-direction: column-reverse;
  }
}
.about-us .about-us-inner img {
  max-width: 350px;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .about-us .about-us-inner img {
    display: none;
  }
}
.about-us .about-us-inner .about-text {
  text-align: center;
  width: 50%;
  height: 100%;
  margin: auto -30px;
  padding: 70px 50px;
  border-radius: 15px;
  z-index: 99;
  background-color: #fff;
}
@media (max-width: 1200px) {
  .about-us .about-us-inner .about-text {
    padding: 10px;
    width: 100%;
  }
}
.about-us .about-us-inner a {
  color: #fff;
  background-color: #CA1800;
  padding: 12px 25px;
  border-radius: 20px;
  margin-top: 20px;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.about-us h5 {
  font-size: 2.1rem;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  .about-us h5 {
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .about-us h5 {
    font-size: 2.5rem;
  }
}
@media (max-width: 380px) {
  .about-us h5 {
    font-size: 2.2rem;
  }
}
.about-us h2 {
  font-weight: bolder;
  font-size: 3rem;
  font-family: ArchivoBlack;
  margin-right: 4px;
}
.about-us .about-text {
  text-align: left;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .about-us .about-text {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .about-us .about-text {
    padding: 20px;
  }
}
.about-us .about-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: -100px;
  margin-right: -100px;
}
.about-us .about-img img {
  width: 80%;
}
.about-us a {
  color: #fff;
  text-decoration: underline;
  font-weight: bolder;
  font-size: 20px;
  font-family: ArchivoBlack;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
}
.about-us a:hover {
  color: #CA1800;
}

.more-about {
  background-image: url(../../imgs/about/Italian_on_the_mound_background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
}
.more-about .more_card {
  color: #fff;
  text-align: center;
}
.more-about .more_card img {
  width: 70px;
  margin-bottom: 20px;
}
.more-about .more_card h6 {
  color: #fff;
  font-size: 1.1rem;
  font-family: ArchivoBlack;
}

.main-text {
  background-color: #ffd369;
  padding: 20px 0;
}

.header_text {
  font-size: 1rem;
  color: #CA1800;
  position: relative;
}
.header_text::after {
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  bottom: 0;
  background-color: #CA1800;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.header_text::before {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  bottom: 0;
  background-color: #CA1800;
  width: 16px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.foodname {
  text-align: center;
}
.foodname h3 {
  text-align: center;
  margin-top: 6%;
  font-weight: bolder;
  padding-bottom: 0%;
}

.media {
  text-align: left;
  margin-top: 1%;
  font-size: 12px;
}
.media p {
  font-size: 10px;
}
.media img {
  border-radius: 0 50% 50% 50%;
}
.media a {
  text-align: center;
}

.fullmenu {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 3%;
  align-items: center;
  margin-right: 0%;
}
.fullmenu a {
  background-color: #D1A054;
  padding: 10px;
  border-radius: 12px;
  text-decoration: none;
}

.foodname h3 {
  margin-top: 15%;
}

.menu a {
  color: #000;
  text-decoration: none;
}

/* dwnloap app section */
section.dl-app {
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
  background-image: url(../../imgs/hero/dl-app-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  section.dl-app {
    padding: 0;
  }
}
section.dl-app div.inner-content {
  padding: 40px;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: flex-start;
}
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: 20px;
  width: 300px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: ArchivoBlack;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  color: #CA1800;
  -webkit-text-stroke: 5px #dfdfdf;
  paint-order: stroke fill;
  margin: 20px 0;
  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: 3rem;
  }
}
section.dl-app .dl-app-mockup {
  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;
  overflow: hidden;
}
section.dl-app .dl-app-mockup:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
section.dl-app .dl-app-mockup .mobile-mockup {
  width: 100%;
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.reviews {
  padding: 80px 0;
  text-align: center;
}
.reviews .textbox p {
  color: #CA1800;
  text-align: center;
}
.reviews .textbox h6 {
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1%;
  font-size: 3rem;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-family: ArchivoBlack;
}
@media (max-width: 576px) {
  .reviews .textbox h6 {
    font-size: 2rem;
  }
}
.reviews .comments {
  padding-top: 5%;
  background-color: #f3f3f3;
  height: 500px;
}
.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #000;
}
@media (min-width: 768px) {
  .reviews h3 {
    font-size: 50px;
  }
}
.reviews .comment-section {
  background-color: rgba(255, 149, 0, 0.1490196078);
  padding: 20px;
  min-height: 240px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.reviews .comment-section .comment-text p {
  text-align: center;
  max-width: 800px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
.reviews .comment-section .comment-writter-name {
  margin: 0;
  color: #D1A054;
}
.reviews .comment-section .stars {
  text-align: center;
  margin: 10px 0;
}
.reviews .comment-section .stars svg {
  fill: #DE9331;
}

.contact-us {
  padding: 20px;
  background-color: #000000;
}
.contact-us .quoite {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact-us .col-12 {
    padding: 15px;
  }
}
.contact-us .textbox p {
  color: #CA1800;
  text-align: center;
}
.contact-us .textbox h6 {
  font-family: ArchivoBlack;
  letter-spacing: 2px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1%;
  text-align: center;
  margin: 0 auto;
  font-size: 3rem;
  width: 70%;
}
@media (max-width: 576px) {
  .contact-us .textbox h6 {
    font-size: 2rem;
  }
}
.contact-us .card {
  background-color: transparent;
  border: none;
}
.contact-us .contact {
  width: 100%;
  min-height: 500px;
  display: flex;
  padding: 60px 30px;
  text-align: center;
  flex-direction: column;
  color: #fff;
  margin: auto;
}
@media (max-width: 991px) {
  .contact-us .contact {
    min-height: unset;
    padding: 40px 10px;
  }
}
.contact-us .contact h3 {
  font-size: 2rem;
  margin-bottom: 50px;
  font-family: ArchivoBlack;
  color: #CA1800;
  -webkit-text-stroke: 5px #dfdfdf;
  paint-order: stroke fill;
}
@media (max-width: 993px) {
  .contact-us .contact h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 380px) {
  .contact-us .contact h3 {
    font-size: 1.5rem;
  }
}
.contact-us .contact ul {
  padding: 0;
}
.contact-us .contact ul li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact-us .contact ul li h6 {
  text-align: left;
  font-size: 2rem;
}
.contact-us .contact ul li a.btn {
  color: #fff;
  background-color: #CA1800;
  padding: 16px 40px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto;
  display: flex;
}
.contact-us .contact a {
  color: #fff;
}
.contact-us .contact.card {
  background-image: url(../../imgs/about/italian.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact-us .contact.card #openinghour {
  width: 70%;
  margin: 20px auto;
}
@media (max-width: 1200px) {
  .contact-us .contact.card #openinghour {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .contact-us .contact.card #openinghour {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .contact-us .contact.card #openinghour {
    width: 100%;
  }
}
.contact-us .contact.card #openinghour .d-flex {
  border-bottom: 1px dashed #ddd;
}
.contact-us .contact.card #openinghour p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .contact-us .contact.card #openinghour p {
    font-size: 16px;
  }
}
.contact-us iframe {
  height: 550px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 991px) {
  .contact-us iframe {
    height: 250px;
  }
}
.contact-us p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .contact-us p {
    font-size: 16px;
  }
}
.contact-us a {
  font-size: 20px;
}
.contact-us .contact_header {
  font-size: 5rem !important;
  background: linear-gradient(to right, green, white, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #000000 !important;
  paint-order: stroke fill !important;
}
@media (max-width: 1200px) {
  .contact-us .contact_header {
    font-size: 3rem !important;
  }
}
@media (max-width: 576px) {
  .contact-us .contact_header {
    font-size: 2rem !important;
  }
}

.footer_contact {
  background-image: url(../../imgs/hero/italian-on-the-mound.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

footer {
  background-color: #11161a;
  padding: 50px 0 0 0;
  color: #fff;
}
footer h4 {
  font-family: ArchivoBlack;
  text-transform: capitalize;
}
footer .logo img {
  margin-bottom: 20px;
  max-width: 300px;
}
footer p {
  font-size: 15px;
  text-align: justify;
}
@media (max-width: 1200px) {
  footer p {
    text-align: center;
  }
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 10px;
  text-align: center;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #CA1800;
}

.foods-tags {
  padding: 30px 0;
}
.foods-tags ul {
  padding: 0;
  margin: 0;
}
.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 18px;
  padding: 5px 10px;
  margin: 2px;
  background-color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .foods-tags ul li {
    font-size: 14px;
  }
}
.foods-tags ul li a {
  color: #000000;
}

.fixed-part {
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 999999 !important;
  display: flex;
}
.fixed-part #myBtn {
  display: none;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #CA1800;
  color: #fff;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.fixed-part .btn {
  background-color: #CA1800;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 23px;
  margin-left: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

section.social-media {
  color: #fff;
  background-color: #000;
}
@media (max-width: 768px) {
  section.social-media {
    display: none;
  }
}
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: #CA1800;
  color: white;
}
::selection {
  background-color: #CA1800;
  color: white;
}

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

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

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

section.copyright {
  padding-top: 10px;
  color: #fff;
}
section.copyright a.weetech-link {
  color: #CA1800 !important;
  font-weight: 700;
}/*# sourceMappingURL=style2.css.map */