.hero-container  {
    background-image: url('/assets-precious-metals/images/hero-bg-temp.png'); 
    height: 100%; 
    width: 100%;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    /* background-origin: content-box;
    background-clip: content-box; */
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}
.hero-section {
    height: 100%;
}
.hero-content {
    position: relative;
    height: 100%;
    align-items: center;
    text-align: center;
    padding-top: 330px;
}
.hero-content h1 {
    font-size: 12rem;
    color: white;
    line-height: 12rem;
}
.hero-content h6 {
    font-size: 1rem;
    color: white;
    letter-spacing: 5px;
    line-height: 1.5rem;
}
.responsible-section {
    margin-top: 400px;
}
.responsible-section h1 {
    font-family: Moneta Bold;
    font-size: 9rem;
    line-height: 8rem;
    color: var(--gold);
    text-align: center;   
}
.responsible-section h2 {
    font-family: Moneta Bold;
    font-size: 3rem;
    color: #9A8585;
    text-align: center;   
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.responsible-section h3 {
    font-family: Moneta Bold;
    font-size: 3rem;
    line-height: 3rem;
    color: var(--white);
    text-align: left;   
    margin-top: 3rem;
    margin-bottom: 5rem;
}
.responsible-section p {
    color: var(--white);
}
.responsible-section img {
    width:100%
}
.gold-rich-section h1 {
    font-family: Moneta Bold;
    font-size: 9rem;
    line-height: 8rem;
    color: var(--gold);
    text-align: center; 
    padding-bottom: 100px;
}
.gold-rich-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.gold-rich-section .column-1 .site-card:first-child {
    padding-bottom: 200px;
}
.gold-rich-section .column-1 .site-card:nth-last-child(2) {
    width: 100%;
    padding-left: 20%;
    display: flex;
    justify-content: end;
    padding-bottom: 200px;
}
.gold-rich-section .column-2{
    padding-left: 20px;
}
.gold-rich-section .column-2 .site-card:first-child {
    padding-top: 200px;
    padding-bottom: 300px;
    width: 100%;
    padding-left: 20%;
    display: flex;
    justify-content: end;
}
.gold-rich-section .column-2 .site-card:last-child {
    
}
.site-card, .site-card-2 {
    width:80%;
}
.site-card img, .site-card-2 img{
    width:100%;
}
.site-card h1, .site-card-2 h1 {
    color: var(--dark);
    font-size: 3rem;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-bottom: 0;
    line-height: 3rem;
}
.site-card h6, .site-card-2 h6 {
    color: var(--dark);
    font-size: 1rem;
    text-align: left;
    
}
.stability-section {
    margin-top: 200px;
    padding-bottom: 150px;
}
.stability-section h1 {
    padding-top: 300px;
    padding-bottom: 300px;
    font-size: 10rem;
    color: var(--gold);
    text-align: center;
}
.stability-section .stability-img {
    /* background-size: 60%; */
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('/assets-precious-metals/images/bg-woman-temp.png');
}
.stability-section p {
    color: var(--white);
}
.stability-section h6 {
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-top: 0px;
    margin-bottom: 30px;
}
.why-section, .right-time-section {
    padding-top: 150px;
    padding-bottom: 150px;
}
.why-section h1 {
    text-align: left;
    font-size: 3.2rem;
    line-height: 3.2rem;
}
.collaborate-section h2 { 
    /* padding-top: 20vh;  */
    font-size: 9rem;
    line-height: 8rem;
}
.collaborate-section {
    padding-bottom: 160px;
    /* background-image:url('../images/globe.png');
    background-size: 500px;
    background-repeat: no-repeat;
    background-position:top -200px right 0px; */
    /* background-color: #03252F; */
}
.right-time-section {
    padding-left: 50px;
}
.right-time-section h1 {
    padding-top: 50px;
    font-size: 6rem;
    line-height: 5.5rem;
    color: var(--gold);
    /* text-align: center; */
}

.right-time-section p {
    color: var(--white) !important;
}


@media (max-width: 900px) {
    
    .hero-container  {
        background-size: auto;
    }
    .hero-content h1 {
        font-size: 4.5rem;
        line-height: 4rem;
    }
    .hero-content h6 {
        font-size: 1.2rem;
    }

    .responsible-section h1 {
        font-size: 3.5rem;
        line-height: 3rem;
        text-align: left;
    }
    .responsible-section {
        margin-top: 200px;
    }
    .responsible-section h2 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        text-align: left;
    }
    .responsible-section h3 {
        margin-bottom: 2rem;
    }
    .gold-rich-section {
        padding-bottom: 50px;
    }
    .gold-rich-section h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        padding-bottom: 30px;
    }
    .site-card {
        width: 100%;
        padding-bottom: 40px;
    }
    .site-card h1 {
        font-size:2.5rem
    }
    .site-card h6 {
        margin-bottom: 30px;
    }
    .stability-section h1 {
        font-size: 4rem;
        line-height: 3.5rem;
    }
    .stability-section {
        margin-top: 100px;
        padding-bottom: 150px;
    }
    .why-section h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        padding-top: 30px;
    }
    .collaborate-section h2 {
        font-size: 3.5rem;
        line-height: 3.5rem;
        padding-top: -50px !important;
    }
    .collaborate-section img, .right-time-section img {
        width:100%;
        z-index: 2;
    }
    .right-time-section {
        padding-top: 50px;
        padding-left: 20px;
    }
    .right-time-section h1 {
        padding-top: 50px;
        font-size: 3.5rem;
        line-height: 3rem;
    }
}




/* .big-image {
    height: 100vh;
    width: 100vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('/assets-precious-metals/images/hero-bg-temp.png');
  }
  
  .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .overlay h1 {
    font-size: 65px;
    letter-spacing: 0px;
    margin: 0 0 5px;
  }
  
  .overlay p {
    margin: 0;
    font-size: 28px;
  } */