@charset "utf-8";


@font-face{font-family:'baskerville-medium';src:url('../../fonts/Baskerville-Medium.woff2') format('woff2'),url('../../fonts/Baskerville-Medium.woff') format('woff');font-weight:100;font-style:normal}

body {
    background: url("../../img/timeline2.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
html::-webkit-scrollbar {
    background-color:#CCC;
    width:10px;
}
html::-webkit-scrollbar-thumb {
    background-color: #2d2d2d;
}
html::-webkit-scrollbar-thumb:hover {
    background-color: #2d2d2d;
}
html::-o-scrollbar {
    background-color: #2d2d2d;
    width:10px;
}
html::-o-scrollbar-thumb {
    background-color: #2d2d2d;
}
html::-o-scrollbar-thumb:hover {
    background-color: #2d2d2d;
}

.wrapper {
    min-height: 100vh;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #fff;
    position: relative;
}

section {
    /* height: 100vh; */
    font-size: 40px;
    font-weight: 100;
    background-color: #131313d9;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
}
section:last-child div.des {
    margin-bottom: 60px;
}
.nav__wrapper {
    position: fixed;
    height: 100%;
    padding: 21px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    /* overflow-x: scroll; */
    height: auto;
    margin-top: 90px;
}



/* width */
.nav__wrapper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.nav__wrapper::-webkit-scrollbar-track {
    background: rgba(241, 241, 241, 0);
}

/* Handle */
.nav__wrapper::-webkit-scrollbar-thumb {
    background: rgba(241, 241, 241, 0);
}

/* Handle on hover */
.nav__wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.time-header {
    text-align: center;
    font-size: 97px;
    font-family: baskerville-medium;
    float: right;
    width: 100%;
    margin-top: 127px;
}

.navk {
    margin: 0 0 92px 22px;
}
.nav__counter {
    font-size: 24px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.nav__title {
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 0.25em;
    width: 100px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: height 0.3s ease-out, opacity 0.2s ease-out;
    transition: height 0.3s ease-out, opacity 0.2s ease-out;
}
.nav__body {
    font-weight: 100;
    font-size: 18px;
    font-size: 18px;
    width: 300px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: height 0.3s ease-out, opacity 0.2s ease-out;
    transition: height 0.3s ease-out, opacity 0.2s ease-out;
}
.nav li {
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 8px;
}
.nav__wrapper .nav li:after {
    content: '';
    display: block;
    border-left: 2px solid white;
    border-top: 2px solid white;
    height: 250px;
    width: 20px;
    position: absolute;
    left: -30px;
    top: 15px;
}
.nav__wrapper .nav li a {
    display: block;
    padding: 0;
    color: #fff;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.nav__wrapper .nav li a:hover {
    background-color: transparent;
    padding-left: 1em;
}
.nav__wrapper .nav li a:focus {
    background-color: transparent;
}
.nav li.active {
    pointer-events: none;
    padding-left: 1em;
}
.nav li.active:after {
    width: 35px;
    height: 400px;
    top: 35px;
}
.nav li.active .nav__counter {
    /* font-size: 48px; */
    font-weight: bold;
}
.nav li.active .nav__title {
    height: 40px;
    opacity: 1;
    overflow: visible;
}
.nav li.active .nav__body {
    height: 100px;
    opacity: 1;
    overflow: visible;
}
.topbar {
    display: none;
}
footer {
    display: none;
}
.des {
    margin-top: 24px;
    font-size: 18px;
    width: 60%;
    margin: auto;
    float: none;
    padding-top: 0px;
    direction: rtl;
    text-align: center;
    font-family: 'yekan', arial !important;
}

.timeline-img {
    /* max-width: 700px; */
    /* width: 100%; */
    margin: auto;
    height: 460px;
}
.boxs {

}

@media (max-width: 700px) {

    .nav__wrapper {
        display: none !important;
    }
    .timeline-img {
        width: 100%;
        margin: auto;
        height: auto;
    }
}