
.hero-2 {
    position: relative;
    padding-left: 270px;
    background-color: #272b55;
  }
  
  @media (max-width: 1600px) {
    .hero-2 {
      padding-left: 0;
    }
  }
  
  .hero-2 .hero-text {
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%) rotate(-90deg) translateX(23%);
            transform: translateY(-50%) rotate(-90deg) translateX(23%);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
    font-size: 215px;
    font-family: "Circular Std";
    font-weight: 900;
    letter-spacing: -0.03em;
    left: -15px;
    z-index: 2;
    opacity: 0.15;
  }
  
  @media (max-width: 1600px) {
    .hero-2 .hero-text {
      display: none;
    }
  }
  
  .hero-2 .single-slide {
    padding: 250px 0px;
    z-index: 1;
    position: relative;
    padding-left: 90px;
  }
  
  @media (max-width: 1600px) {
    .hero-2 .single-slide {
      padding: 180px 0px;
      padding-left: 80px;
    }
  }
  
  @media (max-width: 1199px) {
    .hero-2 .single-slide {
      padding-left: 30px;
    }
  }
  
  @media (max-width: 991px) {
    .hero-2 .single-slide {
      padding: 160px 0px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-2 .single-slide {
      padding: 130px 0px;
    }
  }
  
  @media (max-width: 500px) {
    .hero-2 .single-slide {
      padding: 100px 0px;
    }
  }
  
  .hero-2 .single-slide::before, .hero-2 .single-slide::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#272b55), to(rgba(33, 30, 59, 0)));
    background-image: linear-gradient(90deg, #272b55 0%, rgba(33, 30, 59, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #272b55 0%, rgba(33, 30, 59, 0) 100%);
    z-index: -1;
  }
  
  .hero-2 .single-slide .hero-contents {
    position: relative;
  }
  
  .hero-2 .single-slide .hero-contents h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 900;
    line-height: 110%;
    margin-top: -10px;
    text-transform: capitalize;
  }
  
  @media (max-width: 1600px) {
    .hero-2 .single-slide .hero-contents h1 {
      font-size: 70px;
    }
  }
  
  @media (max-width: 767px) {
    .hero-2 .single-slide .hero-contents h1 {
      font-size: 50px;
    }
  }
  
  @media (max-width: 500px) {
    .hero-2 .single-slide .hero-contents h1 {
      font-size: 42px;
    }
  }
  
  @media (max-width: 375px) {
    .hero-2 .single-slide .hero-contents h1 {
      font-size: 40px;
    }
  }
  
  .hero-2 .single-slide .hero-contents p {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-top: 20px;
  }
  
  @media (max-width: 767px) {
    .hero-2 .single-slide .hero-contents p {
      font-size: 22px;
    }
  }
  
  .hero-2 .single-slide .hero-contents a {
    margin-top: 35px;
    margin-right: 20px;
    color: #fff;
  }
  
  @media (max-width: 375px) {
    .hero-2 .single-slide .hero-contents a {
      margin-top: 20px;
      margin-right: 0;
    }
  }
  
  .hero-2 .owl-theme .owl-dots {
    display: none;
    margin-top: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .hero-2 .owl-theme .owl-dots .owl-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    text-align: center;
    padding: 15px;
    position: relative;
  }
  
  .hero-2 .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    display: block;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  
  .hero-2 .owl-theme .owl-dots .owl-dot::before {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    border-width: 3px;
    border-color: #fff;
    border-style: solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    content: "";
  }