:root {
    --primary-color: #000;
    --secondary-color: #F4F4F4;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
    color: var(--primary-color)
}

h1 {
    font-size: 5.2rem;
}

h1, h2, h3 {
    font-family: 'Vollkorn', serif;
    color: var(--primary-color);
}

a {
    transition: all 0.3s ease;
}

a {
    /*opacity: 0.8;*/
}

/*.btn-outline {*/
/*    border-radius: 18px;*/
/*    border: 2px solid #000;*/
/*    border-bottom: 2px solid #000;*/
/*    background: #FFF;*/
/*    font-size: 20px;*/
/*    padding: 15px 55px;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.btn-outline:hover {*/
/*    background-color: #fff;*/
/*    border: 2px solid #000;*/
/*}*/
.navbar .btn-outline {
    padding: 6px 0px;
    background-color: transparent;
    border: none;
    border-bottom: #fff 2px solid;
    margin: 5px;
    color: #fff;
    border-radius: 0px;
    font-size: 14px;
}

.vline {
    width: 1px;
    background: #000;
    position: absolute;
    right: 50%;
    height: 90%;
    bottom: 0;
}

#section-1 .disc.b {
    position: absolute;
    left: calc(100% - clamp(10px, 1.5vw, 30px));
    top: clamp(-16px, -0.8vw, 1px);
    background: #FFF;
}
.disc {
    width: clamp(10px, 3vw, 60px);
    height: clamp(10px, 3vw, 60px);
    border-radius: 1000px;
    border: 1px solid #CCC;
    position: relative;
}
.dot.green {
    background: #91ed0d;
}
.btn-orange {
    border-radius: 18px;
    border: 2px solid #ff9100;
    background: #ff9100;
    font-size: 20px;
    padding: 15px 55px;
    transition: all 0.3s ease;
    color: #fff;
}

.btn-orange:hover {
    background-color: #ff9100;
}


.btn-dark {
    border-radius: 18px;
    border: 2px solid #000;
    background: #000;
    font-size: 15px;
    padding: 10px 45px;
    transition: all 0.3s ease;
    color: #fff;
}

.btn-dark:hover {
    background-color: #c5c5c5;
    border: 2px solid #c5c5c5;
}


.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
    padding: 25px 0px;
    border-bottom: 0px solid #333;
    background-color: transparent;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background-color: #000;
}

.navbar .btn-outline, .navbar .btn-orange {
    padding: 4px 10px;
}

.hero-section {
    position: relative;
    height: calc(100vh - 100px);
    max-height: 850px;
    overflow: hidden;
    padding-top: 100px;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    max-height: 850px;
    object-fit: cover;
    z-index: 0;
}

/* Vertical white gradient overlay: transparent at top -> white at bottom */
.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,1) 65%);

    pointer-events: none;
    z-index: 2;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

/*.hero-section p {*/
/*    font-size: 1.2rem;*/
/*    position: relative;*/
/*    padding-left: 40px;*/
/*}*/

/*.hero-section p::after {*/
/*    content: '';*/
/*    top: -6px;*/
/*    left: 0px;*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 2.5px;*/
/*    background-color: var(--primary-color);*/
/*    margin-top: 20px;*/
/*    position: absolute;*/
/*}*/

.container {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.7;
}

/*#schedule {*/
/*    font-size: 18px;*/
/*}*/

.dashboard h4 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3.5rem;
    position: relative;
    padding-top: 50px;
}

.dashboard h4::before {
    content: '';
    top: -6px;
    left: 0px;
    display: block;
    width: 60px;
    height: 2.5px;
    background-color: var(--primary-color);
    margin-top: 20px;
    position: absolute;
    
}

.partners h4 {
    font-size: 2.4rem;
    font-weight: 300;
}

.partners img {
    filter: grayscale(100%);
    transition: all 0.6s ease;
}

.partners img:hover {
    filter: grayscale(0%);
}

.connect .container {
    border-bottom: 2px solid #000;
}

.connect p {
    font-size: 1.4rem;
    position: relative;
}

.connect p::before {
    content: '';
    top: -40px;
    left: 0px;
    display: block;
    width: 37px;
    height: 2.5px;
    background-color: var(--primary-color);
    margin-top: 20px;
    position: absolute;    
}

.three-features .container {
    border-bottom: 2px solid #111;
}

.three-features h4 {
    border-bottom: 2px solid #111;
    padding-bottom: 30px;
    font-weight: 600;
}

.three-features p {
    font-size: 1.2rem;
}

.three-features .pre-print {
    padding-top: 40%;
}

.three-features .print1 {
    position: absolute;
    top: 0%;
    left: 10%;
    z-index: 0;
    width: 50%;
}

.three-features .print2 {
    position: absolute;
    top: 20%;
    right: 10%;
    z-index: 1;
    width: 50%;
}

.data h1 {
    font-size: 3rem;
}

.data p {
    font-size: 2rem;
    position: relative;
}

.data p::before {
    content: '';
    top: -40px;
    left: 0px;
    display: block;
    width: 37px;
    height: 2.5px;
    background-color: var(--primary-color);
    margin-top: 20px;
    position: absolute;    
}

.border-divisor, .border-divisor-bottom {
    border-left: 2px solid #111;
}

.border-top {
    border-top: 2px solid #111 !important;
}

.border-divisor::before {
    content: '';
    top: -5px;
    left: -21px;
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;    
}

.border-divisor::after {
    content: '';
    top: 12px;
    left: -4px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #65d263;
    position: absolute; 
    animation: radarPulse 3s ease-in-out infinite;
}


.border-divisor-bottom::before {
    content: '';
    bottom: -4px;
    left: -21px;
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;    
}

.border-divisor-bottom::after {
    content: '';
    bottom: 12px;
    left: -4px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #65d263;
    position: absolute; 
    animation: radarPulse 3s ease-in-out infinite;
}

.left-ball {
    position: relative;
    padding-left: 90px;  
}

.left-ball::before {
    content: '';
    top: 0px;
    left: 12px;
    display: block;
    width: 42px;
    height: 42px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;  
}

.left-ball::after {
    content: '';
    top: 17px;
    left: 29px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #65d263;
    position: absolute; 
    animation: radarPulse 3s ease-in-out infinite;
}

@keyframes radarPulse {
    0% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(101, 210, 99, 0.6);
    }

    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 10px rgba(101, 210, 99, 0);
    }

    60% {
        opacity: 0;
        box-shadow: 0 0 0 10px rgba(101, 210, 99, 0);
    }

    100% {
        opacity: 0.6;
        box-shadow: 0 0 0 0 rgba(101, 210, 99, 0);
    }
}

footer {
    background-color: var(--primary-color);
    color: #fff;
}

footer .investors {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    font-weight: 300;
}

footer .small {
    font-size: 12px;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.5em;
    }

    .partners h4 {
        font-size: 2rem;
    }

    .left-ball {
        padding-left: 40px;
    }

    .data h1 {
        font-size: 2rem;
    }

    .dashboard h4 {
        font-size: 1.2rem;
        line-height: 2.5rem;
    }
    .navbar-nav {
        margin-top: 20px;
    }

    .border-divisor {
        border-left: none;
        border-top: 2px solid #111;
        padding-top: 30px !important;
    }

    .left-ball::after, .border-divisor::after, .border-divisor-bottom::after, .left-ball::before, .border-divisor::before, .border-divisor-bottom::before {
        display: none;
    }

    .three-features .pre-print {
        padding-top: 60%;
    }
    .three-features .print1 {  
        left: 3%;      
        width: 70%;
    }

    .three-features .print2 {
        right: 3%;
        top: 30%;
        width: 70%;
    }

    /*.navbar .btn-outline, .navbar .btn-orange {*/
    /*    padding: 6px 0px;*/
    /*    background-color: transparent;*/
    /*    border: none;*/
    /*    border-bottom: #000 2px solid;*/
    /*    margin: 5px;*/
    /*    color: var(--primary-color);*/
    /*    border-radius: 0px;*/
    /*}*/
    
}

.bg-overlay {
    position: relative;
}

.bg-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.bg-overlay .container {
    position: relative;
    z-index: 2;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}