* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif; 
}

/* Body and general styles */
body {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.bar {
    display: flex;
    position: fixed;
    width: 100%;
    border: white 2px solid;
    align-items: center;
    background-color: red;
    flex-wrap: wrap;
    transition: top 0.7s ease;
    top: 0;
    justify-content: space-between;
}

.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;
    background-color: red;
    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;
    background-color: red;
    color: white;
    height: 40px;
    font-size: 22px;
    font-weight: 500;
}

.tab:nth-last-child(1) {
    margin-left: auto;
}

.tab:hover {
    cursor: pointer;
    text-decoration: underline;
    color: rgb(255, 0, 0);
    background-color: white;
}

.banner {
    display: flex;
    padding: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 400px;
    flex-wrap: wrap;
    background: url('../a/Stars.png');
    background-position: center;
    background-attachment: fixed;
}

.main {
    display: flex;
    padding: 20px;
    width: 100%;
    max-width: 700px;
    background: url('../l/RBC-Corporation.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
}

.reeliindazolly {
    display: flex;
    justify-content: center;
    padding: 30px;
    max-height: 2000px;
    align-items: inherit;
    flex-wrap: wrap;
    background-color: red;
    border: white 7px outset;
}

.babygirldes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 600px;
    height: fit-content;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    flex-wrap: wrap;
}

.BabyGirl {
    display: block;
    width: 400px;
    height: 450px;
    padding: 30px;
    margin: 20px;
    background: url('../a/ReeliindaP1.png'), url('../a/Stars.png');
    background-position: bottom ,center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-attachment: local, fixed;
    background-color: black;
    border: inset 7px white;
    border-radius: 15px;
}


.BabyGirl:hover {
    background: url('../a/ReeliindaP2.png'), url('../a/Stars.png');
    background-position: bottom, center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-attachment: local, fixed;
    background-color: black;
}


.bgt {
    text-shadow: 
        -2px -2px 0 red,  
        2px -2px 0 red,
        -3px 3px 0 red,
        1px 2px 0 red; 
    font-family: 'rbc';
    text-decoration: underline;
    font-size: 70px;
    font-weight: 550;
    line-height: normal;
}

.mhead {
    display: flex;
    width: 2000px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.babygirltitle {
    display: block;
    margin: 20px;
    padding: 27px;
    border: white 7px inset;
    border-radius: 15px;
    background: url('../a/Stars.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: black;

}

.bgdes {
    display: block;
    margin: 5px;
    padding: 25px;
    border: 7px inset white;
    border-radius: 15px;
    background: url('../a/Stars.png');
    background-color: rgb(0, 0, 0);
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
}

.desb {
    display: block;
    background-color: rgba(0, 0, 0, 0.445);
}

.gbox {
    display: block;
    margin: 50px;
}

.gtitle {
    display: block;
    margin: 20px;
    padding: 17px;
    border: white 7px inset;
    background: url('../a/cross.png');
    background-position: center;
    background-repeat: initial inherit;
    background-size: 70px;
    background-attachment: fixed;
    background-color: red;

}

.bgt2 {
    font-family: 'rbc';
    padding: 5px;
    text-decoration: underline;
    font-size: 70px;
    font-weight: 550;
    line-height: normal;
    text-shadow: 
        -2px -2px 0 rgb(0, 0, 0),  
        2px -2px 0 rgb(0, 0, 0),
        -3px 3px 0 rgb(0, 0, 0),
        1px 2px 0 rgb(0, 0, 0);
}

.gosple {
    display: flex;
    margin: 50px;
    justify-content: center;
    text-align: center;
    padding: 20px;
    flex-wrap: wrap;
    height: fit-content;
    background: url('../a/Calvery.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: black;
    border: white 7px solid;
    border-radius: 20px;
}

.gospledes {
    display: flex;
    margin: 15px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.804);
    font-size: large;
    font-weight: 600;
}

.morebox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2000px;
    flex-wrap: wrap;

}

.gmore {
    display: block;
    padding: 20px;
    margin: 50px;
    border-radius: 15px;
    border: rgb(255, 255, 255) outset 7px;
    background-color: rgb(255, 0, 0);
}

.gmore:hover {
    cursor: pointer;
    border: inset red 7px;
    background-color: white;
    color: red;
}

.storylines {
    display: flex;
    justify-content: center;
    padding: 30px;
    max-height: 2000px;
    align-items: inherit;
    flex-wrap: wrap;
    background-color: red;
    border: white 7px outset;
}

.storydes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px;
    text-align: center;
    font-size: large;
    font-weight: 600;
}

.story-content {
    display: none;
}

.story-content.active {
    display: block;
}

.story-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px 0;
}

.story-tab {
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin: 0 5px;
    font-family: 'rbc';
    font-size: 18px;
    font-weight: 500;
}

#honey-baby-tab.active {
    font-weight: 500;
    border-color: rgb(223, 200, 0);
    background-color: rgb(93, 3, 134);
}

#chronicles-tab.active {
    font-weight: 500;
    border-color: white;
    background-color: red;
}

#covenant-tab.active {
    font-weight: 500;
    border-color: red;
    background-color: rgb(135, 0, 0);
}

#storyTitle.honey-baby-bg {
    border-color: rgb(223, 200, 0);
}

#storyTitle.chronicles-bg {
    border-color: white;
}

#storyTitle.covenant-bg {
    border-color: red;
}

#storyline.honey-baby-bg {
    border-color: rgb(223, 200, 0);
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../l/HB.png');
}

#storyline.chronicles-bg {
     border-color: white;
     background-color: rgba(0, 0, 0, 0.5);
     background: url('../i/ch.png');
     background-position: center;
}

#storyline.covenant-bg {
    border-color: red;
    background-color: rgba(0, 0, 0, 0.5);
    background: url('../i/co.png');
}

.art {
    display: flex;
    border: red outset 7px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    background: url('../l/RBC-Collection.png') , url('../a/Stars.png');
    background-position: center;
    background-repeat: no-repeat, repeat;
    background-size: contain, 700px;
    background-attachment: fixed;
}

.artbox {
    display: flex;
    width: 2000px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.img1 {
    display: block;
    border: 7px red double;
    border-radius: 15px;
    width: 350px;
    height: 350px;
    margin: 20px;
    background: url('../a/RBC.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img2 {
    display: block;
    border: 7px red double;
    border-radius: 15px;
    width: 350px;
    height: 350px;
    margin: 20px;
    background: url('../a/RBC.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img3 {
    display: block;
    border: 7px red double;
    border-radius: 15px;
    width: 350px;
    height: 350px;
    margin: 20px;
    background: url('../a/RBC.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img4 {
    display: block;
    border: 7px red double;
    border-radius: 15px;
    width: 350px;
    height: 350px;
    margin: 20px;
    background: url('../a/RBC.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.comics {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 20px;
    background: url('../a/Stars.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.comicbox {
    display: flex;
    width: 2000px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.comic {
    display: block;
    margin: 5px;
    text-align: center;
    max-height: 600px;
    max-width: 450px;
    border: 7px outset red;
    background: url(../a/cross.png);
    background-position: center;
    background-size: 70px;
    background-attachment: fixed;
    background-color: black;
}

.imgc1 {
    display: block;
    border: dashed white 5px;
    margin: 7px;
    width: 350px;
    height: 500px;
    background: url('../i/Honey-Baby-Cover.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.imgc2 {
    display: block;
    border: dashed white 5px;
    margin: 7px;
    width: 350px;
    height: 500px;
    background: url('../art/cover1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.imgc3 {
    display: block;
    border: dashed white 5px;
    margin: 7px;
    width: 350px;
    height: 500px;
    background: url('../art/cover1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.imgc4 {
    display: block;
    border: dashed white 5px;
    margin: 7px;
    width: 350px;
    height: 500px;
    background: url('../art/cover1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bgt3 {
    font-family: 'rbc';
    margin: 2px;
    padding: 5px;
    text-decoration: underline;
    font-size: 40px;
    font-weight: 550;
    line-height: normal;
    color: black;
    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);
}

.store {
    display: flex;
    border: outset 7px red;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    background: url('../a/RBC3.png'), url('../a/Stars.png');
    background-position: center;
    background-size: 300px, contain;
    background-attachment: fixed;
}

.storebox {
    display: flex;
    width: 2000px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.itm {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 7px;
    height: 350px;
    width: 350px;
    border: goldenrod outset 7px;
    background-color: rgba(218, 165, 32, 0.733);
}

.imgS1 {
    display: block;
    margin: 8px;
    width: 300px;
    height: 300px;
    border: inset goldenrod 7px;
    background: url('../a/item1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.imgS2 {
    display: block;
    margin: 8px;
    width: 300px;
    height: 300px;
    border: inset goldenrod 7px;
    background: url('../a/item1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.imgS3 {
    display: block;
    margin: 8px;
    width: 300px;
    height: 300px;
    border: inset goldenrod 7px;
    background: url('../a/item1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.imgS4 {
    display: block;
    margin: 8px;
    width: 300px;
    height: 300px;
    border: inset goldenrod 7px;
    background: url('../a/item1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.connectwith{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    height: 155px;
    border: white solid 2px;
}

.foottxt {
    display: flex;
    margin: 10px;
}

.Linksbtn {
    display: flex;
    width: 150px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border: rgb(255, 255, 255) outset 7px;
    color: rgb(255, 255, 255);
}

.Linksbtn:hover {
    cursor: pointer;
    border: red inset 7px;
    color: red;
}

@media (max-width: 768px) {
    .bgt, .bgt2 {
        font-size: 40px;
    }
    
    .tab {
        font-size: 16px;
        padding: 8px;
    }
    
    .BabyGirl {
        width: 300px;
        height: 350px;
        margin: 10px;
    }
    
    .img1, .img2, .img3, .img4 {
        width: 280px;
        height: 280px;
        margin: 10px;
    }
    
    .imgc1, .imgc2, .imgc3, .imgc4 {
        width: 250px;
        height: 350px;
    }
    
    .itm {
        width: 280px;
        height: 280px;
    }
    
    .imgS1, .imgS2, .imgS3, .imgS4 {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 480px) {
    .bgt, .bgt2 {
        font-size: 28px;
    }
    
    .tab {
        font-size: 14px;
        padding: 5px;
    }
    
    .BabyGirl {
        width: 250px;
        height: 300px;
    }
    
    .img1, .img2, .img3, .img4 {
        width: 240px;
        height: 240px;
    }
}

@font-face {
    font-family: 'rbc';
    src: url('../f/Helicopta.otf') format('opentype');
}
