/* === Red Barn Media Group - Custom Styles - Airtech Mechanical Services === */
/* === Home Hero Styles :: BEGIN === */
.airtech-hero-intro {
    margin-top: 180px;
    width: 100%;
    height: fit-content;
    background: url(../img/airtech-hero-2000-725.jpg) center center;
    background-size: cover;
    position: relative;
    padding-top:3%;
    padding-bottom:3%;
}
.airtech-hero-intro-container-padding {
    padding-left:5%;
    padding-right:5%;
}
/* === Home Hero Styles :: END === */
/* === Sub Hero Styles :: BEGIN === */

/* === Service Rollover Styles :: END === */
/* === Banner Styles :: BEGIN === */
.airtech-banner-advantage-club {
    background: url(../img/airtech-banner-logo-mark.svg) center;
    background-size: cover;
    width:100%;
    height:fit-content;
}
.airtech-banner-financing {
  background: url(../img/airtech-banner-financing.webp) center center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 15% 50%);
  width: 100%;
  height: 500px;
  background-size: cover;
}
/* === Banner Styles :: END === */
/* === Coupon  Styles :: BEGIN === */
.airtech-coupon-disclaimer {
    font-size: 0.65rem;
}
/* === Coupon  Styles :: END === */

/* === Media Queries :: BEGIN === */
@media (max-width:1400px) {}

@media (max-width:1200px) {
    /* === Banner Styles :: BEGIN === */
    .airtech-banner-financing {
      background: url(../img/airtech-banner-financing.webp) center center;
      width: 100%;
      height: 600px;
      background-size: cover;
    }
    /* === Banner Styles :: END === */
}

@media (max-width:991px) {
    /* === Banner Styles :: BEGIN === */
    .airtech-banner-financing {
      background: url(../img/airtech-banner-financing.webp) center center;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0% 50%);
      width: 100%;
      height: 300px;
      background-size: cover;
    }
    /* === Banner Styles :: END === */
}

@media (max-width:767px) {
  .airtech-hero-intro {
    margin-top: 180px;
    width: 100%;
    height: fit-content;
    background: url(../img/airtech-hero-767-500.webp) center center;
    background-size: cover;
    position: relative;
    padding-top:3%;
    padding-bottom:3%;
}
}

@media (max-width:450px) {}

/* === Media Queries :: END === */