@font-face {
font-family: '3ds';
font-style: normal;
font-weight: 200 700;
font-display: swap;
src: url(/fonts/3ds.ttf.woff) format('woff');

}
@font-face {
font-family: 'SaltySoul';
font-style: normal;
font-weight: 200 700;
font-display: swap;
src: url(/fonts/SaltySoul.woff) format('woff');

}
/* gradient background animation - #c60000 to #ffffff, animate left to right infinitely */
@keyframes gradientBG {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
/* slide in from left */
@keyframes slideInFromLeft {
0% {
    transform: translateX(-100%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
/* slide in from right */
@keyframes slideInFromRight {
0% {
    transform: translateX(100%);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}
/* slide in from top */
@keyframes slideInFromTop {
0% {
    transform: translateY(-100%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
/* large to small animation */
@keyframes largeToSmall {
0% {
    transform: scale(1.5);
    opacity: 0;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}


/* define vars */
:root {
/* --primary-color: #0072a2; */
--primary-color: #0069a1;

--bs-btn-color: #ffffff;
--secondary-color: #9f090b !important;


}
html {
scroll-snap-type: y mandatory;
scroll-behavior: smooth;
scroll-padding-top: 50px;
}
.snap {
scroll-snap-align: start;
}
body, html {
margin: 0;
padding: 0;
_overflow: hidden;
height: 100%;

/* font-family: "Cormorant Garamond", serif; */
font-family: "Lato", sans-serif;
font-size: 14px;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;

font-style: normal;
color: #494949;
}
h1, h2, h3, h4, h5, h6 {
font-family: "SaltySoul", sans-serif;
font-weight: 700;
font-variant-ligatures: discretionary-ligatures;
/* use font glyphs */
font-feature-settings: "ss01" on, "ss02" on, "ss03" on, "ss04" on, "ss05" on, "ss06" on, "ss07" on, "ss08" on, "ss09" on, "ss10" on;
/* use font ligatures */
color: var(--primary-color);
}
h1 {
font-size: 3vw;
}
canvas {
display: block;
}
a {
color: var(--primary-color);
}
.oceanContainer {
    width: 100%;
    /* min-height: 100vh; */
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0069a1;

        height: 100%;
    max-height: 576px;
}
.hero-text h1 {
color: #ffffff;
}
#oceanCanvas {
width: 100%;
height: 100%;
/* filter: contrast(1.7) blur(5px) brightness(0.8); */
filter: contrast(1.9) blur(5px) brightness(0.9);
scale: 1.02;
z-index: -1;
position: absolute;
top: 0;
left: 0;
}
.bb-logo {
max-width: 180px;
_margin-top: 40px;
_filter: drop-shadow(1px 2px 4px #00000088);
background: #494949;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
padding: 10px 20px;
position: absolute;
top: 0px;
left: 50%;
transform: translateX(-50%);
}
.navbar-dark {
background-color: #494949 !important;
}
.navbar {
filter: drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 2px white) drop-shadow(0px 0px 1px white);
}
.hero-text {
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: center;
}
.btn-hero {
background: transparent;
border: none;
font-size: 3rem;
color: white;
}
.btn-hero2 {
background: transparent;
border: none;
font-size: 3rem;
color: 0072a2;
}
.btn-hero-dn {
display: block;
position: absolute;    
width: 100px;
text-align: center;
bottom: 55px;
opacity: 60%;
transform: translateX(-50%) scale(1);
transition: all 0.3s ease-in-out;
}
.btn-hero-dn2 {
display: block;
position: absolute;    
width: 100px;
text-align: center;
bottom: 55px;
opacity: 60%;
transform: translateX(-50%) scale(1);
transition: all 0.3s ease-in-out;
}
.btn-hero-dn:hover, .btn-hero-dn2:hover {
transform: translateX(-50%) scale(1.2);
opacity: 100%;
}
hr {
border: 0;
height: 1px;
background: var(--primary-color);
margin-top: 10px;
margin-bottom: 10px;
}
.bb-card, .bb-card2, .bb-card3 {
height: 30vh;
width: 100%;
background: transparent no-repeat center center;
background-size: cover;
border-radius: 21px;
}
.bb-card:after, .bb-card2:after, .bb-card3:after {
height: 100%;
width: 100%;
content: " ";
background: transparent url(/img/bbuddy1.png) no-repeat right bottom;
display: block;
background-size: contain;
}
.bb-card2:after {
background: transparent url(/img/bbuddy2.png) no-repeat right bottom;
background-size: contain;
}
.bb-card3:after {
background: transparent url(/img/bbuddy3.png) no-repeat right bottom;
background-size: contain;
}

h3 {
margin-top: 20px;
font-size: 2.5rem;
}
.btn {
border: none;
font-family: "SaltySoul", sans-serif;
text-transform: uppercase;
line-height: 1em;
padding: 0px 16px 0px 16px !important;
background: transparent url(/img/wave_blue.svg) repeat-x 0px 24px !important;
background-size: 23px 14px !important;
transition: background-position 5s ease-in-out;
margin-left: 36px;
color: var(--primary-color) !important;
font-size: 36px;
}
/* animate background position on hover */
.btn:hover {
background-position: 200% 24px !important;
color: var(--bs-btn-color) !important;
background-color: transparent !important;
}
.btn:hover::before {
/* rotate background */
transform: rotate(180deg);
}
.btn::before {
/* use wheel.svg as background */
content: " ";
background: url(/img/wheel_blue.svg) no-repeat center center;
display: block;
position: absolute;
width: 52px;
height: 52px;
margin-left: -57px;
background-size: contain;
margin-top: -8px;
transform: rotate(0deg);
transition: transform 0.5s ease-in-out !important;
}
.btn-secondary {
color: white !important;
font-size: 36px;
}
.btn-secondary {
background: transparent url(/img/wave.svg) repeat-x 0px 24px !important;
background-size: 15% 46% !important;
}
.btn-secondary::before {
background: url(/img/wheel.svg) no-repeat center center;
background-size: contain;
}
.btn-primary {
color: var(--primary-color);
}
.btn-primary:hover {
color: var(--primary-color) !important;
}
.blue-field {
background-color: var(--primary-color);
color: #fff;
}
.blue-field h3 {
color: #fff;
}

.made-in-america {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 27px;

top: 63px;
right: 10px;
position: fixed;
}
.made-in-america .mim {
line-height: 25px;
position: relative;
top: 0px;
/* gradientBG animation, loop infinitely */
background: linear-gradient(270deg, #c60000, #ffffff, #c60000);
background-size: 600% 600%;
background-repeat: no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: gradientBG 20s ease-in-out infinite;

}
.made-in-america2 {
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 27px;

line-height: 15px;
letter-spacing: 10.2px;
font-size: 15px;
color: #818181;
mix-blend-mode: difference;

top: 87px;
right: 10px;
position: fixed;
}
/* slide in animations */
.slide-in-left {
opacity: 0;
animation: slideInFromLeft 1s ease-in-out forwards;
}
.slide-in-right {
opacity: 0;
animation: slideInFromRight 1s ease-in-out forwards;
}
.slide-in-top {
opacity: 0;
animation: slideInFromTop 1s ease-in-out forwards;
}
.large-to-small {
animation: largeToSmall 0.5s ease-in-out forwards;
}
.socmed a {
font-size: 30px;
}
#mapCanvas1, #mapCanvas2 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: -1;
}
#heroVideo {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 576px;
object-fit: cover;
z-index: 0;
opacity: 0.8;
}

#productCanvas2 {
top: -30px;
position: relative;
}
#productCanvasWrapper {
overflow: hidden;
position: relative;
height: calc(80vh - 30px); /* adjust as needed */
}

.bbLabel {
color: #000;
font-family: sans-serif;
padding: 2px;
background: rgba( 0, 0, 0, .6 );
font-family: "Lato", sans-serif;
font-size: 1.3rem;
}
.labelRenderer {
pointer-events: none;
font-family: "Lato", sans-serif;
}
.swatch-container {
display: flex;
flex-direction: column;
align-items: center;
}
.order-cart {
display: flex; 
align-content: center; 
justify-content: center; 
padding: 160px; 
min-height: calc(100vh - 50px); 
margin-top: 0px; position: relative; 
display: flex; align-content: center; 
justify-content: center; 
flex-direction: column;
}
.carousel-inner {
display: flex;
align-items: center;
}
.carousel blockquote p {
font-size: 1.3rem; 
text-align: center; 
font-style: italic;
}
.order-now {
font-size: 58px;
}
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    user-select: none;
    transition: border-color 0.3s;
}

.custom-select:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(0, 105, 161, 0.1);
}

.custom-select-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    min-height: 38px;
}

.custom-select-value {
    flex: 1;
    color: #494949;
}

.custom-select-arrow {
    font-size: 12px;
    color: #494949;
    transition: transform 0.3s;
    margin-left: 10px;
}

.custom-select.open .custom-select-arrow {
    transform: rotate(180deg);
}

.custom-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-select.open .custom-select-dropdown {
    display: block;
}

.custom-select-option {
    padding: 12px 15px;
    color: #494949;
    transition: background-color 0.2s;
    cursor: pointer;
}

.custom-select-option:hover {
    background-color: #f0f0f0;
}

.custom-select-option.selected {
    background-color: #e8f0f7;
    color: var(--primary-color);
    font-weight: 500;
}

s {
    opacity: 0.6;
    text-decoration: line-through;
}
.sm-hr {
    width: 70px;
    border-collapse: collapse;
    border-bottom: 3px solid #fff;
    opacity: 0.7;
}
.firstContainer {
    min-height: 100vh;
    height: auto;
}

/* mobile styles */
@media (max-width: 768px) {
    .bb-logo {
        max-width: 130px;
        padding: 15px 20px;
    }
    #hero h1 {
        font-size: 1.6em;
    }
    .hero-text h1 {
        text-align: center;
        margin: auto;
    }
    .btn-hero-dn {
        bottom: auto;
    }
    .made-in-america {
        top: 101px;
        width: 100%;
        text-align: center;
        right: 0px;
        position: absolute;
    }
    .made-in-america2 {
        right: auto;
        left: auto;
        width: 100%;
        text-align: center;
        position: absolute;
    }
    #productCanvas {
        margin-top: 31px !important;
    }
    .hero-text {
        margin-top: 0px !important;
        font-size: 0.8em;
    }
    .p-20 {
        padding-top: 20px !important;
    }

    .carousel blockquote p {
        font-size: 1.1rem; 
        text-align: center; 
        font-style: italic;
    }

    #productCanvas2 {
    top: auto;
    position: relative;
    }


    html {
        scroll-snap-type: none;
        scroll-behavior: none;
        scroll-padding-top: 50px;
    }
    .snap {
        scroll-snap-align: none;
    }
    .order-cart {
        padding: 0px 20px;
    }

    .order-now {
        font-size: 38px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1820px;
    }
}