@import url('/assets/css/fonts.supreme.css');

:root {
    --clr-dark: #000000;
    --clr-yellow: #F7FF1B;
    --clr-yellowish: #FFFAED;
    --clr-light: #f4f4f4;
    
    /* Override Bootstrap variables */
    --bs-body-font-family: Supreme-Regular, Arial, Helvetica, sans-serif !important;
    /* --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5; */
    --bs-dark: #000 !important;
    --bs-dark-rgb: 0, 0, 0 !important;

    --cutY: 22px;
    --cutX: 15px;
    --cornercut: polygon(
        0 0,
        100% 0,
        100% calc(100% - var(--cutY)),
        calc(100% - var(--cutX)) 100%,
        0 100%
    );
    
}


/*
background: #000000;
background: #FFFAED;
background: #F7FF1B;
*/
body {
    margin: 0;
    padding: 0;
    /* font-family: Supreme-Regular, Arial, Helvetica, sans-serif; */
    background: var(--clr-light) !important;
    /* color: #000000 !important; */
    /* border-top: 0.25rem solid var(--clr-yellow); */
}



h1, h2, h3, h4, h5, h6 {
    font-family: Supreme-Bold, Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;;
    text-transform: uppercase;;
}

a {
    &:hover {
        text-decoration: underline;
    }
}

.text-balaced {
    text-wrap: balance;
}

/* Extra spacing utilities (Bootstrap-like) */
.mt-6 { margin-top: 4rem !important; }
.mt-7 { margin-top: 5rem !important; }
.mt-8 { margin-top: 6rem !important; }
.mt-9 { margin-top: 7rem !important; }
.mt-10 { margin-top: 8rem !important; }

.pt-6 { padding-top: 4rem !important; }
.pt-7 { padding-top: 5rem !important; }
.pt-8 { padding-top: 6rem !important; }
.pt-9 { padding-top: 7rem !important; }
.pt-10 { padding-top: 8rem !important; }

/* New bottom spacing */
.mb-6 { margin-bottom: 4rem !important; }
.mb-7 { margin-bottom: 5rem !important; }
.mb-8 { margin-bottom: 6rem !important; }
.mb-9 { margin-bottom: 7rem !important; }
.mb-10 { margin-bottom: 8rem !important; }

.pb-6 { padding-bottom: 4rem !important; }
.pb-7 { padding-bottom: 5rem !important; }
.pb-8 { padding-bottom: 6rem !important; }
.pb-9 { padding-bottom: 7rem !important; }
.pb-10 { padding-bottom: 8rem !important; }

.text-bg-dark {
    background-color: #000 !important;

    & h1, h2, h3, h4, h5, h6, p, a {
        color: var(--clr-yellow);
    }

    .form-control, .form-control:focus, .form-control:hover {
        background-color: #000;
        color: var(--clr-yellow);
        border: 1px solid var(--clr-yellow);
        border-radius: 0.2em;
        padding: 0.3em 0.5em;
    }

    .form-control::placeholder {
        color: var(--clr-yellow) !important;
        text-transform: uppercase;
    }
    .form-control:focus::placeholder {
        opacity: 0.3;
    }
}

h1, h2, h3, h4, h5, h6 {
    &.text-bg-dark {
        padding: 0.1em 0.2em;
        border-radius: 0.1em;
        & > img {
            height: 1em;
            vertical-align: middle;
            float: left;
            margin: 0.1em 0.4em 0 0;
        }
    }
}

.navbar {
    background-color: var(--clr-dark);
    color: var(--clr-yellow);
    padding: 1rem 0 0 0 !important;
    margin: 0;

    & .container {
        padding: 0;
    }
}
.navbar li {
    margin: 0 1rem;
}
.navbar .nav-item:last-child {
    margin-right: 0;
}
.navbar a.nav-link {
    text-transform: uppercase;
    color: var(--clr-yellow);
}
.navbar a.nav-link.active {
    color: var(--clr-yellow);
    font-weight: bold;
    opacity: 1;
}
.navbar a.nav-link.disabled {
    color: #666;
    /* opacity: 0.75; */
}


.hero-panel {
    background-color: var(--clr-dark);
    color: var(--clr-yellow);
    padding: 2rem 1rem 4rem 1rem;
    margin-bottom: 0;
    text-wrap:balance;
    

    & .hero-container {
        /* width: 78%; */
        padding: 0.75rem 1rem 1rem 1rem;
        background: url(/assets/img/index.hero.bg.png) center/cover no-repeat;
        background-position-x: right -8em;

        @media (max-width: 768px) {
            /* border: 0.2rem solid red; */
            /* background-position: -49em bottom !important; */
            background-position: 82.5% bottom !important;
            background-size: 300% !important;
            & .col {
                height: 40em;
            }
            & .btn {
                display: block;
            }
        }

        @media (max-width: 960px) {
            background-position-x: right -13em;
        }


        & h1, h2, h3, h4, h5, h6 {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 4rem;
            text-wrap:balance;
            line-height: 1em;

            & img {
                margin: -0.2em 0.1em 0 0;
                /* vertical-align: middle; */
            }
        }

        & p {
            font-size: .95em;
            line-height: 1.4em;
        }
    }
}


.border-yellow {
    border-color: var(--clr-yellow);
    border: 1px solid var(--clr-yellow);
    border-radius: 0.4rem;
}

.text-yellow {
    color: var(--clr-yellow) !important;
}


.btn.btn-primary {
    background: linear-gradient(70deg, var(--clr-dark) 60%, var(--clr-yellow) 100%);
    color: var(--clr-yellow);
    border: 1px solid var(--clr-yellow);
    border-radius: 0.3rem;
    padding: 0.3em 2.5em;;
    text-transform: uppercase;
    white-space: nowrap;
    &:hover {
        background: linear-gradient(70deg, var(--clr-dark) 40%, var(--clr-yellow) 100%);
        border-color: var(--clr-yellow);
        text-decoration: none;
    }
}

.btn {
    text-transform: uppercase;
}

/* .btn.btn-primary:hover {
    background: linear-gradient(135deg, #B8BF00 0%, #F7FF1B 100%);
    border-color: var(--clr-dark);
} */


.custom-border {
    border: 1px solid var(--clr-dark);
    border-radius: 0.5rem;
}


.v-card {
    container-type: inline-size; /* makes .v-card a queryable @container */
    background-color: var(--clr-dark);
    /* border: 1px solid var(--clr-yellow); */
    border-radius: .4em;
    color: var(--clr-yellow);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em;

    & .card-body {
        display: flex;
        flex-direction: column;
        border-radius: .38em;
    }

    & > img {
        margin: 1.3em auto;
        width: 90%;       
        @container (min-width: 400px) {
            width: 60%;
        }
     }


            
    & h1, h2, h3, h4, h5, h6 {
        margin-bottom: 1em;;
        & img {
            height: 30px;
            margin: -0.2em 0.2em 0 0;
            vertical-align: middle;
        }
    }
    
    & p {
        margin-top: auto;
        padding-top:2em;
        color: white;
        
    }


    &.v-card-bordered {
        color: var(--clr-dark);
        & p {
            margin-top: auto;
            color: var(--clr-dark);
        }
    }
}




.corner-cut {
    border-radius: 0.4em;
    clip-path: var(--cornercut);
}



.v-card-bordered {
    --b: 0.05em;      /* border thickness */
        
    --border: #333;
    --bg: #fff;


    &.white {
        --border: var(--clr-yellow);
        --bg: var(--clr-dark);
    }

    &.dark {
        --border: var(--clr-yellow);
        --bg: var(--clr-dark);
    }
    
    
    border-radius: 0.4em;;

    position: relative;
    isolation: isolate;
    padding: calc(var(--b));

    background: var(--border);

    clip-path: var(--cornercut);

    &::before{
        content: "";
        position: absolute;
        inset: var(--b);
        z-index: 0;

        background-color: var(--bg);
        border-radius: 0.38em;

        clip-path: var(--cornercut);
    }

    &> .card-body{
        position: relative;
        z-index: 1;
        padding: 1em;
    }

    & p {
        margin-bottom: 0;
    }


}



.mini-cards {

    & .mini-card {
        color: #fff;
        background-color: #000;
        padding: 0.6em;
        border-radius: 0.4em;
        height: 100%;
        display: flex;
        flex-direction: column;
        clip-path: var(--cornercut);

        & h1, h2, h3, h4, h5, h6 {
            /* background-color: GRAY;; */
            font-size: 1.3em;
            color: var(--clr-yellow);            
            margin-bottom: 3em;
            width: clamp(50%, 10em, 110%);
            text-wrap: balance;

            & img {
                height: 38px;
                float: left;
                margin: 0.25em .75em 2em 0.3em;
                opacity: 0.85;
            }
        }

        & p {
            margin-top: auto;
        }
    }
}


.cells {
    color: var(--clr-dark);

    & > div, & > span {
        padding: 0.2em;
    }

    & .cell {
        background-color: #fff;
        text-align: left;
        padding: 0.5em 0.7em;
        border: 1px solid #ccc;
        border-radius: 0.2em;
        height: 100%;

        &.highlight {
            background-color: var(--clr-yellow);
        }
    }   

    h1, h2, h3, h4, h5, h6 {
        text-transform: uppercase; 
        font-size: 1em;
        font-weight: bold;
    }
}

.footer {
    & a {
        color: var(--bs-dark);
        text-decoration: none;
        &:hover {
            text-decoration: underline;
        }
    }
}

.table {
    border-radius: 0.2em;
    ;
    & thead {
        text-transform: uppercase;
    }

}

.bg-none {
    background: none !important;

    &table, & thead, & tbody, & tr, & th, & td {
        background: none !important;
    }
}


.bg-img {
    background-size:cover;
    background-position:center;
    /* filter: grayscale(100%); */
}


