@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Worksans/WorkSansRegular.ttf);
}
@font-face {
  font-family: BrushScript;
  src: url(../../Fonts/BrushScript/brush-script-mt-italic.ttf);
}
body {
  font-family: Quicksand !important;
  background: #ffffff;
  overflow-x: hidden;
  background-image: url("../../imgs/hero/abstract-waves-background-blue-Bruno's-FastFood-Stenhousemuir.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  background-attachment: fixed;
}

.index-hero {
  background-image: url("../../imgs/hero/Bruno's-FastFood-Stenhousemuir-fish-chips.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  min-height: 105vh;
}

html {
  scroll-behavior: smooth;
}

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

.dlApp {
  margin: 0 auto;
}

.main-color {
  color: #fe0303;
}

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

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

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

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

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

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

.valentine-section {
  background-color: rgb(99, 0, 0);
  background-image: url(https://www.mealzoforbusiness.co.uk/1/heart-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.valentine-section img {
  max-width: 55px;
}
@media (max-width: 480px) {
  .valentine-section img {
    max-width: 35px;
  }
}
.valentine-section marquee {
  color: #fff;
  font-size: 17px;
}
@media (max-width: 480px) {
  .valentine-section marquee {
    font-size: 15px;
  }
}

header {
  background-image: linear-gradient(to bottom, #00224a, transparent);
  padding-top: 20px;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .container {
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 0;
}
header .shop-logo {
  max-width: 120px;
}
@media (max-width: 991px) {
  header .shop-logo {
    max-width: 120px;
  }
}
@media (max-width: 380px) {
  header .shop-logo {
    max-width: 110px;
  }
}
@media (min-width: 991px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
  color: #f7f7f7;
}
@media (min-width: 991px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 991px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 991px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
@media (min-width: 991px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 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: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end !important;
  }
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 991px) {
  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: #fe0303 !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: 991px) {
  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: #000;
  font-weight: 700;
  border-bottom: 1px solid transparent;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  border-bottom: 1px solid #fe0303;
  color: #fe0303 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link .active {
  border-bottom: 1px solid #fe0303;
  color: #fe0303 !important;
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 15px;
    margin-right: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #fe0303;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #fe0303;
  border-radius: 35px 35px 12px 12px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn:hover {
  color: #fff !important;
}
@media (min-width: 991px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}

/* section hero */
section.hero-section {
  margin-top: 0;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  section.hero-section {
    margin-bottom: 50px;
    padding-bottom: 70px;
  }
}
section.hero-section div.inner-content h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #fff;
  font-size: 5rem;
  font-family: BrushScript;
  line-height: 77px;
  background-image: linear-gradient(45deg, #0D6E31, #fff, red);
  -webkit-text-stroke: 1px #000000;
  paint-order: stroke fill;
  letter-spacing: -0.09rem;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
section.hero-section div.inner-content span {
  font-size: 1rem;
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content span {
    font-size: 1.5rem;
  }
}
section.hero-section div.inner-content a {
  background-image: linear-gradient(to right, #004f1d, #ffffff, #910005);
  color: #00224a;
  border-radius: 35px !important;
  padding: 15px 40px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: bolder;
}
section.hero-section div.inner-content a:hover {
  background-color: #29844b;
}

/* more about us section */
section.more-about-us-section {
  padding: 80px 0;
}
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: 50px 100px;
}
@media (max-width: 1200px) {
  section.special {
    padding: 50px 0;
  }
}
section.special .col-12 {
  padding: 0 10px;
}
section.special .special-header {
  margin: 40px 0;
  padding: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border-radius: 20px;
}
section.special .special-header h3 {
  color: #000;
  margin-bottom: 0;
  font-weight: bolder;
  font-family: BrushScript;
  text-transform: capitalize;
  font-size: 70px;
  letter-spacing: 0.15rem;
  text-shadow: 1px 2px #fff;
}
@media (max-width: 768px) {
  section.special .special-header h3 {
    font-size: 50px;
  }
}
section.special .special-header h6 {
  color: #000 !important;
  font-weight: bolder;
}
section.special .special-header h6::before {
  height: 6px;
  border: 1px solid #0b5f00;
  border-radius: 5px;
}
section.special .main-header {
  margin-bottom: 10px;
}
section.special .category {
  display: flex;
  background-color: #fff;
  border-radius: 25px;
  margin-bottom: 20px;
  transition: ease-in-out 0.7s;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.4941176471);
}
@media (max-width: 480px) {
  section.special .category {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 20px;
    align-items: center;
  }
}
section.special .category:hover .category-img {
  transition: ease-in-out 0.7s;
  background-image: linear-gradient(to right, green, #fff);
}
section.special .category:hover .category-content .add-btn {
  background-color: #29844b !important;
}
section.special .category .category-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  transition: ease-in-out 0.7s;
  background-image: linear-gradient(to right, red, #fff);
}
@media (max-width: 768px) {
  section.special .category .category-img {
    background-image: linear-gradient(to bottom, red, red, #fff);
  }
}
section.special .category .category-img img {
  width: 170px;
  height: 170px;
  border-radius: 25px;
  box-shadow: -4px 0px 12px -7px #a5a5a5;
  padding: 8px;
  transition: ease-in-out 0.7s;
}
section.special .category .category-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: ease-in-out 0.7s;
  padding: 10px 10px 10px 30px;
}
@media (max-width: 480px) {
  section.special .category .category-content {
    align-items: center;
  }
}
section.special .category .category-content h3 {
  font-size: 22px;
  color: #000;
  text-transform: capitalize;
  font-weight: bolder;
}
@media (max-width: 1200px) {
  section.special .category .category-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.special .category .category-content h3 {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  section.special .category .category-content h3 {
    font-size: 16px;
  }
}
section.special .category .category-content h3 span {
  color: #fe0303;
}
section.special .category .category-content p {
  color: #000;
  font-size: 15px;
  margin-bottom: 6px;
  text-align: left;
}
section.special .category .category-content .add-btn {
  background-color: #fe0303;
  display: flex;
  border-radius: 15px;
  border: 1px solid transparent;
  border-radius: 25px;
  transition: ease-in-out 0.7s;
}
section.special .category .category-content .add-btn:hover {
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #29844b;
}
section.special .category .category-content .add-btn a {
  color: #fff;
  padding: 10px 40px;
  font-size: 15px;
  text-decoration: none !important;
  transition: ease-in-out 0.3s;
}

.gallery {
  margin-bottom: 50px;
}
.gallery .card {
  border-radius: 20px;
}
.gallery img {
  border-radius: 20px;
}

section.about-us {
  padding: 80px 0;
  background-color: #fff;
  color: #000;
}
@media (max-width: 1200px) {
  section.about-us {
    padding: 50px 0;
  }
}
section.about-us .main-header {
  font-family: BrushScript;
  font-size: 70px;
}
@media (max-width: 480px) {
  section.about-us .main-header {
    font-size: 47px;
  }
}
@media (max-width: 991px) {
  section.about-us .main-header:after {
    width: 100% !important;
  }
}
section.about-us .about-img {
  display: flex;
}
@media (max-width: 991px) {
  section.about-us .about-img {
    margin-bottom: 30px;
  }
}
section.about-us .about-img img.about-main-img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  box-shadow: 1px 1px 5px #ddd;
}
section.about-us .about-img img.about-img2 {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 20px;
  background-color: #f8f8f8;
  z-index: 999;
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 12px solid #fff;
  transform: rotate(-60deg);
}
@media (max-width: 1200px) {
  section.about-us .about-img img.about-img2 {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  section.about-us .about-img img.about-img2 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  section.about-us .about-img img.about-img2 {
    width: 150px;
    height: 150px;
  }
}
section.about-us .about-content {
  align-items: center;
}
@media (max-width: 768px) {
  section.about-us .about-content {
    display: flex;
    flex-direction: column;
  }
}
section.about-us .about-content p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  section.about-us .about-content p {
    text-align: center;
  }
}
section.about-us .read-more-btn a {
  border-radius: 25px !important;
  display: flex;
  width: 130px;
  height: 45px;
  margin-top: 20px;
  transition: all 0.5s ease;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000;
  background-color: #fe0303;
  background-image: linear-gradient(to right, green, white, red);
}
section.about-us .read-more-btn a:hover {
  background-color: transparent;
  color: #111111;
  box-shadow: #fe0303 0px 2px 12px;
  transform: scale(1.02);
}
@media (min-width: 992px) {
  section.about-us .read-more-btn a {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  section.about-us .read-more-btn a {
    margin: 30px auto 10px auto;
  }
}

section.reviews {
  padding: 90px 0;
}
section.reviews .container {
  background-color: #fe0303;
  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;
  }
}
@media (max-width: 768px) {
  section.reviews h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 20px;
  }
}
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: #fe0303;
  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 {
  padding: 50px 0 100px 0;
  color: #000;
}
section.dl-app h2 {
  font-size: 3rem;
}
section.dl-app .app-mockup {
  justify-content: center;
  display: flex;
  margin: 0 auto;
  position: relative;
  position: relative;
}
section.dl-app .app-mockup .gif-card {
  position: absolute;
  content: "";
  top: -40px;
  right: -15px;
  z-index: 1;
  background-color: #fe0303;
  border-radius: 50% 50% 50% 0;
  padding: 10px;
  width: 150px;
}
@media (max-width: 1100px) {
  section.dl-app .app-mockup .gif-card {
    top: -70px;
    right: -20px;
  }
}
@media (max-width: 991px) {
  section.dl-app .app-mockup .gif-card {
    position: unset;
    display: none;
  }
}
section.dl-app .app-mockup .gif-card img {
  background-color: rgba(168, 251, 250, 0.5019607843);
  border-radius: 50% 50% 50% 0;
  width: 90px;
}
@media (max-width: 1100px) {
  section.dl-app .app-mockup .gif-card img {
    width: 70px;
  }
}
section.dl-app .app-mockup img.app-mockup-img {
  width: 100%;
  border-radius: 20px;
}
section.dl-app .app-mockup .gif2 {
  position: absolute;
  bottom: 6%;
  right: 23%;
  width: 60.5%;
  border-radius: 43px 43px 61px 60px;
  padding: 20px;
}
@media (max-width: 1200px) {
  section.dl-app .app-mockup .gif2 {
    right: 22%;
    width: 62.5%;
    border-radius: 40px;
  }
}
@media (max-width: 1100px) {
  section.dl-app .app-mockup .gif2 {
    padding: 17px;
  }
}
@media (max-width: 400px) {
  section.dl-app .app-mockup .gif2 {
    padding: 13px;
    right: 22%;
    width: 62.5%;
  }
}
section.dl-app .app-mockup .pizzafactory {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 0;
  width: 70%;
  border-radius: 10px;
  padding: 3px;
  background-color: #fe0303;
}
@media (max-width: 576px) {
  section.dl-app .app-mockup .pizzafactory {
    width: 100%;
  }
}
section.dl-app .app-mockup .turkish {
  position: absolute;
  content: "";
  bottom: 110px;
  left: -60px;
  width: 80%;
  border-radius: 10px;
  background-color: red;
  padding: 3px;
}
@media (max-width: 576px) {
  section.dl-app .app-mockup .turkish {
    left: -30px;
    width: 90%;
  }
}
section.dl-app div.inner-content {
  max-width: 516px;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content {
    padding: 0 0 0;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content {
    padding: 10px 0 0 0;
  }
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content h2 {
  font-family: BrushScript;
  margin-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h2 {
    font-size: 4rem;
  }
}
section.dl-app div.inner-content p {
  color: #000;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
}
section.dl-app div.inner-content img.dl-app-link {
  width: 180px;
  margin: 0 10px 0 0;
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #000;
}
@media (max-width: 991px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin: 0;
    font-size: 35px;
    text-shadow: 3px -3px #fe0303;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: unset;
    color: #fe0303;
  }
}
@media (max-width: 576px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    margin-top: 0;
    color: #fe0303;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3.dl-ur-app-heading {
    font-size: 23px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content p {
    max-width: 100%;
    text-align: center;
    margin: 10px auto;
  }
}
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.meal-deals {
  margin-top: -40px;
}
section.meal-deals .deal-box {
  box-shadow: 0 0 20px #8f8f8f;
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  min-height: 350px;
  transform: rotate(-4deg);
  transition: ease-in-out 0.7s;
}
section.meal-deals .deal-box:hover {
  transform: rotate(0deg);
}
section.meal-deals .deal-box img {
  width: 170px;
}
section.meal-deals .deal-box h5 {
  font-weight: bolder;
}
section.meal-deals .deal-box p {
  font-size: 13px;
}
section.meal-deals .deal-box a {
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bolder;
  background-color: #fff;
  width: 100%;
  border: 2px solid transparent;
}
section.meal-deals .red-deal {
  background-color: red;
}
section.meal-deals .red-deal:hover a {
  background-color: red;
  border-color: white;
  color: #fff;
}
section.meal-deals .white-deal {
  background-color: #fff;
  color: #000;
}
section.meal-deals .white-deal a {
  border: 2px solid #c5c5c5;
}
section.meal-deals .green-deal {
  background-color: green;
  color: #fff;
}
section.meal-deals .green-deal:hover a {
  background-color: green;
  border-color: white;
  color: #fff;
}

section.find-us h4 {
  color: #6c757d;
}
section.find-us iframe {
  height: 550px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  section.find-us iframe {
    height: 300px;
  }
}

/* footer */
footer {
  padding-top: 80px;
  padding-bottom: 20px;
}
footer a.d-flex img.shop-logo {
  max-width: 300px;
}
footer .footer-deal {
  font-size: 40px;
  text-align: center;
  color: #000;
  display: flex;
  font-weight: bolder;
  justify-content: center;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  footer .footer-deal {
    font-size: 30px;
  }
}

section.foods-tags ul {
  padding: 10px;
  margin-bottom: 0;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 5px;
  margin: 4px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
section.foods-tags ul li a {
  color: #000 !important;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
}

.find-us {
  background-image: url("../../imgs/hero/Bruno's-FastFood-Stenhousemuir-british-fish-chips.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.find-us .container-fluid {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7411764706), rgba(0, 0, 0, 0.5058823529), rgba(0, 0, 0, 0.7411764706));
  padding: 80px 0;
}
.find-us ul {
  padding: 0;
}
.find-us ul li {
  list-style: none;
}
.find-us ul li h3 {
  font-family: BrushScript;
  font-size: 50px;
  margin-bottom: 20px;
}
.find-us ul li span,
.find-us ul li p,
.find-us ul li a {
  font-weight: bolder;
}
.find-us ul li a {
  color: #fff;
}

section.social-media {
  background-color: #f3f3f3;
}
section.social-media div.facebook i {
  color: #fe0303;
}
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: #000;
}
section.copyright a.mealzo-link {
  color: #fe0303;
  font-weight: 700;
}

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

.SpecialOffer {
  background-color: #0a0a0a;
  padding: 50px 10px;
}
.SpecialOffer h2 {
  font-weight: bold;
  padding: 0 0 30px;
}
@media (max-width: 480px) {
  .SpecialOffer h2 {
    font-size: 20px;
  }
}
.SpecialOffer h4 {
  font-size: 25px;
}
@media (max-width: 480px) {
  .SpecialOffer h4 {
    font-size: 18px;
  }
}
.SpecialOffer a {
  background-color: #fe0303;
  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: #ed4f00;
  border-color: #ed4f00;
  background-color: #fff;
  box-shadow: #cf4500 0px 7px 29px 0px;
}
.SpecialOffer img {
  max-width: 100%;
}

@media (max-width: 576px) {
  .Banner {
    margin: 50px 0 0 0;
  }
}
.banner-card {
  border: none;
  justify-content: center;
  text-align: center;
  padding: 15px;
  border-radius: 20px;
}

.banner-card a {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-card a img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .banner-card a img {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .banner-card a img {
    max-width: 100px;
  }
}
.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;
}
.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 */