.nav-txt-white {
    display: none;
}

.bh-nav-brand-white {
    color: #fff !important;
}

.bh-nav-brand-dark {
    color: #162C2F !important;
}

.bc-security-container {
    overflow: hidden;
}


.bc-main-video-container {
    overflow: hidden;
    padding: 2rem 0 2rem 10rem;
}

.watch-video {
    background: #21CCDD;
    background-size: 20px auto;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    padding: 1.8rem 2rem;
    border: none;
    margin-top: 2rem;
}

.bc-video-text p {
    padding-right: 3rem;
}

.blue-text-bh {
    color: #21CCDD;
}

.blockchain-text-container h1 {
    color: #21CCDD;
}

.blockchain-img {
    max-width: 770px;
    display: block;
    margin: auto;
}

.title-grid-brands {
    text-align: center;
    font-size: 32px;
    padding: 2rem 20rem;
    color: #ffff;
    line-height: 1.2;
}

.bc-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 8px;
    justify-items: center;
    align-items: center;
}

.bc-grid-img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 200px;
}

.blockchain-light-blue-bg {
    background-color: #F7FCFC;
}

.bc-color-cards-container {
    padding: 5rem 10rem;
    margin: 6rem 0;
}

.bc-color-cards-title {
    font-size: 28px;
    text-align: center;
}

.bc-color-card-img {
    max-width: 90px;
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
}

.bc-color-card-title {
    padding: 2rem 0 1.2rem;
    color: #FFFF;
}

.bc-color-card-p {
    color: #162C2F;
}

.bc-color-card-p-white {
    color: #fff;
}

.bc-color-card {
    border-radius: 30px;
    max-width: 300px;
    height: 300px;
    max-height: 100%;
    margin: 5rem auto 1rem;
    padding: 1.5rem 1.5rem 2rem;
}

.blockchain-yellow-card {
    background-color: #FCD25C;
}

.blockchain-pink-card {
    background-color: #F29EB0;
}

.blockchain-blue-card {
    background-color: #21CCDD;
}

.bc_arrow_down_white {
    background: #fff url(../assets/arrow_right2.png) 50% 50% no-repeat;
    background-size: 30px auto;
    border-radius: 20px;
    height: 45px;
    position: relative;
    transform: rotate(90deg)!important;
    width: 90px;
    box-shadow: 0 0 20px 19px rgb(36 36 36 / 5%);
    cursor: pointer;
}


.bc-video-text {
    padding: 2rem 3rem 0 0;
}

.bc-video-container {
    padding: 2rem 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.bc-video-content {
    width: 100%;
    position: relative;
    height: 370px;
    border-radius: 15px 0 0 15px;
    background-color: #F7FCFC;
    right: 0;
}

.bc-video-content img {
	max-width:640px;
    height: auto;
    border-radius: 15px;
	height:auto;
    position: absolute;
    left: 45%;
    transform: translateX(-50%);
}

.bc-video-content iframe {
    border-radius: 15px;
    display: none;
}

.bc-play-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background-color: #21CCDD;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.play-triangle {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
}


.bc-smart-contracts-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 2rem auto 0;
    padding: 8rem 12rem 0;
}

.bc-bubble-container-1 {
    max-width: 300px;
    padding: 1rem;
}

.bc-bubble-container-2 {
    max-width: 500px;
    padding: 1rem 1.5rem;
}

.bc-bubble-container-1, .bc-bubble-container-2 {
    background-color: #F7FCFC;
    margin: 1rem 0 6rem;
    border-radius: 15px;
}

.bc-bubble-container-1 p, .bc-bubble-container-2 p {
    margin-bottom: 0;
}

.bc-blue-dot {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #21ccdd;
    border-radius: 50%;
    padding: 0;
    top: -3rem;
}

.bc-blue-dot:before {
    top: -2rem;
}

.bc-blue-dot:after {
    top: 2rem;
}

.bc-blue-dot:before, .bc-blue-dot:after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
    left: 0px;
    background-color: inherit;
    border-radius: inherit;
}

.blockchain-bh-blue-bg {
    background-color: #21CCDD;
    padding: 8rem 5rem;
    margin: 2rem auto 8rem;
}

.bc-lg-cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bc-lg-card {
    background-color: #F7FCFC;
    display: flex;
    border-radius: 15px;
    margin: 0 0 6rem 0;
    max-width: 626px;
}

.bc-lg-img {
    max-width: 110px;
    width: 100%;
    max-height: 110px;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    right: 2rem;
}

.bc-lg-card h1 {
    font-weight: 500 !important;
    margin-top: auto;
    margin-bottom: auto;
}

.bc-lg-card p {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 2rem;
}

.bc-bottom-section {
    margin-top: 6rem;
    margin-bottom: 5rem;
    padding: 0 15rem;
}

.bc-learn-more {
    width: 460px;
    background: #F6FBFB;
    border-radius: 12px;
    height: 5rem;
    margin: 3rem auto;
    display: flex;
    align-items: center;
    padding: 2.5rem 1rem 2.5rem 1rem;
}

.bc-learn-more p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0 !important;
}

.bc_arrow_right_blue {
    width: 62px;
    position: relative;
    left: 10px;
    background: #21CCDD url(../assets/arrow_right_white.png) 50% 50% no-repeat;
    background-size: 20px auto;
    border-radius: 20px;
    height: 34px;
    cursor: pointer !important;
    border: none !important;
}

#bc-video-player {
    max-width: 100%;
    width: 530px;
    height: 90%;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}


@media screen and (min-width: 1901px) {

    .display-5, h1 {
        font-size: 3rem !important;
    }

    .bc-video-content img, .bc-play-btn, #bc-video-player {
        left: 38% !important;
    }

    .bc-video-text p {
        padding-right: 15rem !important;
    }

    .bc-color-cards-title {
        font-size: 28px !important;
    }

    .bc-video-text {
        padding: 2rem 2rem 0 0;
    }
}

@media screen and (min-width: 1401px) {
    .bc-color-cards-title {
            font-size: 21px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .bc-color-cards-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1600px) {
    .bc-main-video-container {
        padding: 2rem 0 2rem 6rem;
    }

    .title-grid-brands {
        padding: 2rem 18rem;
    }
}



@media screen and (min-width: 1201px) {

    .bc-video-container {
        padding: 0;
    }

    .bc-video-content img {
        width: 530px;
        height: auto;
        border-radius: 15px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
    }
    
    .bc-grid-circle-mobile {
        display: none;
    }

    .bc-security-container {
        padding: 2rem 10rem;
    }
}

@media screen and (min-width: 568px) {
    .bottom-container-p-mobile {
        display: none;
    }
}



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

    .title-grid-brands {
        font-size: 28px;
        padding: 2rem 8rem;
    }

    .bc-text-container {
        padding: 0 4rem;
    }

    .bh-nav-brand-white {
        color: #162C2F !important;
    }

    .bc-video-content {
        height: 450px !important;
    }

    .bc-color-card-title {
        font-size: 3.5rem !important;
    }

    .bc-color-card {
        height: 300px !important;
    }

    .bc-security-container {
        padding: 2rem 8rem;
    }
    
    .blockchain-title, .blockchain-title-2{
        font-size: 36px;
    }

    .nav-txt-blue {
        display: none !important;
    }

    .nav-txt-white {
        display: inline-block !important;
    }

    .bc-color-cards-title {
        text-align: center;
        padding-bottom: 5rem;
    }

    .bc-color-cards-container h3 {
        text-align: center;
        padding-bottom: 4rem;
    }

    .bc-color-cards-container {
        padding: 5rem 8rem;
    }

    .bc-color-card {
        margin: 2rem auto 2rem;
        border-radius: 50px;
    }

    .bc-video-text {
        padding: 4rem 10rem 0 0;
    }

    .bc-smart-contracts-container {
        margin: 10rem auto 0;
        padding: 2rem 5rem 0;
    }

    .bc-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 1rem;
        grid-row-gap: 1.6rem;
        align-items: center;
        justify-items: center;
    }

    .bc-bottom-section {
        margin-top: 2rem;
        margin-bottom: 5rem;
        padding: 0 14vw;
    }


    .bc-video-content img {
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
    }
    
}

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

    .title-grid-brands {
        font-size: 28px;
        padding: 2rem 4rem;
    }

    .blockchain-img {
        max-width: 620px;
    }

    .bc-security-container {
        padding: 2rem 4rem;
    }

    .bc-color-cards-container {
        padding: 5rem 4rem;
    }

    .bc-main-video-container {
        overflow: hidden;
        padding: 2rem 0 2rem 4rem;
    }

    .bc-video-text {
        padding: 4rem 4rem 0 0;
    }

    .bc-video-content img {
        max-width: 580px;
    }

    #bc-video-player {
        max-width: 100%;
        width: 580px;
        height: 85%;
    }
}

.blockchain-title, .blockchain-title-2 {
    text-align: center;
}

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

    .container.bc-lg-cards-container {
        padding: 0 2rem;
    }

    .title-grid-brands {
        font-size: 21px !important;
        padding: 2rem 1rem;
    }

    .bc-text-container {
        padding: 0 2rem;
    }

    .bc-text-container img {
        width: 120px;
    }

    .bc-text-container p {
        text-align: center;
    }

    .bc-color-cards-title {
        padding-bottom: 3rem;
    }

    .bc-color-card-img {
        max-width: 80px;
    }

    .bc-color-card-p {
        margin-bottom: 0 !important;
        font-size: 12px !important;
    }

    .bc-security-container {
        padding: 2rem;
    }

    p {
        font-size: 14px;
    }

    .blockchain-title, .blockchain-title-2 {
        font-size: 21px !important;
    }

    .blockchain-img {
        max-width: 350px;
    }

    .blockchain-text-container {
        padding-right: 0;
    }
    
    .blockchain-text-container h1 {
        font-size: 28px;
        margin-bottom: 0 !important;
    }

    .bc-security-container {
        margin-top: 0 !important;
        padding-top: 2rem !important;
    }

    .bc-color-cards-container {
        padding: 5rem 2rem;
    }

    .bc-color-cards-container h3 {
        font-size: 21px;
    }

    .bc-color-card-title {
        font-size: 2rem !important;
        padding: 1rem 0 0;
    }

    .bc-color-card {
        width: 210px;
        height: 210px !important;
        border-radius: 35px;
    }

    .bc-color-card {
        margin: 2rem auto 2rem;
    }

    .bc-video-text {
        padding: 4rem 2rem 4rem 0;
    }

    .blue-text-bh {
        font-size: 28px;
    }

    .watch-video {
        font-size: 11px;
        height: 4rem;
        line-height: 0;
        width: 150px;
    }

    .bc-main-video-container {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding: 2rem 0 2rem 2rem;
    }

    .bc-smart-contracts-container {
        margin: 8rem auto 0;
        padding: 2rem 2rem 0;
    }

    .bc-smart-contracts-container h1 {
        font-size: 21px;
    }

    .bc-bubble-container-2 {
        padding: 1.5rem 1.5rem 2rem;
    }

    .blockchain-bh-blue-bg {
        padding: 5rem 1rem; 
    }

    .bc-lg-img {
        max-width: 60px;
        width: 100%;
        max-height: 60px;
        position: absolute;
        left: -1rem;
        top: 40%;
        transform: translateY(-50%);
        margin-left: 0;
    }

    .bc-lg-card p {
        padding: 1rem 1rem;
        font-size: 13px;
    }

    .bc-lg-card h1 {
        padding-left: 3rem;
    }

    .bc-bottom-section {
        padding: 0 1rem;
    }

    .bc-bottom-section h1 {
        font-size: 28px;
    }

    .bc-learn-more {
        max-width: 300px;
        height: 4rem;
        padding: 1.5rem 0;
    }

    .bc-learn-more p {
        font-size: 11px !important;
    }

    .bottom-container-p-desktop {
        display: none;
    }

    .bc_arrow_right_blue {
        max-width: 55px;
        height: 30px;
    }

    .bc-video-content {
        max-width: 640px;
        height: 280px !important;
    }

    .bc-video-content img {
        max-width: 290px;
        border-radius: 15px;
        height: auto;
        position: relative;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    #bc-video-player {
        width: 290px;
        max-width: 100%;
        height: auto;
        top: 50%;
        left: 45%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (orientation:landscape) and (max-width: 400px) {
    .candado-img {
        padding-top: 4rem;
        width: 120px;
    }
}

@media screen and (max-width: 1200px) {
    .bc-white-bg {
        height: 190vh !important;
    }

}


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

    .bc-text-container, .bc-blue-bg {
        height: 600px;
    }

    .blockchain-title, .blockchain-title-2 {
        font-size: 18px !important;
    }

    .blockchain-img {
        max-width: 280px;
    }

    .bc-learn-more {
        max-width: 275px;
    }

    .bc-video-content img {
        max-width: 300px;
    }

    #bc-video-player {
        max-width: 300px;
        height: 200px;
    }
}

@media screen and (orientation: landscape) and (max-device-width: 900px){
    p {
        font-size: 14px;
    }

    .bc-bottom-section {
        padding: 0;
    }

    .candado-img {
        width: 100px;
        margin-top: 3rem;
    }
}

@media screen and (orientation: landscape) and (max-device-width: 600px){
    .container.bc-lg-cards-container {
        padding: 1rem 3rem;
    }

    .bc-bottom-section {
        padding: 2rem 3rem;
    }

    .bottom-container-p-mobile {
        display: block;
    }
}

.bc-parallax-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.bc-white-bg {
    position: relative;
    height: 200vh;

}

.bc-blue-bg {
    position: absolute;
    background-color: #21CCDD;
    width: 100%;
    height: 100vh;
    top: 0;
}

.blockchain-title {
    color: #fff;
}


.blockchain-title-blue, .blockchain-title-2 {
    transition: color .2s ease-in;
    color: #21CCDD !important;
}

.bc-opacity {
    opacity: 0%;
}

.remove-opacity {
    transition: all .5s;
    opacity: 100% !important;
}

.bc-text-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    bottom: 2rem;
}

.bc-text-container-absolute .bc-text-container { 
    position: absolute;
    bottom: 2rem;
}

.smart-contracts--animation {
    animation: bottomToTopContracts .8s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
  
@keyframes bottomToTopContracts {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(-30%);
    }
}

.brands__content--animation {
    animation: bottomToTopBrands .8s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

@keyframes bottomToTopBrands {
    from {
        transform: translateY(180%);
    }
        
    to {
        transform: translateY(-30%);
    }
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
    @keyframes bottomToTopContracts {
        from {
            transform: translateY(120%);
        }
    
        to {
            transform: translateY(-20%);
        }
    }

    @keyframes bottomToTopBrands {
        from {
            transform: translateY(200%);
        }
            
        to {
            transform: translateY(-15%);
        }
    }
}
