﻿/*Import Fonts*/
@font-face{font-family:Archeologicaps;src:url(../fonts/Archeologicaps.woff2) format('woff2'),url(../fonts/Archeologicaps.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Friz Quadrata Std';src:url(../fonts/FrizQuadrataStd.woff2) format('woff2'),url(../fonts/FrizQuadrataStd.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Friz Quadrata Std';src:url(../fonts/FrizQuadrataStd-Italic.woff2) format('woff2'),url(../fonts/FrizQuadrataStd-Italic.woff) format('woff');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Friz Quadrata Std';src:url(../fonts/FrizQuadrataStd-Bold.woff2) format('woff2'),url(../fonts/FrizQuadrataStd-Bold.woff) format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Friz Quadrata Std';src:url(../fonts/FrizQuadrataStd-BoldItalic.woff2) format('woff2'),url(../fonts/FrizQuadrataStd-BoldItalic.woff) format('woff');font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Marcellus;src:url(../fonts/Marcellus-Regular.woff2) format('woff2'),url(../fonts/Marcellus-Regular.woff) format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Frozito;src:url(../fonts/Frozito.woff2) format('woff2'),url(../fonts/Frozito.woff) format('woff');font-weight:500;font-style:normal;font-display:swap}

html,body {
  cursor: url(../img/cursor-default.png),auto;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
}

a {
  cursor: url(../img/cursor-pointer.png),pointer !important;
}
.cLang:hover{
  cursor: url(../img/cursor-pointer.png),pointer !important;
}
.cursorPointer{
  cursor: url(../img/cursor-pointer.png),pointer !important;
}
label{
  cursor: url(../img/cursor-default.png),pointer !important;
}
input{
  cursor: url(../img/cursor-pointer.png),pointer !important;
}
button:hover, a:hover{
  filter: brightness(1.3) !important;
}
/*General*/
body {
  background: black;
}
a {
  text-decoration: none !important;
  color:#fff;
  transition: 0.3s;
  cursor: pointer;
}
.iti {
  width: 100% !important;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], 
.iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-left: 72px !important;
}

/* Page Fade */
.fade-out {
  animation: fadeOut 0.8s forwards;
}
.fade-in {
  animation: fadeIn 0.8s forwards;
}
@keyframes fadeOut {
  from { opacity: 1; }
  to { opacity: 0; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.write-effect {
  display: inline-block;
  border-right: 2px solid;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 4s steps(30, end), blink-caret 0.75s step-end infinite;
}
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes blink-caret {
  from, to { border-color: transparent; }
  50% { border-color: black; }
}

.alert {
  border-width: .2px;
  border-radius:20px;
  border-width:0;
  padding: 40px;
}
.alert.alert-light {
  background: #bc8f6b20;
  color: white;
}
/* Loading*/
.loader {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #3498db;
  border-color: #3498db transparent #3498db transparent;
  animation: loader 1.2s linear infinite;
}
@keyframes loader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/*Game Ranking*/
section.error{
  background:url(../img/error404.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 110px 260px #28485C;
  width: 100%;
  display: block;
  height: 100vh;
  padding: 40px 20px;
}
section.error span.error-text {
  font-size: 172px;
  font-weight: 900;
  margin-top: 200px;
  color: white;
}

/*Top Scroll*/
#topScroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background:#867154;
  border-top:1.5px solid #F8E4BF;
  border-bottom: 1px solid #F8E4BF;
  color: white;
  cursor: pointer;
  width:55px;
  height: 48px;
  border-radius: 20px;
  transition: .5s;
}
#topScroll:hover {
  background-color: #86715450;
  transition: .5s;
  margin-top: -10px;
}

/*Colors*/
.text-success {
  color: #34C759 !important;
}
.text-primary {
  color:#867154 !important;
}
.text-secondary {
  color:#807c78 !important;
}
.text-white {
  color: #FFFFFF;
}

/*Form*/
.form-control {
  background-color: #00000020;
  color: #FFF;
  box-shadow:none !important;
  font-family: 'Marcellus';
  border-color:#917957;
  transition: .5s;
  border-radius:14px;
}
.form-select {
  background-color: #00000020;
  color: #FFF;
  box-shadow:none !important;
  font-family: 'Marcellus';
  border-radius:14px;
  border-color:#917957;
  border-width: .5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../img/dropdown.svg');
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem auto;


}
input::-webkit-input-placeholder{
  color: #FFF !important;
}
input:-moz-placeholder {
  color: #FFF !important;
}
.form-control:focus {
  background: #FFFFFF20;
  border-color:#917957;
  color: #FFF;
  transition: .5s;
  
}
.form-label, .col-form-label {
  color: #fff;
  font-family: 'Marcellus';
  margin: 10px 0;
}
.form-check-label {
  color: #FFFFFF;
  font-family: 'Marcellus';
}
.iti--allow-dropdown .iti__flag-container{
  margin-left: 20px;
}

/*Buttons*/
.btn {
  box-shadow: none;
  transition: .3s;
  border-radius: 14px;
  font-family:"Marcellus"
}
.btn-lg {
  box-shadow: none;
  transition: .3s;
}
.btn-primary {
  background:#867154;
  border-width:2px 0 0 0;
  border-color: #B19670;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
  background: #665338 !important;
  border-color: #B19670 !important;  
}
.btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary.show, .btn-primary:first-child:active, :not(.btn-check)+.btn-primary:active {
background: #665338 !important;
  border-color: #B19670 !important;
}
.btn-outline-primary {
  border-color: #B19670 !important;
  color: #B19670 !important;
  font-size: 24px !important;
}
.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active {
  background: #665338 !important;
  border-color: #B19670 !important;
  color: #fff !important;
}
.btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.show, .btn-outline-primary:first-child:active,
:not(.btn-check)+.btn-primary:active {
background: #665338 !important;
border-color: #B19670 !important;
}
.btn-secondary {
  background: #807c78;
  border-color:#868482;
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active {
  background: #807c78;
  border-color:#868482;
}
.btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary.show, .btn-secondary:first-child:active,
:not(.btn-check)+.btn-primary:active {
  background: #807c78;
  border-color:#868482;
}
.btn-success {
  background: #489a22;
  border-color:transparent;
}
.btn-success:hover,.btn-success:focus,.btn-success:active {
  background: #489a22;
  border-color:transparent;
}
.btn-check:checked+.btn-success, .btn-success.active, .btn-success.show, .btn-success:first-child:active,
:not(.btn-check)+.btn-primary:active {
  background: #489a22;
  border-color:transparent;
}
.btn.login {
  background:url(../img/login.png) no-repeat top center !important;
}
.btn.login:hover {
  background:url(../img/loginHover.png) no-repeat top center !important;
}
.btn.sign-up {
  font-family:'Friz Quadrata Std';
  text-transform: uppercase;
  font-weight:bold;
  background:url(../img/signup.png) no-repeat top center;
  background-size: 100%;
  transition: .5s;
  -webkit-text-fill-color: #341C15;
  opacity: 1;
  min-width:140px;
  height: 42px;
}
.btn.sign-up:hover {
  background:url(../img/signupHover.png) no-repeat top center;
  background-size: 100%;
  box-shadow: 2px 0px 50px #ff5353;
}
.btn.sign-up img {
  width: 32px;
  transition: .5s;
  box-shadow: none;
}
.btn.sign-up span {
  height: 32px;
  padding: 7px 5px;
  font-size: 18px;
  font-weight: 900;
  color: #341c14;
}
.btn.view-all {
  text-align: center;
  font-weight:bold;
  background:url(../img/view-all.png) no-repeat center center;
  background-size: cover;
  transition: .5s;
  -webkit-text-fill-color: #FFF;
  opacity: 1;
  min-width:210px;
}
.btn.btn-link {
  text-decoration: none;
  color:#FFF;
  
}
.btn-link, .btn-link:hover,.btn-link:active,.btn-link:focus {
  border-color:transparent !important;
}
.btn:hover {
  transition: .3s;
}
.btn-check:checked+.btn .btn:first-child:active, :not(.btn-check)+.btn:active {
  background: transparent !important;
  border:1px solid #BC8F6B;
  color:#BC8F6B;
}
.btn-golden, .btn-golden:hover,.btn-golden:active {
  background: #867154;
  border-color: #867154;
  color:white;
  font-family:"Marcellus"
}
.btn-light, .btn-light:hover,.btn-light:active,.btn-light:focus {
  background: transparent;
  color: white !important;
  border-color: #867154;
}

/*Modal*/
.modal.lightbox-modal .modal-content {
  background-color: transparent;
  border: none;
}
.modal.lightbox-modal .modal-content .modal-header {
  border: none;

}
.modal.lightbox-modal .modal-content .modal-body img {
  width:100%;

}
.modal #prevButton, .modal #nextButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1055;
  border-radius: 50px;
  width: 52px;
  height: 52px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-size: 32px;
  text-align: left;
  padding: 10px;
}
.modal #prevButton {
  left: 20px;
}
.modal #nextButton {
  right: 20px;
}
.modal-header .btn-close {

  margin: 20px;
  right: 2%;
  position: absolute;
  opacity: 1;
  background: transparent;
  box-shadow: none;
}
.modal-header img.vort-logo {
  width: 160px;
}

/*Breadcrumb*/
.breadcrumb { 
  text-align:center; 
  background:#ffffff10; 
  border-radius: 10px; 
  padding: 10px 20px;
  margin:0;
  font-family:"Marcellus";
}
.breadcrumb .breadcrumb-item.active {
  
  font-weight: bold;
  color: white;
  opacity: .5;
}
.breadcrumb .breadcrumb-item a {
  color:#917957;
}
.breadcrumb-item+.breadcrumb-item::before {
  color:#917957;
}

/*Tables*/
.table-dark {
  font-family:"Marcellus";
  transition: .5s;
}
.table-dark thead tr th {
  padding:20px 20px 20px 20px;
  background: transparent;
  border:0;
  margin: 0;
  vertical-align: middle;
}
.table-dark tbody tr td {
  padding:20px 20px 20px 20px;
  /* padding: 0; */
  background: transparent;
  border:0;
  margin: 0;
  vertical-align: middle;
  
}
.table-dark tbody tr:nth-last-child(even) {
  background-color:#00000050;
  border-top-left-radius:20px !important;
  border-bottom-left-radius:20px !important;
}

/*Modal*/
.modal .modal-dialog .modal-content {
  background-color: rgb(0 0 0 / 20%);
  backdrop-filter: blur(4px);
}
.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-body,.modal .modal-dialog .modal-content .modal-footer {
  border:none
}
.modal .modal-dialog .modal-content .modal-header h1 {
  color:white;
}
/*Nav*/
nav.fixed-top {
  background: url(../img/navbar_bg_desktop.png) no-repeat center center;
  background-size: auto;
  height: 75px;
}

nav.navbar .navbar-brand img {
  width: 100px;
}

nav.navbar .navbar-toggler {
  background: #C3854A;
  padding: 6px 10px;
  border: none;
}

nav.navbar .btn.sign-up {
  margin: -5px 10px 0 10px;
}

nav.navbar .navbar-nav .nav-item .nav-link {
  font-family: 'Friz Quadrata Std';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: none;
  transition: .3s;
  background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav.navbar .navbar-nav .dropdown-menu {
  background: #281817;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 100%;
  left: 0;
  border-bottom: 1px solid #BC8F6B;
  box-shadow: 0px 60px 150px 49px #110b0b;
  background: #281817;
}

nav.navbar .navbar-nav .dropdown-menu {
  background: #281817;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  top: 100%;
  left: 0;
  border-bottom: 1px solid #BC8F6B;
  box-shadow: 0px 60px 150px 49px #110b0b;
  background: #281817;
}

nav.navbar .navbar-nav .dropdown-menu[data-bs-popper] {
  left: inherit;
}

nav.navbar .navbar-nav .dropdown.user .dropdown-menu {
  padding:20px;
}

nav.navbar .navbar-nav .dropdown.user .dropdown-menu.show {
  
}
nav.navbar .navbar-nav .dropdown.user .dropdown-menu.show a {
  font-family: 'Marcellus';
  font-size: 16px;
}

nav.navbar .navbar-nav .dropdown-menu::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: url(../img/car-line.png) no-repeat center center;
  background-size:100%;
  z-index: -1;
}

nav.navbar .navbar-nav .dropdown-menu ul li.border-bottom {
  border-bottom: .1px solid #F8E4BF50 !important;
}

nav.navbar .navbar-nav .dropdown-menu ul li {
  font-size: 14px;
  padding: 5px 0;
}

nav.navbar .navbar-nav .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-top-color: #c79667;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

nav.navbar .navbar-nav .dropdown-menu .mega-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}

nav.navbar .navbar-nav .dropdown-menu .mega-menu .col {
  flex: 1;
  min-width: 240px;
  padding: 15px;
}

nav.navbar .navbar-nav .dropdown-menu .mega-menu h5 {
  box-shadow: none;
  background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Frozito';
  text-transform: uppercase;
}

nav.navbar .navbar-nav .dropdown-menu .mega-menu ul li a {
  color: #FFF;
  font-family: 'Marcellus';
  font-size: 16px;
  line-height: 32px;
}

nav.navbar .navbar-nav .dropdown-menu .mega-menu ul li a:hover {
  color: #d7b691;
}

/*Carousel Promo*/
.carousel.promo  {
  overflow: hidden;
}
.carousel.promo .carousel-item {
  height: 80vh;
  min-height: 300px;
  background-size: cover;
  background-position: center;
}
.carousel.promo .carousel-caption {
  bottom: 5%;
}
.carousel.promo .carousel-item h2 {
  font-family: 'Frozito';
  font-size: 42px;
  font-weight: bold;
  background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.carousel.promo .carousel-item .carousel-caption .logo {
  width: 360px;
}

/*Section*/
section {
  width:100%;
  height: 100vh;
  display: flex;
  padding: 60px 120px;
  opacity: 1;
  transition: opacity 1s;
}

/*
h2.title {
  font-family: 'Frozito';
  text-transform: uppercase;
}*/

section h1, section h2, section h3, section h4,section h5,section h6 {
  box-shadow: none;
  color:#bd9e71;
  font-weight:900;
  font-family: 'Marcellus';
}

h2.title {
  text-transform: none;
}

section p {
  color: #FFF;
  font-family: 'Marcellus';
}

/*News*/
section.news{
  background:url(../img/news-background.jpg) no-repeat center center;
  background-size: cover;
  height: auto;
  padding: 140px;
}
section.news .news-list {
  max-height: 100%;
  overflow-y: auto;
}
section.news .news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  transition: 0.3s;
  text-shadow: 0 1px 3px black;
  color: #FFF;
  font-family: 'Marcellus';
  border-bottom: .5px solid #BC8F6B;
}
section.news .news-item:hover {
  transition: 0.3s;
  text-shadow: 0 1px 3px black;
  background: #FFFFFF12;
  padding: 14px 14px;
}
section.vort{
  background:url(../img/story-bg.png) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
}
section.vort h1,section.vort h5 {
  text-transform: uppercase;
  font-weight: 900;
}
section.vort .card {
  background: #00000040;
  border-radius: 20px;
  border-bottom:1px solid;
}

/*Media*/
section.media{
  background:url(../img/media-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  display:block;
  height: auto;
}
section.media .nav-tabs {
  border: none;
}
section.media .nav-tabs .nav-item.show .nav-link, section.media .nav-tabs .nav-link {
  background: transparent;
  box-shadow: none;
  background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Archeologicaps';
  text-transform: uppercase;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color:transparent;
}
section.media .nav-tabs .nav-item.show .nav-link, section.media .nav-tabs .nav-link.active {
  -webkit-text-fill-color: transparent;
  border-radius: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-width: .2px;
  border-top-color: #BC8F6B;
  border-bottom-color: #BC8F6B;
  
}
section.media h1 {
}
section.media .tab-content .img-fluid {
  transition: .5s;
  cursor: pointer;
}
section.media .tab-content .img-fluid:hover {
  cursor: pointer;
  transition: .5s;
  opacity: .5;
}
section.features{
  background:url(../img/features-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  display:inherit;
  text-align: center;
}
section.features h1,section.features h5 {
}
.features .carousel .carousel-item {
  min-height: 650px;
}
.features .carousel .carousel-item img {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

/*Join*/
section.join {
  background:url(../img/discord.png) no-repeat center center;
  background-size: cover;
  height: 50%;
  text-align: center;
  padding:0;
  
}
section.join h3 {
}

/*Login*/
section.login{
  background:url(../img/login-bg.png) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  padding: 0;
}
section.login .left {
  padding: 60px;
  background: #00000050;
  border-right: 1px solid ;
  border-image: linear-gradient(45deg, #F8E4BF, #BC8F6B20)1;

}
section.login .left form {
  width: 100%;
  padding:20px;
}
section.login .left .btn, section.login .left .btn-link {
  font-family:"Marcellus";
}

/*Lost Pass*/
section.lost-pass{
  background:url(../img/lost-pass-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: 100vh;
  padding: 0;
}
section.lost-pass .left {
  padding: 60px;
  background: #00000050;
  border-right:1px solid #917957;
}
section.lost-pass .left form {
  width: 100%;
  padding:120px;
}
section.lost-pass .left .btn, section.lost-pass .left .btn-link {
  font-family:"Marcellus";
}


/*Register*/
section.register{
  background:url(../img/register-bg.png) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  
}
section.register .left {
  padding: 10px 0;
  background: #00000050;
  border-right: 1px solid ;
  border-image: linear-gradient(45deg, #F8E4BF, #BC8F6B20)1;
}
section.register .left form {
  width: 100%;
  padding:120px;
}
section.register .left .btn, section.register .left .btn-link {
  font-family:"Marcellus";
}

/*Game Ranking*/
section.game-ranking{
  background:url(../img/ranking-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: auto;
  padding: 40px 20px;
}
.game-ranking .race-group .card {
  background: transparent;
  border:transparent;
  color: white;
  font-family:"Marcellus";
  border-radius: 20px;
  transition: .5s;
}
.game-ranking .race-group .card img {
  width: 100px;
  margin-bottom: 10px;
}
.game-ranking .top-list .card {
  background: #FFFFFF20;
  border:transparent;
  color: white;
  font-family:"Marcellus";
  border-radius: 20px;
  transition: .5s;
  margin: 5px 10px;
  border-top:2px solid #F8E4BF60;
  border-bottom:1px solid #F8E4BF60;
}
.game-ranking .top-list .card:hover  {
  
  transition: .5s;
  cursor: pointer;
}
.game-ranking .top-list .card .number {
  font-size: 28px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:50px;
  background:#867154;
  border-top: 1px solid #F8E4BF;
  border-bottom: 1px solid #F8E4BF;
  position: absolute;
  right: 30px;
  top:30px;
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.70);
}
.game-ranking .top-list .card.one {
  margin-top:-20px;
  background: #867154;
  position: relative;
  border-top:2px solid #F8E4BF;
  border-bottom:1px solid #F8E4BF;
  
}
.game-ranking .top-list .card.one img {
  box-shadow: 0 50px 100px #F8E4BF90;
  border-radius:150px;
  transition: .5s;
  
}
section.game-ranking p {
  color: white;
}

/*FAQ*/
section.faq {
  background: url(../img/ranking-background.jpg) no-repeat top center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: auto;
  padding: 40px 20px;
}
section.faq .accordion {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 20px;
  font-family: "Marcellus";
}
section.faq #faqAccordion .accordion-item {
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
section.faq .accordion button {
  background: transparent;
  color: white;
  font-size: 24px;
  font-family: "Marcellus";
}
section.faq .accordion-button::after {
  background: url(../img/plus.svg) no-repeat center center;
  background-size: cover;
  width: 32px;
  height: 32px;}

section.faq .accordion-button:not(.collapsed)::after {
  background: url(../img/minus.svg) no-repeat center center;
  background-size: cover;
}
section.faq .accordion-button:focus {
  box-shadow: none;}
section.faq .accordion-header,
section.faq .accordion-body,
section.faq .accordion-collapse {
  background-color: transparent;
  color: white;}

section.faq .accordion-item {
  border: none;
}

/*EVENTS*/
section.events {
  background:black;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: auto;
  padding: 40px 0;
  transition:.5s;
}

/*FAQ*/
section.events .slot {
  width: 100%;
  border:.5px solid #BC8F6B;
  border-radius: 20px;
  height: 70vh;
  margin: 20px 0;
}

section.events .slot .content {
  text-align: center;
  background: rgb(0,0,0);
  border-radius:20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 17%, rgba(0,0,0,0) 100%);
  height: 100%;
  display: flex;
  transition: .3s;
}
section.events .slot .content ul {
  transition: .3s;
}
section.events .slot:hover .content ul {
  margin-top:-10px;
  transition: .3s;
}

/*Images Gallery*/
section.images-gallery {
  background:url(../img/features-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  display:inherit;
  text-align: center;
  height: auto;
}

/*Home News*/
section.all-news {
  background:url(../img/ranking-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: auto;
  padding: 40px 20px;
}
section.all-news .card {
  background: #00000050;
  border:transparent;
  color: white;
  font-family:"Marcellus";
  border-radius: 20px;
  transition: .5s;
  position: relative;
  border-bottom:.1px solid #BC8F6B;
  padding: 10px;  
}
section.all-news .card .card-body .card-title {
  font-family:"Marcellus";
}

section.all-news .one-column {
  position: relative;
  color: white;
  font-family:"Marcellus";
}
section.all-news .one-column ul.date-time {
  border-bottom: 1px solid #bd906c;
  border-top: 1px solid #bd906c;
  margin: 0;
  background:#FFFFFF20;
  padding: 10px 20px;
  border-radius: 20px;
  position: absolute;
  left:2%;
  top:5%;
}
section.all-news .one-column ul.date-time .day {
  font-size: 62px;
  box-shadow: none;
  background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 65px;
}
section.all-news .one-column ul.date-time li {
  pad: 0;
  margin: 0;
}
section.all-news .one-column ul.date-time li .mounth {
  font-size: 18px;
}
section.all-news .one-column ul.date-time li .year {
  font-size: 18px;
}


/*Story Side */
section.story-side {
  background:url(../img/ranking-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: auto;
  padding: 40px 20px;
}
section.story-side .card {
  background: #00000050;
  border:transparent;
  color: white;
  font-family:"Marcellus";
  border-radius: 20px;
  transition: .5s;
  position: relative;
  border-bottom:.1px solid #BC8F6B;
  padding:20px;  
}
section.story-side .card.story-points {
  border-width: 1px 0 0 0;
  border: solid;
  border-color:#f8e4bf;
  background: transparent;
} 
section.story-side .story-content div {
  margin: 10px 0;
}
section.story-side .story-content div img {
  margin:20px 0;
}
section.story-side .card .card-body .card-title {
  font-family:"Marcellus";
}
.story-sidebar ul li  {
  padding: 5px;
}
.story-sidebar ul:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(#fbbf66 50%,transparent 50%);
  background-size: 1px 2px;
  max-height: 580px;
}
.story-sidebar ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #191d22;
  border: 1px solid #F8E4BF;
  position: absolute;
  margin-left:-26px;
  z-index: 1;
}
.story-sidebar ul li a.active:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left:19px;
  margin-top:4px;
  z-index: 2;
}
.story-sidebar {
  position: -webkit-sticky;
  border-radius:20px;
  padding-top: 1rem;
  background: #00000050;
  margin: 0;
  border-bottom:1px solid #bd9e71;
  z-index: 15;
  box-shadow: 0 2px 50px #0000001c;
  
}
.story-sidebar ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50px;
  background: url(../img/car-line.png) no-repeat center center;
  background-size: 100%;
  z-index: -1;
  bottom: -34px;
  left: 0px;
  
}
.story-sidebar.fixed {
  position: fixed;
}
.story-sidebar a {
  padding:10px 20px;
  width: 100%;
  font-size:16px;
  cursor: pointer;
  font-family: 'Marcellus';
}
.story-sidebar a.active {
    font-weight: bold;
    color: #bd9e71;
}

@media (max-width: 768px) {
    .story-sidebar {
      position: relative;
      height: auto;
      overflow-x: auto;
      white-space: nowrap;
      left: 0;
      right: 0;
      margin-top: -50px;
      background: black;
    }
    .story-sidebar ul {
        display: inline-flex;
    }
    .story-sidebar li {
        display: inline-block;
        margin-right: 10px;
    }
    .story-sidebar ul::before {
      background-image: none;
    }
    .story-sidebar ul li a.active:after,.story-sidebar ul:after,.story-sidebar ul li a:before {
      content: inherit;
    }
    
}

/*Table Top List*/
.table-top-list {
  /* border-radius: 20px; */
  background-color: rgb(255 255 255 / 3%);
  /* backdrop-filter: blur(150px); */
  /* padding: 40px; */
}

/*User Account*/
.user-account {
  background:url(../img/ranking-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: auto;
  padding: 120px 120px;
  font-family:"Marcellus";
}
.user-account .card {
  background-color: rgb(255 255 255 / 3%);
  backdrop-filter: blur(150px);
  padding:20px;
  position: relative;
  border-radius: 20px;
}
.user-account .card .card-header {
  font-size: 16px;
  padding: 12px;
  color: #F8E4BF;
  border: none;
}
.user-account .user-content .card .card-body {
  color: wheat !important;
}
.user-account .card .card-footer {

  border:none
}
.user-account .card.character {
  padding:20px;
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  transition: .3s;
  border-color:#917957;
}
.user-account .card.character:hover {
  box-shadow:0 10px 60px rgba(0, 0, 0, 0.378);
  transition: .3s;
  margin-top: -5px;
}
.user-account .card.character .card-img-overlay {
  background: rgb(0,0,0);
  background:linear-gradient(0deg, rgb(32 22 20) 30%, rgba(0, 0, 0, 0) 100%);
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  text-align: center;
  transition: .5s;
}
.user-account .card.character:hover .card-img-overlay {
  background: rgb(0,0,0);
  background:linear-gradient(0deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  text-align: center;
  transition: .5s;
}
.user-account .card.character .card-img-overlay .row.fly {
  position: absolute; 
  bottom:5%;
}
.user-account .card.character .card-img-top {

  border-radius:20px;
}
.user-account .card.character .online {
  background: rgb(52, 199, 89);
  border-radius: 50px;
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 24px;
}
.user-account .card.character .online span {
  color:#FFF;
  position: absolute;
  bottom: 16px;
  left:0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.user-account .card.character .offline {
  width: 60px;
  height: 60px;
  background: rgb(255, 59, 48, 1);
  border-radius: 50px;
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 24px;
}
.user-account .card.character .offline span {
  color:#FFF;
  position: absolute;
  bottom: 16px;
  left:0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.user-account .card.character #online-shadow {
  width: 60px;
  height: 60px;
  animation: mymove 5s infinite;
  border: 1px solid #FFFFFF60;
}
.user-account .user-profile.card img {
  border-radius:150px;
  transition: .5s;
}
.user-account .user-menu .card {
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(150px);
  padding:20px;
  border-bottom:.1px solid #BC8F6B;
  position: relative;
}
.user-account .user-menu .card-body {
  padding: 0;
  border:none;
}
.user-account .user-menu a {
  display: block;
  font-size: 16px;
  padding: 12px;
  opacity: .6;
  background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.user-account .user-menu a:hover {
  opacity: 1;
}
.user-account .user-menu a.active {
  opacity: 1;
  color:#F8E4BF;
  border: .1px solid #F8E4BF50;
}
.user-account .user-menu .card .user {
  text-align: center;
  padding: 20px;
  margin-top:-60px;
  position: relative;
}
.user-account  .user-menu .user .badge {
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 55%;
  top:-10%;
  color:white;
  z-index: 20;
}
.user-account  .user-menu .user .badge img {
  width: 60px;
}
.user-account .user-menu .card .user img.user{
  width: 160px;
  border-bottom:2px solid #e8b68d;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 14px;
}
.user-account .user-menu .card .user .online {
  width: 130px;
  height: 130px;
  background: rgb(52, 199, 89);
  background: linear-gradient(0deg, rgba(52, 199, 89, 1) 0%,  rgba(52, 199, 89, 0) 50%);
  border-radius: 50%;
  padding: 14px;
  z-index: 2;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -24px;
}
.user-account .user-menu .card .user .online span {
  color:#FFF;
  position: absolute;
  bottom:14px;
  left:0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
}
.user-account .user-menu .card .user .offline {
  width: 130px;
  height: 130px;
  background: rgb(52, 199, 89);
  background: linear-gradient(0deg, rgba(255, 59, 48, 1) 0%,  rgba(255, 59, 48, 0) 50%);
  border-radius: 50%;
  padding: 14px;
  z-index: 2;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -24px;
}
.user-account .user-menu .card .user .offline span {
  color:#FFF;
  position: absolute;
  bottom:14px;
  left:0;
  right: 0;
  margin: 0 auto;
  font-size: 14px;
}
#online-shadow {
  width: 130px;
  height: 130px;
  animation: mymove 5s infinite;
}
@keyframes mymove {
  30% {box-shadow: 0 10px 40px rgb(52, 199, 89);}
}

.user-account .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
{
  background: #867154;
    border: 1px solid #F8E4BF;
    transition: .5s;
    -webkit-text-fill-color: white;
    opacity: 1;
    font-family: 'Marcellus';
}

.user-account .nav-tabs {
  border-color: transparent;
}
.user-account .nav-tabs .nav-item.show .nav-link,
.user-account .nav-tabs .nav-link.active {
  border: .5px solid transparent;
  text-transform: none;
  font-family: "Marcellus";
  background: #bc8f6b20;
  color: white;
  opacity: 1;
  border-radius: 20px;
  
}

.user-account .nav-tabs .nav-link {
  color:white;
  text-align: center;
  opacity: .5;
  cursor: pointer;
  
}

.user-account .nav-tabs .nav-link ul {
  width: 100%;
}

.user-account .nav-tabs .nav-link i {
  font-size:32px;
  
}

.user-account .nav-tabs .nav-link ul li span {
  
}


.user-account  .tab-content .tab-pane {
  border:0;
  padding: 20px 0;
}


/*All News*/
section.all-news .card .card-body {
  min-height:170px;
}
section.all-news .card img {
  border-radius:20px;
}
section.all-news .card ul.date-time {
  border-bottom: 1px solid #bd906c;
  border-top: 1px solid #bd906c;
  margin: 0;
  background:#00000090;
  padding: 10px 20px;
  border-radius: 20px;
  position: absolute;
  left:7%;
  top:5%;
}
section.all-news .card ul.date-time .day {
  font-size: 62px;
  box-shadow: none;
  background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 65px;
}
section.all-news .card ul.date-time li {
  pad: 0;
  margin: 0;
}
section.all-news .card ul.date-time li .mounth {
  font-size: 18px;
}
section.all-news .card ul.date-time li .year {
  font-size: 18px;
}

/*Class*/
.class {
  background: #101010;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: auto;
  font-family:"Marcellus";
  padding:100px;
}
.class .nav-tabs {
  display: flex;
  width: 100%;
  border:none;
}
.class .nav-tabs  .nav-item {
  flex: 1;
}
.class .nav-tabs  .nav-link {
  width: 100%;
  border: none;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  opacity: .5;
}
.class .nav-tabs  .nav-link:hover {
  cursor: pointer;
}
.class .nav-tabs  .nav-link.active {
  width: 100%;
  border: none;
  opacity:1;
  transition:0.3s ease-in-out;
  margin-top: -10px;
  background: transparent;
}
section.class .tab-pane  h3 {
  color: #FFF;
  font-family: 'Marcellus';
}

.class .nav-tabs  .nav-link.active ul li p {
  color:#FFF !important;
  font-size: 24px;
  margin:10px 0;
  color: #FFFFFF50;
  transition:0.3s ease-in-out;
}
.class .nav-tabs  .nav-link ul li img {
  width: 80px;
}
.card {
    background-color: rgb(255 255 255 / 5%);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-top: 1px solid #BC8F6B;
    border-bottom: 1px solid #BC8F6B;
    border-left-color:transparent;
    border-right-color:transparent;
    position: relative;
    min-height: 260px;
    transition: .5s;
    border-radius:30px;
    position: relative;
    text-align: center;
}
.card .rosette{
  left:0;
  margin:0 auto;
  right: 0;
  z-index:2;
  /* width: 220px; */
  transition: .5s;
}
.class .tab-content .tab-pane .card {
    background-color: rgb(255 255 255 / 5%);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-top: 1px solid #BC8F6B;
    border-bottom: 1px solid #BC8F6B;
    border-left-color:transparent;
    border-right-color:transparent;
    position: relative;
    min-height: 260px;
    transition: .5s;
    border-radius:30px;
    position: relative;
    min-height: 500px;
    text-align: center;
  
}
.class .tab-content .tab-pane .card::after {
  content: '';
  position:absolute;
  z-index:2;
  width:120px;
  height:60px;
  background:url(../img/down.png) no-repeat center center;
  background-size:100%;
  left:0;
  right:0;
  margin: 0 auto;
  top:-28px;
}
.class .tab-content .tab-pane .card .rosette{
  left:0;
  margin:0 auto;
  right: 0;
  z-index:2;
  width: 220px;
  transition: .5s;
}
.class .tab-content .tab-pane .card:hover .rosette{
  margin-top:-20px;
  transition: .5s;
  margin-bottom: 20px;
}
.class .tab-content .tab-pane .card .card-body.key-skill h4{
  color: #A78B64;
  font-family: 'Marcellus';
}
.class .tab-content .tab-pane .card .card-body.key-skill span{
  font-size: 14px;
  line-height: auto;
}
section.class .tab-content .card .card-body h3 {
  color: #FFF;
  font-family: 'Marcellus';
}
.class .tab-content .tab-pane .card:hover {
  transition: 0.5s ease-in-out;
  backdrop-filter: blur(20px);
}
.class.tab1-background,
.class.tab2-background,
.class.tab3-background,
.class.tab4-background {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  box-shadow: inset 0 10px 60px black;
  transition: 0.9s;
}
.class.tab1-background {
  background: url(../img/ranking-background.jpg), no-repeat center center;
  box-shadow: inset 0 10px 160px black;
}

/*Charactrer List*/
.character-list {
  background:url(../img/user-account-background.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 10px 60px black;
  width: 100%;
  display: block;
  height: auto;
  font-family:"Marcellus";
}
.character-list .card {
  background-color: rgb(255 255 255 / 5%);
  backdrop-filter: blur(150px);
  padding: 20px;
  border-bottom: .1px solid #BC8F6B;
  border-top-color:transparent;
  border-left-color:transparent;
  border-right-color:transparent;
  position: relative;
  min-height: 260px;
  transition:0.5s ease-in-out;
  border-radius:30px;
  position: relative;
}

/*Footer*/
footer {
  background:url(../img/footer-background.png) center bottom no-repeat;
  background-size:cover;
  width: 100%;
  color: #000;
  font-family:"Marcellus";
}
@media (max-width: 575.98px) {
  footer {
      /* background-image: none; */
      background: black;
  }
}
footer .footer-content {
  padding: 40px 120px;
}
footer .footer-content a {
  font-family:"Marcellus";
  font-size: 14px;
  line-height:32px;
}
footer .stay .social img{
  width: 32px;
  margin: 10px;
}
footer .stay {
  padding: 20px;
  height: 220px;
  background:url(../img/stay-background.jpg) left center no-repeat;
  background-size: cover;
}
footer .stay h3 {
  font-family: 'Archeologicaps';
  text-transform: uppercase;
  box-shadow: none;
  background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .footer-content .warning img {
  width:100%;
}
footer .footer-content .copyright img {
  width: 120px;
  float: right;
}

/*Drawer*/
.drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background-color:#000;
  color: white;
  transition: left 0.3s;
  z-index:9999;
  overflow-y: scroll;
}
.drawer.open {
  left: 0;
}
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 1.25rem;
  background: rgb(55, 29, 25);
  background: linear-gradient(310deg, rgba(55, 29, 25, 1) 0%, rgba(25, 25, 25, 1) 28%, rgba(87, 48, 42, 1) 46%, rgba(38, 20, 13, 1) 65%, rgba(113, 39, 39, 1) 100%);
  border-bottom: 1px solid #F8E4BF;
}
.drawer-body {
  padding: 16px;
}
.drawer-body ul li  {
  width:100%;
  padding:5px 0;
}
.drawer-body ul li a {
  font-size: 16px;
  padding: 5px 0;
  display: block;
  opacity:1;
}
.drawer .drawer-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
  border-top: 1px solid #495057;
}
.drawer-body .menu-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #495057;
}
.drawer-body .menu-item a {
  color: white;
  flex-grow: 1;
}
.drawer-body .list-unstyled.collapse.show li a {
  font-size: 12px;
  padding: 10px 0;
}
.drawer-body .accordion-button::after{
  background-image:url(../img/down-menu.svg);
}
.drawer-body .accordion-item:first-of-type>.accordion-header .accordion-button {
  color: #FFF;
}
.drawer-body .collapse-link {
  color: white;
  text-decoration: none;
  
}
.drawer-body .accordion, .drawer-body .accordion-button,.drawer-body .accordion-button:not(.collapsed), .drawer-body .header,
.drawer-body .accordion-item {
  background: transparent;
  border:transparent;
  font-family: 'Marcellus';
}
.accordion-button:not(.collapsed),.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  box-shadow: none;
  color: white;
}
.drawer-body .accordion .accordion-body {
  padding: 5px;
}
.drawer-body .accordion .accordion-header {
  font-family: 'Marcellus';
  
}
.drawer-body .accordion .accordion-header .btn {
  border:0px;
}
.drawer-body .accordion .accordion-body ul li h6 {
  font-family: 'Marcellus';
}
.drawer-body .accordion .accordion-body ul li a {
    cursor: pointer;
    box-shadow: none;
    transition: .3s;
    background: -webkit-linear-gradient(#BC8F6B, #F8E4BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Marcellus';
}
.drawer-body .accordion .accordion-button {
  padding: 10px 0;
  color: white;
  font-family: 'Marcellus';
}
.drawer-body .accordion-item {
  padding: 10px;
}
.drawer-body .accordion-item.border-bottom {
  
  border-color:#91795770 !important;
}
.drawer-body .btn.sign-up {
  background:url(../img/signup.png) no-repeat top center;
  background-size: 100%;
  height: 48px;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #86715460;
  backdrop-filter: blur(5px);
  z-index: 9999;
  background: url(../uploads/logo.png) no-repeat center center;
  background-size:80px;
}

.spinner {
  border: 4px solid #867154;
  border-top: 4px solid #FFF;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#content {
  display: none;
  text-align: center;
}


@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
  @media (min-width: 575.98px) {
    .navbar-brand {
      display: none;
    }
  }
 /* Nav Media Query for extra small screens */
 @media (max-width: 575.98px) {
  
   /*Breadcrumb*/
  
  .breadcrumb {
    margin-top: 40px;
  }
   /*Nav*/
  nav.fixed-top {
    background: url(../img/mobile_nav_bg.png) no-repeat center top;
    background-size: 100% 100%;
    margin-top: 10px;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .navbar-toggler {
    position: absolute;
    left:20px;
  }

  /*Sections*/
  section {
   height: auto;
   padding:60px 20px;
  }
  section.lost-pass .left, section.lost-pass .left form {
    padding: 20px;
  }
  section.class{
    background:url(../img/class-background-mobile.jpg) no-repeat center center #1B202B;
  }
  section.login .left form {
    width: 100%;
    padding:100px 20px 20px 20px;
  }
  section.join {
    background: black;
    height: auto;
    text-align: center;
    padding:20px;
    
  }
  section.join ul {
    margin: 0;
    padding-left: 0;
  }
  section.join h3 {
    width: 100%;
  }
  section.join .btn {
    width: 100%;
    font-size: 14px;
    padding:10px 20px;
  }
  section.register .left form {
    padding: 60px 40px;
  }
  section.user-account {
    padding:40px  10px;
    margin-top: 100px;
  }
  section.user-account .card {
    margin-bottom: 10px;
    padding: 0;
  }
  section.features {
    padding: 20px;
  }
  section.features .carousel .carousel-item {
    min-height: auto;
  }
  section.news{
    padding: 60px 20px;
    text-align: center;
  }

  /*Carousel*/
  .carousel.promo .carousel-item .carousel-caption .logo {
    width: 240px;
  }
  .carousel.promo .carousel-item h2 {
    font-size:32px;
  }

  /*Footer*/
  
  footer .footer-content {
    padding: 40px 20px;
  }
  footer .footer-content h5 {
    text-align: center;
  }
  footer .footer-content .warning img {
    float: none;
  }
  footer .footer-content .copyright img {
    float: none;
  }
  section.login .left {
    padding: 20px;
    height: 100%;
  }
  .table-dark tbody tr td, .table-dark thead tr th {
    padding:5px 5px 5px 5px;
  } 
  .user-account .card {
    padding: 10px;
  }

/*User Profile*/
  .user-profile {
    overflow-x: auto; /* Yatay kaydırma eklemek için */
    white-space: nowrap; /* Öğelerin yan yana dizilmesini sağlar */
  }
  .user-profile ul {
    display: inline-block; /* Liste öğelerini yatay hizalar */
  }
  .user-profile li {
    display: inline-block; /* Liste öğelerinin yan yana gelmesini sağlar */
    padding-right: 10px; /* Öğeler arasına boşluk ekler */
  }
  .user-profile a {
    display: inline-block; /* Bağlantıların yatay hizalanmasını sağlar */
  }
   /*All News*/
   section.all-news .one-column {
   
   }
   section.all-news .one-column ul.date-time {
     left: 7%;
     top: 2%;
 
   }

   /*Class*/
   .class {
    padding:20px;
   }
   .class.tab1-background {
    background:url(../img/ranking-background.jpg) no-repeat center center;
    background-size:cover;
  }
  .class .tab-content .tab-pane .card {
    min-height: auto;
  }
  .class .nav-tabs .nav-link {
    padding: 3px;
  }
  .class .nav-tabs .nav-link.active ul li p {
    font-size: 20px;
  }

  footer {
    background-image: none;
  }

}

/* Media Query for medium screens */
 /* @media (min-width: 768px) and (max-width: 991.98px) {
  nav.fixed-top {
    background: rgb(55,29,25);
    background: linear-gradient(310deg, rgba(55,29,25,1) 0%, rgba(25,25,25,1) 28%, rgba(87,48,42,1) 46%, rgba(38,20,13,1) 65%, rgba(113,39,39,1) 100%);
    border-bottom:1px solid #F8E4BF;
    padding: 10px 10px;
  }
  section.login .left form {
    width: 100%;
    padding:60px 20px;
  }

  section.media {
    height: auto;
    padding: 40px;
  }
  section.features {
    height: auto;
    padding: 40px;
  }
  footer .footer-content {
    padding:40px 20px;
    height: auto;
  }
  section.login .left {
    padding: 20px;
    height: 100%;
  }
  section.register .left form {
    padding: 20px;
  }
  section.register .left form {
    padding: 20px;
  }
  section.lost-pass {
    padding: 20px;
  }
  .carousel.promo  {
    height:720px;
    overflow: hidden;
  }
  .carousel.promo .carousel-item {
    height: 80vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
  }
  .carousel.promo .carousel-caption {
    bottom: 20%;
  }
} */

/* Media Query for large screens */
@media (min-width: 992px) and (max-width: 1199.98px) {

  nav.fixed-top {
    background: rgb(55,29,25);
    background: linear-gradient(310deg, rgba(55,29,25,1) 0%, rgba(25,25,25,1) 28%, rgba(87,48,42,1) 46%, rgba(38,20,13,1) 65%, rgba(113,39,39,1) 100%);
    border-bottom:1px solid #F8E4BF;
  }
  section.news, section.class, section.vort {
    padding:20px;
  }
  .navbar ul.navbar-nav.ms-lg-auto {
    margin-right:0 !important;
  }
  nav.navbar .navbar-nav .nav-item .nav-link {
    font-family: 'Frozito';
    font-size: 18px;
    font-weight: normal;
    padding: 10px 10px;
  }

  section.all-news .one-column ul.date-time {
    left: 3%;
    top: 5%;

  }

  .carousel.promo  {
    height:720px;
    overflow: hidden;
  }
  .carousel.promo .carousel-item {
    height: 100vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
  }
  .carousel.promo .carousel-caption {
    bottom: 10%;
  }
}

/* Media Query for other screens */
@media only screen and (min-width: 1366px) and (max-width: 1920px) and (min-height: 1024px) and (max-height: 1080px) {
  .user-account .card {
    min-height: 220px;
  }
  .carousel.promo  {
    height:720px;
    overflow: hidden;
  }
  .carousel.promo .carousel-item {
    height: 80vh;
    min-height: 300px;
    background-size: cover;
    background-position: center;
  }
  .carousel.promo .carousel-caption {
    bottom: 20%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 840px) and  (max-width: 1180px) and  (min-height: 1160px) and (max-height: 1200px) {
  .user-account {
    padding:120px 0 20px 0;
  }

  .user-account .card {
    min-height: 220px;
  }
}

/* Media Query for 2K 4K screens */
@media only screen and (min-width: 2048px) {

  section.features,section.news,section.vort
  ,section.media {
    height: auto;
    padding: 100px;
    
  }

  nav.fixed-top {
    background-size:cover;
  }
  section.features,section.news,section.vort,section.media {
    height: auto;
    padding: 100px;
    
  }
  footer {
    background-size:100%;
  }
}
