.main-color {
  color: #ced44e;
}

@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: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Bold.ttf);
}
@font-face {
  font-family: Surfer;
  src: url(../../Fonts/Original_Surfer/OriginalSurfer-Regular.ttf);
}
body {
  font-family: Surfer !important;
  overflow-x: hidden;
  background-color: #fdfdfd;
}

.delivery {
  background-color: #f3f3f3;
  padding: 80px 0px;
}
.delivery .delivery-imgs img {
  max-width: 300px;
}
@media (max-width: 480px) {
  .delivery .delivery-imgs img {
    max-width: 240px;
  }
}

.homedelivery {
  color: #ED0403;
  font-weight: bolder;
  font-size: 48px;
}
@media (max-width: 480px) {
  .homedelivery {
    color: #ED0403;
    font-weight: bolder;
    font-size: 36px;
  }
}

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

.reveal.active {
  opacity: 1;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

@keyframes fade-left {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.dlApp {
  margin: 0 auto;
}

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

@media (max-width: 768px) {
  .title {
    display: none;
  }
}

.chopsticks {
  width: 400px;
}
@media (max-width: 768px) {
  .chopsticks {
    width: 60%;
    max-width: 300px;
  }
}

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

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

header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 200px;
  max-height: 100px;
}
@media (min-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  padding-bottom: 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8117647059);
  z-index: 19;
  padding: 20px 0;
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 992px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 992px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 992px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding-top: 10px;
}
@media (min-width: 992px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.93);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end !important;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: none;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #ced44e !important;
  transition: transform 0.2s ease-in-out;
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn:hover {
  transform: scale(1.5);
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #fff;
  border-bottom: 1px solid transparent;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #ced44e;
  color: #ced44e !important;
}
@media (max-width: 768px) {
  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 .active {
  border-bottom: 1px solid #ced44e;
  color: #ced44e !important;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-right: 22px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #ced44e;
  color: #fff;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #ced44e;
  border-radius: 3px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}

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

#banner {
  background-image: url("../../imgs/So-Rice-Chinese-Takeaway-Edinburgh-chinese-food.jpg");
  width: 100%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  #banner {
    padding: 50px 0;
    min-height: -moz-max-content;
    min-height: max-content;
  }
}
#banner .banner-text {
  border: 1px solid #fff;
  padding: 40px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4156862745);
}
@media (max-width: 768px) {
  #banner .banner-text {
    width: 98%;
    padding: 30px 10px;
  }
}
#banner .banner-text .banner-title {
  color: #fff;
  padding-bottom: 25px;
}
#banner .banner-text h2 {
  color: #fff;
}
#banner .banner-text p {
  color: #fff;
  padding: 45px;
  padding-bottom: 50px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  #banner .banner-text p {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#banner .banner-text a {
  color: #000000;
  border: 2px solid #ced44e;
  padding: 15px;
  background-color: #ced44e;
  border-radius: 2px;
  text-decoration: none;
  margin-bottom: 70px;
}
#banner .banner-text a:hover {
  background-color: transparent;
  border-color: #ced44e;
  color: #ced44e;
}
#banner .banner-text a:hover i {
  color: #ced44e;
}
#banner .banner-text i {
  color: #000000;
}
#banner .banner-text i:hover {
  color: #ced44e;
}

/* more about us section */
section.more-about-us-section {
  margin: 120px 0;
}
section.more-about-us-section img {
  width: 100px;
  margin-bottom: 20px;
  color: #ddd;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
@media (max-width: 768px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 24px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 28px;
  }
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
  color: #fff;
}
section.more-about-us-section p {
  max-width: 300px;
  color: #d3d3d3;
}

/* special to try */
.about-special {
  background-image: url("./../../imgs/So-Rice-Chinese-Takeaway-Edinburgh-Chinese-food-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .about-special {
    background-size: contain;
    background-repeat: repeat;
  }
}

section.special {
  padding: 100px 0;
}
@media (max-width: 768px) {
  section.special {
    padding: 20px 0;
  }
}
section.special h3 {
  margin-bottom: 10px;
  color: #ced44e;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 30px;
  }
}
section.special .item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
section.special .item .item-img img {
  margin-bottom: 40px;
  transition: all 0.3s;
}
section.special .item .item-img img:hover {
  transform: scale(1.08);
}
section.special .item .item-btn {
  margin: 20px auto;
  border: 2px solid #ced44e;
  width: 200px;
  border-radius: 10px;
  padding: 5px;
  background: #ced44e;
  cursor: pointer;
}
section.special .item .item-btn a {
  color: #000;
}
section.special .item .item-btn:hover {
  background: #fdfdfd;
}
section.special .item .item-btn:hover a {
  text-decoration: none;
  color: #ced44e;
}
section.special .card {
  background-color: #ffffff;
  height: 170px;
  overflow: hidden;
  border: 1px solid #ddd;
}
section.special .card img {
  position: absolute;
}
section.special .card .info {
  opacity: 0.8;
  height: 200px;
  transform: translateY(45%) translateY(20px) translateZ(0);
  transition: transform 0.5s ease-out;
  color: #fff;
}
section.special .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card .card-img-top {
  min-height: 212px;
  max-height: 212px;
}
section.special .card:hover .info {
  transform: translateY(0px) translateZ(0);
  background-color: #ced44e;
  color: #222;
}
section.special .card:hover .info .h5 {
  color: #222;
}
section.special .card:hover .info .card-title {
  color: #222;
}
section.special .card:hover .card-footer a {
  color: #ced44e;
}
section.special .card .card-body {
  padding: 10px;
  min-height: 100px;
}
section.special .card .card-body .card-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: bolder;
  text-align: left;
  margin-bottom: 0px;
}
section.special .card .card-body p {
  text-align: left !important;
}
section.special .card .card-body p {
  text-align: center;
}
section.special .card .card-footer {
  border-top: none;
  display: flex;
  justify-content: center;
  padding: 20px 0 30px 0;
}
section.special .card .card-footer a {
  background-color: #222;
  border: 1px solid #ced44e;
  color: #ced44e;
  border-radius: 6px;
}
section.special .card .card-footer a:hover {
  background-color: #fff;
  border: 1px solid #ced44e;
  color: #ced44e;
}
@media (max-width: 768px) {
  section.special .card .card-body {
    padding-bottom: 0;
  }
  section.special .card .card-footer {
    padding-top: 0;
  }
}
section.special div.tab-content {
  min-height: 450px;
}
section.special div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  section.special div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
section.special div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
section.special div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-family: Monsterrat, Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
section.special div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-family: Monsterrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.SpecialOffer {
  background-image: url("../../imgs/So-Rice-Chinese-Takeaway-Edinburgh-restaurant.jpeg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  min-height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.SpecialOffer .SpecialOffer-content {
  padding: 30px;
  background-color: rgba(8, 8, 8, 0.411);
}
.SpecialOffer h2 {
  color: #fff;
  display: block;
  font-weight: bolder;
  margin-bottom: 25px;
}
.SpecialOffer .orderCumbernauld {
  background-color: #ced44e;
  color: #000;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  text-decoration: none;
  border: 2px solid #ced44e;
}
.SpecialOffer .orderCumbernauld .fa {
  color: #000 !important;
}
.SpecialOffer .orderCumbernauld:hover {
  background-color: transparent;
  color: #ced44e;
  border: 2px solid #ced44e;
}
.SpecialOffer .orderCumbernauld:hover .fa {
  color: #ced44e !important;
}
.SpecialOffer .orderBudhill {
  background-color: transparent;
  color: #ced44e;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  text-decoration: none;
  border: 2px solid #ced44e;
}
.SpecialOffer .orderBudhill .fa {
  color: #ced44e !important;
}
.SpecialOffer .orderBudhill:hover {
  background-color: #ced44e;
  color: #222;
  border: 2px solid #ced44e;
}
.SpecialOffer .orderBudhill:hover .fa {
  color: #222 !important;
}
@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;
  }
}

.header-tab {
  margin-top: -100px;
  display: flex;
}
.header-tab li {
  list-style: none;
}
.header-tab .item:hover {
  background-color: #fde1c7;
  transform: scale3d(1.02, 1.02, 1.02);
  transition-duration: 0.5s;
}
@media (max-width: 768px) {
  .header-tab .item-block {
    padding: 0;
  }
}
.header-tab div.item {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  max-width: 180px;
}
.header-tab div.item a {
  display: block;
  text-align: center;
  height: 170px;
  padding: 20px 10px;
}
@media (max-width: 768px) {
  .header-tab div.item a {
    height: unset;
  }
}
.header-tab div.item img {
  width: 40%;
}
.header-tab div.item h4 {
  color: #000;
  margin-top: 15px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .header-tab li {
    width: 49%;
    display: inline-block;
    padding: 0;
  }
  .header-tab div.item {
    margin: 10px;
  }
}

#lottie {
  width: 100px;
  height: 100px;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
  margin-right: 20px;
}

section.about-us {
  padding: 0;
  padding-bottom: 50px;
  color: #333;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #ced44e;
}
@media (max-width: 480px) {
  section.about-us div.section-heading-div h3 {
    font-size: 30px;
  }
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  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;
}
section.about-us div.about-us-content div.read-more-btn {
  background-color: #d50000;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #ced44e;
  color: #222;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #222;
  border-color: #ced44e;
  background-color: #ced44e;
  box-shadow: #ced44e 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 62px;
  }
}
section.about-us img {
  width: 100%;
}
section.about-us .col-12 {
  padding: 0;
}
section.about-us .col-md-6 {
  padding: 0;
}

.read-more-btn1 a {
  background-color: #ced44e;
  color: #000;
  display: inline-block;
  padding: 12px;
  margin-top: 20px;
  border: 2px solid #ced44e;
  text-decoration: none;
}
.read-more-btn1 a .fa {
  color: #000;
}
.read-more-btn1 a:hover {
  background-color: transparent;
  border: 2px solid #ced44e;
  color: #ced44e;
}
.read-more-btn1 a:hover i {
  color: #ced44e;
}

section.deals {
  margin: 40px 0;
}
section.deals div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222;
}
@media (max-width: 480px) {
  section.deals div.section-heading-div h3 {
    font-size: 30px;
  }
}
section.deals div.section-heading-div p {
  color: #222;
}
section.deals div.deals-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #252525;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.deals div.deals-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
}
section.deals div.deals-content div.read-more-btn a.deals {
  background-color: #fce1c7;
  color: #222;
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.deals div.deals-content div.read-more-btn a.deals:hover {
  color: #222;
  border-color: #ced44e;
  background-color: #ced44e;
  box-shadow: #ced44e 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.deals div.deals-content div.read-more-btn a.deals {
    margin-top: 62px;
  }
}
section.deals img {
  width: 100%;
}
section.deals .col-12 {
  padding: 0;
}
section.deals .col-md-6 {
  padding: 0;
}

section.contact-us {
  background-image: url("./../../imgs/So-Rice-Chinese-Takeaway-Edinburgh-Chinese-food-background.png");
  background-size: cover;
}
@media (max-width: 768px) {
  section.contact-us {
    padding-top: 100px;
  }
}
section.contact-us .content {
  flex-direction: row;
}
@media (max-width: 768px) {
  section.contact-us .content {
    flex-direction: column;
  }
}
section.contact-us h3 {
  margin-bottom: 10px;
  color: #ced44e;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 480px) {
  section.contact-us h3 {
    font-size: 30px;
  }
}
section.contact-us .fa {
  color: #d50000;
}
section.contact-us .map div {
  height: 100%;
}
@media (max-width: 768px) {
  section.contact-us .section-heading-div {
    width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
  section.contact-us .map {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  section.contact-us .map iframe {
    height: 300px;
  }
}

.fa {
  color: #222;
}

.read-more-btn2 a.deals {
  background-color: #fce1c7;
  color: #222;
  border-radius: 0;
  padding: 12px;
  margin-top: 20px;
  border: 2px solid #d50000;
}
.read-more-btn2 a.deals:hover {
  background: #d50000;
  color: #222;
  border: 2px solid #fce1c7;
}
.read-more-btn2 a.deals:hover .fa {
  color: #222;
}

section.peyment-method {
  background-color: #fff;
}
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;
}

section.menu-section .navbar-collapse {
  justify-content: center;
}
section.menu-section .navbar-light .navbar-nav .nav-link {
  color: #e36a6a;
  font-size: 80px;
}
section.menu-section .nav-item {
  padding: 0 10px;
  text-align: center;
}
section.menu-section .nav-item.active {
  background-color: #ddd;
}
section.menu-section .nav-item.active .nav-link {
  color: #d50000 !important;
}
section.menu-section .fa {
  color: #fbb400;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 20px;
}

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}
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 (max-width: 480px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 30px;
  }
}
@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;
}
section.reviews .container {
  background-color: #ced44e;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #000;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #ced44e;
  margin-bottom: 9px;
  color: #000;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  background-color: #ced44e;
  color: rgb(0, 0, 0);
  padding-top: 50px;
}
footer h5 {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
}
footer details summary {
  line-height: 38px;
}
footer details a {
  color: #444;
  font-size: 14px;
}
footer details a:hover {
  color: #fff;
  text-decoration: none;
}

.address-first {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.address-first h2 {
  color: #e53d2c;
  font-family: pacifico;
  font-size: 70px;
  margin-bottom: 7px;
}
.address-first h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}
.address-first b {
  font-family: Quicksand;
}

.address-second {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.address-second h2 {
  color: #e53d2c;
  font-family: Quicksand;
  font-size: 70px;
  margin-bottom: 7px;
}
.address-second h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
}
.address-second b {
  font-family: Quicksand;
}

a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 80px;
}

.footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #ced44e;
}
@media (max-width: 480px) {
  .footer-header {
    font-size: 35px;
  }
}

.fa {
  font-size: 1.25rem;
}

.list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .list-group.shop-info {
    flex-direction: column;
  }
}
.list-group.shop-info div {
  margin: 0 auto;
}

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

img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  img.dl-app-link {
    width: 180px;
  }
}

h3 {
  font-size: 20px;
  margin-top: 20px;
}

.footer-content {
  flex-direction: row;
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}
.footer-content ul {
  margin-bottom: 50px;
  padding: 0;
}
.footer-content ul h5 {
  margin-bottom: 25px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.footer-content ul li {
  list-style: none;
}
.footer-content ul li a {
  color: #000;
  line-height: 38px;
}
.footer-content ul li a:hover {
  text-decoration: none;
  color: #fff;
}

.fa {
  color: #000;
}

section.foods-link {
  margin: 100px 0;
}
section.foods-link ul {
  padding: 10px;
  margin: 0;
}
section.foods-link ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
  margin: 4px;
}
section.foods-link ul li a {
  color: #fff;
}
section.foods-link ul li a:hover {
  text-decoration: none;
}
section.foods-link ul li:hover {
  border: 1px solid #d50000;
}

section.foods-tags {
  margin-top: 40px;
}
section.foods-tags .foods-link {
  border-top: 1px solid #262424;
  padding-top: 30px;
}
section.foods-tags ul {
  padding: 10px;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #c10606;
  color: #fff;
  font-size: 12px;
}
section.foods-tags ul li a {
  color: #fff;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
  color: #d50000;
}
.contact-us .address-first {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.contact-us .address-first h2 {
  color: #e53d2c;
  font-family: pacifico;
  font-size: 70px;
  margin-bottom: 7px;
}
.contact-us .address-first h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
  text-transform: capitalize;
}
.contact-us .address-first b {
  font-family: Quicksand;
}
.contact-us .address-second {
  display: inline-block;
  margin: 40px 0;
  text-align: center;
  width: 300px;
}
.contact-us .address-second h2 {
  color: #e53d2c;
  font-family: Quicksand;
  font-size: 70px;
  margin-bottom: 7px;
}
.contact-us .address-second h3 {
  font-family: Quicksand;
  font-size: 25px;
  font-weight: bolder;
}
.contact-us .address-second b {
  font-family: Quicksand;
}
.contact-us a.d-flex img.shop-logo {
  max-width: 242px;
  max-height: 50px;
}
.contact-us .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #ced44e;
}
@media (max-width: 480px) {
  .contact-us .footer-header {
    font-size: 35px;
  }
}
.contact-us .fa {
  font-size: 1.25rem;
}
.contact-us .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .contact-us .list-group.shop-info {
    flex-direction: column;
  }
}
.contact-us .list-group.shop-info div {
  margin: 0 auto;
}
.contact-us .footer-title {
  margin-bottom: 30px;
}
.contact-us .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ced44e;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #ced44e;
  border: 1px dashed #ced44e;
  background-color: white;
  box-shadow: #ced44e 0px 7px 29px 0px;
}

@media (max-width: 768px) {
  .social-media-conteiner {
    justify-content: center;
  }
}
.social-media-conteiner .icon-holder.facebook i {
  padding: 10px 13px;
  color: #fff;
}
.social-media-conteiner .icon-holder.instagram i {
  padding: 12px;
  color: #fff;
}
.social-media-conteiner .icon-holder.tiktok {
  padding: 7px 11px;
}
.social-media-conteiner div.icon-holder {
  border-radius: 50%;
  background: #c10606;
  width: 40px;
  height: 40px;
  transition: transform 0.5s ease;
}
.social-media-conteiner div.icon-holder i {
  padding: 12px;
}
.social-media-conteiner div.icon-holder svg {
  fill: #fff;
}
.social-media-conteiner div.icon-holder:hover {
  transform: translate(0px, -8px);
}
.social-media-conteiner div.icon-holder a {
  color: #fff;
}

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

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

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

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

section.copyright {
  background-color: #ced44e;
  color: #222;
}
section.copyright a.weetech-link {
  color: #222 !important;
}

.web-story .stories-container {
  display: flex;
  box-shadow: 0 3px 24px -8px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  padding: 30px 36px;
  /* justify-content: center; */
  border-top: 1px solid #fbb400;
  gap: 48px;
  overflow: hidden;
  box-sizing: border-box;
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
}
.web-story .stories-container .content img {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
  /* margin: 5px; */
}
.web-story .stories-container .content::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
.web-story .stories-container .content::after {
  content: "";
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.web-story .stories-container .content {
  border: 7px solid #d50000;
  border-radius: 50%;
}
.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 .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;
}
.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 .stories-container {
    width: 90%;
  }
  .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: #fff;
}/*# sourceMappingURL=style2.css.map */