@font-face {
    font-family: "Minecraft Regular";
    src: url("../fonts/1_Minecraft-Regular.eot?") format("eot"), url("../fonts/1_Minecraft-Regular.woff") format("woff"), url("../fonts/1_Minecraft-Regular.ttf") format("truetype"), url("../fonts/1_Minecraft-Regular.svg#Minecraft-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-family: "Minecraft Regular", sans-serif !important;
}

section.main {
    width: 700px;
    margin: auto;
}

.bg{
    background: url('../img/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1;

    
}

.header {

    box-shadow: 0px 0px 6px 6px black;
    padding: 20px;
    padding-bottom: 0px;
}

.search-box input {
    width: 100%;
    background: #110e0d;
    border: 1px solid #2d251f;
    padding-left: 10px;
    border-radius: 2px;
    font-size: 18px;
    padding-top: 2px;
    font-family: 'Minecraft Regular', sans-serif;
    color: white;
}

.category-group {
    margin-top: 20px;
    display: flex;
    gap: 5px;
}

section.plugins{
    background: #0000005c;
    padding-bottom: 100px;
}

button.category-btn {
    background: #100c09;
    color: #555555;
    padding: 2px 5px;
    border: 2px solid #100c09;
    border-bottom: none;
    border-radius: 2px;
    font-family: 'Minecraft Regular', sans-serif;
    transition: all 0.3s ease;
    font-size: 18px;
}

button.category-btn:hover,
button.category-btn:focus,
button.category-btn:active,
button.category-btn.active {
    background: #1a1715de;
    color: #fff;
    transform: scale(1.1) translate(0px, -1.3px);
}

section.plugins {
    background: #0000005c;
    min-height: calc( 100% - 107px );
}

html, body {
    height: 100%;
}

.plugin-item.hidden {
    display: none;
}


.plugins-list{
    display: none;
}

.plugins-list.active{
    display: block;
}

.plugin-item {
    display: flex;
    background: #4e4e4e26;
    margin-bottom: 10px;
}

.plugin-item .number {
    padding: 5px;
    color: #767676;
}

.container-sm {
    max-width: 700px !important;
}

.plugin-item .img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.plugin-item .text{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.plugin-item .text h3 {
    margin: 0px;
    color: white;
    font-family: 'Minecraft Regular';
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 2px;
}
.plugin-item .text small {
    color: #767676;
    font-size: 12px;
    margin: 0px;
    line-height: 8px;
    color: #55ff55;
    font-family: 'Minecraft Regular';
}


.plugin-item .text p{
    color: #767676;
    font-size: 14px;
    margin: 0px;
    font-family: 'Minecraft Regular';
    line-height: 14px;
    margin-top: 5px;
}


.plugin-item .img .img-item {
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.plugin-item .download {
    display: flex;
    justify-content: center;
    align-items: center;
}

a.download-btn {
    background: #b4b4b4;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #242424;
    margin-right: 20px;
    font-size: 20px;
}