.hero-slider .owl-stage{
  display: flex;
  flex-wrap: wrap;
}
.hero-item {
  height: 100%;
}
.hero-img.mobile{
  display: none;
}
.hero-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-img img {
  width: 100%;
  height: 100%;
  min-height: 35.157vw;
  image-rendering: pixelated;
  object-fit: cover;
}
.hero-text-outer{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 35.157vw;
  display: flex;
  align-items: center;
  padding: 4.8rem 0;
}
.hero-text{
  max-width: 62.2rem;
  padding-bottom: 17rem;
}
.hero-text p{
  color: var(--white);
  font-size: 1.6rem;
  line-height: 180%;
}
.hero-slider .owl-nav{
  --left: calc((100vw - 1535px) / 2);
  position: absolute;
  left: var(--left);
  bottom: 9.3rem;
}
.hero-slider .btn-owl{
  margin-right: 1.2rem;
}
.hero-slider .owl-dots{
  --right: calc((100vw - 2000px) / 2);
  position: absolute;
  width: 1rem;
  bottom: 9.3rem;
  right: var(--right);
}
.hero-slider .owl-dots .owl-dot{
  display: block;
  margin-bottom: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  background: var(--white) !important;
}
.hero-slider .owl-dots .owl-dot:last-child{
  margin-bottom: 0;
}
.hero-slider .owl-dots .owl-dot.active{
  width: 1rem;
  height: 1rem;
  background: var(--red) !important;
}
@media(min-width:1560px) and (max-width:1579.98px){
  .hero-text-outer {
    min-height: 41.5vw;
    padding: 3.2rem 0;
  }
  .hero-img img {
    min-height: 41.5vw;
  }
  .hero-text {
    padding-bottom: 14rem;
  }
  .hero-slider .owl-nav {
    --left: calc((100vw - 1460px) / 2);
    bottom: 6.4rem;
  }
  .hero-slider .owl-dots {
    --right: calc((100vw - 1460px) / 2);
    bottom: 6.4rem;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .hero-text-outer {
    min-height: 41.5vw;
    padding: 3.2rem 0;
  }
  .hero-img img {
    min-height: 41.5vw;
  }
  .hero-text {
    padding-bottom: 14rem;
  }
  .hero-slider .owl-nav {
    --left: calc((100vw - 1387px) / 2);
    bottom: 5.6rem;
  }
  .hero-slider .owl-dots {
    --right: calc((100vw - 1387px) / 2);
    bottom: 5.6rem;
  }
}
@media(min-width:1360px) and (max-width:1459.98px){
  .hero-text-outer {
    min-height: 41vw;
    padding: 3.2rem 0;
  }
  .hero-img img {
    min-height: 41vw;
  }
  .hero-text {
    max-width: 54rem;
    padding-bottom: 10rem;
  }
  .hero-text .mb-28 {
    margin-bottom: 2rem;
  }
  .hero-text p {
    font-size: 1.5rem;
  }
  .hero-slider .owl-nav {
    --left: calc((100vw - 1287px) / 2);
    bottom: 4rem;
  }
  .hero-slider .owl-dots {
    --right: calc((100vw - 1287px) / 2);
    bottom: 4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .hero-text-outer {
    padding: 2.8rem 0;
  }
  .hero-text {
    max-width: 52rem;
    padding-bottom: 9rem;
  }
  .hero-text .mb-28 {
    margin-bottom: 2rem;
  }
  .hero-text p {
    font-size: 1.5rem;
  }
  .hero-btn {
    margin-top: 3.2rem;
  }
  .hero-slider .owl-nav {
    --left: calc((100vw - 1155px) / 2);
    bottom: 3.2rem;
  }
  .hero-slider .owl-dots {
    --right: calc((100vw - 1155px) / 2);
    bottom: 3.2rem;
  }
  .hero-slider .owl-dots .owl-dot {
    margin-bottom: 1.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .hero-img img,
  .hero-text-outer{
    min-height: 42.16vw;
  }
  .hero-text-outer {
    padding: 2rem 0;
  }
  .hero-text {
    max-width: 46rem;
    padding-bottom: 7rem;
  }
  .hero-text .mb-28 {
    margin-bottom: 1.6rem;
  }
  .hero-text p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  } 
  .hero-text p br{
    display: none;
  }
  .hero-btn {
    margin-top: 2.4rem;
  }
  .hero-slider .owl-dots {
    --right: calc((100vw - 945px) / 2);
    bottom: 2.4rem;
  }
  .hero-slider .owl-dots .owl-dot {
    margin-bottom: 1.4rem;
  }
  .hero-slider .owl-nav {
    --left: calc((100vw - 945px) / 2);
    bottom: 2.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .hero-img img,
  .hero-text-outer{
    min-height: 42.16vw;
    object-position: left;
  }
  .hero-text-outer {
    padding: 2rem 0;
  }
  .hero-text {
    max-width: 35rem;
    padding-bottom: 0;
  }
  .hero-text .mb-28 {
    margin-bottom: 1.2rem;
  }
  .hero-text p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .hero-text p br{
    display: none;
  }
  .hero-btn {
    margin-top: 0;
  }
  .hero-btn .btn{
    height: 4.8rem;
    font-size: 1.4rem;
    padding: 0 2.4rem;
  }
  .hero-slider .owl-dots {
    --right: calc((100vw - 690px) / 2);
    width: 1rem;
    bottom: 2.4rem;
  }
  .hero-slider .owl-dots .owl-dot {
    margin-bottom: 1.4rem;
  }
  .hero-slider .owl-nav {
    --left: calc((100vw - 690px) / 2);
    bottom: 1.6rem;
    display: none;
  }
  .hero-slider .owl-nav .btn-owl{
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media(max-width:767.98px){
  .sec-hero {
    margin-bottom: 4rem;
  }
  .hero-img.desktop {
    display: none;
  }
  .hero-img.mobile {
    display: block;
  }
  .hero-img img,
  .hero-text-outer{
    min-height: 205.278vw;
  }
  .hero-text-outer {
    align-items: flex-end;
    padding: 0 0 51.1vw;
  }
  .hero-text-outer .container{
    margin-top: auto;
    margin-bottom: 0;
  }
  .hero-text {
    max-width: 100%;
    padding-bottom: 0;
  }
  .hero-slider .owl-nav {
    --left: calc((100vw - 500px) / 2);
    bottom: 17.8vw;
  }
  .hero-slider .owl-dots {
    display: none;
  }
  .hero-text p {
    font-size: 1.4rem;
  }
  .hero-text p br{
    display: none;
  }
  .sec-hero .container .hero-text>h2> img{
    margin-bottom: 4rem;
  }
  .sec-hero .container .hero-text>h2:has(img){
    font-size: 7rem;
  }
  .sec-hero .container:has(.hero-text>h2>img){
    margin-top: 4rem !important;
    margin-bottom: auto;
  }
  .hero-slider .btn-owl {
    background: transparent;
    border: 1px solid var(--gray);
  }
  .hero-slider .btn-owl:hover{
    border-color: var(--red);
    background: var(--red);
  }

  .hero-item.small-mobile {
    height: 25vh;
  }

  .hero-img.mobile.small-mobile img,
  .hero-text-outer.small-mobile {
    min-height: 100%;
  }
}
@media(max-width:575.98px){
  .hero-slider .owl-nav {
    left: 2rem;
  }
  .sec-hero .container .hero-text>h2:has(img){
    font-size: 5rem;
  }
}