@media only screen and (max-width: 1024px) {
  .menu__bar .navbar {
    position: fixed;
    z-index: 1111;
    top: 0;
    right: 0;
    background: none;
  }

  .menu__bar .navbar .navbar-toggler {
    background: var(--secondary-color);
  }

  .back_text {
    display: none;
  }

  .countdown .count-box {
    background: linear-gradient(#e100a8, #71009c);
    border-radius: 0 35px 0 35px;
    padding: 15px;
    width: 86px;
    height: 86px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: 250ms all linear 0ms;
    -khtml-transition: 250ms all linear 0ms;
    -moz-transition: 250ms all linear 0ms;
    -ms-transition: 250ms all linear 0ms;
    -o-transition: 250ms all linear 0ms;
    transition: 250ms all linear 0ms;
    text-align: center;
    position: relative;
  }

  .countdown .count-name {
    font-size: var(--fs-text);
  }

  /* .venue__img {
  position: inherit;
  width: 100%;
} */
  .hero__flora {
    opacity: 0.1;
  }

  .hero__flora.left {
    opacity: 0.1;
  }

  .theme__info {
    font-size: 13px !important;
    line-height: 15px !important;
  }

  .countdown .timeRef {
    font-size: 11px !important;
  }
}