@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: Pacifico;
  src: url(../../Fonts/Pacifico/Pacifico-Regular.ttf);
}
@font-face {
  font-family: PoppinsBold;
  src: url(../../Fonts/poppins/Poppins-Bold.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
  background-color: #333;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

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

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

.main-color {
  color: #d5443d;
}

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

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

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

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

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

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

.top-header {
  background-color: #333;
  padding: 0;
}
.top-header .shop-name {
  font-size: 1rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.top-header .shop-name h1 {
  margin-top: 20px;
  text-decoration: none !important;
  color: #d5443d !important;
  font-weight: 500;
  font-family: Pacifico;
  text-transform: capitalize;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: #d5443d;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .top-header .shop-name h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .top-header .shop-name h1 {
    display: none;
  }
}
.top-header .shop-name:hover {
  text-decoration: none !important;
}
.top-header .shop-logo {
  max-width: 120px;
}

header {
  background-color: #333;
  padding: 20px 0;
}
header .container {
  border-top: 1px solid #fff;
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 15px 0 0 0;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #d5443d !important;
}
header section.menu-section nav .dropdown-menu {
  background-color: #d5443d;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #000;
  color: #fff;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #fff;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #d5443d;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: center;
}

/* section hero */
section.hero-section {
  background-image: url(../../imgs/hero/picasso-Dalmuir-glasgow-curry.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  color: #fff;
  padding: 130px 50px;
  position: relative;
}
@media (max-width: 1440px) {
  section.hero-section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  section.hero-section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5411764706);
    z-index: 0;
  }
}
@media (max-width: 768px) {
  section.hero-section div.inner-content {
    position: relative;
    z-index: 1;
  }
}
section.hero-section div.inner-content h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bolder;
  text-shadow: 1px 1px #000;
  color: #fff;
  font-family: Pacifico;
  -webkit-text-stroke: 0.01rem #fff;
  -webkit-text-fill-color: #d5443d;
  color: #d5443d;
}
@media (min-width: 480px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 3rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #d5443d;
}
section.hero-section div.inner-content p.hero-main-text {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  text-shadow: 1px 1px #d5443d;
  color: #fff;
}
section.hero-section div.inner-content a {
  background-color: #d5443d;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 15px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  font-weight: bolder;
}
section.hero-section div.inner-content a:hover {
  color: #d5443d;
  border-color: #d5443d;
  background-color: #fff;
  box-shadow: rgba(245, 78, 0, 0.5) 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 20px;
  }
}
section.hero-section div.inner-content img {
  max-width: 100%;
}

/* more about us section */
section.more-about-us-section {
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
}
section.more-about-us-section .circle-img {
  margin-bottom: 33px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 300px;
}

/* special to try */
section.special {
  text-align: center;
  padding: 100px 0;
}
section.special h3 {
  margin-bottom: 52px;
  font-weight: 900;
  font-family: Pacifico;
  font-size: 50px;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  min-height: 490px;
  border-radius: 20px;
}
section.special .card:hover {
  transform: scale(1.04);
  filter: blur(0);
  opacity: 1;
}
section.special .card:hover .card-footer {
  background-color: #d5443d;
}
section.special .card:hover .card-footer a {
  color: #fff !important;
}
section.special .card:hover .card-footer a svg {
  fill: #fff !important;
}
section.special .card .card-body {
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
  color: #000;
  text-align: left;
}
section.special .card .card-body .card-title {
  font-weight: bolder;
}
section.special .card .card-body p {
  font-size: 15px;
}
section.special .card .card-img,
section.special .card .card-img-top {
  padding: 10px;
  border-radius: 20px 20px 0 0;
}
section.special .card .card-footer {
  background-color: unset;
  border: none;
  border-top: 2px solid #d5443d;
  padding: 10px;
  border-radius: 0 0 20px 20px;
}
section.special .card .card-footer a.btn {
  width: 100%;
  color: #d5443d;
  display: flex;
  font-weight: bolder;
  justify-content: space-between;
}
section.special .card .card-footer a.btn svg {
  fill: #d5443d;
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

.gallery {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .gallery {
    padding: 30px 0;
  }
}
.gallery img {
  max-width: 100%;
  border-radius: 10px;
}

section.about-us {
  padding: 80px 0;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
}
section.about-us h4 {
  font-size: 34px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 24px;
  font-weight: bold;
  font-family: Pacifico;
}
section.about-us h5 {
  margin: 10px 0;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  max-width: 550px;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #d5443d;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: 0.5s ease all;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #d5443d;
  border-color: #d5443d;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a.main-btn {
    margin-top: 62px;
  }
}
section.about-us img {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}

section.reviews h3 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 34px;
  line-height: 45px;
  color: #fff;
  font-family: Pacifico;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
    font-size: 33px;
    line-height: 70px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #d5443d;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* dwnloap app section */
section.dl-app {
  margin: 50px 0;
  position: relative;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: flex-start;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 150px;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: Pacifico;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 2rem;
}
@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: 2.5rem;
    line-height: 70px;
  }
}

section.find-us h4 {
  color: #6c757d;
}
section.find-us #openinghour {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 768px) {
  section.find-us #openinghour {
    max-width: 100%;
  }
}
section.find-us iframe {
  height: 650px;
}
@media (max-width: 768px) {
  section.find-us iframe {
    height: 300px;
  }
}
section.find-us .shop-logo {
  max-width: 120px;
}

/* footer */
footer {
  font-family: Quicksand !important;
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer a.d-flex img.shop-logo {
  max-width: 150px;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #505050;
}
footer ul li a {
  color: #8b8ba5;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #272042;
}
footer .fa {
  color: #d5443d;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #272042;
}
footer .owl-carousel img {
  width: 80px !important;
  height: 30px;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.owl-item > div > img {
  display: block;
  margin: auto;
}

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

section.copyright {
  background-color: #d5443d;
  color: #fff;
}

.peyment-method {
  margin-bottom: 150px;
}
.peyment-method img {
  width: 70px;
  display: block;
  margin: auto;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #d5443d;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #d5443d;
}
#myBtn:hover {
  color: #d5443d;
  border: 1px dashed #d5443d;
  background-color: white;
  box-shadow: rgba(245, 78, 0, 0.5) 0px 7px 29px 0px;
}

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .web-story .stories-container {
    justify-content: center;
  }
}
.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: #d5443d;
  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: #000;
  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;
  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 */