* { padding: 0; margin: 0; user-select: none;}

html { overflow: hidden; }

div { display: flex; }

a { text-decoration: none; }

body 
{
    display: flex;
    position: relative;
    background-color: #000;
    height: 100vh;
    width: 100vw;
}

.eyeLash
{
    position: absolute;
    display: flex;
    height: fit-content;
    font-family: 'Sofia Sans';
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    color: white;
    user-select: none;
    background-color:#000;
    border: 1px solid #333;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    z-index: 1000;
}

.eyeLashLink
{
    color: black;
    user-select: none;
}

.controlBarLash
{
    display: flex;
    height: fit-content;
    
    font-family: 'aquawax';
    font-size: 14px;
    font-weight: 100;
    text-transform: uppercase;
    font-variant-alternates: stylistic(4);
    font-feature-settings: 'ss04' 4;
    color: white;

    user-select: none;
    background-color:#000;
    padding: 5px 10px 5px 10px;

    border: 1px solid white;
    border-radius: 50px;
    
}

.listItem
{
    flex-direction: column;
}

.controlBar
{
    position: absolute;
    transform: translate3d(20px, 10px, 0px);
    height: 50px;
    width: 100%;
    z-index: 10;
    align-items: center;

    column-gap: 25px;
}

.mapRouteCurrentPoint
{
    color: rgb(255, 255, 255);
}

.mapRouteAnchorPoint:hover
{
    color:greenyellow;
    transition: all 100ms ease;
}

.mapRouteAnchorPoint
{
    text-decoration: underline;
    color: white;
    transition: all 100ms ease;
}

#realityMapNavControls
{

}

#realityMapWayPointCollection
{

    /*border-radius: 25%;*/
    column-gap: 10px;
    
}

.waypointNavButton
{
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

#matrixWaypointA
{
    background-color: fuchsia; 
}

#matrixWaypointB
{
    background-color: red;
}

#matrixWaypointC
{
    background-color: greenyellow;
}

#matrixWaypointD
{ 
    background-color: blue;
}


#scope
{
    position: absolute;
    display: block;
    width: calc(100vw);
    height: calc(100vh);
    clip-path: border-box;
    z-index:3;
}

#lab
{
    position: absolute;
    transition: all 100ms ease;
    width: 4096px;
    height: 4096px;
    inset: 0;
    background-image: url('../images/starfield.svg');
}

.vessel
{
    /* position: absolute; */
    display: flex;
    height: fit-content;
    width: fit-content;
    
    transition: all 1s ease;
    
    color: rgb(255, 255, 255);
    font-family: 'aquawax';
    font-variant-alternates: stylistic(4);
    font-feature-settings: 'ss04' 4;
    font-size: 100%;
    padding: 10px;
    user-select: none;
}

#home
{
    color: rgb(0, 255, 0);
    border: 1px dashed green;
    transition: all 1s ease;
}

#home:hover
{
    color: rgb(0, 255, 0);
    background-color: rgb(0, 4, 255);
    border: 1px dashed green;
    transition: all 1s ease;
}

.vContainer
{
    position: absolute;
    display: block;
    background-image: linear-gradient(90deg, rgba(16, 0, 105, 0.178), transparent);
    width: 818px;
    height: 512px;
    border: 1px solid rgb(8, 0, 54);
    border-radius: 3px;
}





#contactButton, 
#companyButton, 
#homePlate, 
#emailPlate, 
#machButton,
#blogButton
{
    transition: all 500ms ease;
}

.textField
{
    font-family: 'Sofia Sans';
    font-size: 14px;
    width: fit-content;
    color: white;
}




.reality
{
    display: flex;
    width: 4096px;
    height: 4096px;
    padding: 72px 72px 72px 36px;
    column-gap: 36px;
    row-gap: 36px;
}

@keyframes FadeIn
{
    from{opacity:0.0;}
    to{opacity:1.0;}
}

.realityPane
{
    display: flex;
    position: absolute;
    width: 4096px;
    height: 4096px;
    flex-direction: column;;
    column-gap: 50px;
    row-gap: 25px;
}

.introductionTitle
{
    font-family: 'Sofia Sans Extra Condensed';
    color: white;
    font-weight: 200;
    font-size: 72px;
    height: fit-content;
    width: fit-content;
}

.subIntroTitle
{
    font-family: 'Sofia Sans Extra Condensed';
    color: white;
    font-size: 36px;
    height: fit-content;
    width: 50vw;
}

.serviceSkill
{
    font-family: 'Sofia Sans';
    font-weight: 300;
    color: gold;
    font-size: 24px;
    height: fit-content;
    width: fit-content;
    background-color: transparent;
}



.tablette
{
    display: block;
    position: absolute;
    width: 500px;
    height: 750px;
    background-color: #000;
    border: 1px solid #ddd;
}

#realitySocket
{
    height: 4096px;
    width: 4096px;
    column-gap: 25px;
    row-gap: 25px;
}

.title 
{
    color: red;
}

.slab
{
    display: flex;
    font-family: 'Sofia Sans';
    font-size: 18px;
    font-weight: 200;
    color: #000;
    background-color: #DDD;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    height: fit-content;
    width: fit-content;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 3px #CCC;
}

.slabLink
{
    color: white;
    text-decoration: none;
    transition: all 500ms ease;
}

.slabLink:hover
{
    color: fuchsia;
    transition: all 500ms ease;
}

.slabText
{
    display: flex;
    font-family: 'Sofia Sans';
    font-size: 16px;
    font-weight: 400;
    color: #cacaca;
    background-color:#111111;
    border: 1px solid #333;
    padding: 25px 25px 25px 25px;
    border-radius: 3px;
    height: fit-content;
    width: fit-content;
    max-width: 200px;
    max-height: 200px;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}



.blogEntry
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
}

.contactContent
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    row-gap: 25px;
}

.content
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    row-gap: 25px;
}

a {
    text-decoration: none;
    user-select: none;
}

.postHeader
{
    font-family: 'Sofia Sans Extra Condensed';
    font-weight: 200;
    font-style:italic;
    font-size: 36px;
    line-height: 100%;
    color: white;
    border-radius: 3px;
}



.feature
{
    position: absolute;
    display: flex;
    width: fit-content;
    height: fit-content;
    display: flex;   
    transition: all 500ms ease;
}

.portalSocket
{
    position: relative;
    display: flex;
    width: 300px;
    height: 300px;
    background-color: transparent;
    border-radius: 100%;
}

.portalSocketSmall
{
    position: relative;
    display: flex;
    width: 76px;
    height: 76px;
    background-color: transparent;
    border-radius: 100%;
}

.portalLabelPassive
{
    display: flex;
    width: fit-content;
    max-width: 200px;
    font-family: 'Sofia Sans';
    text-transform: uppercase;
    font-weight: 100;
    font-size:12px;
    color: rgb(114, 114, 114);
    user-select: none;
    -webkit-user-select: none;
}

.portalLabelActive
{
    display: flex;
    width: fit-content;
    font-family: 'Sofia Sans';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    user-select: none;
    -webkit-user-select: none;
    background-color: black;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px;
}

.portalJewelActive
{
    position: absolute;
    display: flex;
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border-radius: 100%;
    /* top: 5px;
    left: 5px; */
    transition: all 500ms ease;
}

.portalJewelActiveSmall
{
    position: absolute;
    display: flex;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    border-radius: 100%;
    /* top: 5px;
    left: 5px; */
    transition: all 500ms ease;
}

.portalJewelActive:hover, .portalJewelActiveSmall:hover
{
    transform: rotate(15deg);
}

.portalEye
{
    width: 25%;
    height: 25%;
    margin: 0 auto;
    z-index: 5;
    margin-top: 37%;
    opacity: 0;
}

.portalEye:hover
{
    opacity: 1;
}

.portalJewelPassive
{
    position: absolute;
    display: flex;
    width: 5px;
    height: 5px;
    background-color: rgb(128, 128, 128);
    margin: 0 auto;
    border-radius: 100%;
    top: 5px;
    left: 5px;
    transition: all 500ms ease;
}

.portalSigil
{
    position: absolute;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 4;
    background-color: red;
    bottom: 33px;
    left: 0px;
    border-radius: 3px;
    opacity: 0.0;
    transition: all 500ms ease;
    transition-delay: 100ms;
}

@keyframes transpatial {
    0% { 
        opacity: 0.01;
        
    }
    50% { opacity: 1.0; }
    100% { opacity: 0.01;}
}

#splash
{
    position: absolute;
    width: fit-content;
    height: fit-content;
    transform: translate3d(2048px, 2048px, 0px) rotate(90deg);
    font-family: 'Sofia Sans';
    color: #000;
    font-weight: 900;
    background-image:linear-gradient(-45deg,black 50%,rgb(255, 255, 255) 51%,silver 55%,rgb(255, 0, 0) 55%, red 90%, rgb(255, 251, 0) 99%);
    /* border: 1px solid #333; */
    font-size: 24px;

    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}

.portalInnerContainer
{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
}

.mapElement
{

}



.planetLayer
{
    z-index: -1;
    position: absolute;
}

.mapLayer
{
    z-index: -2;
    position: absolute;
}

.starLayer
{
    z-index: -3;
    position: absolute;
}

.eyeMaskLayer
{
    z-index: -4;
    position: absolute;
}

.eyeWheelLayer
{
    z-index: -5;
    position: absolute;

}

#firstRingElement
{
    background-image: url('/products/track-graphic-eyeigenlabs.svg');
    background-repeat: no-repeat;
}

#secondRingElement
{
    background-image: url('/products/track-graphic-prime.svg');
    background-repeat: no-repeat;
}

#eyeMaskElement
{
    background-image: url('/products/eye-mask.svg');
    background-repeat: no-repeat;
}

#eyeWheelElement
{
    background-image: url('/products/eye-wheel.svg');
    background-repeat: no-repeat;
}

#splashText
{
    background-image: url('/products/centerText.svg');
    background-repeat: no-repeat;
}

#mapCircuitElement
{
    background-image: url('/products/matrix-program-map.svg');
    background-repeat: no-repeat;
}

.smallerEye
{
    height: 76px;
    width: 76px;
    background-repeat: no-repeat;
}


#matrixDevBlogMap
{
    background-image: url('/products/map-layouts/matrix-devblog-map.svg');
    background-repeat: no-repeat;
}

.blogBold 
{ 
    font-weight: 600; 
}


/* Float Modal */

.modalContent
{
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    height: 100%;
    width: 100%;
    row-gap: 25px;
}

#modalContent
{
    display: flex;
    flex-wrap:wrap;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

#modalFloat
{
    position: relative;
    background-color: rgba(0,0,0,0.5)!important;
    backdrop-filter: blur(10px)!important;
    -webkit-backdrop-filter: blur(10px)!important;
    color: white;
    width: 100vw;
    height: 100vh;
    z-index: -999;
    transition: all 500ms ease;
    font-family: 'Sofia Sans';
    font-size: 18px;
    padding-top: 0px;
    opacity:0.0;
}

#modalFloatContent
{
    display:flex;
    width: 768px;
    overflow-y: scroll;
    scrollbar-color: rgb(255, 255, 255) transparent;
    border-left: 1px solid rgb(19, 19, 19);
    border-right: 1px solid rgb(19, 19, 19);
    margin: 0 auto;
    padding-top: 50px;
    background-color: black;
    border-top: 1px solid #002600;
    border-radius: 20px;
    border-bottom: 1px solid #005200;
}

.modalContentTexture
{
    display: flex;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 300;
    line-height: 125%;
    padding: 25px;
    padding-bottom: 100px;
    flex-direction: column;
    height: 100%;
}

#modalFloatTopBar
{
    height: 0px;
    width:100%;
    position:absolute;
    top: 0px;
    left: 0px;
    padding-top:50px;
    background-color: transparent;
}

#modalCloseButton
{
    position: absolute;
    height: 25px;
    width: 100px;
    background-color: #000000;
    border: 1px solid #ff0000;
    transition: all 1s ease;
    border-radius: 25px;
    right: 20px;
    top: 50px;
}

#modalCloseButton:hover
{
    transition: all 1s ease;
    background-color: #ff0000;
}

.modalHeader
{
    font-size: 36px;
    font-weight: 300;
    font-family: 'Sofia Sans Extra Condensed';
    font-variant-alternates: stylistic(4);
    font-feature-settings: 'ss04' 4;
}

#modalContentTitle
{
    display: flex;
    color: white;
    font-size: 48px;
    font-weight: 300;
    font-family: 'Sofia Sans Extra Condensed';
    font-variant-alternates: stylistic(4);
    font-feature-settings: 'ss04' 4;
    
    padding-left: 25px;
    border-bottom: 1px solid rgb(19, 19, 19);
}

.modalBodyUL
{
    list-style-type: disc;
    
}

.modalBodyULHeader
{
    font-size: 26px;
    font-weight:700;
}

.modalBodyAnchor
{
    font-family: 'aquawax';
    font-variant-alternates: stylistic(4);
    font-feature-settings: 'ss04' 4;
    background-color: white;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 1s ease;
    width: fit-content;
    border-radius: 5px;
    padding: 1px 5px 0px 5px;
    transition: all 500ms ease;
}

.modalBodyAnchor:hover
{
    color: black;
    background-color:orangered;
    transition: all 500ms ease;
}


.modalAnchor
{
    font-family: 'aquawax';
    font-variant-alternates: stylistic(4);
    font-feature-settings: 'ss04' 4;
    background-color: white;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 1s ease;
    width: fit-content;
    border-radius: 5px;
    padding: 1px 5px 0px 5px;
    transition: all 500ms ease;
}

.modalCenter
{
    justify-content: center;
}

.modalAnchor:hover
{
    color: black;
    background-color:orangered;
    transition: all 500ms ease;
}


#testShapeH
{
    width: 4096px;
    height: 10px;
    background-color: red;
    position: absolute;
    z-index: -1;
}

#testShapeV
{
    height: 4096px;
    width: 10px;
    background-color: red;
    position: absolute;
    z-index: -1;

}