.sec-hero{
  overflow: hidden;
  background: var(--blue-light);
}
.hero-slider .owl-stage{
  display: flex;
  flex-wrap: wrap;
}
.hero-item{
  background: var(--slide-bg);
  background-size: cover;
  background-position: center;
}
.hero-item,
.hero-item .container{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hero-item-outer{
  display: flex;
  align-items: center;
  min-height: 64rem;
  width: 100%;
}
.hero-text{
  width: 50%;
  padding: 2.4rem 2.4rem 7.3rem 0;
  position: relative;
  z-index: 1;
}
.hero-img-outer{
  width: 50%;
  position: relative;
  align-self: flex-end;
}
.hero-img-outer::before{
  position: absolute;
  content: "";
  right: -9rem;
  bottom: 0;
  width: 77.4rem;
  height: 64rem;
  background: url(../images/hero-img-bg.png);
  background-size: cover;
  background-position: center right;
}
.hero-img{
  position: relative;
  z-index: 1;
  max-width: 44rem;
  max-height: 60.4rem;
  margin-left: auto;
  margin-right: 4rem;
  text-align: center;
}
.hero-img img{
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.hero-slider .owl-dots{
  position: absolute;
  bottom: 6.4rem;
  left: calc((100vw - 1360px) / 2);
}
.hero-slider .owl-nav{
  position: absolute;
  right: 8rem;
  bottom: 6.4rem;
}
@media(min-width:1760px) and (max-width:1859.98px){
  .hero-slider .owl-nav {
    right: 4rem;
    bottom: 5.4rem;
  }
}
@media(min-width:1660px) and (max-width:1759.98px){
  .hero-img {
    margin-right: 8rem;
  }
  .hero-img-outer::before {
    right: -5rem;
  }
  .hero-slider .owl-nav {
    right: 4rem;
    bottom: 5rem;
  }
}
@media(min-width:1560px) and (max-width:1659.98px){
  .hero-img {
    margin-right: 12rem;
  }
  .hero-img-outer::before {
    right: -1rem;
  }
  .hero-slider .owl-nav {
    right: 2.4rem;
  }
}
@media(min-width:1460px) and (max-width:1559.98px){
  .hero-img {
    margin-right: 12rem;
  }
  .hero-img-outer::before {
    right: 1rem;
  }
  .hero-slider .owl-nav {
    right: 2.4rem;
    bottom: 4.4rem;
  }
}
@media(min-width:1404px) and (max-width:1459.98px){
  .hero-img {
    margin-right: 14rem;
  }
  .hero-img-outer::before {
    right: 3rem;
  }
  .hero-slider .owl-nav {
    right: 2.4rem;
    bottom: 4.4rem;
  }
}
@media(min-width:1360px) and (max-width:1403.98px){
  .hero-text {
    padding: 2.4rem 2.4rem 6.4rem 0;
  }
  .hero-item-outer {
    min-height: 61rem;
  }
  .hero-img-outer::before {
    right: 0;
    width: 73.7rem;
    height: 61rem;
  }
  .hero-img {
    max-width: 42rem;
    max-height: 57.7rem;
    margin-right: 11rem;
  }
  .hero-slider .owl-nav {
    right: 2rem;
    bottom: 3.4rem;
  }
  .hero-slider .owl-dots {
    bottom: 4.8rem;
    left: calc((100vw - 1266px) / 2);
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .hero-text {
    padding: 2.4rem 2.4rem 6rem 0;
  }
  .hero-item-outer {
    min-height: 57rem;
  }
  .hero-img-outer::before {
    right: 2.5rem;
    width: 68.9rem;
    height: 57rem;
  }
  .hero-img {
    max-width: 40rem;
    max-height: 55rem;
    margin-right: 12rem;
  }
  .hero-slider .owl-nav {
    right: 2.4rem;
    bottom: 3rem;
  }
  .hero-slider .owl-dots {
    bottom: 4rem;
    left: calc((100vw - 1155px) / 2);
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .hero-text {
    padding: 2rem 2.4rem 6.9rem 0;
  }
  .hero-item-outer {
    min-height: 52rem;
  }
  .hero-img-outer::before {
    right: -1.6rem;
    width: 62.8rem;
    height: 52rem;
  }
  .hero-img {
    max-width: 36rem;
    max-height: 49.5rem;
    margin-right: 7rem;
  }
  .hero-slider .owl-nav {
    right: 1.6rem;
    bottom: 2rem;
  }
  .hero-slider .owl-dots {
    bottom: 4rem;
    left: calc((100vw - 928px) / 2);
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .hero-item {
    padding-top: 5.6rem;
  }
  .hero-item-outer {
    flex-direction: column;
    justify-content: space-between;
    min-height: 48.8rem;
  }
  .hero-text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .hero-btn{
    margin-top: 2.8rem;
    justify-content: center;
  }
  .hero-img-outer {
    width: 100%;
  }
  .hero-img-outer {
    width: 100%;
    margin-top: 3.2rem;
  }
  .hero-img-outer::before{
    content: none;
  }
  .hero-img {
    max-width: 31rem;
    max-height: 42.6rem;
    margin: 0 auto;
  }
  .hero-slider .owl-nav {
    right: 3.2rem;
    bottom: 3.2rem;
  }
  .hero-slider .owl-dots {
    bottom: 4rem;
    left: calc((100vw - 704px) / 2);
  }
}
@media(max-width:767.98px){
  .hero-item {
    padding-top: 4rem;
  }
  .hero-item-outer {
    flex-direction: column;
    justify-content: space-between;
    min-height: 48.8rem;
  }
  .hero-text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .hero-text br{
    display: none;
  }
  .hero-btn{
    margin-top: 2.8rem;
  }
  .hero-btn .btn{
    min-width: 26rem;
  }
  .hero-img-outer {
    width: 100%;
    margin-top: 3.2rem;
  }
  .hero-img-outer::before{
    content: none;
  }
  .hero-img {
    max-width: 25rem;
    max-height: 34.4rem;
    margin: 0 auto;
  }
  .hero-slider .owl-nav {
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .hero-slider .owl-dots {
    bottom: 2rem;
    left: calc((100vw - 510px) / 2);
  }
}
@media(max-width:575.98px){
  .hero-slider .owl-dots {
    left: 1.5rem;
  }
}