*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    transition: all .2s linear;
    scroll-behavior: smooth;
}
body{
    background-color: antiquewhite;
    overflow-x: hidden;
}
::-webkit-scrollbar{
    background-color: #000;
    width: 2px;
}
::-webkit-scrollbar-button{
    width: 4px;
    height: 2px;
    background-color: #000;
}
.whiteH1{
    font-size: .1px;
    color: transparent;
    user-select: none;
}
h3{
    font-size: 40px;
    border-bottom: 3px solid #000;
    color: #000;
    margin-bottom: 10px;
}
a{
    text-decoration: none !important;
    cursor: pointer !important;
}
button{
    cursor: pointer;
}
/* a:visited{
    text-decoration: 1px solid underline #000;
} */
*.fa-brands,
*.fa-bold{
    overflow: hidden !important;
}

/* =======   Hide all unready SocialMedia Links for now   ======= */







::-webkit-scrollbar{
    width: 2px;
    background-color: #000;
}
img{
    user-select: none;
}
.bolder2{
    display: block;
    font-size: 250%;
    color: #0b5157;
}
*.imgHere{
    position: relative;
}
*.imgHere::after{
    content: '';
    background-color: rgba(0, 255, 255, .05);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000000000000;
}
.content article .hasList{
    display: flex;
    flex-direction: column;
    list-style-type: decimal;
}
.line{
    display: flex;
    border: none;
    height: 4px;
    width: 60%;
    margin: 20px auto;
    background-color: #0ff;
    border-radius: 20px;
}
header .line{
    margin: 20px 0;
    background-color: #000;
}
.line2{
    display: flex;
    border: none;
    height: 4px;
    width: 60%;
    margin: 20px auto;
    background-color: #000;
    border-radius: 20px;
}
.linerbld{
    display: flex;
    flex-direction: column;
    border: none;
    margin: 10px 0;
    align-self: safe;
    height: 4px;
    width: 60%;
    background-color: #fff;
}
.historyBack{
    display: flex;
    font-size: 16px !important;
    color: #0ff;
    background-color: #0b5157;
    padding: 5px;
}
.post::selection{
    background-color: #333;
    color: #fff;
}
header{
    display: flex;
    position: sticky;
    top: 0;
    padding: 10px 100px;
    background-color: #000 !important;
    width: min(100%, 100%);
    align-items: center;
    justify-content: space-between;
    user-select: none;
    z-index: 99995;
}
header .logoArea{
    display: flex;
}
header .logoArea .logo{
    display: flex;
    font-size: 26px;
    color: #f5deb3;
    flex-wrap: nowrap;
    font-weight: 600;
}
header .logoArea .logo .diff{
    color: #f00;
}
header .sides{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
header .sides .liner{
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    max-width: 2px;
    width: 1px;
    border: none;
    background-color: #e9ad69;
}
header .sides .left{
    display: flex;
    align-items: center;
    justify-content: center;
}
header .sides .left .ssmedia{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
header .sides .left .ssmedia a{
    text-decoration: none;
    display: flex;
    font-size: 24px;
    color: #867e62;
}
header .sides .right{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
header .fa-solid:hover,
header .fa-brands:hover{
    color: #8c7703;
}
header .sides .right .ham{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}
header .sides .right .ham .fa-solid{
    color: #867e62;
    display: flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}
header .sides .right .navLink .inNav .lineP{
    display: block;
    border: none;
    background-color: #a61c04;
    width: 60%;
    height: 4px;
}
header .sides .right .ham .bars{
    /* color: #0ff; */
    color: #f5deb3;
    display: flex;
}

header .sides .right .ham .navcloser{
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    font-size: 30px;
    padding: 5px 20px;
    color: #f5deb3;
    border: 2px solid #000;
    background-color: #000;
    cursor: pointer;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
}
header .sides .right .ham .navcloser.show{
    display: flex;
    z-index: 1000;
}
header .sides .right .ham .navcloser:hover{
    /* transform: rotate(360deg); */
    background-color: #584b34;
}
header .sides .right .navcloser:hover.show .fa-xmark{
    color: #fff;
    rotate: 360deg;
}
header .sides .right .navLink .ham .bars.show{
    display: none;
}
header .sides .right .navLink{
    display: none;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 40%;
    width: 40%;
    background-color: #e15a3a;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.956) 0px 22px 70px 44px;
}
header .sides .right .navLink.show{
    display: flex;
}
header .sides .right .navLink .inNav{
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: auto;
    text-align: left;
    align-items: start;
    justify-content: left;
    animation: aniNav .25s linear 1 forwards;
}


@keyframes aniNav {
    /* 0%{
        width: 0;
        height: 0;
    }
    100%{
        width: 90%;
        height: 90%;
    } */
     0%{
        right: -5550px;
        bottom: -5550px
     }
     100%{
        right: 0;
        bottom: 0;
     }
}

@keyframes aniDisplay {
    0%{
        letter-spacing: normal;
    }
    50%{
        letter-spacing: 10px;
    }
    0%{
        letter-spacing: normal;
    }
}
header .sides .right .navLink .inNav .to_about{
    display: flex;
    color: #ededed;
    padding: 5px 30px 5px 5px;
    font-size: 22px;
    font-weight: bolder;
    text-transform: lowercase;
    align-items: center;
    justify-content: center;
    animation: aniDisplay .993s ease 1 forwards;
}
header .sides .right .navLink .inNav .to_about:hover{
    background-color: #1d1d1d;
    border-radius: 10px;
}
header .sides .right .navLink .navMedia{
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
header .sides .right .navLink .navMedia .fa-brands{
    font-size: 28px;
        color: #867e62;
        background-color: #000;
        padding: 5px;

}
header .sides .right .navLink .navMedia .fa-brands:hover{
    color: #0b5157;
}
header .sides .right .navLink .slogan{
    display: flex;
    margin: 20px auto;
}

header .sides .right .navLink.show .slogan blockquote a{
    display: flex;
    color: #fff;
    background-color: #584b34;
    border: 2px solid #000;
    padding: 10px 20px;
}
header .sides .right .navLink .slogan:hover blockquote a{
    background-color: transparent;
    color: #000;
}
header .sides .right .navLink .inNav .hide_for_now{
    display: none;
}


/* ===========Hamburger menu Logic CSS============ */




/* ===========Everything Redone================== */

.conBtn{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.conBtn a{
    font-size: 150%;
    padding: 20px 10px;
    color: wheat;
    margin: 20px auto;
    background-color: #050f10;
    width: 100%;
    border: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
    border-radius: 10px;
    box-shadow: rgba(17, 13, 13, 0.85) 0px 5px 15px;
}
.conBtn:hover a{
    background-color: #063d3d;
    color: #000;
}

/* ====Continue Button for Adult PAges==== */
.a-conBtn{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.a-conBtn a{
    font-size: 150%;
    padding: 20px 10px;
    color: wheat;
    margin: 20px auto;
    background-color: #000;
    width: 100%;
    border: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    user-select: none;
    border-radius: 10px;
    box-shadow: rgba(17, 13, 13, 0.85) 0px 5px 15px;
}
.conBtn a .fa-solid{
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}
.a-conBtn:hover a{
    background-color: #f00;
    color: #000;
}











.toQuiz{
    /* === Styling Purpose  === */
    display: none;
    flex-direction: column;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(10, 10, 10, .9);
    transition: opacity 0.5s ease;
    opacity: 1;
    z-index: 1000;
}
.toQuiz.hide {
    opacity: 0;
    pointer-events: none;
}
.toQuiz .close{
    display: flex;
    position: absolute;
    top: 100px;
    right: 280px;
    border: 3px solid #0ff;
    padding: 5px 10px;
    border-radius: 50px;
    cursor: pointer;
}
.toQuiz .close:hover{
    background-color: #0ff;
}
.toQuiz .close:hover .fa-xmark{
    color: #000;
}
.toQuiz .close .fa-xmark{
    font-size: 35px;
    color: #0ff;
}
.toQuiz .quizLink{
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 50%;
    align-items: center;
    justify-content: center;
}
.toQuiz .quizLink .qLink{
    display: flex;
    flex-direction: column;
    width: 60%;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 10px;
}
.toQuiz .quizLink .qLink .imgArea{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.toQuiz .quizLink .qLink .textArea{
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 10px;
    background-color: #f00;
    width: 100%;
    border-radius: 10px;
}
.toQuiz .quizLink .qLink .textArea .words{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.toQuiz .quizLink .qLink .textArea .words .bolder{
    color: #0ff;
    font-size: 22px;
    background-color: #000;
    width: 100%;
    padding: 5px 0;
    border-radius: 10px;
}
.toQuiz .quizLink .qLink .textArea .words .bolder::after{
    content: ':';
    display: inline !important;
    font-size: inherit;
    color: inherit;
}
.toQuiz .quizLink .qLink .textArea .words .diff{
    margin-top: 10px;
    padding: 5px;
    background-color: #000;
    border-radius: 10px;
}
.toQuiz .quizLink .qLink .textArea .words>span:hover{
    background-color: #0b5157;
}
.toQuiz .quizLink .otherQuizzesLink{
    display: flex;
    font-size: 22px;
    margin: 10px 0;
    background-color: #0ff;
    color: #000;
    padding: 5px 0;
    width: 60%;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: none;
}
.toQuiz .quizLink .otherQuizzesLink:hover{
    background-color: #0b5157;
    color: #fff;
}

.toQuiz {
    transition: opacity 0.5s ease;
    opacity: 1;
}


/* =======   Hero or Main Landing Section   ======= */

.hero{
    display: flex;
    flex-direction: column;
    z-index: 1000;
    width: 100%;
    /* background-color: #0b5157; */
    height: auto;
    z-index: 50;
}
.hero .sliderArea{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 400px;
    position: relative;
    top: 0;
    user-select: none;
    overflow: hidden;
    border-bottom: 5px solid #000;
}
.hero .sliderArea .sliderContent{
    display: flex;
    flex-direction: column;
}
.hero .sliderArea .sliderContent .textSection{
    display: flex;
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #000, rgba(10, 10, 10, .9) 50%, transparent);
    z-index: 23;
}
.hero .sliderArea .sliderContent .textSection .sliderText{
    display: none;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 80%;
    padding: 20px 50px;
    gap: 10px;
}
.hero .sliderArea .sliderContent .textSection .sliderText.active{
    display: flex;
}
.hero .sliderArea .sliderContent .textSection .sliderText h2{
    font-size: 60px;
    color: #0ff;
}
.hero .sliderArea .sliderContent .textSection .sliderText .swords{
    font-size: 30px;
    color: #0ff;
    flex-wrap: wrap;
    word-break: keep-all;
    font-style: italic;
}
.hero .sliderArea .sliderContent .textSection .sliderText .sbtn{
    font-size: 20px;
    background-color: #a83105;
    color: #fff;
    margin-top: 20px;
    width: max-content;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    position: relative;
    border: 2px solid #000;
}
.hero .sliderArea .sliderContent .textSection .sliderText .sbtn:hover{
    background-color: #000;
    color: #0ff;
    border-radius: 8px;
    border: 2px solid #0ff;
}
.hero .sliderArea .navigation{
    display: flex;
    position: absolute;
    z-index: 40;
    right: 50px;
    bottom: 30px;
    gap: 10px;
}
.hero .sliderArea .navigation button{
    display: flex;
    font-size: 20px;
    color: #0ff;
    border: none;
    background-color: rgba(11, 81, 87, .5);
    padding: 10px;
}
.hero .sliderArea .navigation button:hover{
    background-color: #000;
}


/* =======   Slider Images   ======= */
.hero .sliderArea .sliderContent .imageSectionOne{
    display: flex;
    width: 100%;
    z-index: 1;
}
.hero .sliderArea .sliderContent .imageSectionOne .slideImage{
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
}
.hero .sliderArea .sliderContent .imageSectionOne .slideImage.active{
    display: flex;
}
.hero .sliderArea .sliderContent .imageSectionOne .slideImage .blurBG{
    display: flex;
    filter: blur(20px);
}
.hero .sliderArea .sliderContent .imageSectionTwo{
    display: flex;
    position: absolute;
    right: 0;
    width: 50%;
    height: 400px;
    box-sizing: border-box;
    background-color: #000;
    z-index: 20;
}
.hero .sliderArea .sliderContent .imageSectionTwo .slideImage{
    display: none;
    width: 100%;
    height: 100%;
}
.hero .sliderArea .sliderContent .imageSectionTwo .slideImage.active{
    display: flex;
}
.hero .sliderArea .sliderContent .imageSectionTwo .slideImage img{
    display: flex;
    width: 100%;
    height: 100%;
}


/* =======   TIP Off and XXhotspot Area   ======= */
.hero .tipOff{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    padding: 20px 50px;
    background-color: #000;
    user-select: none;
}
.hero .tipOff .toTip{
    display: flex;
    font-size: 120%;
    background-color: #dfeaeb;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
    border: 2px solid #000;
}
.hero .tipOff .toTip:hover{
    background-color: #000;
    color: #0ff;
    border: 2px solid #0ff;
}
.hero .hotspot{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    align-items: center;
    justify-content: center;
    background-color: #daa96a;
    user-select: none;
    z-index: 1000;
}
.hero .hotspot .trending{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 100px;
}
.hero .hotspot .trending h3{
    display: flex;
}
.hero .hotspot .trending .latestPosts{
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    padding: 20px;
    overflow-x: scroll;
    background-color: #867e62;
}
.hero .hotspot .trending .latestPosts::-webkit-scrollbar-thumb{
    background-color: #000;
    border-radius: 20px;
}
.hero .hotspot .trending .latestPosts::-webkit-scrollbar-track{
    background-color: #0ff;
}
.hero .hotspot .trending .latestPosts .boxxed{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    width: auto;
    height: auto;
}
.hero .hotspot .trending .latestPosts .boxxed:hover{
    background-color: #211c1c;
}
.hero .hotspot .trending .latestPosts .boxxed .latest{
    display: flex;
    flex-direction: column;
    width: 230px;
    /* height: 300px; */
    align-items: start;
    justify-content: start;
    padding: 10px;
}
.hero .hotspot .trending .latestPosts .boxxed .latest .imgHere{
    display: flex;
    height: 200px;
    width: 100%;
}
.hero .hotspot .trending .latestPosts .boxxed .latest .imgHere img{
    display: flex;
    height: 100%;
    width: 100%;
}
.hero .hotspot .trending .latestPosts .boxxed .latest .textHere h4{
    display: inline;
    font-size: 100%;
    margin: 5px 0;
    color: #0ff;
    border-bottom: 2px solid #0ff;
}
.hero .hotspot .trending .latestPosts .boxxed .latest .textHere h4::after{
    content: ':';
    display: inherit;
    color: inherit;
    font-size: inherit;
}
.hero .hotspot .trending .latestPosts .boxxed .latest .textHere .words{
    font-size: 16px;
    color: #0ff;
    line-height: 18px;
}
.hero .hotspot .trending .latestPosts .boxxed .latest .btn{
    font-size: 16px;
    color: #0ff;
    background-color: #0b5157;
    width: 100%;
    align-items: center;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    border-radius: 20px;
}
.hero .hotspot .trending .latestPosts .boxxed .latest .btn:hover{
    background-color: #0ff;
    color: #000;
}
.hotspot .places{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 100px;
    color: #fff;
    margin-top: 20px;
    background-color: #000;
}
.hotspot .places .line2{
    background-color: #fff;
}
.hotspot .places .bolder2{
    display: flex;
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 3px solid #fff;
}
.hotspot .places .placed{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.hotspot .places .placed .cntlink{
    display: flex;
    color: #000;
    font-size: 20px;
    text-align: center;
    padding: 10px 20px;
    background-color: #f5deb3;
    border: 2px solid #f5deb3;
    align-items: center;
    justify-content: center;
}
.hotspot .places .placed .cntlink:hover{
    background-color: #000;
    color: #f5deb3;
}
.hotspot .places .placed .cntlink:hover .fa-solid,
.hotspot .places .placed .cntlink:hover .fa-regular{
    color: #0b5157;
}
.hotspot .places .placed .cntlink .fa-solid,
.hotspot .places .placed .cntlink .fa-regular{
    color: #f00;
}









/* =======   Outside Header and Hero --> Main sides here --> Feature Posts   ======= */
main{
    padding: 100px;
    flex-direction: column;
}
.content article .welcome_words{
    font-size: 23px;
    text-decoration: 2px solid underline #000;
    font-weight: bold;
    user-select: none;
}
.feature{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
}
.feature h3{
    margin-bottom: 30px;
}
.feature .featureSides{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: top    ;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
}
.featureSides .postbx{
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 55%;
    /* border: 2px solid #000; */
    /* border-radius: 20px; */
}
.featureSides .postbx .posthead{
    display: flex;
    flex-direction: column;
}
.featureSides .postbx .posthead .imgbx{
    display: flex;
    flex-direction: column;
    /* border-radius: 20px 20px 0 0; */
    margin-bottom: 10px;
    width: 100%;
    height: 400px;
    overflow: hidden !important;
}
.featureSides .postbx .posthead .imgbx img{
    width: 100%;
    height: 100%;
}
.featureSides .postbx .posthead h3{
    display: flex;
    font-size: 40px;
    border-bottom: 3px solid #000;
    color: #000;
    margin-bottom: 10px;
}
.featureSides .postbx .rest{
    display: flex;
    flex-direction: column;
}
.featureSides .postbx .rest .words{
    display: flex;
    font-size: 18px;
}
.featureSides .postbx .rest .comicbtns{
    display: flex;
    width: 100%;
    gap: 20px;
}
.featureSides .postbx .rest .comicbtns .btn{
    display: flex;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    width: 50%;
    align-items: center;
    justify-content: center;
    background-color: #a61c04;
}
.featureSides .postbx .rest .comicbtns .btn:hover{
    color: #fff;
    /* background-color: #f00; */
    background-color: #3f1616;
}
.featureSides .postbx .rest .comicbtns .tojokes{
    background-color: #3f1616;
    gap: 5px;
}
.featureSides .postbx .rest .comicbtns .tojokes:hover{
    background-color: #a61c04;
}
.slidequotes{
    display: flex;
    width: 35%;
    height: 500px;
    flex-direction: column;
    position: relative;
    left: 0;
    padding: 10px;
    background-color: #ff5e00;
}
.slidequotes .quotes{
    flex-direction: column;
    position: relative;
    left: 0;
    height: fit-content;
    padding: 30px;
    display: none;
    user-select: all;
    overflow: hidden;
}
.slidequotes .quotes.active{
    display: flex;
}
.slidequotes .active .author{
    margin: 30px 0;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    font-style: italic;
    font-size: 16px;
    color: #000;
    padding: 5px;
    border-top: 2px solid #000;
}
.slidequotes .active .bar{
    display: flex;
    border: none;
    height: 30px;
    width: 100%;
    background-image: url(/Media/Images/black-and-white\ emoji\ design\ pattern\ with\ 400px\ width\ and\ 1000px\ height.png);
    object-fit: contain;
}
.slidequotes .quotes .words{
    position: relative;
    font-size: 120%;
    text-align: center;
    padding: 10px;
    max-width: 600px;
    max-height: 400px;
    margin: 0 auto;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-family: 'Inspiration', sans-serif; */
}
.slidequotes .quotes .words::before {
    content: '"';
    font-size: 100px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    font-family: 'UnifrakturMaguntia', sans-serif;
}
.slidequotes .toQuotes{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.slidequotes .toQuotes a .fa-solid{
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slidequotes .toQuotes a{
    display: flex;
    background-color: #000;
    color: #daa96a;
    padding: 10px;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
    font-size: 20px;
}
.slidequotes .toQuotes a:hover{
    background-color: #0b5157;
    color: #0ff;
    letter-spacing: 1px;
}


/* =======   Quizzes Section   ======= */

.wholequiz{
    display: flex;
    background-color: #f3dbbb;
    padding: 20px;
}
.wholequiz .introsec{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.wholequiz .introsec .words{
    font-size: 22px;
    display: flex;
}
.wholequiz .introsec .submitaquiz{
    display: flex;
    width: 100%;
    margin: 10px 0;
    gap: 20px;
}
.wholequiz .introsec .submitaquiz .contributequiz{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 10px 20px;
    border: 2px solid #000;
}
.wholequiz .introsec .submitaquiz .submitaquizlink{
    color: #0ff;
    background-color: #000;
}
.wholequiz .introsec .submitaquiz .submitafeedbacklink{
    background-color: #f5deb3;
    color: #000;
}
.wholequiz .introsec .submitaquiz .submitaquizlink:hover{
    background-color: #f5deb3;
    color: #000;
}
.wholequiz .introsec .submitaquiz .submitafeedbacklink:hover{
    background-color: #000;
    color: #0ff;
}
.wholequiz .introsec .ryce{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-left: 22px;
    border-left: 5px solid #000;
    padding: 10px;
}
.wholequiz .introsec .ryce .bolder2{
    color: #000;
}
.wholequiz .introsec .ryce .mainQuizzesLinks{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.wholequiz .introsec .ryce .mainQuizzesLinks .otherquizzes{
    display: flex;
    font-size: 150%;
    padding: 5px 10px;
    color: #000;
    background-color: #f5deb3;
    border: 2px solid #000;
    user-select: none;
    align-items: center;
    justify-content: center;
}
.wholequiz .introsec .ryce .mainQuizzesLinks .otherquizzes:hover{
    background-color: #000;
    color: antiquewhite;
}
.wholequiz .introsec .ryce .mainQuizzesLinks .otherquizzes .fa-solid{
    font-size: 16px;
    margin-left: 5px;
}
.quizspotlight{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.quizspotlight .quizbx{
    display: flex;
    flex-direction: column;
    width: 30%;
    height: 400px;
    color: #fff;
    border: 2px solid #000;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background-color: #000;
    position: relative;
    top: 0;
    user-select: none;
}
.quizspotlight .quizbx h4{
    display: flex;
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
}
/* .transparentbtn */
.quizLink .transparentbtn{
    display: flex;
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(10, 10, 10, .5);
    color: rgba(0, 255, 255, .5);
    align-items: center;
    justify-content: center;
}
.quizLink:hover .transparentbtn{
    color: #0ff;
}
.quizspotlight .quizbx .inquizbx{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80%;
    position: relative;
    top: 0;
}
.quizspotlight .quizbx .inquizbx .imgbx{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat, repeat;
}
.quizbx .txt{
    display: flex;
    flex-direction: column;
    padding: 10px 0 0 0;
}
.quizbx .txt h5{
    display: flex;
    font-size: 22px;
    font-style: italic;
    border-bottom: 2px solid;
    margin-bottom: 5px;
}
.quizbx .txt .words{
    font-size: 18px;
}
.quizbx .toquiz{
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    background-color: #0b5157;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.quizbx .quizLink{
    display: flex;
    flex-direction: column;
    position: relative;
    top: 0;
    height: 100%;
    width: 100%;
    color: #0ff;
}
.quizbx .quizLink:hover .imgbx{
    opacity: 50%;
}
.quizbx .quizLink:hover h4{
    letter-spacing: 3px;
}
.quizbx .quizLink .toquiz{
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
    background-color: #f00;
    position: absolute;
    bottom: 0;
}
.quizbx .quizLink .toquiz a{
    color: #000;
    font-size: 20px;
}
.quizbx .quizLink .txt{
    display: flex;
}
.wholequiz .spaceup{
    font-size: 20px;
    padding: 10px;
    background-color: #000;
    margin-top: 20px;
    color: rgba(0, 255, 255, 0.487);
    user-select: none;
}
.wholequiz .spaceup a{
    color: #0ff;
    text-decoration: 2px dashed underline;
}














.quizgighestscorers{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding: 20px;
}
.quizgighestscorers .bolder2{
    border-bottom: 2px solid #000;
}
.quizgighestscorers .alluserscores{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: start;
    gap: 20px;
    padding-top: 20px;
    border-top: 2px solid #000;
    box-sizing: border-box;
}
.quizgighestscorers .alluserscores .userscore{
    display: flex;
    flex-direction: column;
    width: 22%;
    height: 400px;
    background-color: #ebe4dc;
    box-sizing: border-box;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    user-select: none;
}
.quizgighestscorers .alluserscores .userscore .screenshot{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 65%;
    align-items: center;
}
.quizgighestscorers .alluserscores .userscore .screenshot img{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.quizgighestscorers .alluserscores .userscore .info{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    word-wrap: normal;
    margin-top: 10px;
}
.quizgighestscorers .alluserscores .userscore .info .useracc a{
    width: 100%;
    flex-wrap: wrap;
    word-wrap: normal;
    text-decoration: underline dotted;
    user-select: all;
}
.quizgighestscorers .alluserscores .userscore .info .words .colored{
    color: green;
}






/* =======    Testimonials   =======  */
.testimonials-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 60px 20px;
}
.testimonials-section h2{
    color: #000;
    font-size: 2.5em;
    margin-bottom: 10px;
}
.testimonials-section .subheading{
    display: flex;
    font-size: 1.2em;
    margin-bottom: 40px;
}
.testimonial-slider{
    display: flex;
    position: relative;
    margin: 0 auto;
    gap: 10px;
    /* max-width: 800px; */
    /* min-height: 400px; */
}
.testimonial{
    display: none;
    flex-direction: column;
    padding: 10px;
    max-width: 450px;
    min-height: 400px;
    border: 4px solid #9a9a9a;
    transition: opacity 0.6s ease-in-out;
    align-items: center;
    justify-content: start;
    background-color: #9a9a9a;
}
.testimonial.active{
    display: flex;
}
.testimonial .imgbx{
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 60%;
    margin-bottom: 10px;
}
.testimonial .imgbx img{
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial .text_testi{
    display: flex;
    flex-direction: column;
}
.testimonial .text_testi .words{
    display: flex;
    font-size: 22px;
    text-align: center;
}
.testimonial .text_testi span{
    text-align: right;
    margin-top: 10px;
    border-top: 2px solid #000;
    padding-right: 5px;
}




.newsletter{
    padding: 50px;
}
fieldset{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: none;
    padding: 20px 0;
}
fieldset h3{
    font-size: 30px;
    color: #daa96a;
    text-decoration: 3px solid underline;
}
fieldset .words{
    font-size: 20px;
    color: #daa96a;
    margin-top: -10px;
}
fieldset input{
    border: none;
    color: #000;
    caret-color: #a61c04;
    width: 60%;
    padding: 10px;
    margin: 10px;
    align-items: center;
    justify-content: center;
    background-color: antiquewhite;
}
fieldset button{
    color: #000;
    font-size: 20px;
    background-color: #a61c04;
    border: 2px solid #000;
    display: flex;
    width: 30%;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
fieldset button:hover{
    background-color: #000;
    color: #a61c04;
    border-color: #a61c04;
}


/* ====  Copy - toast popup  ==== */
#copy-toast{
    display: none !important;
}
/* ====  Copy - toast popup  ==== */
footer{
    display: flex;
    flex-direction: column;
    background-color: #000;
    color: #f5deb3;
}
footer .contact{
    display: flex;
    flex-direction: column;
    padding: 100px;
}
.contact .footerlogo{
    display: flex;
    font-size: 30px;
    font-weight: 400;
    color: #f5deb3;
    margin-bottom: 20px;
}
.contact .footerlogo .diff{
    color: #f00;
}
.contact .sides{
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    padding-left: 20px;
}
.contact .sides .left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    user-select: none;
    margin-bottom: 20px;
    width: 100%;
}
.contact .sides .left .words{
    font-size: 18px;
}
.contact .sides .left .block_line{
    display: flex;
    flex-direction: column;
    font-size: 22px;
    width: fit-content;
    border-bottom: 3px solid;
}
.contact .slogan{
    display: flex;
    margin: 10px 0;
}
.contact .slogan .words a{
    background-color: wheat;
    color: #000;
    padding: 10px 20px;
    user-select: none;
}
.contact .sides .left .hotLinks{
    /* ======= Turning off the display for now untli the Landing Page is done ======= */
    display: flex;
    /* ======= Turning off the display for now untli the Landing Page is done ======= */
    flex-direction: column;
    width: 100%;
}
footer .hotLinks{
    display: none !important;
}
.contact .hotLinks h5{
    font-size: 28px;
    width: fit-content;
    border-bottom: 3px solid #584b34;
}
.contact .hotLinks .hotlink{
    display: flex;
    align-items: center;
    color: #f5deb3;
    font-size: 18px;
    width: fit-content;
    text-decoration: 2px solid underline #5c5a5a !important;
}
.contact .hotLinks .hotlink .fa-brands{
    display: block;
}
.contact .hotLinks .hotlink:hover{
    margin-left: 10px;
}
.contact .hotLinks .hotlink::before{
    content: ">";
    overflow: hidden;
}
.contact .hotLinks .hotlink i{
    display: flex;
    flex-direction: column;
    margin-left: 5px;
    text-decoration: none !important;
}
.contact .sides .ssmedia{
    display: flex;
    padding: 20px;
    gap: 20px;
    align-items: center;
    justify-content: start;
}
.contact .sides .ssmedia .fa-brands{
    display: flex;
    font-size: 30px;
    color: #f5deb3;
    padding: 5px;
    background-color: #000;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.contact .sides .ssmedia .fa-brands:hover{
    color: #000;
    background-color: wheat;
}
.contact .foot_line{
    display: none;
    border: none;
    height: 5px;
    width: 50%;
    background-color: #584b34;
    margin: 10px 0;
}
.contact .address{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.contact .address .bmc_link{
    width: 100%;
}
.contact .address .bmc_link img{
    width: 20%;
    filter: grayscale(60%);
}
.contact .address .addressBox{
    display: flex;
    flex-direction: column;
    color: #fff;
    margin: 20px 0;
}
.contact .address .addressBox .words22{
    font-size: 22px;
    border-bottom: 3px solid #fff;
    width: fit-content;
    margin-bottom: 10px;
}
.contact .address .addressBox .addrLink{
    display: flex;
    color: #f5deb3;
    align-items: center;
    justify-content: start;
    margin-left: 20px;
    padding-top: 5px;
}
.contact .address .addressBox .addrLink:hover{
    text-decoration: 2px solid underline #fff !important;
}
.contact .line3{
    display: flex;
    border: none;
    height: 5px;
    width: 50%;
    background-color: #584b34;
    margin: 10px 0;
}
.contact .last_words{
    display: flex;
    flex-direction: column;
    color: #0ff;
}
.contact .last_words a{
    color: #0ff;
}

/* ===========   Optional CSS for Hamburger Menu from ChatGPT  ========== */
/* Nav menu toggle */




/* =======   Whole Media Query   ====== */
@media(max-width: 1400px){
    footer .contact{
        padding: 100px 60px;
    }
}
@media(max-width: 980px){
    header{
        padding: 10px 60px;
    }
    main{
        padding: 100px 60px;
    }
    .contact .sides .left .words{
        font-size: 16px;
    }
    .contact .hotLinks .hotlink{
        font-size: 16px;
    }
}
@media(max-width: 780px){
    header{
        padding: 10px 40px;
    }
    main{
        padding: 100px 40px;
    }
    footer .contact{
        padding: 100px 40px;
    }
    .contact .sides .left .words{
        font-size: 16px;
    }
    .contact .sides .left .hotLinks{
        display: flex;
    }
    .contact .hotLinks .hotlink{
        font-size: 16px;
    }
}
@media(max-width: 650px){
    header .sides .right .XXXnavLink{
        background-image: linear-gradient(to bottom, #000, rgba(10, 10, 10, .3), rgba(100, 25, 25, .38));
    }
    header .sides .right .navLink{
        display: none;
        min-width: 70%;
        width: 80%;
    }
    header .sides .left .ssmedia{
        display: none;
    }
    header .sides .liner{
        display: none;
    }
    header .sides .right .ham .navcloser{
        top: 20px;
        right: 20px;
        font-size: 30px;
    }
    header .sides .right .navLink .inNav{
        gap: 10px;
        padding: 40px 10px 40px 10px;
    }
        header .sides .right .navLink .inNav .to_about{
            padding: 8px 0;
    }
}
@media(max-width: 480px){
    header{
        padding: 10px 20px;
    }
    header .logoArea .logo{
        font-size: 20px;
    }
    header .logoArea .logo .diff{
        color: #f00;
    }
    @keyframes aniDisplay {
        0%{
            letter-spacing: normal;
        }
        50%{
            letter-spacing: normal;
        }
        0%{
            letter-spacing: normal;
        }
    }
    header .sides .right .navLink .inNav{
        display: flex;
        flex-direction: column;
        animation: aniNav .25s linear 1 forwards;
    }
    @keyframes aniNav {
        0%{
            width: 0;
            height: 0;
            bottom: 0;
        }
        100%{
            width: 90%;
            height: 90%;
            top: 0;
        }
    }
    main{
        padding: 100px 20px;
    }
    footer .contact{
        padding: 60px 20px;
    }
    .contact .sides .ssmedia .fa-brands{
        font-size: 20px;
    }
}
@media(max-width: 400px){
    header .sides .right .navLink .navMedia .fa-brands{
        font-size: 18px;
    }
    header .sides .right .navLink .inNav .to_about{
        font-size: 18px;
    }
    main{
        padding: 60px 10px;
    }
    .contact .sides .ssmedia{
        align-items: start;
        justify-content: start;
    }
    footer .contact{
        padding: 60px 8px;
    }
}
@media(max-width: 380px){
    header .sides .right .navLink .navMedia .fa-brands{
        font-size: 16px;
    }
    header .sides .right .navLink .inNav .to_about{
        font-size: 16px;
    }
}






