.blink_marker{font-size:25px;animation:blink 1s linear infinite}@keyframes blink{0%{opacity:0}50%{opacity:.5}to{opacity:1}}text{font-family:var(--font-ibm-plex-san-arabic)}.cls-1,.cls-2{fill:#c9c9c9}.cls-1,.cls-2,.cls-3,.cls-4,.cls-5,.cls-6,.cls-7{stroke:#949494;stroke-width:7px}.cls-2{stroke-linecap:round;stroke-linejoin:bevel}.cls-3{fill:#a0a0a0}.cls-4{fill:#adadad}.cls-5{fill:#e9e9e9}.cls-6{fill:none}.cls-7{fill:#cacaca}.cls-8{fill:url(#pattern)}.cls-9{fill:#5d5d5d}.cls-10,.cls-11,.cls-12,.cls-15,.cls-16,.cls-17,.cls-18{fill:#707070;font-size:small}.cls-10{font-size:310px}.cls-10,.cls-11,.cls-12,.cls-13,.cls-14,.cls-15,.cls-16,.cls-17,.cls-18{font-family:var(--font-ibm-plex-san-arabic)}.cls-11{font-size:210px}.cls-12{font-size:110px}.cls-13,.cls-14{fill:#504d4d}.cls-13{font-size:130px}.cls-14,.cls-15{font-size:200px}.cls-16{font-size:180px}.cls-17{font-size:190px}.cls-18{font-size:100px}.time-container{display:flex;flex-direction:column;height:100%;justify-content:space-around;margin-left:.5rem}.timeline-container{width:100%;height:50vh;overflow-y:auto}.timeline{display:inline-flex;flex-direction:column;gap:20px}.year{cursor:pointer;transition:background-color .3s ease;text-align:center;position:relative;padding:0 .6rem}.year:before{content:url(/_next/static/media/inactive.9f1d5a25.svg);position:absolute;height:10px;width:10px;left:0;top:23%;margin:0 .6rem}.year.active:before{content:url(/_next/static/media/active.d707b27f.svg);left:-4%;position:absolute;margin:0 .6rem}.timeline-container::-webkit-scrollbar{display:none}.verticalLineStroke:dir(ltr){left:5%;position:absolute;margin:0 .6rem}.year:dir(rtl){cursor:pointer;transition:background-color .3s ease;text-align:center;position:relative;padding:0 .6rem}.year:dir(ltr):before{content:url(/_next/static/media/inactive.9f1d5a25.svg);position:absolute;height:.875rem;width:.875rem;right:0;top:5%;margin-left:8%;margin-right:8%}.year:dir(rtl):before{content:url(/_next/static/media/inactive.9f1d5a25.svg);position:absolute;height:.875rem;width:.875rem;right:0;top:0;margin-left:8%;margin-right:8%}.year.active:dir(ltr):before{content:url(/_next/static/media/active.d707b27f.svg);left:-4%;top:12%;height:1.625rem;width:1.625rem;position:absolute;margin-left:4%;margin-right:4%}@media (min-width:1440px){.year.active:dir(ltr):before{margin-left:6%;margin-right:6%}}.year.active:dir(rtl):before{content:url(/_next/static/media/active.d707b27f.svg);right:-4%;height:1.625rem;width:1.625rem;position:absolute;margin-left:4%;margin-right:4%}@media (min-width:1440px){.year.active:dir(rtl):before{margin-left:6%;margin-right:6%}}.verticalLineStroke:dir(rtl){right:5%;position:absolute;margin:0 .6rem}ul>ol{height:calc((30vh + 1px)/4)}@media(min-width:1000px){.timeline-container{height:60vh}ul>ol{height:calc((40vh + 1px)/4)}}:root{--border-color:#fff5;--w-image:500px;--calculate:calc(1 / 3)}.carousel{width:100%;height:100vh;overflow:hidden}.carousel .list{height:100%;position:relative}.carousel .list:after{top:50px;left:50px;background-color:red;width:400px;height:300px;z-index:10;pointer-events:none;border-radius:20px 50px 110px 230px;filter:blur(150px);opacity:.6}.carousel .list .item{position:absolute;top:0;left:0;width:100%;height:100%}.carousel .list .item .image{width:var(--w-image);height:100%;position:absolute;top:0;left:calc(100% - var(--w-image)*var(--calculate));padding:20px;display:flex;flex-direction:column;justify-content:end;align-items:center;font-weight:500}.carousel .list .item .image img{width:90%;margin-bottom:20px;filter:drop-shadow(0 150px 50px rgba(158,12,12,.3333333333))}.carousel .list .item .image figcaption{font-family:Aboreto;font-weight:700;font-size:1.3em;text-align:right;margin-bottom:30px;width:70%}.carousel .list .item .main-content{height:100%}.arrows{position:absolute;bottom:20px;width:calc(100% - var(--w-image)*var(--calculate));display:grid;grid-template-columns:repeat(2,50px);grid-template-rows:50px;justify-content:end;gap:10px}.arrows button{background-color:transparent;border:1px solid var(--border-color);color:#fff;font-family:monospace;font-size:large;font-weight:700;line-height:0;box-shadow:0 10px 40px rgba(85,85,85,.333);cursor:pointer;transition:.5s}.arrows button:hover{background-color:hsla(0,0%,93%,.333)}.carousel .list .item{display:none}.carousel .list .item.active,.carousel .list .item.other_1,.carousel .list .item.other_2{display:block}.carousel .list .item.active{z-index:2}.carousel .list .item.other_1,.carousel .list .item.other_2{pointer-events:none}.carousel .list .item.active .main-content{animation:showContent 1s ease-in-out 1 forwards}@keyframes showContent{0%{clip-path:circle(0 at 70% 50%)}to{clip-path:circle(100% at 70% 50%)}}.next .item.other_1{z-index:1}.next .item .image figcaption,.next .item .image img{animation:effectNext .5s ease-in-out 1 forwards}@keyframes effectNext{0%{transform:translateX(calc(var(--transform-from)))}to{transform:translateX(calc(var(--transform-from) - var(--w-image)))}}.next .item.active .image{--transform-from:var(--w-image)}.next .item.other_1 .image{z-index:3;--transform-from:0px;overflow:hidden}.next .item.other_2 .image{z-index:3;--transform-from:calc(var(--w-image) * 2)}.arrows{z-index:10}.prev .list .item .image figcaption,.prev .list .item .image img{animation:effectPrev .5s ease-in-out 1 forwards}@keyframes effectPrev{0%{transform:translateX(calc(var(--transform-from)))}to{transform:translateX(calc(var(--transform-from) + var(--w-image)))}}.prev .list .item.active .image{--transform-from:calc(var(--w-image) * -1);overflow:hidden}.prev .list .item.other_1 .image{--transform-from:0px;z-index:3}.prev .list .item.other_2 .image{z-index:3;--transform-from:var(--w-image)}.prev .list .item.other_2 .main-content{opacity:0}@media screen and (max-width:1023px){:root{--calculate:1;--w-image:400px}}@media screen and (max-width:767px){.carousel .list .item .image{width:100%;left:0;justify-content:center}.carousel .list .item .image figcaption{color:#fff;width:100%;text-align:center}.arrows{left:50%;justify-content:center}}.nav-dots:dir(ltr){top:55%;right:8%;transform:translateY(-50%);margin:0;padding:0;cursor:pointer}.close-btn:dir(ltr){position:absolute;top:6%;right:7%;transform:translateY(-50%);margin:0;padding:0;cursor:pointer}.nav-dot{width:6px;height:6px;position:relative;border-radius:50%;list-style:none;background:transparent;transition:all .3s;outline:1px solid var(--primary-100);outline-offset:3px}.nav-dot:not(:last-of-type){margin-bottom:20px}.nav-dot.is-active{transform:scale(1.1);background:transparent;background-color:var(--primary-100)}.nav-dot.is-active:after,.nav-dot:hover:before{color:var(--primary-100);position:absolute;top:0;left:10px;content:attr(data-year);font-weight:700;margin-top:-10px;margin-left:5px}.nav-dots:dir(rtl){top:50%;left:8%;transform:translateY(-50%);margin:0;padding:0;cursor:pointer}.close-btn:dir(rtl){position:absolute;top:6%;left:7%;transform:translateY(-50%)}@media screen and (max-width:967px){.nav-dots:dir(ltr),.nav-dots:dir(rtl){top:unset;right:unset;bottom:2.5%;left:45%;transform:rotate(270deg)}.nav-dot.is-active:after{left:1px;margin-left:0;transform:rotate(90deg)}.nav-dot:hover:before{transform:rotate(90deg);display:none}}