
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
   
footer {
    margin-top: auto;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}



header {
    background-color: #353535;
    color: #fff;
	height: 85px;
   
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 1rem;
	line-height: 60px; 
	display: block;
}

@media screen and (max-width: 280px) {
    .logo {
    display: none; 

	
	}}

.logo a {
    text-decoration: none;
    color: inherit; 
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-right: 1rem;
	margin-top: 10px;
    align-items: center;
}

.nav-links li {
    margin: 0 1rem;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
	font-weight: bold;
}

.nav-links a:hover {
    color: #000;
}

.language {
	text-decoration: none ;
    color: #00a4ff !important ;
    transition: color 0.3s !important;
	font-weight: bold !important;
}

.language:hover {
    color: #000 !important;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #353535;
    color: #fff;
    padding: 1rem;
}


/* Mobile Menu */
@media screen and (max-width: 1010px) {
    

    .mobile-menu-toggle {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .mobile-menu-toggle span {
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 3px 0;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.93);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        transition: all 0.3s ease-in-out;
        padding: 0; 
		margin: 0;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 1rem 0;
    }

    .nav-links a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s;
        text-align: center; 
		font-weight: bold;
    }

    .nav-links a:hover {
        color: #8c1c3a;
    }
	
	.language:hover {
    color: #8c1c3a !important;
	
	}

    .close-menu {
        position: absolute;
        top: 1rem;
        right: 1rem;
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
    }

    .mobile-menu-toggle {
        display: flex;
    }
    
    #unityContainer {
        max-width: 93vw !important;
    }
}





.back-to-top {
    display: inline-block;
    color: #fff;
    text-decoration: none;
   
}



.main {
    background-color: #8b0125; 
    color: #fff;
    text-align: center;
    padding: 4rem 0;
	
}

.main h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
	text-align: center;
	

	
}



.main p {
    padding-left: 8rem; 
	padding-right: 8rem;
	font-size: 1.25rem;
	letter-spacing: 0.3px;
	
	 @media screen and (max-width: 960px) {
         padding-left: 1rem; 
		 padding-right: 1rem;
		 
    }
}

.main a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
    font-weight: bold;
	transition: color 0.3s, border-bottom-color 0.3s;
    border-bottom: 2px solid ;
}


.main a:hover {
    color: #000;
	border-bottom-color: #000;
}

.btn {
    display: inline-block;
    background-color: #f39c12;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #e67e22;
}


.features {
    padding: 3rem 0;
    text-align: center;
    background-color: #f4f4f4;
}

.features h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}


.features a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
  	transition: color 0.3s, border-bottom-color 0.3s; 
    border-bottom: 2px solid ; 

}

.features a:hover {
    color: #8c1c3a;
	border-bottom-color: #8c1c3a; 
}

.image-container {
    display: flex;
    justify-content: center; 
	flex-wrap: wrap;
    margin-bottom: 2rem;
}
.image-container a {
    display: inline-block;
	max-width: calc(35% - 1rem);
    margin: 0 0.5rem;
	border-bottom:0px;
	 
}




@media screen and (max-width: 960px) {
	
	  .feature {
        padding: 0; 
    }
	
	
	.image-container {
		margin-bottom: 0px;
	}
	
    .image-container a {
        max-width: 70%; 
        margin: 0 auto; 
		padding: 2rem; 
		width: 100%;
    }
}

.image-container a img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
	
}

.features p {
    padding-left: 8rem; 
	padding-right: 8rem;
	font-size: 1.25rem;
	letter-spacing: 0.3px;
	
	 @media screen and (max-width: 960px) {
         padding-left: 1rem; 
		 padding-right: 1rem;
		 
    }
}

.feature {
    
	padding: 0;
}


.gallery {
    padding: 3rem 0;
    text-align: center;
}

.gallery h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}


.gallery p {
    padding-left: 8rem; 
	padding-right: 8rem;
	font-size: 1.25rem;
	letter-spacing: 0.3px;
	
	
	 @media screen and (max-width: 960px) {
         padding-left: 1rem; 
		 padding-right: 1rem;
	 
    }
}

.gallery a {
    text-decoration: none; 
    color: #000;

    transition: color 0.3s, border-bottom-color 0.3s; 
    border-bottom: 2px solid transparent; 
	border-bottom-color: #000;
}


.gallery a:hover {
    color: #8c1c3a;
    border-bottom-color: #8c1c3a;
}

.gallery .image-container a {
    text-decoration: none;
    color: #000;
	border-bottom: 0;
    transition: color 0.3s, border-bottom-color 0.3s; 

   
}




.gallery .image-container a:hover {
    color: #8c1c3a;

}



.contact {
    padding: 5rem 0;
    text-align: center;
    background-color: #f4f4f4;
}


footer {
    background-color: #353535;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
}



.webgl-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 
}

#unityContainer {
  max-width: 80vw; 
  height: auto;
  width: 100%;
  min-height: 600px;
}

.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}


.webgl-content  .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}

.webgl-content  .title {margin-right: 10px; float: right;}
