.main-color {
  color: #db0203;
}

@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/Archivo_Black/ArchivoBlack-Regular.ttf);
}
@font-face {
  font-family: Poppins;
  src: url(../../Fonts/Poppins/Poppins-Regular.ttf);
}
body {
  font-family: Poppins !important;
  overflow-x: hidden;
  background-color: #fbfaff;
  background-repeat: repeat;
  background-image: url(../../imgs/icon/fastfoodicon.jpg);
  background-position: center;
  margin: 8px;
}

img {
  width: 100%;
}

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

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

.displayy {
  justify-content: center;
}

.top-header {
  background-color: #00138e;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.top-header p {
  margin-bottom: 0;
  align-items: center;
  color: #fff;
}
@media (max-width: 768px) {
  .top-header p {
    font-size: 12px;
  }
}

header {
  width: 100%;
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .navbar-brand img {
  max-width: 180px;
  border-radius: 20%;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 1200px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1200px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
@media (max-width: 1200px) {
  header section.menu-section nav > .d-flex {
    width: 100%;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  background-color: #77b3ff;
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .closebtn {
  text-decoration: unset;
  position: absolute;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #f5f5f5;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content > div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #000 !important;
  border-bottom: 3px solid #db0203;
  background-color: #525d7e !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #00138e;
  text-transform: capitalize;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #ccd4e1;
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin: 3px auto !important;
    text-align: center;
    justify-content: center;
    padding: 5px 24px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    padding: 10px 20px;
    font-weight: bolder;
    margin: 0;
  }
}
@media (max-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    color: #f5f5f5;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link i {
  border: 1px solid #000;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link i img {
  width: 24px;
  height: 24px;
}
header section.menu-section div.mobile-overlay .overlay-content a.home {
  border-bottom: 3px solid #db0203;
  background-color: #525d7e !important;
  color: #525d7e;
}
@media (max-width: 991px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 20px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #525d7e;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  padding: 8px 15px 8px 15px;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 14px 25px 13px 19px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social .fa {
  color: #000;
}
@media (min-width: 1200px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 1200px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}
header .dropdown-item:hover {
  background-color: #db0203 !important;
  color: #fff;
}
@media (min-width: 1200px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.order-btn {
  background-color: #fff;
  border-radius: 8px;
  color: #00138e !important;
  border: 1px solid #00138e;
  box-shadow: 3px 3px #00138e;
  margin: 5px !important;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: ease-in-out;
  transition: ease-in-out 0.3s;
}
.order-btn:hover {
  box-shadow: unset !important;
  transform: translateY(2px) !important;
}

.big-logo {
  background-color: #db0203;
}
.big-logo img {
  max-width: 180px;
}
@media (max-width: 991px) {
  .big-logo img {
    max-width: 120px;
  }
}
.big-logo .account {
  color: #fff;
  background-color: #010005;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  border-radius: 25px;
}
.big-logo .account:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13);
  text-decoration: none;
  background-color: #ddd;
  color: #db0203;
}
@media (max-width: 992px) {
  .big-logo .account {
    display: none;
  }
}
@media (min-width: 992px) {
  .big-logo .navbar-toggler {
    display: none;
  }
}
.big-logo .navbar-toggler .fa {
  color: red;
}
.big-logo i {
  margin-right: 5px;
  color: #fff;
}

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

.hero_section {
  position: relative;
  z-index: 3;
}
.hero_section .container-fluid {
  background-image: linear-gradient(to left bottom, #ed8989, #fbe7e7, #dfe2f1, #979fd1);
  border-radius: 24px;
  padding: 0 24px;
}
@media (max-width: 991px) {
  .hero_section .container-fluid {
    padding: 24px 24px 0 24px;
  }
}
.hero_section h1 {
  font-family: ArchivoBlack;
  margin-bottom: 30px;
  text-align: center;
  justify-content: center;
  font-size: 4rem;
  color: #db0203;
  text-shadow: 3px 3px 5px #fff;
}
@media (max-width: 1300px) {
  .hero_section h1 {
    font-size: 3rem;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .hero_section h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero_section h1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 480px) {
  .hero_section h1 {
    font-size: 2rem;
  }
}
@media (max-width: 380px) {
  .hero_section h1 {
    font-size: 1.7rem;
  }
}
.hero_section h1 span {
  text-transform: uppercase;
  font-family: Quicksand;
  color: #fdfdfd;
  font-size: 2.8rem !important;
}
@media (max-width: 991px) {
  .hero_section h1 span {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 768px) {
  .hero_section h1 span {
    font-size: 1rem;
    text-align: center;
  }
}
.hero_section p {
  color: #000;
  font-weight: bolder;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .hero_section p {
    font-size: 1rem;
    text-align: center;
  }
}
.hero_section a {
  padding: 12px 35px;
  display: flex;
}
@media (max-width: 991px) {
  .hero_section a {
    font-size: 13px;
    justify-content: center;
    margin: 10px auto !important;
    align-items: center;
    text-align: center;
  }
}
.hero_section img {
  border-radius: 10px;
}
@keyframes scroll-left {
  0% {
    /* Browser bug fix */
    /* Browser bug fix */
    transform: translateX(100%);
  }
  100% {
    /* Browser bug fix */
    /* Browser bug fix */
    transform: translateX(-100%);
  }
}
.hero_section i {
  color: #fff !important;
  margin-left: 5px;
}

.swiper-hero a {
  text-decoration: none;
}
.swiper-hero .primary-btn {
  display: inline-block;
}
.swiper-hero h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .swiper-hero h2 {
    font-size: 35px;
  }
}
.swiper-hero p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.swiper-hero header {
  padding: 48px 0px 0px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .swiper-hero header {
    padding: 20px 0px 0px;
  }
}
.swiper-hero header .header-wrap {
  display: flex;
}
.swiper-hero header .header-wrap .header-logos {
  display: flex;
  max-width: 30%;
  width: 100%;
}
.swiper-hero header .header-wrap .header-logos .logo-image {
  margin-right: 27px;
}
.swiper-hero header .header-wrap .header-logos .logo-image span {
  display: block;
  font-size: 14px;
  color: #022563;
  font-weight: 700;
}
@media (max-width: 768px) {
  .swiper-hero header .header-wrap .header-logos .logo-image span {
    font-size: 12px;
  }
}
.swiper-hero header .header-wrap .header-menu {
  width: 100%;
  align-self: center;
  text-align: right;
}
.swiper-hero header .header-wrap .header-menu .hamp-menu {
  margin-left: auto;
  max-width: 25px;
  width: 100%;
  display: none;
  position: relative;
  z-index: 9;
}
.swiper-hero header .header-wrap .header-menu .hamp-menu.active span {
  background-color: #ffffff;
  opacity: 1;
  transform: rotate(45deg) translate(1px, 1px);
}
.swiper-hero header .header-wrap .header-menu .hamp-menu.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.swiper-hero header .header-wrap .header-menu .hamp-menu.active span:nth-child(3) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}
.swiper-hero header .header-wrap .header-menu .hamp-menu.active span:nth-child(1) {
  transform-origin: 0% 0%;
}
@media (max-width: 768px) {
  .swiper-hero header .header-wrap .header-menu .hamp-menu {
    display: block;
  }
}
.swiper-hero header .header-wrap .header-menu .hamp-menu span {
  display: block;
  width: 25px;
  height: 4px;
  margin: 5px 0px;
  background-color: #000000;
  border-radius: 12px;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  position: relative;
}
.swiper-hero header .header-wrap .header-menu .hamp-menu span:nth-child(3) {
  transform-origin: 0% 100%;
}
.swiper-hero header .header-wrap .header-menu .hamp-menu span:nth-child(1) {
  transform-origin: 0% 0%;
}
.swiper-hero header .header-wrap .header-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .swiper-hero header .header-wrap .header-menu ul {
    position: fixed;
    background: #022563;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateX(-150%);
    transition: all 0.5s;
  }
}
.swiper-hero header .header-wrap .header-menu ul.active {
  transform: translateX(0%);
}
.swiper-hero header .header-wrap .header-menu ul li {
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  position: relative;
  padding: 4px 0px;
  cursor: pointer;
  margin: 20px 0px 20px 20px;
}
@media (max-width: 768px) {
  .swiper-hero header .header-wrap .header-menu ul li {
    display: block;
    font-size: 25px;
  }
}
.swiper-hero header .header-wrap .header-menu ul li:after, .swiper-hero header .header-wrap .header-menu ul li:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 1px;
  background-color: #022563;
  top: 0px;
  left: 0px;
  transition: all 0.5s;
}
.swiper-hero header .header-wrap .header-menu ul li:before {
  bottom: 0px;
  right: 0px;
  top: auto;
  left: auto;
}
.swiper-hero header .header-wrap .header-menu ul li a {
  color: #000000;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .swiper-hero header .header-wrap .header-menu ul li a {
    color: #ffffff;
  }
}
.swiper-hero header .header-wrap .header-menu ul li:hover a {
  color: #022563;
}
.swiper-hero header .header-wrap .header-menu ul li:hover:after, .swiper-hero header .header-wrap .header-menu ul li:hover:before {
  width: 100%;
}
.swiper-hero .banner-section h2 {
  color: #022563;
}
.swiper-hero .slick-track.transition-active {
  transition: transform 1400ms linear 0s !important;
}
.swiper-hero body {
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.swiper-hero img {
  max-width: 100%;
}
.swiper-hero .banner.container-row {
  position: relative;
  max-width: 100%;
  margin: 90px auto 0 auto;
}
.swiper-hero .swiper-wrapper .slick-slide {
  height: 310px;
  border: none !important;
  padding: 0 5px;
}
.swiper-hero .swiper-wrapper .slick-slide > div {
  width: 100%;
}
.swiper-hero .swiper-wrapper .slick-slide img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  z-index: 9;
}
.swiper-hero .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-hero .swiper .swiper-slide {
  height: 390px;
}
@media (max-width: 768px) {
  .swiper-hero .swiper .swiper-slide {
    height: 300px;
  }
}
.swiper-hero .swiper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.swiper-hero .swiper .slick-arrow.slick-prev {
  left: -50px;
  background-image: url(images/prev-arrow.svg);
}
.swiper-hero .swiper .slick-arrow.slick-next {
  right: -50px;
  background-image: url(images/next-arrow.svg);
}
.swiper-hero .swiper.slider-two, .swiper-hero .swiper.slider-three {
  margin-top: -90px;
}
@keyframes loader3 {
  0% {
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.swiper-hero .swiper-slide img {
  transition: 4s ease-in-out;
  cursor: pointer;
  width: 90%;
  margin: auto;
  border-radius: 10px;
}
.swiper-hero .swiper-slide-active img,
.swiper-hero .swiper-slide-duplicate-active img {
  transform: translate3d(0, 82px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide img {
  transform: translate3d(0, 41px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide img {
  transform: translateY(1px) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 41px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 82px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 123px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 164px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 123px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 82px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 41px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translateY(1px) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 41px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 82px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translate3d(0, 123px, 0) !important;
}
.swiper-hero .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img,
.swiper-hero .swiper-slide-duplicate-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide img {
  transform: translateY(121px) !important;
  transform: translate3d(0, 164px, 0) !important;
}
/* more about us section */
section.more-about-us-section {
  padding: 80px 0;
}
section.more-about-us-section h2 {
  margin-bottom: 50px;
  color: #db0203;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 4rem;
  font-family: ArchivoBlack;
}
@media (max-width: 768px) {
  section.more-about-us-section h2 {
    font-size: 40px;
  }
}
section.more-about-us-section a.order-btn {
  padding: 12px 35px;
  display: flex;
  margin: 16px auto !important;
  justify-content: center;
  align-items: center;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #45b252 !important;
  border: 1px solid #45b252;
  box-shadow: 3px 3px #45b252;
}
@media (max-width: 480px) {
  section.more-about-us-section a.order-btn {
    font-size: 13px;
  }
}
section.more-about-us-section img {
  border-radius: 10px;
}
section.more-about-us-section .card {
  border-radius: 10px;
  min-height: 240px;
  text-align: left;
  padding: 8px;
  margin-bottom: 16px;
}
section.more-about-us-section .card img {
  width: 80px;
  margin-bottom: 10px;
  background-color: #fff;
}
section.more-about-us-section .card span {
  font-size: 20px;
}
section.more-about-us-section .card p {
  color: #484848;
  font-size: 14px;
}

/* special to try */
section.special {
  margin-top: -80px;
}
section.special .special-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: linear-gradient(to left bottom, #fbe7e7, #dfe2f1);
  padding: 10px;
  border-radius: 10px;
}
section.special .special-title a.btn {
  background-color: #db0203;
  border: 2px solid #db0203;
  color: #fff;
  border-radius: 16px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 20px;
  text-align: center;
}
section.special .special-title a.btn:hover {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #db0203;
  color: #db0203;
}
section.special .special-title h2 {
  color: #db0203;
  text-transform: capitalize;
  font-size: 46px;
  font-family: ArchivoBlack;
}
@media (max-width: 991px) {
  section.special .special-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section.special .special-title h2 {
    font-size: 40px;
  }
}
section.special .card {
  overflow: hidden;
  border: 1px solid #ddd;
  background-color: #fdfdfd;
  border: none;
  border-radius: 36px;
  padding: 20px;
}
section.special .card .info {
  opacity: 0.8;
  height: 200px;
  background-color: #db0203;
  transform: translateY(45%) translateY(55px) translateZ(0);
  transition: transform 0.5s ease-out;
  color: #fff;
}
@media (max-width: 1200px) {
  section.special .card .info {
    height: 182px;
  }
}
@media (max-width: 768px) {
  section.special .card .info {
    height: 175px;
  }
}
section.special .card .card-img {
  overflow: hidden;
  border-radius: 36px;
  background-color: #bbb9bd;
}
section.special .card .card-img img {
  width: 100%;
}
section.special .card .card-img img:hover {
  transition-duration: 1s;
  overflow: hidden;
  transform: rotate(5deg) scale(1.1);
}
section.special .card:hover .info {
  transform: translateY(0px) translateZ(0);
  color: #fff;
}
section.special .card:hover .info .h5 {
  color: #fff;
}
section.special .card:hover .info .card-title {
  color: #fff;
}
section.special .card .card-body {
  padding: 10px;
  min-height: 60px;
}
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 {
  background-color: unset;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 0px 0;
  align-items: center;
}
section.special .card .card-footer h4 {
  font-size: 20px;
}
section.special .card .card-footer a {
  background-color: #db0203;
  border: 1px solid #db0203;
  color: #fdfdfd;
  border-radius: 6px;
  padding: 15px 20px;
  margin-top: 10px;
}
section.special .card .card-footer a:hover {
  background-color: #fdfdfd;
  border: 1px solid #db0203;
  color: #db0203;
  text-decoration: none;
}

.imgs {
  padding: 0 0 60px 0;
}
.imgs img {
  width: 100%;
  border-radius: 15px;
  margin: 5px;
}

.Contactus iframe {
  border-radius: 16px;
}
.Contactus .card {
  min-height: 300px;
  padding: 8px;
  border-radius: 16px;
}
.Contactus .contact-title {
  color: #db0203;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 2rem;
  font-family: ArchivoBlack;
}
.Contactus .d-flex {
  border-radius: 8px;
}
.Contactus .d-flex p {
  padding: 4px 8px;
}
.Contactus .d-flex:nth-child(odd) {
  background-color: #f0fff8;
}

.gallery {
  background-color: #c7c7c7;
  padding: 50px;
}
@media (max-width: 991px) {
  .gallery {
    padding: 50px 0;
  }
}
.gallery .card,
.gallery img {
  border-radius: 5px;
}
.gallery iframe {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .gallery iframe {
    height: 300px;
  }
}

.video video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

section.About-us {
  padding: 40px 0;
}
section.About-us img {
  width: 100%;
  border-radius: 16px;
}
section.About-us h2 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
  color: #db0203;
  font-family: ArchivoBlack;
}
@media (max-width: 480px) {
  section.About-us h2 {
    font-size: 25px;
  }
}
section.About-us a.order-btn {
  padding: 12px 30px;
  color: #45b252 !important;
  border: 1px solid #45b252;
  box-shadow: 3px 3px #45b252;
}
@media (max-width: 991px) {
  section.About-us a.order-btn {
    margin: 8px auto !important;
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
section.About-us .card {
  border: none;
  flex-direction: row;
  gap: 20px;
  border-bottom: 2px dashed #db0203;
}
section.About-us .card > a {
  padding: 16px 0;
  gap: 20px;
  width: 100%;
  color: #222;
  align-items: center;
}
section.About-us .card > a:hover {
  text-decoration: none;
  background-color: #eed4dc;
}
section.About-us .card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
section.About-us .card .card-right h4 {
  color: #db0203;
}
section.About-us .marquee p {
  color: #db0203;
}
section.About-us .btn {
  width: 200px;
  padding: 10px 20px;
  border-radius: 16px;
  background-color: #db0203;
  color: #fdfdfd;
  text-align: center;
  margin-top: 20px;
  border: 2px solid #db0203;
}
section.About-us .btn:hover {
  color: #db0203;
  background-color: transparent;
  border: 2px solid #db0203;
  text-decoration: none;
}

section.deals {
  margin: 120px 0 80px 0;
  color: #db0203;
}
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: #db0203;
}
@media (max-width: 480px) {
  section.deals div.section-heading-div h3 {
    font-size: 30px;
  }
}
section.deals div.deals-content div.shop-name-secoundry h4 {
  font-family: Quicksand-bold;
  font-size: 24px;
  line-height: 36px;
  color: #db0203;
  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: #db0203;
  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: #db0203;
  background-color: #db0203;
  box-shadow: #00138e 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 ul.footer-card {
  list-style: none;
  border: 3px solid #db0203;
  border-radius: 30px;
  padding: 0 15px 10px;
  font-size: 17px;
  height: 450px;
}
section.deals ul.footer-card li {
  margin-top: 3px;
}
section.deals ul.footer-card li span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
section.deals ul.footer-card li a {
  color: #db0203;
}
section.deals ul.footer-card li a:hover {
  text-decoration-line: underline;
  color: #010005;
}
section.deals ul.footer-card iframe {
  border-radius: 0 0 30px 30px;
}
section.deals .fa {
  color: #db0203;
  font-size: 1rem;
}
section.deals .footer-title {
  margin-bottom: 20px;
  background-color: #010005;
  border-radius: 35px;
  padding: 15px;
  width: 50%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
}
section.deals .footer-title span {
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 500;
  font-size: 22px;
  display: flex;
  justify-content: center;
  line-height: 27px;
  text-align: center;
  color: #fff;
}
section.deals .map-container {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  section.deals .map-container {
    flex-direction: column;
  }
}
section.deals .map-container img {
  height: 225px;
  border-radius: 0 0 16px 16px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  section.deals .map-container img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.deals .map-container iframe {
    width: 100%;
  }
}

section.contact-us .fa {
  color: #db0203;
}
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 #db0203;
}
.read-more-btn2 a.deals:hover {
  background: #db0203;
  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;
}

/* dwnloap app section */
section.dl-app {
  margin: 200px 0 80px 0;
}
section.dl-app .container {
  background-image: linear-gradient(to left bottom, #ca1616, #ff8f8f, #a5b4ff, #2136c1);
  border-radius: 30px;
  padding: 24px;
}
section.dl-app .mockup {
  margin-top: -250px;
  margin-bottom: -94px;
}
@media (max-width: 1200px) {
  section.dl-app .mockup {
    margin-top: -200px;
  }
}
@media (max-width: 991px) {
  section.dl-app .mockup {
    margin-top: -230px;
  }
}
@media (max-width: 480px) {
  section.dl-app .mockup {
    margin-bottom: -54px;
  }
}
section.dl-app h5 {
  font-size: 30px;
  color: #fff;
  font-family: ArchivoBlack;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.dl-app h5 {
    text-align: center;
    margin-top: 40px;
    display: flex;
  }
}
section.dl-app .app_links {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  section.dl-app .app_links {
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  section.dl-app .app_links {
    flex-direction: column;
  }
}
section.dl-app .card {
  border-radius: 24px;
  min-width: 35%;
  margin: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 16px;
}
section.dl-app .card span {
  margin-bottom: 16px;
}
section.dl-app .card button {
  width: 100%;
  background-color: #db0203;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 10px 30px;
  margin-top: 16px;
  color: #fff;
}
section.dl-app .card img {
  max-width: 80px;
}
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;
}
@media (max-width: 768px) {
  section.reviews {
    padding: 20px;
  }
}
section.reviews .container {
  background-color: #1628A7;
  border-radius: 16px;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 33px;
  line-height: 70px;
  color: #fff;
}
@media (max-width: 576px) {
  section.reviews h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 13px;
  }
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  min-height: 100px;
  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: #db0203;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
footer {
  padding: 40px 0;
}
footer .footer-header {
  font-size: 38px;
  text-transform: capitalize;
  font-weight: bolder;
  color: #db0203;
}
@media (max-width: 768px) {
  footer .footer-header {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .footer-header {
    font-size: 35px;
  }
}
footer .fa {
  font-size: 1.25rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  footer .footer-title {
    text-align: center;
  }
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}
footer img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer img.dl-app-link {
    width: 180px;
  }
}
footer h3 {
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer h3 {
    text-align: center;
  }
}
footer h5 {
  margin: 15px 0;
  font-size: 28px;
  color: #fdfdfd;
  text-shadow: 3px 3px 5px #333;
}
footer iframe {
  border-radius: 12px;
}
footer a {
  color: #fdfdfd;
}
footer ul {
  margin-bottom: 50px;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  footer ul {
    text-align: center;
  }
}
footer ul li {
  list-style: none;
}
@media (max-width: 768px) {
  footer ul li {
    text-align: center;
  }
}
footer ul li a {
  color: #fff;
  line-height: 30px;
}
footer ul li a:hover {
  text-decoration: none;
  color: #ddd;
}
footer .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 #fbb400;
}

section.foods-tags {
  margin-top: 0;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
section.foods-tags ul {
  padding: 10px;
  margin-bottom: 0;
}
section.foods-tags ul li {
  list-style: none;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 4px;
  background-color: #fdfdfd;
  color: #010005;
  font-size: 12px;
}
section.foods-tags ul li a {
  color: #010005;
}
section.foods-tags ul li a:hover {
  text-decoration: none;
  color: #db0203;
}

.contact-us {
  margin-top: 80px;
}
.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: #db0203;
}
@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: #db0203;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 12px;
}
#myBtn:hover {
  color: #db0203;
  border: 1px dashed #db0203;
  background-color: white;
  box-shadow: #00138e 0px 7px 29px 0px;
}
#myBtn:hover i {
  color: #9a270c !important;
}

@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: #171e13;
  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: #db0203;
  color: white;
}
::selection {
  background-color: #db0203;
  color: white;
}

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

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

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

section.copyright {
  padding: 20px 50px;
  color: #000;
}
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 .backgroundsefid {
  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 .backgroundrangi {
  position: relative;
  cursor: pointer;
  width: 85px;
  height: 85px;
  background: linear-gradient(#dd2a7b, #f58529);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.web-story .stories-container .backgroundrangi:visited {
  background: #ddd;
}
.web-story .stories-container .backgroundrangi .stories-container .deactive {
  background: #ddd !important;
}
.web-story .stories-container .deactive {
  background: #ddd !important;
}
.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 */