﻿

.btn-glam {
    font-size: 1.5rem;
    border-radius: 16px;
    padding: 1.5rem 3rem;
    border: 1px solid transparent;
    background-color: transparent;
    color: #D4AF37;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    text-decoration-line:none;
    font-family:NutoSans;
    min-width:10vh;
}
.btn-glam:hover {
    color: #D4AF37;
    border-radius: 0px;
    border: 1px solid #D4AF37;
    background-color: #070707;
    box-shadow: 0 0 16px #D4AF37;


}
.head-logo {

}
.Contact-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 8rem;
    padding-left: 10rem;
    padding-right: 10rem;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    text-align: center;
    box-shadow: 0 0 32px 0 black;

    background-color: #070707;
    margin-top: 3rem;
}

.set-top{

}

.btn-nav {
    border-radius: 10px;
    padding: 0.5rem;
    border-style: solid;
    border-color: black;
    border-width: thin thin;
    background-color: transparent;
    color: #D4AF37;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    font-family: 'NutoSans';
    text-decoration-line: none;
}

    .btn-nav:hover {
   
        background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(7, 7, 7, 1) 20%, rgba(7, 7, 7, 1) 80%, rgba(0, 0, 0, 0) 100%);
        border-radius: 0px;
        border-style: solid;
        border-color: #D4AF37 #000000;
        border-width: thin;
    }


.btn-nav.disabled {
    color: #594916;
    cursor: default;
    pointer-events: none;
}




header {
    padding: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: black; /* Add this so the header stays readable */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100; /* Make sure it stays above other content */
    cursor: default;
    transition: ease-in-out 0.2s;
}
    header.active_page {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

header.active{
    padding-bottom:20rem;
}
.burger-wrapper {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    width:100%;
    height:fit-content;
    display:none;
    padding-right:2rem;
}
.burger-btn{   

}


.burger-svg {
    color: #D4AF37;

    display:inherit;

}

.nav-wrapper {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    width:100%;
}
.nav-banner {
    display: flex;

    align-items: center;
    justify-content: space-between;
    padding:0.25rem;
}
.burger-menu {
    display:none;
}


.burger-svg {
    color: #D4AF37;
    width: 50px;
    height: 50px;
}

.burger-icon-menu {
    color: #D4AF37;
    pointer-events: none;
    opacity: 1;
}

    .burger-icon-menu.active {
        opacity: 0;
    }

.burger-icon-X {
    color: #D4AF37;
    pointer-events: none;
    opacity: 0;
}

    .burger-icon-X.active {
        opacity: 1;
    }


nav {
    width: 300px;
}

.nav_right {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.nav_left {
    margin-right: auto;
    margin-left: 0;
}

header h1 {
    font-family: 'Cambam_Stick';
    font-size: 1.25rem;
    font-weight: bold;
    color: #D4AF37;
}






.container {
    min-height: 100vh;
    padding-top: 5rem; /* Adjust if needed based on header height */
}



section.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 8rem;
}



.img-wrapper{
    height: fit-content;
    overflow: clip;
    display:flex;
    justify-content: center;
}

.main-img {
    width: 115vw;
    height:auto;
}


section.vid img{
    width:100%;
    height:auto;
    object-fit:cover;
    box-shadow: 0 0 32px #000;
    
}

.main-img-mobile {
    width: 100%;
    height: auto;
    box-shadow: 0 0 32px #000;
    object-fit:cover;
    display:none;
}

.flexbox-holder {
    justify-content: center;
}

.flexbox-container-Horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap:  nowrap;
    text-align:center;
    overflow: clip ;
}
.align-top{
    align-items:flex-start;
    padding-top:3rem;

}

.flexbox-container-Vertical {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align:center;
}
.flexbox-container-Vertical-centered {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    text-align:center;
}
.speck-hover:hover{

}

    .center-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 100vh;
    }
.align-center{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.flexbox-bottom_Padding {
    padding-bottom: 3rem;
}

.flexbox-getone {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    text-align: center;
    overflow: clip;
}
.flexbox-item {
    margin: 15px;
 
}

.no-top{
    margin-top:0;
    padding-top:0;

}

.flexbox-Image {
    margin: 20px;


}
.flexbox-Vertical-banner {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 32px #000;
    background-color: #070707;
    transition: all 15s cubic-bezier(0.37, 0.72, 0.64, 1.01);
}
.flexbox-Image-center {
    border-radius: 3px;
    margin-right: 20px;
    margin-left: 20px;
    align-content: center;
    text-align: center;
    justify-content: center;
}
.flexbox-Horizontal-banner {
    background-color: #070707;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flexbox-Horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner {

    height: max-content;
    background-color: #070707;

    border:3rem;
    padding:1rem;

}
img.round{
    border-radius:8px;
}

.quote-wrapper {
    position: relative;
    text-align:center;
    overflow: hidden;
    width: fit-content;
    height: fit-content;
    padding:.5rem;
    display:flex;
    justify-content:center;
}

    .quote-wrapper .profile-pic {
        
        object-fit: contain;
        vertical-align: middle;
        -webkit-filter: brightness(100%);
        overflow: hidden;
        transition: all  ease 0.5s;
        transform: scale(1);
        width: 485px;
        height: auto;
        box-shadow: 0 0 1px #070707;
        filter: grayscale(15%);
     

    }

    .quote-wrapper:hover .profile-pic {

        -webkit-filter: brightness(30%);
        transform:scale(.95);
        box-shadow: 0 0 16px #000;
  

    }
    .disabled {
        pointer-events:none;
    }



.profile-pic_wafer{
    width:485px;
    overflow:clip;
    height:150px;
}
.holder {
    max-width: 550px;
}




.quote-overlay {
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: -8px;
    background-color: rgba(5,5,5,0);
    transition: 0.25s;
    transform: scale(1);
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.quote-wrapper:hover .quote-overlay {
    opacity: 1;
    transform: scale(1);
    border-radius: 0;
}

.quote-underlay {
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 50px;
    background-color: rgba(15,15,15,0.5);
    transition: 0.3s;
    opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.49) 10%, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
}

.quote-wrapper:hover .quote-underlay {
    opacity: 0;
    box-shadow: 0 0 5px 3px #000;
}
#quotes_moble{
    display:none;
}

.grid-Quotes {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.2fr ;
    row-gap:.25rem;
    column-gap:3rem;
    width: max-content;
    align-items:center;
    justify-items:center;
    justify-content:center;
    align-content:center;
    align-self:center;
    justify-self:center;

}
.grid-Quotes_new {
    display: grid;
    grid-template-columns: auto auto auto ;
    row-gap:.25rem;
    column-gap:3rem;
    width: max-content;
    align-items:center;
    justify-items:center;
    justify-content:center;
    align-content:center;
    align-self:center;
    justify-self:center;

}



.grid-spekcs {
    display: grid;
    grid-template-columns: max-content max-content max-content;
    column-count:3;
    grid-template-rows:repeat(4, 3rem);
    width:87%;
    height:300px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-self: center;
    justify-self: center;
    grid-auto-flow:column;
    column-gap:2rem;
    
    margin-bottom:3rem;
}

.wrapper-specks{
    width:fit-content;
    text-align:center;
}

.text-chunk{
    width:auto;
    margin:2rem;
    max-width:875px;
}
.text-chunk .h3-bp{
    text-align:left;
    margin-left:5rem;
}
.instruction-img {
    width: 850px;
    height: auto;
    image-rendering: optimizeQuality;
}



.parts-pic-left {
    border-radius: 8px;
    width: 80%;
    height: auto;
    transition: all ease 0.3s;
}

    .parts-pic-left:hover {
        border-radius: 0px;
    }
.parts-pic-right {
    border-radius: 8px;
    width: 80%;
    height: auto;
    transition: all ease 0.3s;
}
    .parts-pic-right:hover{
        border-radius:0px;
    }


.profile-pic:hover {
    box-shadow: 0 0 32px #050505;
}


.glam-ban {
    display: block;
    width: 85%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-radius: 32px;
    margin: auto;
    box-shadow: 0 0 32px #000;
}



.flexbox-Txt {
    width: 750px;
    font-family: 'NutoSans';

}

.text-width{
    max-width: 485px;
}

.page-break{
    padding-top:6rem;
}
.moble-btn {
    display: none;
}
.moble-btn-glow {

}

.grid-names {
    display: grid;

    grid-auto-columns: max-content;
 
    max-width: 87vw;
    
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-self: center;
    justify-self: center;
    grid-auto-flow: row;
    column-gap: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 3rem;

}


