/* === Red Barn Media Group - Custom Styles - Air 911 === */
/* === Home Hero Styles :: BEGIN === */
.a911-hero-intro {
  margin-top: 138px;
  width: 100%;
  height: 625px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  background-color: black;
  overflow: hidden;
}

.a911-hero-intro video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.55;
  z-index: 1;
}

.video-background-content {
  position: relative;
  z-index: 2;
  padding-top: 14rem;
  padding-bottom: 2rem;
}

.a911-hero-intro.sub {
  margin-top: 138px;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.a911-hero-sub-padding {
  padding-top: 14rem;
  padding-bottom: 2rem;
}
.a911-hero-intro.sub.ac {
  background: url(../img/a911-hero-sub-ac-2000-625.webp) center bottom;
  background-size: cover;
}
.a911-hero-intro.sub.furnace {
  background: url(../img/a911-hero-sub-furnace-2000-625.webp);
  background-size: cover;
}
.a911-hero-intro.sub.mini-split {
  background: url(../img/a911-hero-sub-mini-split-2000-625.webp);
  background-size: cover;
}
.a911-hero-intro.sub.package {
  background: url(../img/a911-hero-sub-package-2000-625.webp);
  background-size: cover;
}
.a911-hero-intro.sub.water-heater {
  background: url(../img/a911-hero-sub-water-heater-2000-625.webp);
  background-size: cover;
}
.a911-hero-intro.sub.tank {
  background: url(../img/a911-hero-sub-tank-2000-625.webp);
  background-size: cover;
}
.a911-hero-intro.sub.iaq {
  background: url(../img/a911-hero-sub-iaq-2000-625.webp);
  background-size: cover;
}
.a911-hero-intro.sub.mobile {
  background: url(../img/a911-hero-sub-mobile-2000-625.webp);
  background-size: cover;
}
.a911-hero-intro.sub.commercial {
  background: url(../img/a911-hero-sub-commercial-2000-625.webp);
  background-size: cover;
}
.a911-hero-intro h1 {
  font-size: 2.75rem;
  line-height: 1;
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.a911-hero-intro h2 {
  font-size: 1.75rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.a911-hero-intro.sub-page h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-family: 'Special Gothic Expanded One', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.a911-hero-intro.sub-page h2 {
  font-size: 1.5rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.a911-hero-arrow {
  position: absolute;
  background: url(../img/a911-hero-arrow-150-80.svg);
  background-size: cover;
  height: 80px;
  width: 150px;
  left: -1rem;
  top: 14rem;
}
/* === Home Hero Styles :: END === */
/* === Rollover Styles :: BEGIN === */
/* === Rollover Styles :: END === */
/* === Banner Styles :: BEGIN === */
.a911-spacer {
  height: 100px;
}
.curved-top-svg {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}

.curved-content {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
}

.curved-top {
  position: relative;
  background-color: #fff; /* fallback */
}

.curved-top svg {
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -1px;
  left: 0;
}

.curved-top .content {
  padding-top: 100px;
  color: white;
}
/* === Banner Styles :: END === */
/* === Utility Styles :: BEGIN === */

/* === Utility Styles :: END === */

/* === Media Queries :: BEGIN === */

@media (max-width: 1600px) {
  /* === Home Hero Styles :: BEGIN === */
  .a911-hero-intro.sub.ac {
    background: url(../img/a911-hero-sub-ac-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.furnace {
    background: url(../img/a911-hero-sub-furnace-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.mini-split {
    background: url(../img/a911-hero-sub-mini-split-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.package {
    background: url(../img/a911-hero-sub-package-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.water-heater {
    background: url(../img/a911-hero-sub-water-heater-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.tank {
    background: url(../img/a911-hero-sub-tank-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.iaq {
    background: url(../img/a911-hero-sub-iaq-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.mobile {
    background: url(../img/a911-hero-sub-mobile-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.commercial {
    background: url(../img/a911-hero-sub-commercial-1600-625.webp);
    background-size: cover;
  }
  .a911-hero-intro h1,
  .a911-hero-intro.sub-page h1 {
    font-size: 3.5rem;
    line-height: 1;
  }
  .a911-hero-intro h2,
  .a911-hero-intro.sub-page h2 {
    font-size: 1.5rem;
  }
  /* === Home Hero Styles :: END === */
}

@media (max-width: 1400px) {
  /* === Home Hero Styles :: BEGIN === */
}

@media (max-width: 1200px) {
  /* === Home Hero Styles :: BEGIN === */
  .a911-hero-intro,
  .a911-hero-intro.sub {
    margin-top: 122px;
  }
  .a911-hero-intro.sub.ac {
    background: url(../img/a911-hero-sub-ac-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.furnace {
    background: url(../img/a911-hero-sub-furnace-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.mini-split {
    background: url(../img/a911-hero-sub-mini-split-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.package {
    background: url(../img/a911-hero-sub-package-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.water-heater {
    background: url(../img/a911-hero-sub-water-heater-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.tank {
    background: url(../img/a911-hero-sub-tank-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.iaq {
    background: url(../img/a911-hero-sub-iaq-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.mobile {
    background: url(../img/a911-hero-sub-mobile-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.commercial {
    background: url(../img/a911-hero-sub-commercial-1200-625.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.refrigeration {
    background: url(../img/a911-hero-sub-refrigeration-1200-625.webp);
    background-size: cover;
  }

  .a911-hero-intro h1,
  .a911-hero-intro.sub-page h1 {
    font-size: 3rem;
  }
  .a911-hero-intro h2,
  .a911-hero-intro.sub-page h2 {
    font-size: 1.25rem;
  }
  /* === Home Hero Styles :: END === */
}

@media (max-width: 991px) {
  /* === Home Hero Styles :: BEGIN === */
  .a911-hero-intro,
  .a911-hero-intro.sub {
    margin-top: 7.25rem;
    height: fit-content;
  }
  .a911-hero-intro.sub.ac {
    background: url(../img/a911-hero-sub-ac-991-600.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.furnace {
    background: url(../img/a911-hero-sub-furnace-991-600.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.mini-split {
    background: url(../img/a911-hero-sub-mini-split-991-600.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.package {
    background: url(../img/a911-hero-sub-package-991-600.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.water-heater {
    background: url(../img/a911-hero-sub-water-heater-991-600.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.tank {
    background: url(../img/a911-hero-sub-tank-991-600.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.iaq {
    background: url(../img/a911-hero-sub-iaq-991-600.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.mobile {
    background: url(../img/a911-hero-sub-mobile-991-600.webp);
    background-size: cover;
  }
  .a911-hero-intro.sub.commercial {
    background: url(../img/a911-hero-sub-commercial-991-600.webp);
    background-size: cover;
  }
  /* === Home Hero Styles :: END === */
}

@media (max-width: 767px) {
  /* === Home Hero Styles :: BEGIN === */
  .a911-hero-intro {
    height: auto;
    min-height: 400px;
    padding: 3rem 0;
    background: linear-gradient(to top, #041342 0%, #15297b 40%, #6699cc 100%) !important;
  }

  .a911-hero-intro video {
    display: none !important;
  }

  .video-background-overlay {
    display: none;
  }

  .video-background-content {
    padding-top: 2rem;
  }

  .a911-hero-sub-padding {
    padding-top: 2rem;
  }

  .a911-hero-intro h1,
  .a911-hero-intro.sub-page h1 {
    font-size: 2.25rem;
  }
  .a911-hero-intro h2,
  .a911-hero-intro.sub-page h2 {
    font-size: 1rem;
  }
  /* === Home Hero Styles :: END === */
  .a911-service-area-map {
    height: 427px;
    width: 450px;
  }
}

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

@media (max-width: 450px) {
  .a911-service-area-map {
    height: 308px;
    width: 325px;
    left: -2.5rem;
    bottom: -3.5rem;
  }
}
/* === Media Queries :: END === */
