html {
  height: 100dvh;
}

body {
  margin: 0px;
  padding: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  font-style: regular;
  font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  background-color: #f0f0f1;
}

.webgl-content,
#loadingBlock,
#errorBrowserBlock {
  padding: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f0f0f1;
}

#gameContainer,
canvas {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f0f0f1;
}

#fullScreenButton {
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: transparent;
  background-image: url("../img/fullScreen_on.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  border: none;
  cursor: pointer;
}

.subtitle {
  color: #1896a7;
  font-size: 2.3vh;
  padding-bottom: 2.3vh;
  padding-top: 2.5vh;
  display: block;
  height: 20vh;
  width: 40vw;
  margin: auto;
  text-align: center;
}

.logo {
  height: 25vh;
  width: auto;
  display: block;
  margin: auto;
  margin-top: 2vh;
}

#loadingBlock,
#errorBrowserBlock {
  background-image: url("../img/background.png");
  background-size: cover;
}

.powered-by {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  color: #fff;
  z-index: 2;
}
.powered-by-text {
  margin: 0;
}
.powered-by-text a {
  color: #fff;
}

#emptyBar {
  background: url("../img/progressEmpty.png") no-repeat right;
  float: right;
  width: 60%;
  height: 100%;
  display: inline-block;
}

#fullBar {
  background: url("../img/progressFull.png") no-repeat right;
  float: left;
  width: 40%;
  height: 100%;
  display: inline-block;
}

#progressBar,
#warningBrowserBlock,
#warningMobileBlock,
#errorContent {
  height: 25vh;
  width: 40vw;
  margin: auto;
  text-align: center;
}

#progressBar {
  height: 8vh;
  color: #666666;
  font-size: 4vh;
}

#warningBrowserBlock,
#warningMobileBlock,
#errorContent {
  margin-top: 15vh;
  color: #666666;
  font-size: 2.3vh;
}

.browserIcons {
  display: inline-flex;
  margin-top: 2vh;
}

.browserIcons a {
  width: 150px;
}

#errorContent {
  font-size: 3vh;
  margin-top: 5vh;
}

.centered {
  height: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

/* When aspect-ratio is smaller than 4/3*/

/*@media (max-aspect-ratio: 4/3){
	
	.webgl-content{
		-webkit-transform: translate(0%, 0%); transform: translate(0%, 0%);
		-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
	}
	
	.keepRatio{
		width:100%;
		padding-top: 75%;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.webgl-content,#loadingBlock,#errorBrowserBlock{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height:100%;
	}

	.logo{
		width:25vw;
		height:auto;
		margin-top:1vh;
	}
	
	.subtitle{
		font-size:2vw;
		height:10vw;
		padding-bottom:1vw;
		padding-top: 1vw;
	}

	.subtitle,#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
		width:80vw;
	}
	
	#progressBar{
		height:6vw;
		margin-top: 2vw;
		font-size:3vw;
	}
	
	#emptyBar,#fullBar{
		height: 2vw; 
	}
	
	#warningBrowserBlock,#warningMobileBlock,#errorContent{
		margin-top:3vw;
		font-size:2vw;
	}
	
	.browserIcons{
		margin-top:1vw;
	}
	
	.browserIcons a{
		width:15vw;
	}
	
	.browserIcons a img{
		width:8vw;
	}
}*/

/* When aspect-ratio is bigger than 16/9*/

/*@media (min-aspect-ratio: 16/9){
	body{
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	.keepRatio{
		width:178vh;
		height:100%;
		margin:0 auto;
	}
	
	.webgl-content,#gameContainer,canvas,#loadingBlock,#errorBrowserBlock{
		width: inherit;
	}
	
	.webgl-content{
	-webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		-moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
		box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.15);
	}
	
	.subtitle,#progressBar,#warningBrowserBlock,#warningMobileBlock,#errorContent{
		width:100vh;
	}
}*/

.description-div {
  display: none;
  width: 28%;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.description-details {
  position: relative;
  background-color: #fff;
  padding: 1rem;
  border-radius: 4px;
}

.artist-name {
  text-align: center;
  margin: 0;
  font-weight: 500;
}
.description-para {
  font-size: 0.875rem;
  line-height: 150%;
  opacity: 0.8;
  margin: 0;
  max-height: 10rem;
  overflow: auto;
}

.description-header {
  font-size: 1.25rem;
  opacity: 0.9;
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.special {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  background-color: #ffba57;
}

.special-img {
  width: 1rem;
}
.special-text {
  font-size: 0.75rem;
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.contact-us-icon {
  position: absolute;
  cursor: pointer;
  top: 0.5rem;
  width: 1.5rem;
  right: 0.5rem;
}

.contact-icon-img {
  width: 100%;
}

.contact-div {
  position: absolute;
  background-color: white;
  top: 0;
  right: 0%;
  transform: translateX(113%);
  padding: 0.5rem;
  border-radius: 4px;
  display: none;
}

.email-id,
.phone-no {
  font-weight: 600;
  margin: 0;
}
.email-id {
  margin-bottom: 0.5rem;
}

.email-id span,
.phone-no span {
  font-weight: 400;
}

.autio-file audio {
  margin-top: 1rem;
  width: 100%;
}
audio::-webkit-media-controls-panel {
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  width: 100%;
}
.click {
  position: absolute;
  top: 0;
  left: 0;
}

.header-des {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  margin-bottom: 1rem;
}

.country {
  margin: 0;
  text-align: center;
  margin: 0;
  font-weight: 500;
}

/* .powered-by-text {
  position: absolute;
  z-index: 2;
  bottom: 0.5rem;
  left: 0.5rem;
  color: #f0f0f1;
  font-size: 1.25rem;
} */
