/* :: Tiny Slider One CSS */
.tiny-slider-one-wrapper {
    position: relative;
    z-index: 1;
  }
  .tiny-slider-one-wrapper .single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 220px;
    background-position: center center;
    background-size: cover;
  }
  @media only screen and (min-width:480px) and (max-width:767px) {
    .tiny-slider-one-wrapper .single-hero-slide {
      height: 220px;
    }
  }
  @media only screen and (min-width:576px) and (max-width:767px) {
    .tiny-slider-one-wrapper .single-hero-slide {
      height: 240px;
    }
  }
  @media only screen and (min-width:768px) and (max-width:991px) {
    .tiny-slider-one-wrapper .single-hero-slide {
      height: 300px;
    }
  }
  @media only screen and (min-width:992px) and (max-width:1199px) {
    .tiny-slider-one-wrapper .single-hero-slide {
      height: 320px;
    }
  }
  @media only screen and (min-width:1200px) and (max-width:1399px) {
    .tiny-slider-one-wrapper .single-hero-slide {
      height: 450px;
    }
  }
  .tiny-slider-one-wrapper .single-hero-slide .slide-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .tiny-slider-one-wrapper .single-hero-slide .slide-content p {
    font-size: 14px;
  }
  .tiny-slider-one-wrapper .tns-controls {
    position: absolute;
    z-index: 100;
    bottom: 1.25rem;
    right: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tiny-slider-one-wrapper .tns-controls button[data-controls=prev],
  .tiny-slider-one-wrapper .tns-controls button[data-controls=next] {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    width: 26px;
    height: 26px;
    text-align: center;
    color: var(--white);
    border-radius: 50%;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    font-size: 12px;
    border: none;
  }
  .tiny-slider-one-wrapper .tns-controls button[data-controls=prev] i,
  .tiny-slider-one-wrapper .tns-controls button[data-controls=next] i {
    line-height: 26px;
  }
  .tiny-slider-one-wrapper .tns-controls button[data-controls=prev]:hover, .tiny-slider-one-wrapper .tns-controls button[data-controls=prev]:focus,
  .tiny-slider-one-wrapper .tns-controls button[data-controls=next]:hover,
  .tiny-slider-one-wrapper .tns-controls button[data-controls=next]:focus {
    background-color: var(--warning-500);
    color: var(--primary-950);
  }
  .tiny-slider-one-wrapper .tns-controls button[data-controls=next] {
    margin-left: 0.5rem;
  }
  .tiny-slider-one-wrapper .tns-nav {
    position: absolute;
    bottom: 1.375rem;
    left: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tiny-slider-one-wrapper .tns-nav button {
    outline: none;
    border: none;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    position: relative;
    z-index: 1;
    margin-right: 0.375rem;
    width: 0.5rem;
    height: 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0.5rem;
            flex: 0 0 0.5rem;
    max-width: 0.5rem;
    background-color: var(--primary-200);
    border-radius: 50%;
  }
  .tiny-slider-one-wrapper .tns-nav button.tns-nav-active {
    background-color: var(--warning-500);
  }
  
  /* :: Tiny Slider Two CSS */
  .tiny-slider-two-wrapper {
    position: relative;
    z-index: 1;
  }
  .tiny-slider-two-wrapper .single-hero-slide {
    height: 200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 1rem;
  }
  .tiny-slider-two-wrapper .single-hero-slide.bg-overlay::after {
    border-radius: 1rem;
  }
  .tiny-slider-two-wrapper .tns-nav {
    position: absolute;
    right: 3.625rem;
    bottom: 1.5rem;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tiny-slider-two-wrapper .tns-nav button {
    outline: none;
    background-color: transparent;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    line-height: 1;
    border: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 700;
  }
  .tiny-slider-two-wrapper .tns-nav button.tns-nav-active {
    color: var(--warning-500);
    opacity: 1;
    visibility: visible;
  }
  .tiny-slider-two-wrapper #totaltnsDotsCount {
    position: absolute;
    z-index: 1;
    bottom: 1.5rem;
    right: 1.5rem;
    color: var(--warning-500);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  .tiny-slider-two-wrapper #totaltnsDotsCount::before {
    width: 1rem;
    height: 3px;
    background-color: var(--white);
    position: absolute;
    border-radius: 8px;
    content: "";
    left: -1.25rem;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  /* :: Tiny Slider Three CSS */
  .tiny-slider-three-wrapper {
    position: relative;
    z-index: 1;
  }
  .tiny-slider-three-wrapper .single-hero-slide {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    width: 100%;
    padding: 2rem;
    border-radius: 3px;
  }
  .tiny-slider-three-wrapper .single-hero-slide.bg-overlay::after {
    border-radius: 2px;
    opacity: 0.6;
  }
  
  .tiny-slider-three-wrapper .slide-content {
    background-color: rgba(0,0,0,0.5);
    padding: 2rem;
  }