.bbslider{
  position:relative;
  width:100%;
  padding:0;
  margin:0 0 28px;
}

.bbslider .slider{
  width:100%;
  height:auto;
  z-index:0;
  overflow:hidden;
  margin:0 auto;
  padding:0;
  aspect-ratio:16/6;
  background:linear-gradient(135deg,#e9dfd1 0%,#f6efe5 100%);
  border-radius:0 0 34px 34px;
  box-shadow:0 20px 55px rgba(17,24,39,.12);
}

.bbslider .slider .owl-stage-outer,
.bbslider .slider .owl-stage,
.bbslider .slider .owl-item{
  height:100%;
}

.bbslider .slider .owl-item{
  width:100%;
  text-align:center;
  aspect-ratio:16/6;
}

.bbslider .slider .owl-item .item{
  width:100%;
  height:100%;
  position:relative;
  overflow:hidden;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}

.bbslider .slider .owl-item .item::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(17,24,39,.58) 0%,rgba(17,24,39,.24) 34%,rgba(17,24,39,.06) 62%,rgba(17,24,39,.12) 100%);
  z-index:1;
}

.bbslider .slider .owl-item .item::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,0) 38%,rgba(0,0,0,.14) 100%);
  z-index:1;
}

.bbslider .slider .owl-item .item img{
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:16/6;
  transform:scale(1.01);
}

.bbslider .slider .owl-item .item .mantext{
  position:absolute;
  left:clamp(18px,4vw,64px);
  bottom:clamp(20px,4vw,54px);
  z-index:2;
  width:min(640px,78%);
  min-height:auto;
  height:auto;
  text-align:left;
  padding:0;
  margin:0;
  background:none;
  color:#fff;
  text-shadow:none;
  opacity:1;
}

.bbslider .slider .owl-item .item .mantext span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:clamp(.92rem,1.35vw,1.22rem);
  font-weight:800;
  line-height:1.35;
  letter-spacing:.01em;
  color:#fff;
  padding:14px 18px;
  border-radius:18px;
  background:rgba(17,24,39,.46);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  box-shadow:0 14px 35px rgba(0,0,0,.16);
}

.bbslider .owl-dots-container{
  width:100%;
  position:absolute;
  left:0;
  right:0;
  bottom:18px;
  height:auto;
  z-index:3;
  text-align:center;
  pointer-events:none;
}

.bbslider .owl-dots-container #slider-dots{
  width:100%;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  min-height:24px;
  pointer-events:auto;
}

.bbslider .owl-dots-container #slider-dots div{
  display:inline-block;
  width:11px;
  height:11px;
  cursor:pointer;
  margin:4px;
  border-radius:999px;
  border:none;
  box-shadow:none;
  background:rgba(255,255,255,.48);
  transition:all .28s ease;
}

.bbslider .owl-dots-container #slider-dots div:hover{
  background:rgba(255,255,255,.8);
}

.bbslider .owl-dots-container #slider-dots div.active{
  width:34px;
  background:linear-gradient(135deg,var(--accent) 0%, var(--accent-2) 100%);
}

@media all and (max-width:1200px){
  .bbslider .slider,
  .bbslider .slider .owl-item,
  .bbslider .slider .owl-item .item img{
    aspect-ratio:16/7;
  }
}

@media (max-width:991.98px){
  .bbslider{
    margin-bottom:22px;
  }

  .bbslider .slider{
    aspect-ratio:16/8;
    border-radius:0 0 28px 28px;
  }

  .bbslider .slider .owl-item{
    aspect-ratio:16/8;
  }

  .bbslider .slider .owl-item .item img{
    aspect-ratio:16/8;
  }

  .bbslider .slider .owl-item .item::before{
    background:
      linear-gradient(180deg,rgba(17,24,39,.26) 0%,rgba(17,24,39,.18) 30%,rgba(17,24,39,.58) 100%);
  }

  .bbslider .slider .owl-item .item .mantext{
    left:18px;
    right:18px;
    bottom:44px;
    width:auto;
  }

  .bbslider .slider .owl-item .item .mantext span{
    font-size:.96rem;
    padding:12px 14px;
    border-radius:16px;
  }

  .bbslider .owl-dots-container{
    bottom:12px;
  }
}

@media all and (max-width:575px){
  .bbslider{
    padding:0;
    margin-bottom:18px;
  }

  .bbslider .slider{
    aspect-ratio:4/5;
    border-radius:0 0 24px 24px;
    box-shadow:0 16px 38px rgba(17,24,39,.12);
  }

  .bbslider .slider .owl-item{
    aspect-ratio:4/5;
  }

  .bbslider .slider .owl-item .item{
    height:100%;
  }

  .bbslider .slider .owl-item .item img{
    width:100%;
    height:100%;
    object-fit:cover;
    aspect-ratio:4/5;
  }

  .bbslider .slider .owl-item .item::before{
    background:
      linear-gradient(180deg,rgba(17,24,39,.12) 0%,rgba(17,24,39,.10) 24%,rgba(17,24,39,.72) 100%);
  }

  .bbslider .slider .owl-item .item .mantext{
    left:14px;
    right:14px;
    bottom:50px;
    width:auto;
  }

  .bbslider .slider .owl-item .item .mantext span{
    display:inline-block;
    width:auto;
    font-size:.9rem;
    font-weight:800;
    line-height:1.45;
    padding:12px 13px;
    border-radius:14px;
  }

  .bbslider .owl-dots-container{
    bottom:12px;
  }

  .bbslider .owl-dots-container #slider-dots div{
    width:8px;
    height:8px;
    margin:4px 3px;
  }

  .bbslider .owl-dots-container #slider-dots div.active{
    width:24px;
  }
}

@media (min-width:576px) and (max-width:768px){
  .bbslider .slider{
    aspect-ratio:16/9;
  }

  .bbslider .slider .owl-item{
    aspect-ratio:16/9;
  }

  .bbslider .slider .owl-item .item img{
    aspect-ratio:16/9;
  }

  .bbslider .slider .owl-item .item .mantext{
    left:16px;
    right:16px;
    bottom:46px;
    width:auto;
  }

  .bbslider .slider .owl-item .item .mantext span{
    font-size:.95rem;
    padding:12px 14px;
  }

  .bbslider .owl-dots-container #slider-dots div{
    width:9px;
    height:9px;
  }

  .bbslider .owl-dots-container #slider-dots div.active{
    width:26px;
  }
}