body {
    font-family: Poppins;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    align-items: start;
    padding: 0px;
    margin: 0px;
    background-color: #000;
}
.header {
    background-color: #030303db;
    height: 80px;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 15px;
    position: fixed;
    z-index: 1000;
    border-bottom-color: rgba(128, 128, 128, 0.212);
    border-bottom-style: solid;
    border-bottom-width: 0.8px;
    animation-name: onb;
    animation-duration: 0.1s;
    animation-delay: 1.3s; /* time to start execute */
    animation-fill-mode: forwards;
}
.left-section-of-header {
    height: inherit;
    width: 210px;
    margin-top: 10px;
}
.logo {
    width: 100%;
    height: 70px;
}
.right-section-of-header {
    height: 100px;
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
}
.icons:hover .icon1 {
    display: none;
}
.icons:hover .icon2 {
    display: block;
    opacity: 1;
}
.header-txt1 {
    height: 70px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    text-align: center;
}
.header-txt2 {
    height: 70px;
    width: 150px;
    background-color: #56515d62;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    text-align: center;
}
.header-txt1:hover .tit,
.header-txt2:hover .tit {
    color: #a461fd;
    border-bottom: 1px solid #a461fd;
}
.header-txt1:hover,
.header-txt2:hover {
    background-color: #52456362;
}
.tit {
    height: auto;
    width: 80px;
    font-weight: 600;
    font-size: 19px;
    color: #dcd1ea;
    border-bottom: 1px solid #dcd1ea;
}
.body-container {
    display: flex;
    flex-direction: row;
    position: relative;
}
.main {
    padding: 50px 130px;
    display: inline-block;
    height: auto;
    align-items: start;
    justify-content: center;
    display: inline-block;
    margin-top: 101px;
    flex: 1;
}
.level-card {
    width: 255px;
    height: 435px;
    align-items: start;
    justify-content: center;
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 80px;
    border: 0.5px solid#e888930e;
    background-color: #030303d7;
    vertical-align: top;
    cursor: pointer;
    animation-name: onbord;
    animation-duration: 0.09s;
    animation-delay: 1.7s; /* time to start execute */
    animation-fill-mode: forwards;
}
.level-card:hover {
    border: 0.5px solid#f6c3c9;
    background: #000000a5;
}
.level-icon {
    width: 170px;
    height: 170px;
    padding: 2px;
}
.level-txt {
    height: 160px;
    display: block;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0px;
}
.card-title {
    color: rgba(255, 255, 255, 0.4);

    font-weight: 700;
    font-size: 17px;
    animation-name: ontit;
    animation-duration: 0.1s;
    animation-delay: 2s; /* time to start execute */
    animation-fill-mode: forwards;
}
.card-desc {
    color: #eedefb84;
    font-weight: 300;
    border-top: 1px solid #dcd1ea6e;
    padding-top: 8px;
    animation-name: ontit;
    animation-duration: 0.1s;
    animation-delay: 2.4s; /* time to start execute */
    animation-fill-mode: forwards;
}
.lock {
    height: 60px;
    width: 80px;
    background-color: #ffffff00;
    border: none;
    cursor: pointer;
}
.lock-container {
    height: 1;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: end;
}
.toolbar {
    width: 220px;
    height: 100%;
    background-color: #03030377;
    position: fixed;
    z-index: 1000;
    right: 0;
    margin-top: 81px;
    overflow: hidden;
    justify-content: center;
    padding-left: 10px;
}
.toolbar2 {
    width: 90px;
    background-color: #03030377;
    position: fixed;
    right: 0;
    top: 96px;
    height: 630px;
    overflow: hidden;
    justify-content: center;
    display: none;
}
.toolbar-item {
    width: 100%-15px;
    height: 107px;
    border-bottom: 0.1px solid #ffffff13;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    padding: 10px;
    animation-name: onb;
    animation-duration: 0.1s;
    animation-delay: 1.5s; /* time to start execute */
    animation-fill-mode: forwards;
}
.toolbar-txt {
    font-size: 16px;
    color: #f6f6f645;
    font-weight: 600;
    text-decoration: none;
    width: 100px;
    animation-name: ontit;
    animation-duration: 0.1s;
    animation-delay: 1.2s; /* time to start execute */
    animation-fill-mode: forwards;
}
a {
    text-decoration: none;
}
.toolbar-item:hover {
    background-color: rgba(0, 0, 0, 0.612);
    border-bottom: 0.1px solid #87acdc78;
}
.toolbar-item:hover .toolbar-txt {
    color: #5a91da;
    text-shadow: 1px 1px 2px #387dd8a6; 
} 
.icons {
    width: 50px;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.icons2 {
    width: 50px;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.icons img {
    display: block;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}
.icon1 {
    right: 10px;
    margin: 0px;
    height: inherit;
    width: 60px;
    animation-name: onic;
    animation-duration: 0.1s;
    animation-delay: 0.7s; /* time to start execute */
    animation-fill-mode: forwards;
    opacity: 0;
}
.icon2 {
    right: 10px;
    margin: 0px;
    height: inherit;
    width: 60px;
    animation-name: onic;
    animation-duration: 0.1s;
    animation-delay: 0.5s; /* time to start execute */
    animation-fill-mode: forwards;
    opacity: 0;
}
.MB {
    height: 60px;
    margin-top: 8px;
    background-color: #00000000;
    border: none;
    margin-right: 17px;
}