* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100%;
    font-family: Montserrat, sans-serif !important;
    overflow: hidden;
    overflow-y: scroll;
}

p {
    color: white;
}

p.title {
    align-self: self-start;
    display: flex;
}

a {
    text-decoration: none;
}

a.link-button-rose {
    display: flex;
    justify-content: space-around;
}

::-webkit-scrollbar {
    display: none;
}

ul li a {
    color: white;
    text-decoration: none;
    font-size: small;
}

ul li {
    list-style: none;
}

.index {
    position: relative;
    width: 100%;
}

header {
    position: relative;
    width: 100%;
    height: 389px;
}

.head {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    background: rgba(54, 54, 54, 0.25);
    box-shadow: 0px 125px 125px rgba(0, 0, 0, 0.25);
}

.index::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background: url(../img/2021_02_16_10_02_1.png);
    z-index: -1;
    filter: blur(9px);
    background-position: 5px -372px;
    
}

header .content {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
    
    top: 54px;
}



.head ul.hl {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.head ul.hl li {
    display: flex;
    float: left;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.head ul.hl li a {
    display: block;
    margin: 0 0 0 1px;
    padding: 25px 10px;
    text-align: center;
    color: white;
    text-decoration: none;
    line-height: 1.3em;
    font-style: normal;
    font-size: medium;
}

.head li.shop {
    background: #D680FF;
    border-radius: 15px;
    font-weight: bold;
    height: 50px;
    width: 150px;
    text-transform: uppercase;
}

.head li.shop a {
    align-items: center;
    text-align: center;
    font-size: large;
}


.content .discord  {
    text-align: end;
    display: flex;
    align-items: center;
    gap: 6px;
}

.content .discordlogo {
    background: url(../img/discord_head.svg) !important;
    background-repeat: no-repeat !important;
    height: 50px;
    width: 50px;
    background: rgba(54, 54, 54, 0.25);
    box-shadow: 0px 125px 125px rgba(0, 0, 0, 0.25);
    content: '';
}


header .content .logo {
    background: url('../img/logo_denoria_website_3_1.png');
    background-repeat: no-repeat;
    width: 155px;
    height: 156px;
}

header .content h3 {
    color: white;
}

header .content p {
    color: #D680FF;
    
}

header .content h3 {
    text-transform: uppercase;
    
}

.content .discord a {
    content: '';
    display: flex; 
    justify-content: center;
    align-items: center;
}

header .content .discord .img {
    position: relative;
    background: url('../img/Discord-Logo-White.svg') rgba(54, 54, 54, 0.25);
    background-repeat: no-repeat;
    background-position: 8px 12px;
    background-size: 35px;
    width: 50px;
    height: 50px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.content .ip {
    display: flex;
    gap: 6px;
    align-items: center;
}


.small {
    font-size: x-small !important;
}

.content-page {
    background: #363636;
    color: white;
    display: flex;
    gap: 25px;
    padding: 75px 200px;
    align-items: flex-start;
    justify-content: center;
}

.content-page .left {
    flex-direction: column;
    align-items: center;
}

.content-page .left .cube {
    background: #4B4B4C;
    border-radius: 5px;
    display: flex;
    justify-content: space-evenly;
    align-content: flex-start;
    flex-direction: column;
    padding: 20px;
}

.content-page .left .cube .title {
    font-size: medium;
}

.content-page .left .cube .description {
    font-size: small;
    width: 693px;
}

.content-page .left .cube .redac-info {
    color: #B6B6B6;
    font-size: 15px;
    line-height: 18px;

}

.content-page .right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background: #4B4B4C;
    padding: 20px;
    border-radius: 5px;
    gap: 15px;
}


.description img {
    max-width: 693px;
    max-height: 390px;
}



.button-rose {
    display: flex;
    background: #D680FF;
    border-radius: 5px;
    width: 150px;
    height: 35px;
    content: '';
    align-items: center;
    justify-content: center;
    align-self: center;
}


.content-page .right .button-rose a {
    color: white;
    text-decoration: none;
}


.content-page .right .cube {
    text-align: center;
}

header .content .ip .copy-ip {
    position: relative;
    background: url('../img/mc.svg') rgba(54, 54, 54, 0.25);
    background-repeat: no-repeat;
    background-position: 10px 11px;
    width: 50px;
    height: 50px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.discord-card {
    display: flex;
}

.discord-card a {
    text-decoration: none;
    color: white;
}

footer {
    background: #4B4B4C;
    color: white;
}

footer .downfooter {
    background: #3F3F3F;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.navigation-responsive-toggle {
    font-size: 16px;
    color: #fafafa;
    display: none;
    float: right;
    padding: 21px 5px;
}

footer .upfooter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 48px;
    padding: 25px;
    
}

footer .upfooter .description {
    width: 312px;
    left: 155px;
}

footer .upfooter .description img {
    width: 188px;
    height: 52px;
}

.discord-footer {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.navigation-responsive {
    display: none;
}

/**
* Responsive
*/
@media (max-width:800px)  {
    img {max-width: 100% !important; height: auto !important; }
    .img {max-width: 100% !important; height: auto !important; }
    html {font-size:100% !important; }
    .discord {display: none !important;}
    .ip {display: none !important;}
    .right {display: none !important;}
    .separator {height: 26px !important;}
    .hl {display: none !important;}
    .navigation-responsive-toggle { display: inline-block; padding-right: 49px;}
    .head {justify-content: flex-end;}

    .navigation-responsive.open {
        display: block;
        position: fixed;
        left: 0px;
        top: 70px;
        right: 0px;
        background-color: #363636;
        text-align: center;
        z-index: 5;
    }

    .navigation-responsive.open .responsive-tabs {
        position: relative;
        top: initial;
        width: 100%;
    }

    .navigation-responsive.open .responsive-tabs .responsive-tab {
        float: none;
    }

    .navigation-responsive.open .responsive-tabs .responsive-tab .nav-link {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .navigation-responsive.open .responsive-tabs .responsive-tab .nav-link.shop {
        background: #D680FF;
        border-radius: 15px;
        font-weight: bold;
        padding: 12px;
        height: 50px;
        width: 150px;
        text-transform: uppercase;
    }
}

