/* // Styling By Daniel R. Obiekwe ( https://madebyraymond.herokuapp.com ) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&Open+Sans:wght@300;400;600;700&display=swap');
body,html{
    font-family: 'Open Sans', 'Roboto', Arial, Helvetica, sans-serif; 
}

a {
	text-decoration: none;
	/* color: white; */
}
ul, li {
	list-style-type: none;
}
.d-unset{
    display: unset!important;
}
@media (min-width: 992px){
    .d-lg-unset {
        display: unset!important;
    }
}
.toggle-menu {
    width: 30px;
	height: auto;
	position: relative;
    cursor: pointer;
    display: none;
}
.toggle-menu i {
	display: block;
	height: 2px;
	background: white;
	width: 27px;
	transition: all .3s;
    margin-top: 6.5px;
}
.toggle-menu i:first-child {
	/* top: 16px; */
    margin-top: 0;
}

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: white;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	background: transparent;
	box-sizing: border-box;
	border: 3.5px solid #98BA93;
}

.vertical-scrolling{
    background: #000;
    color: #fff;
}

.fp-section.fp-table, .fp-slide.fp-table{
    display: block;
    width: 100vw;
    height: 100vh!important;
}
.fp-tableCell {
    display: block;
    height: 100vh!important;
}

#cookit #cookit-container{
    flex-wrap: nowrap;
}

#cookit #cookit-container #cookit-link{
    display: none;
}

#cookit #cookit-container #cookit-button{
    flex-grow: 1;
    white-space: nowrap;
}

@media (max-width: 1199px){
    .toggle-menu{
        display: block;
    }
}

@media (max-width: 400px) {
    html, body {
      font-size: 50%;
    }
  }





/* Header Section */
.site-header{
    background: rgba(0, 0, 0, 0.25);
    /* height: 70px; */
    padding: 10px 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
    box-sizing: border-box;
}
.site-header .logo{
    width: auto;
    height: 100%;
    max-height: 45px;
}
.site-header .site-nav-menu{}
.site-header .site-nav-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.site-header .site-nav-menu ul li.nav-items{
    list-style: none;
}
.site-header .site-nav-menu .nav-item-link{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    /* identical to box height */

    text-transform: uppercase;

    color: #F3FFFF;
    padding: 5px 15px;
}
.site-header .site-nav-menu .nav-item-link:hover,
.site-header .site-nav-menu .nav-item-link.active,
.site-header .site-nav-menu .nav-item-link:active
.site-header .site-nav-menu .nav-item.active .nav-item-link,
.site-header .site-nav-menu .nav-item:active .nav-item-link{
    font-weight: bold;
    color: #00AFF3;
}

@media (max-width: 1199px){
    .site-nav-menu{
        background: #000;
        width: 100%;
        /* padding-top: 1rem; */
        display: none;
        animation: site-nav-menu-animation 0.3s;
    }

    .site-nav-menu.active{
        display: block;
    }

    .site-header .site-nav-menu ul{
        display: block;
    }

    .site-header .site-nav-menu .nav-item-link{
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(243, 255, 255, 0.22);
        padding: 18px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.07em;
    }

    @keyframes site-nav-menu-animation {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}






/* Home Section  */
.home-section-bg{
    background: no-repeat center #0D1221;
    background-size: cover;
}
.home-section{
    height: 100%;
    width: 100%;
}
.home-section::after{
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.28) 83.21%);

    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 0;
    height: calc(100vh + 44px);
}
.home-section.reduced-overlay-1::after{
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 83.21%);
}
.home-section.remove-overlay::after{
    background: transparent;
}

.home-section .content-divider{
    background: #9FD6EE;
    width: 185px;
    height: 4px;
}
.home-section .title-text{
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 68px;
    /* identical to box height */

    text-transform: capitalize;

    color: #FFFFFF;
    max-width: 690px;
}
.home-section .subtitle-text{
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    /* identical to box height */

    text-transform: capitalize;

    color: #FFFFFF;
    max-width: 690px;
}
.home-section .content-text{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height */

    text-transform: none;

    color: #FFFFFF;

    max-width: 690px;
}
video.content-video,
.content-video video{
    border: 3px solid #FFFFFF;
    background: rgb(255 255 255 / 37%);
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    max-width: 370px;
    max-height: 400px;
    height: auto;
    object-fit: cover;
}

@media (max-width: 767px) {
    .home-section .title-text{
        font-size: 35px;
        line-height: 39px;
        font-weight: 600;
    }
    .home-section .subtitle-text{
        font-size: 22px;
        line-height: 28px;
        font-weight: 400;
        padding-top: 5px;
    }
    .home-section .content-text{
        font-size: 16px;
        line-height: 24px;
    }
    .home-section .content-divider{
        width: 170px;
        height: 3px;
    }
    video.content-video,
    .content-video video{
        margin-top: 10px;
        max-height: 360px;
    }
}
@media (max-width: 450px) {
    .home-section .title-text{
        font-size: 28px;
        line-height: 31px;
    }
    .home-section .subtitle-text{
        font-size: 18px;
        line-height: 24px;
    }
    .home-section .content-text{
        font-size: 14px;
        line-height: 22px;
    }
    video.content-video,
    .content-video video{
        margin-top: 10px;
        max-height: 360px;
    }
}






/* Info Cards  */

.info-card{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    /* text-transform: capitalize; */

    color: #0A0F18;

    background: #FFFFFF;
    border-radius: 8px;
    min-height: 360px;
    overflow: hidden;
}
.info-card.info-card-bg{
    background: url(../img/projects-card-bg.svg) bottom center no-repeat #fff;
    background-size: contain;
}
.info-card .team-img img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.info-card .card-link{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    /* identical to box height */


    color: #00AFF3;
    transition: 0.3s;
    text-decoration: none;
}
.info-card .card-link:hover{
    text-decoration: none;
    color: #1795c7;
}
.info-card .social-links a{
    color: #0A0F18;
    transform: 0.3s;
    text-decoration: none;
}
.info-card .social-links a:hover{
    color: #1795c7;
    text-decoration: none;
}
.info-card .social-links .icon{
    font-size: 18px!important;
}






/* Card Slider Controls  */
.cards-section__controls{
    position: relative;
    display: flex;
    align-items: top;
    height: 0;
}
.cards-section__controls button {
    position: relative;
    width: 50px;
    height: 50px;
    left: unset!important;
    right: unset!important;
    bottom: unset!important;
    right: unset!important;
    transform: none;
    display: block;
    background: transparent;
}
.cards-section__controls button path,
.cards-section__controls button circle{
    stroke: #fff;
}
.mobile-swipe-indicator{
    position: absolute;
    z-index: 9999;
    right: 20px;
    bottom: 10px;
    height: 70px;
    /* transform: rotate(-90deg); */
    display: none;
}
@media (max-width: 767px) {
    .cards-section__controls {
        display: none;
        height: auto;
    }

    .mobile-swipe-indicator{
        display: block;
    }
}
/* @media only screen and (min-width: 768px) and (hover: hover) { */
    .cards-section__controls button:hover svg circle {
        stroke-dashoffset: 276 !important;
    }
    .cards-section__controls button:hover svg:last-child path:first-child {
        stroke-dashoffset: 28 !important;
    }
    .cards-section__controls button:hover svg:last-child path:last-child {
        stroke-dashoffset: -28 !important;
    }
    .cards-section__controls button svg {
        display: block;
        position: absolute;
    }
    .cards-section__controls button svg:first-child circle {
        stroke-dasharray: 138;
        stroke-dashoffset: 0;
        transition: all 1.5s ease;
    }
    .cards-section__controls button svg:last-child path {
        stroke-dasharray: 14;
    }
    .cards-section__controls button svg:last-child path:first-child,
    .cards-section__controls button svg:last-child path:last-child {
        transition: all 1.5s ease;
        stroke-dashoffset: 0;
    }
/* } */
/* @media only screen and (min-width: 768px) { */
    .cards-section__controls button svg {
        display: block;
        position: absolute;
    }
    .cards-section__controls button svg:first-child {
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
    }
    .cards-section__controls button svg:last-child {
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        width: 19px;
    }
/* } */





/* Timeline Content */
.timeline-content{
    padding: 72px 28px 0;
    height: auto!important;
}
.timeline-content .content-image{
    height: auto!important;
}
.timeline-content .content-image img{
    /* max-width: 140px;
    width: 100%;
    height: 40px;
    object-fit: contain; */
    width: auto;
    height: 50px;
}
.timeline-content .content-text-header{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    color: #FFFFFF;
    max-width: unset;
    height: auto!important;
}
.timeline-content .content-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    color: #FFFFFF;
    max-width: unset;
    
    height: auto!important;
}
.timeline-content .content-text a{
    text-transform: none;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.8;
    transition: 0.3s;
}
.timeline-content .content-text a:hover{
    text-decoration: underline;
    color: #FFFFFF;
    opacity: 1;
}
.timeline-date{
    font-size: 14px;
    text-transform: none;
    
    height: auto!important;
}
.timeline-date-month{
    height: auto!important;
    text-align: right;
    padding: 0px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: none;
    color: #FFFFFF;
    max-width: unset;
    transition: 0.3s;
}
.timeline-click-indicator{
    position: absolute;
    right: 100px;
    top: calc(50px + 64px);
    height: 100px;
    width: auto;
    object-fit: contain;
    opacity: 0;
    transition: 0.3s;
}
#history-timeline .timelineCont.active + .timelineCont .timeline-click-indicator{
    opacity: 0.7;
}
#history-timeline .timelineCont.active .timeline-date-month{
    font-weight: 500;
    font-size: 21px;
    line-height: 130%;
}




/* Video Background  */
.video-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 0;
}
.video-bg video{
    object-fit: cover;
    background-size: cover;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
}









/* Others  */
.roadmap.roadmap--orientation-horizontal .roadmap__events__event:after, 
.roadmap.roadmap--orientation-horizontal .roadmap__events__event:before,
.roadmap.roadmap--orientation-horizontal .roadmap__events:after{
    background-color: #10a2db;
}
.scale-up-hover{
    transition: 0.3s;
}
.scale-up-hover:hover{
    transform: scale(1.1);
}