@import url("https://fonts.googleapis.com/css?family=Poppins:200,400,700");
@import url("aos.css");
body {
  font-family: 'Poppins';
  font-weight: 400;
  background: white url("../img/bg-prontera.jpg") no-repeat;
  background-size: cover;
}

/*
    Helpers
*/
.article-title {
  margin-bottom: 1rem;
}

.bar-right {
  margin-left: 0.25rem;
  font-weight: 700;
}

.bar-left {
  margin-right: 0.35rem;
  font-weight: 700;
}

.font-size-small {
  font-size: 0.8rem;
}

/* Start */
.container {
  padding: 2rem;
}

.ro-header {
  position: relative;
  background: #BE5B50 url("../img/header.png") center 0px no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

/* Feather effect using pseudo-element */
.ro-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px; /* height of the fade */
  width: 100%;
  background: linear-gradient(to bottom, rgba(190, 91, 80, 0) 0%, #BE5B50 100%);
  pointer-events: none;
}

.ro-logo-container {
  position: relative;
  width: 250px;
}

.ro-logo {
  display: block;
  width: 250px;
  position: absolute;
  margin-top: -49%;
  z-index: 3;
}

/* Header Character Floating Animation */
.ro-header-character {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 650px;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  position: relative;
}

/* Feather effect for header character image */
.ro-header-character::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px; /* height of the fade for the image */
  width: 100%;
  background: linear-gradient(to bottom, rgba(190, 91, 80, 0) 0%, #BE5B50 100%);
  pointer-events: none;
  z-index: 1;
}

@keyframes float {
  0%, 100% {
    transform: translate(-50%, -50%) translateX(0px);
  }
  50% {
    transform: translate(-50%, -50%) translateX(-10px);
  }
}

/* Responsive adjustments for header character */
@media (max-width: 768px) {
  .ro-header-character {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 576px) {
  .ro-header-character {
    width: 259px;
    height: auto;
    top: 62%;
    left: 33%;
  }
  .ro-header{
    height: 350px;
  }
}

.navbar {
  background: #BE5B50;
}

.navbar a.nav-item {
  width: 90px;
  color: white;
  border-radius: 1rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
}

.navbar a.nav-item:hover {
  color: #641B2E;
  background: #FBDB93;
}

.navbar a.nav-item img {
  margin: 0 auto;
  display: block;
}

p {
  margin-bottom: 0;
}

.subtitle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 2px;
}

.ro-status {
  min-height: 408px;
}

.ro-status h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2rem;
}

.kafra {
  background: url("../img/login-char.png") no-repeat;
  background-size: contain;
  background-position: right bottom;
  height: 408px;
}

/*
    Login Box
*/
.ro-login-container {
  margin-top: -4.1rem;
  padding-bottom: 2rem;
  background: url("../img/header-tail.png") repeat-x, white url("../img/bg-prontera.jpg") no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, cover;
}

.ro-panel-title {
  padding-left: 1rem;
}

.panel-title {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin: 0;
}

.align-middle {
  -ms-flex-line-pack: center;
      align-content: center;
}

.panel-subtitle {
  line-height: 1rem;
  font-weight: 200;
  margin: 0;
  text-transform: uppercase;
}

.ro-login-menu-container {
  margin: 1rem;
}

.ro-login-key {
  height: 48px;
}

.ro-login-menu {
  background: #eee;
  padding: 0.75rem;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.5rem;
  letter-spacing: 2px;
  text-align: center;
  width: 80px;
  display: inline-block;
  margin: 0.25rem;
}

.ro-login-menu:hover {
  background: #ddd;
}

.ro-login-menu.ro-logout {
  background: #8A2D3B !important;
}

.ro-login-menu.ro-logout a {
  color: white;
}

.ro-login-menu img {
  display: block;
}

.ro-login-menu a {
  color: #131313;
}

/*
    About the Server
*/
/*
    About the Server
*/
.features {
  margin-bottom: 1.5rem;
}

.feature {
  padding: 10px;
  height: 150px;
  background: #FFF;
  border-radius: 12px;
  text-align: center;
  -webkit-box-shadow: 2.5px 4.33px 54px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 2.5px 4.33px 54px 0px rgba(0, 0, 0, 0.3);
  color: #0a4f9d;
  font-weight: 700;
}

.feature img {
  height: 64px;
  width: 64px;
  display: block;
  margin-top: 0.75rem;
}

.char-about {
  background: url("../img/highpriest.png") no-repeat;
  background-position: left bottom;
  min-height: 450px;
}

#about {
  background: linear-gradient(rgb(190, 91, 80, 0.9), rgb(138, 45, 59, 0.85)), url("../img/about-bg.jpg") no-repeat;
  background-color: #BE5B50;
  background-size: cover;
  width: 100%;
  padding: 2rem;
  color: white;
  padding: 2rem;
}

#about .container {
  min-height: 450px;
}

/* Features styles  */
.circle-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #731b01; /* Green border color */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-item {
  padding: 15px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
}

h5 {
  font-weight: 600;
  margin-top: 15px;
}

.text-muted {
  font-size: 0.85rem;
}

/* Add dividers between columns */
/* Replace your current divider CSS with this */
@media (min-width: 768px) {
  .row {
    position: relative;
  }
  
  /* Remove the border from feature-item */
  #about .col-md-3:not(:nth-child(4n)) .feature-item {
    border-right: none;
  }
  
  /* Create vertical dividers */
  #about  .col-md-3:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    height: 70%;
    width: 1px;
    background-color: #eee;
  }
  
  /* Create horizontal dividers for the first row */
  #about  .col-md-3:nth-child(-n+4):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 1px;
    background-color: #eee;
  }
}

/* Features Style End */

#footer {
  color: white;
  /* background: #BE5B50 url("../img/bg-footer.jpg") no-repeat; */
  background-color: #641B2E;
  background-size: cover;
  padding: 1.2rem;
}

#footer a {
  color: #FBDB93;
}

/*
Showcase
*/
#showcase {
  padding: 2rem;
  background: white url("../img/bg-ro2.jpg") no-repeat;
  background-size: cover;
  min-height: 490px;
}

.woe-sura {
  background: url("../img/char-bottom.png") no-repeat;
  background-size: contain;
  background-position: right bottom;
  height: 490px;
}

/*
    Page: Download
*/
.page-download {
  margin-top: -6.1rem;
  padding-bottom: 2rem;
  background: url(../img/header-tail.png) repeat-x, white url(../img/bg-prontera.jpg) no-repeat;
  background-position: center top, center bottom;
  background-size: 100%, cover;
}

.article-alchemist {
  background: url("../img/alchemist.png") no-repeat;
  background-position: right bottom;
  height: 473px;
}

.page-download-img {
  width: 66px;
  height: 62px;
}

/*
    fluxcp
*/
.info-text {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
}

.vertical-table th {
  padding: 5px 10px;
  color: white;
  background-color: #BE5B50;
  font-weight: 400;
}

/*
    hall of fame
*/

.hall-of-fame{
  background-image: url(../img/emp.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #641B2E;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hall-of-fame .article-title{
  color: #FFF;
}
.hall-of-fame .subtitle{
  color: #FBDB93;
}
.hall-of-fame .nav-link{
  color: #FBDB93;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
  border-radius: 1rem;
  background-color: #641B2E;
}
.hall-of-fame .nav-link.active{
  background-color: #FBDB93;
  color: #641B2E;
}
.text-pvp{
  color:#FBDB93;
  font-weight: 900;
}
.pvp-ladder{
  color:#fff;
}

.gotm{
  color:#fff;
}

.btn-castleowners{
  color: #641B2E;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
  border-radius: 1rem;
  background-color: #FBDB93;
}
.btn-castleowners:hover{
  color: #641B2E;
}

.empires {
	margin: 20px 0 10px 5px;
}

.guild-flags {
	margin: 0;
	overflow: hidden;
}
.gotm img.agitlord_emblem {
	margin-left: 32px;
    margin-top: 55px;
}
.agitlord-title{
  color:#FBDB93;
}
.fame-title{
  color:#FBDB93;
  font-weight: 900;
}

@media (max-width: 575.98px) { /* Bootstrap 4 mobile breakpoint */
  .gotm img.agitlord_emblem {
    margin-left: 30px;
    margin-top: 53px;
  }
}
.gotm {
	background: url(../img/gotm.png) no-repeat;
}

.flag {
	background: url(../img/flag.png) no-repeat;
	height: 70px;
	padding: 20px 0 0 18px;
	margin-bottom: 20px;
	float: left;
}

.flag-container {
	width: 60px;
}

/*# sourceMappingURL=main.css.map */


.btn-primary {
  color: #fff;
  background-color: #641B2E !important;
  border-color: #641B2E !important;
}

@media (max-width: 575.98px) {
  .no-border-right-mobile {
    border-right: none !important;
  }
}


/* Sidebar Styles */
.sidebar-wrapper {
  position: relative;
}

#sidebarMenu {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  height: 100vh;
  background-color: #fff;
  z-index: 1050;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

#sidebarMenu.show {
  left: 0;
}

.sidebar-content {
  padding: 20px;
}

.sidebar-header {
  margin-bottom: 30px;
}

.sidebar-logo {
  max-width: 150px;
}

.sidebar-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: all 0.2s ease;
}

.sidebar-item:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}

.sidebar-item img {
  margin-right: 15px;
  width: 24px;
  height: 24px;
}

/* Overlay for when sidebar is open */
.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

#sidebarMenu.show + .sidebar-overlay {
  display: block;
}

/* Navbar Toggle Button Styling */
.navbar-toggler {
  border: none;
  padding: 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Make sure desktop navigation is only visible on large screens */
@media (max-width: 991.98px) {
  #desktopNav {
    display: none !important;
  }
}