.heading h1{
    font-size: 2vw;
    margin-top: 30px;
    text-align:left !important;
    color: #fff;
}
/* .revealed-section h6 { color: #fff !important; margin-bottom: 100px; }
.revealed-section img {
    left: 75%;
    top: 10%;
    width: 45%;
} */
.letter { font-size: 6.5vw; margin-top: 10px; line-height:95px;}
/* body { background-color: #03252F !important; color: #fff; } */
/* .revealed-section { height:40vw !important; color: #fff;} */

.product-rows .row {
    border-top: 1px var(--gold) solid;
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-rows .row h2 {
    font-size: 3vh;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 3vh;
    color: var(--black);
    letter-spacing: 0px;
    /* text-align: center; */
    margin-left: 0;
    /* padding-left: 0; */
}



.bar1, .bar2, .bar3 {
    width: 87%;
    height: 1px;
    margin-bottom: 7px;
    background-color: #fff;
}

/* .portfolio-section { background-color: var(--offwhite) !important;}

.portfolio-section { padding-top: 50px; } */
.nav { padding-left: 50px; padding-right: 50px; }
.nav-item {width: 20%; border: #000;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link { 
    border-color: #000; 
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
}
.nav-link.active { background-color: var(--gold) !important; color: var(--black);}
.nav-tabs {
    border-bottom: 1px solid #000;
}
.nav-link {
    color: #03252F;
}
.nav-link:focus, .nav-link:hover {
    color: var(--gold);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #000;
    isolation: isolate;
}
.tab-content {
    background-color:  #fff; 
    color: #03252F;
    margin-top: 0;
    /* padding-left: 5vw;
    padding-right: 5vw; */
    padding-top: 5vw;
}
/* .tab-content h5 {
    font-family: 'Moneta-bold';
    color: #03252F;
    font-size: 5vw;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 0;
    line-height: 5vw;
    text-align: left;
} */
.nav-link {
    display: block;
    padding: .5rem 1rem;
    height: 100%;
}
.boxes-section {
    background-color: var(--offwhite) !important;
}
.revealed-section {
    text-align: left !important;
    align-items: left !important;
    flex-direction: row;
    justify-content: start;
}
.revealed-section h6 {
    text-align: left;
}

/* .revealed-section img { left: 75%; top:30%; width:40%;} */
.portfolio-section h6 {
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 0.7vw
}
.col-h5 {
    font-size: 3vw !important;
    line-height: 3vw !important;
}
.revealed-section {
    text-align: left !important;
    align-items: left !important;
    flex-direction: row;
    justify-content: start;
}
.revealed-section h6 {
    text-align: left;
}

/* .revealed-section img { left: 75%; top:30%; width:40%;} */

.rarities-disclosed h6 {
    text-align: center;
    font-size: 1.6vw;
    margin-bottom: 0px;
}
.rarities-disclosed h1 {
    text-align: center;
    font-size: 15vw;
}
.investment-product h7 {
    text-transform: uppercase;
    font-size: 1vw;
    text-align: center;
    z-index: 2;
    position: relative;
    font-family: Berthold Akzidenz Grotesk BE EX;
    margin: 0;
    padding: 0;
    letter-spacing: 7px;
    color: #03252F;
    opacity: 0;
    transform: translateY(50px);
    animation: fade-in-up 1s forwards;
    margin-top: 10px;
    margin-bottom: 100px;
}
.collaborate-section { 
    background-color: #03252F;
    background-image: none;   
    padding-bottom: 0px; 
}
.collaborate-section ul {
    padding-top: 2rem;
}
.collaborate-section ul li {
    color: white;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.collaborate-section h2 {
    padding-top: 15vh;
}
.collaborate-section ul li span {
    /* font-family: 'Berthold Akzidenz Grotesk BE EX'; */
    text-transform: uppercase;
}
.collaborate-section h6 { color: #fff;}

.tech-detail-section {
    background-color: var(--offwhite);
}
.tech-container {
    position: relative;
    /* width: 1150px; */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.tech-container .card { 
    position: relative;
    width: 300px;
    height: 300px;
    /* background-color: rgb(226, 226, 226); */
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.tech-container .card .circle {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--gold);
    clip-path: circle(180px at center 0);
    text-align: center;
}
.tech-container .card .circle h2 {
    color: var(--black); 
    font-size: 2.5rem; 
    line-height: 2.5rem;
    padding: 50px 30px;
    align-items: center;
    text-align: center;
}
.tech-container .card .content { 
    position: absolute;
    bottom: 0px;
    padding: 20px;
    text-align: center;
    width: 100%;
}
.tech-container .card .content p {
    color: var(--black);
    text-align: center;
    align-items: center;
    font-size: 1.5vw;
    margin-bottom: 0 !important;
} 
.tech-container .card .content p.smaller {
    font-size: 1.3vw;
} 
/* .tech-container .card */

/* .credibility-flex {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: flex-end;
    padding: 0 0 4rem 0;
} */
.credibility h2 {
    color: var(--gold);
    font-family: 'Moneta-bold';
    text-align: left;
    text-transform: uppercase;
    font-size: 6vw;
    line-height: 4.5vw;
    margin: 0 0 2rem 2rem;
}
.credibility h5 {
    color: var(--black);
    font-weight: 100;
    font-size: 1rem;
    /* max-width: 80%; */
    letter-spacing: 3px;
    margin: 0 0 0 2rem;
}
.credibility p {
    color: var(--black);
    font-weight: 100;
    font-size: 1rem;
    max-width: 80%;
    margin: 40px 0 0 2rem;
}

.boxes-section h2, .mining-process-box h2, .collaborate-box h2 {
    font-size: 3vh;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 3vh;
    text-align: center;
}

.newsCard, .newsCard2 {
    position: relative;
    height: 225px;
    margin: 1rem auto;
    background-color: #fff;
    color: #03252F;
    overflow: hidden;
    padding: 20px;
    /* font-size: smaller; */
}

.newsCaption, .newsCaption2 {
    position: absolute;
    top: auto;
    bottom: 0;
    opacity: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    padding: 15px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
    font-size: medium;
    text-align: center;
}

.newsCaption-title {
    margin-top: 0px;
}

.newsCaption-content {
    margin: 0;
}

.newsCard-no, .newsCard-no2 {
    color: var(--gold);
    font-family: 'Moneta-bold';
}

.newsCaption-link {
    color: #fff;
    text-decoration: underline;
    opacity: .8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}

.newsCaption-link:hover {
    opacity: 0.65;
}

.news-Slide-up:hover .newsCaption, .news-Slide-up2:hover .newsCaption2 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: opacity 0.1s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s, -webkit-transform 0.4s;

    color: var(--white);
    font-family: Berthold Akzidenz Grotesk BE Light;
    vertical-align: middle;
}
#environmental p {
    align-items: center;
    text-align: center;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}
#environmental .text-center, #environmental .text-white {
    align-items: center;
    text-align: center;
}


@media (max-width: 900px) {
    /* .revealed-section img {
        left: 95%;
        top: 0px;
        width: 65%;
    } */
    .revealed-section h6 {
        text-align: left;
        font-size: 3vw !important;
    }
    .revealed-section {
        text-align: left !important;
        align-items: left !important;
        flex-direction: row;
        justify-content: left;
        height: 70vw !important;
    }
    .heading h1 {
        font-size: 10vw !important;
        margin-top: 60px;
        text-align: left !important;
        color: #fff;
        /* padding-bottom: 200px; */
    }
    .letter {
        font-size: 13vw;
        line-height: 12vw;
    }
    #portfolio-choice{
        width: 100%;
        text-transform: uppercase;
        font-size: 3.3vw;
        letter-spacing: 3px;
        font-family: Berthold Akzidenz Grotesk BE EX;
    }
    /* .tab-content h5 {
        font-size: 10vw;
        line-height: 10vw;
    }
    .tab-content {
        border-left: 1px black solid;
        border-right: 1px black solid;
        border-bottom: 1px black solid;
    }
    .tab-content h5 {
        font-size: 9.5vw !important;
        line-height: 9.5vw !important;
    } */
    .credibility h2 {
        font-size: 10vw !important;
        line-height: 9.5vw !important;
    }
    .credibility-text h5 {
        max-width: 100%;
    }
    .credibility-text {
        margin: 0 !important;
        border-left: none;
    }
    .slick-slide h5 {
        font-size: 6vw !important;
        line-height: 7.5vw !important;
    }
    .rarities-disclosed h6 {
        text-align: center;
        font-size: 5vw;
        margin-bottom: 0px;
    }
    .investment-product h7 {
        font-size: 3vw;
    }
    .newsCard {
        padding:20px;
        font-size: 5vw;
    }
    .newsCard h2 {
        font-size: 10vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .newsCard-no { 
        margin-left: 0px; 
        font-size: 7vw;
    }
    .newsCard, .newsCard2 {
        height: 245px;
    }
    .portfolio-section h6 {
        font-size: 4.5vw !important;
    }
    .collaborate-section img { 
        width: 100%; 
        align-items: center;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }
    .collaborate-section h2 { 
        font-size: 12vw;
        line-height: 12vw;
    }
    .investment-product h2, .investment-product h3 {
        font-size: 8vw;
        line-height: 8vw;
        text-align: center;
    }
    #tech-detail h2 {
        font-size: 10vw;
        line-height: 10vw;
        text-align: center;
    }
    .tech-container .card .content p {
        font-size: 5vw;
    }
    #environmental p {
        max-width: 100%;
    }
    #mining-process h2 {
        text-align: left !important;
    }
    .tech-container .card .content p.smaller {
        font-size: 5vw;
    } 
    .product-rows .row h2 {
        font-size: 6vw !important;
        padding-left: 0 !important;
    }
    .product-rows .row div {
        padding-left: 0 !important;
    }
}

/*iPad mini portrait  */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .letter {
        font-size: 8vw;
        line-height: 7vw;
    }
    /* .revealed-section {
        padding-top: 200px;
    } */
    .portfolio-section h6 {
        font-size: 1.5vw !important;
    }
    /* .tab-content h5 {
        font-size: 3.5vw !important;
        line-height: 3.5vw !important;
    } */
    .rarities-disclosed h7 {
        font-size: 2vw;
    }
    .newsCard-no {
        font-size: 5vw;
    }
    .newsCard h2 {
        font-size: 5vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collaborate-section h2 {
        font-size: 7vw;
    }
    .collaborate-heading-paragraph h6 {
        font-size: 2.5vw;
    }
}


/* iPad Pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    .revealed-section img {
        left: 75%;
        top: 10%;
        width: 55%;
    }
    /* .revealed-section {
        height: 65vh;
    } */
    .newsCaption .text {
        margin-top: 7vw;
    }
}

@media screen and (min-width: 2560px) {
    /* .revealed-section img {
        left: 75% !important;
        top: 5% !important;
        width: 31% !important;
    }
    .revealed-section {
        height: 80vh !important;
    } */
    .collaborate-section img {
        width: 100%;
    }
}

