@font-face {
  font-family: Marleone;
  src: url(../../Fonts/marleone/MarleoneBrando.otf);
}
@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: Mismiliano !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-color: #030303;
  overflow-x: hidden;
  box-sizing: border-box;
  color: #e7e7e7;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url("https://www.mealzoforbusiness.co.uk/1/heart.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffc300;
}

.index-hero {
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0.8) 7%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.4) 13%, rgba(0, 0, 0, 0.2) 16%, rgba(0, 0, 0, 0.1) 19%, rgba(0, 0, 0, 0.05) 22%, rgba(0, 0, 0, 0) 25%), url(../../imgs/hero/Get-Fat-With-Us-hero-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.main-color {
  color: #ffc300;
}

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

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

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

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

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

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

header {
  background: transparent;
}
@media (min-width: 1200px) {
  header {
    padding: 10px 120px 0px 120px;
  }
}
@media (max-width: 1200px) {
  header {
    padding: 10px;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header img.shop-logo {
  width: 120px;
}
@media (max-width: 1200px) {
  header img.shop-logo {
    max-width: 100px;
  }
}
@media (max-width: 756px) {
  header img.shop-logo {
    width: 100px;
  }
}
header .navbar-nav {
  width: 100%;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  border-radius: 20px;
}
@media (min-width: 1200px) {
  header section.menu-section {
    margin: 0px 100px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section {
    height: auto;
    margin: 0px 5px;
  }
}
header section.menu-section .navbar-expand-lg {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px #000;
}
@media (min-width: 1200px) {
  header section.menu-section .navbar-expand-lg {
    margin-top: 40px;
    height: 70px;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  border-radius: 100px;
  width: 100%;
  align-items: center;
  justify-content: center;
}
header section.menu-section nav {
  padding: 15px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
}
@media (min-width: 1200px) {
  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;
  text-shadow: 0 0 5px #000;
}
header section.menu-section nav li a.nav-link svg {
  fill: #fff;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 1.2rem;
  }
}
@media (max-width: 756px) {
  header section.menu-section nav li a.nav-link {
    margin-left: 20px;
    font-size: 1rem;
  }
}
header section.menu-section nav li a.nav-link:hover {
  color: #ffc300 !important;
}
header section.menu-section nav .nav-item.active .nav-link {
  border-bottom: 3px solid #ffc300;
  max-width: -moz-max-content;
  max-width: max-content;
  letter-spacing: 0.015em !important;
}
header section.menu-section nav .dropdown-menu {
  border-radius: 10px;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #ffc300;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #ffc300;
  color: #fff;
}
header section.menu-section nav .dropdown-toggle::after {
  display: none;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #ffc300;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 1.5;
}
header section.menu-section nav .header-links {
  justify-content: center;
}
header section.menu-section .login-btn.nav-link {
  padding: 15px 30px !important;
  background-color: #ffc300;
  color: #fff !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  max-width: -moz-max-content;
  max-width: max-content;
}
header section.menu-section .login-btn.nav-link svg {
  fill: #fff;
}
header section.menu-section .login-btn.nav-link:hover {
  color: #fff !important;
}
@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

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

/* section hero */
section.hero-section {
  margin: 40px 0;
  padding: 80px 0 !important;
}
section.hero-section div.inner-content h2 {
  position: relative;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 2px #000;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin-top: -50px;
  margin-bottom: 20px;
  padding: 0.3em 0.6em;
  border-radius: 6px;
  filter: contrast(180%);
  z-index: 1;
}
@media (min-width: 1200px) {
  section.hero-section div.inner-content h2 {
    -webkit-text-stroke: 1px black;
    font-size: 3rem;
  }
}
@media (max-width: 756px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.6rem;
  }
}
section.hero-section div.inner-content h2 .shop-off {
  text-decoration: underline;
  text-decoration-color: #ffc300;
}
section.hero-section div.inner-content a {
  background-color: #ffc300;
  color: #000;
  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: #000;
  border-color: #000;
  background-color: #ffc300;
  box-shadow: rgba(255, 195, 0, 0.3) 0px 7px 29px 2px;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
@media (max-width: 992px) {
  section.hero-section div.inner-content a {
    margin-left: auto;
    margin-right: auto;
  }
}
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 {
  background: url(../../imgs/more-about-us/Get-Fat-With-Us-more-about-us-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 160px 0px;
  padding: 180px 0;
}
section.more-about-us-section h3.main-section-heading {
  margin: 0px auto 70px auto;
  font-weight: 1100;
  font-size: 3.4rem;
  text-shadow: 0 0 10px #000;
  filter: contrast(160%);
}
@media (max-width: 756px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 2.8rem;
  }
}
@media (max-width: 576px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 2.6rem;
  }
}
@media (max-width: 488px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 388px) {
  section.more-about-us-section h3.main-section-heading {
    font-size: 2rem;
  }
}
section.more-about-us-section .circle-img {
  margin: auto;
  margin-bottom: 33px;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #fff;
  border-radius: 50%;
}
section.more-about-us-section .circle-img img {
  max-width: 100px;
}
section.more-about-us-section h4 {
  margin-bottom: 15px;
}
section.more-about-us-section p {
  max-width: 90%;
  font-size: 22px;
}
section.more-about-us-section .more-about-column {
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
  border: 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
@media (min-width: 1200px) {
  section.more-about-us-section .more-about-column {
    margin-inline: 28px;
  }
}
@media (min-width: 1200px) {
  section.more-about-us-section .more-about-column {
    margin-block: 16px;
  }
}
section.more-about-us-section .more-about-column p {
  font-weight: 700;
  text-shadow: 0 0 15px #000;
}

/* special to try */
section.special {
  position: relative;
  text-align: center;
  margin: 60px 0;
  padding: 60px 0;
}
section.special h3 {
  font-size: 3rem;
  margin-bottom: 52px;
}
@media (max-width: 576px) {
  section.special {
    margin: 70px 0 60px 0;
  }
}
section.special .nav-tabs a.nav-link {
  color: #FFF;
  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: #ffc300;
  border-radius: 30px !important;
  color: #000;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  color: #FFF;
  background-color: rgba(26, 26, 26, 0.7);
  border-radius: 30px;
}
section.special .card .card-img-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
section.special .card:hover {
  transform: scale(1.04);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.175);
}
section.special .card:hover a.btn {
  color: #000;
  border-color: #ffc300;
  background-color: #ffc300;
}
section.special .card .card-body {
  padding: 15px 10px 10px 10px;
}
section.special .card .card-title {
  font-weight: bolder;
}
section.special .card p {
  font-size: 15px;
}
section.special .card .img-wrapper {
  position: relative;
  display: block;
}
section.special .card .img-wrapper .card-img-top {
  display: block;
  width: 100%;
  height: auto;
}
section.special a.btn {
  color: #000;
  background-color: #ffc300;
  border-color: #ffc300;
  margin-top: 20px;
  border-radius: 20px;
  width: 100%;
  padding: 15px 0;
  text-transform: capitalize;
}
section.special a.btn:hover {
  color: #000;
  border-color: #ffc300;
  background-color: #ffc300;
}
@media (min-width: 992px) {
  section.special a.btn {
    margin-top: 10px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

.special::before {
  background-image: url(../../imgs/icons/french-fries.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  top: -80px;
  right: -60px;
  width: 369px;
  height: 325px;
  z-index: 5;
}
@media (max-width: 756px) {
  .special::before {
    top: -190px;
    right: -60px;
    width: 329px;
    height: 305px;
  }
}
@media (max-width: 576px) {
  .special::before {
    top: -200px;
    right: -60px;
    width: 309px;
    height: 295px;
  }
}
@media (max-width: 488px) {
  .special::before {
    top: -200px;
    right: -60px;
    width: 269px;
    height: 275px;
  }
}

.special::after {
  background-image: url(../../imgs/icons/png-sriracha-chicken-nugget.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  bottom: -240px;
  left: -60px;
  width: 369px;
  height: 325px;
  z-index: 1;
}

section.about-us {
  position: relative;
  padding: 100px 0;
  z-index: 0;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 30px;
}
section.about-us img {
  border-radius: 25px;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-size: 34px;
  line-height: 1.05em;
  margin-bottom: 24px;
  font-weight: bold;
}
@media (max-width: 756px) {
  section.about-us div.about-us-content div.shop-name-secoundry h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 756px) {
  section.about-us div.about-us-content div.shop-name-secoundry h4 {
    font-size: 1.7rem;
  }
}
@media (max-width: 576px) {
  section.about-us div.about-us-content div.shop-name-secoundry h4 {
    font-size: 1.6rem;
  }
}
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: #d3d3d3;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #ffc300;
  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: #ffc300;
  border-color: #ffc300;
  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 a {
  background-color: #ffc300;
  color: #000;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 10px;
  font-weight: bolder;
}
section.about-us a:hover {
  color: #ffc300;
  border-color: #ffc300;
  background-color: #fff;
  box-shadow: #ffc300 0px 7px 29px 0px;
}
@media (max-width: 992px) {
  section.about-us a {
    margin-left: auto;
    margin-right: auto;
  }
}

.about-us::before {
  background-image: url(../../imgs/icons/fresh-lime-with-mint.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  top: -200px;
  left: -50px;
  width: 369px;
  height: 325px;
  z-index: 10;
}

section.reviews .container {
  background-color: #ffc300;
  color: #000;
  border-radius: 34px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 28px;
  line-height: 70px;
  color: #000;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #ffc300;
  margin-bottom: 9px;
  color: #000;
  font-weight: 700;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

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 {
  margin-top: 100px;
  margin-bottom: 50px;
}
section.dl-app a {
  position: relative;
  z-index: 999;
}
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: 50px;
  margin-bottom: 56px;
  margin-top: 20px;
}
@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;
  }
}

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

ul {
  list-style: none;
}

.footer-top {
  position: relative;
  z-index: 0;
  padding: 50px 50px;
  background: #ffc300;
  margin-bottom: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.footer-top .fancy-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-top .fancy-box .item1 i {
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background: #030303 !important;
  color: #ffc300 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.footer-top .fancy-box .item2 h6 {
  color: #000;
  font-family: Mismiliano;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footer-top .fancy-box .item2 p {
  color: #000;
  font-family: Mismiliano;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 30px;
}
@media (max-width: 486px) {
  .footer-top .fancy-box .item2 p {
    font-size: 18px;
  }
}
.footer-top .fancy-box .item2 a {
  color: #000;
}

.footer-widgets-wrapper {
  padding: 50px 0px;
  position: relative;
  z-index: 9;
}
.footer-widgets-wrapper .shape1 {
  position: absolute;
  bottom: 56px;
  left: 0;
  z-index: -1;
}
.footer-widgets-wrapper .shape2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}
.footer-widgets-wrapper .shape3 {
  position: absolute;
  top: -40%;
  right: 0;
  z-index: -1;
}
.footer-widgets-wrapper .shape4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 50px 0 70px;
  }
}
.footer-widgets-wrapper #logo-column {
  background-color: transparent !important;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  height: -moz-min-content !important;
  height: min-content !important;
}
.footer-widgets-wrapper .single-footer-widget {
  padding: 15px 20px 15px 0px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 400px;
  border-radius: 20px;
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget form .form-control {
  display: flex;
  min-width: 260px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  background: #030303;
  overflow: hidden;
}
.footer-widgets-wrapper .single-footer-widget form .form-control .email {
  border: none;
}
.footer-widgets-wrapper .single-footer-widget form .form-control button {
  text-align: center;
  background: #ffc300;
  color: #e7e7e7;
  border-radius: 8px;
  padding: 10px 15px;
}
.footer-widgets-wrapper .single-footer-widget form .form-control.style2 {
  background: transparent;
  padding-left: 0;
  justify-content: start;
  gap: 10px;
}
.footer-widgets-wrapper .single-footer-widget form .form-control.style2 label {
  color: #FFF;
  font-family: Mismiliano;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer-widgets-wrapper .single-footer-widget form .form-control.style2 label a {
  color: #FFF;
  font-family: Mismiliano;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer-widgets-wrapper .single-footer-widget form .form-control {
    max-width: 270px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: #e7e7e7;
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #ffc300;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
  position: absolute;
  bottom: 0;
  left: 40px;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h4 {
  font-weight: bold;
  color: #e7e7e7;
  font-size: 24px;
  display: inline-block;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input {
  position: relative;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: rgba(255, 255, 255, 0.69);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.69);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.69);
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn {
  position: absolute;
  top: 10px;
  right: 0;
  color: #e7e7e7;
}
.footer-widgets-wrapper .single-footer-widget .widget-head .footer-input .newsletter-btn i {
  font-size: 22px;
  transform: rotate(-40deg);
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.85);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  color: #e7e7e7;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: #ffc300;
  color: #030303 !important;
  text-decoration: none;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 60px;
  border-radius: 8px;
  text-align: center;
  background-color: #ffc300;
  color: #e7e7e7;
  bottom: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 24px;
}
.footer-widgets-wrapper .single-footer-widget .list-area {
  display: inline-block;
  width: 100%;
}
.footer-widgets-wrapper .single-footer-widget .list-area p {
  color: #ddd;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: #e7e7e7;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: #ffc300;
}

.footer-bottom {
  position: relative;
  z-index: 9;
  background: #ffc300;
}
.footer-bottom .footer-wrapper {
  padding: 18px 0;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center !important;
  }
}
.footer-bottom .footer-wrapper p {
  color: #e7e7e7;
}
.footer-bottom .footer-wrapper p a {
  color: #030303 !important;
}
.footer-bottom .footer-wrapper p a:hover {
  color: #030303 !important;
}
.footer-bottom .footer-wrapper .brand-logo {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer-bottom .footer-wrapper .brand-logo li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 7px;
  border-radius: 6px;
}
.footer-bottom .footer-wrapper .brand-logo li a {
  color: #e7e7e7;
}
.footer-bottom .footer-wrapper .brand-logo li a:hover {
  color: #030303 !important;
}

.contact-info-area {
  padding-top: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .contact-info-area {
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 80px;
    justify-content: initial;
  }
}
@media (max-width: 575px) {
  .contact-info-area {
    gap: 30px;
  }
}
.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
  border: 2px dotted #030303;
  border-radius: 50%;
  font-size: 30px;
  color: #e7e7e7;
}
.contact-info-area .contact-info-items .content p {
  color: #e7e7e7;
  margin-bottom: 5px;
}
.contact-info-area .contact-info-items .content h3 {
  font-size: 24px;
  color: #e7e7e7;
  text-transform: initial;
}
.contact-info-area .contact-info-items .content h3 a {
  color: #e7e7e7;
}

.footer-section {
  position: relative;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.98) 5%, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0) 50%), url(../../imgs/footer/Get-Fat_With-Us-footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

a.app-link-dl-container {
  position: relative;
  z-index: 999;
}

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

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

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

section.Specialoffer {
  background-image: url("../../imgs/special/specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-attachment: fixed;
  padding: 50px 0;
}
section.Specialoffer h1 {
  color: #fff;
  font-weight: bold;
}
section.Specialoffer h4 {
  color: #fff;
}

.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;
  }
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.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;
  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;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 48px;
  justify-content: center;
  font-weight: bolder;
  color: #ffc300 !important;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #fff;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}
.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 */