@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    line-height: 27px;
}

body {
    font-family: "Lato", sans-serif;
    margin: 0;
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}



a {
    background-color: transparent;
    text-decoration: none !important;
}


html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}


@media (min-width: 641px) {
    html {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }
}

body {
    color: #5B6F82;
    font-size: 1rem
}


a {
    color: inherit;
    text-decoration: underline
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    clear: both;
    color: #202B36;
    font-family: "Poppins", sans-serif;
    font-weight: 700
}

h1,
.h1 {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.2px
}

@media (min-width: 641px) {

    h1,
    .h1 {
        font-size: 42px;
        line-height: 52px;
        letter-spacing: -0.1px
    }
}

h2,
.h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {

    h2,
    .h2 {
        font-size: 36px;
        line-height: 46px;
        letter-spacing: -0.2px
    }
}

h3,
.h3,
blockquote {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {

    h3,
    .h3,
    blockquote {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.1px
    }
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}

@media (min-width: 641px) {

    h4,
    h5,
    h6,
    .h4,
    .h5,
    .h6 {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px
    }
}


.text-light {
    color: rgba(255, 255, 255, 0.8)
}

.text-light a {
    color: rgba(255, 255, 255, 0.8)
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .h1,
.text-light .h2,
.text-light .h3,
.text-light .h4,
.text-light .h5,
.text-light .h6 {
    color: #fff !important
}

.text-sm {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.1px
}


h1,
h2,
.h1,
.h2 {
    margin-top: 48px;
    margin-bottom: 16px
}

h3,
.h3 {
    margin-top: 36px;
    margin-bottom: 12px
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    margin-top: 24px;
    margin-bottom: 4px
}

p {
    margin-top: 0;
    margin-bottom: 24px
}


.container,
.container-sm {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

@media (min-width: 481px) {

    .container,
    .container-sm {
        padding-left: 24px;
        padding-right: 24px
    }
}

.container {
    max-width: 1140px
}

.container-sm {
    max-width: 848px
}

.container .container-sm {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    color: #EE5A24 !important;
    border: none;
    height: auto;
    left: 8px;
    padding: 16px 32px;
    top: 8px;
    width: auto;
    z-index: 100000
}

.list-reset {
    list-style: none;
    padding: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-primary {
    color: #EE5A24
}

.text-secondary {
    color: #00C6A7
}


.img-fluid {
    height: auto !important;

}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0
}


.button {
    display: inline-flex;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #EE5A24;
    border-radius: 10px;
    color: #EE5A24;
    cursor: pointer;
    justify-content: center;
    padding: 10px 30px;
    text-align: center;
    white-space: nowrap;
    transition: 0.3s all;
}

.button:hover {
    background-color: #EE5A24;
    color: #fff;

}


/* .main_header {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 10px 0;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
} */

.site-header {
    position: relative;
    padding: 24px 0
}

.site-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    /* background-image: url(../images/HBU\ Campers.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
    background-color: #ea2027;
    background-image: linear-gradient(315deg, #ea2027 0%, #ee5a24 74%);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg)
}

.site-header-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-links {
    display: inline-flex
}

.header-links li {
    display: inline-flex
}

.header-links a:not(.button) {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    padding: 8px 24px
}

.header-links a:not(.button):hover,
.header-links a:not(.button):active {
    color: #fff
}

@media (min-width: 641px) {
    .site-header::before {
        height: 700px
    }
}

.hero {
    position: relative;
    padding-top: 40px;
    overflow: hidden
}

.hero-paragraph {
    margin-bottom: 32px
}

.hero-media {
    position: relative;
    height: 200px;
    background: #fff;
    border-radius: 4px 4px 0 0
}

.hero-media::before {
    content: '';
    background-image: url(../images/HBU\ Campers.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 16px 48px #E3E7EB;
    mix-blend-mode: multiply
}

@supports (-ms-ime-align: auto) {
    .hero-media::before {
        box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12)
    }
}

@media (min-width: 641px) {
    .hero {
        padding-top: 20px
    }

    .hero-paragraph {
        font-size: 28px;
        margin-bottom: 40px;
        padding-left: 72px;
        padding-right: 72px
    }

    .hero-media {
        margin-top: 0px;
        height: 500px
    }

    .hero-title {
        font-size: 50px;
    }

}


.features .section-title {
    margin-bottom: 48px
}

.features-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px
}

.features-wrap:first-child {
    margin-top: -12px
}

.features-wrap:last-child {
    margin-bottom: -12px
}

.feature {
    padding: 12px;
    width: 276px;
    max-width: 276px;
    flex-grow: 1;
}

.feature-inner {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 30px 24px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    mix-blend-mode: multiply;
    border-radius: 10px;
}




.feature-icon {
    display: flex;
    justify-content: center
}

@media (min-width: 641px) {
    .features .section-title {
        margin-bottom: 56px
    }

    .features .section-inner {
        padding-top: 56px;
        padding-bottom: 64px
    }
}

.feature-extended {
    padding-top: 48px;
    text-align: center;
}

.feature-extended-image,
.feature-extended-body {
    width: 100%
}

.feature-extended-image {
    margin-bottom: 24px
}

.feature-extended-image img,
.feature-extended-image svg {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
    overflow: visible
}

.feature-extended-body {
    text-align: center
}

@media (min-width: 641px) {
    .features-extended .section-paragraph {
        padding-left: 72px;
        padding-right: 72px;
        margin-bottom: 0;
        text-align: center;

    }

    .feature-extended {
        display: flex;
        align-items: center;
        padding-top: 72px
    }

    .feature-extended:nth-child(even) .feature-extended-image {
        order: 1
    }

    .feature-extended-image,
    .feature-extended-body {
        width: auto;
        padding: 0 24px
    }

    .feature-extended-image {
        margin-bottom: 0
    }

    .feature-extended-image img,
    .feature-extended-image svg {
        max-width: none;
        width: 320px
    }

    .feature-extended-body {
        text-align: left
    }
}

@media (min-width: 1025px) {

    .feature-extended-image,
    .feature-extended-body {
        padding: 0 40px
    }

    .feature-extended-image img,
    .feature-extended-image svg {
        width: 480px;
        border-radius: 15px;
        overflow: hidden;
    }
}


.is-boxed {
    background: #F6F8FA
}

.body-wrap {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.boxed-container {
    margin: 0 auto;
    box-shadow: 0 16px 48px #E3E7EB
}

@supports (-ms-ime-align: auto) {
    .boxed-container {
        box-shadow: 0 16px 48px rgba(32, 43, 54, 0.12)
    }
}

main {
    flex: 1 0 auto
}

.section-inner {
    position: relative;
    padding-top: 48px;
    padding-bottom: 48px
}

@media (min-width: 641px) {
    .section-inner {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.site-footer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #92A2B1;
    border-top: 1px solid #E3E7EB
}

.site-footer a {
    color: #92A2B1;
    text-decoration: none
}

.site-footer a:hover,
.site-footer a:active {
    color: #5B6F82;
    text-decoration: underline
}

.site-footer-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footer-brand,
.footer-links,
.footer-social-links {
    margin-bottom: 24px
}

.footer-links li+li,
.footer-social-links li+li {
    margin-left: 16px
}

.footer-social-links li {
    display: inline-flex
}

.footer-social-links li a {
    /* padding: 8px; */
    background: #eee;
    border-radius: 50%;
    height: 35px;
    display: flex;
    width: 35px;
    justify-content: center;
    align-items: center;
    transition: .3s all;
}

.footer-social-links li a:hover {
    /* padding: 8px; */
    background: #EE5A24;
    border-radius: 50%;
    height: 35px;
    display: flex;
    width: 35px;
    justify-content: center;
    align-items: center;
}

.footer-social-links li a:hover svg path {
    fill: #fff;
}

.footer-brand,
.footer-links,
.footer-social-links,
.footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}

@media (min-width: 641px) {
    .site-footer-inner {
        justify-content: space-between
    }

    .footer-brand,
    .footer-links,
    .footer-social-links,
    .footer-copyright {
        flex: 50%
    }

    .footer-brand,
    .footer-copyright {
        justify-content: flex-start;
        text-align: center;
    }

    .footer-copyright {
        justify-content: center;
        text-align: center;
    }

    .footer-links,
    .footer-social-links {
        justify-content: flex-end
    }

    .footer-links {
        order: 1;
        margin-bottom: 0
    }
}



.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 500px;
    background: url('../images/HBU\ Campers.jpg') no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background-color: #fff;
    z-index: 999;
}



.hero-content {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    padding: 0 40px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white !important;
    z-index: 1;
}

.hero-content h1 {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: bold;
    color: #fff !important;
}

.text-orange {
    color: #ff4500;
}

.hero-content p {
    font-size: 1.5rem;
    margin: 0;
}

.hero-section .shape svg {
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.hero-section .shape svg path {
    fill: #fff;
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    height: 40px;
    width: 24px;
    display: block;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #fff;
    width: 2px;
    height: 6px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1.4s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}


@keyframes drop {
    0% {
        top: 5px;
        opacity: 0;
    }

    30% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 20px;
        opacity: 0;
    }
}

@media (max-width: 768px) {

    .hero-content {
        padding: 0 10px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: normal;
    }

    .hero-content p {
        font-size: 22px;
    }

    .hero-section .shape svg {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .hero-section .shape svg path {
        fill: #fff;
    }
}

@media (max-width: 479px) {
    .hero-content h1 {
        font-size: 28px;
    }

}