@font-face {
  font-family: "Quicksand";
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: ChangaOne;
  src: url(../../Fonts/Changa_One/ChangaOne-Regular.ttf);
}
.main-color {
  color: #001AA7;
}

body {
  font-family: Quicksand;
  color: #161616;
  overflow-x: hidden;
  background-image: linear-gradient(to bottom, #fff, #fff, #fff);
}

html {
  scroll-behavior: smooth;
}

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

#myModal {
  color: #000;
}

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

.third {
  border-color: #001AA7;
  color: #fff;
  box-shadow: 0 0 40px 40px #001AA7 inset, 0 0 0 0 #001AA7;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #001AA7 inset, 0 0 10px 4px #001AA7;
}

.btn:hover,
.btn:focus {
  color: #fff;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: ChangaOne;
}

p,
a,
span {
  font-family: "Quicksand";
}

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

.fade-left-hero2 {
  animation: fade-left-hero 2.5s ease-in-out;
  -webkit-animation: fade-left-hero 2.5s ease-in-out;
}

.fade-left-hero3 {
  animation: fade-left-hero 3s ease-in-out;
  -webkit-animation: fade-left-hero 3s ease-in-out;
}

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.animation-right {
  transform-origin: 50%;
  animation: linear scale-down-on-scroll;
  animation-timeline: view() !important;
  animation-range: exit-crossing 0% exit-crossing 100% !important;
}
@keyframes scale-down-on-scroll {
  to {
    opacity: 0.5;
    translate: 60vi;
    rotate: 20deg;
    scale: 0.9;
  }
}
.animation-right img {
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.animation-left {
  transform-origin: 50%;
  animation: linear scale-left-on-scroll;
  animation-timeline: view() !important;
  animation-range: exit-crossing 0% exit-crossing 100% !important;
}
@keyframes scale-left-on-scroll {
  to {
    opacity: 0.5;
    translate: -60vi;
    rotate: 20deg;
    scale: 0.9;
  }
}
.animation-left img {
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.main-color {
  color: #001AA7;
}

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

::-moz-selection {
  background-color: #001AA7;
  color: white;
}

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

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

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

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

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 9;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 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;
  }
}

header {
  padding: 10px 0;
  background-color: #001da7;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 160px;
}
@media (max-width: 768px) {
  header .shop-logo {
    max-width: 160px;
  }
}
header .order-btn {
  border: 2px solid #000;
  color: #000;
  background-color: #ffe700;
  padding: 10px 25px;
  border-radius: 20px;
  font-weight: bolder;
}
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 span.open-menu svg {
  fill: #fff;
}
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;
  font-size: 20px;
  top: 0%;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #001AA7;
}
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 #001AA7;
  color: #001AA7 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover svg {
  fill: #001AA7 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  border-bottom: 1px solid #001AA7;
  color: #001AA7 !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: #001AA7;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #001AA7;
  border-radius: 35px 35px 12px 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}

.hero-section {
  padding: 40px 0;
  position: relative;
}
@media (max-width: 576px) {
  .hero-section {
    padding: 40px 0 100px 0;
  }
}
.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../../imgs/main/chef-kebab.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 300px;
  z-index: -1;
}
@media (max-width: 576px) {
  .hero-section::after {
    bottom: -60px;
  }
}
.hero-section video {
  z-index: 3;
  position: relative;
  max-width: 100%;
  border-radius: 16px;
}
.hero-section .videos {
  margin-top: -80px;
}
@media (max-width: 991px) {
  .hero-section .videos {
    margin-top: 30px;
  }
}
.hero-section .second_video {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .hero-section .second_video {
    margin-top: 80px;
  }
}
.hero-section .hero-content {
  border-radius: 8px;
  width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  z-index: 2;
}
.hero-section .hero-content .title {
  font-size: 4rem;
  width: 100%;
  font-weight: bolder;
  color: #001AA7;
  animation: animated-text 20s linear infinite;
}
@media (max-width: 1200px) {
  .hero-section .hero-content .title {
    background-color: transparent;
    font-size: 5rem;
    color: #001AA7;
  }
}
@media (max-width: 991px) {
  .hero-section .hero-content .title {
    font-size: 4rem;
  }
}
@media (max-width: 756px) {
  .hero-section .hero-content .title {
    margin-bottom: 0px;
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-content .title {
    font-size: 3rem;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-content .title {
    font-size: 2.5rem;
  }
}
.hero-section .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 1200px) {
  .hero-section .hero-content p {
    color: #001AA7;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-content p {
    font-size: 1rem;
  }
}
@keyframes animated-text {
  100% {
    background-position: 200% 0;
  }
}
.hero-section img {
  width: 300px;
}
.hero-section a {
  color: #000 !important;
  font-size: 1.5rem;
}
.hero-section .CTA_button {
  padding: 18px 35px;
  z-index: 9;
  text-transform: capitalize;
  font-size: 20px;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  border: 1px solid #c50017;
  background-color: #c50017;
  color: #fff !important;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
  max-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  align-items: center;
  background: linear-gradient(130deg, #001AA7, #001AA7, #105ea7, #001AA7, #001AA7);
  background-size: 200% 200%;
  animation: Animation 5s ease infinite;
}
@keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
.hero-section .CTA_button svg {
  margin-left: 8px;
}
.hero-section .CTA_button:hover {
  color: #fff !important;
  background-color: #c50017 !important;
  border-color: #c50017 !important;
  text-decoration: none;
  background: linear-gradient(130deg, #c50017, #c50017, #ff4f4f, #c50017, #c50017);
}

.SCALING_ANIMATION {
  transform: translateY(0); /* Initial transform state */
  animation-timeline: view();
  animation-range: entry 0% exit 100%; /* Start at entry, end at exit */
  animation-fill-mode: both; /* Ensures animation state is maintained */
  animation-name: SCaleup;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

@keyframes SCaleup {
  0% {
    opacity: 1;
    transform: scale(1);
    border-radius: 0px;
  }
  50% {
    opacity: 1;
    transform: scale(1);
    border-radius: 0px;
  }
  70% {
    opacity: 1;
    transform: scale(0.8);
    border-radius: 0px;
  }
  90% {
    opacity: 1;
    transform: scale(0.6);
    border-radius: 20px;
  }
  100% {
    opacity: 1;
    transform: scale(0.4);
    border-radius: 20px;
  }
}
/* more about us section */
section.more-about-us-section {
  padding: 100px 0;
  margin: 0 80px;
  position: relative;
}
section.more-about-us-section: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.more-about-us-section:after {
    height: 24px;
  }
}
section.more-about-us-section::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;
}
@media (max-width: 1200px) {
  section.more-about-us-section::before {
    width: 24px;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  max-width: 120px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
.special-section {
  background-color: #000000;
}
.special-section h2 {
  margin-block: 30px;
  color: #001AA7;
}
.special-section .special-image-panel {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.special-section .special-image-panel.show {
  opacity: 1;
  transform: translateY(0);
}
.special-section .special-image-panel .img-fluid {
  border-radius: 50%;
  border: 2px solid #333;
  transition: transform 0.3s ease;
}
.special-section .special-items-list a.special-item-link {
  color: #FFF8E8;
  text-decoration: none !important;
}
.special-section .special-items-list .special-item-content {
  border-top: 1px solid rgb(66.3, 66.3, 66.3);
  border-bottom: rgb(66.3, 66.3, 66.3);
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.special-section .special-items-list .special-item-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background-color: rgb(66.3, 66.3, 66.3);
}
.special-section .special-items-list .special-item-content:last-child:after {
  display: none;
}
.special-section .special-items-list .special-item-content .special-item-text {
  margin-top: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
.special-section .special-items-list .special-item-content .special-description {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: top 1s ease, opacity 1s ease;
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .special-section .special-items-list .special-item-content .special-description {
    position: static;
    transform: none;
    opacity: 1;
  }
}
.special-section .special-items-list .special-item-content:hover .special-description {
  top: 70%;
  opacity: 1;
}

.special {
  padding: 40px 0 40px 40px;
}
@media (max-width: 991px) {
  .special {
    padding: 40px 0;
  }
}
.special h3 {
  max-width: 100%;
  font-size: 4rem;
  color: #001AA7;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .special h3 {
    max-width: 100%;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .special h3 {
    font-size: 1.7rem;
  }
}
.special .card {
  border-radius: 16px;
  background-color: transparent;
  transition: ease-in-out 0.7s;
  border: none;
  height: 380px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .special .card {
    height: 370px;
  }
}
@media (max-width: 576px) {
  .special .card {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .special .card {
    height: 380px;
  }
}
.special .card:hover .card-body {
  transform: translateY(-240px);
}
@media (max-width: 576px) {
  .special .card:hover .card-body {
    transform: translateY(-330px);
  }
}
@media (max-width: 480px) {
  .special .card:hover .card-body {
    transform: translateY(-300px);
  }
}
.special .card .card-body {
  transition: ease-in-out 0.8s;
  transform: translateY(0);
  background-color: #fff;
  min-height: 190px;
  border-radius: 8px;
  padding: 8px;
  margin: 8px;
}
.special .card img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #001AA7;
}
.special .card .card-title {
  font-size: 1.9rem;
  margin-bottom: 8px;
  font-family: ChangaOne;
  color: #c50017;
}
.special .card p {
  font-size: 0.9rem;
}
.special .card a.btn {
  text-align: left;
  border: none;
  display: flex;
  justify-content: flex-start;
  color: #c50017;
  font-family: ChangaOne;
  align-items: center;
  transition: ease-in-out 0.7s;
  font-weight: bold;
  font-size: 1rem;
  border: 1px dashed transparent;
  max-width: -moz-max-content;
  max-width: max-content;
}
.special .card a.btn svg {
  font-weight: bolder;
}

.accordion-wrapper h1 {
  text-align: center;
  color: #333;
}
.accordion-wrapper .accordion {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 50px auto;
}
.accordion-wrapper .accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion-wrapper .accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 400px;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion-wrapper .accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion-wrapper .accordion ul li div a {
  background: rgba(0, 0, 0, 0.157);
  display: block;
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}
.accordion-wrapper .accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  transform: translateX(-20px);
  transition: all 400ms ease;
}
.accordion-wrapper .accordion ul li div a h2 {
  text-overflow: clip;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 2px;
  top: 310px;
}
.accordion-wrapper .accordion ul li div a p {
  top: 310px;
  font-size: 13.5px;
}
.accordion-wrapper .accordion ul li:nth-child(1) {
  background-image: url("../../imgs/accordion/generous.jpg");
}
.accordion-wrapper .accordion ul li:nth-child(2) {
  background-image: url("../../imgs/accordion/all.jpg");
}
.accordion-wrapper .accordion ul li:nth-child(3) {
  background-image: url("../../imgs/accordion/amazing-vibe.jpg");
}
.accordion-wrapper .accordion ul li:nth-child(4) {
  background-image: url("../../imgs/accordion/kunefe.jpg");
}
.accordion-wrapper .accordion ul li:nth-child(5) {
  background-image: url("../../imgs/accordion/kebabsss.jpg");
}
.accordion-wrapper .accordion ul li:nth-child(6) {
  background-image: url("../../imgs/accordion/desserts.jpg");
}
.accordion-wrapper .accordion ul:hover li, .accordion-wrapper .accordion ul:focus-within li {
  width: 8%;
}
.accordion-wrapper .accordion ul li:focus {
  outline: none;
}
.accordion-wrapper .accordion ul:hover li:hover,
.accordion-wrapper .accordion ul li:focus, .accordion-wrapper .accordion ul:focus-within li:focus {
  width: 60%;
}
.accordion-wrapper .accordion ul:hover li:hover a,
.accordion-wrapper .accordion ul li:focus a, .accordion-wrapper .accordion ul:focus-within li:focus a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion-wrapper .accordion ul:hover li:hover a *,
.accordion-wrapper .accordion ul li:focus a *, .accordion-wrapper .accordion ul:focus-within li:focus a * {
  opacity: 1;
  transform: translateX(0);
}
.accordion-wrapper .accordion ul:hover li {
  width: 8% !important;
}
.accordion-wrapper .accordion ul:hover li a * {
  opacity: 0 !important;
}
.accordion-wrapper .accordion ul:hover li:hover {
  width: 60% !important;
}
.accordion-wrapper .accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion-wrapper .accordion ul:hover li:hover a * {
  opacity: 1 !important;
  transform: translateX(0);
}
@media screen and (max-width: 600px) {
  .accordion-wrapper body {
    margin: 0;
  }
  .accordion-wrapper .accordion {
    height: auto;
  }
  .accordion-wrapper .accordion ul li,
  .accordion-wrapper .accordion ul li:hover,
  .accordion-wrapper .accordion ul:hover li,
  .accordion-wrapper .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    transition: none;
  }
}
.accordion-wrapper .about {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #666;
}
.accordion-wrapper .about a {
  color: blue;
  text-decoration: none;
}
.accordion-wrapper .about a:hover {
  text-decoration: underline;
}

.pin-section {
  background-color: #001AA7;
  padding: 80px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 96vh;
}
.pin-section h4 {
  font-size: 3.5rem;
  color: rgb(255, 255, 255);
}
.pin-section li {
  font-size: 2.3rem;
  font-family: ChangaOne;
}
@media (max-width: 1200px) {
  .pin-section li {
    font-size: 2rem;
  }
}
.pin-section .content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 10px;
  position: relative;
}
.pin-section .content ul {
  font-size: 30px;
  color: #e6e6e6;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  list-style: none;
  flex-grow: 0;
}
.pin-section .content .fill {
  position: absolute;
  top: 0;
  left: -16px;
  width: 2px;
  height: 100%;
  background-color: #001AA7;
}
.pin-section .content .right {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 1200px) {
  .pin-section .content .right {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.pin-section .right .slide {
  position: absolute;
  width: 60%;
  top: 70%;
  transform: translateY(-45%);
  right: 1rem;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .pin-section .right .slide {
    width: 50%;
    top: 60%;
  }
}
.pin-section img {
  width: 90%;
  border-radius: 16px;
}

section.about-us {
  padding: 80px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 576px) {
  section.about-us {
    padding: 100px 0 40px 0;
  }
}
section.about-us .CTA_button:hover {
  color: #fff !important;
  background-color: #c50017 !important;
  border-color: #c50017 !important;
  text-decoration: none;
  background: linear-gradient(130deg, #c50017, #c50017, #ff4f4f, #c50017, #c50017);
}
section.about-us .about_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.about-us .about_title {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
section.about-us .about_title h2 {
  max-width: 70%;
  font-size: 3rem;
}
@media (max-width: 991px) {
  section.about-us .about_title h2 {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  section.about-us .about_title h2 {
    font-size: 2rem;
  }
}
section.about-us .about_title a {
  margin-bottom: 40px;
  font-weight: bolder;
  color: #fff;
}
section.about-us img {
  width: 100%;
}
section.about-us .card {
  padding: 24px;
  color: #000;
  background-color: rgb(255, 249, 237);
  max-width: 400px;
  border: 1px dashed #000;
}
@media (max-width: 991px) {
  section.about-us .card {
    max-width: 100%;
    background-color: transparent;
    padding: 20px 0 0 0;
    text-align: center;
    border: none;
  }
}
section.about-us .card p {
  font-size: 20px;
}
@media (max-width: 991px) {
  section.about-us .card p {
    font-size: 16px;
  }
}
section.about-us .about_icon {
  max-width: 70px;
}
section.about-us .card-left {
  position: absolute;
  top: 30%;
  left: 30px;
}
@media (max-width: 1200px) {
  section.about-us .card-left {
    top: 40%;
  }
}
@media (max-width: 991px) {
  section.about-us .card-left {
    position: relative;
    top: unset;
    left: unset;
  }
}
section.about-us .card-rightone {
  position: absolute;
  top: 40%;
  left: 70%;
}
@media (max-width: 991px) {
  section.about-us .card-rightone {
    position: relative;
    top: unset;
    left: unset;
  }
}
section.about-us .card-righttwo {
  position: absolute;
  top: 65%;
  left: 70%;
}
@media (max-width: 991px) {
  section.about-us .card-righttwo {
    position: relative;
    top: unset;
    left: unset;
  }
}
section.about-us .responsive_btn {
  display: none;
}
@media (max-width: 991px) {
  section.about-us .responsive_btn {
    display: block;
  }
}

section.reviews {
  padding: 0 0 40px 0;
  color: #fff;
  position: relative;
}
section.reviews .box span {
  margin-bottom: 50px;
  font-size: 5rem;
  color: rgb(0, 21, 184);
  background-position: 0 0;
  animation: animated-text 20s linear infinite;
  font-family: ChangaOne;
  line-height: 90px;
}
@media (max-width: 991px) {
  section.reviews .box span {
    font-size: 4rem;
  }
}
@media (max-width: 576px) {
  section.reviews .box span {
    font-size: 2rem;
    line-height: 50px;
  }
}
section.reviews .row {
  padding: 20px 0;
}
section.reviews .col-lg-6 {
  display: block;
  position: relative;
}
section.reviews .testimonial {
  position: sticky;
  top: 0;
}
section.reviews .comment-section {
  width: 100%;
  padding: 16px;
  margin: 5px;
  border-radius: 16px;
  display: flex;
  position: relative;
  border: 2px solid #667ccc;
  background: rgba(255, 255, 255, 0.768627451);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}
section.reviews .comment-section .fa {
  font-size: 1.5rem;
}
section.reviews .comment-section .quote-top {
  position: absolute;
  top: -30px;
  left: 0;
}
section.reviews .comment-section .quote-bottom {
  position: absolute;
  bottom: -30px;
  right: 0;
}
section.reviews .comment-section .card-img {
  max-width: 14%;
  margin-right: 16px;
  border-radius: 50%;
}
section.reviews .comment-section .card-img img {
  border-radius: 50%;
  border: 1px solid #febf00;
  max-width: 100%;
}
section.reviews .comment-section .card-body {
  display: flex;
  flex-direction: column;
  padding: 0;
}
section.reviews .comment-section .card-body .comment-text {
  color: #000;
  font-size: 17px;
}
section.reviews .comment-section .card-body .comment-writter-name {
  text-transform: uppercase;
  font-weight: bolder;
  color: #001AA7;
  margin: 9px 0;
  color: #000;
}
section.reviews .comment-section .card-body .stars {
  margin-bottom: 10px;
}

.animation-image {
  transform-origin: 50%;
  animation: linear scale-down-on-scroll;
  animation-timeline: view() !important;
  animation-range: exit-crossing 0% exit-crossing 100% !important;
}
@keyframes scale-down-on-scroll {
  to {
    opacity: 0.5;
    translate: 60vi;
    rotate: 20deg;
    scale: 0.9;
  }
}
.animation-image img {
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.scrolling .box {
  transform: translateY(0); /* Initial transform state */
  animation-timeline: view();
  animation-range: entry 0% exit 100%; /* Start at entry, end at exit */
  animation-fill-mode: both; /* Ensures animation state is maintained */
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
@keyframes fadeInUp {
  0% {
    opacity: 0.2;
    transform: scale(1) translateY(0);
  }
  20% {
    opacity: 0.4;
    transform: scale(1.5) translateY(30px);
  }
  40% {
    opacity: 0.4;
    transform: scale(2) translateY(70px);
  }
  60% {
    opacity: 0.8;
    transform: scale(2.2) translateY(110px);
  }
  100% {
    opacity: 1;
    transform: scale(2.5) translateY(150px);
  }
}

.dl-app-img {
  padding: 40px;
}
@media (max-width: 992px) {
  .dl-app-img {
    display: none !important;
  }
}
.dl-app-img .contain {
  position: relative;
  justify-content: center;
  width: 90%;
  min-width: 120px;
  max-width: 280px;
  min-height: 300px;
  max-height: 600px;
  background: rgba(0, 0, 0, 0);
  transition: 0.5s;
}
.dl-app-img .contain img {
  position: absolute;
  width: 100%;
  transition: 0.5s;
  min-width: 120px;
  max-width: 280px;
  min-height: 300px;
  max-height: 600px;
}
.dl-app-img .contain img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0.9;
}
.dl-app-img .contain:hover img:nth-child(1) {
  top: 30px;
  left: -150px;
  top: 100px;
  left: -200px;
  transform: rotate(-25deg);
}
.dl-app-img .contain img:nth-child(2) {
  top: 100px;
  left: -100px;
  z-index: 99;
  opacity: 0.9;
}
.dl-app-img .contain:hover img:nth-child(2) {
  top: 140px;
  left: -150px;
  top: 200px;
  left: -200px;
  transform: rotate(-15deg);
}
.dl-app-img .contain img:nth-child(3) {
  top: 200px;
  left: -150px;
  z-index: 9;
  opacity: 1;
}
.dl-app-img .contain:hover img:nth-child(3) {
  top: 200px;
  left: -150px;
  top: 250px;
  left: -200px;
  transform: rotate(-5deg);
}
.dl-app-img .contain img:nth-child(4) {
  top: 250px;
  left: -200px;
  z-index: 1;
  opacity: 1;
}

section.gallery-wrapper {
  padding: 40px;
}
@media (max-width: 991px) {
  section.gallery-wrapper {
    padding: 40px 0;
  }
}
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: 768px) {
  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%);
}
@media (max-width: 768px) {
  .photo__image img {
    transform: unset;
    overflow-y: hidden;
  }
}
@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%);
  }
}

footer {
  background-image: url(../../imgs/hero/chef.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 50%;
  padding: 140px 0px 40px 0px;
  position: relative;
  color: #000;
}
@media (max-width: 1200px) {
  footer {
    padding: 40px 0;
    background-position: center;
  }
}
footer img.shop-logo {
  width: 100%;
  width: 300px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  footer img.shop-logo {
    max-width: 130px;
    margin-bottom: 10px;
  }
}
footer .social_media svg {
  fill: #001AA7;
}
footer .footer-title {
  margin-bottom: 50px;
  text-align: center;
  font-family: ChangaOne;
  display: flex;
  font-size: 4rem;
  width: 100%;
  font-weight: bolder;
  color: #001AA7;
  animation: animated-text 20s linear infinite;
  font-weight: bolder;
  justify-content: center;
}
@media (max-width: 991px) {
  footer .footer-title {
    font-size: 3rem;
    line-height: 59px;
  }
}
@media (max-width: 768px) {
  footer .footer-title {
    font-size: 2.6rem;
    line-height: 59px;
  }
}
@media (max-width: 480px) {
  footer .footer-title {
    font-size: 2rem;
    line-height: 39px;
  }
}
footer img {
  max-width: 200px;
  margin-right: 20px;
}
footer ul {
  margin-top: 50px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
footer ul li {
  margin: 8px 13px;
}
@media (max-width: 768px) {
  footer ul li {
    margin: 4px 8px;
  }
}
footer ul li a {
  color: #000;
}
footer ul li a:hover {
  color: #001AA7;
}

.copyright {
  text-align: center;
  margin-top: 20px;
  z-index: 99;
  position: relative;
}
.copyright .container {
  padding: 40px 0;
  border-top: 1px solid #000;
}
.copyright {
  color: #000;
}
.copyright p {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .copyright p {
    font-size: 14px;
    line-height: 20px;
    padding: 5px;
  }
}

.tabs {
  @import url("https://fonts.googleapis.com/css?family=Raleway");
}
.tabs .flex-container {
  position: relative;
  min-height: 550px;
  width: 100%;
  transition: ease-in-out 0.7s;
  display: flex;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .tabs .flex-container {
    flex-direction: column;
    height: unset;
  }
}
.tabs ul {
  list-style: none;
}
.tabs .flex-title {
  color: #f1f1f1;
  position: relative;
  font-size: 2.2rem;
  margin: auto;
  text-align: center;
  transform: rotate(90deg);
  top: 45%;
  display: flex;
  justify-content: center;
  transition: all 500ms ease;
}
@media screen and (max-width: 991px) {
  .tabs .flex-title {
    transform: rotate(0deg) !important;
    top: 60%;
    margin-bottom: 16px;
  }
}
.tabs .flex-about {
  opacity: 0;
  color: #f1f1f1;
  position: relative;
  width: 70%;
  font-size: 1.2rem;
  padding: 24px;
  top: 20%;
  border: 2px solid #f1f1f1;
  border-radius: 10px;
  line-height: 1.3;
  margin: auto;
  text-align: center;
  align-items: center;
  transform: rotate(0deg);
  transition: all 500ms ease;
}
@media screen and (max-width: 991px) {
  .tabs .flex-about {
    padding: 8px;
    border: 1px solid #f1f1f1;
  }
}
.tabs .flex-about a {
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabs .flex-about a svg {
  margin-left: 8px;
}
.tabs .flex-slide {
  flex: 1;
  cursor: pointer;
  transition: all 500ms ease;
  margin: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .tabs .flex-slide {
    overflow: auto;
    overflow-x: hidden;
    padding: 24px;
  }
}
.tabs .flex-slide:hover {
  flex-grow: 3;
  min-height: 350px;
}
.tabs .flex-slide:hover .flex-about {
  opacity: 1;
}
.tabs .flex-slide:hover .flex-title {
  transform: rotate(0deg);
  top: 10%;
  bottom: auto;
}
.tabs ul {
  padding: 0;
}
.tabs .home {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (min-width: 991px) {
  .tabs .home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}
@keyframes aboutFlexSlide {
  0% {
    flex-grow: 1;
  }
  50% {
    flex-grow: 3;
  }
  100% {
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .tabs .flex-title-home {
    transform: rotate(90deg);
    top: 15%;
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}
@keyframes homeFlextitle {
  0% {
    transform: rotate(90deg);
    top: 15%;
  }
  50% {
    transform: rotate(0deg);
    top: 15%;
  }
  100% {
    transform: rotate(90deg);
    top: 15%;
  }
}
.tabs .flex-about-home {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .tabs .flex-about-home {
    animation: aboutFlexSlide 3s 1;
    animation-delay: 0s;
  }
}
@keyframes flexAboutHome {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tabs .about {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.tabs .contact-form {
  width: 100%;
}
.tabs input {
  width: 100%;
}
.tabs textarea {
  width: 100%;
}
.tabs .contact {
  background-size: cover;
  background-position: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .tabs .contact {
    margin-top: 0;
  }
}
.tabs .work {
  background-size: cover;
  background-position: center;
  margin-top: 100px;
}
@media (max-width: 991px) {
  .tabs .work {
    margin-top: 0;
  }
}
.tabs .branding {
  position: fixed;
  bottom: 20px;
  background: #fff;
  right: 20px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 56px;
  line-height: 0;
}
@media screen and (max-width: 991px) {
  .tabs .flex-about {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .tabs .flex-slide {
    min-height: 450px;
  }
}
@media screen and (max-width: 576px) {
  .tabs .flex-slide {
    padding: 10px;
  }
}

.contactus .about.openinghours {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/contactus/openn.jpg);
  background-position: center;
}
.contactus .work.map {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/contactus/mapp.jpg);
  background-position: center;
}
.contactus .contact.getintouch {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/contactus/getintouch.jpg);
  background-position: 10% 10%;
}
@media screen and (max-width: 991px) {
  .contactus .flex-about {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .contactus .flex-slide {
    min-height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .contactus .flex-slide {
    padding: 10px;
  }
}

section.social-media {
  background-color: #f3f3f3;
}
section.social-media div.facebook i {
  color: #001AA7;
}
section.social-media div.facebook i:hover {
  transition: all 0.5s ease;
  filter: blur(1px);
  transform: scale(1.1);
}

section.copyright {
  font-family: ChangaOne;
}
section.copyright a.weetech-link {
  color: #001AA7;
}

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

section.Specialoffer {
  background-image: url("../../imgs/special/masti-restaurant-Edinburgh-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 50px 0;
}
section.Specialoffer h1 {
  color: #fff;
  font-weight: bold;
}
section.Specialoffer h4 {
  color: #fff;
}

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

.CTA_button {
  padding: 18px 35px;
  background-color: #001AA7;
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  border: 1px solid #001AA7;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
  max-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  align-items: center;
}
.CTA_button svg {
  margin-left: 8px;
}
.CTA_button:hover {
  background-color: #303030;
  color: #001AA7 !important;
  border-color: #001AA7;
  text-decoration: none;
}

#myModal {
  color: #000;
}

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

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

.fade-left-hero2 {
  animation: fade-left-hero 2.5s ease-in-out;
  -webkit-animation: fade-left-hero 2.5s ease-in-out;
}

.fade-left-hero3 {
  animation: fade-left-hero 3s ease-in-out;
  -webkit-animation: fade-left-hero 3s ease-in-out;
}

@keyframes fade-left-hero {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal {
  position: relative;
  opacity: 0.5;
}

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-bounce {
  animation: fade-bounce 2s ease-in-out;
}
.reveal.active .fade-bounce2 {
  animation: fade-bounce 2.5s ease-in-out;
}
.reveal.active .fade-bounce3 {
  animation: fade-bounce 3s ease-in-out;
}
@keyframes fade-bounce {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in-out;
}
@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-right {
  animation: fade-right 1s ease-in-out;
}
@keyframes fade-right {
  0% {
    transform: translateX(150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
@keyframes fade-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .fade-bottom {
  animation: fade-bottom 2s ease-in-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(100px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal.active .top {
  animation: top 0.5s ease-in;
}
@keyframes top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.868), rgba(0, 0, 0, 0.8));
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 2s linear;
  animation-duration: 3s;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    opacity: 0;
  }
}/*# sourceMappingURL=style2.css.map */