.main-color {
  color: #121212;
}

@font-face {
  font-family: Quicksand !important;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
body {
  background-color: #0D141C;
  background-image: linear-gradient(to right top, #0D141C, #172329, #0D141C);
  overflow-x: hidden !important;
}

html {
  scroll-behavior: smooth;
}

img {
  border-radius: 8px;
}

a:hover {
  text-decoration: none;
}

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

.reveal.active {
  opacity: 1;
}
.reveal.active .fade-left {
  animation: fade-left 0.7s ease-in;
}
.reveal.active .fade-top {
  animation: fade-top 0.7s ease-in-out;
}
.reveal.active .fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-top {
  animation: fade-top 0.7s ease-in-out;
}

@keyframes fade-top {
  0% {
    transform: translateY(-150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-bottom {
  animation: fade-bottom 0.7s ease-in-out;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.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;
}

img {
  width: 100%;
}

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

.displayy {
  display: flex !important;
  justify-content: center;
}

.shop-logo {
  width: 150px;
}

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

header {
  padding: 30px 0;
  /* required */
}
header .navbar-brand {
  font-size: 1rem !important;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 0;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  header section.menu-section nav div {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #0D141C;
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #dbbc8a;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #dbbc8a !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #dbbc8a;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 15px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    margin-right: 25px;
    font-weight: bolder;
  }
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    color: rgb(255, 255, 255);
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #121212;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content .phone-btn {
  background-color: #dbbc8a;
  border-radius: 10px !important;
  padding: 12px 30px;
  color: #1a1a1a;
  max-width: 200px;
  border: 1px solid #dbbc8a;
  transition: ease-in-out 0.7s;
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .phone-btn {
    max-width: 150px;
    margin: 0 auto !important;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .phone-btn:hover {
  background-color: transparent;
  color: #dbbc8a !important;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  header section.menu-section .navbar-social {
    display: flex;
  }
}
@media (max-width: 1200px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
header section.menu-section .navbar-social .fa {
  color: rgb(8, 8, 8);
}

/* 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: #121212;
}
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: #121212;
  color: rgb(255, 255, 255);
  border-radius: 35px 0 35px 0 !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #121212;
  border-color: #121212;
  background-color: #fff !important;
  box-shadow: #dbbc8a 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: #121212;
}
section.hero-section div.inner-content div.clip {
  clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
  border-radius: 30px;
  overflow: hidden;
}
section.hero-section div.inner-content div.clip img {
  background-image: url("../../imgs/hero/Background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content div.clip img {
    border-radius: 109px 109px 109px 109px;
    padding: 42px;
  }
}

#slider {
  background-image: url(../../imgs/hero/Elixir-Lounge-&-Restaurant-Glasgow-shisha.jpg);
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 650px;
  padding: 170px 0;
}
@media (max-width: 991px) {
  #slider {
    padding: 170px 0;
    min-height: unset;
  }
}
#slider .slider-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #fff;
}
#slider .slider-content h1 {
  color: #fff;
  font-size: 70px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  #slider .slider-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  #slider .slider-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider .slider-content h1 {
    font-size: 35px;
  }
}
#slider .slider-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #slider .slider-content h2 {
    font-size: 16px;
  }
}
#slider .phone-btn {
  background-color: #dbbc8a;
  border-radius: 10px !important;
  border: 2px solid #dbbc8a;
  padding: 15px 35px;
  color: #1a1a1a;
  font-weight: bolder;
  margin: 0 auto;
}
#slider .phone-btn:hover {
  background-color: transparent;
  color: #dbbc8a;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
}

/* more about us section */
section.more-about-us-section {
  padding: 70px 0 0 0;
  color: #fff;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 0;
  }
}
section.more-about-us-section h2 {
  margin: 10px 0 30px 0;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 40px;
}
section.more-about-us-section h2 span.highlight {
  color: #121212;
}
@media (max-width: 480px) {
  section.more-about-us-section h2 {
    font-size: 30px;
  }
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
section.more-about-us-section a.btn {
  padding: 15px 25px;
  display: inline-flex;
  border-radius: 10px !important;
  font-weight: 600;
  border: 2px solid #121212;
  text-decoration: none;
  background-color: #dbbc8a;
  color: #121212;
}
section.more-about-us-section a.btn:hover {
  border: 2px solid #dbbc8a;
  background-color: transparent;
  color: #dbbc8a;
}
section.more-about-us-section a.phonenum {
  color: #fff;
}

/* special to try */
section.Menu {
  background-color: #dbbc8a;
  padding: 70px 0;
}
section.Menu .card {
  transition: ease-in-out 0.5s;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 15px 0;
}
section.Menu .card:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.5s;
}
section.Menu h2 {
  color: #242424;
  font-weight: bolder;
}
section.Menu h4 {
  margin-top: 20px;
  color: #242424;
  font-weight: bolder;
}
@media (max-width: 380px) {
  section.Menu h4 {
    font-size: 16px;
  }
}
section.Menu p {
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
}

.SpecialOffer {
  background-image: url("../../imgs/hero/Elixir-Lounge-&-Restaurant-Glasgow-specialOffer.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .SpecialOffer {
    background-attachment: unset;
    background-position: 40% 50%;
  }
}
@media (max-width: 576px) {
  .SpecialOffer {
    min-height: 400px;
  }
}
@media (max-width: 380px) {
  .SpecialOffer {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .SpecialOffer img {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .SpecialOffer img {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .SpecialOffer img {
    max-width: 300px;
  }
}
@media (max-width: 380px) {
  .SpecialOffer img {
    max-width: 200px;
  }
}

.gallery {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .gallery {
    padding: 70px 0 0 0;
  }
}
.gallery .card {
  transition: ease-in-out 0.5s;
  background-color: transparent;
}
.gallery .card:hover {
  transform: scale(1.1);
  transition: ease-in-out 0.5s;
}

section.about-us {
  color: #fff;
  padding: 90px 20px;
}
@media (max-width: 991px) {
  section.about-us {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  section.about-us {
    padding: 90px 0 40px 0;
  }
}
section.about-us .about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 991px) {
  section.about-us .about-item {
    margin: 10px;
  }
}
section.about-us .about-item .about-header {
  position: relative;
  margin-bottom: 30px;
  font-size: 40px;
}
@media (max-width: 991px) {
  section.about-us .about-item .about-header {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  section.about-us .about-item .about-header {
    font-size: 25px;
  }
}
@media (max-width: 290px) {
  section.about-us .about-item .about-header {
    font-size: 22px;
  }
}
section.about-us .about-item .about-header::after {
  background-image: url(../../imgs/hero/throne.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  right: -20px;
  top: -25px;
  height: 50px;
  width: 50px;
  transform: rotate(20deg);
}
section.about-us .about-item p {
  font-size: 18px;
}

.Branchs {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  background-color: #fff;
}
@media (max-width: 768px) {
  .Branchs {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.Branchs div.ALBERT-branch,
.Branchs div.SPRINGFIELD-branch,
.Branchs div.VINCENT-branch,
.Branchs div.Download-app {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .Branchs div.ALBERT-branch,
  .Branchs div.SPRINGFIELD-branch,
  .Branchs div.VINCENT-branch,
  .Branchs div.Download-app {
    width: 100%;
  }
}
.Branchs div.ALBERT-branch .branch-inner,
.Branchs div.SPRINGFIELD-branch .branch-inner,
.Branchs div.VINCENT-branch .branch-inner,
.Branchs div.Download-app .branch-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 150px 40px;
}
@media (max-width: 480px) {
  .Branchs div.ALBERT-branch .branch-inner,
  .Branchs div.SPRINGFIELD-branch .branch-inner,
  .Branchs div.VINCENT-branch .branch-inner,
  .Branchs div.Download-app .branch-inner {
    padding: 90px 5px;
  }
}
.Branchs div.ALBERT-branch .branch-inner h2,
.Branchs div.SPRINGFIELD-branch .branch-inner h2,
.Branchs div.VINCENT-branch .branch-inner h2,
.Branchs div.Download-app .branch-inner h2 {
  font-size: 40px;
  font-weight: bolder;
}
@media (max-width: 480px) {
  .Branchs div.ALBERT-branch .branch-inner h2,
  .Branchs div.SPRINGFIELD-branch .branch-inner h2,
  .Branchs div.VINCENT-branch .branch-inner h2,
  .Branchs div.Download-app .branch-inner h2 {
    font-size: 30px;
  }
}
.Branchs div.ALBERT-branch .branch-inner p,
.Branchs div.SPRINGFIELD-branch .branch-inner p,
.Branchs div.VINCENT-branch .branch-inner p,
.Branchs div.Download-app .branch-inner p {
  margin: 80px 0;
}
@media (max-width: 991px) {
  .Branchs div.ALBERT-branch .branch-inner p,
  .Branchs div.SPRINGFIELD-branch .branch-inner p,
  .Branchs div.VINCENT-branch .branch-inner p,
  .Branchs div.Download-app .branch-inner p {
    margin: 50px 0;
  }
}
.Branchs div.ALBERT-branch .branch-inner .app-links,
.Branchs div.SPRINGFIELD-branch .branch-inner .app-links,
.Branchs div.VINCENT-branch .branch-inner .app-links,
.Branchs div.Download-app .branch-inner .app-links {
  display: flex;
}
@media (max-width: 768px) {
  .Branchs div.ALBERT-branch .branch-inner .app-links,
  .Branchs div.SPRINGFIELD-branch .branch-inner .app-links,
  .Branchs div.VINCENT-branch .branch-inner .app-links,
  .Branchs div.Download-app .branch-inner .app-links {
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 330px) {
  .Branchs div.ALBERT-branch .branch-inner .app-links,
  .Branchs div.SPRINGFIELD-branch .branch-inner .app-links,
  .Branchs div.VINCENT-branch .branch-inner .app-links,
  .Branchs div.Download-app .branch-inner .app-links {
    flex-direction: column;
  }
}
.Branchs div.ALBERT-branch .branch-inner .app-links div.app-link,
.Branchs div.SPRINGFIELD-branch .branch-inner .app-links div.app-link,
.Branchs div.VINCENT-branch .branch-inner .app-links div.app-link,
.Branchs div.Download-app .branch-inner .app-links div.app-link {
  display: flex;
}
@media (max-width: 991px) {
  .Branchs div.ALBERT-branch .branch-inner .app-links div.app-link,
  .Branchs div.SPRINGFIELD-branch .branch-inner .app-links div.app-link,
  .Branchs div.VINCENT-branch .branch-inner .app-links div.app-link,
  .Branchs div.Download-app .branch-inner .app-links div.app-link {
    justify-content: center;
  }
}
.Branchs div.ALBERT-branch .branch-inner .app-links div.app-link a,
.Branchs div.SPRINGFIELD-branch .branch-inner .app-links div.app-link a,
.Branchs div.VINCENT-branch .branch-inner .app-links div.app-link a,
.Branchs div.Download-app .branch-inner .app-links div.app-link a {
  line-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 10px;
}
.Branchs div.ALBERT-branch .branch-inner .app-links div.app-link a img,
.Branchs div.SPRINGFIELD-branch .branch-inner .app-links div.app-link a img,
.Branchs div.VINCENT-branch .branch-inner .app-links div.app-link a img,
.Branchs div.Download-app .branch-inner .app-links div.app-link a img {
  max-width: 200px;
}
@media (max-width: 991px) {
  .Branchs div.ALBERT-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.SPRINGFIELD-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.VINCENT-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.Download-app .branch-inner .app-links div.app-link a img {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .Branchs div.ALBERT-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.SPRINGFIELD-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.VINCENT-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.Download-app .branch-inner .app-links div.app-link a img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .Branchs div.ALBERT-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.SPRINGFIELD-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.VINCENT-branch .branch-inner .app-links div.app-link a img,
  .Branchs div.Download-app .branch-inner .app-links div.app-link a img {
    max-width: 150px;
  }
}
.Branchs div.ALBERT-branch .branch-inner .menu-link a,
.Branchs div.SPRINGFIELD-branch .branch-inner .menu-link a,
.Branchs div.VINCENT-branch .branch-inner .menu-link a,
.Branchs div.Download-app .branch-inner .menu-link a {
  padding: 0 40px;
  line-height: 56px;
  border: 1px solid #121212;
  display: inline-flex;
  max-width: 350px;
  color: #121212;
}
.Branchs div.ALBERT-branch .branch-inner .menu-link a:hover,
.Branchs div.SPRINGFIELD-branch .branch-inner .menu-link a:hover,
.Branchs div.VINCENT-branch .branch-inner .menu-link a:hover,
.Branchs div.Download-app .branch-inner .menu-link a:hover {
  text-decoration: none;
  background-color: #121212;
  color: #fff;
}
@media (max-width: 991px) {
  .Branchs div.ALBERT-branch .branch-inner .menu-link a,
  .Branchs div.SPRINGFIELD-branch .branch-inner .menu-link a,
  .Branchs div.VINCENT-branch .branch-inner .menu-link a,
  .Branchs div.Download-app .branch-inner .menu-link a {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .Branchs div.ALBERT-branch .branch-inner .menu-link a,
  .Branchs div.SPRINGFIELD-branch .branch-inner .menu-link a,
  .Branchs div.VINCENT-branch .branch-inner .menu-link a,
  .Branchs div.Download-app .branch-inner .menu-link a {
    font-size: 13px;
  }
}
.Branchs div.ALBERT-branch {
  background-image: url(../../imgs/special/albert.jpg);
}
@media (max-width: 330px) {
  .Branchs div.ALBERT-branch {
    padding: 100px 5px;
  }
}
.Branchs div.SPRINGFIELD-branch {
  background-image: url(../../imgs/special/springfield.jpg);
}
.Branchs div.VINCENT-branch {
  background-image: url(../../imgs/special/vincent.jpg);
}
.Branchs div.Download-app {
  background-image: url(../../imgs/special/download.jpg);
}

/* dwnloap app section */
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: 0 0 80px 0;
  }
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 768px) {
  section.reviews h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    line-height: 40px;
    font-size: 23px;
  }
}
section.reviews .comment-section .comment-text {
  border: 1px solid #333;
  border-radius: 10px;
  padding: 20px;
  max-width: 800px;
  min-height: 100px;
  text-align: center;
  color: #121212;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
  position: relative;
  background-color: #f3e2fd;
}
section.reviews .comment-section .comment-text::after {
  content: "";
  position: absolute;
  top: -7px;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #f3e2fd;
  border-color: #f3e2fd;
  border-style: solid;
  border-width: 2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0.75) rotate(45deg);
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #121212;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 40px;
}

/* footer */
footer {
  background-color: #0a1119;
  color: #fff;
  padding: 50px 0 10px 0;
}
@media (max-width: 1300px) {
  footer {
    padding: 50px 10px;
  }
}
footer p {
  color: #d3d3d3;
}
footer ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin-bottom: 30px;
}
footer ul li:not(:last-of-type) {
  margin-right: 20px;
}
footer ul li a:hover svg {
  fill: #121212;
}
footer .app-links {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  footer .app-links {
    flex-direction: row;
  }
}
footer .app-links img {
  max-width: 200px;
}
footer a {
  color: #d3d3d3;
}
footer a:hover {
  color: #ddd;
}
footer #openinghour {
  max-width: 80%;
  margin: 0 auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #121212;
  border: 2px solid #dbbc8a;
  color: #dbbc8a;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #121212;
  background-color: #dbbc8a;
}

section.social-media {
  color: #fff;
  background-color: #000;
}
@media (max-width: 768px) {
  section.social-media {
    display: none;
  }
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

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

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

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

section.copyright {
  background-color: #0a1119;
  color: #fff;
}
section.copyright .container {
  padding: 20px 0;
  border-top: 1px solid #dbbc8a;
}
section.copyright a.mealzo-link {
  color: #dbbc8a !important;
}/*# sourceMappingURL=style2.css.map */