body { 
    padding: 0;
    margin: 0;
    font-family: "Chivo";
    overflow-x: hidden;
    height: 100vh;
	background: #00544e url("Bg.png");
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.popup {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 3px 5px #363534;
    z-index: 9999;
    margin-top: 5px;
    margin-right: 5px;
  }
  
  .close {
    font-family: 'Nunito';
    position: absolute;
    right: 5px;
    margin-top: -20px;
    color: #888;
    cursor: pointer;
    font-size: 40px;
    font-weight: bold;
  }
  
  
  .close:hover {
    color: #000;
  }
  
  .popup h2 {
    font-family: 'Nunito';
    font-size: 25px;
    font-weight: bold;
    color: orange;
    text-align: center;
    margin-bottom: 1px;
  }
  .popup p {
    font-family: 'Nunito';
    margin-top: 2px;
    text-align: center;
    font-weight: bold;
  }




#unity-container { position: absolute }
#non-chromebrowser {position:absolute; display: none; }
#mobilebrowser {position:absolute; display: none;}
#os32browser {position:absolute; display: none; }
#laterVersionChromebrowser {position:absolute; display: none; }

#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%); margin-top: 10px; }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: #FFFFFF }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%); display: none}
#unity-logo { position: absolute; left: 50%; top: 40%; width: 254px; height: 130px; transform: translate(-50%, -50%); background: url('unity-logo-light.png') no-repeat center }
#unity-loading-desc { position: absolute; left: 20%; bottom: -10%; }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-light.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-light.png') no-repeat center }
#unity-footer { position: relative;display: flex; align-items: center; justify-content: space-between; }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; left: -20%; width: 172px; height: 80px; transform: scale(0.7); background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
/*#unity-fullscreen-button:hover { float: right; width: 38px; height: 80px; transform: scale(0.9); background: url('fullscreen-button-hover.png') no-repeat center }*/
.fullscreen-button{ float: right; width: 60px; height: 80px;position:relative}
.fullscreen-button .img-2{display: none; position: absolute; top: 0; left: 0; z-index: 99;}
.fullscreen-button img{width: 100%;}
.fullscreen-button:hover .img-2{display: inline-block;transform: scale(0.9);}
.fullscreen-button:hover .img-1{transform: scale(0.9);opacity:0}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-container.unity-desktop .canvas-wrapper{
    position: relative;
    margin-top: 10px;
 }
 img.frame-image {
     width: calc(100% + 30px);
 }
 canvas#unity-canvas {
     width: calc(66% + 180px);
     height: 66%;
     position: absolute;
     top: 21.8%;
     left: 10.2px;
     right: 0;
     margin: auto;
 }
 @media (min-width:1850px){
     canvas#unity-canvas {
         width: calc(70% + 180px);
         left:6.5px;
     }
 }
 @media (max-width:1400px){
    canvas#unity-canvas {
        width: calc(60% + 180px);
        left:12.2px;
    }
}
@media (max-width:1250px){
    canvas#unity-canvas {
        width: calc(50% + 180px);
        left:12.2px;
    }
    #unity-container.unity-desktop{
        width: 65%;
    }
}
 @media (max-width:991px) {
    canvas#unity-canvas{
        transform: scale(0.97);
        left: 12px;
    }
 }
.full-width-footer {
 /*   position: absolute; */
    align-self: flex-end;
    bottom: 0;
    color: #fff;
    left: 0;
    z-index: 99;
}

.footer {
    width: 100%;
    text-align: center;
}

.footer-links li {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin: 0px 5px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
}
.footer-links{
	margin-bottom: 5px;
}
.footer-links li img {
    height: 12px;
}

.btns{
    width: 130px;
    position: relative;
    left: 32%;
}
.btn{
    padding-top: 30px;
    width: 220px;  
}

.content{
    background-color: #fff;
    padding: 2vw 3vw;
    border-radius: 25px 25px 25px 25px;
    border: 5px #ccc7c7; 
    border-style: solid;
    inline-size: 630px;
    overflow-wrap: break-word;
}
.content h2{
    /* padding-left: 0.8em; */
    justify-content: center;
    padding-top: 10px;
    margin: 0;
    color: #7B7B7B;
    display: flex;
}
.content i{
    /* padding-left: 1em; */
    justify-content: center;
    padding-top: 2px;
    margin: 0;
    color: #7B7B7B;
    font-size: 20px;
    display: flex;

}
.content p{ 
    padding-top: 0px;
    margin: 0;
    margin-bottom: -1em;
    color: #7B7B7B;
    font-size: 17px;
    justify-content: left;
    padding-left: 1.3em;
    /* padding-bottom: 40px; */
}
.content a{
    color: #00AF51;
}
.content li{
    padding-top:10px;
    list-style-type: square;
    margin-left: -0.1em; 
    color: #7B7B7B;
}
.full-width-footerchrome{
    position: absolute; 
    left: 50%; 
    top: 110%;
    transform: translate(-50%, -50%);
}
.OSfull-width-footer{
    position: absolute; 
    left: 50%; 
    top: 160%;
    transform: translate(-50%, -50%);
}
img.warning-image {
    width: 100px;
    position: relative;
    left: 40%;
}