/* Slider Menu 2 */
.sliderManu__2 {
  width: 32rem;
  position: fixed;
  height: 100vh;
  background: #000000c9;
  top: 0;
  backdrop-filter: blur(5px);
  overflow: auto;
  transition: 0.5s;
  padding: 0 1rem 1rem;

  scrollbar-width: none;

  left: -15rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  z-index: 999999;

  & .Smoking_Style {
    background: transparent !important;
    box-shadow: 3px 3px 9px #00000017 !important;
  }

  & * {
    color: #fff !important;
  }

  & .viewPort {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: 1s;
  }

  & .logo {
    width: 12rem;
  }

  .Ros__Top {
    margin: 1rem 0;
    margin-bottom: 3rem;
    border-bottom: 1px dashed #ffffff2e;
    padding-bottom: 1rem;
  }

  & svg {
    cursor: pointer;
    fill: #fff;
    width: 16px;
    height: 16px;
  }

  & .Name__title {
    border-bottom: 1px solid #ffffff24;

    & > span {
      border-bottom: 2px solid #0dff00 !important;
      color: #fff !important;
    }
  }
}

.open__slider {
  left: 0rem !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

/*  */
@media (max-width: 576px) {
  .sliderManu__2 {
    width: 100% !important;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
}

@media (min-width: 768px) and (max-width: 992px) {
}
