/* Colours */
/* UI Properties */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-callout {
  padding-top: 120px; }
  #sec-callout::before {
    position: absolute;
    inset: 0;
    top: unset;
    background-color: #F4F4F4;
    height: 220px;
    width: 100%;
    z-index: -1;
    content: ''; }
  #sec-callout .bg-img {
    position: absolute;
    inset: 0;
    height: 64%;
    width: 100%;
    z-index: -1; }
    #sec-callout .bg-img picture,
    #sec-callout .bg-img img {
      max-height: 100% !important;
      max-width: 100% !important;
      height: 100% !important;
      width: 100% !important;
      object-fit: cover; }
  #sec-callout img {
    margin-bottom: 25px; }
  #sec-callout .content {
    padding: 48px 45px;
    background-color: #333333; }
  @media screen and (min-width: 1025px) {
    #sec-callout .content {
      padding: 80px 100px; }
    #sec-callout .bg-img {
      height: 88%; }
    #sec-callout::before {
      height: 35px; } }

#sec-testimonail {
  padding: 67px 0 96px;
  background-color: #F4F4F4; }
  #sec-testimonail .card-slider {
    background-color: #FFF;
    padding: 51px 30px 60px;
    border: 1px solid #F4F4F4; }
  #sec-testimonail .card h2 {
    margin: 23px 0 16px; }
  #sec-testimonail .card i {
    font-size: 25px;
    color: #FFB91C;
    margin-right: 10px; }
    #sec-testimonail .card i:last-of-type {
      margin-right: 0; }
  #sec-testimonail .card .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0; }
  #sec-testimonail .card-content {
    max-width: 873px; }
  #sec-testimonail .owl-nav {
    margin: 15px 0; }
  #sec-testimonail .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    color: #D0D0D0; }
  #sec-testimonail .owl-theme .owl-dots .owl-dot.active {
    color: #868686; }
  @media screen and (min-width: 1025px) {
    #sec-testimonail {
      padding: 140px 0; }
      #sec-testimonail .card-slider {
        padding: 61px 30px 72px; }
      #sec-testimonail .card h2 {
        margin: 35px 0 16px; }
      #sec-testimonail .card .rating {
        margin: 16px 0 33px; }
      #sec-testimonail .card i {
        font-size: 35px; }
      #sec-testimonail .owl-item img {
        width: 191px;
        height: 191px; } }

#sec-gallery, .sec-gallery {
  background-color: #F4F4F4;
  overflow: hidden;
  padding: 0 0 76px; }
  #sec-gallery h2, .sec-gallery h2 {
    margin-bottom: 0; }
  #sec-gallery p, .sec-gallery p {
    margin-top: 20px; }
  #sec-gallery .content, .sec-gallery .content {
    padding-right: 36px; }
  #sec-gallery .owl-carousel, .sec-gallery .owl-carousel {
    position: relative; }
    #sec-gallery .owl-carousel .card picture,
    #sec-gallery .owl-carousel .card img, .sec-gallery .owl-carousel .card picture,
    .sec-gallery .owl-carousel .card img {
      margin: auto 0; }
    #sec-gallery .owl-carousel .owl-nav, .sec-gallery .owl-carousel .owl-nav {
      position: absolute;
      top: -100px;
      right: 0;
      left: 0; }
  #sec-gallery .owl-carousel .owl-nav button, .sec-gallery .owl-carousel .owl-nav button {
    padding: 0;
    color: #868686;
    color: black;
    margin-right: 35px !important;
    border: 0; }
    #sec-gallery .owl-carousel .owl-nav button:last-of-type, .sec-gallery .owl-carousel .owl-nav button:last-of-type {
      margin-right: 0 !important; }
    #sec-gallery .owl-carousel .owl-nav button i, .sec-gallery .owl-carousel .owl-nav button i {
      font-size: 60px;
      line-height: 1; }
    #sec-gallery .owl-carousel .owl-nav button:hover, .sec-gallery .owl-carousel .owl-nav button:hover {
      background-color: transparent !important;
      color: #DB0033 !important; }
  @media screen and (min-width: 1025px) {
    #sec-gallery, .sec-gallery {
      padding: 0 0 170px; }
      #sec-gallery .owl-carousel, .sec-gallery .owl-carousel {
        position: relative; }
        #sec-gallery .owl-carousel .owl-nav, .sec-gallery .owl-carousel .owl-nav {
          left: unset;
          top: -85px; }
      #sec-gallery .owl-stage-outer, .sec-gallery .owl-stage-outer {
        overflow: visible !important; } }
  @media screen and (max-width: 641px) {
    #sec-gallery .container, .sec-gallery .container {
      padding: 0; }
    #sec-gallery .content, .sec-gallery .content {
      padding: 0 36px; } }

#sec-gallery .owl-carousel .card picture,
#sec-gallery .owl-carousel .card img {
  max-width: 100% !important;
  width: 100% !important;
  height: 410px !important;
  object-fit: cover; }

@media screen and (min-width: 1025px) {
  #sec-gallery .owl-carousel .card picture,
  #sec-gallery .owl-carousel .card img {
    max-width: 491px !important;
    max-height: 553px !important;
    width: 491px !important;
    height: 553px !important; } }

#sec-hero::before {
  position: absolute;
  inset: 0;
  content: '';
  height: 83%;
  width: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, #333333 0%, #262121 100%) no-repeat padding-box;
  z-index: -1; }

#sec-hero::after {
  position: absolute;
  inset: 0;
  top: unset;
  background-color: #F4F4F4;
  height: 70px;
  width: 100%;
  content: '';
  z-index: -1; }

@media screen and (max-width: 769px) {
  #sec-hero {
    padding: 49px 0 0; }
    #sec-hero::after {
      height: 140px; } }

#sec-intro {
  background-color: #F4F4F4;
  padding: 76px 0 80px; }
  #sec-intro h2 {
    max-width: 676px; }
  #sec-intro hr {
    margin: 61px 0;
    border-top: 1px solid #C6C6C6; }
  #sec-intro span {
    font-size: 16px;
    letter-spacing: -0.06px;
    color: #333333;
    max-width: 260px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Arial Narrow' , 'Arial' , sans-serif; }
  #sec-intro .card picture,
  #sec-intro .card img {
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover; }
  #sec-intro .card .card-content {
    position: absolute;
    bottom: 0;
    left: 24px; }
    #sec-intro .card .card-content h3, #sec-intro .card .card-content a {
      margin: 0; }
  @media screen and (min-width: 1025px) {
    #sec-intro {
      padding: 102px 0 154px; }
      #sec-intro hr {
        margin: 99px 0;
        border-top: 2px solid #C6C6C6; }
      #sec-intro .card .card-content {
        bottom: 15px;
        left: 42px; } }

#sec-comfort {
  padding: 62px 0 69px;
  background-color: #F4F4F4; }
  @media screen and (min-width: 1025px) {
    #sec-comfort {
      padding: 197px 0 147px; } }

#sec-guided {
  padding-bottom: 76px;
  background-color: #F4F4F4; }
  #sec-guided p {
    max-width: 709px; }
  #sec-guided a {
    width: fit-content; }
  @media screen and (min-width: 1025px) {
    #sec-guided {
      padding-bottom: 173px; } }

#sec-tried {
  padding-bottom: 140px; }
  #sec-tried::after {
    position: absolute;
    inset: 0;
    top: unset;
    width: 100% !important;
    height: 92%;
    background: transparent radial-gradient(closest-side at 50% 50%, #333333 0%, #262121 100%) no-repeat padding-box;
    content: '';
    z-index: -1; }
  #sec-tried::before {
    width: 100% !important;
    height: 55px;
    background-color: #F4F4F4;
    position: absolute;
    inset: 0;
    bottom: unset;
    content: '';
    z-index: -1; }
  #sec-tried p {
    max-width: 674px; }
  #sec-tried a {
    font-size: 18px;
    color: #FFF;
    margin-top: 32px;
    width: fit-content;
    font-weight: 700;
    font-family: "Nunito", "Nunito Sans", "Arial", sans-serif; }
    #sec-tried a i {
      color: #DB0033;
      margin-right: 10px; }
    #sec-tried a:hover {
      color: #DB0033; }
  @media screen and (min-width: 1025px) {
    #sec-tried {
      padding-bottom: 63px; }
      #sec-tried a {
        font-size: 30px; }
        #sec-tried a i {
          font-size: 24px; } }

section .owl-carousel .owl-nav button {
  padding: 0;
  color: #868686;
  color: black;
  margin-right: 35px !important;
  border: 0; }
  section .owl-carousel .owl-nav button:last-of-type {
    margin-right: 0 !important; }
  section .owl-carousel .owl-nav button i {
    font-size: 60px;
    line-height: 1; }
  section .owl-carousel .owl-nav button:hover {
    background-color: transparent !important;
    color: #DB0033 !important; }
