/* === Red Barn Media Group - Custom Styles - Variable Comfort Solutions === */
/* === Home Hero Styles :: BEGIN === */
.rp-hero-intro {
  margin-top:117px;
  width: 100%;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 0;
  background-color: #002e54;
  overflow: hidden;
}

.rp-hero-intro video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.rp-hero-intro h1 {
  font-size: 4rem;
  line-height: 1;
  font-family: barlow-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.rp-hero-intro h2 {
  font-size: 2rem;
  font-family: barlow-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* === Home Hero Styles :: END === */
/* === Rollover Styles :: BEGIN === */

/* === Rollover Styles :: END === */
/* === Banner Styled :: BEGIN === */
.rp-banner-service-area-bg {
    background: url(../img/rp-banner-service-area-bg.svg)left center;
    background-size: cover;
    width: 100%;
    height: fit-content;
}
.rp-banner-logo-icon {
    background: url(../img/rp-logo-icon.svg) center center;
    background-size: cover;
    width: 100%;
    height: fit-content;
}
.rp-banner-difference-bg-curved-topper {
    background: url(../img/rp-banner-difference-bg-curved-topper.svg) bottom center;
    background-size: cover;
    width: 100%;
    height: fit-content;
}
.rp-banner-difference-bg-curved-topper-2 {
    clip-path: ellipse(50% 15% at 50% 100%);
    background: #6cbedc;
    background-size: cover; 
}
/* === Banner Styles :: END === */
/* === Utility Styles :: BEGIN === */

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

/* === Media Queries :: BEGIN === */
@media (max-width:1400px) {
    /* === Home Hero Styles :: BEGIN === */
    .rp-hero-intro h1 {
      font-size: 3.5rem;
      line-height: 1;
      font-family: barlow-condensed, sans-serif;
      font-weight: 700;
      font-style: normal;
    }
    .rp-hero-intro h2 {
      font-size: 1.5rem;
      font-family: barlow-condensed, sans-serif;
      font-weight: 400;
      font-style: normal;
    }
    /* === Home Hero Styles :: END === */
}

@media (max-width:1200px) {
    /* === Home Hero Styles :: BEGIN === */
    .rp-hero-intro {
      height: 500px;
    }
    .rp-hero-intro h1 {
      font-size: 3rem;
    }
    .rp-hero-intro h2 {
      font-size: 1.25rem;
    }
    /* === Home Hero Styles :: END === */
}

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

@media (max-width:767px) {
    /* === Home Hero Styles :: BEGIN === */
    .rp-hero-intro h1 {
      font-size: 2.25rem;
    }
    .rp-hero-intro h2 {
      font-size: 1rem;
    }
    /* === Home Hero Styles :: END === */
}

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

@media (max-width:450px) {
    .rp-hero-intro {
        margin-top: 137px;
    }
    /* === Home Hero Styles :: BEGIN === */
    .rp-hero-intro h1 {
      font-size: 1.85rem;
    }
    /* === Home Hero Styles :: END === */
}
/* === Media Queries :: END === */
.rp-image{
    border: 5px;
    border-color: #06ba06;
    border-style: solid;
}