.main-color {
  color: #000024;
}

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

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

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;
  }
}
img {
  width: 100%;
}

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

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

.shop-logo {
  max-width: 180px;
}

header {
  background-color: rgba(0, 0, 216, 0.168627451);
  /* 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: 20px 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: 99;
  left: 0;
  top: 0;
  background-color: #000024;
  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: #dfa6ff;
}
@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: #dfa6ff !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: #dfa6ff;
}
@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: 1200px) {
  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: #000024;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content .phone-btn {
  background-color: #dfa6ff;
  border-radius: 10px !important;
  padding: 8px 15px 8px 15px;
  color: #000042 !important;
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .phone-btn {
    max-width: 150px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .phone-btn:hover {
  color: #000024 !important;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .phone-btn {
    padding: 8px 17px 6px 13px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .phone-btn {
    padding: 14px 25px 13px 19px;
  }
}
@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(255, 255, 255);
}

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

/* 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: #000024;
}
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: #000024;
  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: #000024;
  border-color: #000024;
  background-color: #fff !important;
  box-shadow: #dfa6ff 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: #000024;
}
section.hero-section div.inner-content div.clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
          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/Urban-Lounge-Glasgow-shisha.jpg);
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 650px;
  padding: 100px 0;
}
@media (max-width: 991px) {
  #slider {
    padding: 50px 0;
    min-height: 550px;
  }
}
@media (max-width: 480px) {
  #slider {
    padding: 60px 0;
  }
}
#slider .slider-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  color: #fff;
}
#slider .slider-content h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #slider .slider-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  #slider .slider-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #slider .slider-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  #slider .slider-content h1 {
    font-size: 25px;
  }
}
#slider .slider-content a.btn {
  background-color: #dfa6ff;
  border-radius: 10px;
  padding: 15px 40px;
  color: #000042;
  margin: 20px auto;
  font-weight: bolder;
}
#slider .slider-content a.btn:hover {
  color: #000024;
}

/* more about us section */
section.more-about-us-section {
  background-color: #000024;
  padding: 70px 0 0 0;
  color: #fff;
}
@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 0;
  }
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
section.more-about-us-section h3.main-section-heading span.highlight {
  color: #000024;
}
@media (max-width: 300px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 26px;
  }
}
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;
  font-weight: 600;
  border: 2px solid #000024;
  text-decoration: none;
  background-color: #dfa6ff;
  color: #000024;
}
section.more-about-us-section a.btn:hover {
  border: 2px solid #dfa6ff;
  background-color: transparent;
  color: #dfa6ff;
}
section.more-about-us-section a.phonenum {
  color: #fff;
}

/* special to try */
section.Menu {
  background-color: #e4b3ff;
  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: #00056c;
  font-weight: bolder;
}
section.Menu h4 {
  margin-top: 20px;
  color: #00056c;
  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/Urban-Lounge-Glasgow-Mocktails.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: 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 {
  background-color: #000024;
  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 #000024;
  display: inline-flex;
  max-width: 350px;
  color: #000024;
}
.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: #000024;
  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);
}

section.peyment-method {
  background-color: #000000;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app 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: #000024;
  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: #000024;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 40px;
}

/* footer */
footer {
  background-color: #000024;
  color: #fff;
  padding: 30px 0;
  background-image: url(../../imgs/hero/Reservation-background-home-page-Moroccangarden.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
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: #000024;
}
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;
}

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

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: #dfa6ff;
  color: white;
}
::selection {
  background-color: #dfa6ff;
  color: white;
}

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

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

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

section.copyright {
  background-color: #000024;
  color: #fff;
}
section.copyright a.weetech-link {
  color: #dfa6ff !important;
}

.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;
  }
}
.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: 8;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  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 .content .story-btn {
  position: absolute;
  top: 100px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #000024;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.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;
  display: flex;
}
.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;
}/*# sourceMappingURL=style2.css.map */