@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap');

:root {
    --custom-accordion-btn-active-ico: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' /%3e%3c/svg%3e");
    --bs-btn-disabled-bg: #00000050
}

body {
    /* background: rgb(12, 19, 31); */
    background-color: #000;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 1vw;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 2.4vw;
    font-weight: 400;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
}

span.block {
    display: block;
}

span.thin {
    font-weight: 100;
}

span.bold {
    font-weight: 600;
}

h3 {
    font-size: 1.4vw;
    font-weight: 300;
}

a {
    color: #f9ac1b;
    text-decoration: none;
}

h3 a {
    font-weight: 500;
}

form * {
    text-transform: uppercase;
}

/* .header-container {
    position: absolute;
} */

.btn-primary {
    background-color: #f9ab1bcc;
    border: none;
}

.btn-primary:hover {
    background-color: #f9ab1b !important;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #000000CC !important;
}

.form-control {
    background-color: #ffffffcc;
    border: 1px solid #FFF;
    border-color: transparent;
    text-transform: none;
}

.form-control::placeholder {
    text-transform: uppercase;
}

.has-error .form-control {
    border-color: #990000;
    color: #990000;
}

.has-error .form-control::placeholder {
    color: red;
    opacity: 1;
}

.header {
    padding: 3rem 0 0;
}

.content {
    max-width: 980px;
    padding: 0 40px;
    margin: 0 auto;
}

.bullet-points {
    margin: 3vw 0;
    color: #D0D1D1;
}

.bullet-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 200;
}

.bullet-points ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.75rem 0;
    gap: 10px;
}

.bullet-points ul li::before {
    content: "";
    display: block;
    background: url(../images/bullet.png) no-repeat;
    width: 4vw;
    height: 4vw;
    max-width: 60px;
    max-height: 60px;
    min-width: 30px;
    min-height: 30px;
    background-size: 100%;
}

.social-icons img {
    width: 2vw;
    max-width: 34px;
}

.social-icons a {
    margin: 0 3px;
}

.media-logos-container {
    padding: 2vw 0;
    background: #000;
    text-align: center;
    color: #D0D1D1;
}

.media-logos {
    text-transform: uppercase;
}

.navbar {
    padding: 1rem 0;
}

.navbar-nav {
    font-size: 0.75rem;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .social-icons img {
    width: auto;
    max-width: 24px;
}

#home-block {
    background: linear-gradient(0deg, rgba(12, 19, 31, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

#awards-block {
    background: url(../images/bg-block-2.jpg) bottom center no-repeat;
    background-size: cover;
}

#awards-block>div {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#awards-block h1,
#collective-block h1,
#utility-block h1,
#growth-block h1,
#roadmap-block h1,
#partners-block h1,
#faq-block h1 {
    font-size: 3.25vw;
    font-weight: 500;
}

#awards-block .content {
    padding-right: 15vw;
}

.awards {
    margin-bottom: 25px;
}

#collective-block {
    background: url(../images/bg-block-3.jpg) center no-repeat;
    background-size: cover;
}

#collective-block>div {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.25);
}

#collective-block .content {
    padding-left: 15vw;
    text-align: right;
    min-height: 500px;
}

#collective-block h3 {
    font-weight: 500;
}


#partners-block>div {
    padding: 50px 0;
}

#utility-block,
#partners-block,
footer {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(12, 19, 31, 1) 100%);
}

#utility-block>div {
    padding: 50px 0;
}

#utility-block .carousel {
    margin: 50px 0;
}

#events-block {
    padding: 100px 0;
    background: url(../images/bg-block-events.jpg) center no-repeat;
    background-size: cover;
}

#events-block h1 {
    margin-bottom: 3vw;
}

#events-block .tabular .heading {
    font-size: 1.5vw;
    font-weight: 100;
}

#events-block .tabular .row {
    margin-bottom: 1vw;
}

#growth-block>div {
    padding: 100px 0;
    background: url(../images/bg-block-5.jpg) center no-repeat;
    background-size: cover;
}

#roadmap-block,
#faq-block {
    background: linear-gradient(0deg, rgba(12, 19, 31, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

#contact-block>div {
    background: url(../images/bg-block-6.jpg) center no-repeat;
    background-size: cover;
    min-height: 450px;
}

#roadmap-block>div,
#faq-block>div,
#contact-block>div,
footer {
    padding: 100px 0;
}

footer .footer-logo {
    max-width: 15vw;
}

footer p {
    font-size: 1.2vw;
    font-weight: 200;
}

.disclaimer {
    font-style: italic;
    color: #CCC;
}

.highlighted {
    color: #f9ac1b;
    font-weight: 500;
}

.stack {
    position: relative;
    margin-top: 50px;
    width: 100%;
    min-height: 200px;
}

.stack .card {
    width: 80%;
    max-width: 200px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    color: #FFF;
    transition: transform 200ms;
    border: none;
    border-radius: 0;
    background: none;
    text-align: center;
    font-size: 10px;
}

.stack .card video {
    border-radius: 10px;
    /* box-shadow: 0 5px 10px 0 #00000060, 0 15px 20px 0#00000040; */
}

.stack .card:nth-last-child(n + 4) {
    --y: calc(-50% + -30px);
    transform: translate(-50%, var(--y)) scale(0.9);
    box-shadow: 0 0 1px 1px #00000003;
}

.stack .card:nth-last-child(3) {
    --y: calc(-50% + -15px);
    transform: translate(-50%, var(--y)) scale(0.95);
}

.stack .card:nth-last-child(2) {
    --y: calc(-50%);
    /* transform: translate(-50%, var(--y)) scale(1); */
}

.stack .card:nth-last-child(2) span {
    opacity: 0.25;
}

.stack .card:nth-last-child(1) {
    --y: calc(-50% + 15px);
    transform: translate(var(--y), 0) scale(1.2);
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background: none;
}

.carousel-indicators .active {
    border-color: #f9ac1b;
    background: #f9ac1b;
}

.accordion {
    margin: 50px 0;
}

.accordion-item,
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    background: none;
    color: #FFF;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    font-weight: 500;
}

.accordion-item {
    font-style: italic;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    background-image: var(--custom-accordion-btn-active-ico) !important
}

.accordion-button {
    font-size: 1.2vw;
    font-weight: 600 !important;
}

.accordion-body {
    line-height: 1.75;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background: #000;
    box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
    z-index: 9999999;
}

.back-to-top svg {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brand-video {
    padding-right: 40px
}

.help-block {
    display: none;
}

#msgSubmit {
    font-size: 1.2vw;
    font-weight: 600;
    background: #990000cc;
    padding: 5px 10px;
    color: #FFF !important;
    border-radius: 5px;
    text-align: center;
}

#msgSubmit.text-success {
    background-color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.hidden {
    display: none;
}

@keyframes swap {
    50% {
        transform: translate(calc(var(--y) - 100px), 0) scale(0.85) rotate(-5deg);
        animation-timing-function: ease-in;
    }

    100% {
        transform: translate(0, 0) scale(0.85);
        z-index: 0;
    }
}

@keyframes ticker-kf {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-112rem, 0, 0);
    }
}

@media screen and (max-width: 768px) {

    body,
    #msgSubmit {
        font-size: 14px;
    }

    .header {
        padding: 20px 0;
    }

    .content {
        padding: 0px !important;
    }

    #home-block .content {
        padding: 20px !important;
    }

    h1 {
        font-size: 28px !important;
        margin-bottom: 20px;
    }

    h3 {
        font-size: 18px !important;
    }

    #home-block h3 {
        font-size: 20px !important;
    }

    span.block {
        display: inline;
    }

    #home-block h3 a {
        display: block;
    }

    .bullet-points {
        margin: 40px 0 30px;
    }

    .bullet-points ul {
        font-size: 14px;
    }

    .bullet-points ul li {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .media-logos-container {
        padding: 20px 0
    }

    .media-logos img {
        max-height: 50px;
        margin: 10px 0;
    }

    .social-icons img {
        width: 6vw;
    }

    .bullet-points ul li::before {
        width: 10vw;
        height: 10vw;
    }

    .img-ticker {
        animation: ticker-kf 18s linear infinite;
    }

    .media-logos .row>div:first-child {
        padding: 0 15px;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        height: calc(100vh - 100px);
        z-index: 1000;
        background: #000;
        top: 100px;
        left: 0;
        padding-top: 50px;
        text-transform: uppercase
    }

    .navbar-nav {
        font-size: 1.25rem;
    }

    .nav-link {
        color: #FFF;
    }

    .navbar-nav .social-icons-container {
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 0.75rem;
        text-transform: none;
    }

    .navbar .social-icons img {
        max-width: 34px;
    }

    #awards-block,
    #collective-block {
        background: none;
    }

    #awards-block>div,
    #collective-block>div {
        padding: 0;
    }

    #roadmap-block>div,
    #faq-block>div {
        padding: 50px 0;
    }

    #awards-block .mobile-background-block {
        padding: 50px 20px;
        background: url(../images/bg-block-2.jpg) bottom center no-repeat;
        background-size: cover;
    }

    #awards-block .mobile-regular-block {
        padding: 30px 20px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(12, 19, 31, 1) 100%);
    }

    #collective-block .mobile-background-block {
        padding: 50px 20px;
        background: url(../images/bg-block-3.jpg) center no-repeat;
        background-size: cover;
    }

    #collective-block .mobile-regular-block {
        padding: 30px 20px;
        background: linear-gradient(0deg, rgba(12, 19, 31, 1) 0%, rgba(0, 0, 0, 1) 100%);
    }

    #collective-block .content {
        text-align: left;
    }

    #utility-block .carousel {
        margin: 25px 0;
    }

    #growth-block>div {
        background-image: url(../images/bg-block-5-mobile.jpg);
        padding: 50px 0;
    }

    #growth-block .text-xs-left {
        padding-right: 20%;
    }

    #growth-block .text-xs-right {
        padding-left: 20%;
    }

    #roadmap-block {
        background: url(../images/bg-block-7.jpg) center no-repeat;
        background-size: cover;
    }

    #faq-block h1 {
        text-align: center;
    }

    .brand-video {
        padding: 0
    }

    .stack {
        min-height: 250px;
    }

    .text-xs-left {
        text-align: left !important;
    }

    .text-xs-right {
        text-align: right !important;
        align-self: flex-end;
    }

    .accordion-button {
        font-size: 16px;
    }

    footer p {
        font-size: 14px;
    }

    #events-block {
        padding: 50px 20px;
        background: url(../images/bg-block-events-mobile.jpg) center no-repeat;
        background-size: cover;
        font-size: 11px;
    }

    #events-block h1 {
        text-align: center;
        margin-bottom: 20px;
    }

    #events-block .tabular .heading {
        font-size: 16px;
    }

    #events-block .tabular .row {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1921px) {
    h1 {
        font-size: 2.1vw;
    }

    h3 {
        font-size: 1.2vw;
    }

    .bullet-points ul {
        font-size: 0.7vw;
    }

    .content {
        max-width: 1260px;
    }

    #awards-block h1,
    #collective-block h1,
    #utility-block h1,
    #growth-block h1,
    #roadmap-block h1,
    #partners-block h1,
    #faq-block h1 {
        font-size: 2.5vw;
    }
}

@media screen and (min-width: 992px) {
    .navbar {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%, 0px);
        width: auto;
        white-space: nowrap;
    }

    .navbar .navbar-brand img {
        min-width: 130px;
    }
}