@font-face {
    font-family: 'Snell';
    src: url('../fonts/SnellBT-Regular.woff2') format('woff2'),
        url('../fonts/SnellBT-Regular.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Waterfall';
    src: url('../fonts/Waterfall-Regular.woff2') format('woff2'),
        url('../fonts/Waterfall-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





.header--v5 {
  background: #fff;
}
.header--v5 .header__logo {
  margin: 0 auto;
}
.slider--v5 .slider__title{
  color: #fff;
  font-weight: bold;
}
.slider--v5 .slider__heading{
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding-bottom: 6vh;
}
.slider--v5 .slider__heading:after{
  position: absolute;
  bottom: -20px;
}
.slider--v5 .slider__heading span{
  width: 27%;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding-left: 20px;
  text-transform: none;
  line-height: 15px;
}
.slider--v5 .slider__subtitle{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.slider--v5 .slider__preview {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.widget--landing .widget__title {
  margin-top: 20px;
}
.widget--landing .widget__title:after {
  content: none;
}
.bg-purple {
  background-color: #282530;
}
.about {
  color: #fff;
  display: flex;
}
.about .left {
  display: flex;
  flex-direction: column;
  justify-content: Flex-start;
  align-items: flex-start;
  width: 45%;
}
.about .right {
  width: 50%;
  padding-top: 10px;
}
.about .right p {
  line-height: 1.3;
}
.seminer-widget {
  background-image: url(../img/seminer-bg-3.png);
  z-index: 10;
  position: relative;
}
.event__spec {
  font-weight: 600;
  color: #222;
  font-size: 15px;
  margin: 0;
  font-style: italic;
}
.spec_actions {
  padding-bottom: 0 !important;
  margin-top: 40px;
}
.spec_time {
  margin-top: 40px;
}
.seminer-outer {
  position: relative;
}
.seminer-head {
  color: #fff;
  font-size: 49px;
  padding-top: 30px;
}
.seminer-widget {
  padding: 50px 0 20px 0;
}
.seminer-sm-head {
  color: #282530;
  font-size: 24px;
  text-align: center;
  padding: 80px 0;
  margin: 0;
}
.theme-btn {
    background-image: linear-gradient(to right, #8283ff, #9484ff, #a585ff, #b486ff, #c387ff, #dc82f1, #f07fe1, #ff7ed1, #ff81b0, #ff8d92, #ff9d7d, #fbaf72);
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: none;
}
.seminer-sm-logo {
  position: absolute;
  top: -10%;
  left: 13%;
  z-index: 5;
  width: 20%;
}
.italic-title {
  font-family: 'Waterfall' !important;
  text-transform: none !important;
}
.address--footer .address__list-body {
  color: #fff;
}
.address__list-icon {
  color: #fff;
}
.address__list-body a {
  color: #fff;
}
.social--footer .social__item {
  color: #fff;
}
.widget--footer .widget__title {
  color: #fff;
}
.social.social--footer {
  margin-top: 25px;
}
.footer__column {
  margin-top: 0;
  width: 100%;
}
.about .right h2 {
  color: #ffffff;
  font-size: 42px;
  margin: 0;
}
.footer__panel {
  background: transparent;
  margin-top: 0;
}
.footer {
  background-image: linear-gradient(to right, #8283ff, #9484ff, #a585ff, #b486ff, #c387ff, #dc82f1, #f07fe1, #ff7ed1, #ff81b0, #ff8d92, #ff9d7d, #fbaf72);

}
.about .left ul {
  padding: 0;
}
.about .left ul li {
  list-style: none;
  margin: 20px 0;
}
.about .left ul li span {
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
}
.widget-outer-pad {
  padding: 50px 0;
}
.about-img {
  margin-top: 30px;
}
.lity-spec-inline {
  padding: 20px;
  box-shadow: rgb(82 63 105 / 5%) 0px 0px 30px 0px;
  border-radius: 12px;
  max-height: 80vh;
  overflow: Scroll;
}
.lity-content {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.d-none {
  display: none !important;
}
.lity-inline h4 {
  margin: 0;
  line-height: 1.3;
  font-size: 25px;
}
.lity-inline h5 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 18px;
}
.lity-inline img {
  float: left;
  margin-right: 20px;
}
.lity-inline p {
  line-height: 1.4;
}
.lity-inline ul {
  padding: 0;
}
.lity-inline ul li {
  list-style: none;
}
.qr {
  display: flex;
  flex-direction: column;
  align-items: Center;
  justify-content: center;
  padding-bottom: 10px;
}
.qr h5 {
    margin-bottom: auto;
    color: #0097a7;
}
.qr img {
  margin-top: 20px;
  max-width: 22%;
}

@media only screen and (min-width: 769px) {
  .no-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .no-mobile {
    display: none;
  }
  .about {
    flex-direction: column;
  }
  .about .left , .about .right{
    width: 100%;
  }
  .about-img {
    margin-top: 0;
  }
  .about .right {
    padding-top: 15px;
  }
  .seminer-sm-head {
    padding: 20px 0;
  }
  .widget--landing .widget__title {
    margin-top: 0;
  }
  .spec_time {
    margin-top: 5px;
    padding-bottom: 5px;
  }
  .seminer-widget {
    padding: 40px 0 20px 0;
  }
  .widget--landing .widget__title {
    font-size: 20px;
    line-height: 1.3;
    padding-top: 0;
  }
  .spec_actions {
    margin-top: 0;
    padding-top: 0 !important;
  }
  .theme-btn {
    margin-top: 5px !important;
  }
  .event--main .event__item {
    padding-bottom: 18px;
  }
  .widget-outer-pad {
    padding: 25px 0;
  }
  .lity-content {
    width: 80%;
  }
  .lity-spec-inline {
    overflow: scroll;
    max-height: 75vh !important;
  }
  .qr h5 {
      font-size: 15px;
      line-height: 1.3;
  }
  .qr img {
    margin-top: 20px;
    max-width: 30%;
  }
  .slider--v5 .slider__heading {
    width: 100%;
  }
  .slider--v5 .slider__heading img {
        max-width: 23%;
  }
  .slider--v5 .slider__heading span {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
  }
  .slider--wide .slick-active .slider__title {
    text-align: left;
    font-size: 27px;
    text-shadow: 1px 1px #000;
  }
  .mobil-no-pad {
    margin-top: 0 !important;
  }
  .slider--wide .slick-active .slider__caption {
    margin-bottom: auto;
  }
  .slider--wide .slider__subtitle--v5 {
    display: block;
    text-align: left;
  }
  .slider--wide .slick-active .slider__subtitle {
    font-size: 15px;
    max-width: 65%;
    text-shadow: 1px 1px #000;
  }
  .slider--v5 .slider__preview {
    background-position: 39% 100%;
  }
  .italic-title {
    font-size: 38px !important;
  }

}