<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.MainHeaderSlider {
    width: 100%;
    height: 98vh !important;
    direction: ltr;
    position: relative;
    border-radius: 24px;
  }
  @media  (max-width:768px) {
    .MainHeaderSlider {
      
      height: 781px;

     
    }
  }
  .slider-overlay{
    width: 100%;
    height: 100%;
    background-image:  linear-gradient(to bottom, rgb(0,0,0, 0%), rgb(0,0,0, 80%));
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
    z-index: 19;
}
  .MainHeaderSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
  
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  
  .MainHeaderSlider .swiper-slide .img {
    direction: ltr;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 24px;
  }
  
  .MainHeaderSlider .carousal {
    background: linear-gradient(
      to bottom,
      #556ec84d 30%,
      #3422547a 48%,
      #556ec84d 100%
    );
    z-index: 999;
    opacity: 0.6;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 80px;
    left: auto;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 20px;
  }
  
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 24px;
    font-weight: bolder;
  }
  
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 24px;
    font-weight: bolder;
  }
  
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 80px;
    right: auto;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background-color: white;
    color: black;
    font-size: 20px;
  }
  .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    background-color: white;
  }
  
  @media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
      left: 20px;
      right: auto;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: white;
      color: black;
      font-size: 16px;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
      right: 20px;
      left: auto;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: white;
      color: black;
      font-size: 16px;
    }
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
      font-size: 18px;
      font-weight: bolder;
    }
  
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
      font-size: 18px;
      font-weight: bolder;
    }
  }</pre></body></html>