@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}

@font-face {
  font-family: Quicksand-bold;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}

@font-face {
  font-family: Quicksand-semi-bold;
  src: url(../../Fonts/Quicksand/Quicksand-SemiBold.ttf);
}

@font-face {
  font-family: Quicksand-light;
  src: url(../../Fonts/Quicksand/Quicksand-Light.ttf);
}

.main-headings {
  font-family: Quicksand-bold !important;
  font-weight: bolder !important;
}

body {
  font-family: Quicksand !important;
  background-color: #FEFFFE;
  overflow-x: hidden;
}

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

.main-color {
  color: #a83b84;
}

.main-color-transparent {
  color: #bfd62f;
}

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

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

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

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

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

.displayy {
  display: block !important;
}

@media (min-width: 768px) {
  .displayy {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.valentine-gif {
  max-width: 100px;
}

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

.headerWrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

.headerWrapper .section-heading-title {
  letter-spacing: 2.5px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #a83b84;
  font-size: 2.8rem;
  font-weight: bolder;
}

@media (max-width: 768px) {
  .headerWrapper .section-heading-title {
    font-size: 2rem;
  }
}

.headerWrapper .section-heading {
  font-size: 20px;
  font-weight: 700;
  color: #a83b84;
}

header .container {
  border-bottom: 3px solid #a83b84;
  padding: 20px 0;
}

header .navbar-brand {
  font-size: 1rem !important;
}

header .shop-logo {
  max-width: 200px;
}

@media (max-width: 380px) {
  header .shop-logo {
    max-width: 160px;
  }
}

@media (min-width: 991px) {
  header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header section.menu-section .navbar-expand-lg .navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header section.menu-section nav {
  padding: 0;
}

@media (min-width: 992px) {
  header section.menu-section nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header section.menu-section nav li {
  margin-left: 15px;
}

header section.menu-section nav li:hover a.nav-link {
  border-color: #a83b84;
}

header section.menu-section nav li a.nav-link {
  color: #a83b84 !important;
  border-bottom: 2px solid transparent;
}

@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
    color: #bfd62f;
  }
}

header section.menu-section nav li.active a.nav-link {
  border-bottom: 2px solid #a83b84;
  font-weight: 900;
}

header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #a83b84;
}

header section.menu-section nav .navbar-toggler {
  color: #a83b84;
  border-color: transparent;
  line-height: 2;
}

header section.menu-section nav a.btn {
  background-color: #000;
  color: #fff;
}

header section.menu-section nav .header-links {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header section.menu-section .login-btn {
  background-color: #bfd62f;
  border-radius: 5px !important;
  padding: 15px 20px !important;
  color: #a83b84;
  font-weight: 900;
}

@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}

@media (max-width: 991px) {
  header section.menu-section .login-btn {
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* section hero */
section.hero-section {
  height: 800px;
}

section.hero-section video {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
  section.hero-section {
    height: 600px;
  }
}

@media (max-width: 992px) {
  section.hero-section {
    height: 400px;
  }
}

section.hero-section div.inner-content h1 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #f5f5f5;
}

section.hero-section div.inner-content h1 .first-title {
  display: block;
  font-size: 3.3rem;
  line-height: 2.6rem;
  font-weight: bolder;
}

@media (min-width: 425px) {
  section.hero-section div.inner-content h1 .first-title {
    font-size: 3.8rem;
  }
}

@media (min-width: 768px) {
  section.hero-section div.inner-content h1 .first-title {
    font-size: 5.5rem;
  }
}

@media (min-width: 992px) {
  section.hero-section div.inner-content h1 .first-title {
    font-size: 5.5rem;
    line-height: 4.5rem;
  }
}

@media (max-width: 480px) {
  section.hero-section div.inner-content h3 {
    font-size: 1.25rem;
  }
}

section.hero-section div.inner-content a {
  background-color: #000;
  color: #f38400;
  border: 3px solid #f38400;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 200px;
  height: 50px;
  margin-top: 25px;
  font-weight: bolder;
  margin-right: 20px;
}

section.hero-section div.inner-content a:hover {
  color: #a83b84;
  border-color: #a83b84;
  background-color: #fff;
  -webkit-box-shadow: #bfd62f 0px 7px 29px 0px;
          box-shadow: #bfd62f 0px 7px 29px 0px;
  text-decoration: none;
}

@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 30px;
  }
}

section.hero-section .image-wrapper {
  position: relative;
}

section.hero-section .image-wrapper img {
  background-color: #a83b84;
  padding: 20px;
  border-radius: 170px 0 170px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 400px) {
  section.hero-section .image-wrapper img {
    border-radius: 100px 0 100px;
    padding: 10px;
  }
}

section.hero-section .image-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../../imgs/hero/Burger-small.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 198px;
  height: 55%;
  border: 16px solid #f38400;
  border-radius: 0 70px 0;
}

@media (max-width: 991px) {
  section.hero-section .image-wrapper:after {
    left: -20%;
  }
}

@media (max-width: 768px) {
  section.hero-section .image-wrapper:after {
    width: 148px;
  }
}

@media (max-width: 576px) {
  section.hero-section .image-wrapper:after {
    width: 140px;
    height: 50%;
  }
}

@media (max-width: 540px) {
  section.hero-section .image-wrapper:after {
    width: 48%;
    height: 50%;
    border: 20px solid #f38400;
  }
}

@media (max-width: 480px) {
  section.hero-section .image-wrapper:after {
    width: 50%;
    height: 52%;
  }
}

@media (max-width: 400px) {
  section.hero-section .image-wrapper:after {
    display: none;
  }
}

@media (max-width: 400px) {
  section.hero-section .buttonss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#slider img {
  max-width: 100%;
}

#slider .swiper-slide {
  min-height: 645px;
}

@media (max-width: 991px) {
  #slider .swiper-slide {
    min-height: 680px;
  }
}

#slider .swiper-slide.swiper-one .slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  text-align: center;
  color: #a83b84;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-one .slider-header {
    margin-bottom: 86px;
  }
}

@media (max-width: 768px) {
  #slider .swiper-slide.swiper-one .slider-header {
    margin-bottom: 162px;
  }
}

@media (max-width: 480px) {
  #slider .swiper-slide.swiper-one .slider-header {
    margin-bottom: 200px;
  }
}

#slider .swiper-slide.swiper-one .slider-header h1 {
  color: #a83b84;
  font-size: 50px;
  font-weight: bolder;
  z-index: 88;
  text-transform: capitalize;
  font-weight: 900;
  text-shadow: 1px 1px #a83b84;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-one .slider-header h1 {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #slider .swiper-slide.swiper-one .slider-header h1 {
    font-size: 40px;
  }
}

#slider .swiper-slide.swiper-one .slider-header h3 {
  z-index: 88;
  font-weight: 900;
}

#slider .swiper-slide.swiper-one .slider-header .slider-btn {
  background-color: #a83b84;
  color: #fff;
  padding: 12px 35px;
  border-radius: 25px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 20px;
  z-index: 9;
  border: 2px solid #a83b84;
  font-weight: bolder;
}

#slider .swiper-slide.swiper-one .slider-header .slider-btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #a83b84;
}

#slider .swiper-slide.swiper-one .slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(1) {
  position: relative;
  -webkit-animation: fade-bottom 0.7s ease-in-out;
          animation: fade-bottom 0.7s ease-in-out;
}

@media (max-width: 576px) {
  #slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(1) img {
    max-width: 130%;
  }
}

#slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(2) {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 15%;
  left: auto;
  max-width: 100%;
  -webkit-animation: fade-top 1s ease-in-out;
          animation: fade-top 1s ease-in-out;
}

@media (max-width: 768px) {
  #slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(2) {
    display: none;
  }
}

#slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(3) {
  content: "";
  position: absolute;
  top: 25%;
  right: 14%;
  left: auto;
  max-width: 100%;
  -webkit-animation: fade-top 0.5s ease-in-out;
          animation: fade-top 0.5s ease-in-out;
}

@media (max-width: 576px) {
  #slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(3) {
    display: none;
  }
}

#slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(4) {
  content: "";
  position: absolute;
  top: 20%;
  left: 35%;
  right: auto;
  max-width: 100%;
  -webkit-animation: fade-top 1s ease-in-out;
          animation: fade-top 1s ease-in-out;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(4) {
    top: 35%;
    left: 20%;
  }
}

@media (max-width: 576px) {
  #slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(4) {
    top: 28%;
    left: 68%;
  }
}

#slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(5) {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 10%;
  right: auto;
  max-width: 100%;
  -webkit-animation: fade-top 1.5s ease-in-out;
          animation: fade-top 1.5s ease-in-out;
}

@media (max-width: 576px) {
  #slider .swiper-slide.swiper-one .slider-content .image-wrapper:nth-child(5) {
    bottom: 20%;
  }
}

@-webkit-keyframes fade-top {
  0% {
    -webkit-transform: translateY(-350px);
            transform: translateY(-350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-top {
  0% {
    -webkit-transform: translateY(-350px);
            transform: translateY(-350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-bottom {
  0% {
    -webkit-transform: translateY(350px);
            transform: translateY(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    -webkit-transform: translateY(350px);
            transform: translateY(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

#slider .swiper-slide.swiper-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#slider .swiper-slide.swiper-two h2 {
  font-size: 50px;
  font-weight: bolder;
  z-index: 88;
  text-transform: capitalize;
  font-weight: 900;
  text-shadow: 1px 1px #a83b84;
}

@media (max-width: 576px) {
  #slider .swiper-slide.swiper-two h2 {
    font-size: 30px;
  }
}

#slider .swiper-slide.swiper-two p {
  max-width: 350px;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-two p {
    max-width: 80%;
  }
}

#slider .swiper-slide.swiper-two .slider-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-top: 50px;
  text-align: center;
  color: #a83b84;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-two .slider-header {
    margin-bottom: 86px;
  }
}

#slider .swiper-slide.swiper-two .slider-header h1 {
  color: #a83b84;
  font-size: 50px;
  font-weight: bolder;
  z-index: 88;
  text-transform: capitalize;
  font-weight: 900;
  text-shadow: 1px 1px #a83b84;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-two .slider-header h1 {
    margin-bottom: 40px;
  }
}

#slider .swiper-slide.swiper-two .slider-header h3 {
  z-index: 88;
  font-weight: 900;
}

#slider .swiper-slide.swiper-two .slider-header .slider-btn {
  background-color: #a83b84;
  color: #fff;
  padding: 12px 35px;
  border-radius: 25px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 20px;
  z-index: 9;
  border: 2px solid #a83b84;
  font-weight: bolder;
}

#slider .swiper-slide.swiper-two .slider-header .slider-btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: #a83b84;
}

#slider .swiper-slide.swiper-two .slider-header {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-two .slider-header {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}

#slider .swiper-slide.swiper-two .slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-two .slider-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(1) {
  position: relative;
  -webkit-animation: fade-right 0.7s ease-in-out;
          animation: fade-right 0.7s ease-in-out;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}

#slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(1) img {
  max-width: 60%;
  border-radius: 20px;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(1) img {
    max-width: 60%;
  }
}

#slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(2) {
  content: "";
  position: absolute;
  top: 0%;
  bottom: auto;
  right: -5%;
  left: auto;
  max-width: 100%;
  -webkit-animation: fade-top 3s ease-in-out;
          animation: fade-top 3s ease-in-out;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(2) {
    right: 20%;
  }
}

@media (max-width: 768px) {
  #slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(2) {
    display: none;
  }
}

#slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(3) {
  content: "";
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 30%;
  right: auto;
  max-width: 100%;
  -webkit-animation: fade-top 3.5s ease-in-out;
          animation: fade-top 3.5s ease-in-out;
}

@media (max-width: 768px) {
  #slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(3) {
    display: none;
  }
}

#slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(3) img {
  max-width: 40%;
}

#slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(4) {
  content: "";
  position: absolute;
  right: -5%;
  top: 60%;
  bottom: auto;
  left: auto;
  max-width: 100%;
  -webkit-animation: fade-top 3s ease-in-out;
          animation: fade-top 3s ease-in-out;
}

@media (max-width: 991px) {
  #slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(4) {
    right: 18%;
  }
}

@media (max-width: 768px) {
  #slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(4) {
    display: none;
  }
}

#slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(5) {
  content: "";
  position: absolute;
  bottom: -10%;
  top: auto;
  left: 20%;
  right: auto;
  max-width: 100%;
  -webkit-animation: fade-top 3.5s ease-in-out;
          animation: fade-top 3.5s ease-in-out;
}

@media (max-width: 768px) {
  #slider .swiper-slide.swiper-two .slider-content .image-wrapper:nth-child(5) {
    display: none;
  }
}

@keyframes fade-top {
  0% {
    -webkit-transform: translateY(-350px);
            transform: translateY(-350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    -webkit-transform: translateY(350px);
            transform: translateY(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(350px);
            transform: translateX(350px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.main-text {
  padding: 50px 0;
  background-color: #bfd62f;
}

.main-text h5 {
  color: #a83b84;
  text-align: center;
  font-weight: bolder;
  font-size: 19px;
}

/* more about us section */
section.more-about-us-section {
  background-color: #a83b84;
  padding: 100px 0;
}

@media (max-width: 768px) {
  section.more-about-us-section {
    padding: 50px 0;
  }
}

section.more-about-us-section h3.main-section-heading {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 38px;
  color: #a83b84;
  font-family: Montserrat-Bold;
}

section.more-about-us-section .more-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.more-about-us-section .more-content .circle-img {
  padding: 5px;
  background-color: #a83b84;
  max-width: 90px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .circle-img {
    border-radius: 40px 40px 40px 0;
  }
}

section.more-about-us-section .more-content .more-header * {
  text-align: center;
}

section.more-about-us-section .more-content .more-header h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

section.more-about-us-section .more-content .more-header span {
  color: #fff;
  max-width: 270px;
}

@media (max-width: 576px) {
  section.more-about-us-section .more-content .more-header span {
    max-width: 400px;
  }
}

section.more-about-us-section a {
  border: 2px solid #a83b84;
  background-color: #fff;
  color: #a83b84;
  padding: 15px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}

section.more-about-us-section a:hover {
  text-decoration: none;
  background-color: #a83b84;
  color: #fff;
}

/* special to try */
section.special {
  text-align: center;
  padding: 60px 0;
}

section.special .main-section-heading {
  margin-bottom: 80px;
}

section.special h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #a83b84;
  font-size: 2.8rem;
  font-weight: bolder;
}

section.special .swiper-wrapper {
  padding: 20px 0;
}

section.special .card {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  margin: auto;
  min-height: 466px;
  background-color: transparent;
  padding: 0;
  padding-bottom: 20px;
  border-radius: 0 90px 0 0;
}

section.special .card img {
  border-radius: 0 90px 0 0;
}

section.special .card:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

section.special .card:hover a.btn {
  -webkit-transition: 0.1s ease all;
  transition: 0.1s ease all;
  background-color: #a83b84;
  color: #fff;
}

section.special .card .card-body {
  padding: 10px;
}

section.special .card .card-body .food-name {
  font-size: 20px;
  font-weight: bolder;
  text-transform: capitalize;
}

section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
}

section.special .card .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.special .card .btn-holder a.btn {
  background-color: #a83b84;
  color: #fff;
  border: 3px solid #a83b84;
  border-radius: 35px 35px 12px 12px !important;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 45px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

section.special .card .btn-holder a.btn:hover {
  color: #fff;
  border-color: #a83b84;
  background-color: #a83b84;
}

.gallery {
  padding: 50px 0 30px 0;
}

.gallery a {
  width: 100%;
}

.gallery a img {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

.gallery a img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

section.about-us {
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  /*background-color: #f3f3f3;*/
}

section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 70px;
  color: #f7f7f7;
}

section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-size: 24px;
  line-height: 36px;
  color: #f7f7f7;
  margin-bottom: 24px;
  font-weight: bold;
}

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;
  color: #ddd;
}

section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #a83b84;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

section.about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #a83b84;
  border-color: #a83b84;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.local-hero {
  padding: 50px 0;
  color: #fff;
}

.local-hero h3 {
  font-weight: bolder;
  color: #a83b84;
}

.local-hero .video-localhero {
  height: 400px;
  width: 100%;
}

@media (max-width: 991px) {
  .local-hero .video-localhero {
    height: 250px;
    width: 80%;
  }
}

@media (max-width: 576px) {
  .local-hero .video-localhero {
    height: 150px;
    width: 100%;
  }
}

.local-hero img {
  border-radius: 10px;
  max-width: 190px;
  padding: 5px;
  background-color: #a83b84;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .local-hero img {
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  .local-hero img {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .local-hero img {
    max-width: 120px;
  }
}

@media (max-width: 380px) {
  .local-hero img {
    max-width: 100px;
  }
}

.local-hero img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.local-hero div.read-more-btn a {
  background-color: #a83b84;
  color: #fff;
  border-radius: 30px !important;
  padding: 15px 40px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 10px;
}

.local-hero div.read-more-btn a:hover {
  color: #fff;
  border-color: #a83b84;
  background-color: #a83b84;
  -webkit-box-shadow: #bfd62f 0px 4px 12px;
          box-shadow: #bfd62f 0px 4px 12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (min-width: 992px) {
  .local-hero div.read-more-btn a {
    margin-top: 10px;
  }
}

section.reviews {
  padding: 100px 0;
}

section.reviews .container {
  background-color: #a83b84;
  border-radius: 34px;
}

section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
}

@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}

section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}

section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #a83b84;
  margin-bottom: 9px;
  color: #fff;
}

section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

section.peyment-method {
  background-color: #a83b84;
}

section.peyment-method .container {
  border-top: 1px solid #bfd62f;
}

section.peyment-method div.row {
  padding: 50px 0;
}

section.peyment-method div.row div.col-10 .methods-container {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

section.peyment-method div.row div.col-10 .methods-container > div img {
  width: 70px;
  display: block;
}

section.dl-app {
  background-image: url(../../imgs/dl_app/Sorrento-Takeaway-NewcastleUponTyne-dl-app-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 600px;
  padding: 40px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1200px) {
  section.dl-app {
    background-image: unset;
    padding: 40px 0;
    background-color: #a83b84;
    min-height: unset;
  }
}

section.dl-app .app-mockup {
  max-width: 70%;
}

section.dl-app .app-mockup:hover {
  -webkit-animation: app-animation 1s ease-in;
          animation: app-animation 1s ease-in;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes app-animation {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@keyframes app-animation {
  0% {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

section.dl-app .dl-app-link {
  max-width: 100%;
}

@media (max-width: 991px) {
  section.dl-app .dl-app-link {
    max-width: 70%;
  }
}

@media (max-width: 576px) {
  section.dl-app .dl-app-link {
    max-width: 100%;
  }
}

section.dl-app div.inner-content {
  padding: 0;
  max-width: 516px;
}

@media (max-width: 768px) {
  section.dl-app div.inner-content {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

section.dl-app div.inner-content p {
  color: #ffffff;
}

section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #ffffff;
}

@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    text-shadow: unset;
    font-weight: bolder;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
  }
}

section.dl-app div.inner-content ul {
  list-style: none;
  padding: 5px 0 0 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  section.dl-app div.inner-content ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.dl-app div.inner-content ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  font-size: 20px;
  font-weight: bolder;
  color: #fff;
}

section.dl-app div.inner-content ul li img {
  max-width: 40px;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.find-us {
  padding: 0;
}

@media (max-width: 991px) {
  .find-us {
    padding: 50px 0;
  }
}

.find-us p,
.find-us h3 {
  font-weight: bolder;
}

.find-us .shop-social-media svg {
  fill: #a83b84;
  width: 30px;
  height: 30px;
}

/* footer */
footer {
  background-color: #a83b84;
  padding: 40px 0;
  color: #fff;
}

footer a.d-flex img.shop-logo {
  max-width: 120px;
}

footer p {
  line-height: 26px;
  font-size: 15px;
}

footer ul {
  list-style: none;
}

footer ul li {
  margin-top: 8px;
}

footer ul li span {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  word-break: break-all;
}

footer ul li a {
  color: #fff;
}

footer ul li a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #bfd62f;
}

footer .fa {
  color: #bfd62f;
  font-size: 1rem;
}

footer .footer-title {
  margin-bottom: 20px;
}

footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}

.food-link {
  background-color: #a83b84;
}

.food-link .container {
  padding: 25px 0;
}

.food-link ul {
  padding: 0;
  margin: 0;
}

.food-link ul li {
  list-style: none;
  display: inline-block;
  border-radius: 15px;
  padding: 5px 15px;
  margin: 5px;
  border: 2px solid #bfd62f;
  background-color: transparent;
}

.food-link ul li a {
  color: #bfd62f;
  font-size: 14px;
}

.food-link ul li a:hover {
  text-decoration: none;
}

.food-link ul li:hover {
  border: 2px solid #fff;
}

.food-link ul li:hover a {
  color: #fff;
}

section.social-media {
  background-color: #f3f3f3;
}

section.social-media div.facebook i {
  color: #a83b84;
}

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

section.copyright {
  background-color: #a83b84;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid #bfd62f;
}

section.copyright a.weetech-link {
  color: #fff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #bfd62f;
  color: #a83b84;
  cursor: pointer;
  padding: 7px 12px;
  border-radius: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid #a83b84;
}

#myBtn:hover {
  color: #a83b84;
  border: 1px dashed #a83b84;
  background-color: white;
  -webkit-box-shadow: #bfd62f 0px 7px 29px 0px;
          box-shadow: #bfd62f 0px 7px 29px 0px;
}

.SpecialOffer {
  padding: 50px;
  background-color: #a83b84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .SpecialOffer {
    padding: 50px 0;
  }
}

.SpecialOffer h2 {
  font-weight: bold;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-size: 2.5rem;
}

@media (max-width: 480px) {
  .SpecialOffer h2 {
    padding: 5px 0;
    font-size: 2rem;
    font-weight: bolder;
  }
}

.SpecialOffer h3 {
  margin-bottom: 20px;
}

@media (max-width: 380px) {
  .SpecialOffer h3 {
    font-size: 0.9rem;
  }
}

.SpecialOffer h4 {
  font-size: 20px;
  margin-bottom: 20px;
  max-width: 500px;
}

.SpecialOffer img {
  margin-top: -150px;
}

@media (max-width: 1200px) {
  .SpecialOffer img {
    margin-top: -90px;
  }
}

@media (max-width: 1050px) {
  .SpecialOffer img {
    margin-top: 0;
  }
}

.SpecialOffer a {
  background-color: #bfd62f;
  color: #a83b84;
  border-radius: 30px !important;
  width: 180px;
  height: 50px;
  margin-top: 20px;
  font-weight: bolder;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

@media (max-width: 768px) {
  .SpecialOffer a {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .SpecialOffer a {
    padding: 7px 0;
    width: 150px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .SpecialOffer a {
    width: 136px;
    font-size: 13px;
  }
}

.SpecialOffer a:hover {
  color: #a83b84;
  border-color: #a83b84;
  background-color: #fff;
  -webkit-box-shadow: #a83b84 0px 7px 29px 0px;
  box-shadow: #a83b84 0px 7px 29px 0px;
}
/*# sourceMappingURL=style2.css.map */