* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif; /* This can be changed to a more custom font if you like */
}

body {
    background: url('../l/MiraReeliindaBG.png');
    background-attachment: fixed;
    background-position: center;
    background-size: 500px;
    background-repeat: no-repeat;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
}

p {
    margin: 10px;
    padding: 5px;
    font-weight: 700;
    font-size: 20px;
    word-break: normal;
    border-bottom: rgba(186, 157, 255) 3px solid;
}

h2 {
    margin: 10px;
    border-bottom: solid 2px rgba(186, 157, 255);
}

.bar {
    display: flex;
    position: fixed;
    align-items: center;
    width: 100%;
    height: 45px;
    top: 0;
    border: white 3px solid;
    background-color: black;
    transition: top 0.7s ease;
    flex-wrap: wrap;
}

.bar.navbar-hidden {
    top: -100px;
}

.tab1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../l/RBC.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
    width: 60px;
    padding: 12px;
    margin-left: 5px;
    color: white;
    height: 40px;
}

.tab1:hover {
    cursor: pointer;
    background: url('../l/RBC2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
    background-color: white;
}

.tab {
    display: block;
    font-family: 'rbc';
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    color: white;
    height: 40px;
    font-size: 22px;
    font-weight: 500;
}

.tab:hover {
    cursor: pointer;
    text-decoration: underline;
    color: rgb(255, 0, 0);
    background-color: white;
}

.logobox {
    display: flex;
    width: 100%;
    height: 450px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo {
    display: flex;
    margin: 50px;
    width: 400px;
    height: 400px;
    background-image: url('../l/MiraRee.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainbox {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.inner {
    display: flex;
    margin-bottom: 20px;
    width: 850px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.audio {
    display: block;
    margin: 5px;
    padding: 7px;
    color: white;
    background-color: rgba(186, 157, 255);
    font-weight: 700;
}

.pTab {
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: 80px;
    border: rgb(147, 147, 147) 7px outset;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: rgba(186, 157, 255);
    font-family: rbc;
    text-shadow: 
        -2px -2px 0 rgb(255, 255, 255),  
        2px -2px 0 rgb(255, 255, 255),
        -3px 3px 0 rgb(255, 255, 255),
        1px 2px 0 rgb(255, 255, 255); 
    flex-wrap: wrap;
}

.pTab:hover {
    cursor: pointer;
    border: rgb(186, 157, 255) 7px inset;
    background-color: rgba(212, 197, 247, 0.726);
    font-family: rbc;
    color: white;
    text-shadow: 
        -2px -2px 0 red,  
        2px -2px 0 red,
        -3px 3px 0 red,
        1px 2px 0 red; 
}

.pTab1 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.cPress1 {
    display: flex;
    margin: 10px;
    width: 170px;
    height: 85px;
    border: rgb(186, 157, 255) 5px outset;
    background: url('../a/xlm.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(143, 97, 249);
}

.cPress1:hover {
    cursor: pointer;
    border: rgb(186, 157, 255) 5px inset;
    background-color: rgb(119, 63, 248);
}

.cPress2 {
    display: flex;
    margin: 10px;
    width: 170px;
    height: 85px;
    border: rgb(186, 157, 255) 5px outset;
    background: url("../a/xtz.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(143, 97, 249);
}

.cPress2:hover {
    cursor: pointer;
    border: rgb(186, 157, 255) 5px inset;
    background-color: rgb(119, 63, 248);
}

.cPress3 {
    display: flex;
    margin: 10px;
    width: 170px;
    height: 85px;
    border: rgb(186, 157, 255) 5px outset;
    background: url("../a/sol.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(143, 97, 249);
}

.cPress3:hover {
    cursor: pointer;
    border: rgb(186, 157, 255) 5px inset;
    background-color: rgb(119, 63, 248);
}

.pTab2 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.pTab3 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.pTab4 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.pTab5 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.pTab6 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.pTab7 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.pTab8 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.pTab9 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}

.pTab10 {
    display: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
    height: fit-content;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: rgb(186, 157, 255) 5px solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.849);
}


@font-face {
    font-family: 'rbc';
    src: url('../f/Helicopta.otf') format('opentype');
}

/* Admin Panel */

.ApressConfirm {
    display: block;
    width: 160px;
    height: 75px;
    padding: 3px;
    font-family: RBC;
    font-size: 30px;
    font-weight: 500;
    color: white;
    background-color: rgb(186, 157, 255);
    border-color:  white;
    border-radius: 10px;
}

.minter {
    display: flex;
    width: 600px;
    height: auto;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: outset white 5px;
    background-color: rgb(186, 157, 255, 0.75);
    flex-wrap: wrap;
}

.nftname {
    width: 200px;
    height: 25px;
    padding: 3px;
    margin: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: RBC;
    text-align: center;
}

.drops {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 2px dashed #ccc;
    padding: 20px;
    height: fit-content;
    margin: 5px;
    cursor: pointer;
    font-size: 40px;
    font-weight: 500;
    font-family: RBC;
    overflow: hidden;
}

.imgOn {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.TitleNFT {
    border-bottom: 2px solid white;
    margin-bottom: 3px;
    font-size: 30px;
    font-weight: 300;
    font-family: RBC;
}

.traitin {
    text-align: center;
    font-weight: 700;
    padding: 3px;
}

.mint {
    width: 120px;
    height: 45px;
    padding: 3px;
    margin: 7px;
    font-family: RBC;
    font-size: 30px;
    font-weight: 500;
    color: white;
    background-color: rgb(186, 157, 255);
    border-color:  white;
    border-radius: 10px;
}