/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slider_layout .slick-dotted.slick-slider {
    margin: 0;
    padding:0;
    height: 100%;
}
.slider_layout {
  width: 100%;
  margin:0;
  position: relative;
  background-image: url('https://bc8ea5a069.nxcli.io/media/wysiwyg/alothemes/static/images/slider/af_bg.jpg');
  height: 90vh;
}
.slider_layout .ht_text{
    color: #feffc2;
    font-size: 20px;
}
.slider_layout .slide {
  display: none;
}
.slider_layout .slide li {
  list-style: none;
}
.shop_nw {
    background-color: rgb(243, 40, 60);
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    
}
.ar_padding{
    padding: 0 12%;
    height: 85vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.ar_img_pad{
    padding:10% 5%;
}
.banner_container h1 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-weight: 700;
}
.slider_layout .slide.slick-initialized {
  display: block;
}

.slider_layout .slick-dots {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: center;
  bottom: -20px;
}
.slider_layout .slick-dots li {
    display: inline-block;
    max-height: max-content;
    margin: 0;
    font-size: 13px;
    width: auto;
    color: #302f2f;
    height: auto;
    background-color: #f0f0f0;
    padding: 10px 13px;
    border: 1px solid #ddd;
}
.slider_layout .slick-dots li.slick-active{
 background-color: #242931;
 color: #fff;
 border-color: #242931;
}
.slider_layout .slick-slider .slick-arrow.slick-next,
.slider_layout .slick-slider .slick-arrow.slick-prev{
    top:56%
}
.slider_layout .slick-slider .slick-arrow.slick-prev{
    left: 20px;
}
.slider_layout .slick-slider .slick-arrow.slick-next {
    right: 20px;
}
.slider_layout .slick-prev,
.slider_layout .slick-next {
  margin: -50px 0 0;

  z-index: 99;
  position: absolute;
  top: 50%;
}
.slider_layout .slick-prev {
  left: 10px;
  background-image: url('./left_arw.png')!important;
}
.slider_layout .slick-next {
  right: 10px;
  background-image: url('./right_arw.png')!important;
}
.slider_layout .slick-next,
.slider_layout .slick-prev {
  display: inline-block;
  height: 40px;
  width: 40px;
  visibility: visible;
    opacity: 0.8;
    background-size: 100% !important;
    transform: inherit !important;
}
.slider_layout .icon__cnt {
  height: 100%;
  width: 100%;
}
.ag-format-container .slick-dots{
    right: 0;
    width: auto;
    left: inherit;
}

@media(max-width:767px) {
    .slider_layout {
        height: auto;
    }
    .ar_padding {
    height: auto;
    }
}


/* slider 2 */

  /* .slider-container {
    width: 100vw;
    height: 80vh;
    min-width: 320px;
    max-width: 100vw;
    max-height: 80vh;
    background: #222;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #181924;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f5f5f5;
    box-sizing: border-box;
  }
  .slider-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.35) blur(2px);
    z-index: 0;
    transition: background-image 0.5s ease-in-out;
  }
  .slider-content {
    position: relative;
    display: flex;
    flex-direction: row;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 2.5rem 3rem;
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
  }
  .col-6 {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    box-sizing: border-box;
    max-height: 100%;
    overflow: hidden;
  }
  .left-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 90%;
    text-align: left;
  }
  .slider-title {
    font-size: 6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
  }
  .slider-desc {
    font-size: 2rem;
    color: #b0b0b0;
    margin-bottom: 1.2rem;
  }
  .slider-highlight {
    color: #ffe600;
    font-weight: 600;
    margin-bottom: 1.2rem;
    display: block;
    font-size: 2rem;
  }
  .slider-btn {
    background: #ff3c4b;
    color: #fff;
    padding: 0.9rem 2.2rem;
    border-radius: 8px;
    border: none;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    box-shadow: 0 2px 12px rgba(255,60,75,0.15);
  }
  .slider-btn:hover {
    background: #e02e3c;
  }
  .right-image {
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .right-image img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: block;
    height: auto;
    width: auto;
  }
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(24,25,36,0.7);
    color: #fff;
    border: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
  }
  .arrow:hover {
    background: #ff3c4b;
  }
  .arrow.left {
    left: 18px;
  }
  .arrow.right {
    right: 18px;
  }
  .slider-nav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(24,25,36,0.95);
    padding: 1rem 0 0.7rem;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .slider-nav::-webkit-scrollbar {
    display: none;
  }
  .slider-nav-btn {
    background: none;
    border: none;
    color: #b0b0b0;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0.5rem 1.2rem;
    border-radius: 7px;
    cursor: pointer;
    white-space: nowrap;
  }
  .slider-nav-btn.active,
  .slider-nav-btn:hover {
    color: #fff;
    background: #ff3c4b;
  }
  @media (max-width: 900px) {
    .slider-content {
      flex-direction: column;
      padding: 2rem 1.5rem;
    }
    .right-image img {
      max-height: 50vh;
    }
    .slider-title {
      font-size: 1.7rem;
    }
  }
  @media (max-width: 600px) {
    .slider-container {
      height: 90vh;
      max-height: 90vh;
    }
    .slider-content {
      flex-direction: column-reverse;
      padding: 1rem 0.5rem;
    }
    .left-content, .col-6, .right-image {
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .slider-title {
      font-size: 1.3rem;
    }
    .slider-btn {
      padding: 0.7rem 1.2rem;
      font-size: 0.95rem;
    }
    .right-image img {
      max-height: 40vh;
    }
    .arrow {
      width: 36px;
      height: 36px;
      font-size: 1.4rem;
    }
    .slider-nav {
      display: none !important;
    }
  } */

    /* slider 2 Ended*/

      .slider-container {
      width: 100vw;
      height: 80vh;
      min-width: 320px;
      max-width: 100vw;
      max-height: 80vh;
      background: #222;
      position: relative;
      display: flex;
      flex-direction: column;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #f5f5f5;
      box-sizing: border-box;
      overflow:visible;
    }
    .slider-bg {
      position: absolute;
      inset: 0;
      background-size: cover;
      background-position: center;
      /* filter: brightness(0.35) blur(2px); */
      z-index: 0;
      transition: background-image 0.5s ease-in-out;
    }
    .slider-content {
      position: relative;
      display: flex;
      flex-direction: row;
      z-index: 1;
      height: 100%;
      width: 100%;
      padding: 2.5rem 3rem;
      box-sizing: border-box;
      flex: 1;
      overflow: hidden;
    }
    .col-6 {
      flex: 1 1 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1rem;
      box-sizing: border-box;
      max-height: 100%;
      overflow: hidden;
    }
    .left-content {
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      max-width: 90%;
      text-align: left;
    }
    .slider-title {
      font-size: 6rem;
      font-weight: 700;
      margin-bottom: 1rem;
      letter-spacing: 1px;
    }
    .slider-desc {
      font-size: 2rem;
      color: #b0b0b0;
      margin-bottom: 1.2rem;
    }
    .slider-highlight {
      color: #ffe600;
      font-weight: 600;
      margin-bottom: 1.2rem;
      display: block;
      font-size: 2rem;
    }
    .slider-btn {
      background: #ff3c4b;
      color: #fff;
      padding: 0.9rem 2.2rem;
      border-radius: 8px;
      border: none;
      font-size: 1.5rem;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.2s ease-in-out;
      box-shadow: 0 2px 12px rgba(255,60,75,0.15);
    }
    .slider-btn:hover {
      background: #e02e3c;
    }
    .right-image {
      max-height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .right-image img {
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
      display: block;
      height: auto;
      width: auto;
    }
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(24,25,36,0.7);
      color: #fff;
      border: none;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      font-size: 2rem;
      cursor: pointer;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s ease;
    }
    .arrow:hover {
      background: #ff3c4b;
    }
    .arrow.left {
      left: 18px;
    }
    .arrow.right {
      right: 18px;
    }
  /* Navigation button group */
.slider-nav {
  position: absolute;
  bottom: -20px;
  width: auto;
  right:0;
  display: flex;
  margin-right: 10px;
  margin-top: 5px;
  display:flex;
}



/* Button styles */
.slider-nav-btn {
    display: flex;
    max-height: max-content;
    margin: 0;
    font-size: 13px;
    width: auto;
    color: #302f2f;
    height: auto;
    background-color: #f0f0f0;
    padding: 10px 13px;
    border: 1px solid #ddd;
    cursor:pointer;
}

.slider-nav-btn.active {
   background-color: #242931;
    color: #fff;
    border-color: #242931;
}

.slider-nav-btn:hover {
    background-color: #242931;
    color: #fff;
    border-color: #242931;
}

    @media (max-width: 900px) {
      .slider-content {
        flex-direction: column;
        padding: 2rem 1.5rem;
      }
      .right-image img {
        max-height: 50vh;
      }
      .slider-title {
        font-size: 1.7rem;
      }
      
    }
    @media (max-width: 600px) {
      .slider-container {
        height: 90vh;
        max-height: 90vh;
      }
      .slider-content {
        flex-direction: column-reverse;
        padding: 1rem 0.5rem;
      }
      .left-content, .col-6, .right-image {
        align-items: center;
        justify-content: center;
        text-align: center;
      }
      .slider-title {
        font-size: 1.3rem;
      }
      .slider-btn {
        padding: 0.7rem 1.2rem;
        font-size: 0.95rem;
      }
      .right-image img {
        max-height: 40vh;
      }
      .arrow {
        width: 36px;
        height: 36px;
        font-size: 1.4rem;
      }
      .slider-nav {
        display: none !important;
      }
    }