body{
    font-size:1.1rem;
}
@media screen and (min-width:600px){
    body{
        font-size:1rem;
    }
}

/* EVENT PAGE */
.onyx-event-page .o-hero .o-hero-inner{
    padding-top:0px;
}


.o-hero-background.o-event-background {
    position: absolute;
    background: url('../images/event.png');
    top: 0;
    left: 0;
    width: 100%;
    height: 1150px;
    object-fit: cover;
    z-index: -1;
    background-position: 50% 0%;
    background-size: cover;
}


.o-hero.container-fluid + .container-fluid {
    background: linear-gradient(rgb(21 22 29 / 55%) 50%, rgba(0, 0, 0, 1) 100%);
    color: white;
    height: 400px;
}

.o-hero-background.o-event-background + .o-navbar-main{
    background-color: rgba(29, 31, 40, .65);
}

.o-hero-background.o-event-background + .o-navbar-main + .o-hero.container-fluid{
    background-color: rgba(29, 31, 40, .65);
}

body:has(.o-event-background){
    background:#000000;
    color:#FFFFFF;
}

.onyx-gold-section .o-parallax-section-colour{
    background:black;
}

.onyx-gold-section .container{
    padding-top:50px!important;
    max-width: 900px;
    background: transparent;
    width:100%;
}

@media screen and (min-width:992px){
    .onyx-gold-section .container{
        width:900px;
    }
}

.onyx-gold-section .container.onyx-800-container {
    width:100%;
}

@media screen and (min-width:992px){
    .onyx-gold-section .container.onyx-800-container {
        width:800px;
    }
}		


.onyx-gold-section{
    padding-bottom:120px;
}

.o-cta-btn-container{
    margin-bottom:100px;
}

:root {
--mouse-x: 0.5;

}

.onyx-gold-section a {
    color: #9c7a09;
    font-family: 'Noto Sans Semi-bold';
}

.onyx-gold-section h2 {
    max-width: 100% !important;
    line-height: 1.5em!important;
    font-weight: 400;
}

@media screen and (min-width:600px){
    .onyx-gold-section h2 {
        font-size: 30px !important;
        line-height: 44px !important;
    }
}



@media screen and (min-width:768px){
    .onyx-gold-section h2 {
        font-size: 30px !important;
        line-height: 44px !important;
    }
}

@media screen and (min-width:768px){

    h2.onyx-gilt-text{
        font-size: 24px !important;
        line-height: 32px !important;
        font-weight: 500;
    }

}




.row{
    display: flex;
    justify-content: center;
}

.o-card-flexbox{
    justify-content: center;
}

.o-card-flexbox:has(.onyx-circle){
    width:80%;
    margin-bottom:60px;
}



/* ONYX CIRCLE */

.onyx-circle {
    width: 120px;
    height: 120px;
    padding: 0px!important;
    border: none;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;  
}

.onyx-circle img{
    width:100%;
    border-radius:50%;
    overflow-y:hidden;
}		

.onyx-circle svg{
    width: 50%;
}		

.onyx-circle.onyx-gold-outline svg{
    fill:url(#goldGradient);
}

.onyx-circle.onyx-gold-outline::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 2px;
    border:1px solid;

    background: linear-gradient(
        calc(90deg + (var(--mouse-x) - 0.5) * -60deg),
        #6e5315,
        #d4af37,
        #f5e6a5,
        #a8872a,
        #6e5315
    );

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}


/* ONYX GOLD TEXT */

.onyx-gold-wrapper {
    background: linear-gradient(145deg, #6e5315, #d4af37, #f5e6a5, #a8872a, #6e5315);
    -webkit-background-clip: text;
    background-clip: text;
    padding-bottom: 10px;
}


.o-navbar-main{
    padding-bottom:0px!important;
}

.o-hero{
    margin-top:0px!important;
}

.onyx-white-text{
    display:flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;

}

.onyx-white-text p, p.onyx-white-text{
    font-size:1.2rem;
    color: white;
}

.onyx-small-text{
    font-size:1rem;
}

.onyx-small-text a{
    background: linear-gradient(145deg, #6e5315, #d4af37, #f5e6a5, #a8872a, #6e5315);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition:background 0.3s;
}

.onyx-small-text a:hover{
    background: rgb(143, 143, 243);
    background-clip: text;
    color: transparent;
    text-decoration:none;
}

.onyx-logo-large{
    width:clamp(200px, 500px, 80vw);
    padding-bottom:70px;
    margin-bottom:90px;
}

.onyx-gold-section .container:has(.onyx-gold-divider){
    padding-top:40px!important;
}

.col:has(.onyx-gold-divider){
    display: flex;
    justify-content: center;
}

.onyx-gold-divider{
    border-image: linear-gradient(145deg, transparent, transparent, #6e5315, #D4AF34, #f5e6a5, #a8872a, #6e5315, transparent, transparent) 1;
    border-bottom: 3px solid;
    width: clamp(300px, 700px, 80vw);
}

.onyx-gold-outline {
    position: relative;
    padding: 14px 32px;
    font-size: 20px;
    color: #d4af37;
    background: transparent;
    border: none;
    border-radius: 12px;
    transition: all 0.3s;
}

.onyx-gold-outline:not(.onyx-circle):hover {
    box-shadow: 0px 0px 40px 1px rgb(212, 175, 55, 0.3);
    background:#2f2500;
}

.onyx-gold-outline.onyx-square:hover{
     background:#030637;   
}


.onyx-gold-section ul li{
    margin-bottom:1rem;
}

.onyx-gold-section ul{
    text-align: left;
    list-style-type: none;
}

.onyx-gold-section li::before {
content: "•";
color: #d4af37;
font-weight: bold;
display: inline-block; 
width: 1em;
margin-left: -1em;

}

.navbar-nav .onyx-gold-outline {
padding: 10px;
font-weight: 600;
font-size: 16px;  
}

/* Gold border */
.onyx-gold-outline:not(.onyx-circle)::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(
        145deg,
        #6e5315,
        #d4af37,
        #f5e6a5,
        #a8872a,
        #6e5315
    );

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    background-size: 200% 200%;
    background-position:
    calc(
        40% +
        (var(--mouse-x) - 0.5)
        * (1 - abs(var(--mouse-x) - 0.5) * 1)
        * 60%
    )
    50%;

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    transition: background-position 0.15s linear;

}

.onyx-gold-outline:not(.onyx-circle)::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background:
        /* TOP twinkle (opposite direction) */
        radial-gradient(circle,
        #fff6cc 0%,
        #f5e6a5 20%,
        #d4af37 45%,
        rgba(212,175,55,0) 80%
        )
        calc(50% + (0.5 - var(--mouse-x)) * 30px) 2px / 60px 2px no-repeat,

        /* BOTTOM twinkle (same direction) */
        radial-gradient(circle,
        #fff6cc 0%,
        #f5e6a5 20%,
        #d4af37 45%,
        rgba(212,175,55,0) 80%
        )
        calc(50% + (var(--mouse-x) - 0.5) * 30px)
        calc(100% + 3px) / 60px 6px no-repeat;

    filter:
        blur(0.5px)
        drop-shadow(0 0 8px rgba(255,230,150,0.9))
        drop-shadow(0 0 14px rgba(212,175,55,0.8));

    opacity: 0.95;
}

.onyx-square.onyx-gold-outline svg{
    fill:url(#goldGradient);
    scale:0.8;
    transition:scale 0.3s;
    min-height: 50px;
}

.onyx-square.onyx-gold-outline:hover svg{
    scale: 1;
}

.onyx-center-text{
    text-align:center;
}

.onyx-gold-outline {
    position: relative;
    padding: 14px 32px;
    font-size: 20px;
    color: #d4af37;
    background: transparent;
    border: none;
    border-radius: 12px;
    transition: all 0.3s;
}

.onyx-gold-quotation{
    display:flex;
    flex-direction:row;
    position:relative;
    margin-top: 50px;
    padding-left: 70px;
    padding-right: 70px;
    font-style: italic;
    font-size: 1.5rem;
}

.onyx-gold-quotation::before{
    content: '“';
    display: flex;
    flex-direction: row;
    width: 40px;
    font-size: 100px;
    position: absolute;
    top: -50px;
    left: 0px;
    font-family: 'BJCree', sans-serif;
    background: linear-gradient(145deg, #6e5315, #d4af37, #f5e6a5, #a8872a, #6e5315);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: normal;
}

.onyx-gold-quotation::after{
    content: '”';
    display: flex;
    flex-direction: row;
    width: 40px;
    font-size: 100px;
    position: absolute;
    bottom: -80px;
    right: 0px;
    font-family: 'BJCree', sans-serif;
    background: linear-gradient(145deg, #6e5315, #d4af37, #f5e6a5, #a8872a, #6e5315);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    justify-content: flex-end;
    font-style: normal;
}

button{
    cursor: pointer;
}


button
.onyx-gilt-text{
    color: #a8872a!important;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.5rem!important;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

.o-navbar-top a.o-flux-terminal-request{
    color: #a8872a!important;
}

.onyx-text-uppercase{
    text-transform: uppercase !important;
    justify-content: center;
    text-align: center;
    letter-spacing:0.1em;
    font-size:1em;

}

.onyx-black-background{
    background:linear-gradient(rgba(29, 31, 40, .65) 0%, rgba(0, 0, 0, 1) 100%);
}

.onyx-black-background-2{
    background:linear-gradient(rgba(29, 31, 40, .75) 0%, rgba(0, 0, 0, 1) 100%);
}

.o-card-flex-col:has(.onyx-circle){
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}


.o-card-flex-col p{
    color:white;
    font-size:1.2rem;
    text-align:center;
}

@media screen and (min-width: 992px){
    .o-card-flex-col p{
            font-size:0.9rem;
    }
}


.onyx-gold-wrapper{
    background: linear-gradient(145deg, #6e5315, #d4af37, #f5e6a5, #a8872a, #6e5315);
    -webkit-background-clip: text;
    background-clip: text;
    padding-bottom: 10px;

}

.onyx-gold-wrapper span.onyx-gold-text, .onyx-gold-wrapper a{
    color: transparent;
}


.o-card-50{
    container-name: o-card-50;
    container-type: inline-size;
    max-width: 400px;
}


@media screen and (min-width: 992px) {
    .o-card-flex-col.o-card-50 {
        min-width: calc(50% - 15px);
        width: calc(50% - 15px);
    }
}

.o-card-50 .onyx-square{
    height:40cqw;
}

.onyx-square{
    display:flex;
    flex-direction:column;
    padding:20px;
    justify-content: flex-start;
    align-items: center;

}

.onyx-square svg{
    padding-bottom:20px;
}


.onyx-square h3{
    font-size:1.5rem;

}

.onyx-gold-quotation{
    text-align:center;
    color:white;
    margin-top:50px;
}

.onyx-nonbutton{
    cursor:default;
}

.navbar-toggler-icon{
    background: url(../images/icons/burger-gold.svg) no-repeat!important;
}


/* FOOTER */
.onyx-footer-disclaimer{
    background-color: #000;
}




.o-hero .o-hero-inner{
    display: flex;
    justify-content: center;
    padding-top:clamp(100px, 15vh, 400px);
}


.onyx-gold-section ul{
    text-align: left;
    padding-top: 50px;
    list-style-type: none;
}


.navbar-nav .button-gold {
padding: 10px;
font-weight: 600;
font-size: 16px;  
}


a:hover{
    text-decoration:none!important;
}

.o-cta-btn-container{
    display:flex;
    justify-content:center;
    gap: 30px;
}	


button:focus {
    outline: none!important;
}


.onyx-white-text p.onyx-details{
    font-size: 0.9rem;
    text-align: left;
}

.onyx-white-text h2, .onyx-white-text h3, h2.onyx-white-text, h3.onyx-white-text{
    color:white;
    font-weight:600;
}


.onyx-event-bio{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.onyx-bio-title{
    width: 100%;
    justify-content: space-between;
    display: flex;
    column-gap:30px;
    flex-direction: column;
    margin-bottom: 20px;
}


@media screen and (min-width: 600px){
    .onyx-bio-title{
        margin-bottom: 0px;
        flex-direction: row;
    }
}


.onyx-bio-title p{
    text-align:center;
}
@media screen and (min-width: 600px){
    .onyx-bio-title p{
        text-align:left;
    }
}

.onyx-bio-title svg{
    fill: url(#goldGradient); 
    /* fill:white; */
    width: 24px;
    height: 24px;
    margin-right: 20px;
    padding-bottom: 3px;
    transition:opacity 0.3s;
}

.onyx-bio-title svg:hover{
    opacity:0.8;
}

.onyx-event-bio h3{
    width:100%;
    text-align: center;
}

@media screen and (min-width: 600px){
    .onyx-event-bio h3{
        text-align: left;
    }
}

.o-card-flex-row{
    display:flex;
    flex-direction:row;
    gap:30px;
    flex-wrap:wrap;
    justify-content: center;
}

@media screen and (min-width:600px){
    .o-card-flex-row{
        flex-wrap:nowrap;
        justify-content: flex-start;
    }
}

.o-card-flex-row .onyx-circle.onyx-gold-outline {
    height: 150px;
    flex: 150px 1 0;
    max-width: 150px;
}


.o-large-hero-inner{
    overflow-x:hidden;
}

/* TEXT */

.onyx-gilt-text{
    color: #a8872a;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 1.5rem!important;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

.onyx-text-uppercase{
    text-transform: uppercase !important;
}



.onyx-gold-section a{
    color:#c4ae56;
}

.onyx-gold-section a:hover{    
  background: linear-gradient(-45deg, #cea61f 40%, #f2d983 50%, #cea61f 60%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 240%;
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: animate-background 0.3s linear 0s 1 forwards;
  }

@keyframes animate-background {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.onyx-gold-border {
border: 3px solid transparent;
border-radius: 16px;

background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(145deg, transparent, transparent, #6e5315, #D4AF34, #f5e6a5, #a8872a, #6e5315, transparent, transparent) border-box;
}


.o-flux-terminal-request{
    font-size:16px;
}

@media screen and (min-width:992px){
    .o-flux-terminal-request{
        font-size:14px;
    }
}