* {
    margin: 0;
    padding: 0
}

body {
    background-image: linear-gradient(rgb(0 0 0 / 32%), rgb(0 0 0 / 7%)), url("../image/Background_Artwork_12.90.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}

html, body {
	height: 100%;
	margin: 0;
}

body {
	display: flex;
	flex-direction: column;
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("../fonts/Montserrat-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
}

.server_title {
    font-family: Cinzel, serif;
    font-size: 1.4em;
    color: #f0f0f0;
    margin: auto;
    margin-top: 30px;
    text-shadow: 0 0 3px #fff, 0 0 2px #ff0
}

.server-container {
    position: relative;
    width: 290px;
    height: 410px;
    background-size: cover;
    background-position: center;
	top: 40px;
    margin: 20px;
    color: white;
    text-shadow: 0 0 5px black;
    display: inline-block;
    vertical-align: top;
}

.server-info {
    position: absolute;
    top: 60%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: left;
	font-size: 13px;
}

.server-info p {
    margin: 0px 0;
}

.aurera-01 .server-info p {
    color: #f46c01;
    text-shadow: -1px -1px 0 #011901, 1px -1px 0 #011901, -1px 1px 0 #011901, 1px 1px 0 #011901;
}

.aurera-01 .server-info span {
    color: #ffffff;
}

.aurera-02 .server-info p {
    color: #add001;
    text-shadow: -1px -1px 0 #011901, 1px -1px 0 #011901, -1px 1px 0 #011901, 1px 1px 0 #011901;
}

.aurera-02 .server-info span {
    color: #ffffff;
}

h3 {
    margin-top: 87px;
    text-align: center;
    font-family: 'Montserrat-ExtraBold';
}

.sv1{
    color: #f46c01;
}

.sv2{
    color: #add001;
}

.icons {
    text-align: center;
    margin-top: 3px;
}

.icons img {
    margin: 0 5px;
}

.server-info p {
    margin: 1px 0;
    font-family: 'Montserrat-SemiBold';
}

.button-play {
    position: absolute;
    bottom: 35px;
    transition: transform 0.3s;
    cursor: pointer;
}

.button-play img {
    transition: transform 0.3s;
}

.aurera-01 .button-play:hover .play-button {
    content: url('image/Widgets_01/over_Botão_Widget_01.png');
    transform: scale(1.02);
}

.aurera-02 .button-play:hover .play-button {
    content: url('image/Widgets_02/over_Botão_Widget_02.png');
    transform: scale(1.02);
}

footer {
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
	background: #00000038;
	color: white;
	padding: 10px 0;
	text-align: center;
}

footer img {
    width: 40px;
    margin: 0 30px;
    transition: transform 0.3s;
}

footer img:hover {
    transform: scale(1.1);
}

.social-icon {
    width: 30px;
    transition: transform 0.3s;
    margin: 0 40px;
}

.social-icon:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.margin-footer{
	margin-top: 10px;
    display: inline-block;
}

.total_on {
    font-family: 'Montserrat-SemiBold';
    color: #f46c01;
    text-shadow: -1px -1px 0 #011901, 1px -1px 0 #011901, -1px 1px 0 #011901, 1px 1px 0 #011901;
    position: relative;
    top: 35px;
    padding: 18px 50px;
    background-image: url('../image/playersOnline.png');
    background-size: cover;
    background-position: center;
    display: inline-block;
}

.container-fluid {
	flex: 1;
}

.embers-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.ember-wrapper {
    position: absolute;
    bottom: 0;
    animation: floatUp 10s ease-out forwards;
}

.ember {
    width: 8px;
    height: 8px;
    background: radial-gradient(circle, rgba(255, 200, 80, 0.9) 0%, rgba(255, 50, 0, 0.3) 50%, transparent 100%);
    border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
    box-shadow: 
        0 0 4px rgba(255, 140, 20, 0.8),
        0 0 12px rgba(255, 80, 0, 0.4);
    filter: blur(0.3px);
    opacity: 0.85;
    animation: flicker 2.5s ease-in-out infinite alternate;
}


@keyframes floatUp {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-100vh);
        opacity: 0;
    }
}

@keyframes flicker {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
    100% { opacity: 0.9; transform: scale(1); }
}

    body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

.container-fluid.fh5co-recent-work.style {
    flex: 1;
    padding-bottom: 80px;
}

.server-container {
    margin-bottom: 40px;
}

footer {
    margin-top: auto;
    padding: 20px 0;
    background: #111111b8;
}


@media (max-width: 768px) {
	.row.text-center img {
		width: 90% !important;
	}

	.server-container {
		margin-bottom: 30px;
	}

	.total_on {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}

	.server-container {
		margin: 0 auto 30px;
		background-size: cover;
		background-position: center;
		padding: 15px;
		border-radius: 12px;
	}

	.server-container .button-play img {
		width: 60% !important;
	}
}