@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&family=Open+Sans:wght@400;700&display=swap');

* {
    outline: none
}

body {
    font-family: 'Noto Sans';
    font-size: 12px;
    line-height: 150%;
}

.top-section {
    width: 100%;
    height: 50px;
    background-color: #150000;
    padding-top: 12px;
    color: #FFF;
}

.status img,
.social i {
    margin-left: 8px
}

.social i {
    color: #FFF;
}

.menu-section {
    width: 100%;
    height: 110px;
    background-color: #400808;
}

.navbar-nav .nav-item {
    margin-top: 25px;
}

.navbar-nav .nav-item:nth-child(1),
.navbar-nav .nav-item:nth-child(2),
.navbar-nav .nav-item:nth-child(3),
.navbar-nav .nav-item:nth-child(4) {
    margin-right: 65px;
}

.navbar-nav .nav-item:nth-child(6),
.navbar-nav .nav-item:nth-child(7),
.navbar-nav .nav-item:nth-child(8),
.navbar-nav .nav-item:nth-child(9) {
    margin-left: 65px;
}

.nav-link {
    color: #FFF !important;
    opacity: 1 !important;
}

.nav-link:hover {
    color: #FFCA12 !important
}

.header {
    width: 100%;
    height: 623px;
    background: url('../img/header_bg.png') top center no-repeat;
    background-color: #A5291B;
}

.header-text p {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 179px;
    margin-bottom: 15px;
}

.header-text h1 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 88px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #FFCA12;
}

.header-chibi img {
    margin-top: 3px
}

.info-section {
    width: 100%;
    min-height: 334px;
    background: #F8F8F8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    margin-top: -115px;
    padding: 58px 18px 0 20px;
    font-family: 'Open Sans';
}

.discord {
    position: absolute;
    margin-left: 98px;
    margin-top: -79px;
}

.btn-discord {
    width: 176px;
    height: 56px;
    background: url('../img/discord-btn.png') no-repeat;
    border: none;
}

.info-section h2,
.info-section h3 {
    font-weight: 700;
    color: #A5291B;
}

.info-section h2 {
    font-size: 32px;
    line-height: 120%;
    text-align: center;
}

.info-section h3 {
    font-size: 24px;
    line-height: 180%;
    text-align: justify;
}

.info-section p {
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    text-align: justify;
    color: #3A3747;
}

.info-list {
    color: #FFCA12;
    font-size: 20px;
}

.info-list span {
    font-size: 13px;
    color: #000;
}

.statistics-section p {
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 180%;
}

.statistic {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
}

.statistic img {
    float: left;
    margin-right: 49px;
    margin-top: 15px
}

.statistic p:first-child {
    font-size: 16px;
    color: #400808;
    margin-bottom: 0px;
}

.statistic p:last-child {
    font-size: 40px;
    color: #FFCA12;
    margin-top: -35px
}

.woe-section,
.pvp-section {
    width: 100%;
    min-height: 405px;
    text-align: center;
    padding-top: 24px
}

.woe-section {
    background: #400808;
    border-radius: 30px 0px 0px 30px;
}

.pvp-section {
    background: #A5291B;
    border-radius: 0px 30px 30px 0px;
}

.woe-section h2,
.pvp-section h2 {
    font-size: 24px;
    color: #FFCA12;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}

.woe-section h3,
.pvp-section h3 {
    font-size: 20px;
    color: #FFF;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 120%;
}

.pvp-section h3 {
    margin-bottom: 40px
}

.castle {
    padding-top: 24px
}

.castle img:first-child {
    position: absolute;
    margin-top: 50px;
    margin-left: 49px;
}

.castle p {
    font-family: 'Open Sans';
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    line-height: 180%;
    margin-top: 16px;
}

.castle p:last-child {
    font-size: 20px;
    line-height: 120%;
    margin-top: -15px
}

.pvp p {
    font-family: 'Open Sans';
    font-weight: 700;
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
    margin-top: 16px;
}

.pvp p span {
    font-weight: normal;
}

.pvp p:last-child {
    font-size: 14px;
    line-height: 180%;
    margin-top: -15px
}

.btn-news {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #400808;
    padding: 15px;
    height: 49px;
    background: #FFFFFF;
    border: 2px solid #400808;
    border-radius: 30px;
    margin-right: 16px;
    transition: 0.5s;
}

.news-active,
.btn-news:hover {
    background: #400808;
    color: #FFF;
}

.news-info p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
    color: #3A3747;
    margin-bottom: 0px;
}

.news-info p:first-child {
    font-weight: bold;
}

.lea-mas {
    border: none;
    background: transparent;
    color: #3000FF;
    float: right;
    font-size: 14px
}

.ticket {
    width: 100%;
    min-height: 216px;
    background: #F8F8F8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 24px 72px 0 72px
}

.ticket h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 24px;
    line-height: 180%;
    text-align: justify;
    color: #A5291B;
}

.ticket p {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 180%;
    text-align: justify;
    color: #3A3747;
    margin-bottom: 24px
}

.news-content {
    animation: fadeEffect 1s;
}

.ticket div {
    width: 280px;
}

.btn-ticket {
    width: 280px;
    height: 50px;
    background: #400808;
    border-radius: 50px;
    border: none;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.vote-section {
    margin-top: 110px;
    width: 100%;
    min-height: 271px;
    background: linear-gradient(180deg, #A5291B 0%, #400808 100%);
    border-radius: 30px;
}

.vote-info {
    padding-top: 55px;
    padding-right: 126px;
    padding-left: 8px;
}

.vote-info h2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    color: #FFCA12;

}

.vote-info p {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.vote-section img {
    margin-top: -85px
}

.vote-info div {
    width: 280px;
}


.btn-vote {
    width: 280px;
    height: 50px;
    background: #FFCA12;
    border-radius: 50px;
    border: none;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #400808;
    margin-bottom: 20px;
}

.footer {
    width: 100%;
    min-height: 240px;
    background: #400808;
    padding-top: 34px;
    border-top: 10px solid #A5291B;
}

.footer h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #FFCA12;
}

.footer p {
    font-family: 'Noto Sans';
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
}

.footer ul {
    padding-left: 12px
}

.footer li,
.footer li a {
    font-family: 'Noto Sans';
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.5s;
}

.footer li a:hover {
    color: #FFCA12
}

.copyright p {
    font-family: 'Noto Sans';
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.copyright img {
    margin-top: -5px
}

#logo, #menu, .nav-item {
    transition: 0.4s;
}

.logo-box {
    width: 137px;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu {
    --bs-dropdown-bg: #212529 !important;
    border: none !important;
}

.dropdown-item {
    color: #FFF !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #212529 !important;
    color: #FFCA12 !important;
}

.ctnr {
    min-height: 499px;
}

@media (max-width: 1400px) {

    .navbar-nav .nav-item:nth-child(1),
    .navbar-nav .nav-item:nth-child(2),
    .navbar-nav .nav-item:nth-child(3),
    .navbar-nav .nav-item:nth-child(4) {
        margin-right: 45px;
    }

    .navbar-nav .nav-item:nth-child(6),
    .navbar-nav .nav-item:nth-child(7),
    .navbar-nav .nav-item:nth-child(8),
    .navbar-nav .nav-item:nth-child(9) {
        margin-left: 45px;
    }
    
    .vote-info {
        padding-right: 80px;
    }
    
    .vote-section img {
        margin-top: -65px;
    }
}

@media (max-width: 1200px) {

    .navbar-nav .nav-item:nth-child(1),
    .navbar-nav .nav-item:nth-child(2),
    .navbar-nav .nav-item:nth-child(3),
    .navbar-nav .nav-item:nth-child(4) {
        margin-right: 25px;
    }

    .navbar-nav .nav-item:nth-child(6),
    .navbar-nav .nav-item:nth-child(7),
    .navbar-nav .nav-item:nth-child(8),
    .navbar-nav .nav-item:nth-child(9) {
        margin-left: 25px;
    }
    
    .vote-info {
        padding: 25px 15px;
    }
    
    .vote-section img {
        margin-top: -65px;
    }
}

@media (max-width: 992px) {

    .navbar-nav .nav-item:nth-child(1),
    .navbar-nav .nav-item:nth-child(2),
    .navbar-nav .nav-item:nth-child(3),
    .navbar-nav .nav-item:nth-child(4),
    .navbar-nav .nav-item:nth-child(6),
    .navbar-nav .nav-item:nth-child(7),
    .navbar-nav .nav-item:nth-child(8),
    .navbar-nav .nav-item:nth-child(9) {
        margin-left: 0;
        margin-right: 0;
    }

    .header {
        height: 450px;
    }

    .header-text p {
        margin-top: 90px;
    }

    .header-chibi img {
        width: 100%;
    }

    .woe-section,
    .pvp-section {
        border-radius: 30px
    }

    .woe-section {
        margin-bottom: 30px
    }

}

@media (max-width: 768px) {

    .header {
        height: 380px;
    }

    .header-text p {
        font-size: 28px;
        text-align: center;
    }

    .header-text h1 {
        font-size: 45px;
        text-align: center;
    }

    .discord {
        margin-left: 20px
    }

    .ticket {
        padding: 20px 15px 0 15px;
    }

    .ticket h2 {
        text-align: center;
    }

    .vote-section {
        margin-top: 40px;
        min-height: 250px;
    }

    .vote-info {
        padding: 25px 15px 0 15px
    }

    .vote-info h2 {
        font-size: 34px
    }

    .vote-info p {
        margin-bottom: 30px;
    }

    .btn-ticket,
    .ticket div,
    .vote-info div,
    .btn-vote {
        width: 100%;
    }

    .footer {
        border-top: 5px solid #A5291B;
        padding-top: 5px;
        min-height: 50px;
    }
}

@media (max-width: 480px) {
    .statistic {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .statistic img {
        float: left;
        margin-right: 20px;
        margin-top: 15px
    }

    .statistic p {
        font-size: 12px;
    }

    .statistic p:last-child {
        font-size: 30px;
        margin-top: -35px
    }

    .flag {
        width: 90px;
    }

    .castle img:first-child {
        margin-top: 32px;
        margin-left: 33px;
    }


    .woe-section,
    .pvp-section {
        min-height: 350px;
    }

    .woe-section h2,
    .pvp-section h2 {
        font-size: 20px
    }

    .woe-section h3,
    .pvp-section h3 {
        font-size: 12px
    }

    .castle p {
        font-size: 10px;
    }

    .castle p:last-child {
        font-size: 14px;
        line-height: 120%;
        margin-top: -15px
    }

    .pvp p {
        font-size: 14px;
        line-height: 120%;
        margin-top: 16px;
    }

    .pvp p:last-child {
        font-size: 10px;
        margin-top: -15px
    }

    .btn-news {
        font-size: 11px;
        padding: 9px;
        height: 35px;
        margin-right: 4px;
    }

    .offcanvas.offcanvas-end {
        width: 225px !important;
    }
}

@media (max-width: 450px) {
    .news-img {
        width: 100%;
    }
}