/* General */
/* -------------------------------------------------------------------- */
.jm-min-vh-50 {
    min-height:50vh!important
}
.jm-min-vh-25 {
    min-height:25vh!important
}

/* Button */
/* -------------------------------------------------------------------- */
.jm-btn-spearhead {
    position: relative;
    border: 1px solid transparent;
    background:
            linear-gradient(#000000, #000000) padding-box,
            linear-gradient(to right, #545bff, #E12D98) border-box;

}
.jm-btn-spearhead-large {
    position: relative;
    border: 1px solid transparent;
    background:
            linear-gradient(#000000, #000000) padding-box,
            linear-gradient(to right, #545bff, #E12D98) border-box;

}

/* Colors */
/* -------------------------------------------------------------------- */
.jm-bg-spearhead-gradient {
    background: linear-gradient(
            135deg,
            #545bff,
            #E12D98
    );
}
.jm-bg-black {
    background-color: black;
}
.jm-bg-white {
    background-color: white;
}
.jm-bg-gradient-darkblue {
    background: linear-gradient(
            to bottom,
            #02031f 0%,
            #02031f 30%,
            #000000 100%
    );
}
.jm-border-gradient {
    position: relative;
    border: 2px solid transparent;

    background:
            linear-gradient(#000000, #000000) padding-box,
            linear-gradient(to right, #545bff, #E12D98) border-box;
}
.jm-font-white {
    color: white;
}
.jm-font-darkred {
    color: darkred;
}
.jm-txt-stroke-white {
    -webkit-text-stroke: 0.01rem white;
}
.jm-txt-stroke-black {
    -webkit-text-stroke: 0.01rem black;
}
.jm-txt-stroke-vc {
    -webkit-text-stroke: 0.01rem white;
}
.jm-text-blue-violet {
    color: #545bff;
}
.jm-text-dark-violet {
    color: #545bff;
}
.jm-text-hero {
    color: #000000;
}
.jm-text-sponge-cola {
    color: #f89734;
}
.jm-font-pink {
    color: #E12D98;
}
.jm-txt-gradient {
    background: linear-gradient(
            135deg,
            #545bff,
            #E12D98
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
/* Dividers */
/* -------------------------------------------------------------------- */
.spatial-divider-50 {
    min-height: 50px;
}
.spatial-divider-75 {
    min-height: 75px;
}
.spatial-divider-100 {
    min-height: 100px;
}


/* Input and Buttons */
/* -------------------------------------------------------------------- */
.spearhead-email {
    width: 100%;
    padding: 14px 0;

    border: 0;
    border-bottom: 1px solid rgba(84, 91, 255, 0.8);

    background: transparent;
    outline: none;

    color: #545bff;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 2px;
}

.spearhead-email::placeholder {
    font-size: 1.5rem;
    color: #545bff;
    font-weight: 700;
    opacity: 1;
    text-align: center;
    letter-spacing: 2px;
}

.btn-jm-spearhead {
    background-color: #545bff;
    color: #fff;
    border: 1px solid #545bff;
    padding: 0.5rem 3rem;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 1px;
}

.btn-jm-spearhead:hover {
    background-color: #454ce6;
    border-color: #454ce6;
    color: #fff;
}

.btn-jm-spearhead:focus {
    background-color: #454ce6;
    border-color: #454ce6;
    color: #fff;
}

.btn-jm-spearhead:active {
    background-color: #393fd1 !important;
    border-color: #393fd1 !important;
    color: #fff !important;
}

/* Navbar Section */
/* -------------------------------------------------------------------- */
#main-navbar-id {
    transition:
            opacity 0.4s ease,
            transform 0.4s ease,
            visibility 0s linear 0.4s;
}
.navbar-hidden {
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
}
.navbar-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

#main-navbar-id.navbar-visible {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;

    transition:
            opacity 0.4s ease,
            transform 0.4s ease,
            visibility 0s;
}

#main-navbar-id.navbar-hidden {
    opacity: 0;
    transform: translateY(-25px);
    visibility: hidden;
    pointer-events: none;
}

/* Hero Section */
/* -------------------------------------------------------------------- */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #000;
}

.hero-row {
    position: relative;
    min-height: 100vh;
    margin: 0;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    filter: brightness(45%); /* slightly dark 65%, recommended 45%, very dark 30%; */
}
.hero-content {
    position: relative;
    z-index: 200;

    width: 100%;
    min-height: 100vh;

    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: white;
    text-align: center;
}

.hero-card {
    height: 50vh !important;  /* Scaled down height */
    width: 100%;
    border: 7px solid #545bff;
}

/* video container */
/* -------------------------------------------------------------------- */
.video-container-vertical {
    height: 50vh !important;  /* Scaled down height */
    aspect-ratio: 9 / 16;
}
.video-container-vertical video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 7px solid #f89734;
}

/* background photos */
.bg-img-pexels-a {
    background-image: url("/custom/img/pexels/pexels-oandremoura-2675648.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

.wallpaper-hero-sc-karylle-2027 {
    background-image: url("/custom/img/landscape-hero-sponge-cola-karylle-2027.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.bg-img-spotlight-sc-karylle-2027 {
    background-image: url("/custom/img/spotlight-sponge-cola-karylle-2027.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-img-abstract-colorful {
    background-image: url("/custom/img/abstract_wallpaper_20260807-b.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-img-abstract-glass-violet {
    background-image: url("/custom/img/abstract-hero-cover-b.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-img-spearhead-logo-fire {
    background-image: url("/custom/img/logo/Spearhead-Logo-Fire.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.bg-img-spearhead-logo-fire-dark {
    background-image: url("/custom/img/logo/Spearhead-Logo-Fire-Dark.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay-black-medium::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 25%);
    z-index: 0;
}
.overlay-black-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 50%);
    z-index: 0;
}
.overlay-object {
}

/* Spotify Music */
.spotify-player {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: min(350px, calc(100% - 40px));
    z-index: 9999;
}
.spotify-player iframe {
    display: block;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}