@media screen and (max-width: 991px) {
    .section {
      padding: 100px 0px;
    }
    .section--space-top {
      padding-bottom: 0px;
    }
    .section--space-bottom {
      padding-top: 0px;
    }
    .unset {
      max-width: 75%;
      height: auto;
    }
    .dir-rtl {
      direction: ltr;
    }
    .schedule .schedule__tab-content-tabs-content {
      flex-direction: column;
      align-items: flex-start;
    }
    .schedule .schedule__tab-content-tabs {
      column-gap: 30px;
    }
    .schedule .schedule__tab-btn {
      padding: 10px 20px;
      gap: 0px;
    }
    .schedule .schedule__tab-btn span {
      font-size: 20px;
    }
    .schedule .schedule__tab-content-tabs-btn {
      font-size: 14px;
    }
    .testimonial .testimonial__header {
      margin-bottom: 40px;
      text-align: center;
    }
    .testimonial .testimonial__header-cta {
      margin-top: 30px;
    }
    .ticket-modal .input-single-group {
      flex-direction: column;
    }
    .ticket-modal .input-single-group .input-single {
      width: 100%;
    }
    .progress-wrap {
      right: 15px;
    }

    .hero {
        background-image: url(../images/backgrounds/1.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
      }
      
      .eve-sec{
        background-image: url(../images/backgrounds/2.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
      }
      
      .eve-2{
        background-image: url(../images/backgrounds/3.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
      }
      
      .speak-e{
        padding-top: 80px;
        background-image: url(../images/backgrounds/4.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
      }
      
      
      .prici-s{
        background-image: url(../images/backgrounds/6.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
      } 
      
      .schedule::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        background-image: url("../images/backgrounds/5.jpg");
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        z-index: -1;
      }

      .tick-s{
        background-image: url(../images/backgrounds/7.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
      }
      
      .spon-s{
        background-image: url(../images/backgrounds/8.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
      }
      
      .sede-s{
        background-image: url(../images/backgrounds/9.jpg) !important;
        background-size: 100% 100%;
        background-repeat: no-repeat;
      }

      /*
      footer{
        background-image: url(../images/backgrounds/footer_t.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
      } */
}