@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.za-box{
  padding-left: 14px;
  padding-right: 7px;
  padding-bottom: 15px;

}

.za-slider{
    height: 600px;
    margin-top:-119px;

  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
  }
  .slide-text{
    position: absolute;
    top: 250px;
    left: 270px;
    text-align: left;
    width: 650px;
  }
  .slide-text h1{
 
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
    color: rgb(8, 8, 8);
    font-family: 'Rubik';
  }
  .autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }

  .autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }

  .za-blog-content-wrapper{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
    background:white;
    padding: 1.5rem;
  }
  .za-logo-box{
    width: 31%;
  }
  .za-logo-img{
    position: absolute;
 
    top: 35px;
  }

  .za-gremove {
    background: #0d0d0d;
    color: white;
    padding: 8px 10px;
    border-radius: 50%;
   
}
.za-btn-first {
  background: #d61f69;
  /* padding: 14px 13px; */
  border-radius: .375rem;
  font-size: 17px;
  font-family: 'Rubik';
  color: white;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000);
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.za-btn-second {
  background: #1A56DB;
  /* padding: 14px 13px; */
  border-radius: .375rem;
  font-size: 17px;
  font-family: 'Rubik';
  color: white;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000);
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.za-sorting-item select {
  padding: 10px;
  margin-left: 10px;
  width: 155px;
  float: left;
}
table{
  width: 100%;
}

thead{
  background-color: #f3f3f3 !important;
}
.font-semibold{
  font-weight: 500;
}
.py-4 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.za-header-search{
  width:272px;
}

.fa-solid.fa-bars, .fa-solid.fa-xmark {
  font-size: 36px;
  color: black !important;
}

@media only screen and (max-width:1024px){
  .container{max-width: 97%;}
  .za-logo-box{width: 18%;}
  .za-header-search{width: 177px;}
  .slide-text{left: 31px;}
}

@media only screen and (min-width:1400px) and (max-width:1440px) {
  .container{max-width: 75%;}
  .za-logo-box {width: 17%;}
  .za-header-search {width: 272px;}
  .slide-text{left: 188px;}
}

@media only screen and (min-width:2000px){
  .slide-text{left: 357px;}
  .za-logo-box{width:46%;}
}

@media only screen and (min-width:200px) and (max-width:999px){
    .container{max-width: 92%;}
    .slide-text{left:41px;top:225px;}
    .za-logo-img {left: 9px;}
    #mobile_header_overlay{background: #ecefee !important;width: 60% !important;margin: 0 !important;}
}


@media only screen and (min-width:200px) and (max-width:445px){
  .slide-text{left:20px;top:195px;width:93%;}
  .slide-text h1{font-size: 2rem;line-height: 2.5rem;}
  .za-sorting-item select{width:150px;}
}

@media only screen and (min-width:200px) and (max-width:320px){
  .slide-text{left:20px;top:140px;width:93%;}
  
}