/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */

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

:root{
    --heightInitial: initial;
}

body {
    margin: 0px;
    overflow: hidden;
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.fullscreen-button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
    z-index: 1;
}

.fullscreen-open {
    background-image: url('media/fullscreen_open.svg');
}

.fullscreen-close {
    background-image: url('media/fullscreen_close.svg');
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

/* Dark Theme */

.v3d-simple-preloader-background {
    background-color: #181818;
}

.v3d-simple-preloader-container {
    filter: drop-shadow(0px 0px 4px #2a69bd);
}

/* BUILT IN PRELOADER OVERRIDING CSS */

.v3d-container {
    overflow: hidden;
    z-index: 0;
}

.v3d-canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.v3d-simple-preloader-background {
    background-color: #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

#v3d_preloader_container{}

.v3d-simple-preloader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5rem;
    margin-left: -5rem;
    width: 10rem;
    height: 10rem;
    filter: drop-shadow(0px 0px 0px #000000);
}

.v3d-simple-preloader-bar {
    background: linear-gradient(90deg, #ffffff, #ff9100);
    width: 0%;
    height: 20px;
    margin: 1rem 0px;
    outline: 0px solid #333333;
    border-radius: 100px;
    border-color: #ffffff00 !important;
    border-width: 0px;
}

.v3d-simple-preloader-logo {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-image: url(./media/android-chrome-192x192.png) !important;
    background-size: contain;
}

.v3d-annotation {
    position: absolute;
    top: -16px;
    left: -16px;
    width: auto;
    min-width: 14px;
    height: 26px;
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 18px;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 26px;
    color: #fff;
    text-align: center;
    user-select: none;
    background: rgba(0, 0, 0, 0.8);
}

.v3d-annotation-transparent {
    opacity: 0.5;
}

.v3d-annotation-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 15px;
    margin-top: 31px;
    font-family: sans-serif;
    user-select: none;
    padding: 1em;
    min-width: 200px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
    visibility: hidden;
}

.v3d-mobile-forward {
    position: absolute;
    width: 62px;
    height: 62px;
    bottom: 31px;
    left: 50%;
    margin-left: -31px;
    background-image: url('./media/favicon-48x48.png') !important;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.v3d-webgl-error {
    color: #015fb1;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -44px;
    margin-left: -256px;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-radius: 8px;
    border-color: #015fb1;
    font-size: 20px;
    font-family: sans-serif;
    padding: 10px;
    line-height: 30px;
    z-index: 10;
}

.v3d-webgl-error-link {
    color: #015fb1;
}

.v3d-device-motion-permissions-dialog {
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #f00;
    color: #000;
    text-align: center;
    padding: 10px;
}

 a[href="https://www.soft8soft.com/verge3d-trial/"]{display:none !important; scale:0 !important; visibility:hidden; content-visibility:hidden;}

/*FOR THIS BUILD*/

h1,h2,h3,h4,h5,h6,p{
    padding:0; margin:0;
}

h1{
    font-family:"MrEavesSanOT",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
h2{
    font-family:"MrEavesSanOT",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color:#821638;

}
h3{
    font-family:'Foxlite'; font-size:4rem; padding:0.5rem 0;
    color:#B78628; font-weight: 400;
}
h4{
    font-family:"MrEavesSanOT",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

}
h5{
    font-family:"MrEavesSanOT",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

}
h6{
    font-family:"MrEavesSanOT",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

p, a{
    font-family:"MrEavesSanOT",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

}

.footer_social{
    background:#a2392b;
    list-style:none;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position:fixed;
    bottom:0;
    padding:1rem;
    width:100%;
    margin:0;
    transition:all 800ms ease-in-out;
}
.footer_social:hover{
    bottom:0 !important;
}

.footer_social h1{
    color:white;
    font-family:Poppins;
    font-weight:800;
    padding:0;
    margin:0;
}

.footer_social ul{
    background:#a2392b;
    list-style:none;
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    padding:15px;
    gap:15px;
    width:150px;
    margin:0;
}

.infoBox{
    position:absolute;
   /* background:white;*/
    width:20rem;
    left:50px /* SET IN PUZZLES FOR ZOOM BASED UI ANIMATION*/;
    padding:20px;
    margin:0;
    border-radius:10px; height:var(--heightInitial);
    transition:all 800ms ease-in-out; 
    transform: translate(0, calc(50vh - 50%));
    /*box-shadow: 0 0 20px #888;*/
   
}

#exploreBtn{
    border:2px solid #a2392b;
    padding:20px;
    text-decoration:none;
    font-weight:600;
    font-size:1.25rem;
    color:#a2392b;
    display:block;
    text-align:center;
    margin-top:1rem;
}
#exploreBtn:hover{
    background:#a2392b;
    color:white;
}

.infoBox:hover{
    left:50px !important;
}

@media only screen and (max-width: 768px) {
    .footer_social, .infoBox{display:none;}
}


@media only screen and (max-width: 540px) {
    
    .v3d-webgl-error {
        top: 50%;
        left: 10px;
        right: 10px;
        margin-top: -58px;
        margin-left: 0px;
    }
     .footer_social, .infoBox{display:none;}
    
}