:root {
    /* colors */
    --clr-main: #EDD60A;
    --clr-main-trans: #4e576ed9;
    --clr-main-dark: #1e1e1e;
    /* --clr-main-dark: #4e576e; */
    --clr-pink-accent: #f7ab9c;
    --clr-b-yellow: #dedeb1;
    --clr-dark-yellow: #bdbd7b;
    --clr-beige: #f7f4ed;

    /* font-sizes */
    --fs-900: 9.375rem;
    --fs-800: 6.25rem;
    --fs-750: 4.7rem;
    --fs-700: 3.2rem;
    --fs-650: 2.4rem;
    --fs-600: 2.5rem;
    --fs-550: 3rem;
    --fs-500: 1.75rem;
    --fs-450: 1.35rem;
    --fs-400: 1.125rem;
    --fs-300: 1rem;
    --fs-250: 0.9rem;
    --fs-200: 0.875rem;



    /* font families */
    --fs-100: 0.8rem;
    --ff-main:
    'main', serif;
    --fs-p: 15px;
    --transition: all 0.7s ease-in-out 0s;
    --ff-secondary:
    'sec', sans-serif;
    --ff-exp:
    'experiment', sans-serif;
    --ff-p:
    'p', sans-serif;
    /* --ff-p:
    'third',
    sans-serif; */

    /* columns */
    --col:
    calc((100%/12) - calc(var(
    --col-padding)/2));
    --col-padding: 15px;
    --gap: 2rem;
    --border-radius: 3px;
    --container-padding: 10vw;
    --container-padding-mobile: 8%;
    --button-pad: 8px 20px;
    --bg-y-offset:0px;
    --nav-h: 100px;
    --mobile-menu-height: 8vh;
}

html{scroll-behavior: smooth;}

@font-face {
    font-family: 'main';
    /* src: url('../fonts/TradeGothicLTStd-BoldExt.otf'); */
    src: url('../fonts/Bebas-Regular.otf');
    
}

@font-face {
    font-family: 'p';
    src: url('../fonts/TradeGothicLTStd-Extended.otf');
}


@font-face {
    font-family: 'sec';
    /*src: url('../fonts/Syne-Bold.ttf');*/
    src: url('../fonts/TradeGothicLTStd-BoldExt.otf');
    /* src: url('../fonts/Manrope-Light.ttf'); */
}

@font-face {
    font-family: 'experiment';
    src: url('../fonts/Quentin.otf');
}

img{width:100%;}
video{width:100%;}

footer .main-logo{/* width: inherit; *//* height: 79px; *//* width: 269px; */width: 11%;}

body{
    margin:0;
}

main{
    /* padding: 0 11%; */
    /* background-color: #191919; */
}

header{
    width: 100%;
    position: sticky;
    top:0;
    z-index: 10;
}

.your-custom-class { /* You can name this class whatever you like */
    position: absolute;
    bottom: 0;
    right: 0;
}

.post-content img{
    width: 100%;
    height: auto;
}

.menu{
    /* width: 30%; */
    display: flex;
    gap: 30px;
    align-items: center;
}

  .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    position: relative;
    display: inline-block;
}

.comment-form-comment{
    display:flex;
    flex-direction:column;
}


.wp-block-post-comments-form input[type="submit"]{
    background-color:#2f2f2f;
    color:white;
    border:none;
    padding:10px;
    cursor:pointer;
}

.menu ul li a {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
}

.menu ul li a:hover {
    background-color: #575757;
}

.menu ul li.has-submenu:hover .submenu {
    display: block;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    min-width: 160px;
    z-index: 1;
}

.submenu li {
    display: block;
    width: 100%;
}

.submenu li a {
    padding: 10px 15px;
}

.submenu li a:hover {
    background-color: #575757;
}
.menu-button{
    display: none;
}

  .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    position: relative;
    display: inline-block;
    /* width: 100%; */
}

.menu ul li a {
    display: block;
    padding: 15px 20px;
    color: white;
    text-decoration: none;
    /* width: 100%; */
}

.menu ul li a:hover {
    background-color: #575757;
}

.menu ul li.has-submenu:hover .submenu {
    display: block;
    width: 430px;
    /* position: absolute; */
    margin-left: -150px;
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #333;
    min-width: 160px;
    z-index: 1;
}

.submenu li {
    display: block;
    width: 100%;
}

.submenu li a {
    padding: 10px 15px;
}

.submenu li a:hover {
    background-color: #575757;
}

.menu ul:first-child {
    display: flex;
    align-items: center;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 7vh;
    background-color: #292929;
    border-bottom: solid 2px var(--clr-main);
}

nav a{
    font-family: var(--ff-p);
    color: #fff;
    text-decoration: none;
    font-size: small;
}
.flex{
    display:flex;
    gap:10px;
    
}

nav a:has(.logo){
  height: 100%;
  display: contents;
}

nav .logo{
    width: auto;
    height: 80%;
}

h1{
    font-family: 'sec';
    /* margin-top: 0; */
}

h2{
    font-family: 'sec';
    /* margin-top: 0; */
}

h1{border-bottom: solid  2px;padding: 10px 0px;font-size: var(--fs-550);}
h1,h2{
    text-transform: uppercase;
}
h3{
    color: #d7c842;
    font-size: xx-large;
    font-family: 'sec';
    margin: 0;
    padding: 20px 0px;
}

h4{
    color: #ffffff;
    font-size: larger;
    font-family: 'sec';
    margin: 0;
    padding: 20px 0px;
}

.hex1::before {
  /* content: "\2B22"; */
  color: orange;
  font-size:135px;
  position: absolute;
  top: 0;
}

.negative hr{
    border-color: #edd600;
}

small{font-family: 'p';line-height: 1.6;}
p{font-family: 'p';font-size: var(--fs-p);line-height: 1.6;}
table{font-family: 'p';font-size: var(--fs-p);line-height: 1.6;}
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
td,th{padding:15px;}
li{font-family: 'p';font-size: var(--fs-p);line-height: 1.6;}

.tinted{
    --sec-darker-bg: #ddc800;
    background-color: var(--clr-main);
}

.tinted h3{
    color: #000!important;
}

.alert{
    border-radius: 7px;
    background-color: #ddc800;
    padding: 0px 20px;
    color: #000000!important;
    width: 40%;
}

.alert h3, .alert p{
    color: #000000!important;
}

.negative{
    --sec-darker-bg: #212020!important;
    background-color: #292929;
}
.negative h1,
.negative h2,
.negative h3
{color:#fff;}
.negative p, .negative li{color:#fff;}

section{
    min-height: 40vh;
    /* height: 100vh; */
    margin: 10px;
    border-radius: 20px;
    --sec-border: solid 1px #0000001a;
    border: var(--sec-border);
    position:relative;
    border-top-left-radius: 0;
--sec-darker-bg: 16%;
    --sec-darker-bg: hsl(0deg 0% 95%);
}

::before{
    
}

section.negative::after{
    color: #fff!important;
}

section::after {
    content: attr(data-tab);
    color: #1b1b1b;
    position: absolute;
    line-height: 1.6ch;
    pointer-events: none;
    z-index: 0;
    left: -1px;
    top: calc((var(--tab-height)*-1) - 2px);
    --tab-height: 80px;
    width: 45%;
    height: calc(var(--tab-height) - var(--tab-pad) * 2 );
    border: var(--sec-border);
    background-color: var(--sec-darker-bg);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    /* border: solid 0px #0000001a; */
    font-family: 'sec';
    font-size: x-large;--tab-pad: 31px;
    padding: var(--tab-pad);
}
.bg-pattern-0{
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(259, 0%, 95%, 1)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}
.bg-pattern-1{
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='29' height='50.115' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M14.498 16.858L0 8.488.002-8.257l14.5-8.374L29-8.26l-.002 16.745zm0 50.06L0 58.548l.002-16.745 14.5-8.373L29 41.8l-.002 16.744zM28.996 41.8l-14.498-8.37.002-16.744L29 8.312l14.498 8.37-.002 16.745zm-29 0l-14.498-8.37.002-16.744L0 8.312l14.498 8.37-.002 16.745z'  stroke-width='1' stroke='hsla(259, 0%, 0%, 0.04)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}
.align-center{
    text-align: center;
}

.systems{
    padding-top: 5vh;
}

.row{
    display: flex;
    gap: 2em;
}

.row>*{
    flex:1;
	width: 100%;
}
.av-post-content{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.av-post-content > div:first-child{
    /* width: 100%; */
}
.av-post-content > div:last-child{
     width: 18%; 
}

.center-y{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}


.center-x{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    align-items: center;
}

footer{
    background-color: #ffffff;
    /* height: 10vh; */
    color: black;
}

.pad-x{
    padding-left: 15%;
    padding-right: 15%;
}
.pad-y{
    padding-top: 6.3%;
    padding-bottom: 6.3%;
    margin-bottom: 25%;
}

.single .pad-x{
    padding-left: 6%;
    padding-right: 6%;
}

.single .pad-y{
    padding-top: 6.3%;
    padding-bottom: 6.3%;
	margin-bottom: 25%;
}

.layout-60-40 .row>*:first-child{width:40%;flex: auto;}
.layout-60-40 .row>*:last-child{width: 60%;flex: auto;}

.expandable .target{
    max-height: 0;
    padding: 0px 20px;
    overflow: hidden;
    transition: 0.5s;
}
.expandable[data-open="1"] .target{max-height: 600px;border: solid 2px!important;padding: 30px;}
.negative .expandable[data-open="1"] .target{border-color: #ff454a!important;background-color: white;}
.negative .target p{color:#000
                    ;}
.negative .trigger{
    color: #fff;
}
.trigger{
    font-family: var(--ff-main);
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 20px;
}
.target p{margin:0;}

.img-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.img-col img{
    width: 90%;
    mix-blend-mode: multiply;
}

.negative .img-col img{
    mix-blend-mode: unset;
}
.hard-light{
mix-blend-mode: hard-light;
}

/* ANIMS */
/* .mask{position: relative;margin:15px 0;overflow: hidden;} */
/* .mask h1{position: relative;margin:0;transition-delay: 0.3s;transition-timing-function: step-start;} */
/* .mask::before{transition-delay: 0.2s!important}
.mask::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    left:-100%;
    transition: 1.5s;
    transition-timing-function: cubic-bezier(0.1, 0.45, 0.25, 1);
} */
[data-active="1"] .mask::before{
    left:100%;
}
[data-active="0"] .mask h1{
    opacity: 0;
}
[data-active="1"] .mask h1{
    opacity: 1;
}

h1{transition: 1s;margin: 0;}
[data-active="0"] h1{opacity: 0;}
[data-active="1"] h1{opacity: 1;}
h2{transition: 0.5s;font-size: xx-large;}
[data-active="0"] h2{opacity: 0;translate:-10% 0%;}
[data-active="1"] h2{opacity: 1;translate:0% 0%;}
h3{transition: 0.5s;}
[data-active="0"] h3{opacity: 0;translate:10% 0%;}
[data-active="1"] h3{opacity: 1;translate:0% 0%;}
p{transition: 1s;}
[data-active="0"] p{opacity: 0;translate:-10% 0%;}
[data-active="1"] p{opacity: 1;translate:0% 0%;}
li{transition: 1.5s;}
[data-active="0"] li{opacity: 0;translate:-10% 0%;}
[data-active="1"] li{opacity: 1;translate:0% 0%;}
.img-col img{transition: 0.5s;/* position: sticky; */top: 0;transition-delay: 1s;}
[data-active="0"] .img-col img{opacity: 0;translate:0% -15%;}
[data-active="1"] .img-col img{opacity: 1;translate:0% 0%;}
.img-col video{transition: 0.5s;/* position: sticky; */top: 0;transition-delay: 1s;}
[data-active="0"] .img-col video{opacity: 0;translate:0% -15%;}
[data-active="1"] .img-col video{opacity: 1;translate:0% 0%;}
hr{transition: 0.5s;/* position: sticky; */top: 0;transition-delay: 2s;}
[data-active="0"] hr{width:0%;}
[data-active="1"] hr{width: 100%;}


/* ANIMS */

/* SLIDER */

    #adv-slider {
    /* display: flex; */
    /* flex-wrap: wrap; */
    overflow-x: hidden;
    width: 100%;
} 
#adv-slider #controllers > *{
  width: 15px;
  height: 15px;
  background-color:#cacaca;
  border-radius:10px;
  cursor: pointer;
}
#adv-slider #controllers > *.active{background-color:#d92424;}
#adv-slider #controllers{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}
.slider-wagon.moving .adv-slide{
    scroll-snap-align: none!important;
}
.slider-wagon{
    text-align: left;
    width: 100%;
    height: 70vh;
    overflow-x: scroll;
    display: flex;
    box-sizing: border-box;
    /* border: 1px solid #000; */
    /* flex-wrap: wrap; */
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
    background-color: #d92424;
    gap: 0;
}
#adv-slider .adv-slide img{
    width: auto;
    height: 100%;
    object-position: top;
    object-fit: cover;
}
#adv-slider .adv-slide{
    width: 100vw;
    height: inherit;
    flex: 0 0 100%;
    width: 100%;
    background-color: #d92424;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    scroll-snap-align: start;
}   
.adv-slide img{}

/* width */
.slider-wagon::-webkit-scrollbar {
  height: 0px;
  border: solid 2px #ff8800;
}

/* Track */
.slider-wagon::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.slider-wagon::-webkit-scrollbar-thumb {
  background: #3e3c8f;
}

/* Handle on hover */
.slider-wagon::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* SLIDER */

.map{
    border: solid 10px #000000;
}

.systems .flex{
    align-content:center;
}


[id*="gform"]{
  font-family: 'p';
  font-size: 15px;
}

[id*="gform"] label{display:;}

[id*="gform"] [id*="field_"]{
  padding: 7px;
  border: none;
}

[id*="gform"] [id*="field_"] input{
  width: 97%;
  /*   min-height:1ch; */
  padding:10px;
  font-size:15px;
}

[id*="gform"] [id*="field_"] .ginput_container_select select{
    width: 100%;
    padding: 15px;
}

[id*="gform"] textarea{
  width:99%;
}

[id*="gform"] input[type="submit"]{
  padding: 15px;
  margin: 15px;
  /* font-family:main; */
  color:#fff;
  background-color: #1a1a1a;
  border: solid 1px #0000005e;
  min-width: 150px;
  border-radius: 6px;
}


.post-grid{
    --grid-col: calc(33% - ( var(
    --grid-gap)/ 2 ));
    --grid-gap: 15px;
    display: grid;
    grid-template-columns: repeat(3,var(--grid-col));
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: var(--grid-gap);
}

.post-grid.compact{
    display: flex;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: 15px;
    gap: 15px;
    flex-direction: column;
}

.post-grid button{color: #000;background: none;padding: 9px 0;border: none;}
.post-grid button a{color: #000;/* text-decoration: none; */font-family: 'p';}

.post-grid .feat-img{
    background-color: #dcdcdc;
    height: 100%;
    width: auto;
}
.feat-img-container{
    height: 300px;
    overflow: hidden;
}

.system-icons{
    width: 70px;
    position: relative;
}

.post-item{
    /* border-radius: 20px; */
    border: solid 1px #cacaca;
    padding: 20px;
    background-color: #ffffff;
    /* color: white; */
    font-size: 14px;
}

.compact .post-item{
    /* border-radius: 20px; */
    border: solid 1px #cacaca;
    padding: 20px;
    /* background-color: #292929; */
    /* color: white; */
    font-size: 14px;
    display: flex;
    gap:15px;
    border-radius: 10px;
}

.compact .post-item .feat-img-container{
    width: 20%;
    max-height: 100px;
    overflow: hidden;
}

.compact .post-item .meta-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.post-item h2{font-size: x-large;margin-bottom: 0px;}
.compact .post-item h2{font-size: x-large;margin: 0px;}
.post-item h2 a{
    color: var(--clr-main);
}

.full-width{
}
.single-system{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.systems svg{
        fill: #d0bc00;
}

.industry-logo{
    width: 100px;
    filter: grayscale(1);
    transition: all 0.3s;
    cursor: pointer;
}

.industry-logo:hover{
    filter: grayscale(0);
    transform:translateY(-5px);
}

.social{
    display: flex;
    gap: 10px;
}
.social a{text-decoration:none;}
.social img{
    
    width: auto;
    height: 25px;
}

nav .social{
    border-left: solid 1px #edd600;
    padding-left:15px;
}

nav .social img{
    filter: invert(1);
}

.single .bg-img{height: auto;width: 100%;}
.single{}
.bg-img-container{
    height: 50vh;
    overflow: hidden;
}
.av-form{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.av-form input{
    padding: 15px;
    border: solid 2px #0003;
    border-radius: 5px;
}
.av-form select{
    padding: 15px;
    border-radius: 5px;
    border: solid 2px #0003;
}
.av-form input[type="submit"]{
    font-family: 'sec';
    background-color: #1e1e1e;
    font-size: large;
    color: #fff;
}

.w3-green, .w3-hover-green:hover {
    color: #fff!important;
    background-color: #edd600!important;
    border-radius: 4px;
}

.w3-light-grey {
    color: #000!important;
    background-color: #efefef!important;
    border-radius: 4px;
    /* border: solid 1px #d8d8d8; */
}

.prog-bar h4{
    margin: 5px 0;
    font-family: 'sec';
    color: #000;
    padding: 0;
}

.logo-grid{
    display: grid;
    grid-template-columns: repeat(4,25%);
}

#highlight{
    color: #fff!important;
    background-color: #1e1e1e;
    width: max-content;
    padding: 12px;
    border-radius: 5px;
}

#highlight a{
    color:#fff;
}

.negative #highlight{
    color: #fff!important;
    background-color: #e4cf0d;
    width: max-content;
    padding: 12px;
    border-radius: 5px;
}

.framed{
    border: solid 13px #d7c842;
}