@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
@font-face {
  font-family: ArchivoBlack;
  src: url(../../Fonts/Archivo_Black/Archivo_Black/ArchivoBlack-Regular.ttf);
}
body {
  font-family: Quicksand !important;
  background-color: #012313;
  color: #e7e7e7;
  overflow-x: hidden;
  background-image: url("../../imgs/special/Poboys-Restaurant-specialOffer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

html {
  scroll-behavior: smooth;
}

.snowflake {
  position: absolute;
  width: 40px;
  height: 40px;
  background: transparent;
  z-index: 9;
  background-image: url(../../imgs/heart.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-color {
  color: #034C29;
}

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

::-moz-selection {
  background-color: #034C29;
  color: white;
}

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

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

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

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

@media (min-width: 768px) {
  header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 160px;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section .navbar-expand-lg .navbar-nav {
  align-items: center;
}
header section.menu-section nav {
  padding: 15px 0 0 0;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
    align-items: center;
  }
}
header section.menu-section nav li {
  margin-left: 15px;
}
@media (max-width: 1200px) {
  header section.menu-section nav li {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
header section.menu-section nav li a.nav-link {
  color: #fff !important;
}
@media (max-width: 1200px) {
  header section.menu-section nav li a.nav-link {
    font-size: 15px;
    color: #fff;
  }
}
header section.menu-section nav li a.nav-link .arrow {
  max-width: 16px;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
header section.menu-section nav li:hover .arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
header section.menu-section nav .dropdown-toggle::after {
  display: none;
}
header section.menu-section nav .dropdown-menu {
  background-color: #034C29;
}
header section.menu-section nav .dropdown-menu .dropdown-item {
  color: #fff;
}
header section.menu-section nav .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #034C29;
}
header section.menu-section nav .navbar-toggler-icon {
  background-image: unset !important;
  color: #fff;
}
header section.menu-section nav .navbar-toggler {
  color: #fff;
  border-color: transparent;
  line-height: 2;
}
header section.menu-section nav a.btn {
  background-color: #034C29;
  color: #fff;
}
header section.menu-section nav .header-links {
  justify-content: flex-end;
}
header section.menu-section .login-btn {
  color: #fff !important;
  background-color: #034C29;
  border-radius: 35px 35px 12px 12px !important;
  padding: 15px 20px !important;
}
@media (max-width: 1200px) {
  header section.menu-section .login-btn {
    padding: 15px 10px !important;
  }
}
header .menu-btn {
  list-style: none;
}
header .menu-btn a.nav-link.dropdown-toggle {
  background-color: #034C29;
  padding: 12px 30px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

/* section hero */
.index-hero {
  background-image: url(../../imgs/hero/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-bottom: 32px;
}
.index-hero .hero-section {
  margin-top: 24px;
}
.index-hero .hero-section .slide-one {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .index-hero .hero-section div.inner-content {
    margin-bottom: 40px;
  }
}
.index-hero .hero-section div.inner-content h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 2.4rem;
  text-shadow: 0 0 10px #000;
  font-family: ArchivoBlack;
}
@media (max-width: 1200px) {
  .index-hero .hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .index-hero .hero-section div.inner-content h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .index-hero .hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .index-hero .hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
.index-hero .hero-section div.inner-content a.btn {
  background-color: #034C29;
  color: #fff;
  border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 180px;
  height: 56px;
  margin: 24px 10px 0 10px;
  font-weight: bolder;
}
.index-hero .hero-section div.inner-content a.btn:hover {
  color: #034C29;
  border-color: #034C29;
  background-color: #fff;
  box-shadow: #034C29 0px 7px 29px 0px;
}
@media (max-width: 480px) {
  .index-hero .hero-section div.inner-content a.btn {
    width: 170px;
    height: 48px;
    font-size: 15px;
  }
}
.index-hero .hero-section img.hero-img {
  max-width: 96%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.index-hero .hero-section .main-hero-bg {
  background-image: url("../../imgs/hero/ghanis-hero-bg.jpeg");
}

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

/* special to try */
section.special {
  margin: 80px;
}
@media (max-width: 991px) {
  section.special {
    margin: 80px 0;
  }
}
section.special h3 {
  margin: 24px 0;
  color: #fff;
  font-family: ArchivoBlack;
  font-size: 3rem;
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 2.3rem;
  }
}
section.special .nav-tabs {
  background-color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-bottom: none;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px;
}
section.special .nav-tabs a.nav-link {
  color: #034C29;
  margin: 0;
  border: none;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  width: 160px;
  padding: 16px 0;
  text-align: center;
  font-weight: bolder;
}
@media (max-width: 380px) {
  section.special .nav-tabs a.nav-link {
    width: 140px;
  }
}
section.special .nav-tabs a.nav-link:hover {
  border: none;
}
section.special .nav-tabs a.nav-link:focus {
  border: none;
}
section.special .nav-tabs a.nav-link.active {
  background-color: inherit;
  border: none;
  color: #fff;
  background-color: #034C29;
}
section.special .card {
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  color: #000;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: transparent;
}
section.special .card img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
section.special .card .card-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  display: none;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.6274509804);
  background-image: radial-gradient(rgba(237, 198, 255, 0.8392156863), rgba(243, 224, 255, 0.8549019608), transparent);
}
section.special .card .card-body h5 {
  font-family: ArchivoBlack;
  font-size: 2rem;
  color: #034C29;
}
@media (max-width: 380px) {
  section.special .card .card-body h5 {
    font-size: 1.4rem;
  }
}
section.special .card .card-body p {
  font-weight: bolder;
}
@media (max-width: 380px) {
  section.special .card .card-body p {
    font-size: 0.8rem;
  }
}
section.special .card .card-body a.btn {
  padding: 16px 40px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  margin: 16px auto;
}
section.special .card:hover {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
section.special .card:hover .card-body {
  display: flex;
}
section.special .card:hover a.btn {
  color: #fff;
  border-color: #034C29;
  background-color: #034C29;
}
section.special a.btn {
  background-color: #fff;
  color: #034C29;
  border-color: #034C29;
  margin-top: 20px;
}
section.special a.btn:hover {
  color: #fff;
  border-color: #034C29;
  background-color: #034C29;
}
@media (min-width: 992px) {
  section.special a.btn {
    margin-top: 25px;
  }
}
section.special div.order-container .d-flex {
  justify-content: space-evenly;
}

section.about-us {
  padding: 0 0 80px 0;
}
section.about-us p a {
  color: #d3d3d3;
  border-bottom: 1px solid #ddd;
}
section.about-us p a:hover {
  color: rgb(197, 146, 255);
  text-decoration: none;
  border-color: rgb(197, 146, 255);
}
section.about-us div.about-us-content h4 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 24px;
  font-family: ArchivoBlack;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  color: #d3d3d3;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn {
  background-color: #034C29;
  color: #fff;
  border-radius: 35px 35px 12px 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 16px;
  transition: 0.5s ease all;
}
section.about-us div.about-us-content div.read-more-btn a.main-btn:hover {
  color: #034C29;
  border-color: #034C29;
  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.btn {
  background-color: #034C29;
  color: #fff;
  border-radius: 35px !important;
  -webkit-border-radius: 35px !important;
  -moz-border-radius: 35px !important;
  -ms-border-radius: 35px !important;
  -o-border-radius: 35px !important;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 200px;
  height: 56px;
  margin: 24px 10px 10px 10px;
  font-weight: bolder;
}
section.about-us a.btn:hover {
  color: #034C29;
  border-color: #034C29;
  background-color: #fff;
  box-shadow: #034C29 0px 7px 29px 0px;
}
section.about-us .more-title {
  font-size: 1.5rem !important;
}
section.about-us .card {
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
section.about-us .card .card-img {
  display: flex;
  justify-content: center;
}
section.about-us .card .card-img img {
  max-width: 100%;
  border-radius: 24px 24px 0 0;
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  -o-border-radius: 24px 24px 0 0;
}
section.about-us .card .card-title {
  margin: auto;
  background-color: #000;
  margin-top: -40px;
  width: 100%;
  padding: 8px;
  border-radius: 66% 0% 0 0;
  -webkit-border-radius: 66% 0% 0 0;
  -moz-border-radius: 66% 0% 0 0;
  -ms-border-radius: 66% 0% 0 0;
  -o-border-radius: 66% 0% 0 0;
  transition: ease-in-out 0.7s;
  -webkit-transition: ease-in-out 0.7s;
  -moz-transition: ease-in-out 0.7s;
  -ms-transition: ease-in-out 0.7s;
  -o-transition: ease-in-out 0.7s;
}
section.about-us .card .card-title h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: column;
}
section.about-us .card .card-title h4 img {
  max-width: 60px;
  border: 1px solid #034C29;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 6px;
  margin-top: -40px;
}
section.about-us .card p {
  font-size: 15px;
  padding: 8px;
}
section.about-us .card:hover {
  background-color: #034C29;
  border-color: #034C29;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}
section.about-us .card:hover .card-title {
  background-color: #034C29;
  border-radius: 0 66% 0 0;
  -webkit-border-radius: 0 66% 0 0;
  -moz-border-radius: 0 66% 0 0;
  -ms-border-radius: 0 66% 0 0;
  -o-border-radius: 0 66% 0 0;
}

.youtube {
  margin: 24px;
}
.youtube iframe {
  height: 550px;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

section.special-section .card-special {
  border: 1px gold solid;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
}
section.special-section .card-special img {
  max-height: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

section.reviews {
  margin: 40px 0;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 40px;
  font-family: ArchivoBlack;
  color: #fff;
}
@media (min-width: 768px) {
  section.reviews h3 {
    font-size: 50px;
  }
}
section.reviews .carousel-item {
  padding: 24px 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
section.reviews .comment-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #ca9732;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 32px;
  position: relative;
}
section.reviews .comment-section .quote {
  position: absolute;
  top: -24px;
  right: 24px;
  width: 60px;
  height: 60px;
  z-index: 3;
}
section.reviews .comment-section .quote img {
  width: 60px;
  height: 60px;
}
section.reviews .comment-section .comment-text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #034C29;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 10px;
}

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: 40px 0 0 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 150px;
  transition: transform 0.5s ease;
}
section.dl-app div.inner-content img.dl-app-link:hover {
  transform: scale(1.2);
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-family: ArchivoBlack;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 56px;
  margin-top: 20px;
  color: #fff;
}
@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 ul {
  padding: 16px;
  border: 1px solid #034C29;
  list-style: none;
  margin-bottom: 0;
  min-height: 550px;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.find-us ul svg {
  fill: #034C29;
}
section.find-us i {
  color: #034C29;
}
section.find-us .Findus-header {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 2rem;
  text-shadow: 0 0 10px #000;
  font-family: ArchivoBlack;
  display: flex;
  justify-content: center;
}

/* footer */
.index-footer {
  background-image: url(../../imgs/hero/footer-bg.jpg);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 20px 0;
  margin-top: 32px;
}

footer {
  color: #fff;
}
footer a.d-flex img.shop-logo {
  max-width: 100px;
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-top: 20px;
}
footer ul li span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
footer ul li a {
  color: #8b8ba5;
}
footer ul li a:hover {
  text-decoration-line: underline;
  color: #ddd;
}
footer .fa {
  color: #aaa;
  font-size: 1rem;
}
footer .footer-title {
  margin-bottom: 30px;
}
footer .footer-title span {
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
}

#quandoo-booking-widget div {
  display: flex !important;
  justify-content: center;
}

.contact-bg {
  border-radius: 12px;
  border: 1px solid #CA9732;
  border-radius: 12px;
}
.contact-bg p {
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 18px;
}

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

section.copyright {
  color: #fff;
}
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: #034C29;
  color: white;
  cursor: pointer;
  padding: 11px;
  border-radius: 12px;
  transition: all 0.5s ease;
  border: 1px solid #034C29;
}
#myBtn:hover {
  color: #034C29;
  border: 1px dashed #034C29;
  background-color: white;
  box-shadow: #034C29 0px 7px 29px 0px;
}

section.Specialoffer {
  padding: 50px 0;
}
section.Specialoffer h1 {
  color: #fff;
  font-weight: bold;
}
section.Specialoffer h4 {
  color: #fff;
}

.web-story {
  padding: 40px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: flex-start;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
    justify-content: center;
  }
}
.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;
  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 .content .story-btn {
  position: absolute;
  top: 130px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #034C29;
}
.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 */