/**
 * Theme Name: Exhibz
 * Theme URI: https://themeforest.net/user/tripples/portfolio
 * Description: This is a skull theme which we use to develope new themes. textdomain: exhibz, class: Exhibz, var: $exhibz_, constants: EXHIBZ_, function: exhibz_
 *
 */

/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
# text logo
# Sticky sidebar
*/

@import "variable";
@import "mixin";

/* Global
================================================== */

body {
  color: $gray-dark;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 26px;
}

html.fonts-loaded body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c24;
  margin-bottom: 20px;
  font-weight: bold;
  font-display: swap;
}

h1,
h2 {
  font-weight: 900;
}

html.fonts-loaded h1,
html.fonts-loaded h2,
html.fonts-loaded h3,
html.fonts-loaded h4,
html.fonts-loaded h5,
html.fonts-loaded h6 {
  font-family: "Raleway", sans-serif;
}

a {
  color: $primary-color;

  &:hover {
    text-decoration: none;
  }
}

.form-control {
  border: 1px solid $gray-light;
  padding: 6px 20px;
  height: 50px;
  font-size: 14px;
  border-radius: 0;
}

.xs-page-header {
  margin: 0 0 60px;

  h2 {
    font-size: 28px;
    margin: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid $gray-light;
  }
}

/* Gradient*/

.gradient {
  position: relative;

  &:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(306deg,
        #321575 0%,
        #8d0b93 51%,
        #ff0066 100%,
        #ff057c 100%);
    background-image: -o-linear-gradient(306deg,
        #321575 0%,
        #8d0b93 51%,
        #ff0066 100%,
        #ff057c 100%);
    background-image: linear-gradient(144deg,
        #321575 0%,
        #8d0b93 51%,
        #ff0066 100%,
        #ff057c 100%);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.902;
  }
}

/* Title */

// default title set

.title-section-area {
  .section-title {
    .sub-title {
      display: block;
      margin-bottom: 10px;
    }
  }
}

/* Button */

.btn,
.btn-primary,
.wp-block-button .wp-block-button__link:not(.has-background) {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: $primary-color;
  height: 50px;
  padding: 0 35px;
  line-height: 50px;
  border-radius: 3px;
  border: 0;

  &:hover {
    background: #222;
    color: #fff;
  }
}

// Button Primary

.btn-link {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  text-decoration: none !important;
}

.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.btn-link:hover {
  color: #f3742c;
}

// Button Link

/* Common navbar mobile */

.navbar-toggler {
  padding: 8px 12px;
  background: #f3742c;
  color: #fff;
  border-color: #f3742c;
  position: absolute;
  top: -40px;
  right: 0;

  .navbar-toggler-icon {
    background: none;
    width: auto;
    height: auto;

    i {
      color: #fff;
      font-weight: bold;
      font-size: 22px;
    }
  }
}

/* Default font color */

.elementor-widget-tabs .elementor-tab-content {
  color: $gray-dark;
}

/* Header Top
================================================== */
.header-top {
  padding: 30px 0;

  ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .header-contact-info {
    li {
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      padding: 0 20px;
      border-right: 1px solid #85299c;
      color: #fff;

      i {
        margin-right: 10px;
      }
    }
  }

  // social-links
  .social-links {
    padding: 0 10px;

    li {
      display: inline-block;
      font-size: 14px;
      margin: 0 10px;

      a {
        color: #fff;
      }
    }
  }

  .qoute-btn {
    padding-left: 15px;

    .ticket-btn.btn {
      float: none;
      margin-top: 0;
    }
  }

  .header-top-info {
    text-align: right;
  }
}

.header-transparent .header-top .logo {
  padding-top: 0;
}

//cart btn
.cart-btn {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 0;
  margin-top: 23px;
  font-size: 18px;
  color: $primary-color;

  &:hover {
    color: $primary-color;
  }
}

/*-- Nav Search start --*/
.nav-search {
  cursor: pointer;
  color: #fff;
  text-align: center;

  i {
    font-size: 14px;
    font-weight: 900;
  }
}

.search-block {
  background: #1f1f1f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 56px;
  width: 350px;
  z-index: 10;
  margin-top: 0;

  .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #4d4542;
    color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 15px;
    font-style: italic;
  }

  .search-button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    color: #7a7a7d;
    top: 5px;
  }

  .search-close {
    color: #fff;
    position: absolute;
    top: -58px;
    right: 15px;
    font-size: 32px;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
  }

  .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
  }
}

.nav-search-area {
  position: relative;

  .nav-search.hide {
    opacity: 0;
    visibility: hidden;
  }
}

/* Header
================================================== */

.xs-header {
  background: #fff;
  border-bottom: 1px solid $gray-light;
  z-index: 999999;

  .site-title {
    font-size: 26px;
    margin-top: 25px;
  }

  //Site title end
}

.header-standard {
  .navbar-brand.logo {
    padding: 15px 0 0;
  }
}

.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 2;
  height: auto;
  padding: 0;

  .navbar.navbar-light {
    ul.navbar-nav {
      >li {
        >a {
          color: #fff;
        }
      }
    }
  }

  //Navbar end
}

.admin-bar {
  .header-transparent {
    top: 30px;
  }
}

// header transparent 2
.h-transparent2 {
  .navbar.navbar-light {
    padding: 28px 0 0 0;
  }

  .ticket-btn.btn {
    border-radius: 36px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    color: #3b1d82;
    font-size: 14px;

    &:hover {
      color: #fff;
    }
  }
}

.h-transparent2.navbar-fixed {
  &.sticky {
    background: rgba(255, 255, 255, 0.95);

    .logo {
      padding: 0;
    }

    .navbar.navbar-light {
      padding: 0;

      ul.navbar-nav>li>a {
        color: #3b1d82;
      }
    }
  }
}

.nav-center {
  .navbar.navbar-light .collapse.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;

    ul.navbar-nav>li>a {
      color: #3b1d82;
    }
  }
}

/* Main menu
================================================== */

.navbar.navbar-light {
  @media (min-width: 992px) {
    height: 80px;
  }

  .dropdown-menu {
    margin: 0;
  }

  ul.navbar-nav {
    >li {
      position: relative;
      float: none;
      display: inline-block;
      margin: 0 20px;
      background: none;

      >a {
        color: $title-color;
        line-height: 80px;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 5px;
        position: relative;
        display: inline-block;
        transition: color 500ms !important;
        -webkit-transition: color 500ms !important;
      }

      // rotate the caret in mobile devices afte a dropdown is opned
      &>a.opened:after {
        transform: rotate(0deg);
      }

      &.dropdown {
        >a {
          position: relative;

          &:after {
            font-family: "iconfont";
            position: absolute;
            clear: both;
            content: "\e874";
            display: block;
            font-size: 14px;
            right: 0;
            top: 50%;
            margin-top: -40px;
            border: 0;
          }
        }
      }

      //First level end

      //Dropdown 2nd level
      ul.dropdown-menu {
        width: 200px;
        background: #fff;
        border: 0;
        border-radius: 0;
        padding: 0 10px;
        display: none;

        li {
          .dropdown-item {
            position: relative;
            font-size: 14px;
            font-weight: 500;
            z-index: 999;
            padding: 15px;
            white-space: pre-wrap;
            /* css-3 */
            white-space: -moz-pre-wrap;
            /* Mozilla, since 1999 */
            word-wrap: break-word;
            border-top: 1px solid #eaeaea;
            background: none;

            &.active {
              color: $primary-color;
            }
          }

          &:first-child>a {
            border-top: 0;
          }

          &.active,
          &:hover {
            a {
              color: $primary-color;
            }
          }

          ul.dropdown-menu {
            top: 0;
            border: 0;

            li {
              a {
                color: $title-color;
              }

              &.active,
              &:hover {
                a {
                  color: $primary-color;
                }
              }
            }
          }

          //2nd dropdown
          &.dropdown {
            >a {
              &:after {
                font-family: "iconfont";
                position: absolute;
                clear: both;
                content: "\e874";
                display: block;
                font-size: 14px;
                right: 0;
                top: 50%;
                margin-top: -40px;
                border: 0;
              }
            }
          }
        }

        //2nd li end
      }

      //Dropdown menu end

      @media (min-width: 992px) {
        &:hover {
          ul.dropdown-menu {
            display: block;
          }
        }
      }
    }

    //parent list
  }
}

.main-menu {
  >.menu-item {
    >.dropdown-menu {
      >.menu-item {
        >.dropdown-menu {
          right: 100%;
          top: 0;
          left: auto;
        }
      }
    }
  }
}

// header classic
.header-classic {
  background: rgba(66, 64, 72, 0.25);

  .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: end !important;
    justify-content: flex-start !important;
  }

  .navbar.navbar-light ul.navbar-nav {
    >li {
      @media (min-width: 1200px) {
        &:first-child {
          margin-left: 0;
        }
      }

      >a {
        line-height: 60px;
      }
    }
  }

  .navbar.navbar-light ul.navbar-nav>li.dropdown>a:after {
    margin-top: -32px;
  }
}

// nav center logo
.nav-center-logo {
  .logo {
    max-width: 170px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
    display: inline-block;

    @media (min-width: 992px) {
      position: absolute;
      left: 47%;
      right: auto;
    }
  }

  @media (max-width: 991px) {
    .navbar-toggler {
      top: -60px;
    }
  }

  .navbar.navbar-light {
    .collapse.justify-content-end {
      ul.navbar-nav {
        >li {
          >a {
            color: #191919;
          }

          &.logo-center {
            min-width: 170px;

            a {
              text-indent: -9999px;
              line-height: 0;
            }
          }

          &.nav-ticket-btn {
            >a {
              background: $primary-color;
              height: 40px;
              line-height: 40px;
              padding: 1px 25px 0;
              margin-top: 18px;
              color: #fff !important;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -ms-transition: all 0.4s ease;
              @include border-radius(36px);
              white-space: nowrap;
            }
          }
        }
      }
    }
  }
}

// navbar fixed
@media (min-width: 1200px) {
  .navbar-fixed.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    margin: 0;
    box-shadow: 0 8px 17px rgba(61, 61, 61, 0.02);
    background: #fff;

    &.fade_down_effect {
      -webkit-animation-name: fadeInDown;
      animation-name: fadeInDown;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s;
    }

    &.nav-center {
      .ticket-btn.btn {
        margin-top: 0;
      }
    }
  }

  .sticky.header-transparent,
  .sticky.header-classic {
    background: rgba(26, 24, 49, 0.95);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Ticket Button
=================================================*/

.ticket-btn.btn {
  background: #00c1c1;
  height: 40px;
  line-height: 40px;
  padding: 0px 25px;
  margin-top: 22px;
  float: right;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;

  &:hover {
    background: $primary-color;
  }
}

@media (min-width: 992px) {
  header {
    .navbar-brand.logo {
      padding: 0 !important;
      max-width: 158px;
    }
  }
}

/* header fullwidth
================================================== */
.header-fullwidth {
  @media (min-width: 1200px) {
    .logo {
      margin-left: 40px;
    }

    &.sticky {
      background: #283747;

      .header-fullwidth-nav {
        margin-top: 0;
      }
    }
  }

  .header-fullwidth-nav {
    @media (min-width: 992px) {
      background: #283747;
      padding-right: 20px;
      margin-top: 10px;

      .navbar.navbar-light {
        display: inline-block;
      }

      .ticket-btn {
        font-size: 13px;
        @include border-radius(0);
        padding: 0px 30px;
      }

      .navbar.navbar-light ul.navbar-nav {
        >li {
          &.current-menu-parent {
            &::after {
              position: absolute;
              content: "";
              bottom: 0;
              height: 6px;
              width: 100%;
              background: #e74c3c;
              left: 0;
              right: 0;
              top: 3px;
              margin: auto;
            }
          }

          >a {
            position: relative;
            z-index: 1;

            &:before {
              position: absolute;
              bottom: 40%;
              width: 100%;
              left: 0;
              height: 6px;
              background: $primary-color;
              content: "";
              opacity: 0;
              z-index: -1;
            }
          }

          &.current-menu-item,
          &.active {
            >a {
              &:before {
                opacity: 1;
              }
            }
          }
        }
      }
    }
  }

  @media (max-width: 1025px) {
    .ticket-btn {
      display: none;
    }
  }
}

/* Intro Feature
================================================== */

.single-intro-text {
  padding: 40px 45px 40px 40px;
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  @include border-radius(5px);
  overflow: hidden;
  position: relative;
  background: $white-color;
  z-index: 2;

  i {
    position: absolute;
    right: -10px;
    top: 20px;
    font-size: 55px;
    color: #bababa;
  }

  svg {
    position: absolute;
    right: -10px;
    top: 20px;
    height: 3rem;
    width: 3rem;
    fill: #bababa;
  }

  p {
    margin-bottom: 0;
  }

  .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    @include border-radius(50%);
    background: $primary-color;
    color: $white-color;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
  }

  //Contact feature
  &.single-contact-feature {
    box-shadow: none;
    border: 1px solid #eeeeee;
    border-radius: 0;

    span i {
      font-size: 20px;
      position: relative;
      top: unset;
      right: unset;
    }

    span svg {
      position: relative;
      top: unset;
      right: unset;
      height: 1.5rem;
      width: 1.5rem;
      fill: #fff;
    }
  }

  &.feature-style4 {
    position: relative;
    padding: 0;
    box-shadow: none;

    .feature-img img {
      width: 100%;
      @include transition();
      @include transform(scale(1));
    }

    .feature-content-item {
      position: absolute;
      left: 0;
      bottom: -115px;
      background: rgba(25, 25, 25, 0.8);
      padding: 50px 40px 70px;
      @include transform(skew(0deg, -9deg));
      width: 100%;
      @include transition();
    }

    .feature-content {
      @include transform(skew(0deg, 9deg));

      .ts-title {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        z-index: 1;
        position: relative;
      }

      p {
        color: #fff;
        opacity: 0;
        @include transition();
      }

      i {
        right: 0px;
        top: -15px;
      }
    }

    &:hover {
      .feature-content-item {
        bottom: -40px;
        background: #b48b4e;
      }

      .feature-content {
        p {
          opacity: 1;
        }
      }

      .feature-img img {
        @include transform(scale(1.1));
      }
    }
  }
}

/* Main container
================================================== */
.main-container {
  padding: 80px 0;
}

/*hero content
================================================== */
.hero-form-content {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  border-top: 4px solid #f3742c;

  h2 {
    font-size: 36px;
    font-weight: 800;
    position: relative;
    margin-bottom: 30px;
  }

  p {
    margin-bottom: 35px;
  }
}

.hero-form {
  .form-control {
    border: none;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 5px;
  }

  .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
  }

  .btn {
    display: block;
    width: 100%;
  }

  select {
    width: 100%;
    border: none;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    padding: 12px 17px;
    color: #888888;
    line-height: 27px;
    margin-bottom: 40px;

    option {
      border: none;
      line-height: 28px;
      padding: 10px 0;
    }
  }
}

/* Newsletter
================================================== */

.newsletter-form {
  position: relative;
  z-index: 1;

  .form-group {
    .form-control {
      background: transparent;
      border: none;
      border-bottom: 1px solid #6f55b0;
      border-radius: 0;
      font-size: 14px;
      line-height: 40px;
      padding: 0;
      color: #fff;

      &:focus {
        box-shadow: none;
        outline: none;
      }

      &::placeholder {
        color: #fff;
      }
    }

    .btn {
      position: absolute;
      right: 0;
      top: 0;
    }

    //Btn end
  }
}

/*============================
 ts schedule
 ===========================*/

/* Schedule tab title
================================================== */
img.schedule-slot-speakers.tab-speaker-img-2 {
  top: 130px !important;
}

.ts-schedule {
  .ts-schedule-content {
    .column-title {
      font-size: 36px;
      font-weight: 800;
      color: #3b1d82;
      position: relative;
      padding-bottom: 30px;

      span {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        color: #5a5a5a;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        margin-bottom: 10px;
        margin-top: -5px;
      }

      &:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-image: url(../images/shape/title.png);
        background-repeat: no-repeat;
        background-position: contain;
        width: 70px;
        height: 10px;
        margin: auto auto 0;
        top: auto;
        bottom: 0;
      }
    }
  }

  .schedule-tabs {

    .multi-speaker-2,
    .single-speaker-2 {
      .speaker-content {
        margin: 30px 30px 0 0;
        display: inline-block;
        text-align: center;

        .schedule-slot-speakers {
          width: 60px;
          height: 60px;
        }
      }
    }
  }
}

// Schedule info

.ts-schedule-info {
  position: relative;

  ul {
    position: relative;
    text-align: center;
    border: none;
    min-height: 445px;

    li {
      a {
        height: 245px;
        width: 245px;
        @include border-radius(50%);
        background-image: linear-gradient(-45deg,
            rgb(34, 225, 255) 0%,
            rgb(29, 143, 225) 49%,
            rgb(98, 94, 177) 100%);
        background-image: -webkit-linear-gradient(-45deg,
            rgb(34, 225, 255) 0%,
            rgb(29, 143, 225) 49%,
            rgb(98, 94, 177) 100%);
        background-image: -ms-linear-gradient(-45deg,
            rgb(34, 225, 255) 0%,
            rgb(29, 143, 225) 49%,
            rgb(98, 94, 177) 100%);
        opacity: 0.502;
        display: block;
        @include absolute();
        z-index: 1;
        color: $white-color;
        padding: 100px 0;

        h3 {
          font-size: 30px;
          font-weight: 700;
          color: $white-color;
          opacity: 0.5;
        }

        span {
          text-transform: uppercase;
          opacity: 0.5;
        }
      }

      &:nth-child(1) {
        a {
          top: 140px;
          background-image: linear-gradient(110deg,
              rgb(252, 96, 118) 0%,
              rgb(255, 154, 68) 100%);
        }
      }

      &:nth-child(2) {
        a {
          left: 130px;
          top: -15px;
        }
      }

      &:nth-child(3) {
        a {
          top: 100px;
          left: auto;
          right: 0;
          background-image: radial-gradient(50% 50%,
              circle closest-side,
              rgb(87, 198, 225) 0%,
              rgb(180, 159, 218) 0%,
              rgb(122, 197, 216) 0%,
              rgb(238, 162, 162) 0%,
              rgb(177, 175, 240) 0%,
              rgb(131, 109, 240) 100%);
        }
      }

      a.active {
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
        opacity: 1;
        z-index: 2;

        h3,
        span {
          opacity: 1;
        }
      }
    }
  }
}

// Schedule info end

// schedule-listing
.schedule-listing {
  display: flex;
  flex-direction: row;

  .schedule-slot-time {
    color: $white-color;
    background: $primary-color;
    padding: 60px 20px;
    font-size: 15px;
    font-weight: 700;
    flex: 0 0 18%;
    max-width: 18%;
    display: flex;
    align-items: center;
    position: relative;

    span {
      display: block;
      line-height: 26px;
    }
  }

  .schedule-slot-info {
    position: relative;
    padding: 35px 40px 35px 170px;
    border: 1px dashed #e5e5e5;
    border-left: none;
    width: 100%;

    .schedule-slot-speakers {
      @include absolute(absolute, 40px, 0);
      height: 80px;
      width: 80px;
      @include border-radius(50%);
      bottom: 0;
      margin: auto;
    }

    .schedule-slot-title {
      font-size: 24px;

      strong {
        font-size: 14px;
        color: #888888;
        margin-left: 12px;
      }
    }

    p {
      margin-bottom: 0;
    }
  }

  &:nth-of-type(even) {
    .schedule-slot-time {
      position: relative;
      z-index: 1;

      &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba($color: #000000, $alpha: 0.2);
        z-index: -1;
      }
    }
  }

  &.launce {
    .schedule-slot-time {
      padding: 40px 28px;
    }

    .schedule-slot-title {
      float: left;
      margin-bottom: 0;
    }

    .schedule-slot-info-content {
      img {
        float: right;
      }
    }
  }

  &.multi-schedule-list {
    .multi-speaker {
      float: left;
      margin-right: 20px;
      height: 100%;
      text-align: center;
      min-width: 140px;

      .speaker-content {
        margin-bottom: 15px;
      }
    }

    .schedule-slot-info .schedule-slot-speakers {
      position: relative;
      left: 0;
      width: 80px;
      height: 80px;
      margin: auto auto 5px;
    }

    .schedule-speaker {
      font-size: 14px;
    }

    .schedule-slot-info {
      padding-left: 30px;

      .single-speaker {
        float: left;
        margin-right: 30px;
        min-width: 130px;
        text-align: center;

        img {
          width: 80px;
          height: 80px;
          margin: auto auto 5px;
        }
      }
    }
  }
}

.schedule-listing-btn {
  text-align: center;
  margin-top: 60px;
}

.schedule-tabs,
.direction-tabs {
  .tab-pane.active {
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*============================
 ts-map-tab
 ===========================*/

.ts-map-tabs {
  position: relative;

  .elementor-tabs-wrapper {
    height: 70px;

    .elementor-tab-title {
      padding: 16px 20px !important;
      position: relative;
      border: 1px solid #ccc !important;

      &.elementor-active {
        color: #fff !important;
        border: 1px solid #f3742c !important;
        background-color: #f3742c;
      }
    }
  }

  .elementor-tab-content {
    padding-left: 0px;

    h4 {
      font-size: 20px;
      margin-bottom: 15px;
    }

    p {
      margin-bottom: 30px;
    }

    .contact-info-box {
      position: relative;
      margin-top: 20px;
    }

    h3 {
      font-size: 20px;
      margin-bottom: 15px;
    }

    p {
      margin-bottom: 5px;

      strong {
        font-weight: 700;
        color: #222;
      }
    }

    p.derecttion-vanue {
      margin-bottom: 20px;
    }
  }
}

// Map tabs end

// index 2
.ts-schedule-nav {
  text-align: center;
  margin-bottom: 90px;

  ul {
    border: none;

    li {
      margin: 0 3px;

      a {
        font-size: 14px;
        font-weight: 500;
        color: $title-color;
        text-transform: uppercase;
        background: #f1f0f6;
        display: block;
        padding: 20px 50px;
        position: relative;

        &:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 15px 15px 0;
          border-color: transparent $primary-color transparent transparent;
          position: absolute;
          left: 0;
          bottom: -15px;
          content: "";
          opacity: 0;
          @include transition();
        }

        h3 {
          font-size: 24px;
          font-weight: 700;
          color: $title-color;
          margin-bottom: 0;
          text-transform: capitalize;
        }

        &.active {
          background: $primary-color;
          color: $white-color;

          h3 {
            color: $white-color;
          }

          &:before {
            opacity: 1;
          }
        }
      }
    }
  }
}

/*============================
 intro video
 ===========================*/

.about-video {
  position: relative;

  &:before {
    background-image: linear-gradient(90deg,
        #e6005d 0%,
        rgba(115, 0, 47, 0.35) 65%,
        rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg,
        #e6005d 0%,
        rgba(115, 0, 47, 0.35) 65%,
        rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg,
        #e6005d 0%,
        rgba(115, 0, 47, 0.35) 65%,
        rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
  }
}

.schedule-tabs-item {
  .schedule-listing-item {
    position: relative;

    .schedule-slot-time {
      font-size: 14px;
      color: $primary-color;
      margin-bottom: 10px;
      display: block;
    }

    .schedule-slot-title {
      margin-bottom: 10px;
    }

    .schedule-slot-name {
      font-size: 14px;
      line-height: 36px;
      color: #888888;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .schedule-slot-speakers {
      position: absolute;
      top: 60px;
      width: 50px;
      height: 50px;
      @include border-radius(50%);
      box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
      background-image: linear-gradient(135deg,
          rgb(130, 225, 130) 0%,
          rgb(10, 203, 245) 100%);
    }

    //  &:before {
    //     position: absolute;
    //     top: -30px;
    //     width: 2px;
    //     height: 100%;
    //     content: '';
    //     background: #f1f0f6;
    //     @include transition();
    //  }

    &:after {
      position: absolute;
      width: 10px;
      height: 10px;
      content: "";
      border-width: 2px;
      border-style: solid;
      border-color: $primary-color;
      @include border-radius(50%);
      top: 80px;
      background: $white-color;
    }

    &.schedule-left {
      padding: 60px 125px 20px 0;
      text-align: right;

      .schedule-slot-speakers {
        right: 30px;
      }

      &:before {
        right: -17px;
      }

      &:after {
        right: -6px;
      }
    }

    &.schedule-right {
      padding: 60px 20px 0px 125px;
      text-align: left;

      .schedule-slot-speakers {
        left: 30px;
      }

      &:before {
        left: -15px;
      }

      &:after {
        left: -19px;
      }
    }

    &:hover {
      &:before {
        background: $primary-color;
      }
    }
  }

  ul {
    padding: 0;
    position: relative;
    overflow: hidden;

    &:before {
      position: absolute;
      top: -30px;
      width: 2px;
      left: 50%;
      height: 100%;
      content: "";
      background: #f1f0f6;
    }

    li {
      list-style: none;
      clear: both;
      width: 50%;
      display: block;
      position: relative;

      &:before {
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        content: "";
        background: $primary-color;
        width: 2px;
        opacity: 0;
      }
    }

    li:nth-child(odd) {
      float: left;

      &:before {
        right: -2px;
      }

      &:hover {
        &:before {
          opacity: 1;
        }
      }
    }

    li:nth-child(even) {
      float: right;
      padding-left: 15px;

      &:before {
        left: 0;
      }

      &:hover {
        &:before {
          opacity: 1;
        }
      }
    }
  }
}

/*============================
 Blog
 ===========================*/

// .post-meta {
//    font-size: 13px;
//    margin-bottom: 15px;

//    .post-author {
//       margin-right: 25px;
//       text-transform: uppercase;
//    }

//    .post-meta-date {
//       display: inline-block;
//       color: #f3742c;
//       text-transform: uppercase;
//       word-spacing: 5px;
//    }
// }

.elementor-widget-exhibz-latestnews {
  .post {
    padding-right: 0px;

    .post-media {
      &.post-image {
        position: relative;
      }
    }

    .post-body {
      padding: 20px 20px 25px 30px;
      margin: 0;
      box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
      border-radius: 5px;
      background: $white-color;
      @include transition();

      .entry-header {
        .entry-title {
          font-size: 24px;
          font-weight: 700;
          margin-bottom: 15px;

          a {
            color: $title-color;

            &:hover {
              color: $primary-color;
            }
          }
        }
      }

      .entry-content {
        p {
          line-height: 26px;
        }
      }

      .post-meta {
        padding: 5px 0px 0px 0px;
        font-size: 13px;
        margin-bottom: 5px;
      }

      .post-author {
        margin-right: 25px;
        text-transform: uppercase;

        a {
          &:hover {
            color: $primary-color;
          }
        }
      }

      .post-meta-date {
        display: inline-block;
        text-transform: uppercase;
      }
    }

    &:hover {
      .post-body {
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);

        .entry-header {
          .entry-title {
            a {
              color: $primary-color;
            }
          }
        }
      }
    }
  }
}

/* Address Map
==================================================

.ts-tab-map{
   .elementor-column-wrap{
      width: 550px;
      border-radius: 100%;
      overflow: hidden;

   }
}
.ts-tab-map{
  .elementor-widget{
    border-radius: 50% !important;
    overflow: hidden;
  }
}*/

/* Footer
================================================== */

.ts-newsletter {
  &.elementor-section.elementor-section-boxed>.elementor-container {
    position: relative;
    z-index: 9;
  }
}

.ts-newsletter-area {
  .newsletter-form .form-group .btn {
    border-radius: 36px;
    background: #101010;
  }

  .newsletter-form .form-group .form-control {
    border-bottom: 1px solid #ab8b5d;
  }
}

.ts-footer {
  background: #1a1831;
  padding: 250px 0 50px;
  position: relative;
  overflow: hidden;
}

.blog,
.category,
.single-post,
.archive,
.tag,
body.single,
.single-etn-speaker,
.author {
  .ts-footer {
    padding: 50px 0;
  }
}

.ts-footer-social {
  ul {
    padding: 0;

    li {
      display: inline-block;
      list-style: none;

      a {
        display: block;
        height: 40px;
        width: 40px;
        @include border-radius(50%);
        border: 1px solid #525164;
        text-align: center;
        color: $white-color;
        font-size: 14px;
        padding: 7px 0;
        margin: 0 10px;

        span {
          display: none;
        }

        &:hover {
          background: $primary-color;
          border-color: transparent;
          @include transform(rotate(360deg));
        }
      }
    }
  }
}

// Footer social end

// Footer menu

.footer-menu {
  margin: 25px 0;

  ul {
    margin: 0;
    padding: 0;

    li {
      display: inline-block;

      a {
        color: #a8a8ad;
        margin: 0 20px;
        position: relative;

        &:before {
          @include absolute(absolute, -24px, 1px);
          bottom: 0;
          margin: auto;
          content: "";
          background: #5f5e6f;
          width: 5px;
          height: 5px;
          @include border-radius(50%);
        }

        &:hover {
          color: $primary-color;
        }
      }

      &:first-child {
        a {
          &:before {
            display: none;
          }
        }
      }
    }
  }
}

// Footer menu end

.copyright-text p {
  margin-bottom: 0;
  color: #a8a8ad;
}

// Copyright

/*=================================
      ts-intro-outcome
=================================*/
.ts-intro-outcome {
  @include background-content();
  padding-top: 170px;
}

.ts-single-outcome {
  text-align: center;
  @include border-radius(50%);
  width: 250px;
  height: 250px;
  background-image: linear-gradient(110deg,
      rgb(252, 96, 118) 0%,
      rgb(255, 154, 68) 100%);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 55px 0;
  @include transition();

  i {
    font-size: 80px;
    color: $white-color;
    display: block;
    margin-bottom: 30px;
  }

  svg {
    height: 5rem;
    width: 5rem;
    fill: #fff;
  }

  .ts-title {
    color: $white-color;
  }

  &:hover {

    i,
    svg {
      -webkit-animation-name: shake;
      animation-name: shake;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }
  }
}

// Single outcome

/*=================================
      Sub Pages
=================================*/

.banner-title {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

/*      Faq Page
=================================*/

.elementor-widget-accordion {
  .elementor-accordion {
    .elementor-accordion-item {
      margin-bottom: 20px;

      .elementor-tab-title {
        display: block;
        background: transparent;
        width: 100%;
        text-align: left;
        border: 1px solid #e5e5e5;
        color: #101010;
        text-transform: capitalize;
        position: relative;
        height: 60px;
        line-height: 30px;
        border-radius: 0;
        -webkit-border-radius: 0;
        transition: all 0.5s;
      }

      .elementor-active {
        background-color: #f3742c;
        border: transparent;
      }

      .elementor-tab-content {
        background-color: #f3742c;
        // transition: all .2s;
      }
    }
  }
}

// elementor widget accordion

.elementor-element {
  .elementor-accordion {
    .elementor-accordion-icon {
      &.elementor-accordion-icon-right {
        i {
          line-height: 26px;
        }
      }
    }
  }
}

// elementor element

// sidebar
.widget {
  margin-bottom: 50px;
}

// Contact form 7

.wpcf7-form {
  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    height: 50px;
    width: 100%;
    padding: 0 20px;
    @include border-radius(0);

    &:focus {
      box-shadow: none;
      outline: none;
      border-color: $primary-color;
    }

    &.message-box {
      height: 150px;
      resize: none;
      padding-top: 10px;
    }
  }
}

.sidebar-widgets {
  .form-group {
    margin-bottom: 30px;

    textarea {
      height: 150px;
      padding-top: 10px;
      resize: none;
    }
  }
}

// Sidebar widget

/*==========================
     ts speaker
===========================*/
// .ts-speakers {
//   position: relative;

// }

.ts-speaker {
  position: relative;
  text-align: center;
  margin-bottom: 55px;
  overflow: hidden;

  .speaker-img {
    width: 255px;
    height: 255px;
    position: relative;
    @include border-radius(50%);
    overflow: hidden;
    margin: auto auto 20px;

    img {
      width: 100%;
      @include transform(scale(1));
      @include transition();
    }

    &:before {
      @include absolute();
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(59, 29, 130, 0.5);
      @include transition();
      opacity: 0;
      z-index: 1;
      -webkit-border-radius: 50%;
      -webkit-transition: all 0.4s ease;
    }
  }

  .view-speaker {
    @include absolute(absolute, 0, 70%);
    right: 0;
    @include transform(translateY(-50%));
    color: $white-color;
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 2px solid #ddd;
    @include border-radius(50%);
    padding: 12px 0;
    @include transition();
    opacity: 0;
    z-index: 2;
  }

  .ts-title {
    margin-bottom: 5px;
    font-size: 24px;

    a {
      color: $title-color;
    }
  }

  &:hover {
    .speaker-img {
      img {
        @include transform(scale(1.2));
      }

      &:before {
        opacity: 1;
      }
    }

    .view-speaker {
      top: 50%;
      opacity: 1;
    }

    .ts-title {
      a {
        color: $primary-color;
      }
    }
  }

  // index 4
  &.white-text {

    .ts-title a,
    p {
      color: $white-color;
    }
  }
}

// speaker classic
.speaker-classic {
  padding-top: 0px;

  .ts-speaker {
    margin-bottom: 60px;

    .speaker-img {
      width: 100%;
      height: auto;
      @include border-radius(0);

      &:before {
        @include border-radius(0);
      }
    }

    .ts-speaker-info {
      position: absolute;
      right: 0;
      bottom: -13px;
      background: $white-color;
      z-index: 1;
      width: 90%;
      padding: 20px 0 25px;

      .ts-title {
        margin-bottom: 0;
      }

      p {
        margin-bottom: 0;
      }
    }
  }
}

.ts-speakers-classic {
  .ts-speaker {
    @include border-radius(5);
    overflow: hidden;

    .speaker-img:before {
      background: $primary-color;
    }

    .ts-speaker-info {
      background: transparent;
      width: 100%;
      color: #fff;
      bottom: 0px;
      opacity: 0;
      @include transition();
      padding: 20px 40px 25px;

      .ts-title {
        color: #fff;
        margin-bottom: 10px;
      }
    }

    &:hover {
      .ts-speaker-info {
        bottom: 50px;
        opacity: 1;
      }

      .view-speaker {
        top: 36%;
      }
    }
  }
}

// shap image
.speaker-shap {
  img {
    @include absolute();
    max-width: 100px;

    &.shap1 {
      top: 15%;
    }

    &.shap2 {
      bottom: 0;
      left: auto;
      top: 35%;
      right: 0;
      margin: auto;
    }

    &.shap3 {
      top: auto;
      bottom: -25px;
      margin: auto;
      left: 6%;
    }
  }
}

// ts-speaker-popup
.ts-speaker-popup {
  background: $white-color;
  padding: 0;
  position: relative;

  .ts-speaker-popup-img {
    img {
      width: 100%;
    }
  }

  .ts-speaker-popup-content {
    padding: 60px 40px;

    .ts-title {
      margin-bottom: 10px;
    }

    .speakder-designation {
      display: block;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .company-logo {
      margin-bottom: 15px;
    }

    p {
      margin-bottom: 25px;
    }

    h4 {
      font-size: 20px;
      font-weight: 700;
    }

    .session-name {
      margin-bottom: 15px;
    }

    .speaker-session-info {
      p {
        color: $primary-color;
        margin-bottom: 30px;
      }
    }

    .ts-speakers-social {
      a {
        color: #ababab;
        margin-right: 18px;

        &:hover {
          color: $primary-color;
        }
      }
    }
  }

  button.mfp-close {
    font-size: 30px;
  }
}

.elementor-social-icon {
  i {
    font-family: "iconfont" !important;
    font-style: normal;

    &.fa-facebook-official:before,
    &.fa-facebook:before,
    &.fa-facebook-f:before {
      content: "\e913";
    }

    &.fa-twitter:before {
      content: "\e912";
    }

    &.fa-google-plus-g:before,
    &.fa-google-plus:before {
      content: "\e911";
    }

    &.fa-pinterest:before,
    &.fa-pinterest-p:before {
      content: "\e910";
    }

    &.fa-instagram:before {
      content: "\e90f";
    }

    &.fa-linkedin:before {
      content: "\e90e";
    }

    &.fa-behance:before {
      content: "\e90d";
    }

    &.fa-flickr:before {
      content: "\e90c";
    }

    &.fa-github:before {
      content: "\e90b";
    }

    &.fa-skype:before {
      content: "\e90a";
    }

    &.fa-soundcloud:before {
      content: "\e909";
    }

    &.fa-stumbleupon:before {
      content: "\e908";
    }

    &.fa-tumblr:before {
      content: "\e907";
    }

    &.fa-vimeo:before {
      content: "\e906";
    }

    &.fa-vine:before {
      content: "\e905";
    }

    &.fa-vk:before {
      content: "\e904";
    }

    &.fa-xing:before {
      content: "\e903";
    }

    &.fa-yelp:before {
      content: "\e902";
    }

    &.fa-youtube:before {
      content: "\e96f";
    }
  }
}

// speaker single page
.ts-single-speaker {
  .speaker-content {
    background: #f7f7f7;
    padding: 30px;

    .speaker-exhibs_photo {
      margin-bottom: 20px;

      img {
        @include border-radius(50%);
        object-fit: cover;
        aspect-ratio: 1/1;
      }
    }

    h2 {
      font-size: 28px;
    }

    .speaker-designation {
      margin-bottom: 20px;
    }

    .speaker-exhibs_logo {
      margin-bottom: 25px;
    }
  }

  .ts-social-list {
    padding-left: 0;

    li {
      display: inline-block;

      a {
        font-size: 15px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        background: $primary-color;
        @include border-radius(50%);
        color: #fff;
        margin: 0 5px;
        @include transition();

        &:hover {
          background: $secondary-color;
        }
      }
    }
  }

  .single-speaker-schedule {
    .schedule-listing .schedule-slot-info {
      padding-left: 40px;
      text-align: left;
    }
  }

  &.archive {
    .speaker-content {
      background: transparent;
    }
  }
}

.single-ts-speaker {
  .ts-footer {
    padding-top: 60px;
  }
}

//ts-countdown code

.countdown {
  margin-bottom: 60px;

  .counter-item {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    color: #fff;
    margin-right: 18px;
    padding: 35px 0;
    position: relative;

    i {
      font-size: 105px;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }

    span {
      font-size: 24px;
      display: block;
      line-height: 18px;
      letter-spacing: 0.96px;
      font-weight: 700;
    }

    .smalltext {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 2.5px;
    }

    &:last-of-type {
      margin-right: 0;
    }

    &:nth-of-type(1) {
      i {
        color: #00a3ee;
      }
    }

    &:nth-of-type(2) {
      i {
        color: #ffcf4a;
        top: 2px;
        -webkit-transform: rotate(-148deg);
        -ms-transform: rotate(-148deg);
        transform: rotate(-148deg);
      }
    }

    &:nth-of-type(3) {
      i {
        color: #00c1c1;
      }
    }

    &:nth-of-type(4) {
      i {
        color: #ff6386;
      }
    }
  }
}

.ts-count-down {
  padding: 0;
  // margin: -80px 0;
  z-index: 1;

  .countdown {
    margin-bottom: 0;

    .counter-item {
      width: 25%;
      float: left;
      margin-right: 0;
      border: none;
      position: relative;
      height: auto;

      span {
        font-size: 64px;
        font-weight: 700;
        line-height: 64px;
      }

      b {
        position: absolute;
        right: 0;
        top: 50%;
        bottom: 0;
        margin: auto;
        font-size: 30px;
        -webkit-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        transform: translateY(-18%);
      }
    }

    &:before {
      z-index: -1;
      opacity: 1;
    }
  }
}

.count-dwon-item {
  .counter-item b {
    display: none !important;
  }

  .ts-count-down {
    margin: 0;
  }
}

.gradient-counter {
  z-index: 1;
}

// gradient overlay
.gradient-overlay {
  .elementor-custom-embed-image-overlay {
    &:before {
      background: linear-gradient(145deg,
          rgba(255, 7, 99, 0.65) 5%,
          rgba(104, 89, 222, 0.65) 100%);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
    }
  }
}

/* highlight count down*/
.highlight-count-down .counter-item:nth-child(1) {
  color: #f3742c;
}

.highlight-count-down .counter-item:nth-child(2) {
  color: #ffc107;
}

.highlight-count-down .counter-item:nth-child(3) {
  color: #00c1c1;
}

.highlight-count-down .counter-item:nth-child(4) {
  color: #8bc34a;
}

/*====================================
      ts-pricing
=====================================*/

.ts-pricing {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  .speaker-shap {
    .shap2 {
      top: 150px;
      bottom: auto;
    }
  }
}

.ts-pricing.p-60 {
  padding-top: 20px;
}

.pricing-item {
  position: relative;
  max-width: 320px;
  margin: auto;

  .pricing-dot {
    width: 100%;
    display: block;
  }

  .pricing-dot1 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    width: 100%;
    margin-top: -2px;
  }
}

.pricing-item.disebled {
  opacity: 0.7;
  cursor: no-drop;
}

.pricing-item.disebled .btn {
  background: #a077a6;
  cursor: no-drop;
}

.ts-pricing-box {
  .ts-pricing-progress {
    .ts-pricing-value {
      font-weight: 700;
      color: #f3742c;
      margin-bottom: 25px;
    }
  }

  .ts-progress {
    width: 100%;
    height: 10px;
    background: #ebedf4;
    margin-bottom: 10px;

    .ts-progress-inner {
      background-image: -webkit-linear-gradient(306deg,
          #321575 0%,
          #8d0b93 51%,
          #ff0066 100%,
          #ff057c 100%);
      background-image: -o-linear-gradient(306deg,
          #321575 0%,
          #8d0b93 51%,
          #ff0066 100%,
          #ff057c 100%);
      background-image: linear-gradient(144deg,
          #321575 0%,
          #8d0b93 51%,
          #ff0066 100%,
          #ff057c 100%);
      height: 100%;
    }
  }

  .promotional-code {
    .promo-code-text {
      font-weight: 400;
      color: #f3742c;
    }
  }

  .pricing-btn {
    margin-bottom: 25px;
    position: relative;

    &:after,
    &:before {
      position: absolute;
      left: -14px;
      top: 0;
      content: "";
      width: 25px;
      height: 25px;
      display: block;
      background: #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      bottom: 0;
      margin: auto;
    }

    &:after {
      position: absolute;
      left: auto;
      top: 0;
      right: -14px;
    }
  }

  .vate-text {
    margin-bottom: 0;
  }
}

.ts-pricing-item {
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 40px;
  margin-top: 50px;

  .ts-pricing-header {
    i {
      font-size: 70px;
      height: 160px;
      width: 160px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      display: block;
      margin: auto;
      background: #3b1d82;
      color: #fff;
      padding: 45px 0;
      margin-top: -100px;
      margin-bottom: 40px;
    }
  }

  .ts-pricing-name {
    font-size: 24px;
    font-weight: 700;
    color: #3b1d82;
    margin-bottom: 35px;
  }

  .ts-pricing-price {
    font-size: 48px;
    font-weight: 800;
    position: relative;
    margin-bottom: 50px;

    img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      text-align: center;
      top: 0;
    }

    span {
      position: relative;
      z-index: 1;
      color: #3b1d82;
    }
  }

  p {
    margin-bottom: 30px;
  }

  .btn {
    background: #3b1d82;
  }
}

.ts-pricing-item.disebled {
  cursor: no-drop;
  opacity: 0.7;

  .ts-pricing-header {
    i {
      background: #e7e7e7;
    }

    .ts-pricing-name {
      color: #cccccc;
    }
  }

  .ts-pricing-price {
    span {
      opacity: 0.5;
    }
  }

  .btn {
    background: #e7e7e7;
  }
}

.ts-pricing-item.active .ts-pricing-header i,
.ts-pricing-item.active .btn {
  background: #f3742c;
}

.ts-pricing-item.active .ts-pricing-name,
.ts-pricing-item.active .ts-pricing-price span {
  color: #f3742c;
}

/* extract css */

@media (min-width: 991px) {
  .header ul.navbar-nav {
    li {
      &:hover {
        >.dropdown-menu {
          display: block;
          border: none;
        }
      }
    }
  }
}

/*====================================
      ts-pricing
=====================================*/

.pricing-item.disebled {
  opacity: 0.7;
  cursor: no-drop;
}

.pricing-item.disebled .btn {
  background: #a077a6;
  cursor: no-drop;
}

.ts-pricing-box {
  background: #fff;
  padding: 40px;
  text-align: center;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;

  &:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
  }

  .ts-pricing-header {
    .ts-pricing-name {
      font-size: 20px;
      font-weight: 800;
      color: #3b1d82;
      text-transform: uppercase;
      margin-bottom: 15px;
    }

    .ts-pricing-price {
      font-size: 58px;
      font-weight: 900;
      color: #3b1d82;
      margin-bottom: 20px;

      span {
        margin-right: 10px;
      }
    }
  }
}

.ts-pricing.classic .ts-pricing-item {
  box-shadow: 19.799px 19.799px 40px 0px rgba(0, 0, 0, 0.1);
}

.pricing-wrap .pricing-item .ts-pricing-box {
  background: #120f4e;
}

.pricing-wrap .pricing-item .ts-pricing-box .ts-pricing-name,
.pricing-wrap .pricing-item .ts-pricing-box .ts-pricing-price,
.pricing-wrap .pricing-item .ts-pricing-box .amount-progres-text,
.pricing-wrap .pricing-item .ts-pricing-box .vate-text {
  color: #fff;
}

.pricing-wrap .pricing-item .ts-pricing-box .pricing-btn:before,
.pricing-wrap .pricing-item .ts-pricing-box .pricing-btn:after {
  background: #120f4e;
}

/* Page banner area */
.page-banner-area {
  position: relative;
  min-height: 400px;
  color: #fff;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: hidden;
}

.page-banner-title {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;

  &.mt-80 {
    margin-top: 60px;
  }
}

.page-banner-title h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

.page-banner-title .breadcrumb {
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-banner-title .breadcrumb li a {
  color: #fff;
  margin-right: 5px;
}

.page-banner-title .breadcrumb a:hover {
  color: #ccc;
}

.breadcrumb {
  padding: 0;
  background: none;
}

.breadcrumb a:hover {
  color: #fff;
}

.breadcrumb>li {
  font-weight: 500;
  margin: 0 10px;
}

/*------------back to top-------------*/
.BackTo {
  background: #f3742c none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 75px;
  color: #979797;
  cursor: pointer;
  height: 44px;
  position: fixed;
  right: 14px;
  text-align: center;
  width: 44px;
  z-index: 9;
  display: block;
  padding: 8px 0;
}

.BackTo a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 2px;
  display: inline-block;

  &:hover {
    color: $white-color;
  }
}

.text-right-bottom {
  text-align: right !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

// funfacts
.ts-funfacts {
  .elementor-counter-number-wrapper {
    .elementor-counter-number-prefix {
      display: none;
    }
  }

  .elementor-counter-title {
    text-align: left;
  }
}

// main slider home 3
.main-slider {
  padding: 0;
  z-index: 0;

  .banner-item {
    min-height: 850px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    position: relative;

    &:before {
      background: rgba(0, 0, 0, 0.35);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
    }

    .banner-content-wrap {
      padding: 250px 0 182px;
      z-index: 1;
      position: relative;

      .title-shap-img {
        margin: auto auto 25px;
        max-width: 70px;
      }

      p.banner-info {
        font-style: italic;
        font-size: 20px;
        color: #fff;
      }

      h1.banner-title {
        text-transform: capitalize;
        margin-bottom: 30px;
      }

      p.banner-desc {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        padding: 0px 180px;
        margin-bottom: 40px;
      }

      .ts-banner-btn {
        .btn {
          height: 55px;
          line-height: 55px;
          padding: 0 55px;

          &.fill {
            background: $primary-blue;
            border-color: $primary-blue;
            padding: 0 55px;
            margin-left: 20px;
          }
        }
      }
    }
  }

  .owl-item.active {
    .banner-item {
      .banner-content-wrap {

        .title-shap-img,
        p.banner-info,
        h1.banner-title,
        .banner-desc,
        .ts-banner-btn {
          -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
          -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
        }

        .title-shap-img {
          -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
        }

        p.banner-title {
          -webkit-animation-duration: 2s;
          animation-duration: 2s;
        }

        h1.banner-title {
          -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
        }

        p.banner-desc {
          -webkit-animation-duration: 3s;
          animation-duration: 3s;
        }

        .ts-banner-btn {
          -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
        }
      }
    }
  }

  .owl-dots {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 130px;
    margin: auto;
    text-align: center;

    .owl-dot {
      width: 20px;
      height: 2px;
      background: $white-color;
      opacity: 0.5;
      display: inline-block;
      margin: 0 5px;

      &.active {
        opacity: 1;
      }
    }
  }
}

.swiper-container-horizontal {
  &>.swiper-pagination-bullets {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 60px;
    margin: auto;
    text-align: center;

    .swiper-pagination-bullet {
      width: 20px;
      height: 2px;
      background: $white-color;
      opacity: 0.5;
      display: inline-block;
      margin: 0 5px;

      &.active {
        opacity: 1;
      }
    }
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;

  &::after {
    display: none;
  }
}

// date item
.date-item {
  display: inline-block;
  border: 3px solid $primary-color;
  border-radius: 10px;
  padding: 18px 20px 14px;
  color: #3b1d82;
  font-size: 18px;
  font-weight: 500;

  .event-day {
    display: block;
    font-size: 36px;
    font-weight: 900;
  }
}

// box style
@media (min-width: 1024px) {
  .box-style {
    .elementor-row {
      position: relative;
    }

    .indicator {
      position: absolute;
      content: "";
      height: 100%;
      left: 33.3333333333%;
      position: absolute;
      transform: translate3d(0, 0, 0);
      transition: left 500ms cubic-bezier(0.694, 0, 0.335, 1);
      width: 33.3333333333%;
      z-index: -1;
      box-shadow: 0px 15px 60px 0px rgba(0, 0, 0, 0.1);
      background-color: #fff;
    }

    .elementor-inner-column:nth-child(1):hover~.indicator {
      left: 0;
    }

    .elementor-inner-column:nth-child(3):hover~.indicator {
      left: 66.6666666%;
    }
  }
}

// custom list style
.custom-list-style ul li {
  border-left: 3px solid #f3742c;
  padding: 0 20px;
  display: inline-block;
  line-height: 20px;
}

/* //.woocommerce */
.page-banner-title .woocommerce-breadcrumb,
.page-banner-title .woocommerce-breadcrumb a {
  color: #fff;
}

p.form-submit .submit {
  background: #f3742c !important;
  color: #fff !important;
}

.woocommerce #reviews #comments h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 25px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 50px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 70px;
}

.woocommerce-Reviews {
  .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
  }
}

.woocommerce .star-rating {
  color: #f3742c;
}

/*  multi-schedule-list */

.multi-schedule-list {
  .multi-speaker {
    .schedule-speaker {
      margin-bottom: 25px;
    }
  }

  .schedule-slot-info {
    display: flex;
  }
}

.food-main-banner {
  overflow: hidden;
}

/****************************
   Gallery slider
*****************************/
.ts-gallery-slider {

  .swiper-horizontal {
    padding-top: 80px;
  }

  .galler-img-item {
    @include transition();
    clear: both;

    img {
      filter: grayscale(100%);
    }
  }

  .swiper-container {
    padding-top: 80px;
  }

  .swiper-slide-active {
    .galler-img-item {
      margin-top: -80px;
      @include transition();

      img {
        filter: grayscale(0%);
        @include border-radius(5px);
        box-shadow: 0px 20px 30px 0px rgba(180, 139, 78, 0.25);
        padding: 0 5px;
      }
    }

    @media (min-width: 1024px) {
      z-index: 1;
    }
  }

  .slider_nav {
    position: absolute;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 10px;
    left: 0;

    @media (min-width: 1024px) {
      left: -50px;
    }

    .swiper-button-prev,
    .swiper-button-next {
      position: static;
      width: 50px;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      font-size: 20px;
      border-radius: 50%;
      border: 1px solid $primary-color;
      margin: 0px 5px;
    }
  }
}

/*-------------------------
 preloader
 ---------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999999999;
  overflow: hidden;
  background-color: #f3742c;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

#preloader.loaded {
  top: -200%;
}

#preloader.loaded .preloader-cancel-btn-wraper {
  bottom: 200%;
}

.preloader-cancel-btn-wraper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px;
  -webkit-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.preloader-cancel-btn-wraper .preloader-cancel-btn {
  border-radius: 36px;
  font-size: 11px;
  background: #000;
  color: #fff;
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ===========================
// Education And Conference
============================ */

.title-bar-shap {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-style: initial;

  &::before {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 9px;
    background: #fea9a0;
    content: "";
    z-index: -1;
  }
}

.title-border {
  width: 60px;
  background: #e74c3c;
  height: 5px;
  display: inline-block;
}

// count down
.block-count-down {
  margin: 0;
  padding: 0 30px;

  .countdown {
    .counter-item {
      width: 100%;
      position: relative;
      border-radius: 0;
      padding: 22px 0;

      &:not(:last-child) {
        border-bottom: 2px dotted #4f5b68;
      }

      span {
        letter-spacing: 0;
        line-height: 48px;
        display: inline-block;
      }

      .smalltext {
        position: static;
        text-transform: initial;
        font-size: 24px;
        letter-spacing: 0;
        line-height: 0.8;
      }
    }
  }
}

.event-date {
  .date-item {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .block-count-down {
    padding: 0;
  }
}

.image-box {
  .elementor-image {
    position: relative;

    img {
      width: 100%;
    }

    &::after {
      position: absolute;
      content: "";
      right: -30px;
      bottom: -30px;
      width: 200px;
      height: 200px;
      border: 5px solid #e74c3c;
      border-width: 5px 30px 30px 5px;
      transition: all ease 0.5s;
    }

    &:hover {
      &::after {
        background: rgba(#e74c3c, 0.3);
        width: 100%;
        height: 100%;
      }
    }
  }
}

// border color
.edu-con {
  blockquote {
    border-color: #e74c3c;
  }
}

.cta {
  position: relative;
  overflow: hidden;
  z-index: 11;

  .newsletter-form {
    .form-group {
      .form-control {
        border: 1px solid rgba(#fff, 0.2);
        padding-left: 20px;
      }

      .btn {
        border-radius: 0;
        font-size: 15px;
        color: #e74c3c;
        background: #fff;

        &:hover {
          background: #e74c3c;
          color: #fff;
        }

        &:focus {
          box-shadow: none;
        }
      }
    }
  }
}

/* ==========================
// Shortcode: Topics
=============================*/

.single-topics {
  position: relative;
  box-shadow: 0px 15px 30px 0px rgba(40, 55, 71, 0.05);
  padding: 35px 40px 30px 40px;
  transition: all ease 0.5s;

  &::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all ease 0.5s;
    background-blend-mode: multiply;
  }

  &::before {
    position: absolute;
    content: "";
    left: -12px;
    top: -12px;
    width: 66px;
    height: 33px;
    opacity: 0;
    transition: all ease 0.5s;
    background: url(../images/shape/topics_mem.png) no-repeat center left;
  }

  .ts-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
    transition: all ease 0.3s;
  }

  p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
    transition: all ease 0.3s;
  }

  .topics-link {
    width: 34px;
    height: 34px;
    background: #fff;
    color: #e74c3c;
    padding: 6px;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transition: all ease 0.5s;
  }

  &:hover {

    // background: rgba(#e74c3c,.5);
    &::after,
    &::before,
    .topics-link {
      opacity: 1;
    }

    .ts-title {
      color: #fff;
    }

    p {
      color: #fff;
    }
  }
}

/* ===============================
// Shortcode: Speakers slider
================================== */
.ts-speaker-slider {
  .owl-stage-outer {
    padding: 50px 0;
  }

  .ts-speaker {
    text-align: left;
    overflow: initial;

    &::before {
      position: absolute;
      content: "";
      width: 0%;
      right: 0;
      height: 110%;
      top: -20px;
      background: rgba(#e74c3c, 0.7);
      z-index: 1;
      transition: all ease 0.5s;
    }

    .speaker-img {
      border-radius: 0;
    }

    .ts-title {
      font-size: 30px;
      margin: 10px 0 15px;
    }

    .view-speaker {
      opacity: 1;
      width: 100%;
      height: 100%;
      transform: translate(0);
      top: 0;
      bottom: 0;
      border-radius: 0;
      border-color: transparent;
    }

    &:hover {
      &::before {
        width: 50%;
      }

      .speaker-img {
        &::before {
          opacity: 0;
        }
      }
    }
  }

  .owl-dots {
    text-align: center;

    .owl-dot {
      width: 6px;
      height: 6px;
      background: #cccccc;
      display: inline-block;
      margin: 0 5px;
      transition: all ease 0.5s;

      &.active {
        width: 30px;
        background: #e74c3c;
      }
    }
  }
}

@media (max-width: 768px) {
  .meetup {
    overflow: hidden;
  }

  .ts-speaker-slider {
    .ts-speaker {
      overflow: hidden;

      .speaker-img {
        width: 100%;
        height: auto;
      }

      &:hover {
        .speaker-img {
          img {
            transform: scale(1);
          }
        }
      }
    }
  }
}

/* =======================
// Shortcode: Meetup
=========================== */
.meetup-wrap {
  .meetup-image {
    position: relative;
    display: flex;
    justify-content: flex-end;

    img {
      width: 100%;
      border-radius: 50%;
      width: 350px;
      height: 350px;
      box-shadow: 0px 20px 30px 0px rgba(40, 55, 71, 0.15);
    }
  }

  &:hover {
    .meetup-box {
      opacity: 1;
      top: 0;
      visibility: visible;
    }
  }

  .meetup-box {
    padding: 35px 40px 35px 40px;
    background: #e74c3c;
    position: absolute;
    left: 0;
    margin: 0 auto;
    top: 20px;
    right: 0;
    width: 340px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;

    &::after {
      position: absolute;
      content: "";
      right: 25px;
      width: 3px;
      height: 90px;
      background: #fff;
      bottom: -40px;
    }

    .ts-title {
      color: #fff;
    }

    p {
      color: #fff;
      margin-bottom: 0;
    }

    &.right {
      &::after {
        left: 25px;
        right: auto;
      }
    }

    &.left {
      &::after {
        left: auto;
        right: 25px;
      }
    }
  }
}

@media (max-width: 375px) {
  .meetup-wrap {
    .meetup-box {
      width: 250px;

      &::after {
        display: none;
      }
    }
  }
}

/* =======================
// Text Logo
=========================== */

.logo-title {
  margin-bottom: 0;
  font-size: 30px;
  text-transform: uppercase;

  a {
    &:hover {
      color: $primary-color;
    }
  }
}

// speaker archive and category

.post-type-archive-ts-speaker,
.tax-ts-speaker_cat {
  .ts-single-speaker .speaker-content .speaker-exhibs_photo img {
    width: 180px;
    height: 180px;
  }

  .ts-single-speaker .speaker-content {
    padding: 10px;
  }
}

.ts-speaker-archive-widget {
  .ts-single-speaker .speaker-content .speaker-exhibs_photo img {
    width: 180px;
    height: 180px;
  }

  .ts-single-speaker .speaker-content {
    padding: 40px;
  }
}

/* =============================
// Home Style: Classic 2020
=================================*/

.header-fullwidthsolid {
  position: relative;
  z-index: 99;

  &.navbar-fixed.sticky {
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.07);
  }

  .container-fluid {
    padding: 0 60px;

    @media (max-width: 1020px) {
      padding: 0 30px;
    }

    .navbar-toggler {
      top: -53px;
    }

    .header-btn {
      .ticket-btn {
        padding: 7px 30px;
        height: 50px;
        font-size: 15px;
        margin: 18px 0 18px 15px;
        border-radius: 0;

        i {
          margin-left: 5px;
        }
      }
    }
  }
}

// banner
.conference-banner {
  .title-section-area {
    .section-title {
      .sub-title {
        position: relative;
        padding-left: 75px;
        transform: rotate(-90deg);
        position: absolute;
        left: -145px;
        top: 87px;
        margin: 0;

        &::after {
          position: absolute;
          content: "";
          width: 57px;
          height: 2px;
          background: $white-color;
          left: 0;
          top: 10px;
          bottom: 0;
          margin: auto;
        }

        @media (max-width: 767px) {
          transform: rotate(00deg);
          position: static;
          left: 0;
          top: 0;
          margin-bottom: 20px;
        }
      }
    }
  }

  .elementor-social-icons-wrapper {
    padding-left: 100px;
    position: relative;

    &::after {
      position: absolute;
      content: "";
      width: 80px;
      height: 2px;
      background: $white-color;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }

    .elementor-social-icon {
      background: transparent;
      vertical-align: middle;
    }
  }

  .icon-wrapper {
    .elementor-container {
      margin-left: 0;
    }
  }
}

// date box
.date-box {
  .title-section-area {
    .section-title {
      position: relative;
      padding-bottom: 20px;

      &::after {
        position: absolute;
        content: "";
        height: 2px;
        background: $white-color;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 30px;
      }
    }
  }
}

// feature
.conference-feature {
  .single-intro-text {
    padding: 0 0 15px;

    &.single-contact-feature {
      border: none;

      .count-number {
        display: none;
      }
    }
  }

  .feature-btn {
    .elementor-button {
      position: relative;

      .elementor-button-content-wrapper {
        position: relative;
        z-index: 2;
      }

      &::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 1px;
        width: 92px;
        height: 7px;
        background: #ffac27;
        transition: all ease 0.4s;
      }

      &:hover {
        &::after {
          width: 15px;
        }
      }
    }
  }
}

// Latest News
.classic-post {
  .post {
    .post-body {
      .entry-content p {
        margin-top: 0;
      }
    }
  }
}

// topic style

.list-style {
  .elementor-widget-container {
    .elementor-icon-box-wrapper {
      @media (min-width: 768px) {
        align-items: center;
      }
    }
  }

  &:hover {
    .elementor-widget-container {
      .elementor-icon-box-wrapper {
        .elementor-icon-box-icon {
          .elementor-icon {
            background: rgba($white-color, 0.2);
          }
        }

        .elementor-icon-box-content {
          .elementor-icon-box-title {
            color: $white-color;
          }
        }
      }
    }
  }
}

// shortcode: speaker style alter
.ts-speakers {
  &-style4 {
    .speaker-img {
      &::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: var(--speaker-color);
        z-index: 1;
        mix-blend-mode: color;
        pointer-events: none;
        border-radius: inherit;
        transition: all 0.4s ease;
        opacity: 1;
      }

      img {
        filter: grayscale(100%);
      }
    }

    .ts-speaker {
      margin-bottom: 0;

      .ts-speaker-info {
        background: transparent;
        bottom: 50px;
        right: auto;
        left: 0%;
        transition: all ease 0.6s;
        padding: 0;

        .ts-title {
          background: #25cd44;
          display: inline-block;
          padding: 15px 25px;
        }

        p {
          background: #ffac27;
          padding: 3px 25px;
        }
      }

      .ts-speakers-social-4 {
        position: absolute;
        bottom: -42px;
        width: 100%;
        transition: all ease 0.5s;
        z-index: 999;

        a {
          width: 42px;
          height: 42px;
          text-align: center;
          display: inline-block;
          padding: 10px;
          color: $white-color;
          background: rgba($white-color, 0.3);
          transition: all ease 0.5s;

          &:not(:last-child) {
            margin-right: 5px;
          }

          &:hover {
            color: #25cd44;
            background: $white-color;
          }
        }
      }
    }

    &:hover {
      .speaker-img {
        &::before {
          mix-blend-mode: multiply;
        }
      }

      .ts-speaker {
        .ts-speakers-social-4 {
          bottom: 40px;
        }

        .ts-speaker-info {
          left: -100%;
          overflow: hidden;
        }
      }
    }
  }
}

.btn-alt {
  .elementor-button {
    position: relative;

    .elementor-button-content-wrapper {
      position: relative;
      z-index: 9;
    }

    &::before {
      position: absolute;
      content: "";
      background: #ff2661;
      width: 50px;
      left: 0;
      top: 0;
      height: 50px;
      transition: all ease 0.5s;
    }

    &:hover {
      &::before {
        width: 100%;
      }
    }
  }
}

// sponsor
.title-alter {
  .elementor-heading-title {
    position: relative;
    padding-left: 20px;

    &::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background: #25cd44;
      z-index: -1;
    }
  }

  &.title-secondary {
    .elementor-heading-title {
      &::before {
        background: #ffac27;
      }
    }
  }
}

// shortcode : testimonial
.testimonial {
  &-item {
    .testimonial-body {
      display: flex;
      align-items: center;
      padding: 50px 30px;

      .testimonial-content {
        padding-left: 10px;

        p {
          font-size: 20px;
          letter-spacing: -0.6px;
          font-weight: 500;
          line-height: 28px;
        }
      }

      .client-info {
        .client-name {
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 0;
          position: relative;
          padding-left: 45px;
          display: inline-block;

          &::before {
            position: absolute;
            content: "";
            left: 0;
            top: 0;
            bottom: 0;
            width: 30px;
            height: 2px;
            background: #25cd44;
            margin: auto;
          }

          span {
            font-weight: 400;
            font-size: 14px;
          }
        }
      }
    }
  }

  &-thumb {
    max-width: 160px;
    margin: 0 auto;
    position: relative;

    @media (max-width: 991px) {
      margin-bottom: 20px;
    }

    img {
      width: 100%;
    }

    .quote-icon {
      width: 30px;
      height: 30px;
      color: #fff;
      background: #25cd44;
      display: inline-block;
      text-align: center;
      padding: 5px 0;
      position: absolute;
      left: -30px;
      top: -30px;
    }
  }

  &-carousel {
    .slider_nav {
      text-align: right;

      @media (max-width: 992px) {
        text-align: center;
      }

      position: relative;

      &::after {
        position: absolute;
        content: "";
        left: 0;
        top: 20px;
        width: 90%;
        height: 2px;
        background: #eaeaea;

        @media (max-width: 992px) {
          display: none;
        }
      }

      .swiper-button-prev,
      .swiper-button-next {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #eaeaea;
        color: #000;
        padding: 8px 0;
        text-align: center;
        font-size: 13px;
        display: inline-block;
        margin-left: 5px;
        transition: all ease 0.5s;
        position: static;
        margin-top: 0;

        &:hover {
          background: #25cd44;
          color: $white-color;
        }

        &::after {
          display: none;
        }
      }
    }
  }
}

// gallery
.gallery-otem {
  position: relative;

  .video-btn-area {
    .video-btn {
      position: absolute;
      right: 40px;
      width: 60px;
      top: 40px;
      height: 60px;
      background: transparent;
      transition: all ease 0.4s;

      &:hover {
        background: rgba(#000, 0.7);
      }
    }
  }
}

// schedule style
.ts-schedule-alt {
  .ts-schedule-nav {
    ul {
      border-bottom: 4px solid #eaeaea;

      li {
        a {
          padding: 20px;
          background: transparent;
          margin-bottom: -4px;
          margin-left: -3px;

          &::before {
            border-width: 8px 8px 0 8px;
            border-color: #25cd44 transparent transparent transparent;
            bottom: -12px;
            right: 0;
            margin: 0 auto;
            transition: all ease 0s;
          }

          &.active {
            background: transparent;
            border-bottom: 4px solid #25cd44;
          }

          h3 {
            display: inline-block;
            color: #333333;
            padding: 0 30px;

            &:not(:last-child) {
              border-right: 1px solid #d6d6d6;

              @media (max-width: 992px) {
                border: none;
              }
            }
          }
        }
      }
    }
  }

  .schedule-listing {
    padding: 50px 0;
    border-top: 1px solid #eaeaea;

    .schedule-slot-info {
      border: none;
    }

    .schedule-slot-time {
      background: transparent !important;
      padding: 0;
      display: block;
      max-width: 100%;
      flex: 100%;

      span {
        background: #fff8ee;
        border-radius: 25px;
        padding: 9px 23px;
        display: inline-block;
        color: #333333;
      }
    }

    .schedule-slot-info {
      padding: 0;
    }

    .multi-speaker-2 {
      .speaker-content {
        margin: 0 0 12px 6px;
        position: relative;

        .schedule-speaker {
          position: absolute;
          left: -30px;
          top: -25px;
          padding: 0;
          background: #25cd44;
          color: #fff;
          min-width: 150px;
          opacity: 0;
          visibility: hidden;
          transition: all ease 0.5s;
          margin: 0;

          .schedule-slot-speakers {
            width: 50px;
            height: 50px;
          }

          &::after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 8px 0 8px;
            border-color: #25cd44 transparent transparent transparent;
            position: absolute;
            content: "";
            left: 0;
            bottom: -8px;
            right: 0;
            margin: 0 auto;
          }
        }

        &:hover {
          .schedule-speaker {
            visibility: visible;
            opacity: 1;
            z-index: 1;
          }
        }
      }
    }

    &:nth-of-type(even) {
      .schedule-slot-time {
        &::before {
          background: transparent;
        }
      }
    }
  }
}

.multi-speaker-2 .designation {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
}

@media (max-width: 992px) {
  .ts-schedule-alt {
    .schedule-listing {
      .schedule-slot-time {
        margin-bottom: 20px;
      }

      .schedule-slot-info {
        margin-bottom: 40px;
      }
    }
  }
}

// ts-footer style 3
.footer-area {
  .ts-footer-3 {
    padding: 90px 0 30px;
    margin: 0 60px;

    @media (max-width: 1024px) {
      margin: 0 30px;
    }

    @media (max-width: 768px) {
      margin: 0px;
    }

    .copyright-text {
      padding-top: 25px;
    }

    .footer-border {
      border-top: 1px solid #555555;
      margin-top: 15px;
    }

    .footer-widget {
      margin-bottom: 20px;

      h3 {
        font-size: 20px;
        letter-spacing: -0.4px;
        text-transform: uppercase;
        color: #25cd44;
      }

      p {
        color: #bbbbbb;
      }

      .menu {
        padding: 0;

        li {
          a {
            color: #bbbbbb;
            display: inline-block;
            padding: 5px 0;

            i {
              font-family: "iconfont";
            }

            &:hover {
              color: #25cd44;
            }
          }
        }
      }

      &.footer-two {
        @media (min-width: 992px) {
          padding-left: 30px;
        }
      }

      &.footer-three {
        .text-right {
          text-align: initial !important;
        }
      }
    }

    .newsletter-form {
      .form-group {
        .form-control {
          padding-left: 10px;
          border-bottom: 1px solid #555555;

          &::placeholder {
            color: #666666;
            opacity: 1;
          }
        }
      }

      .button-wrap {
        .btn {
          background: #ff2661;
          border-radius: 0;
          margin-top: 30px;
          transition: all ease 0.4s;

          &:hover {
            background: #25cd44;
          }

          i {
            margin-left: 5px;
          }
        }
      }

      @media (max-width: 767px) {
        padding: 0;
      }
    }

    .ts-footer-social {
      padding: 30px 0 20px;

      ul {
        li {
          a {
            border-radius: 0;
            margin-left: 0;
            background: rgba($white-color, 0.3);

            &:hover {
              background: #25cd44;
            }
          }
        }
      }
    }
  }
}

/*speaker popup */
.mfp-zoom-in {
  z-index: 999999;
}

/*======================
// Instagram Feed
========================*/
.feed-content {
  display: flex;
  flex-wrap: wrap;

  a {
    width: 30%;
  }
}

/*==========================
// Shortcode : Event Category
============================ */
.event-cat-item {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  transition: all ease 0.4s;
  border: 1px solid #eaeaea;
  border-radius: 5px;

  &:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  }

  .cat-bg {
    width: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100px;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    .cat-link {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
    }
  }

  .cat-content {
    padding: 20px;

    .ts-title {
      font-size: 18px;
      margin-bottom: 0;

      a {
        color: $title-color;

        &:hover {
          color: $primary-color;
        }
      }
    }

    p {
      margin: 0;
    }
  }
}

/*==================================
   countdown style
================================== */

.etn-countdown-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;

  .etn-count-item {
    font-size: 26px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 0;
    margin: 0px 10px;
    background-image: url(../images/shape/countdown_shape1.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 80px;
    text-align: center;
    color: $white-color;

    &.etn-hours {
      background-image: url(../images/shape/countdown_shape2.png);
    }

    &.etn-minutes {
      background-image: url(../images/shape/countdown_shape3.png);
    }

    &.etn-seconds {
      background-image: url(../images/shape/countdown_shape4.png);
    }

    @media (max-width: 767px) {
      margin-bottom: 15px;
    }

    .text {
      display: block;
      font-size: 13px;
      font-weight: 400;
      line-height: 17px;
    }
  }

  .date-seperate {
    font-size: 36px;
    font-weight: 700;
  }
}

/*================================
      event banner
 ==================================*/
.banner-area {
  &.single-event-banner {
    padding: 55px 0 65px 0;
    background-color: #f4f4fc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;

    &::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(4, 26, 87, 0.85);
    }

    .row {
      align-items: center;
    }

    .banner-title-des {
      border-right: 2px solid #ffffff20;
      padding-right: 20px;
    }

    .banner-title {
      font-weight: 800;
      margin-bottom: 20px;
      font-size: 39px;
      line-height: 48px;
      padding-left: 10px;
      color: $white-color;
    }

    .breadcrumb {
      margin-bottom: 30px;
      color: $white-color;

      li {
        font-size: 14px;
        color: $white-color;

        a {
          color: $white-color;
        }
      }
    }

    .event-categories {
      padding-left: 10px;
      margin-bottom: 10px;

      li {
        display: inline-block;

        a {
          color: $white-color;
          font-size: 18px;
        }
      }
    }

    .date-location {
      margin-left: 12px;

      span {
        font-size: 14px;
        margin-right: 30px;
        color: $white-color;

        i {
          margin-right: 5px;
        }
      }
    }
  }
}

.etn-es-events-page-container {
  padding-top: 0;
}

.header-transparent+.etn-es-events-page-container {
  .single-event-banner {
    padding: 150px 0 80px;
    min-height: 550px;
    display: flex;
    align-items: center;

    .banner-title-des {
      margin-bottom: 30px;
    }
  }
}

// single event registration
.sinlge-event-registration {
  padding: 97px 0 72px;
  background: #334987 !important;

  .etn-variable-total-price {
    display: none;

    .etn-sidebar & {
      display: block;
    }
  }

  .etn-widget {
    text-align: center;

    .etn-title {
      font-size: 26px;
      color: $white-color;
    }

    .etn-single-ticket-item {
      background-color: transparent;

      .ticket-header,
      .etn-ticket-divider {
        display: none;
      }

      .ticket-price-item {
        color: $white-color;

        input,
        .qt-btn {
          background-color: transparent;
          color: $white-color;
        }

        input {
          border: 1px solid rgba($white-color, 0.1);
        }
      }
    }

    .etn-event-form-parent {

      label,
      .etn-total-price {
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        color: rgba($white-color, 0.8);
      }

      .etn-form-ticket-text {
        color: $white-color;
      }

      .etn-total-price {
        margin-bottom: 6px;
      }

      .attr-form-control {
        background: transparent;
        color: $white-color;
        border: 1px solid rgba($white-color, 0.1);
        line-height: 52px;
        height: 52px;
        padding-left: 15px;
        padding-right: 0;
        outline: none;
        -moz-appearance: textfield;

        &::placeholder {
          color: $white-color;
        }
      }

      .etn-btn {
        background: #ffa217;
        padding: 4px 25px;

        &:hover {
          background: $primary-color;
        }
      }
    }

    .etn-zoom-event-notice {
      color: $white-color;
    }

    .etn-stripe-input-wrapper {
      text-align: left;

      input {
        border: 1px solid rgba($white-color, 0.1);
        color: #fff;
        background: transparent;

        &::placeholder {
          color: #fff;
        }
      }
    }

    .ticket-price-item {
      text-align: left;

      label {
        margin-bottom: 10px;
        position: relative;
        top: -2px;
      }

      strong {
        border: 1px solid rgba(255, 255, 255, 0.1);
        padding: 12px 25px;
        font-size: 14px;
      }

      input {
        height: 44px;
        position: relative;
        top: -10px;
      }

      .qt-add,
      .qt-sub {
        line-height: initial;
      }
    }
  }
}

@media (min-width: 1024px) {
  .sinlge-event-registration {
    .etn-widget {
      .etn-title {
        margin-right: 30px;
        margin-bottom: 30px;
      }

      .etn-event-form-parent {
        display: flex;
        align-items: flex-start;
        width: 100%;
        margin: 0 auto;

        .etn-add-to-cart-block {
          width: auto;
          margin-left: 40px;
          margin-top: 24px;
          border-radius: 0;
        }

        .variations_0 {
          width: 100%;

          .variation_0 {
            margin: 0 0px 0 15px;
          }
        }
      }

      .etn-single-ticket-item {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
      }

      .etn-stripe-input-wrapper {
        width: 55%;

        input {
          width: 92%;
          border-radius: 0;
          padding: 13px 0px 13px 15px;

          &::placeholder {
            color: rgba($white-color, 0.7);
            font-size: 13px;
          }
        }
      }
    }

    &.woo_active {
      .etn-widget {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .etn-title {
          margin: 0;
        }

        .etn-event-form-parent {
          width: 70%;
          margin: 0;

          .etn-add-to-cart-block {
            margin-left: 100px;
            width: 165px;
          }
        }
      }
    }
  }
}

.etn-event-item {
  &:hover {
    .etn-title {
      a {
        color: $primary-color;
      }
    }
  }
}

// Event category slider item css

$shadowColor: rgba(255, 38, 97, 0.15), rgba(0, 193, 193, 0.15),
  rgba(128, 0, 255, 0.15), rgba(255, 0, 178, 0.15), rgba(0, 180, 255, 0.15),
  rgba(255, 133, 39, 0.15);
$imageBgColor: #fc5280, #00c1c1, #9047ff, #ff00b2, #39ddff, #ffbb00;

@for $i from 1 through length($shadowColor) {
  .ts-event-category-slider {
    .swiper-slide {
      padding: 60px 0;

      &:nth-child(#{$i}) {
        .event-slider-item {
          box-shadow: 0px 20px 60px nth($shadowColor, $i);

          .cat-bg {
            position: relative;

            &::before {
              content: "";
              height: 200px;
              width: 200px;
              background: nth($shadowColor, $i);
              position: absolute;
              left: -40px;
              top: -40px;
              border-radius: 100px;
            }

            a {
              &::after {
                content: "";
                height: 100%;
                width: 100%;
                background: nth($imageBgColor, $i);
                position: absolute;
                top: 8px;
                left: 70px;
                mix-blend-mode: multiply;
                @include border-radius(15px 75px 0px 0px);
                transform: scale(1.3);
              }
            }
          }
        }
      }
    }
  }
}

.ts-event-category-slider {
  .event-slider-item {
    background: #ffffff;
    box-shadow: 0px 20px 60px rgba(255, 38, 97, 0.15);
    overflow: hidden;
    border-radius: 10px;

    &:hover {
      .cat-bg {
        transform: scale(1.1) rotate(-20deg);

        @media (max-width: 767px) {
          transform: scale(1) rotate(0deg);
        }
      }
    }

    .cat-content {
      padding: 20px 25px 0;

      .ts-title {
        line-height: 24px;
        padding-bottom: 40px;

        a {
          @include transition();
        }
      }
    }

    .cat-bg {
      transform: rotate(-20deg);
      max-height: 90px;
      @include transition();

      @media (max-width: 767px) {
        max-height: 100%;
        transform: rotate(0deg);
      }

      &::before {
        content: "";
        height: 150px;
        width: 150px;
        background: rgba(255, 38, 97, 0.15);
        position: absolute;
        left: -25px;
        top: -40px;
        @include border-radius(100px);
      }

      a {
        img {
          @include border-radius(15px 75px 0px 0px);
          position: relative;
          left: 70px;
          top: 10px;
          transform: scale(1.3);
        }
      }
    }
  }

  .slider-nav {

    .swiper-button-prev,
    .swiper-button-next {
      background: #00c1c1;
      @include border-radius(100px);
      position: absolute;
      top: 45%;
      height: 40px;
      width: 40px;
      color: #ffffff;
      text-align: center;
      font-size: 16px;

      &.disabled {
        background: #dfe1e3;
      }
    }

    .swiper-button-prev {
      left: -6%;
    }

    .swiper-button-next {
      right: -6%;
    }
  }
}

// event location css
.location-box {
  display: flex;
  border: 1px solid #dfe1e3;
  @include transition();
  margin-bottom: 20px;

  &:hover {
    border: 1px solid #ff2661;
  }

  @include border-radius(10px);

  .location-image {
    flex: 0 0 37%;

    img {
      height: 100%;
      @include border-radius(10px 0 0 10px);
    }
  }

  .location-des {
    padding: 20px;

    span {
      display: block;
    }

    .location-name {
      font-size: 19px;
      font-weight: 700;
      color: #283746;
      padding-bottom: 3px;
      @include transition();
    }

    .event-number {
      font-size: 15px;
      font-weight: 500;
      color: #68737d;
    }
  }
}

// attendee css
.etn-event-attendee-single {
  display: flex;

  .etn-attendee.etn-attendee-avatar-wrap {
    max-height: 70px;
    max-width: 70px;
    flex: 0 0 70px;

    img {
      border-radius: 5px;
    }
  }

  .etn-attendee.etn-attendee-content {
    padding-left: 15px;

    h4 {
      margin: 0;
      font-size: 20px;
    }

    p {
      font-size: 14px;
    }
  }
}

// category archive css
.tax-etn_category {
  .etn_event_inline_form {
    box-shadow: none;

    &::before {
      box-shadow: none;
    }
  }

  .etn-advanced-search-form {
    margin-top: -60px;
  }
}

// location archive css
.tax-event_location {
  .etn_event_inline_form {
    box-shadow: none;

    &::before {
      box-shadow: none;
    }
  }

  .etn-advanced-search-form {
    margin-top: -60px;
  }
}

//  Multievent category background
$catbgColor: #8000ff, #0088ff, #25cd44, #fe723e, #00c1c1, #e20dcd, #1a2fec,
  #e48f08;

@for $i from 1 through length($shadowColor) {
  .multievent-event-cat-bg {
    .etn-col-md-6 {
      &:nth-child(#{$i}) {
        .etn-event-item {
          .etn-event-category {
            span {
              background-color: nth($catbgColor, $i);
              padding: 6px 10px;
            }
          }
        }
      }
    }
  }
}

// Loadmore events css
.more-events {
  .etn-event-content {
    .etn-title {
      height: 50px;
      overflow: hidden;
    }
  }

  .etn-event-item {
    .etn-event-category {
      left: 10px;
      top: 10px;

      span {
        &:first-child {
          display: none;
        }
      }
    }

    .etn-event-footer {
      .etn-atend-btn {
        display: none;
      }
    }
  }
}

// ticket btn css
.ticket-btn {
  &.btn {
    background-color: #00c1c1;
    border-radius: 6px;
    height: 50px;
    padding-top: 5px;

    &:hover {
      background-color: #00c1c1;
    }
  }
}

// Slider button css
.main-slider {
  .banner-btn {
    .btn {
      &:hover {
        background: #d20567;
      }
    }
  }
}

// Feature events css
.exhibz-feature-events {
  .etn-event-content {
    padding: 3px 30px 30px;
  }

  .etn-event-item {
    .etn-event-thumb {
      border-radius: 12px 12px 0 0;
    }
  }
}

// Event search css
.exhibz-eventine-search {
  .etn_search_top_area_text {
    opacity: 0;
  }

  .etn_search_bottom_area_text {
    opacity: 0;
  }
}

// Footer css
.footer-area {
  .ts-footer-3 {
    margin: 0;
    padding: 80px 0 30px;
    background: #283746;

    .footer-widget {
      .menu {
        li {
          a {
            color: #d4d7da;

            &:hover {
              color: #f3742c;
            }
          }
        }
      }

      p {
        color: #d4d7da;
      }
    }

    .ts-footer-social {
      ul {
        li {
          a {
            background: rgba(255, 255, 255, 0.07);

            &:hover {
              background: #f3742c;
            }

            i {
              font-family: "Font Awesome 5 Brands";
            }
          }
        }
      }
    }

    .newsletter-form {
      .button-wrap {
        .btn {
          background: #00c1c1;
          text-transform: capitalize;
          border-radius: 6px;
          font-family: "Raleway";
          height: 56px;

          &:hover {
            background: #f3742c;
          }
        }
      }

      .form-group {
        .form-control {
          border-bottom: 1px solid rgba(255, 255, 255, 0.15);

          &::placeholder {
            color: #d4d7da;
          }
        }
      }
    }
  }
}

// Multievent slider
.multievent-slider {
  .main-slider {
    .banner-item {
      min-height: 750px;

      .banner-content-wrap {
        padding: 150px 0 100px;

        .banner-info {
          font-style: normal;
          font-size: 34px;
          color: #fff;
          font-weight: 500;
          padding-bottom: 7px;
        }

        .banner-desc {
          font-size: 26px;
          margin-bottom: 55px;
        }

        .banner-btn {
          .btn {
            height: 62px;
            line-height: 62px;
          }
        }

        .banner-title {
          margin-bottom: 25px;
        }
      }
    }
  }
}

// Related post css
.etn-event-related-post {
  .etn-event-item {
    &:hover {
      .etn-title {
        a {
          color: #f3742c;
        }
      }
    }

    .etn-event-footer {
      .etn-atend-btn {
        .etn-btn-border {
          border-color: #f3742c;
          color: #f3742c;

          &:hover {
            background-color: #f3742c;
            color: #ffffff;
          }
        }
      }
    }
  }
}

// Multievent search css
.multievent-search {
  .etn-event-search-wrapper {
    border-radius: 12px;
    margin: 0 !important;
    width: 100%;

    .input-group {
      @media (max-width: 1024px) {
        border-bottom: 1px solid #e4e6eb;
      }
    }

    .search-button-wrapper {
      @media (min-width: 1024px) {
        justify-content: flex-end !important;
      }
    }

    .form-control {
      &::placeholder {
        font-family: "Raleway";
        line-height: 28px;
        letter-spacing: 0.3px;
      }
    }
  }
}

// Event Tab css
.popular-event-tab {
  .etn-event-item {
    .etn-event-category {
      top: 10px;
      left: 10px;

      span {
        &:first-child {
          display: none;
        }
      }
    }
  }
}

// multievent search bar css
.home-default-search {
  .etn-event-search-wrapper {
    .etn-btn.etn-btn-primary {
      text-indent: -999px;
      overflow: hidden;
      @include border-radius(100% !important);
      padding: 20px 21px !important;

      &::before {
        content: "\e87a";
        font-size: 20px;
        color: #fff;
        font-family: "iconfont";
        float: left;
        text-indent: 0;
      }
    }
  }

  .etn_event_inline_form {
    .input-group {
      padding: 15px 30px;
      margin: 20px 0;

      input {
        height: 30px;
      }
    }
  }

  select.etn_event_select2.etn_event_select {
    height: 30px;
  }

  .etn-col-lg-3 {
    flex: 0 0 28%;
    max-width: 28%;

    &.etn-text-right {
      max-width: 15%;
      flex: 0 0 15%;
    }
  }
}

.navbar.navbar-light {
  ul {
    &.navbar-nav {
      >li {
        ul {
          &.dropdown-menu {
            >li {
              &.dropdown {
                >a {
                  &:after {
                    display: none;
                  }
                }
              }

              >.dropdown-menu-toggle {
                right: -10px;
                z-index: 99999;
              }

              >ul {
                >li {
                  z-index: 99999;

                  &:last-child {
                    a {
                      right: 0;
                    }

                    .dropdown-menu-toggle {
                      right: -20px;
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}

// Recurring event

.recurring-event {
  margin-bottom: 30px;

  .etn-recurring-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #f3742c;
    padding: 14px 35px;
    line-height: 50px;
    border-radius: 5px;
    display: block;
    border: 0;
    text-align: center;

    &:hover {
      background: #222;
      color: #fff;
    }
  }
}

.recurring-tools {
  color: #ffffff;
  font-size: 16px;
  background: #00c1c1;
  padding: 2px 14px;
  border-radius: 5px;
  margin-right: 18px;
}

.etn-event-single-content-wrap {
  .etn-single-event-media {
    img {
      border-radius: 5px;
    }
  }
}

// Exhibz button styles
.exhibz-btn {
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease 0s;
  position: relative;

  &:hover {
    &::after {
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      background: #f75b57;
      transform: scaleX(1) translateZ(0);
    }

    &::before {
      transform: scaleX(0) translateZ(0);
      transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
  }

  &::before,
  &::after {
    content: "";
    height: 6px;
    background: #ffd2d1;
    transform-origin: right;
    transform: scaleX(1) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  &::after {
    background: #f75b57;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    transform: scaleX(0) translateZ(0);
  }

  i,
  svg {
    transition: all 0.4s ease 0s;
  }

  .exhibz-button-text {
    display: grid;
  }
}

// Exhibz team styles
.speakers-grid {
  display: grid;
}

.speaker-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.speaker-information {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translateY(40px);
  transition: all 0.3s ease 0s;
}

.speaker-item {
  position: relative;
  overflow: hidden;

  .speaker-thumb {
    position: relative;

    img {
      width: 100%;
      transition: 0.3s ease;
    }

    &:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: var(--speaker-overlay-color);
      mix-blend-mode: var(--speaker-overlay-blend-mode);
    }
  }

  &:hover {
    .speaker-information {
      transform: translateY(0);
      bottom: 30px;
    }

    img {
      opacity: 0.45;
    }

    .etn-speakers-social {
      opacity: 1;
      visibility: visible;
      transform: translateX(-10px);
    }

    .speaker-details-arrow {
      opacity: 1;
      visibility: visible;
    }
  }
}
.business-speaker-item {
  .speaker-thumb {
    text-align: center;
  }
  .speaker-content-wrappers {
    .business-speaker-information {
      text-align: center;
    }
  }
}

.etn-speakers-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  margin-top: 20px;
  margin-right: 10px;
  gap: 10px;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;

  a {
    text-align: center;
    transition: all 0.3s ease 0s;
  }
}

.etn-business-speakers-social {
  font-size: 18px;
  line-height: 1.2rem;
  text-align: center;

  a {
    color: #202020;
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 2px solid #202020;
    border-radius: 50px;
    line-height: 35px;
    font-size: 16px;
    margin-right: 10px;

    &:last-child {
      margin-right: 0;
    }
  }
}

.exh-speaker-title {
  a {
    transition: all 0.3s ease 0s;
  }
}

.speaker-details-arrow {
  display: inline-block;
  margin: 20px 0 0 30px;
  font-size: 44px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;

  &:hover {
    color: transparent;
  }
}

.exh-speaker-title {
  .first-name {
    display: block;
  }
}

//Speaker slider navigation style

.exhibz-creative-speaker {

  .swiper-container-rtl,
  .speaker-slider-nav-item {

    &.swiper-button-next,
    &.swiper-button-prev {
      background-image: none;
    }
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: -100px;
    left: 0;
  }

  .swiper-button-next {
    left: 30px;
  }
}

.creative-schedule {
  .exhibz-schedule-schedule-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .exhibz-schedule-single-speaker {
    display: flex;
    align-items: center;
  }

  .exhibz-speaker-image img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    object-fit: cover;
  }

  .etn-schedule-info {
    background: #0bc07f;
    flex: 0 0 170px;
    min-height: 120px;
    display: flex;
    align-items: center;
  }

  .exhibz-schedule-content {
    flex: 0 0 calc(100% - 170px);
    overflow: hidden;
    padding: 30px 45px;
    align-self: center;
  }

  .exhibz-schedule-time p {
    margin: 0;
  }

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #ffffff;
    display: flex;
    align-items: center;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -25px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -30px;
  }

  .exhibz-speaker-description {
    padding-left: 15px;
  }

  .etn-schedule-speaker {
    position: relative;
  }

  .etn-nav li {
    position: relative;

    a {
      padding: 5px 0;

      span {
        padding: 0;
      }
    }

    &:not(:last-child):before {
      position: absolute;
      content: "";
      width: 1px;
      height: 44px;
      background: #4f4f5f;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
  }

  $programColor: #0bc07f, #4999e8, #9d76ff, #0fc5d0;

  @for $i from 1 through length($programColor) {
    .exhibz-schedule-schedule-item {
      &:nth-child(#{$i}) {
        .etn-schedule-info {
          background-color: nth($programColor, $i);
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .creative-schedule {
    .etn-schedule-info {
      display: flex;
      align-items: center;
      flex: 0 0 100%;
      justify-content: center;
      padding: 20px;
    }

    .exhibz-schedule-content {
      flex: 0 0 100%;
      padding: 15px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      left: -18px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      right: -15px;
    }

    .exhibz-schedule-single-speaker {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  .etn-speakers-social {
    visibility: visible;
    opacity: 1;
  }
}

/**
  Event Ticket Style
*/
.exhibz-ticket-widget {
  .event-registration {
    background: #0d066e;
    padding: 20px;
    margin-bottom: 15px;
  }

  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    display: none;
  }

  .swiper-button-prev {
    left: -25px;
  }

  .swiper-button-next {
    right: -20px;
  }

  .slider-nav-item {
    background-color: #f7c831;
    color: $title-color;
    font-size: 18px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 100px;
    transition: all 0.5s;
    text-align: center;

    &:hover {
      color: $white-color;
      background-color: #f7c831;
    }
  }

  .etn-widget-title {
    display: none;
  }

  .etn-widget,
  .etn-form-wrap {
    width: 100%;
  }

  .ticket-price-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: center;

    label {
      align-self: end;
      color: #fff;
    }

    .etn-ticket-price {
      font-size: 80px;
      overflow: visible;
      color: #fff;
      border: 1px solid transparent;
      background-color: transparent;
      line-height: 1;
    }
  }

  .exhibz-btn {
    background: transparent;
    border: 1px solid transparent;
    color: #f7c831;
    font-size: 22px;
    text-align: left;
    border-bottom: 6px solid #f7c831;
    cursor: pointer;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;

    &::before {
      display: none;
    }

    &::after {
      display: none;
    }

    .exhibz-button-text {
      margin-right: 30px;
    }

    i {
      color: #f7c831;
    }

    &:hover {
      color: #fff;

      i {
        color: #fff;
      }
    }
  }

  .price-image {
    height: 300px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;

    .plan-title {
      font-size: 38px;
      font-weight: 700;
      margin-bottom: 0;
    }

    .end-date {
      margin-bottom: 0;
    }
  }

  .etn-quantity {
    max-width: 90px;
    margin: 0 auto 30px;

    .qt-btn {
      color: $white-color;
    }

    input {
      background: transparent;
      color: $white-color;
      border: 1px solid rgba($white-color, 0.2) !important;
    }
  }

  .etn-subtotal * {
    font-size: 40px;
    color: $white-color;
    font-weight: 400;

    strong {
      span {
        margin-left: -5px;
      }
    }
  }

  .seat-remaining-text {
    color: $white-color;
  }

  .item {
    text-align: center;
    margin-bottom: 20px;
  }
}

.align-items-center {
  align-items: center;
}

.exhibz-speaker-scrollbar {
  &.swiper-pagination {
    left: 0;
    bottom: -71px;
  }
}

// Creative Conference Niche css
.conference-header {
  .ekit-wid-con {
    .ekit-sidebar-group.ekit_isActive {
      .ekit-overlay {
        visibility: hidden;
      }
    }
  }
}

// Offcanvas menu
.ofcanvas-menu {
  .elementskit-navbar-nav-default {
    .elementskit-navbar-nav {
      display: block;
    }
  }

  .elementskit-navbar-nav {
    li {
      &:hover {
        .ekit-menu-nav-link {
          &::before {
            opacity: 1;
            width: 100%;
          }
        }
      }

      a {
        display: inline-block !important;
      }
    }
  }

  .ekit-menu-nav-link {
    &::before {
      content: "";
      height: 2px;
      width: 0%;
      background: #fff;
      position: absolute;
      bottom: 26px;
      left: 0;
      opacity: 0;
      transition: all 0.5s;
    }
  }
}

.video-img {
  &::after {
    content: "";
    height: 100%;
    width: 91%;
    border: 4px solid #282833;
    position: absolute;
    left: 20px;
    top: 30px;
    z-index: -1;
  }
}

// Counter css
.creative-counter {
  .elementor-counter-number-suffix {
    &::after {
      content: "";
      height: 16px;
      width: 16px;
      position: absolute;
      bottom: 50px;
      right: auto;
      border-radius: 50px;
    }
  }

  .elementor-counter {
    &::before {
      content: "";
      width: 90px;
      height: 90px;
      position: absolute;
      top: -60px;
      left: 60px;
      filter: blur(60px);
    }
  }
}

.color-one {
  .elementor-counter {
    &::before {
      background: #f75b57;
    }
  }

  .elementor-counter-number-suffix {
    &::after {
      background: #f75b57;
    }
  }
}

.color-two {
  .elementor-counter {
    &::before {
      background: #f7c831;
    }
  }

  .elementor-counter-number-suffix {
    &::after {
      background: #f7c831;
    }
  }
}

.color-three {
  .elementor-counter {
    &::before {
      background: #0bc07f;
    }
  }
}

$shadowColor: rgba(255, 38, 97, 0.15), rgba(0, 193, 193, 0.15),
  rgba(128, 0, 255, 0.15), rgba(255, 0, 178, 0.15), rgba(0, 180, 255, 0.15),
  rgba(255, 133, 39, 0.15);
$imageBgColor: #fc5280, #00c1c1, #9047ff, #ff00b2, #39ddff, #ffbb00;

@for $i from 1 through length($shadowColor) {
  .ts-event-category-slider {
    .swiper-slide {
      padding: 60px 0;

      &:nth-child(#{$i}) {
        .event-slider-item {
          box-shadow: 0px 20px 60px nth($shadowColor, $i);

          .cat-bg {
            position: relative;

            &::before {
              content: "";
              height: 200px;
              width: 200px;
              background: nth($shadowColor, $i);
              position: absolute;
              left: -40px;
              top: -40px;
              border-radius: 100px;
            }

            a {
              &::after {
                content: "";
                height: 100%;
                width: 100%;
                background: nth($imageBgColor, $i);
                position: absolute;
                top: 8px;
                left: 70px;
                mix-blend-mode: multiply;
                @include border-radius(15px 75px 0px 0px);
                transform: scale(1.3);
              }
            }
          }
        }
      }
    }
  }
}

.color-four {
  .elementor-counter {
    &::before {
      background: #9d76ff;
    }
  }

  .elementor-counter-number-suffix {
    &::after {
      background: #9d76ff;
    }
  }
}

/* Counter css */
.creative-counter .elementor-counter-number-suffix:after {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 50px;
  right: auto;
  border-radius: 50px;
}

.creative-counter .elementor-counter:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: -60px;
  left: 60px;
  filter: blur(60px);
}

/* Subscribe form css */
.creative-subscribe-form .elementskit_inline_form .ekit-mail-submit {
  position: absolute;
  width: auto;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Sponsor shape css */
.sponsor-shape {
  &::bfore {
    content: "";
    width: 254px;
    height: 254px;
    position: absolute;
    top: 40%;
    left: 0px;
    filter: blur(120px);
    background: #f7c831;
  }
}

.subscription-shape:before {
  content: "";
  width: 254px;
  height: 254px;
  position: absolute;
  top: 35%;
  right: 0;
  filter: blur(130px);
  background: #ff28f6;
}

.platinum-sponsor-shape:before {
  content: "";
  width: 224px;
  height: 224px;
  position: absolute;
  top: -5%;
  right: -24%;
  filter: blur(120px);
  background: #5bdfc8;
}

.platinum-sponsor-shape:after {
  content: "";
  width: 254px;
  height: 254px;
  position: absolute;
  top: 47%;
  left: -10%;
  filter: blur(150px);
  background: #f7c831;
}

.plutinum-sponsor .elementskit-box-header {
  background: #fff;
}

.plutinum-sponsor .elementskit-box-header img {
  margin: 0 auto;
}

.gold-sponsors .elementor-container {
  justify-content: center !important;
}

.gold-sponsors-shape:before {
  content: "";
  width: 254px;
  height: 254px;
  position: absolute;
  top: 40%;
  right: -15%;
  filter: blur(150px);
  background: #f7c831;
}

// Footer css
.footer-area {
  .ts-footer-3 {
    margin: 0;
    padding: 80px 0 30px;
    background: #283746;

    .footer-widget {
      .menu {
        li {
          a {
            color: #d4d7da;

            &:hover {
              color: #f3742c;
            }
          }
        }
      }

      p {
        color: #d4d7da;
      }
    }

    .ts-footer-social {
      ul {
        li {
          a {
            background: rgba(255, 255, 255, 0.07);

            &:hover {
              background: #f3742c;
            }

            i {
              font-family: "iconfont";
            }
          }
        }
      }
    }

    .newsletter-form {
      .button-wrap {
        .btn {
          background: #00c1c1;
          text-transform: capitalize;
          border-radius: 6px;
          font-family: "Raleway";
          height: 56px;

          &:hover {
            background: #f3742c;
          }
        }
      }

      .form-group {
        .form-control {
          border-bottom: 1px solid rgba(255, 255, 255, 0.15);

          &::placeholder {
            color: #d4d7da;
          }
        }
      }
    }
  }
}

.schedule-shape:before {
  content: "";
  width: 484px;
  height: 484px;
  position: absolute;
  bottom: -12%;
  right: 0%;
  filter: blur(220px);
  background: #9d76ff;
}

/* conference gallery css */

.conference-gallery .gallery-item a,
.conference-gallery .gallery-item a:hover,
.conference-gallery .gallery-item a:focus {
  display: block;
}

.conference-gallery .gallery-item {
  padding: 0;
}

.creative-schedule {
  .etn-schedule-info {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 0;
  }

  .exhibz-speaker-description {
    padding-left: 15px;
  }

  .etn-nav li:not(:last-child):before {
    right: 40px;
  }
  .schedule-content-wrapper {
    padding: 0 15px;
    .etn-nav {
      
      li {
        a {
          padding: 10px 60px;
        }
        &:last-child {
          a {
            border:none;
          }
        }
      }
    }
  }
}

/* schedule css */
.creative-agenda.elementor-section .elementor-container {
  margin-right: 0;
}

// multievent search bar css
.home-default-search {
  .etn-event-search-wrapper {
    .etn-btn.etn-btn-primary {
      text-indent: -999px;
      overflow: hidden;
      @include border-radius(100% !important);
      padding: 20px 21px !important;
      margin-left: 0 !important;

      &::before {
        content: "\e87a";
        font-size: 20px;
        color: #fff;
        font-family: "iconfont";
        float: left;
        text-indent: 0;
      }
    }
  }

  .etn_event_inline_form {
    .input-group {
      padding: 15px 30px;
      margin: 20px 0;

      @media (max-width: 1024px) {
        padding: 20px 30px;
        margin: 0;
      }

      input {
        height: 30px;
      }
    }
  }

  select.etn_event_select2.etn_event_select {
    height: 30px;
  }
}

@media (min-width: 767px) {
  .conference-footer {
    .elementor-background-overlay {
      display: none;
    }
  }
}

@media (max-width: 1092px) {
  .gold-sponsors-shape:before {
    top: 80%;
    right: 30%;
  }

  .conference-gallery .gallery-item {
    padding: 0 10px 0 0;
  }

  .creative-hero-area.elementor-section {
    background-image: linear-gradient(90deg, #ffffff 0%, #ffe03a 0%) !important;
  }
}

/* Header css */
@media (min-width: 1025px) and (max-width: 1545px) {
  .conference-header .elementor-widget-elementskit-button {
    display: none;
  }

  .schedule-shape .elementor-element-populated {
    padding: 0px 120px 0px 0px !important;
  }
}

/* Responsive css */
@media (max-width: 767px) {
  .conference-header {
    box-shadow: none !important;
  }

  .subscription-shape:before {
    top: 60%;
  }

  .creative-counter .elementor-counter:before {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 40%;
  }

  .platinum-sponsor-shape:before {
    top: 0;
    right: 0;
  }
}

.schedule-shape-2:before {
  content: "";
  width: 460px;
  height: 650px;
  position: absolute;
  bottom: -12%;
  right: 0%;
  filter: blur(350px);
  background: #9b51e0;
}

.schedule-shape-3:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0%;
  filter: blur(85px);
  background: #ff00a8;
}

.sidebar .widget .widget {
  padding: 0;
  border: navajowhite;
}

// Elementor Background image optiomize
html:not(.is-active-page) section .elementor-section:not(:nth-child(-n + 2)),
html:not(.is-active-page) section .elementor-section:not(:nth-child(-n + 2)) .elementor-background-overlay,
html:not(.is-active-page) section .item,
html:not(.is-active-page) .elementor-cta__bg,
html:not(.is-active-page) .e-gallery-image,
html:not(.is-active-page) .elementor-location-footer .elementor-section,
html:not(.is-active-page) .elementor-column-wrap {
  background-image: none !important;
}

.op-hide {
  display: none;
}

.agenda-title {
  width: auto !important;

  .elementor-heading-title {
    transform: rotate(-90deg);
  }
}

.sinlge-event-registration .etn-widget .ticket-price-item .qt-add,
.sinlge-event-registration .etn-widget .ticket-price-item .qt-sub {
  z-index: 99;
  top: 30px;
}


// Fancy Title Widget CSS

.exhibz-fancy-wrapper {
  .exhibz-fancy-title {
    display: flex;
    align-items: center;
    overflow: hidden;

    .exhibz-scroll-text {
      white-space: nowrap;
      text-transform: uppercase;
      font-size: 7em;
      font-weight: 100;
      flex-shrink: 0;
      padding: 0 10px;
      width: max-content;
      display: flex;
      align-items: center;
      transform: translateX(0);
    }

    .text-first {
      animation: first-text-scroll 35s linear infinite;
    }

    .text-second {
      animation: sec-text-scroll 35s linear infinite;
    }
  }
  
  @keyframes first-text-scroll {
    0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
  }
  
  @keyframes sec-text-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }   
}



// Creative Pricing Widget

.pricing-ticket-wrapper {
  padding: 0 15px;
 
  .event-registration {
    background-color: #fff;
    box-shadow: -10px 10px 0 0 #E03000;
    padding: 40px 45px 58px 45px;
    flex: 1;
    margin: 0 15px 30px;
    

    .etn-form-wrap {
      text-align: center;
      .content {
        text-align: center;
        color: #fff;
        position: relative;
        padding-bottom: 1px;

        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0px;
            width: 100%;
            height: 2px;
            background: #FACBCB;

            @media(min-width: 767px) and (max-width: 1024px) {
              left: 0;
              width: 100%;
            }
        }

        .pricing-title {
          color: #E03000;
          font-size: 38px;
          font-weight: 700;
          margin: 0;
        }

        .pricing-date {
          color: #666666;
          margin-bottom: 23px;
        }

      }
      .etn-single-ticket-item {
        margin-top: 16px;
        .ticket-price-item {
          margin-bottom: 45px;
          .etn-ticket-price {
            color: #321E18;
            font-weight: 800;

            @media (max-width:768px) {
              font-size: 56px; 
            }
          }
          label {
            color: #666666;
            font-size: 30px;
          }
        }
        .etn-quantity {
          max-width: 239px;
          @media (max-width:768px) {
            max-width: 158px; 
          }
          .qt-sub,input, .qt-add {
            color:#000000 ;
            font-size: 24px;
            font-weight: 700;
            border: 2px solid #C4C4C4 !important;
            border-collapse: collapse;
            width: 81px;
            height: 70px;
            @media (max-width:768px) {
              width: 54px;
              height: 52px;
              
            }
          }
        }
        .etn-subtotal * {
          color: #321E18;
          font-size: 30px;
          font-weight: 700;
          margin-bottom: 25px;
        }
      }
      .pricing-btn {
        padding: 25px 35px;
        color: #321E18;
        background-color: transparent;
        border: 2px solid #321E18;
        font-size: 22px;
        font-weight: 800;
        line-height: 24px;
        cursor: pointer;

        @media (max-width:768px) {
          padding: 18px 25px; 
        }

        &:hover {
          background: #321E18;
          color: #fff;
        }
      }
  
    }

  }
  
}





