@charset "UTF-8";
@font-face {
  font-family: "Quicksand";
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../Fonts/Pacifico/Pacifico-Regular.ttf);
}
.main-color {
  color: #870600;
}

body {
  color: #000;
  background-color: #fff5eb;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

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

.Modal-btn {
  background-color: #870600;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
}

#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: #870600;
  color: #fff;
  box-shadow: 0 0 40px 40px #870600 inset, 0 0 0 0 #870600;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 10px 0 #870600 inset, 0 0 10px 4px #870600;
}

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

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

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;
  }
}
.main-color {
  color: #870600;
}

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

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

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

::-webkit-scrollbar-thumb {
  background: #870600;
  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;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 170px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  header .shop-logo {
    max-width: 100px;
  }
}
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;
  border-radius: 16px;
}
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: 999;
  color: #fff;
}
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 #870600;
  color: #870600 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover svg {
  fill: #870600 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  border-bottom: 1px solid #870600;
  color: #870600 !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: #870600;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #870600;
  border-radius: 35px 35px 12px 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}

.bg-video {
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) {
  .bg-video {
    display: none;
  }
}

.index-hero {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .index-hero {
    background-image: url(../../imgs/hero/Aladdin_dumbarton_indian_food.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
}

@media (max-width: 1200px) {
  .herooooo {
    display: flex;
    flex-direction: column-reverse;
  }
}

.hero-section {
  padding: 100px 0 80px 0;
  position: relative;
}
@media (max-width: 576px) {
  .hero-section {
    padding: 40px 0 60px 0;
  }
}
.hero-section .hero-content {
  border-radius: 8px;
  padding: 24px;
  width: 90%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
  z-index: 2;
  backdrop-filter: blur(15px);
}
@media (max-width: 1200px) {
  .hero-section .hero-content {
    background: transparent;
  }
}
.hero-section .hero-content .title {
  margin-bottom: 20px;
  font-size: 4rem;
  width: 100%;
  font-weight: bolder;
  color: #fff;
  animation: animated-text 20s linear infinite;
}
@media (max-width: 1200px) {
  .hero-section .hero-content .title {
    background-color: transparent;
    font-size: 5rem;
  }
}
@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.6rem;
  margin-bottom: 20px;
  color: #fff;
}
@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;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  background-color: #fff;
  color: #870600 !important;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Pacifico;
  text-decoration: none;
  max-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  align-items: center;
}
.hero-section .CTA_button svg {
  margin-left: 8px;
}
.hero-section .CTA_button:hover {
  color: #fff;
  background-color: #870600;
  text-decoration: none;
}

.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: 20px;
  }
  70% {
    opacity: 1;
    transform: scale(0.8);
    border-radius: 20px;
  }
  90% {
    opacity: 1;
    transform: scale(0.6);
    border-radius: 20px;
  }
  100% {
    opacity: 1;
    transform: scale(0.4);
    border-radius: 20px;
  }
}
.tabs {
  @import url("https://fonts.googleapis.com/css?family=Raleway");
}
.tabs .flex-container {
  position: relative;
  height: 550px;
  width: 100%;
  transition: ease-in-out 0.7s;
  display: flex;
  overflow: 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 {
  width: 20px;
  margin-left: 8px;
}
.tabs .flex-slide {
  flex: 1;
  cursor: pointer;
  transition: all 500ms ease;
}
@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: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/tabs/Pizza–Aladdin–Dumbarton–Takeaway.jpg);
  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: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/tabs/Burger–Aladdin–Dumbarton–Takeaway.jpg);
  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: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/tabs/Fish–Chips–Aladdin–Dumbarton–Takeaway.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.tabs .work {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../imgs/tabs/Kebab–Aladdin–Dumbarton–Takeaway.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.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: 0 0;
}
@media screen and (max-width: 991px) {
  .contactus .flex-about {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .contactus .flex-slide {
    min-height: 450px;
    min-height: unset;
  }
}
@media screen and (max-width: 576px) {
  .contactus .flex-slide {
    padding: 10px;
  }
}

/* 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 h4 {
  margin-block: 30px;
  font-family: Pacifico;
  color: #870600;
}
.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 {
  background-color: #fff;
  padding: 40px 0 40px 40px;
}
@media (max-width: 991px) {
  .special {
    padding: 40px 0;
  }
}
.special h4 {
  max-width: 70%;
  font-size: 3rem;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .special h4 {
    max-width: 100%;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .special h4 {
    font-size: 1.7rem;
  }
}
.special .card {
  border-radius: 16px;
  background-color: transparent;
  transition: ease-in-out 0.7s;
  border: 2px dashed #870600;
  padding: 8px;
}
.special .card:hover a.btn {
  border-color: #870600;
  background-color: #870600;
  color: #fff;
}
.special .card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
}
.special .card .card-title {
  font-size: 1.5rem;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.special .card p {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.special .card a.btn {
  text-align: left;
  border: none;
  margin: 10px;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  color: #870600;
  font-family: Pacifico;
  transition: ease-in-out 0.7s;
  font-weight: bold;
  font-size: 1.5rem;
  border: 2px dashed transparent;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 40px;
  align-items: center;
}
.special .card a.btn svg {
  width: 24px;
  margin-left: 8px;
}

.accordion-wrapper h1 {
  text-align: center;
  font-family: Pacifico;
  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%;
  font-family: Pacifico;
}
.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;
  font-family: Pacifico;
}
.accordion-wrapper .accordion ul li div a p {
  top: 310px;
  font-size: 13.5px;
  font-family: Pacifico;
}
.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 {
  padding: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.pin-section h2 {
  font-size: 4.5rem;
  color: #870600;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .pin-section h2 {
    font-size: 3.5rem;
  }
}
.pin-section li {
  text-shadow: 0 0 2px #000;
  font-size: 4rem;
}
@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: #fff;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  list-style: none;
  flex-grow: 0;
}
.pin-section .content .fill {
  position: absolute;
  top: 0;
  left: -16px;
  width: 10px;
  height: 100%;
  background-color: #870600;
}
.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: 73%;
  top: 73%;
  transform: translateY(-50%);
  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: 100%;
  border-radius: 16px;
}

section.about-us {
  background-image: url("../../imgs/hero/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 80px 120px 80px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 576px) {
  section.about-us {
    padding: 40px 0;
  }
}
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: 3.5rem;
}
@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;
}
section.about-us img {
  width: 100%;
  border-radius: 16px;
}
section.about-us .card {
  border-radius: 8px;
  padding: 24px;
  color: #000;
  background-color: rgb(255, 249, 237);
  max-width: 400px;
  border: 1px dashed #000;
  box-shadow: 2px 2px 15px #000;
}
@media (max-width: 1200px) {
  section.about-us .card {
    max-width: 100%;
    background-color: transparent;
    padding: 20px 0 0 0;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0);
    text-align: center;
    border: none;
  }
}
section.about-us .card p {
  font-size: 18px;
}
section.about-us .about_icon {
  max-width: 70px;
}
section.about-us .card-left {
  position: absolute;
  top: 40%;
  left: 50px;
}
@media (max-width: 1200px) {
  section.about-us .card-left {
    position: relative;
    top: unset;
    left: unset;
  }
}
section.about-us .card-rightone {
  position: absolute;
  top: 50%;
  left: 70%;
}
@media (max-width: 1200px) {
  section.about-us .card-rightone {
    position: relative;
    top: unset;
    left: unset;
  }
}
section.about-us .card-righttwo {
  position: absolute;
  top: 65%;
  left: 60%;
}
@media (max-width: 1200px) {
  section.about-us .card-righttwo {
    position: relative;
    top: unset;
    left: unset;
  }
}
section.about-us .responsive_btn {
  display: none;
}
@media (max-width: 1200px) {
  section.about-us .responsive_btn {
    display: flex;
    justify-content: center;
    margin: auto;
  }
}

section.reviews {
  padding: 0 0 40px 0;
  color: #000;
  position: relative;
}
section.reviews .box span {
  margin-bottom: 50px;
  font-size: 7rem;
  letter-spacing: 0.3rem;
  color: #870600;
  background-position: 0 0;
  animation: animated-text 20s linear infinite;
  font-family: Pacifico;
}
@media (max-width: 1200px) {
  section.reviews .box span {
    font-size: 5rem;
  }
}
@media (max-width: 991px) {
  section.reviews .box span {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  section.reviews .box span {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  section.reviews .box span {
    font-size: 1.8rem;
  }
}
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: 4px dashed #870600;
  background: rgba(255, 255, 255, 0.6352941176);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
}
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: #870600;
  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(40px);
  }
  40% {
    opacity: 0.6;
    transform: scale(2) translateY(80px);
  }
  60% {
    opacity: 0.8;
    transform: scale(2.5) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: scale(3) translateY(160px);
  }
}

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

.index-footer {
  background-image: url("../../imgs/hero/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

footer {
  padding: 40px 0 0 0;
  color: #000;
}
footer ul {
  justify-content: center;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  footer ul {
    text-align: center;
  }
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
  padding: 8px;
}
footer ul li a {
  color: #000;
  font-weight: bolder;
}
footer ul li a:hover {
  color: #870600;
}

.contact-us {
  padding: 100px 40px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-us {
    padding: 40px 16px;
  }
}
.contact-us .card {
  border: 2px dashed #ccac66;
  background-color: #272727;
  height: 370px;
  overflow-y: hidden;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 991px) {
  .contact-us .card {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .contact-us .card {
    height: 400px;
  }
}
.contact-us ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.contact-us ul li {
  display: inherit;
  align-items: center;
  padding: 4px;
}
.contact-us ul li .branch_name {
  font-size: 1.2rem;
  font-family: Pacifico;
}
@media (max-width: 480px) {
  .contact-us ul li .branch_name {
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .contact-us ul li .branch_name {
    text-align: center;
  }
}
.contact-us ul li i {
  margin: 0 6px;
}
.contact-us ul li span {
  font-family: Pacifico;
}
.contact-us ul li a {
  color: #FFF8E8;
}
.contact-us #openinghour {
  margin-left: auto;
}
@media (max-width: 991px) {
  .contact-us #openinghour {
    margin-right: auto;
    margin-left: 0;
  }
}
.contact-us iframe {
  min-height: 150px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contact-us #openinghour,
.contact-us #openinghour {
  width: 100%;
}

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

section.copyright {
  padding: 40px 0;
  font-size: 20px;
}
section.copyright a.weetech-link {
  color: #870600;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #870600;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #870600;
}
#myBtn:hover {
  color: #870600;
  border: 1px dashed #870600;
  background-color: white;
  box-shadow: #597E5B 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: #fff;
  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: #870600;
  text-transform: capitalize;
  font-size: 20px;
  color: #fff;
  border-radius: 40px;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
  border: 2px dashed #870600;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: Pacifico;
  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: #fff !important;
  border-color: #fff;
  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;
  }
}/*# sourceMappingURL=style2.css.map */