.wdt-flex-banner-options {
  counter-reset: wdt-flex-banner-option;
  transition: var(--wdtBaseTransition);
}

.wdt-flex-banner-options .wdt-flex-banner-option {
  width: 100%;
  height: 100vh;
  transition: .8s cubic-bezier(.29, 0, .2, 1);
  background: none;
  margin: 0;
  margin-right: 0 !important;
  justify-content: flex-end;
  cursor: pointer;
}

.wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
  margin-right: 5px;
}


/* Transtion Style */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
  display: flex;
  margin-top: auto;
  align-items: flex-end;
  flex-direction: row-reverse;
  height: 100%;
  padding: clamp(2.5rem, -1.0789rem + 5.5866vw, 5.625rem) clamp(1.875rem, 0.4434rem + 2.2346vw, 3.125rem) clamp(6.25rem, 2.6711rem + 5.5866vw, 9.375rem) clamp(1.875rem, 0.4434rem + 2.2346vw, 3.125rem);
  justify-content: center;
}



.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title {
  flex: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info {
  margin-right: clamp(1.875rem, 0.4434rem + 2.2346vw, 3.125rem);
  /* mx-50 mn-30 */
  transition: var(--wdtBaseTransition);
  flex: 1;
  opacity: 1;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
  flex: 1;
  transition: var(--wdtBaseTransition);
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  width: 100%;
  max-width: 500px;
  padding: 0;
  margin: 0 0 20px;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title {
  line-height: var(--wdtLineHeight_H5);
  font-size: clamp(1.5rem, 1.3753rem + 0.4164vw, 1.875rem);
  /* mx-30 mn-24 */
  font-family: var(--wdtFontTypo_Alt);
  font-weight: var(--wdtFontWeight_H5);
}


.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon,
.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title,
.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content,
.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
  -webkit-transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 500ms cubic-bezier(0.7, 0, 0.3, 1);
}



.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon {
  transition-delay: 60ms;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title {
  transition-delay: 50ms;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
  transition-delay: 25ms;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
  transition-delay: 2ms;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}



.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon {
  transition-delay: 0ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title {
  transition-delay: 500ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
  transition-delay: 600ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  font-size: var(--wdtFontSize_Base);
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}


/* Transtion End */


.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
  line-height: var(--wdtLineHeight_Alt);
  font-family: var(--wdtFontTypo_Alt);
  font-weight: var(--wdtFontWeight_Alt);
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: clamp(1.875rem, 1.6672rem + 0.694vw, 2.5rem);
  /* mx-40 mn-30 */
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: var(--wdtBaseTransition);
  -webkit-transition: var(--wdtBaseTransition);
  text-wrap: balance;
  text-transform: capitalize;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 0px;
  flex: 0;
  opacity: 0;
  transition: flex 0.5s linear, opacity 0.15s linear;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div:last-child {
  margin-bottom: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
  font-family: var(--wdtFontTypo_Base);
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content p {
  margin: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a {
  margin-top: 10px;
  display: inline-block;
  line-height: var(--wdtLineHeight_Ext);
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: var(--wdtFontTypo_Alt);
  font-size: var(--wdtFontSize_Base);
  padding: var(--wdtPadding_Btn);
  text-transform: capitalize;
  font-weight: var(--wdtFontWeight_Alt);
  letter-spacing: normal;
  box-shadow: inset 0 0 0 2px rgb(var(--wdtAccentTxtColorRgb), .3);
  -webkit-box-shadow: inset 0 0 0 2px rgb(var(--wdtAccentTxtColorRgb), .3);
  backdrop-filter: blur(15px);
}

/* -----------------------
    Primary Color 
----------------------- */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
  color: var(--wdtAccentTxtColor);
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a {
  background-color: var(--wdtPrimaryColor);
  color: var(--wdtAccentTxtColor);
}

/* -----------------------
    secondary Color 
----------------------- */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a:focus,
.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a:hover {
  background-color: var(--wdtTertiaryColor);
  color: var(--wdtPrimaryColor);
  box-shadow: inset 0 0 0 2px rgb(var(--wdtHeadAltColorRgb), .2);
  -webkit-box-shadow: inset 0 0 0 2px rgb(var(--wdtHeadAltColorRgb), .2);
}

/* -----------------------
    Dark bg Color 
----------------------- */
.wdt-dark-bg .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title {
  color: var(--wdtAccentTxtColor);
}

.wdt-dark-bg .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title:hover {
  color: rgb(var(--wdtAccentTxtColorRgb), .80);
}


/*  -----------Flex banner-------------- */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title:before {
  counter-increment: wdt-flex-banner-option;
  content: "0" counter(wdt-flex-banner-option);
  line-height: var(--wdtLineHeight_Ext);
  letter-spacing: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: clamp(5rem, 2.1369rem + 4.4693vw, 7.5rem); /* mx-120 mn-80 */
  font-style: normal;
  position: relative;
  right: 0px;
  color: rgb(var(--wdtAccentTxtColorRgb), .15);
  margin-bottom: clamp(1.25rem, -0.1816rem + 2.2346vw, 2.5rem); /* mx-40 mn-20 */
  transition: var(--wdtBaseTransition);
  min-height: clamp(6.875rem, 3.2961rem + 5.5866vw, 10rem); /*160px - 110px*/

}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-title:before {
  right: 0;
}

.wdt-flex-banner-options .wdt-flex-banner-option:first-child .wdt-flex-banner-title:after {
  margin-bottom: 5px;
}

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info:before {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-flex;
  background: var(--optionBackground);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: relative;
  bottom: clamp(1.875rem, -0.2723rem + 3.352vw, 3.75rem);
  /* mx-60 mn-30 */
  left: 0;
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  clip-path: inset(0 100% 0 0);
  transition: 500ms cubic-bezier(.79, .14, .15, .86);
  -webkit-transition: 500ms cubic-bezier(.79, .14, .15, .86);
  pointer-events: none;
}

.wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info:before {
  transition-delay: 0ms;
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  clip-path: inset(0 0 0 0);
  transition: 1000ms cubic-bezier(.79, .14, .15, .86);
  -webkit-transition: 1000ms cubic-bezier(.79, .14, .15, .86);
  transition-delay: 0.1s;
}


/* -----------------------
    Responsive
----------------------- */

.wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  text-align: start;
  display: flex;
  align-items: center;
}

@media (min-width: 1025px) {

  .wdt-flex-banner-options {
    display: flex;
    flex-wrap: nowrap;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0.25;
    width: 100% !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all .8s cubic-bezier(.29, 0, .2, 1);
    will-change: flex;
    border-right: 1px solid rgba(var(--wdtAccentTxtColorRgb), 0.15);
  }

  .wdt-flex-banner-options .wdt-flex-banner-option.active {
    flex: 0.7;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label {
    padding-right: 30px;
  }
}


@media (max-width: 1024px) {
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
    opacity: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
    font-size: 30px;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info {
    margin-right: 0px;
  }

  .wdt-flex-banner-options {
    display: flex;
    column-gap: 20px;
    cursor: grab;
    overflow: auto;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    padding-bottom: 0;
    margin: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option {
    position: relative;
    height: auto !important;
    background: var(--optionBackground);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 0 0 1px rgb(var(--wdtBorderColorRgb), .20);
    flex: 0 0 38%;
    scroll-snap-stop: always;
    scroll-snap-align: start;
    display: flex;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
    padding: 30px;
    z-index: 1;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 0;
    align-content: center;
    height: auto;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
    padding: 0;
    display: inline-flex;
    height: fit-content;
    margin-right: 0;
    text-align: center;
    flex-direction: column;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-title {
    flex: 0;
    flex-wrap: wrap;
    justify-content: center;
    height: fit-content;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    writing-mode: lr;
    flex-direction: column-reverse;
    align-items: center;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info {
    flex: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon,
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title,
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content,
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
    width: 100%;
    padding: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-icon {
    transition-delay: 60ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-sub-title {
    transition-delay: 50ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content {
    transition-delay: 25ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button {
    transition-delay: 2ms;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title:before {
    right: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title:before {
    margin-bottom: 0;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info::before {
    display: none;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: rgba(var(--wdtPrimaryColorRgb), .8);
    transition: var(--wdtBaseTransition);
  }

  .wdt-flex-banner-options .wdt-flex-banner-option:hover::before {
    opacity: 0.7;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option.active::before {
    background-color: rgba(var(--wdtSecondaryColorRgb), .8);
  }


  .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-button a:before {
    background-color: rgba(var(--wdtPrimaryColorRgb), .8);
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title:after {
    rotate: 0deg;
    top: 0;
  }

  .wdt-dark-bg .wdt-flex-banner-options .wdt-flex-banner-option.active .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content,
  .wdt-dark-bg .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info>div.wdt-flex-banner-content,
  .wdt-dark-bg .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title,
  .wdt-dark-bg .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title:after,
  .wdt-dark-bg .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info div.wdt-flex-banner-sub-title {
    color: var(--wdtAccentTxtColor) !important;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title:before {
    margin: 20px 0 0;
    min-height: auto;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label .wdt-flex-banner-info > div.wdt-flex-banner-sub-title {
    margin: 0 0 12px;
  }

}


@media screen and (max-width:480px) {
  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-label {
    padding: 30px 15px;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 80%;
  }

  /* -----------------------
      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: inherit;
    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;
  }

  .wdt-flex-banner-options .wdt-flex-banner-option:not(:last-child) {
    margin-right: 10px;
  }

}

@media (max-width: 767px) {

  /* Snap scroll style */
  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 44%;
  }

  .wdt-flex-banner-option {
    height: auto !important;
  }
}

@media (max-width: 480px) {

  .wdt-flex-banner-options .wdt-flex-banner-option .wdt-flex-banner-title {
    margin: 0 20px 0 0;
  }

  /* Snap scroll style */
  .wdt-flex-banner-options .wdt-flex-banner-option {
    flex: 0 0 80%;
  }
}

/* ===== 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);
    }
  }

}