:root{

    --cc-h-bg: #202A34;
    --cc-r-bg: 32,42,52;

    --cc-h-main: #E1991D;
    --cc-r-main: 225,153,29;

    --cc-h-acc: #00A7E1;
    /*--cc-h-acc: #0261BE;*/
    --cc-r-acc: 2,97,190;

    --cc-h-offw: #ffffff;
    --cc-r-offw: 255,255,255;

    --cc-h-offb: #000000;
    --cc-r-offb: 0,0,0;

    --xvar: .7;

}

* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:middle;
    background:transparent;
    color: var(--cc-h-offw);
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    scrollbar-width: none;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
}


body{
    margin: 0;
    font-family: "PHL", serif;
    background: var(--cc-h-bg);
    color: var(--cc-h-offw);
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
    overflow-x: hidden;
    overflow-y: scroll;
}

body::-webkit-scrollbar{
    display: none;
}

.ftestn{
    width: 100vw;
    height: 100vh;
    padding: 2vw 5vw 5vw;
    font-weight: normal;
    font-size: 1.6vw;
    /*color: #F9E5B4;*/
    color: #F1E6DF;
    text-align: justify;
}

#nxtxt2{
    height: unset;
}

.tco{
    height: unset;
}



.ftestb{
    width: 100vw;
    /*height: 100vh;*/
    padding: 5vw 5vw 0;
    font-weight: bold;
    font-size: 4vw;
    color: var(--cc-h-main);
    /*color: #A97E15;*/
    /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/

    /*text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);*/

    text-shadow: 0px 15px 5px rgba(0,0,0,0.1),
    10px 20px 5px rgba(0,0,0,0.05),
    -10px 20px 5px rgba(0,0,0,0.05);
}

#herovid{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
}

#clipper{
    width: 100vw;
    height: 100vh;
}

#clip{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#videoSection {
    position: relative;
    height: 100vh; /* Ensure it takes up the full viewport */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.videoContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0; /* Start hidden */
    background: black; /* Ensures visibility */
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrollVideo{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#footer{
    width: 100vw;
    height: 50vh;
    background: rgba(0,0,0,.12);
    display: block;
    margin-top: -50vh;
}

#cta{
    padding: 4vw;
    width: 120vw;
    margin-left: -10vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: var(--cc-h-main);
    box-shadow: rgba(0, 0, 0, 0.5) 0 1vw 2vw -.5vw inset, rgba(0, 0, 0, 0.5) 0 -1vw 2vw -.5vw inset;

}

#ctat{
    color: black;
    font-size: 1.6vw;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    margin: 0 3vw;
}

#ctat:after{
    content:'Details about this call to action will go down here on the info section';
    font-size: 1.2vw;
    font-weight: normal;
    color: rgba(0,0,0,.7);
    margin-top: .5vw;
}

#ctab{
    cursor: pointer;
    margin-left: 7vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 1vw 2vw;
    font-size: 1.2vw;
    font-weight: bold;
    color: rgba(255,255,255,.7);
    border-radius: .5vw;
    background: var(--cc-h-bg);
    transition: .7s;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#ctab:hover{
    color: rgba(255,255,255,.9);
    transition: .7s;
    transform: scale(1.05);
}

#3dcon{
    height: 100vh;
    width: 100vw;
    background: #00A7E1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

#big3d{
    position: relative;
    top: -20vh;
    width: 100vw;
    height: 70vh;
    opacity: 0;
    object-fit: contain;
    object-position: center center;
    overflow: hidden;
    filter: drop-shadow(1vw 1vw 3vw rgba(0,0,0,.7));
}

#menu{
    position: fixed;
    top: 0;
    left: 0;
    height: 43px;
    width: 100vw;
    background: rgba(255,255,255,.7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    opacity: 1;
}

.menu{
    cursor: pointer;
    color: var(--cc-h-bg);
    opacity: .7;
    font-weight: bold;
    font-size: .7vw;
    margin: 1vw;
    transition: 1.6s;
}

.menu:hover{
    transition: .7s;
    transform: scale(1.2);
}

.mcta{
    background: var(--cc-h-main);
    opacity: 1;
    color: rgba(0,0,0,.7);
    padding: .3vw .7vw;
    border-radius: .3vw;
}

@font-face {
    font-family: 'PHL';
    src: url('./fonts/ivyora/light.woff2');
    src: url('./fonts/ivyora/light.woff2') format('woff2'),
    url('./fonts/ivyora/light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PHL';
    src: url('./fonts/gro/gro.woff2');
    src: url('./fonts/gro/gro.woff2') format('woff2'),
    url('./fonts/gro/gro.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/*@font-face {*/
/*    font-family: 'PHL';*/
/*    src: url('./fonts/ivyora/thin.woff2');*/
/*    src: url('./fonts/ivyora/thin.woff2') format('woff2'),*/
/*    url('./fonts/ivyora/thin.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'PHL';*/
/*    src: url('./fonts/ivyora/bold.woff2');*/
/*    src: url('./fonts/ivyora/bold.woff2') format('woff2'),*/
/*    url('./fonts/ivyora/bold.woff') format('woff');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/




@media screen and (max-width: 700px) {

}