﻿/*#region Mobile - 360px */
@media only screen and (min-width: 0rem) {
    /*#region slider */
    .slide-container {               
        height: 500px; /*736 and below*/
        width: 100%;
        position: relative;
        z-index: 0;
        /* add */
        display: flex;
        align-items: center; /* vertical center */
    }

    #homeimages_btnPrevious, #homeimages_btnNext {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0);
        padding: 0 0.5rem;
        z-index: 200;
        font-size: 1.5rem;
        font-size: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
        color: var(--secondary);
        transition: all 0.25s;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    }

    #homeimages_btnPrevious {
        left: 0;
    }

    #homeimages_btnNext {
        right: 0;
    }

    #homeimages_btnPrevious:hover, #homeimages_btnNext:hover {
        color: var(--accentTwo);
    }

    #pauseplay {
        z-index: 250;
        position: absolute;
        bottom: 7rem;
        right: 1rem;
        padding: 1rem;
        height: 50px;
        width: 50px;
        z-index: 950;
    }

    #pauseplay i {
        font-size: 1rem;
        font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
        position: absolute;
        top: 1rem;
        right: -.5rem;
        color: var(--bodyTextColor);
    }

        #pauseplay i:hover {
            color: var(--accentTwo);
        }
/*#endregion*/

    #hero-2274 .cs-graphic {
        width: 100%;
        min-width: 120rem;
        height: auto;
        object-fit: cover;
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 500;
        transform: translateX(-50%);
    }
    .wave-graphic {
        width: 100%;
        min-width: 120rem;
        height: auto;
        object-fit: cover;
        position: relative;
        top: -3rem;        
       /* z-index:300;*/
    }
    #hero-2274 {
        /* 150px - 350px Top */
        padding: clamp(9rem, 30.95vw, 21.875rem) 1rem 0;
        /*padding: 5rem 1rem 0;*/
        padding: 1rem 1rem 0;
        overflow: hidden;
        position: relative;
        z-index: 10;
        height: 100%;
        /*** test ***/
        width: 100%;
        /* remove/override the "push down" paddings */
        padding: 1rem; /* keep some breathing room */
        height: 100%; /* don't force 100% height */
        /* optional: if you want #hero-2274 itself to center its inner layout */
        display: flex;
        align-items: center;
    }

    #hero-2274 .cs-container {
        width: 100%;
        max-width: 100rem;
        margin: auto;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5.5rem;
    }
    #hero-2274 .cs-image-group {
        display:inline-block;
        grid-template-columns: auto auto auto auto 31.75%;
        grid-gap: 0;
        padding: 0;
        height: 100vh;
        position: relative;
        top: 0;
    }

    #hero-2274 .no-content {
        display:none !important;
    }

    #hero-2274 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 90%;
        max-width: 39.375rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
        position: relative;
        z-index: 10;
        background-color: rgba(var(--primaryRGB), 1);
        background-color: rgba(0,0,0, .7);
        padding: 2rem;
        border-radius: 1rem;
    }

    #hero-2274 .cs-title {
        /* 39px - 61px */
        font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
        font-weight: 900;
        text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
        /*text-transform: uppercase;*/
        line-height: 1.2em;
        width: 100%;
        /*max-width: 17ch;*/
        margin: 0 0 1rem;
        color: var(--secondary);
        position: relative;
        -webkit-animation: fade-in-move-down .75s;
        -moz-animation: fade-in-move-down .75s;
        -ms-animation: fade-in-move-down .75s;
        -o-animation: fade-in-move-down .75s;
        animation: fade-in-move-down .75s;
    }

    

    #hero-2274 .cs-text {
        /* 16px - 20px */
        font-size: clamp(1rem, 2.5vw, 1.25rem);
        line-height: 1.5em;
        width: 100%;
        max-width: 43.75rem;
        /* 28px - 40px */
        margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
        color: var(--colorWhite);
        opacity: 0.8;
        -webkit-animation: fade-in-move-up .75s;
        -moz-animation: fade-in-move-up .75s;
        -ms-animation: fade-in-move-up .75s;
        -o-animation: fade-in-move-up .75s;
        animation: fade-in-move-up .75s;
    }

    #hero-2274 .cs-button-solid {
        font-size: 1rem;
        text-align: center;
        /* 46px - 56px */
        line-height: clamp(2.875rem, 5.5vw, 3.5rem);
        text-decoration: none;
        font-weight: 700;
        /* clips corners of the before element */
        overflow: hidden;
        margin: 0;
        color: #fff;
        padding: 0 1.75rem;
        background-color: var(--secondary);
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        position: relative;
        z-index: 1;
        transition: color 0.3s;
        white-space: nowrap;
        padding: 0 1rem;
        border-radius: var(--radiusSmall);
        -webkit-animation: fadeIn .75s;
        -moz-animation: fadeIn .75s;
        -ms-animation: fadeIn .75s;
        -o-animation: fadeIn .75s;
        animation: fadeIn .75s;
    }

    #hero-2274 .cs-button-solid:before {
        content: '';
        position: absolute;
        display: block;
        height: 100%;
        width: 100%;
        background: var(--colorWhite);
        opacity: 0;
        top: 0;
        left: 0;
        z-index: -1;
        border-radius: var(--radiusSmall);
        transform: scaleX(0);
        transform-origin: top;
        transition: transform .3s, opacity .3s;
    }    

    #hero-2274 .cs-button-solid:hover {
        color: var(--primary);
    }
    #hero-2274 .cs-button-solid:hover:before {
        width: 100%;
        opacity: 1;
        transform: scaleX(1.01);
    }

    #hero-2274 .cs-picture {
        width: 100%;
        /* 427px - 581px */
        max-width: clamp(26.6875rem, 50vw, 36.3125rem);
        height: auto;
        display: flex;
        align-items: flex-end;
        position: relative;
        z-index: 7;
    }

    #hero-2274 .cs-picture img {
        width: 100%;
        height: auto;
    }

    #hero-2274 .cs-image-group {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }

    #hero-2274 .cs-background {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

    #hero-2274 .cs-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #hero-2274 .cs-background1:before {
        content: '';
        width: 100%;
        height: 100%;
        /*
        background: #000;
        opacity: 0.72; 
        */
        background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 50%, /* Start at 0% opacity (fully transparent) at the top */
        rgba(0, 0, 0, 0.72) 100% /* End at 72% opacity (partially opaque) at the bottom */
        );
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    #hero-2274 .cs-background2 {
        height: 100vw;
        max-height: 30rem;
        flex: none;
    }
}
/*#endregion*/

/*#region Tablet - 768px */
@media only screen and (min-width: 48rem) {
    .slide-container {       
        height: 600px; /*1199 and below*/               
    }
}
/*#endregion*/

/*#region Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    .slide-container {
        height: 81vh; /*1280 and above*/
    }
    #hero-2274 {
        /* 100px - 172px */
        padding-bottom: clamp(6.25rem, 12vw, 10.9375rem);
        width: 100%;
    }

    #hero-2274 .cs-picture {
        width: 100%;
        /* same value as the padding, but opposite */
        bottom: calc(clamp(6.25rem, 12vw, 10.9375rem)*-1);
        /* 32px - 80px */
        right: clamp(2rem, 5vw, 5rem);
    }

    #hero-2274 .cs-background2 {
        width: 32.8125vw;
    }
}
/*#endregion*/

/*#region custom - 1200px - this is where the top nav has a break point */
@media only screen and (min-width: 75rem) {
    #hero-2274 {
        padding-bottom: 9.375rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5.625rem;
    }

    #hero-2274 .cs-container {
        justify-content: flex-start;
        flex-direction: row;
    }

    #hero-2274 .cs-content {
        text-align: left;
        width: 53%;
        align-items: flex-start;
        margin-left: 2rem;
        margin-top: 3rem;
    }

    #hero-2274 .cs-picture {
        width: 56%;
        position: absolute;
        bottom: -4.0625rem;
        right: -1.875rem;
    }

    #hero-2274 .cs-image-group {
        flex-direction: row;
    }

    #hero-2274 .cs-background2 {
        width: 25vw;
        height: 100%;
        max-height: 100%;
        border-left: 2px solid #FFC219;
    }
}
/*#endregion*/
/*#region swiper*/
.swiper {
    width: 100%;
    height: 100%;
}

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #444;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    /*#endregion swiper*/