.main-color {
  color: #FACC38;
}

body {
  font-family: Avenir !important;
  overflow-x: hidden;
  background-color: #252525;
}

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

html {
  scroll-behavior: smooth;
}

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

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

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

.muzo-btn {
  background-color: #FACC38;
  color: #252525 !important;
  padding: 12px 35px;
  display: flex;
  justify-content: center;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  border-radius: 25px;
  border: 1px solid #FACC38;
  font-size: 18px;
}
.muzo-btn:hover {
  text-decoration: none;
  background-color: #252525 !important;
  color: #FACC38 !important;
}

header {
  z-index: 99;
  position: sticky;
  top: 0;
  background-color: #FACC38;
  box-shadow: 3px 3px 17px rgba(181, 181, 181, 0.2392156863);
  /* required */
}
header .navbar-brand {
  font-size: 1rem !important;
}
@media (min-width: 1200px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header section.menu-section {
  border-top: 1px solid #252525;
}
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%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1200px) {
  header section.menu-section #overlay-content {
    display: flex;
    padding: 10px 0;
  }
}
header section.menu-section nav {
  padding: 10px 0;
  align-items: center;
}
@media (min-width: 1200px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: #FACC38;
  overflow-x: hidden;
  transition: width 0.45s;
}
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 .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #252525;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #252525 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #252525;
  font-weight: bolder;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #fff !important;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    font-size: 17px;
    margin-right: 25px;
  }
}
@media (max-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    color: rgb(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  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: #FACC38;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #FACC38;
  border-radius: 10px !important;
  padding: 8px 15px 8px 15px;
  color: #fff;
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
    padding: 8px 17px 6px 13px;
  }
}
@media (min-width: 992px) {
  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 .navbar-social {
  display: flex;
  justify-content: center;
}
header .navbar-social .fa {
  color: #252525;
  font-size: 28px;
}

.big-logo {
  position: relative;
}
.big-logo .shop-logo1 {
  max-width: 200px;
}
@media (max-width: 480px) {
  .big-logo .shop-logo1 {
    max-width: 130px;
  }
}
.big-logo .shop-logo {
  max-width: 100px;
}
@media (max-width: 1200px) {
  .big-logo .shop-logo {
    max-width: 80px;
  }
}

/* section hero */
section.hero-section {
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}
section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #FACC38;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #FACC38;
  color: rgb(255, 255, 255);
  border-radius: 35px 0 35px 0 !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #FACC38;
  border-color: #FACC38;
  background-color: #fff !important;
  box-shadow: #252525 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    width: 140px;
  }
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #FACC38;
}
section.hero-section div.inner-content div.clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
  border-radius: 30px;
  overflow: hidden;
}
section.hero-section div.inner-content div.clip img {
  background-image: url("../../imgs/hero/Background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content div.clip img {
    border-radius: 109px 109px 109px 109px;
    padding: 42px;
  }
}

#slider .carousel-item {
  background-image: url("../../imgs/hero/Muzo's-Turkish-Kitchen-Turkish-Bar-&-Restaurant-Aberdeen-Steaks.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 600px;
  position: relative;
}
#slider .carousel-item div.btns {
  position: absolute;
  content: "";
  margin: 0 auto;
  top: 45%;
  left: 7%;
  right: 7%;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #slider .carousel-item div.btns {
    top: 25%;
  }
}
#slider .carousel-item div.btns a.btn {
  margin-top: 30px;
  background-color: #252525;
  border: 1px solid #252525;
  color: #FACC38;
  padding: 15px 50px;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: bolder;
}
#slider .carousel-item div.btns a.btn:hover {
  background-color: #FACC38;
  border: 1px solid #FACC38;
  color: #252525;
}
@media (max-width: 576px) {
  #slider .carousel-item div.btns a.btn {
    padding: 15px 10px;
  }
}
@media (max-width: 480px) {
  #slider .carousel-item div.btns a.btn {
    font-size: 13px;
  }
}

/* more about us section */
section.more-about-us-section {
  background-color: #fffdfc;
  margin-top: 160px;
}
section.more-about-us-section h3.main-section-heading {
  margin-bottom: 50px;
  text-transform: capitalize;
  font-weight: bolder;
  font-size: 35px;
}
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 {
  padding: 0 0 80px 0;
  background-color: #252525;
}
section.special h1 {
  color: #FACC38;
  text-align: center;
}
section.special h3 {
  margin-bottom: 52px;
  color: #FACC38;
  text-transform: capitalize;
  font-weight: 800;
  text-align: center;
  font-size: 56px;
}
@media (max-width: 991px) {
  section.special h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.special h3 {
    font-size: 30px;
  }
}
section.special .swiper-container {
  padding: 25px;
}
section.special .card {
  border: none;
  background-color: transparent;
  border-radius: 5px;
  transition: ease-in-out 0.5s;
}
section.special .card .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.special .card:hover {
  transform: scale(1.1);
}
section.special .card:hover a {
  text-decoration: none;
}
section.special .card .card-title {
  color: #FACC38;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bolder;
  text-align: center;
  padding: 10px 0;
}
section.special .card .card-footer {
  background-color: #ffffff;
  border-top: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
section.special .card .card-footer a {
  background-color: #fff;
  border: 1px solid #252525;
  color: #252525;
}
section.special .card .card-footer a:hover {
  background-color: #252525;
  border: 1px solid #252525;
  color: #fff;
}
section.special div.tab-content div.row div.food-card {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  section.special div.tab-content div.row div.food-card {
    margin-bottom: 0;
  }
}
section.special div.tab-content div.row div.food-card img {
  border-radius: 30px 12px 30px 30px;
}
section.special div.tab-content div.row div.food-card div.food-name {
  margin-top: 21px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
section.special div.tab-content div.row div.food-card div.food-comment {
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

.SpecialOffer {
  background-image: url("../../imgs/hero/HomePageHeader.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .SpecialOffer {
    min-height: 400px;
  }
}
@media (max-width: 380px) {
  .SpecialOffer {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .SpecialOffer img {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .SpecialOffer img {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .SpecialOffer img {
    max-width: 300px;
  }
}
@media (max-width: 380px) {
  .SpecialOffer img {
    max-width: 200px;
  }
}

.Menu-section {
  padding: 80px 0;
}
.Menu-section .card {
  background-color: transparent;
  border: none;
}
.Menu-section .card .card-img img {
  height: 200px;
}
.Menu-section .card .card-title {
  color: #FACC38;
  text-align: center;
}
.Menu-section .card .card-title h3 {
  font-size: 40px;
  font-weight: bolder;
}
.Menu-section .card:hover h3 {
  text-decoration: none;
}

section.about-us {
  padding: 50px;
  background-color: #FACC38;
}
@media (max-width: 768px) {
  section.about-us {
    padding: 50px 0;
  }
}
section.about-us .inner-content {
  min-height: 550px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  display: flex;
  background-image: url("../../imgs/hero/Muzo's-Turkish-Kitchen-Turkish-Bar-&-Restaurant-Aberdeen-chefs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  section.about-us .inner-content {
    min-height: 400px;
  }
}
section.about-us .text-wrapper {
  background-color: #252525;
  min-height: 550px;
  padding: 20px;
}
section.about-us .halal-img {
  position: absolute;
  content: "";
  right: 17%;
  top: 9%;
  width: 50px;
  height: 50px;
}
@media (max-width: 1200px) {
  section.about-us .halal-img {
    right: 9%;
    top: 3%;
  }
}
@media (max-width: 991px) {
  section.about-us .halal-img {
    right: 17%;
    top: 9%;
  }
}
@media (max-width: 768px) {
  section.about-us .halal-img {
    right: 14%;
    top: 7%;
  }
}
@media (max-width: 480px) {
  section.about-us .halal-img {
    width: 30px;
    height: 30px;
  }
}
section.about-us .section-heading-h3 {
  font-size: 24px;
  line-height: 36px;
  border-radius: 5px;
  margin-bottom: 24px;
  font-weight: bolder;
  text-shadow: 1px 1px #FACC38;
  color: #FACC38;
  padding: 5px;
  font-weight: bolder;
  position: relative;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #FACC38;
  color: #fff;
  border-radius: 12px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #fff;
  border-color: #FACC38;
  background-color: #FACC38;
  box-shadow: #252525 0px 4px 12px;
  transform: scale(0.9);
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 62px;
  }
}

.text-wrapper {
  background-color: #FACC38;
  min-height: 550px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .text-wrapper {
    min-height: 400px;
  }
}

.contact-us {
  padding: 50px 0;
  background-color: #252525;
  color: #FACC38;
}
.contact-us a {
  color: #FACC38;
}
.contact-us .about-header-wrapper {
  position: relative;
  display: flex;
}
.contact-us .about-header-wrapper::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: 8;
  width: 40px;
  height: 40px;
  background-image: url(../../imgs/main/halal.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-us h3.section-heading-h3 {
  font-size: 40px;
  color: #FACC38;
  text-transform: capitalize;
  font-weight: bolder;
  margin-bottom: 40px;
  background-color: #252525;
  padding: 5px;
}
@media (max-width: 768px) {
  .contact-us h3.section-heading-h3 {
    font-size: 25px;
  }
}
@media (max-width: 300px) {
  .contact-us h3.section-heading-h3 {
    font-size: 20px;
  }
}
.contact-us p {
  color: #252525;
}
.contact-us a {
  color: #252525;
}
.contact-us .contact-content {
  min-height: 550px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  display: flex;
  background-image: url("../../imgs/hero/Muzo's-Turkish-Kitchen-Turkish-Bar-&-Restaurant-Aberdeen-From-the-Grills.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .contact-us .contact-content {
    min-height: 400px;
  }
}
.contact-us .contact-content * {
  color: rgba(37, 37, 37, 0.8705882353);
  padding: 5px 0;
  border-radius: 5px;
  font-weight: bolder;
}

.applinks {
  display: flex;
}
@media (max-width: 480px) {
  .applinks {
    flex-direction: column;
  }
}
.applinks img {
  max-width: 200px;
}

section.peyment-method {
  background-color: #000000;
}
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: 80px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img {
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 50px;
  width: 170px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content img.dl-app-link {
    margin-bottom: 0;
    width: 150px;
  }
}
section.dl-app div.inner-content h3.dl-ur-app-heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 70px;
  margin-bottom: 56px;
  margin-top: 20px;
  font-size: 1.8rem;
}
@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: #FACC38;
  border-radius: 34px;
}
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: #FACC38;
  margin-bottom: 9px;
  color: #fff;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}

/* footer */
.footer {
  padding: 50px;
  background-color: #FACC38;
  color: #FACC38;
}
@media (max-width: 480px) {
  .footer {
    padding: 50px 10px;
  }
}
.footer .text-wrapper {
  background-color: #252525;
}
.footer .footer-content {
  background-color: #252525;
  min-height: 550px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-image: url("../../imgs/hero/Muzo's-Turkish-Kitchen-Turkish-Bar-&-Restaurant-Aberdeen.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .footer .footer-content {
    min-height: 400px;
  }
}
.footer h3 {
  font-size: 40px;
  color: #FACC38;
  text-transform: capitalize;
  font-weight: bolder;
  margin-bottom: 40px;
  background-color: #252525;
  padding: 5px;
}
@media (max-width: 768px) {
  .footer h3 {
    font-size: 25px;
  }
}
.footer p {
  padding: 5px;
}
.footer p span {
  color: #fff;
  text-transform: capitalize;
}
.footer .order-btn {
  background-color: #FACC38;
  border: 1px solid #FACC38;
  color: #252525;
  border-radius: 2px;
  padding: 10px 30px;
}

.find-us {
  background-color: #252525;
  padding: 50px 0;
}
.find-us h3 {
  font-size: 52px;
  color: #FACC38;
  text-transform: capitalize;
  font-weight: bolder;
  margin-bottom: 40px;
  background-color: #252525;
}
.find-us p {
  background-color: #252525;
}

.text-wrapperr {
  background-color: #252525;
  min-height: 550px;
  padding: 70px 20px 20px 20px;
  align-self: center;
}

#openinghour {
  max-width: 80%;
  margin: 0 auto;
}
#openinghour p {
  color: #FACC38;
}

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

section.social-media {
  color: #fff;
  background-color: #000;
}
@media (max-width: 768px) {
  section.social-media {
    display: none;
  }
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

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

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

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

::-webkit-scrollbar-thumb {
  background: #FACC38;
  border-radius: 10px;
  border: 1px solid #252525;
}

section.copyright {
  background-color: #252525;
  color: #FACC38 !important;
  font-weight: 900;
}
section.copyright a {
  color: #FACC38 !important;
}

.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: 5;
  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: 10;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  bottom: 220px;
  left: 130px;
  justify-content: center;
  color: #000 !important;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 10;
  background-color: #FACC38;
}
.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: 10;
  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 */