
.mining-sites-section {
    padding-top: 400px;
    padding-bottom: 200px;
    color: var(--white);
}
.mining-sites-section h6 {
    color: var(--white);
}
.right-time-section {
    padding: 200px;
}
.right-time-section h1 {
    font-size: 10rem;
    color: var(--gold);
    line-height: 8rem;
    text-align: center;
}
.right-time-section h6 {
    text-align: center;
}
.newsCard2 {
    margin: 0;
    background-color: #F3F1EE;
    color: #03252F;
    padding: 30px 0px 2px 0px;
    border-top: 1px var(--gold) solid;
}

.newsCaption2 {
    background-color: #fff; 
}
.newsCard2 h2 {
    text-align: left;
    color: var(--red);
    padding-top: 30px;
    padding-bottom: 30px;
}
.newsCard-no2
{
    font-size: 2vh;
    width:50px;
    margin: auto;
}
.newsCard2 .text
{
    font-size: 1rem;  
    padding-bottom: 10px;
}
.sustainable-section {
    padding-top: 200px;
}
.sustainable-section h1 {

    font-size: 8rem;
    color: var(--gold);
    line-height: 6rem;
    text-align: center;
}
.sustainable-section h6 {

    /* font-size: 8rem; */
    color: var(--white);
    /* line-height: 6rem; */
    text-align: center;
}
.accordion-body {
    background-color: var(--red);
    color: var(--white);
    border-color: #C2AE92 !important;
}

.accordion-header {
    height:90px
}
.accordion-button {
    height:100%;
}
.accordion-header h6 {
    /* font-size : 1.3vh;
    letter-spacing: 5px;
    padding-left: 10px;
    margin: 0;
    background-color: var(--gold); */
}

.accordion-header, .accordion-button, .accordion-button:not(.collapsed) {
    background-color: var(--gold);
    border-color: #C2AE92 !important;
}
.accordion-button:not(.collapsed) h5 { color: #fff !important; }



.responsibility-section .accordion-item {
    border: 0;
}
.responsibility-section .accordion-button {
    background-color: var(--red);
    border-color: var(--gold);
    border-top: 1px var(--gold) solid;
    border-left: 0;
    border-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.responsibility-section .accordion-body p {
    margin-bottom: 0;
}

.responsibility-section .accordion-body {
    /* background-color: #F3F1ED; */
}

.responsibility-section .accordion-header h6 {
    font-size : 1rem;
    letter-spacing: 5px;
    padding-left: 10px;
    margin: 0;
    background-color: var(--red);
    color: var(--white);
}

.responsibility-section .accordion-button-no {
    color: var(--gold);
    font-family: 'Moneta-bold';
}

.responsibility-section .accordion-button:after {
    background-image: url("../images/down-arrow-gold.svg") !important;
    /* background-size: rem; */
    /* background-size: 20px; */
  }
  .responsibility-section .accordion-button h6{
    text-align: left !important;
}

.responsibility-section .accordion-button:not(.collapsed) {
    background-color: var(--red);
}

.responsibility-section .accordion-collapse, .accordion-body, .accordion-body p
{
    border-top: 0 !important;
}
.responsibility-section .accordion-header h6 {
    
}
.responsibility-section h1 {
    font-size : 4rem;
    color: var(--gold);
}

.responsibility-section .row {
    padding-top: 6.0rem;
    padding-bottom: 6.0rem;
}
.responsibility-section .row:first-child {
    padding-top: 0rem;
    padding-bottom: 6.0rem;
}
/**********************
  Experts
  **********************/
.experts {
    position: relative;
    padding: 0 0 10rem 0;
    padding-left: 6rem;
    
}

.expert-title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    padding-top: 100px;
}

.expert-title h1 {
    text-align: left;
    color: var(--gold);
    font-size: 6rem;
    line-height: 5rem;
    font-family: 'Moneta-bold';
    text-transform: uppercase;
    margin: 30px -13px 2rem 0;
}

.experts h5 {
    text-transform: uppercase;
    font-size: 1vw;
    max-width: 40vw;
    letter-spacing: 8px;
    margin: 50px 0 50px 0;
    text-transform: uppercase;
    font-weight: 200;
}

.experts ul {
    margin: 0;
    padding: 0;
}

.experts ul li {
    color: var(--dark);
    font-size: 1rem;
    list-style-type: none;
    border-top: 1px solid var(--gold);
    font-weight: 100;
    padding: 20px 0 20px 0;
    max-width: 76%;
    list-style-position: inside;
    /* text-indent: -21px; */
    padding-left: 22px;
    /* line-height: 18px !important; */
}

.experts ul li div.number {
    color: var(--gold);
    font-family: 'Moneta-bold';
    padding-right: 30px;
}
  
   
.experts ul li:nth-child(3) {
    border-bottom: 1px solid var(--gold);
}
  
.experts ul li span {
    color: var(--gold);
    font-family: 'Moneta-bold';
}

.ptg-pic img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
}

/***************
   author
   ***************/

   .book-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

   .author {
    background-color: var(--red);
    padding: 0 0 9rem 0;
   }

   .book-container span {
    font-size: 10px;
    color: var(--white);
    text-transform: uppercase;
    margin: 10px 0 0 0;
   }

   .author h2 {
    color: var(--gold);
    text-align: center;
    font-size: 7vw;
    font-family: 'Moneta-bold';
    text-transform: uppercase;
    line-height: 7rem;
    max-width: 70%;
    display: block;
    margin: 0px auto 7rem auto;
    position: relative;
    top: 0px;
   }
   .book-container h6 {
    color:#fff;
    font-size: 0.5rem;
    text-transform: uppercase;
    margin: 20px;
    margin-left: 0;
}










.investment-product.revealed-section {
    /* padding-left: 0; */
}

.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;
}
.rarities-disclosed-content
{
    padding:0;
}

.ptg-pic img {
    width: 40%;
}


.team-section .h6-small
{ 
    margin-top: 0;
    padding-top: 5vw;
}

.operating-model-section .card
{
    height: 255px;    
    width:100%;
    font-family: Berthold Akzidenz Grotesk BE Light;
}
.operating-model-section .card h5
{
    text-align: center;    
    padding-right: 0px;
    /* margin-left: auto;
    margin-right: auto; */
}
.collaborate-section { background-color: #03252F;}
/* .collaborate-section h6 { color: #fff;} */

.collaborate-section {
    /* background-image: none; */
}


@media (max-width: 900px) {
    .hero-container {
        background-size: auto;
    }
    .hero-content h1 {
        font-size: 4rem;
        line-height: 3rem;
    }
    .mining-sites-section h6 {
        font-size: 1rem;
    }
    .right-time-section {
        padding: 10px;
    }
    .right-time-section h1 {
        font-size: 4rem;
        line-height: 3rem;
    }
    .sustainable-section h1 {
        font-size: 4rem;
        line-height: 3rem;
    }
    .sustainable-section {
        padding-top: 100px;
    }
    .responsibility-section h1 {
        font-size: 3rem;
        padding-top: 30px;
    }
    .responsibility-section {
        /* padding-top: 10px; */
        padding-left: 10px;
        padding-right: 10px;
    }
    .responsibility-section .accordion-header h6 {
        padding-left: 0;
    }
    .accordion-body {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .responsibility-section .row {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    .responsibility-section .row:first-child {
        padding-bottom: 0rem;
    }
    .ptg-pic {
        margin: 0;
        padding: 0;
    }
    .ptg-pic img {
        width: 100%;
    }
    .book-container h6 {
        font-size: 2vw;
    }
    .operating-model-section .card {
        height: 255px;
        width: 1000px;
    }
    .slick-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .book-container img {
        width: 330px;
    }
    .collaborate-section img { width: 80%;}

    .investment-product h6 {
        font-size: 3vw;
    }
    .experts {
        display:flex;
        flex-direction: column;
        margin-left: 0;
        padding-bottom: 0;
        padding-left: 20px;
    }
    .ptg-pic {
        border-bottom: 1px black solid;
    }
    .ptg-pic img {
        position: relative;
    }
    .experts h1 {
        text-align: left;
        color: var(--gold);
        font-size: 15vw;
        line-height: 14.5vw;
        font-family: 'Moneta-bold';
        text-transform: uppercase;
        margin: 30px -13px 2rem 0;
    }
    .experts h5 {
        font-size: 4vw;
        max-width: 100%;
        letter-spacing: 3px;
    }
    .experts ul li {
        max-width: 100%;
        padding-left: 0px;
        margin-left: 0;
        margin-right: 0;
        /* line-height: 18px !important; */
    }
    .author {
        border-top: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }
    .author h2 {
        max-width: 100%;
        font-size: 13vw;
        line-height: 12.5vw;
        letter-spacing: 0px;
        margin-bottom: 50px;
    }
    .book-row {
        padding-left: 2rem;
    }
    .team-section h2 {
        font-size: 3rem;
        line-height: 2.7rem;
        letter-spacing: 0px;
        margin-bottom: 0;
    }
    .team-section p {
        font-size: 4.2vw;
    }
    .scroll-buttons button {
        border: none;
        background-color: transparent;
    }
    .dots {
        color: black;
        background-color: black;
    }
    .investment-product h2, .investment-product h3 {
        font-size: 3rem;
        line-height: 3rem;
    }

    .contact-us-section {
        background-position: top -20px left 10px;
    }
    .contact-us-section h2 {
        margin-left: 0;
        padding-top: 450px;
        /* color:var(--gold); */
    }
    .contact-us-section h6, .contact-us-section p {
        margin-left: 0%;
        padding-bottom: 50px;
    }








    .revealed-section img {
        margin-top: 100px;
        width: 300px;
        text-align: center;
        left: 200px;
        top: 100px;
    }
    .revealed-section h6 {
        text-align: center;
    }
    .revealed-section {
        text-align: center !important;
        align-items: center !important;
        flex-direction: row;
        justify-content: center;
    }
    .rarities-disclosed h6 {
        text-align: center;
        font-size: 5vw;
        margin-bottom: 0px;
    }
    .investment-product h7 {
        font-size: 3vw;
    }
    .newsCard2 {
        padding:20px;
        font-size: 5vw;
    }
    .newsCard2 h2 {
        font-size: 10vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .newsCard-no2 { 
        margin-left: 0px; 
        font-size: 7vw;
    }
    .slick-slide {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .collaborate-section img { width: 80%;}

    /* .investment-product h6 {
        font-size: 3vw;
    } */
    .location-section h6 {
        font-size: 3.5vw;
    }
    
}

/*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) {
    .revealed-section img {
        margin-top: 100px;
        width: 300px;
        text-align: center;
        left: 400px;
        top: 100px;
    }
    .credibility-text {
        margin-left: 0 !important;
    }
    .rarities-disclosed h1 {
        font-size: 17vw;
    }
    .investment-product h7 {
        font-size: 2vw;
    }
    .newsCard-no2 {
        font-size: 5vw;
    }
    .newsCard2 h2 {
        font-size: 5vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .alternative-section h2 {
        font-size: 10vw;
        line-height: 80px;
    }
    .alternative-section h5 {
        font-size: 4vw;
        line-height: 4vw;
    }
    .team-section h2 {
        font-size: 10vw;
        line-height: 70px;
    }
    .operating-model-section h2 {
        font-size: 10vw;
        line-height: 70px;
    }
    .operating-model-section h5 {
        font-size: 4vw;
        line-height: 4vw;
    }
    .collaborate-section h2 {
        font-size: 10vw;
        line-height: 70px;
    }
    /* .team-section h6 {
        font-size: 2vw;
        line-height: 70px;
    } */
}

/*iPad mini landscape  */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    
}

/* 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: 70%;
        top: 10%;
        width: 60%;
    }    
    .newsCaption2 .text {
        margin-top: 5.5vw;
    }
    .newsCard, .newsCard2 {
        height: 150px;
    }
    .expert-title h1 {
        line-height: 7rem;
        margin: 30px 0px 8rem 0;
    }
    .operating-model-section h2, .collaborate-section h2 {
        line-height: 80px;
    }
    .collaborate-section h2 {
        padding-top: 10vh;
    }
}

@media screen and (min-width: 1920px) {
    .revealed-section h6 {
        margin-top: 0;
    } 
    .revealed-section img {
        left: 75% !important;
        top: 20%!important;
        width: 45% !important;
    }
}

@media screen and (min-width: 2560px) {
    body{ font-size: 1.5rem;}
    .revealed-section h6 {
        margin-top: 0;
    } 
    .revealed-section img {
        left: 70% !important;
        top: 30% !important;
        width: 40% !important;
    } 
    .credibility img {
        width: 100%;
    }
    .newsCard {
        height: 220px;;
    }
    .newsCard h2 {
        /* font-size: 5vw; */
        /* padding-top: 60px; */
        /* padding-bottom: 60px; */
        /* margin-bottom: 500px; */
    }
    .newsCaption2 .text {
        margin-top: 2.5vw !important;
    }
    .newsCard2 {
        margin: 0;
        padding: 10px 0px 120px 0px;
    }
    .ptg-pic img {
        width: 30%;
    }
    .operating-model-section .card {
        height: 355px;
    }
    .operating-model-section  {
        font-size: 1vw;
    }
    .experts h1 {
        line-height: 210px;
    }
    .experts h5 {
        font-size: 1vw;
    }
    .experts ul li {
        font-size: 1vw;
        line-height: 30px !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .author h2 {
        line-height: 135px;
    }
    /* .operating-model-section div {
        font-size: .8vw;
    } */
    
}




