* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
:root[drawn-website="drawncodes_alexandru"] {
    --ae_drawn--body__color: #020202;
    --ae_drawn--area__color: #070709;
    --ae_drawn--bars__color: #0e0e12;
    --ae_drawn--border__color: #16161d;
    --ae_drawn--main__color: #279fd9;
    --ae_drawn--main__color-rgb: 39, 159, 217;

    --ae_drawn--status__online: #18df18;
    --ae_drawn--status__online-rgb: 23, 222, 23;
    
    --ae_drawn--page__width: 1300px;
    --ae_drawn--main__font: 'Exo 2', sans-serif;
}
.ae_drawn__container {
    position: relative;
    max-width: var(--ae_drawn--page__width);
    padding: 0 15px;
    margin: 0 auto;
}
body {
    background: var(--ae_drawn--body__color);
    font-family: var(--ae_drawn--main__font);
    font-size: 13px;
    color: white;
}
#ae_drawn--header {
    position: relative;
    margin-bottom: 10px;
}
.drawn__header__top {
    position: relative;
    background: url(../assets/images/hero.png) no-repeat;
    height: 300px;
    background-size: cover;
    background-position: 50%;
}
.drawn__header__top > .ae_drawn__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90%;
}
.svg__hero {
    position: absolute;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}
.svg__hero > svg {
    display: block;
    width: calc(141.3%);
    height: 40px;
}
.drawn__menu {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ae_drawn--links {
    margin: 15px 0px;
}
.ae_drawn--links > h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 20px;
}
.drawn__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
}
.drawn__links > a {
    color: white;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    width: max-content;
    gap: 5px;
    margin-right: 15px;
    font-weight: 600;
}
.ae_drawn--upcoming {
    margin-top: 20px;
}
.ae_drawn--upcoming > h3 {
    display: flex;
    flex-direction: column;
}
.ae_drawn--upcoming > h3 > .title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.ae_drawn--upcoming > h3 > .date {
    font-size: 14px !important; 
    color: rgb(156, 156, 156);
    font-weight: 500;
    letter-spacing: 1px;
}
.drawn__links > a:hover {
    color: var(--ae_drawn--main__color);
}
.drawn__menu > li > a {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    line-height: 1.3;
}
.drawn__menu > li > a > i {
    font-size: 20px;
    color: var(--ae_drawn--main__color);
    filter: drop-shadow(0px 0px 10px rgb(var(--ae_drawn--main__color-rgb), 0.7));
}
.drawn__menu > li > a > span {
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
#countdown {
    display: flex;
    align-items: center;
    gap: 90px;
    margin-top: 10px;
    list-style: none;
}
  #countdown > li {
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    color: white;
    background: var(--ae_drawn--area__color);
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    border-radius: 5px;
  }
  span.sad {
    text-transform: lowercase;
    font-weight: 600;
    color: #bcbcbc;
  }
/*------------------*/
.ae_drawn--content {
    display: inline-flex;
    width: 100%;
    gap: 10px;
}
.drawn__infos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drawn__infos > img {
    width: 140px;
}
#ae_drawn--infos, 
#ae_drawn--servers {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    box-sizing: border-box;
}
#ae_drawn--infos {
    background: var(--ae_drawn--bars__color);
    border: 2px solid var(--ae_drawn--border__color);
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}
.ae_drawn--title > span {
    font-size: 25px;
    letter-spacing: 0.5px;
}
.ae_drawn--informations {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 5px 0px;
}
.community__members,
.community__online,
.community__servers {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.community__members > i,
.community__servers > i {
    color: var(--ae_drawn--main__color);
    filter: drop-shadow(0px 0px 7px rgb(var(--ae_drawn--main__color-rgb), 0.7));
}
.community__online > i {
    font-size: 10px;
    color: #18df18;
    border-radius: 100px;
    animation: drawn__pulse__001 3s infinite;
}
.community__members > span,
.community__online > span,
.community__servers > span {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ae_drawn--about {
    font-size: 14px;
    margin: 20px 0px;
}
#ae_drawn--servers {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: max-content;
    height: max-content;
}
#ae_drawn--servers > span {
    background: var(--ae_drawn--bars__color);
    border: 2px solid var(--ae_drawn--border__color);
    padding: 5px 10px;
    border-radius: 5px;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}



@media screen and (max-width: 767px) {
    .ae_drawn--content {
        flex-direction: column;
    }
    #ae_drawn--servers {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }
    #ae_drawn--servers > span {
        justify-content: center;
    }
    .drawn__links {
        grid-template-columns: repeat(2, 1fr);
    }
}