html { overflow-x: hidden }

body {
	background-color: black;
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735988665/Default_hand_hh4p1f.png"), auto;
}

#version {
	position: absolute;
	top: 17px;
	left: 12px;
	color: white;
}

.Noti { 
    display: none;
	width: 300px;
	background-color: #630b05;
	padding: 8px;
	color: #9f6c08;
	text-align: center;
	font-size: 17px;
	font-weight: 800;
	border: 4px double #9e5c08;
	border-radius: 7px;
	position: absolute;
	top: 9cm;
	right: -11cm;
	z-index: 2;
}
.Noti i { margin-left: 7px }

#Title { margin-top: 55px }

.Game {
	position: relative;
	width: 880px;
	max-height: 800px;
	border-radius: 12px;
	background-image: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1733133212/Opening_menu_image_ippsju.webp");
	margin: 30px auto;
	padding: 12px;
	font-family: GodOfWar;
	animation: tilt-n-move-shaking;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: paused;
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989343/Hand_hover_prhklh.png"), pointer;
}

/* Icons and containers styling */

#music-option, #settings {
	height: 42px;
	width: 35px;
	background-color: #463428;
	border-radius: 20px;
	border: 2px solid #1a1210;
	margin-bottom: 25px;
}
#settings { 
    display: none;
	background-color: #464646;
}

#music-option:hover, #settings:hover {
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
	border: 2px solid #332822;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#porp {
	font-family: Arial;
	font-size: 12px;
	color: white;
	display: none;
}

.Mid {
	position: relative;
	width: 666px;
}

/* Options styling */

.Options {
	display: none;
	width: 380px;
	max-height: 400px;
	background: linear-gradient(rgba(204, 146, 41, 0.8), rgba(70, 52, 40, 0.8), rgba(26, 8, 3, 0.8), rgba(73, 39, 7, 0.8));
	border-radius: 15px;
	padding: 14px;
	z-index: 2;
	position: relative;
	bottom: 0.5cm;
	left:11cm;
	font-size: 17px;
}
.Options button {
	width: 55px;
	height: 32px;
	float: right;
	background-color: #9e5c08;
	border: 2px solid #1a0803;
    border-radius: 5px;
	font-weight: 800;
}
.Options button:hover {
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
	transition: 0.2s;
	background-color: #cc9229;
}
.Options h3 {
	background: #482708;
	width: 75%;
	margin-top: 28px;
	padding: 8px;
	border-radius: 5px;
	color: white;
	font-weight: 100;
}
.Options p {
	color: lightgray;
}

.Options #first {
	margin-top: 50px;
}

.Options input {
	-webkit-appearance: none;
	appearance: none;
    width: 150px;
	height: 20px;
	margin-top: 15px;
    cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
    outline: none;
    border-radius: 16px;
}

.Options input::-webkit-slider-runnable-track {
	height: 20px;
	background: #8a6636;
	border-radius: 16px;
}

.Options input::-moz-range-track {
	height: 17px;
	border-radius: 16px;
}

.Options input::-moz-range-thumb {
	height: 17px;
	width: 17px;
	margin-top: 1px;
	background-color: #463428;
	border-radius: 50%;
}

.Options input::-webkit-slider-thumb {
	-webkit-appearance: none;
	height: 17px;
	width: 17px;
	margin-top: 1px;
	background-color: #cc9229;
	border-radius: 50%;
	border: 2px solid #463428;
}

#music-volume, #ambience-volume { color: #cc9229 }

/* Settings styling */

.Settings {
	display: none;
	background: linear-gradient(#0d0d0d, grey, #614051);
	border: 2px solid #614051;
	border-radius: 8px;
	z-index: 2;
	width: 280px;
	max-height: 428px;
	margin-top: 12px;
	padding: 8px;
	position: absolute;
	top: 55px;
	right: 0.7cm;
	font-size: 17px;
	color: lightgrey;
}

.Settings p {
	text-align: center;
}

#Hbar-set, #Music-set, #Ambience-set, #Expand-set {
	background: #614051;
	padding: 8px;
	border-radius: 4px;
}

#Hbar-set:hover, #Music-set:hover, #Ambience-set:hover, #Expand-set:hover {
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
	background: #412021;
}

#settings {
	float: right;
}

.Music-con, .Ambience-con {
	display: none;
	margin-top: 15px;   /* #c6bebb */                       
	padding: 12px;
	justify-content: space-evenly;
	align-items: center;
}

.Settings #music-vol, .Settings #amb-vol { display: none }

#music-mutei, #music-lvi, #music-hvi,
#amb-mutei, #amb-lvi, #music-hvi {
	color: lightgrey;
}

#music-mutei:hover, #music-lvi:hover, #music-hvi:hover,
#amb-mutei:hover, #amb-lvi:hover, #amb-hvi:hover {
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
	color: #2e271d;
}

#other-music-volume, #other-ambience-volume { color: #2e271d }

#expand {
	margin-left: 12px;
}

#Return-tmm {
    padding: 8px;
    border-radius: 4px;
    background: grey;
    font-size: 17px;
    font-family: GodOfWar;
    color: #0d0d0d;
    width: 100%;
}
#Return-tmm:hover {
    cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
    transition: .3s linear;
    background: #0d0d0d;
    color: grey;
}

.Warning {
	display: none;
	background: #463428;
	width: 55%;
	padding: 8px;
	margin: 172px auto;
}
.Warning p {
	color: white;
}
.Warning button {
	height: 30px;
	width: 2.5cm;
	background-color: #9e5c08;
    border: none;
    padding-bottom: 2px;
    margin-bottom: 17px;
	margin-right: 8px;
	border-radius: 10px;
    color: #0a0a23;
	font-size: 17px;
	font-family: GodOfWar;
}
.Warning button:hover {
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
	transition: all 0.3s ease 0s;
	background-color:#cc9229;
}

/* Containers and text styling */

.Stats {
	display: none;
	margin-bottom: 12px;
    padding: 5px;
    color:  #c78d2c; /* c78d2c*/
	text-align: center;
}

#Exp-text, #Health, #Orbs-text {
	color: #d3d3d3;
}

.Enemy-stats {
	display: none;
	border-radius: 12px;
	margin-bottom: 17px;
	width: 400px;
	padding: 8px;
	text-align: center;
	color: #7c6611;
	background-color: #2e1a13;
	animation: slide;
	animation-iteration-count: 1;
	animation-duration: 0.8s;
	animation-timing-function: linear;
}

.stat {
	padding-right: 12px;
	font-size: 20px;
}

.Health-bar, .Ehealth-bar {
	display: none;
	height: 20px;
	width: 100px;
	border: 2px solid black;
	border-radius: 8px;
	transform: translateY(5px);
	margin-right: 8px;
	overflow: hidden;
}

.filler, .Efiller {
	width: 100%;
	height: 100%;
	background: #32cd33;
}

.Efiller {
	background: #7c6611;
}

#Main-text, #Text {
	display: none;
	font-size: 17px;
	color: white; /* #ffad15 */
	padding: 10px;
	margin-bottom: 15px;
}

#Text {
	width: 666px;
	color: #ffad15;
}

#Enemy-info {
	display: none;
	width: 666px;
	margin: 11px 0;
	padding: 5px;
	border-radius: 8px;
	border: 3px outset #501003;
	text-align: center;
	font-size: 17px;
	color: #1d0807;
	background-color: #97897c;
	animation: slide .8s linear;
}

.Enemy-damage {
	display: none;
	padding: 8px;
	position: absolute;
	top: 2.8cm;
	right: 1.8cm;
	z-index: 2;
	border-radius: 5px;
	background-color: lightslategrey;
	font-weight: 800;
}

/* Image styling */

#Kratos-at-Sparta {
	display: none;
	height: 220px;
	width: 480px;
	border: 4px inset #464646;
	margin-bottom: 28px;
}

#Shop, #In-shop, #Mvillager, #B-o-c, #Potion, 
#Nemesis-whip, #Whip-claim, #Gauntlet-of-Zeus, 
#Gauntlet-claim, #Claws-of-Hades, #Claws-claim, 
#Blade-of-Olympus, #Blade-claim, #Underworld, 
#Kratos-in-Underworld, #Hoplite, #Hoplite-attack, 
#Hoplite-kill, #Banshee, #Banshee-attack, #Banshee-kill, 
#Satyr, #Satyr-attack, #Satyr-kill, #Minotaur, #Minotaur-attack, 
#Minotaur-kill, #Medusa, #Medusa-attack, #Medusa-kill, 
#Cyclops, #Cyclops-attack, #Cyclops-kill, #Mount-Olympus, 
#Kratos-at-Olympus, #Hermes, #HermesxKratos, 
#Hermes-fight, #Hermes-kill, #Hercules, #HerculesxKratos, 
#Hercules-fight, #Hercules-kill, #Zeus, #ZeusxKratos, 
#Zeus-fight, #Zeus-kill, #Kratos-running, #You-dead, 
#Kratos-dead, #Sparta {
	display: none;
	height: 220px;
	width: 480px;
	border: 4px inset grey;
	margin-bottom: 28px;
    animation: opacity;
}

#Sparta { border: 4px inset #20130c }

#Shop { width: 440px }

#Shop, #In-shop { border: 4px inset #09090b }

#Mvillager, #Potion, #B-o-c, #Nemesis-whip, #Whip-claim, #Gauntlet-of-Zeus, #Gauntlet-claim, #Claws-of-Hades, #Claws-claim,
#Blade-of-Olympus, #Blade-claim, #Hoplite, #Hoplite-attack, #Hoplite-kill, #Banshee, #Banshee-attack, #Banshee-kill, 
#Satyr, #Satyr-attack, #Satyr-kill, #Minotaur, #Minotaur-attack, #Minotaur-kill, #Medusa, #Medusa-attack, #Medusa-kill,
#Cyclops, #Cyclops-attack, #Cyclops-kill, #Hermes, #Hercules, #Zeus,
#Kratos-running, #You-dead, #Kratos-dead {
	border: none;
	margin-top: 4.5px;
}

#Mvillager { width: 180px }
#Potion { width: 220px }
#Gauntlet-of-Zeus { width: 227px }
#Gauntlet-claim { width: 140px }
#Claws-claim { width: 329px }
#Blade-claim { width: 440px }
#Blade-of-Olympus { width: 365px }

#Underworld {
	width: 580px;
	border: 4px inset #2f1c12;
}

#Kratos-in-Underworld { border: 4px outset #3c3837 }
#Hoplite { width: 420px }
#Hoplite-kill { width: 420px }
#Banshee { width: 155px }
#Satyr { width: 178px }
#Medusa { width: 300px }
#Medusa-attack { width: 390px }
#Minotaur-attack, #Medusa-attack, #Medusa-kill { width: 400px }

#Mount-Olympus {
	width: 440px;
	border: 4px inset rgba(102,47,18,255);
}

#Kratos-at-Olympus { border: 4px inset #32506a }
#Hermes, #Hercules { width: 188px }
#HermesxKratos { border: 4px outset #0f2738 }
#Hermes-fight, #Hermes-kill { border: 4px outset #3f2b0b }
#HerculesxKratos {
	width: 445px;
	border: 4px outset #59636f;
}
#Hercules-fight {
	width: 380px;
	border: 4px outset #2d2f32;
}
#Hercules-kill {
	width: 435px;
	border: 4px outset #5c9aab;
}
#Zeus { width: 135px }
#ZeusxKratos { border: 3px outset #3f383e }
#Zeus-fight { border: 3px outset 483849 }
#Zeus-kill { border: 3px outset #a29078 }

#Kratos-running { width: 380px }
#You-dead { width: 580px}

/* Item info styling */

.Sell-price, .Potion-info, .Whip-info, .Gauntlet-info, .Claws-info, .BladeO-info {
    display: none;
	max-width: 200px;
	max-height: 80px;
	padding: 8px;
	position: absolute;
	bottom: 2cm;
	right: 2.8cm;
	z-index: 2;
	border-radius: 5px;
	background-color: #363636;
	color: lightgrey;
	text-align: center;
	font-weight: 800;
	line-height: 17px;
}

.Gauntlet-info {
	bottom: 2.8cm;
	right: 2cm;
}
.BladeO-info { 
    bottom: 4cm; 
	right: 2cm; 
}

/* Buttons styling */

.Main-menu {
	max-width: 240px;
	margin-top: 80px;
	margin-bottom: 180px;
	margin-left: 50px;
}

.Controls { text-align: center }

.Main-menu button, .Controls button {
	background-color: #4b3f33; /* #9e5c08; */
    border: none;
    padding-bottom: 2px;
    margin-bottom: 17px;
	margin-right: 8px;
	height: 30px;
	width: 5cm;
	border-radius: 10px;
    color: #0a0a23;
	font-size: 17px;
	font-family: GodOfWar;
}

.Controls { 
    display: none;
	width: 650px;
    text-align: center;
	margin: 0 auto;
}
.Controls i { margin-left: 5px }

.Main-menu button { 
	height: 35px; 
	background: #7a715e; 
	font-size: 20;
	font-weight: 700;
}

.Main-menu button:hover, .Controls button:hover {
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
	transition: all 0.3s ease 0s;
	background-color: darkgrey; /* #a23a15; */
	color: #630b05;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.Main-menu button:hover { scale: 1.2 }

#Load-gameB { filter: brightness(70%) }

#Shop-button, #Underworld-button, #Olympus-button { animation: rotateX 0.8s }

#Leave-shop, #Sell-weapon, #Buy-health, 
#Nemesis-whipB, #GauntletB, #Claws, 
#Blade-of-OlympusB, #Leave-Underworld,
#Evade-enemy, #Escape-enemy, #HopliteB, 
#Attack-Hoplite, #BansheeB, #Attack-Banshee,
#SatyrB, #Attack-Satyr, #MedusaB, 
#Attack-Medusa, #MinotaurB, #Attack-Minotaur, 
#CyclopsB, #Attack-Cyclops, #HermesB, #Attack-Hermes, 
 #HerculesB, #Attack-Hercules, #ZeusB, #Attack-Zeus,
#Run-from-god, #Leave-Olympus, #Reset {
	display: none;
	animation: grow;
	animation-delay: 0s;
	animation-timing-function: linear;
	animation-duration: 2s;
}

#Leave-shop, #Leave-Underworld, #Leave-Olympus { margin: 0 auto }

#Blade-of-OlympusB, #Leave-Underworld, #Leave-Olympus { width: 5.2cm }

#Hoplite-kill, #Banshee-kill { animation: opacity 1.2s linear }

#Satyr-kill, #Minotaur-kill, #Medusa-kill, #Cyclops-kill { animation: rotateX 1.2s linear }

#Mercules-kill, #Hermes-kill, #Zeus-kill { animation: rotateY 1.2s linear }

/* Hotbar styling */

.Hotbar {
	display: none;
	position: relative;
	margin-top: 54px;
	margin-bottom: 12px;
}

#Maxed {
	display: none;
	position: relative;
	bottom: 17px;
	margin-right: 10px;
	font-family: Tahoma;
	font-size: 14px;
	color: white;
}

#Pslot, #Slot1, #Slot2, #Slot3, #Slot4, #Slot5 {
	margin: 0 auto;
	display: inline-block;
	width: 55px;
	height: 45px;
	background-color: rgba(90, 57, 16, 0.5);
	border: 1px solid #5a3910;
	background-size: cover;
	backface-visibility: hidden;
	background-attachment: fixed;
}

#Slot1 { border: 4px ridge #5a3910 }

#Pslot:hover, #Slot1:hover, #Slot2:hover, #Slot3:hover, #Slot4:hover, #Slot5:hover {
	cursor: url("https://res.cloudinary.com/dbdh6zbvt/image/upload/v1735989342/Hand_pressing_qi6ops.png"), pointer;
}

#Pslot {
	margin-right: 50px;
	background-image: url('https://res.cloudinary.com/dbdh6zbvt/image/upload/v1738422641/Health_potion_avv85u.png');
	font-weight: 700;
	color: white;
	position: relative;
}
#Pslot:hover { border: 3px ridge #5a3910 }

#Pslot span { 
   float: left; 
   margin-top: 2px;
   margin-left: 4px;
}
#potion-quantity {
	display: none;
	position: absolute;
	bottom: -14px;
	right: 2px;
}

#Slot1 { background-image: url('Imagery/boc .png') }

#Slot2 {
	background-position: center;
}

#Slot3:hover {
	transition: all 0.3s ease 0s;
	background-position: center;
}

#Slot5:hover {
	transition: all 0.3s ease 0s;
	background-position: center;
}

#Weapon-identifier {
	display: none;
	position: absolute;
	background-color: rgba(45, 45, 50, 0.8);
	color: grey;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 5px;
	white-space: nowrap;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 2;
	pointer-events: none;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
}

#phone-warning { 
	display: none;
	margin-top: 4cm;
	text-align: center;
	font-family: Montserrat;
	color: #630b05; 
}

/* Animations */

@keyframes notify {
   from {
	    right: -8cm;
		opacity: 0;
	} to {	
		right: 11px;
		opacity: 1;
	}
}
@keyframes hide {
	from {
		right: 11px;
		opacity: 1;
	} to {
		right: -8cm;
		opacity: 0;
	}
}

@keyframes appear { from { opacity: 0.1 } to { opacity: 1 } }
@keyframes disappear { from { opacity: 1 } to { opacity: 0.1 } }

@keyframes slide {
	from {
		margin-left: 80%;
	 } to {
		margin-left: 0%;
	}
}

@keyframes slide-from-left {
	from {
		right: 20cm;
	} to {
		right: 0;
	}
}

@keyframes slide-from-right {
	from {
		left: 20cm;
	} to {
		left: 0;
	}
}

@keyframes grow {
	20% { transform: scale(0.2, 0.2) }
	40% { transform: scale(0.4, 0.4) }
	60% { transform: scale(0.6, 0.6) }
	80% { transform: scale(0.8, 0.8) }
}

@keyframes tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(5deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

@keyframes vertical-shaking {
	0% { transform: translateY(0) }
	25% { transform: translateY(5px) }
	50% { transform: translateY(-5px) }
	75% { transform: translateY(5px) }
	100% { transform: translateY(0) }
}

@keyframes horizontal-shaking {
	0% { transform: translateX(0) }
	25% { transform: translateX(5px) }
	50% { transform: translateX(-5px) }
	75% { transform: translateX(5px) }
	100% { transform: translateX(0) }
}

@keyframes tilt-n-move-shaking {
	0% { transform: translate(0, 0) rotate(0deg); }
	25% { transform: translate(5px, 5px) rotate(5deg); }
	50% { transform: translate(0, 0) rotate(0eg); }
	75% { transform: translate(-5px, 5px) rotate(-5deg); }
	100% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes opacity { 50% { opacity: 0 } }

@keyframes rotateX { 100% { transform: rotateX(360deg) }}

@keyframes rotateY { 100% { transform: rotateY(360deg) } }

@keyframes rotateZ { 100% { transform: rotateZ(360deg) }}
