/* BASE */
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Variables
| Author: P11
| Visit us: @ p11.com
|--------------------------------------------------------------------------
/* GLOBAL*/
/* FONTS*/
/* COLORS */
/* BREAKPOINTS */
/* Extra small mobile */
/* Mobile */
/* Tablet */
/* Middle Sized Devices */
/* Small Laptop */
/* Large Laptop / Desktop */
/* Large Desktop */
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/* BLOCKS */
.feature-section {
  overflow: hidden;
}
.feature-section .feature-texture {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  max-width: 300px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .feature-section .feature-texture {
    height: calc(400px + 4rem);
  }
}
.feature-section .feature-section-content {
  display: flex;
  min-height: 0;
  position: relative;
}
@media (max-width: 768px) {
  .feature-section .feature-section-content {
    flex-direction: column;
  }
}
.feature-section .feature-section-content .feature-section-image {
  position: relative;
  height: 70vh;
  min-height: 500px;
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .feature-section .feature-section-content .feature-section-image {
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
}
.feature-section .feature-section-content .feature-section-image .slide {
  backface-visibility: hidden;
}
.feature-section .feature-section-content .feature-section-image .feature-gallery-info {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  padding: 0.5rem 0;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feature-section .feature-section-content .feature-section-image .feature-gallery-info .feature-gallery-nav {
  display: inline-block;
}
.feature-section .feature-section-content .feature-section-image .feature-gallery-info .feature-gallery-nav .feature-gallery-prev,
.feature-section .feature-section-content .feature-section-image .feature-gallery-info .feature-gallery-nav .feature-gallery-next {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #c2b9a4;
  font-weight: 400;
}
.feature-section .feature-section-content .feature-section-image .feature-gallery-info .feature-gallery-nav .feature-gallery-prev:hover,
.feature-section .feature-section-content .feature-section-image .feature-gallery-info .feature-gallery-nav .feature-gallery-next:hover {
  color: #4b662d;
}
.feature-section .feature-section-content .feature-section-image .feature-gallery-info .feature-gallery-caption {
  font-size: 0.85rem;
  text-transform: uppercase;
  display: inline-block;
  color: #c2b9a4;
  font-weight: 400;
}
.feature-section .feature-section-content .feature-section-text {
  width: 50%;
  padding: 4rem 0 4rem 4rem;
  min-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .feature-section .feature-section-content .feature-section-text {
    width: 100%;
    padding: 4rem 2rem 0;
  }
}
@media (max-width: 640px) {
  .feature-section .feature-section-content .feature-section-text {
    padding: 4rem 0 0;
  }
}
.feature-section .feature-section-content .feature-section-text.padt0 {
  padding-top: 0;
  padding-top: 4rem;
}
.feature-section .feature-section-content .feature-section-text .feature-line {
  display: block;
  position: absolute;
  z-index: 600;
  left: 5rem;
  bottom: 40px;
  background-color: #000000;
  width: 0;
  height: 10px;
  -webkit-transition: width 2s ease;
  -moz-transition: width 2s ease;
  -ms-transition: width 2s ease;
  -o-transition: width 2s ease;
  transition: width 2s ease;
}
@media (max-width: 768px) {
  .feature-section .feature-section-content .feature-section-text .feature-line {
    left: 2rem;
    bottom: -2rem;
  }
}
.feature-section .feature-section-content .feature-section-text .feature-line.in-view {
  width: 70vw;
}
@media (max-width: 768px) {
  .feature-section .feature-section-content .feature-section-text .feature-line.in-view {
    width: 100vw;
  }
}
.feature-section .feature-section-content .feature-section-text .overlay {
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.95;
}
.feature-section .feature-section-content .feature-section-text h2, .feature-section .feature-section-content .feature-section-text h3, .feature-section .feature-section-content .feature-section-text h4, .feature-section .feature-section-content .feature-section-text h5, .feature-section .feature-section-content .feature-section-text h6 {
  margin-top: 1rem;
}
.feature-section .feature-section-content .feature-section-text .feature-section-text-title {
  margin: 0 0 1rem 0;
}
.feature-section .feature-section-content .feature-section-text.split-list {
  width: 100%;
}
.feature-section .feature-section-content .feature-section-text.split-list .feature-section-text-text {
  column-count: 2;
  column-gap: 2rem;
  column-fill: balance;
}
@media (max-width: 1024px) {
  .feature-section .feature-section-content .feature-section-text.split-list .feature-section-text-text {
    column-count: 1;
  }
}
.feature-section .feature-section-content .feature-section-text.split-list .feature-section-text-text ul {
  margin-top: 0;
}
.feature-section .feature-section-content .feature-section-text.split-list .feature-section-text-text ul li {
  break-inside: avoid;
  page-break-inside: avoid;
}
.feature-section .feature-section-content .feature-section-text p {
  line-height: 1.75em;
}
@media (max-width: 640px) {
  .feature-section .feature-section-content .feature-section-text p {
    line-height: 1.5em;
  }
}
.feature-section .feature-section-content .feature-section-text p.disclaimer {
  font-size: 0.85em;
  text-align: right;
  margin-bottom: 0;
}
.feature-section .feature-section-content .feature-section-text ul {
  margin-top: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.feature-section .feature-section-content .feature-section-text ul li {
  margin: 0 0 0.75rem 0;
  line-height: 1.75em;
}
@media (max-width: 640px) {
  .feature-section .feature-section-content .feature-section-text ul li {
    line-height: 1.5em;
  }
}
.feature-section .feature-section-content .feature-section-text-links {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  margin: 1rem auto 0;
}
.feature-section .feature-section-content .feature-section-text-links a {
  margin: 0 auto;
  width: fit-content;
  margin: 1rem 0.5rem 0.5rem;
  display: inline-block;
}
.feature-section.reverse .feature-texture {
  left: auto;
  right: 0;
}
.feature-section.reverse .feature-section-content {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .feature-section.reverse .feature-section-content {
    flex-direction: column;
  }
}
.feature-section.reverse .feature-section-content .feature-section-text {
  padding: 4rem 4rem 4rem 0;
}
@media (max-width: 768px) {
  .feature-section.reverse .feature-section-content .feature-section-text {
    padding: 4rem 0 0;
  }
}
.feature-section.reverse .feature-section-content .feature-section-text.padt0 {
  padding-top: 0;
  padding-top: 4rem;
}
.feature-section.reverse .feature-section-content .feature-section-text .feature-line {
  left: auto;
  right: 5rem;
}
.feature-section.full-width {
  position: relative;
}
.feature-section.full-width .feature-texture {
  width: 100%;
  height: 100% !important;
  max-width: none;
}
.feature-section.full-width .feature-section-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .feature-section.full-width .feature-section-content {
    width: 100% !important;
  }
}
.feature-section.full-width .feature-section-content .feature-section-image {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 500px;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .feature-section.full-width .feature-section-content .feature-section-image {
    width: 100%;
    height: 400px;
    min-height: 400px;
  }
}
.feature-section.full-width .feature-section-content .feature-intro {
  position: relative;
  width: 100%;
  padding: 4rem 1rem 0;
  text-align: center;
  z-index: 2;
}
.feature-section.full-width .feature-section-content .feature-intro .feature-intro-content h2.section-title {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 4rem;
}
.feature-section.full-width .feature-section-content .feature-section-text {
  margin: -8rem auto 0;
  width: 75%;
  z-index: 2;
  padding: 3rem;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .feature-section.full-width .feature-section-content .feature-section-text {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .feature-section.full-width .feature-section-content .feature-section-text {
    margin: -4rem auto 0;
    padding: 3rem 2rem;
    width: calc(100% - 50px);
  }
}
@media (max-width: 640px) {
  .feature-section.full-width .feature-section-content .feature-section-text {
    padding: 3rem 0;
  }
}
@media (max-width: 1248px) {
  .feature-section.full-width .feature-section-content .feature-section-text.split-list {
    padding: 3rem 2rem;
  }
}
.feature-section.full-width .feature-section-content .feature-section-text .feature-section-text-content {
  padding: 0 2rem;
}
.feature-section.full-width .feature-section-content .feature-section-text-links {
  position: relative;
  width: 100%;
  z-index: 1;
  display: block;
  right: auto;
  bottom: auto;
  text-align: center;
  margin-top: 2rem;
}

/*# sourceMappingURL=content-feature-section.css.map */
