.wdt-flex-banner-options {
    counter-reset: wdt-flex-banner-counter;
}

.wdt-flex-banner-options .wdt-flex-banner-option {
    width: 100%;
    height: 100vh;
    transition: all 0.8s cubic-bezier(.29,0,.2,1);
    -webkit-transition: all 0.8s cubic-bezier(.29,0,.2,1);
    background-image: var(--optionBackground);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    counter-increment: wdt-flex-banner-counter;
}

.wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
    margin-right: 20px;
}

.wdt-flex-banner-options .wdt-flex-banner-option:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0);
}


/* Label Group */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 clamp(1.875rem, 0.4434rem + 2.2346vw, 3.125rem); /*50px - 30px*/
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

/* title */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
    line-height: var(--wdtLineHeight_Alt);
    white-space: nowrap;
    font-size: clamp(1.875rem, 1.8rem + 0.375vw, 2.25rem); /* Min-30 & Max-36 */
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    color: var(--wdtHeadAltColor);
    text-transform: capitalize;
    letter-spacing: var(--wdtLetterSpacing_2X);
    transition: color 0.3s linear, font-size 0.3s linear;
    -webkit-transition: color 0.3s linear, font-size 0.3s linear;

    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-align: start;
    display: flex;
    align-items: center;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-title {
  font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem); /* Min-30 & Max-40 */
}


.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title:before {
    content: "0"counter(wdt-flex-banner-counter);
    position: relative;
    display: inline-block;
    line-height: var(--wdtLineHeight_Ext);
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Alt);
    font-size: clamp(3.125rem, 2.875rem + 1.25vw, 4.375rem); /* Min-50 & Max-70 */ 
    margin-bottom: 20px;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
}

.wdt-flex-banner-options .wdt-flex-banner-option:hover .wdt-flex-banner-label .wdt-flex-banner-title,
.wdt-flex-banner-options .wdt-flex-banner-option:hover .wdt-flex-banner-label .wdt-flex-banner-title:before,
.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-title,
.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-title:before {
    color: var(--wdtPrimaryColor);
}

/* icon */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-icon {
    width: 50px;
    height: 50px;
    border-radius: var(--wdtRadius_Full);
    border-radius: var(--wdtRadius_Full);
    background-color: var(--wdtSecondaryColor);
    color: var(--wdtAccentTxtColor);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: var(--wdtBaseTransition);
    -webkit-transition: var(--wdtBaseTransition);
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-icon,
.wdt-flex-banner-options .wdt-flex-banner-option:hover .wdt-flex-banner-icon {
    color: var(--wdtAccentTxtColor);
    background-color: var(--wdtPrimaryColor);
}


/* Bg Group */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-bg-group {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
}

/* Banner Info */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-bg-group > .wdt-flex-banner-info {
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 30px;
    background: rgb(var(--wdtAccentTxtColorRgb), 0.6);
    backdrop-filter: blur(6px);
    
    position: absolute;
    bottom: 0;
    left: 0;
    height:  auto;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-bg-group > .wdt-flex-banner-info > div:not(:last-child) {
  margin-bottom: 20px;
}


/* Description */
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-content > p {
    margin: 0;
    font-size: var(--wdtFontSize_Base);
    font-family: var(--wdtFontTypo_Base);
    line-height: var(--wdtLineHeight_Base);
    font-weight: var(--wdtFontWeight_Base);
    color: var(--wdtHeadAltColor);
}

/* Button */
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-button a {
    display: inline-block;
    font-size: var(--wdtFontSize_Ext);
    padding: var(--wdtPadding_Btn);
    font-family: var(--wdtFontTypo_Alt);
    font-weight: var(--wdtFontWeight_Ext);
    line-height: var(--wdtLineHeight_Ext);
    letter-spacing: var(--wdtLetterSpacing_2X);
    text-transform: uppercase;
    background-color: var(--wdtPrimaryColor);
    color: var(--wdtAccentTxtColor);
    -webkit-box-shadow: 0 0 10px 0 rgba(var(--wdtSecondaryColorRgb), 0);
    box-shadow: 0 0 10px 0 rgba(var(--wdtSecondaryColorRgb), 0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: background-color 300ms linear, color 300ms linear, transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
    -webkit-transition: background-color 300ms linear, color 300ms linear, transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-button a:hover {
    background-color: var(--wdtSecondaryColor);
    -webkit-box-shadow: 12px 12px 10px 0 rgba(var(--wdtSecondaryColorRgb), 0.2);
    box-shadow: 12px 12px 10px 0 rgba(var(--wdtSecondaryColorRgb), 0.2);
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
}


/* REsponsive */

@media (min-width: 1025px) {

    .wdt-flex-banner-options {
        display: flex;
        flex-wrap: nowrap;
    }

    .wdt-flex-banner-options .wdt-flex-banner-option {
        flex: 0.29;
        width: 100% !important;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
        transition: flex 0.8s cubic-bezier(.29,0,.2,1);
        -webkit-transition: flex 0.8s cubic-bezier(.29,0,.2,1);
        will-change: flex;
        border-style: solid;
        border-color: var(--wdtBorderColor);
        border-width: 0 2px 0 0;
        background-image: unset;
    }

    .wdt-flex-banner-options .wdt-flex-banner-option.active {
        flex: 1.6 ;
    }

    .wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
        margin-right: 0;
    }

    /* image */

    .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-shadow {
        position: relative;
        background-image: var(--optionBackground);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: clip-path 0.8s cubic-bezier(.29,0,.2,1), opacity 0.6s linear;
        -webkit-transition: clip-path 0.8s cubic-bezier(.29,0,.2,1), opacity 0.6s linear;
        opacity: 0;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%);
        width: 100%;
        height: 100%;
    }

    .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-shadow {
          opacity: 1;
          clip-path: inset(0 0 0 0);
          -webkit-clip-path: inset(0 0 0 0);
          transition: clip-path 0.8s cubic-bezier(.29,0,.2,1), opacity 0.3s linear;
          -webkit-transition: clip-path 0.8s cubic-bezier(.29,0,.2,1), opacity 0.3s linear;
          transition-delay: 0s;
          -webkit-transition-delay: 0s;
    }

    /* Info */

    .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-bg-group > .wdt-flex-banner-info {
        transition: clip-path 0.8s cubic-bezier(.29,0,.2,1), opacity 0.1s linear;
        -webkit-transition: clip-path 0.8s cubic-bezier(.29,0,.2,1), opacity 0.1s linear;
        opacity: 0;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        clip-path: inset(0 0 0 100%);
        -webkit-clip-path: inset(0 0 0 100%);
    }

    .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-bg-group > .wdt-flex-banner-info {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        transition: clip-path 0.8s cubic-bezier(.29,0,.2,1), opacity 0.3s linear;
        -webkit-transition: clip-path 0.8s cubic-bezier(.29,0,.2,1), opacity 0.3s linear;
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
    }

}



@media (max-width: 1024px) {

  .wdt-flex-banner-options .wdt-flex-banner-option {
        position: relative;
        cursor: grab;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
        margin-right: 20px;
  }
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
      margin: 0 20px 0;
      padding: 20px 20px 6px;
      align-items: flex-start;
      height: fit-content;
      background: rgb(var(--wdtAccentTxtColorRgb), 0.8);
      backdrop-filter: blur(6px);
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-icon {
      display: none;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
      writing-mode: horizontal-tb;
      white-space: unset;
      transform: rotate(0);
      -webkit-transform: rotate(0);
      font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem); /* Min-26 & Max-30 */
      color: var(--wdtHeadAltColor);
      align-items: flex-start;
      gap: 10px;
      flex-wrap: wrap;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-title,
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title:before {
      font-size: clamp(1.625rem, 1.575rem + 0.25vw, 1.875rem); /* Min-26 & Max-30 */
  }

  .wdt-flex-banner-options .wdt-flex-banner-option:hover .wdt-flex-banner-label .wdt-flex-banner-title, 
  .wdt-flex-banner-options .wdt-flex-banner-option:hover .wdt-flex-banner-label .wdt-flex-banner-title:before, 
  .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-title, 
  .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-title:before {
      color: var(--wdtHeadAltColor);
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title:before {
      margin-bottom: 0;
      margin-right: 0;
      content: "0"counter(wdt-flex-banner-counter)".";
      color: var(--wdtHeadAltColor);
      top: 3px;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-bg-group {
      height: auto;
      margin: 0 20px 20px;
      width: calc(100% - 40px);
      background: rgb(var(--wdtAccentTxtColorRgb), 0.8);
      backdrop-filter: blur(6px);
      padding: 0 20px 20px;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-shadow {
      display: none;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-bg-group > .wdt-flex-banner-info {
      position: relative;
      margin: 0;
      padding: 0;
      background: rgb(var(--wdtAccentTxtColorRgb), 0);
      backdrop-filter: unset;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-bg-group > .wdt-flex-banner-info > div:not(:last-child) {
      margin-bottom: 14px;
  }

  /* -----------------------
      Snap scroll style 
  ----------------------- */

  .wdt-flex-banner-options {
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    padding-bottom: 0;
    margin: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option {
    display: flex;
    flex-direction: column-reverse;
    flex: 0 0 44%;
    width: auto !important;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  /* Full-width Snap scroll style */

  .wdt-flex-banner-options {
    scroll-padding: 0px;
  }


}

/* @media (max-width: 767px) {
  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 60%;
  }
} */

@media (max-width: 767px) {

  /* Snap scroll style */
  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 80%;
  }
}

@media (max-width: 479px) {

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
      margin: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-bg-group {
      margin: 0 10px 10px;
      width: calc(100% - 20px);
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
      margin: 0 10px 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
      margin-right: 10px;
  }

  /* Snap scroll style */
  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 90%;
  }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
.wdt-flex-banner-options {
  scrollbar-width: none;
  scrollbar-color: var(--wdtPrimaryColor) transparent;
}

/* Chrome, Edge, and Safari */
.wdt-flex-banner-options::-webkit-scrollbar {
  width: 0px;
  display: none;
}

.wdt-flex-banner-options::-webkit-scrollbar-track {
  background: transparent;
}

.wdt-flex-banner-options::-webkit-scrollbar-thumb {
  background-color: var(--wdtPrimaryColor);
  border-radius: 0px;
}


/*=== Full Width Click Slider - Demo ===*/

@media (min-width: 1281px) {

  .wdt-full-width-click-slider .wdt-flex-banner-options {
    position: relative;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
    margin-right: 0px;
    border-right: 1px solid var(--wdtBorderColor);
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option {
    background: none;
    position: static;
    display: grid;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-shadow,
  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
    grid-area: 1/-1;
    position: relative;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-shadow {
    visibility: hidden;
    opacity: 0;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .6s cubic-bezier(.29, 0, .2, 1);
    transition: all .6s cubic-bezier(.29, 0, .2, 1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-shadow {
    opacity: 1;
    visibility: visible;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: -1;
    background-color: transparent;
    background-image: var(--optionBackground);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option:before {
    -webkit-animation: slide-animation-out-up var(--wdt-Ad-Transition) forwards;
    animation: slide-animation-out-up var(--wdt-Ad-Transition) forwards;
  }

  .wdt-full-width-click-slider .wdt-flex-banner-options .wdt-flex-banner-option.active:before {
    -webkit-animation: slide-animation-in-up var(--wdt-Ad-Transition) forwards;
    animation: slide-animation-in-up var(--wdt-Ad-Transition) forwards;
  }

  @keyframes slide-animation-in-up {
    0% {
      clip-path: inset(0 0 0 100%);
      -webkit-clip-path: inset(0 0 0 100%);
    }

    100% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }
  }

  @-webkit-keyframes slide-animation-in-up {
    0% {
      clip-path: inset(0 0 0 100%);
      -webkit-clip-path: inset(0 0 0 100%);
    }

    100% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }
  }

  @keyframes slide-animation-out-up {
    0% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }

    100% {
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
    }
  }

  @-webkit-keyframes slide-animation-out-up {
    0% {
      clip-path: inset(0 0 0 0);
      -webkit-clip-path: inset(0 0 0 0);
    }

    100% {
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
    }
  }

}