aside,
.sliderManu__1,
.sliderManu__2,
footer {
  & section#rosita_asaid_widg_2 {
    width: 100% !important;
    padding: 0 !important;

    & .rosBox {
      & .box {
        & .info {
          & h2:nth-child(1) {
            font-size: 17px !important;
            margin-bottom: 10px !important;
          }
        }
      }
    }
  }
}

/* Global Style */
section#rosita_asaid_widg_2 {
  max-width: var(--premary_width);

  & * {
    font-family: "Tagesschrift";
    color: #fff;
  }

  &.Smoking_Style {
    padding: 5px !important;
  }

  & .rosBox {
    height: 22rem;
    position: relative;
    overflow: hidden;
    border-radius: 10px;

    & .traking {
      width: fit-content;
      position: absolute;
      right: 1rem;
      top: 1rem;
      gap: 5px;
      z-index: 2;

      & .trak {
        border-radius: 100%;
        padding: 6px 7px 3px;
        cursor: pointer;
        backdrop-filter: blur(15px);
        border: 1px dashed #fffefe;
        height: 32px;
      }
    }

    & .Kiryat {
      position: absolute;
      top: 1rem;
      left: 1rem;
      z-index: 3;
      gap: 8px;
      flex-direction: row-reverse;

      & .Track__Kiryat {
        padding: 5px;
        width: 10px;
        height: 10px;
        background: #ffffff54;
        transform: rotate(45deg);

        &.rosMode {
          background: #9bff9c !important;
          border-color: #9bff9c !important;

          &:before {
            content: "";
            width: 18px;
            content: "";
            height: 3px;
            background: #9bff9c;
            position: absolute;
            z-index: -1;
            top: 4px;
            left: -4px;
            transition: 0.5s;
          }
        }
      }
    }

    & .box {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      transition: 0.5s;
      border-radius: 10px;

      & .info {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 1rem;
        background: linear-gradient(to top, black, transparent);

        & p {
          font-weight: bold;
          margin: 9px 0;
          font-size: 13px;
          width: fit-content;
          border-bottom: 1px solid #a8a2a2;
        }

        & p:nth-child(3)::before {
          content: "";
          width: 5px;
          height: 5px;
          border: 2px solid #3bc1f2;
          display: inline-block;
          border-radius: 100%;
          margin-right: 3px;
        }

        & h2:nth-child(1) {
          font-size: 30px;
          margin-bottom: 15px;
        }

        & p:nth-child(2) {
          font-size: 12px;
          line-height: 22px;
          letter-spacing: 1px;
        }
      }
    }

    & .rosMode {
      opacity: 1;
      visibility: visible;
      transition: 0.5s;
    }
  }
}

/* Screen Style */
@media (max-width: 576px) {
  section#rosita_asaid_widg_2 {
    width: 100% !important;
    padding: 0 7px !important;

    & .rosBox {
      & .box {
        & .info {
          & h2:nth-child(1) {
            font-size: 20px;
            margin-bottom: 10px;
          }
        }
      }
    }
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  section#rosita_asaid_widg_2 {
    padding: 0 7px;

    & .rosBox {
      & .box {
        & .info {
          & h2:nth-child(1) {
            font-size: 22px;
            margin-bottom: 10px;
          }
        }
      }
    }
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  section#rosita_asaid_widg_2 {
    padding: 0 7px;
  }
}

@media (min-width: 992px) {
  section#rosita_asaid_widg_2 {
    padding: 0 7px;
  }
}
