@font-face {
    font-family: "Stem Bold";
    src: url("../fonts/Stem-Bold.otf");
}

@font-face {
    font-family: "Stem Regular";
    src: url("../fonts/Stem-Medium.otf");
}

html {
    background-color: #e7e7e7;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #000;
}

body p {
    font-size: .8em;
    line-height: 1.8em;
}

h1, h2, h3 {
    font-family: 'Stem Bold', arial, sans-serif;
}

a {
    color: #b5072c;
    outline: none;
}

img#logo {
    width: 32%;
    max-height: 100%;
}

.navbar-brand a.navbar-item {
    padding-left: 0;
}

.navbar-item, .navbar-link {
    padding: 0.5rem 1.5rem;
}

.navbar-start>a:first-child {
    padding-left: 0;
}

a.navbar-item, .navbar-link, .navbar-contact {
    font-family: 'Stem Regular', arial, sans-serif;
    font-size: .8em;
    color: #000;
}

a.navbar-item:focus, a.navbar-item:focus-within, 
a.navbar-item:hover, a.navbar-item.is-active, 
.navbar-link:focus, .navbar-link:focus-within, 
.navbar-link:hover, .navbar-link.is-active,
.navbar-contact:hover,
a.navbar-item.router-link-exact-active.active {
    color: #b5072c;
    background-color: transparent;
}

.navbar-contact {
    float: right;
}

.is-transparent {
    background: transparent;
}

h1.page-title {
    font-family: 'Stem Bold', arial, sans-serif;
    font-size: 4em;
    color: #000;
    margin-bottom: 10px;
    margin-top: -10px;
}

.content h1:not(:first-child) {
    margin-top: 0;
}

h4.subtitle {
    font-family: 'Stem Regular', arial, sans-serif;
    font-size: .8em;
    color: #b5072c;
    text-transform: uppercase;
    margin-bottom: 3em!important;
}

span.dash {
    height: 2px;
    background-color: #000;
    display: block;
    margin-top: 1em;
}

.watch-video svg {
    width: 30px;
    float: left;
}

.watch-video a, .read-more a {
    font-family: 'Stem Regular', arial, sans-serif;
    color: #b5072c;
    font-size: .9em;
    padding: 3px 11px;
    display: inline-block;
}

.watch-video a:hover, .read-more a:hover {
    color: #000;
}

.read-more a {
    padding: 0;
    margin-top: 1em;
}

#timeline {
    margin-top: 2em;
    margin-bottom: 2em;
}

#tl-image {
    min-height: 400px;
}

#timeline ul {
    overflow-x: scroll;
    --scrollbarBG: #30343b;
    --thumbBG: #e7e7e7;
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

#timeline ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    cursor: move;
}

#timeline ul::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
    cursor: move;
}

#timeline ul::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border: 2px solid var(--scrollbarBG);
    cursor: move;
}

#tl-title {
    font-family: 'Stem Bold', arial, sans-serif;
    color: #b5072c;
    font-size: 4em;
    margin-bottom: 0;
}

#tl-title svg {
    width: 81px;
    margin-bottom: 5px;
    fill: #b5072c;
}

h3#tl-sub-title {
    font-family: 'Stem Bold', arial, sans-serif;
    font-size: 2em;
    color: #000;
    margin-top: -15px;
}

#timeline ul {
    margin: 0;
    white-space: nowrap;
    padding-bottom: 1em;
}

#timeline ul li {
    position: relative;
    display: inline-block;
    width: 40px;
    font-family: 'Stem Regular', arial, sans-serif;
    font-size: .8em;
    margin: 10px;
    cursor: pointer;
}

#timeline ul li:hover, #timeline ul li.activeLine {
    color: #b5072c;
}

#timeline ul li:hover span.limiter,
#timeline ul li.activeLine span.limiter {
    width: 2px;
    background-color: #b5072c;
}

span.limiter {
    width: 1px;
    height: 20px;
    display: block;
    background-color: #929292;
    margin: 0 auto 10px;
}

span.limiter-half {
    width: 1px;
    height: 8px;
    display: block;
    background-color: #000000;
    position: absolute;
    right: -12px;
    top: 12px;
}

span#limiter-dotted {
    display: block;
    height: 1px;
    margin-top: -60px;
    background-image: linear-gradient(to right, #b7b7b7 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
}

.arrow {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 90%;
}

.arrow svg {
    width: 83px;
    fill: #b5072c;
}

#right-move {
    justify-content: flex-end;
}

#right-move svg {
    transform: rotate(180deg);
}

/* The Chapters */

.chapter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 360px;
    background-color: #cecece;
    border-radius: 20px;
    cursor: pointer;
}

.chapter:hover {
    background-color: #b5072c;
    -webkit-transition: background-color 0.4s linear;
    -ms-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.chapter:hover h5 {
    color: #eee;
}

.chapter h3 {
    font-family: 'Stem Bold', arial, sans-serif;
    font-size: 1.8em;
    color: #000;
    margin-bottom: 5px;
}

.chapter h5 {
    font-family: 'Stem Regular', arial, sans-serif;
    font-size: .8em;
    color: #b5072c;
    margin-bottom: 10px;
    text-transform: uppercase;
}


/* Chapter */

.chapter.bg-black {
    background-color: #e7e7e7;
}

.chapter.bg-black h3 {
    color: #3a3a3a;
}

.single-chapter .chapter.bg-black img {
    height: 100%;
}

.next-chapter .chapter {
    height: 130px;
    flex-direction: column;
}


/* About the project  */
.sponsers .chapter {
    height: 100px;  
}

/* Online Quiz */

.quiz-wrapper {
    background-color: #b5072c;
    border-radius: 20px;
}
.quiz .chapter {
    display: block;
    height: 360px;
    background-color: #b5072c;
    border-radius: 20px;
    padding: 40px 40px;
}

.quiz .chapter p {
    color: #ffffff!important;
}
.thankyou {
    color: #ffffff!important;
    font-family: 'Stem Bold', arial, sans-serif;
    font-size: 2em!important;
}

label.checkbox {
    display: block;
    margin-bottom: 10px;
    margin-left: 20px;
    color: #ffffff;
}

.quiz .chapter:hover {
    background-color: #b5072c;
}

.question {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    height: 270px;
    background-color: #cecece;
    border-radius: 20px;
    cursor: pointer;
    padding: 30px 40px;
    position: relative;
}

.score {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b5072c;
    border-radius: 20px;
    height: 100%;
}
.score>span {
    color: #fff;
    display: block;
    background-color: #0a0a0a;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    padding-top: 20px;
    font-size: 2em;
}

/* .question.isselected {
    background-color: #b5072c;
} */
.question:hover {
    background-color: #bbbbbb;
    /* border: 3px solid #b5072c; */
}

.question h4 {
    /* font-family: 'Stem Bold', arial, sans-serif; */
    font-size: 14px;
    color: #000;
    font-weight: normal;
    line-height: 22px;
}

.key-helper {
    font-family: 'Stem Bold', arial, sans-serif;
    font-size: 3em!important;
}
.maker {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    background-color: #ff3434;
    border: 2px solid #cecece;
}
.maker.green {
    background-color: #00ad52;
}
.maker-true {
    position: absolute;
    right: 15px;
    top: 13px;
    fill: #fff;

}
.maker-false {
    position: absolute;
    right: 15px;
    top: 13px;
    fill: #fff;
}

/* .pic span {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
} */
.pic span svg {
    display: block;
    fill:rgb(255 255 255);
    transition: fill 0.2s ease 0s;
}
a.button {
    border-radius: 30px;
    font-family: 'Stem Regular', arial, sans-serif;
}
.q-count {
    width: 300px;
    background-color: #cecece;
    float: right;
    padding: 10px;
    border-radius: 5px;
}
span.q-percentage {
    font-family: arial, sans-serif;
    font-size: 13px;
    margin-bottom: 3px;
}
span.q-progress {
    height: 6px;
    width: 100%;
    background: #b5072c;
    display: block;
    border-radius: 10px;
}

/* Contact Us  */

a.navbar-contact.is-active {
    color: #b5072c;
}

.your-story {
    background-color: #b5072c;
    padding: 20px;
    border-radius: 20px;
}

.your-story a.submit-button.button:hover {
    background-color: #fff;
    color: #b5072c;
}

.your-story small {
    font-size: 11px;
    color: #ffc107;
}

.white {
    color: #fff;
}

.content .your-story h2 {
    font-size: 1.5em;
    color: #fff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

p.disclaimer {
    margin-top: 35px;
    font-size: 11px;
    color: #8c8c8c;
}

footer p {
    font-size: 11px;
}


/* ----------------Modal, aka POP----------------------- */
.pop {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgb(74 74 74 / 82%);
    z-index: 999;
    opacity: 1;
}

.pop-content {
    position: relative;
    background-color: #e7e7e7;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 25px 40px 50px;
    min-height: 20em;
    max-height: 40em;
    margin-top: 7em;
    overflow-y: auto;
}

.pop-content iframe {
    background-color: black;
}

.pop-close {
    position: absolute;
    top: 20px;
    right: 25px;
    padding: 10px;
    cursor: pointer;
}

.content ul {margin-top: 0;}

.short-description {
    padding-bottom: 1.2em;
}

.mt--45 {
    margin-top: -45px;
}

.drawer {
    position: fixed;
    top: 0;
    right: 0;
    background-color: white;
    height: 100%;
    z-index: 30;
    overflow-y: auto;
    overflow-x: hidden;
}

.drawer-menu {
    padding: 55px 15px;
}

.drawer-menu svg {
    fill: #b5072c;
    width: 10px;
    display: block;
    padding-bottom: 15px;
    margin-left: 3px;
}

.drawer-menu span {
    font-family: 'Stem Regular', arial, sans-serif;
    font-size: .7em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    color: #b5072c;
    cursor: pointer;
}

.drawer-menu span:hover {
    color: #000;
}

a.submit-button.button:hover {
    background-color: #b5072c;
    color: #fff;
}

small {
    font-size: 11px;
    color: red;
}

.drawer .short-description {
    max-width: 60vw;
}

.chapter.bg-black.icon-page {
    align-items: flex-start;
    cursor: default;
}

/* Gallery */

img.image.column.is-2 {
    height: 100%;
    cursor: pointer;
}

.vgs__container {
    margin: 10vh auto 0!important;
    background-color: transparent!important;
}

/* Killer */
.hidden, .only-mobile {
    display: none!important;
}

.rounded {
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    #app { margin: 15px;}
    
    section.drawer,.contact-wrapper {
        display: none;
    }

    .navbar {
        position: absolute;
        z-index: 30;
        top: -13px;
        width: 100%;
        right: -15px;
    }

    .navbar-menu.is-active {
        margin-left: -30px;
    }

    .navbar-burger {
        margin-right: 15px;
        margin-top: 20px;
        background-color: rgba(0, 0, 0, 0.05);
    }

    .navbar-burger.is-active {
        background-color: rgb(0 0 0);
        color: #ffffff;
        margin-right: 0;
        margin-top: 0;
    }

    .navbar-start {
        padding: 20px 30px;
    }

    .navbar-item, .navbar-link {
        padding: 0.8rem 1.5rem;
    }

    .nav-container {
        margin-top: -85px;
        padding: 10px;
        float: right;
    }
    .navbar-brand a.navbar-item {
        margin-top: -20px;
    }
    span.dash {
        margin-top: -0.7em;
    }
    .sponsers .column {
        text-align: center;
    }
    .off-mobile {
        display: none!important;
    }
    .only-mobile {
        display: block!important;
    }
    div#tl-text {
        margin-left: 0!important;
    }
    h2#tl-title {
        margin-top: 0!important;
    }
    #tl-image {
        min-height: auto;
    }
    h3#tl-sub-title {
        font-size: 1.3em;
    }
    .pop-content {
        margin-top: 0px;
    }
    .q-count {
        width: 100%;
    }
    .vgs__container {
        margin: -140px auto 0!important;
    }
    footer.container.mt-6 {
        margin-top: 4rem !important;
    }
}

/* @media screen and (min-width: 769px) {

} */