.webStoriesDesktop {
  grid-column: span 10;
  grid-row: span 2;
  border-radius: 5px;
  position: relative;
}

.webStoriesDesktopContainer {
  position: relative;
  height: 100%;
  width: 100%; 
  padding: 30px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.webStoriesDesktopContainer h2 {
  display: flex;
  align-items: center;
  position: relative;
  font-family: 'Poppins-Bold';
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  gap: 15px;
}
.webStoriesDesktopContainer h2 img {
  filter: invert(100%) sepia(1%) saturate(0) hue-rotate(56deg) brightness(255%) contrast(100%);
}

.webstories-box{
  display: flex;
  gap: 20px;
}

.webstories-box img {
  border-radius: 100%;
  width: 87px;
  height: 87px;
}

.massa-reels{
  width: 80px;
  height: 80px;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #D51C17;
}

.a-stories{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}


.lightbox {
  display: none !important;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
  display: block !important;
}

.lightbox span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox span iframe {
  border-radius: 20px;
  width: 600px;
  height: 630px;
}

.reels-box{
  display: flex;
  justify-content: center;
}

.a-stories>img{
  width:35px !important;
  height:35px
}

.mw-category-pages-section {
  display: grid;
  grid-row: span 1;
  grid-column: 1/9;
  justify-content: center;
  align-content: center;
  margin-top: 40px;
}

.mw-rounded-btn {
  background-color: #c00d0d;
  color: white;
  font-family: "Poppins-Bold";
  padding: 10px;
  border: none;
}

.mw-pages-label {
  background-color: #c00d0d;
  color: white;
  font-family: "Poppins-Bold";
  padding: 5px;
  border: none;
  border-radius: 50%;
}

.mw-page-circle-selected {
  background-color: #181717 !important;
  color: white;
}

.mw-page-circle {
  background-color: #c00d0d;
  color: white;
  font-family: "Poppins-Bold";
  padding: 10px;
  border: none;
}

.mw-page-circle:hover,
.mw-page-circle:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #181717;
  transform: translateY(-0.25em);
}

.mw-page-circle-selected:hover,
.mw-page-circle-selected:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #181717;
  transform: translateY(-0.25em);
}

.mw-pages-label:hover,
.mw-pages-label:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #181717;
  transform: translateY(-0.25em);
}

.mw-rounded-btn:hover,
.mw-rounded-btn:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #181717;
  transform: translateY(-0.25em);
}

@media (max-width:1024px) {
  #lightboxWebstories span iframe {
    border-radius: 20px;
    width: 90%;
    height: 75%;
  }

  .webStoriesDesktopContainer h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .webStoriesDesktop {
    grid-column: span 3;
    grid-row: span 2;
    height: 305px !important;
  }

  .webstories-box{
    width: fit-content;
  }

  .webstories-scroll{
    overflow-x: scroll;
    padding: 10px 0;
    height: 100%;
  }

  .webstories-scroll::-webkit-scrollbar {
    display: none;
  }

}

@media (max-width:1000px) {
  .webstories-mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:321px) {
  .reels-mobile {
    width: 115px !important;
    height: 115px !important;
  }
}
