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

.secondary-heading {
  font-family: Quicksand-semi-bold !important;
  font-weight: 600 !important;
}

.light-text {
  font-family: Quicksand-light !important;
  font-weight: lighter;
}

body {
  font-family: Quicksand !important;
  background: #1b1b1b;
  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: #FF7E00;
}

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

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

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

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

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

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

header {
  padding: 20px 0;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 170px;
}
@media (max-width: 768px) {
  header .shop-logo {
    max-width: 100px;
  }
}
@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: 5px 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;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}
header section.menu-section nav .dropdown-menu {
  background-color: #FF7E00;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #333;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #FF7E00;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #FF7E00;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section a.login-btn {
  background-color: #FF7E00;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
  color: #fff !important;
}
@media (max-width: 1200px) {
  header section.menu-section a.login-btn {
    padding: 15px 10px !important;
  }
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

/* section hero */
section.hero-section {
  padding: 50px 0;
  position: relative;
}
section.hero-section::before {
  position: absolute;
  content: "";
  top: -25%;
  left: 0%;
  background-image: url(../../imgs/hero/christmas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 190px;
  width: 400px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 991px) {
  section.hero-section::before {
    top: -12%;
    height: 166px;
    width: 312px;
  }
}
@media (max-width: 500px) {
  section.hero-section::before {
    top: 1%;
    height: 106px;
    width: 212px;
    z-index: 3;
  }
}
@media (max-width: 480px) {
  section.hero-section {
    padding: 20px 0;
  }
}
section.hero-section div.inner-content h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #f5f5f5;
}
section.hero-section div.inner-content h2 .first-title {
  display: block;
  font-family: Quicksand-bold;
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: bolder;
}
@media (min-width: 375px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 425px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 .first-title {
    font-size: 2.5rem;
  }
}
section.hero-section div.inner-content h2 .second-title {
  font-family: Quicksand-semi-bold;
  font-size: 1rem;
  display: block;
  color: #a7a7a7;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 .second-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 .second-title {
    font-size: 1.5rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #FF7E00;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  font-weight: bolder;
}
section.hero-section div.inner-content a:hover {
  color: #FF7E00;
  border-color: #FF7E00;
  background-color: #fff;
  box-shadow: #FF7E00 0px 7px 29px 0px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
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: 75px 69px 71px 109px;
    padding: 34px;
  }
}

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

/* special to try */
section.special {
  /*background-color: #f3f3f3;*/
  text-align: center;
  padding-top: 55px;
  margin-top: 50px;
  padding-bottom: 50px;
}
section.special h3 {
  margin-bottom: 52px;
  color: #f7f7f7;
}
section.special .nav-tabs a.nav-link {
  color: rgb(255, 255, 255);
  margin: 0;
  border: none;
}
section.special .nav-tabs a.nav-link:hover {
  border: none;
}
section.special .nav-tabs a.nav-link:focus {
  border: none;
}
section.special .nav-tabs a.nav-link.active {
  background-color: inherit;
  border: none;
  color: #FF7E00;
  border-bottom: 1px solid #FF7E00 !important;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  box-shadow: rgba(14, 72, 181, 0.0941176471) 0px 4px 12px;
  padding: 10px;
  padding-bottom: 20px;
}
section.special .card:hover {
  transform: scale(1.04);
  filter: blur(0);
  opacity: 1;
}
section.special .card:hover a.btn {
  transition: 0.1s ease all;
  background-color: #FF7E00;
  color: #fff;
  /*transform: perspective(800px)  rotateX(
    30deg 
    ) scale(1.04); */
  animation-name: pulse;
}
section.special .card .card-body {
  padding: unset;
}
section.special .card div.card-footer {
  background-color: unset !important;
  border: none !important;
}
section.special a.btn {
  background-color: #fff;
  color: #FF7E00;
  border-color: #FF7E00;
  margin-top: 20px;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
section.special a.btn:hover {
  color: #fff;
  border-color: #FF7E00;
  background-color: #FF7E00;
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

section.about-us {
  margin-top: 80px;
  margin-bottom: 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: #FF7E00;
  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: #FF7E00;
  border-color: #FF7E00;
  background-color: #fff;
  box-shadow: none;
  transform: scale(0.9);
}

section.reviews {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  section.reviews {
    margin-bottom: 30px;
  }
}
section.reviews .container {
  background-color: #FF7E00;
  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: #FF7E00;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

section.peyment-method {
  /*background-color: #f3f3f3; */
}
section.peyment-method div.row {
  padding: 50px 0;
}
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 {
  /*background-color: #f3f3f3;*/
  margin: 100px 0;
}
@media (max-width: 768px) {
  section.dl-app {
    margin: 50px 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
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: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
  color: #ddd;
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 2rem;
  }
}

section.find-us h4 {
  color: #6c757d;
}

/* footer */
footer {
  font-family: Quicksand !important;
  /*background-color: #f3f3f3; */
  padding-top: 20px;
  padding-bottom: 20px;
}
footer a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
footer ul {
  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: #aaa;
}
footer ul li a {
  color: #ddd;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #f7f7f7;
}
footer .fa {
  color: #FF7E00;
  font-size: 1rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #f7f7f7;
}

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

section.copyright {
  /*background-color: #f3f3f3;*/
  color: #ddd;
}
section.copyright a.weetech-link {
  color: #FF7E00;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FF7E00;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #FF7E00;
}
#myBtn:hover {
  color: #FF7E00;
  border: 1px dashed #FF7E00;
  background-color: white;
  box-shadow: #FF7E00 0px 7px 29px 0px;
}

.SpecialOffer {
  background-image: url("../../imgs/specialOffer/Specialoffer-Delish-Restaurant-Alva.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 100px 0;
  display: flex;
}
@media (max-width: 380px) {
  .SpecialOffer {
    padding: 45px 0;
  }
}
.SpecialOffer h1 {
  font-weight: bold;
  color: #000;
  padding: 0 0 30px;
}
@media (max-width: 380px) {
  .SpecialOffer h1 {
    font-size: 2.1rem;
  }
}
.SpecialOffer h4 {
  color: #000;
}
.SpecialOffer a {
  background-color: #FF7E00;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  font-weight: bolder;
}
.SpecialOffer a:hover {
  color: #FF7E00;
  border-color: #FF7E00;
  background-color: #fff;
  box-shadow: #FF7E00 0px 7px 29px 0px;
}

.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: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 480px) {
  .web-story .stories-container .storyTitle {
    font-size: 12px;
  }
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #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 */