.main-color {
  color: #FF0002;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
  background-color: #000431;
  color: #fff;
}

img {
  width: 100%;
}

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

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.dlApp {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

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

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

.displayy {
  justify-content: center;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler-icon {
  background-image: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

header {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
header .navbar-brand {
  font-size: 1rem !important;
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #FF0002;
}
@media (min-width: 768px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 768px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section .closebtn {
  text-decoration: unset;
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #f5f5f5;
}
@media (min-width: 768px) {
  header section.menu-section .closebtn {
    display: none;
  }
}
header section.menu-section a.nav-link.active {
  color: #FF0002 !important;
}
header section.menu-section a.nav-link {
  color: #fff !important;
  text-align: center;
}
header section.menu-section a.nav-link:hover {
  color: #FF0002 !important;
}
@media (min-width: 768px) {
  header section.menu-section a.nav-link {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section a.nav-link {
    font-size: 17px;
    padding: 13px 25px;
    font-weight: bolder;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  header section.menu-section a.nav-link {
    color: #f5f5f5;
  }
}
header section.menu-section a.home {
  border-bottom: 3px solid #FF0002;
  background-color: #fde1c7 !important;
  color: #FF0002;
}
@media (max-width: 768px) {
  header section.menu-section a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
header section.menu-section a.btn {
  background-color: #FF0002;
  color: #fff;
}
@media (min-width: 768px) {
  header section.menu-section a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 768px) {
  header section.menu-section {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social .fa {
  color: #fff;
}
@media (min-width: 768px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 768px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}

.big-logo img {
  padding: 10px 0;
  max-width: 240px;
}
@media (max-width: 480px) {
  .big-logo img {
    max-width: 150px;
  }
}
.big-logo a {
  color: #fff;
  padding: 5px 10px;
}
.big-logo a:hover {
  text-decoration: none;
}
.big-logo .account {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 10px;
  border-radius: 18px;
  font-family: ArchivoBlack;
  font-size: 20px;
}
@media (max-width: 380px) {
  .big-logo .account {
    padding: 8px 2px;
    font-size: 13px;
  }
}
.big-logo .account i {
  margin-right: 5px;
  color: #fff;
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.header-tab {
  padding-top: 40px;
  display: flex;
}
@media (max-width: 768px) {
  .header-tab .col-md-3 {
    padding: 0;
  }
}
.header-tab ul {
  padding: 0;
}
@media (max-width: 768px) {
  .header-tab ul {
    flex-wrap: wrap;
  }
}
.header-tab li {
  list-style: none;
  margin: 0 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .header-tab li {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .header-tab li {
    width: 30%;
    margin: 0 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .header-tab li {
    width: 40%;
    margin: 0 10px 10px 10px;
  }
}
@media (max-width: 380px) {
  .header-tab li {
    width: 60%;
  }
}
.header-tab li div.item {
  background-color: #fff;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  padding: 16px;
  border: 1px solid transparent;
  transition-duration: 0.5s;
  transition: ease-in-out 0.7s;
  max-width: -moz-max-content;
  max-width: max-content;
}
.header-tab li div.item:hover {
  border: 1px solid #fff4eb;
  text-decoration: none;
  background-color: #d3d3d3;
  background-image: linear-gradient(to left bottom, #013da0, #ff0002);
  transform: scale3d(1.02, 1.02, 1.02);
}
.header-tab li div.item:hover img {
  border-color: #fff !important;
}
.header-tab li div.item:hover h4 {
  color: #fff;
}
@media (max-width: 380px) {
  .header-tab li div.item {
    padding: 4px;
  }
}
.header-tab li div.item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: -moz-max-content;
  max-width: max-content;
}
.header-tab li div.item a:hover {
  text-decoration: none;
}
.header-tab li div.item img {
  max-width: 180px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 576px) {
  .header-tab li div.item img {
    max-width: 150px;
  }
}
.header-tab li div.item img.one-img {
  border: 4px solid #613410;
}
.header-tab li div.item img.two-img {
  border: 4px solid #ffc72c;
}
.header-tab li div.item img.three-img {
  border: 4px solid #912121;
}
.header-tab li div.item img.four-img {
  border: 4px solid #2a9121;
}
.header-tab li div.item h4 {
  color: #000431;
  margin-top: 20px;
  font-weight: bolder;
  font-family: ArchivoBlack;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .header-tab li div.item h4 {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  .header-tab li div.item h4 {
    font-size: 13px;
  }
}

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

/* section hero */
section.hero-section {
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}
section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}
@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: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #FF0002;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@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: 1rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #FF0002;
  color: rgb(255, 255, 255);
  border-radius: 35px 0 35px 0 !important;
  padding: 14px 30px;
  margin-top: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.hero-section div.inner-content a:hover {
  color: #FF0002;
  border-color: #FF0002;
  background-color: #fff !important;
  box-shadow: #000431 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    width: 140px;
  }
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #FF0002;
}

#headerpage {
  display: block;
  background-color: #181818;
  background-image: url(../../imgs/hero/smashing-station-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0;
}
#headerpage h2 {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
  font-size: 3.8rem;
  text-shadow: 1px 1px #000000;
  font-family: ArchivoBlack;
}
@media (max-width: 480px) {
  #headerpage h2 {
    font-size: 2.2rem;
  }
}
#headerpage p {
  color: #fff;
  font-weight: bolder;
  margin-bottom: 30px;
}
#headerpage a {
  max-width: -moz-max-content;
  max-width: max-content;
  border: none;
  padding: 8px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border: 2px solid #fff;
  font-family: ArchivoBlack;
}
#headerpage a:hover {
  background-image: unset;
  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;
  background-color: #fff;
}
#headerpage a:hover .fa {
  color: #FF0002 !important;
}
#headerpage a button {
  color: #013da0;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: none;
  padding: 8px 30px;
  border: 2px solid #fff;
  font-size: 20px;
  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;
}
#headerpage a i {
  color: #fff !important;
  margin-left: 5px;
}
@media (max-width: 576px) {
  #headerpage a {
    margin: 5px auto;
  }
}

section.more-about-us-section {
  padding: 60px 0;
}
section.more-about-us-section div.section-heading-div h3 {
  font-weight: bolder;
  font-size: 35px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  section.more-about-us-section div.section-heading-div h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.more-about-us-section div.section-heading-div h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  section.more-about-us-section div.section-heading-div {
    text-align: center;
  }
}
section.more-about-us-section p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  section.more-about-us-section p {
    text-align: center;
  }
}
section.more-about-us-section a {
  background-color: #fff;
  color: #000431;
  padding: 16px 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.more-about-us-section a:hover {
  color: #fff;
  border-color: #FF0002;
  background-color: #FF0002;
  box-shadow: #000431 0px 4px 12px;
  transform: scale(0.9);
}
@media (max-width: 991px) {
  section.more-about-us-section a {
    margin: 0 auto;
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.more-about-us-section img {
  max-width: 100%;
  display: flex;
  margin: auto;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

section.contact-us .map div {
  height: 100%;
}
@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}

/* special to try */
section.special {
  padding-bottom: 50px;
}
section.special h3 {
  margin-top: 100px;
  margin-bottom: 50px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 30px;
  }
}
section.special .card {
  background-color: #ffffff;
  overflow: hidden;
}
section.special .card img {
  position: relative;
  width: 100%;
}
section.special .card .info {
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  transform: translateY(74%) translateY(20px) translateZ(0);
  -webkit-transform: translateY(74%) translateY(20px) translateZ(0);
  -moz-transform: translateY(74%) translateY(20px) translateZ(0);
  -ms-transform: translateY(74%) translateY(20px) translateZ(0);
  -o-transform: translateY(74%) translateY(20px) translateZ(0);
  transition: transform 0.5s ease-out;
  color: #fff;
  background-color: #fff;
}
@media (max-width: 768px) {
  section.special .card .info {
    transform: translateY(85%) translateZ(0);
    -webkit-transform: translateY(85%) translateZ(0);
    -moz-transform: translateY(85%) translateZ(0);
    -ms-transform: translateY(85%) translateZ(0);
    -o-transform: translateY(85%) translateZ(0);
  }
}
@media (max-width: 380px) {
  section.special .card .info {
    transform: translateY(80%) translateZ(0);
    -webkit-transform: translateY(80%) translateZ(0);
    -moz-transform: translateY(80%) translateZ(0);
    -ms-transform: translateY(80%) translateZ(0);
    -o-transform: translateY(80%) translateZ(0);
  }
}
section.special .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card:hover .info {
  transform: translateY(0px) translateZ(0);
}
section.special .card .card-body {
  padding: 10px;
  min-height: 100px;
}
section.special .card .card-body .card-title {
  color: #000431;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: bolder;
  text-align: left;
  font-family: ArchivoBlack;
  margin-bottom: 0px;
}
section.special .card .card-body p {
  text-align: left !important;
}
section.special .card .card-body p {
  text-align: center;
}
section.special .card .card-footer {
  background-color: transparent;
  border-top: none;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0;
}
section.special .card .card-footer a {
  background-color: #FF0002;
  border: 1px solid #FF0002;
  color: #fff;
  padding: 12px 35px;
  transition: ease-in-out 0.7s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
section.special .card .card-footer a:hover {
  transform: scale(1.1);
}
@media (max-width: 550px) {
  section.special .card .card-footer a {
    background-color: rgba(255, 255, 255, 0.7960784314);
  }
}
@media (max-width: 768px) {
  section.special .card .card-body {
    padding-bottom: 0;
  }
  section.special .card .card-footer {
    padding-top: 0;
  }
}
section.special div.tab-content {
  min-height: 450px;
}
section.special div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  section.special div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
section.special div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
section.special div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Monsterrat, Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
section.special div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: Monsterrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.gallery {
  margin: 10px;
}
.gallery .card {
  transition: ease-in-out 0.7s;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: transparent;
}
.gallery .card:hover {
  transform: scale(1.1);
}
.gallery img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.gallery .container {
  background-color: #FF0002;
  padding: 24px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-image: linear-gradient(to left bottom, #013da0, #ff0002);
}

.specialOffer {
  padding: 30px 0;
  background-color: #fff;
}
.specialOffer .offer-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .specialOffer .offer-text {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
.specialOffer .offer-text p {
  margin-bottom: 0;
  color: #000431;
  font-size: 20px;
  font-weight: bolder;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  .specialOffer .offer-text p {
    text-align: center;
  }
}
.specialOffer .offer-text a.btn {
  background-color: #000431;
  color: #fff;
  padding: 16px 30px;
  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;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
@media (max-width: 991px) {
  .specialOffer .offer-text a.btn {
    margin-top: 20px;
  }
}
.specialOffer .offer-text a.btn:hover {
  background-color: #FF0002;
}
.specialOffer .offer-text a.btn:hover .fa {
  color: #FF0002 !important;
}

section.about-us {
  padding: 40px 0;
}
@media (max-width: 768px) {
  section.about-us {
    padding: 0;
  }
}
section.about-us div.section-heading-div h3 {
  font-weight: bolder;
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  section.about-us div.section-heading-div h3 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  section.about-us div.section-heading-div h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  section.about-us div.section-heading-div {
    text-align: center;
  }
}
section.about-us p {
  font-size: 16px;
  letter-spacing: -0.02em;
}
@media (max-width: 991px) {
  section.about-us p {
    text-align: center;
  }
}
section.about-us a {
  background-color: #fff;
  color: #000431;
  padding: 16px 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us a:hover {
  color: #fff;
  background-color: #FF0002;
  box-shadow: #000431 0px 4px 12px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (max-width: 991px) {
  section.about-us a {
    margin: 0 auto;
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.about-us img {
  max-width: 105%;
  display: flex;
  margin: auto;
}

section.peyment-method {
  background-color: #fff;
}
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 {
  margin: 80px 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: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  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 {
  padding: 80px 0;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #1628A7;
  border-radius: 16px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #FF0002;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  background-color: #000431;
  color: rgb(255, 255, 255);
  padding: 80px 0 0 0;
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #FF0002;
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer img.dl-app-link {
  margin-bottom: 10px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 250px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
footer ul {
  padding: 0;
  list-style: none;
  text-align: center;
}
footer ul h5 {
  margin-bottom: 25px;
  font-family: ArchivoBlack;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  line-height: 38px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #FF0002;
}

section.foods-link {
  background-color: #000431;
  padding: 10px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
}
section.foods-link ul li a {
  color: #fff;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 1px solid #FF0002;
}

section.foods-tags {
  background-color: #000431;
}
section.foods-tags .foods-link {
  border-bottom: 1px solid #fff;
  padding-top: 30px;
}
section.foods-tags ul {
  padding: 10px;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 2px 15px;
  margin: 4px;
  background-color: #ffffff;
  color: #000;
  font-size: 14px;
}
section.foods-tags ul li a {
  color: #111 !important;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
}

.contact-us {
  padding: 40px 0 80px 0;
  color: #fff;
  background-image: url("../../imgs/about/front-view-burgers-stand.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us .contact-card {
  background-image: linear-gradient(to left bottom, #013da0, #ff0002);
  padding: 50px;
  min-height: 460px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
@media (max-width: 991px) {
  .contact-us .contact-card {
    min-height: unset;
  }
}
@media (max-width: 576px) {
  .contact-us .contact-card {
    padding: 30px;
  }
}
.contact-us .contact-card ul {
  padding: 0;
  list-style: none;
}
.contact-us .contact-card ul li {
  margin-bottom: 10px;
}
.contact-us .contact-card a {
  color: #fff;
}
.contact-us a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
.contact-us h2 {
  font-family: ArchivoBlack;
}
.contact-us .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #FF0002;
  font-family: ArchivoBlack;
}
@media (max-width: 480px) {
  .contact-us .footer-header {
    font-size: 35px;
  }
}
.contact-us .fa {
  color: #fff;
  font-size: 1.25rem;
}
.contact-us .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contact-us .list-group.shop-info {
    flex-direction: column;
  }
}
.contact-us .footer-title {
  margin-bottom: 30px;
}
.contact-us .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
  font-family: ArchivoBlack;
}

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

.social-media-conteiner {
  background-color: #FF0002;
}
@media (max-width: 768px) {
  .social-media-conteiner {
    justify-content: center;
  }
}
.social-media-conteiner .icon-holder.facebook i {
  padding: 10px 13px;
  color: #fff;
}
.social-media-conteiner .icon-holder.instagram i {
  padding: 12px;
  color: #fff;
}
.social-media-conteiner .icon-holder.tiktok {
  padding: 7px 11px;
}
.social-media-conteiner div.icon-holder {
  border-radius: 50%;
  background: #000;
  width: 40px;
  height: 40px;
  transition: transform 0.5s ease;
}
.social-media-conteiner div.icon-holder i {
  padding: 12px;
}
.social-media-conteiner div.icon-holder svg {
  fill: #fff;
}
.social-media-conteiner div.icon-holder:hover {
  transform: translate(0px, -8px);
}
.social-media-conteiner div.icon-holder a {
  color: #fff;
}

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

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

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

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

section.copyright {
  background-color: #000431;
  color: rgb(255, 255, 255);
}
section.copyright a.weetech-link {
  color: #fff !important;
}/*# sourceMappingURL=style2.css.map */