.navbar-on .bar1 {
    background-color: var(--blue);
}
  
.navbar-on .bar3 {
    background-color: var(--blue);
}
nav {
     background-color: #fff;
}

.revealed-section h1 { 
    margin-top: 200px;
    line-height: 130px;
}
.info-section h2 {
    color: var(--gold);
    padding-top: 30px;
    font-family: 'Moneta-bold';
    text-align: center;
    font-size: 6vw;
    text-transform: uppercase;
}
.info-section h6 {
    text-align: center;
}
.h6 { 
    margin-bottom: 10vw !important 
}
.about-section {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    padding-top: 7vw;
    z-index: -1;
    margin-top: 0vw;
}
.about-section h2 { 
    line-height: 2.2rem; 
    text-align: left !important;
    font-size: 1.8vw;
}
.parallax-container {
    position: relative;
    padding-top: 8vw;;
}

.parallax {
    /* The image used */
    /* background-image: url('/assets/images/about-hero.png');  */
    /* Create the parallax scrolling effect */
    min-height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40%;
    
    /* Ensures the parallax effect works */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
/* video {
    width: 50vw;
    height: 100vh;
    position: fixed;
    top: -2%;
    left: 25%;
  }

.content {
    position: relative;
    height: 100%;
    align-items: center;
    text-align: center;
    margin-top: 1%;
} */
h1 {  
    color: #fff !important; 
    mix-blend-mode: difference;
    margin-top: -3rem;
    font-size: 10rem;
    line-height: 8rem;
}
video {
    /* object-fit: cover; */
    width: 50vw;
    /* height: 100vh; */
    position: relative;
    top: -2%;
    left: 25%;
    z-index: -999;
  }


.content {
    position: relative;
    height: 100%;
    align-items: center;
    text-align: center;
    margin-top: 10rem;   
}
.strategy-section {
    padding-left: 5vw;
    padding-right: 5vw;
}
.strategy-section h2 {
    color: var(--gold);
    /* padding-top: 100px; */
    font-family: 'Moneta-bold';
    text-align: left;
    font-size: 5.5vw;
    line-height: 4.5vw;
    text-transform: uppercase;
}
.elect-way-section h6 {
    text-align: center;
    font-size: 0.5vw;
    /* margin-top: 100px; */
    padding-top: 100px;
    padding-bottom: 50px;
}
.investment-product h6 {
    margin-bottom: 0px;
}
.elect-way-section h2 {
    color: var(--gold);
    padding-top: 50px;
    font-family: 'Moneta-bold';
    text-align: center;
    font-size: 6.5vw;
    line-height: 5.5vw;
    text-transform: uppercase;
    padding-bottom: 150px;
}








.elect-way-section-content
{
    padding:0;
}
.newsCard {
    /* position: relative;
    height: 175px; */
    margin: 0;
    background-color: #fff;
    color: #03252F;
    /* overflow: hidden; */
    padding: 30px 0px 2px 0px;
    /* font-size: smaller; */
    border-top: 1px var(--gold) solid;
}

.newsCaption {
    background-color: #fff; 
}
.newsCard h2 {
    text-align: left;
    /* margin-left: 100px; */
    color: var(--blue);
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 5vw;
}
.newsCard-no
{
    font-size: 2vh;
    width:50px;
    margin: auto;
}
.newsCaption .text
{
    text-align: center;
    font-size: 1vw;
    color: #000;
    margin-top: 4vw;   
}
.text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9vw;
}
.credibility-text {
    margin-top: 0 !important;
    margin-bottom: 300px;
}

/**********************
  Experts
  **********************/

  .experts {
    position: relative;
    padding: 0 0 10rem 0;
  }

  .expert-title {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
  }

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

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

  .experts ul {
    margin: 0;
    padding: 0;
   }
  
   /* .experts ul li {
    color: var(--blue);
    font-size: 14px;
    list-style-type: none;
    border-top: 1px solid var(--gold);
    font-weight: 100;
    padding: 10px 0 10px 0;
    max-width: 76%;
    list-style-position: inside;
    text-indent: -21px;
    padding-left: 22px;
    line-height: 18px!important;
   }
  
   .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(--blue);
    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(--white);
    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;
   }








.ptg-pic img {
    width: 40%;
}
.book-container h6 {
    color:#fff;
    font-size: 0.7vw;
    text-transform: uppercase;
    margin: 20px;
    margin-left: 0;
}

.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) {
    .parallax {
        background-size: 100%;
        background-position: top 90px center;
    }
    .content h1 {
        white-space: normal !important;
        font-size: 20vw;
        line-height: 0.8;
    }
    .revealed-section h6 {
        margin-top: 30px;
        /* font-size: 4vw; */
    }
    .revealed-section h1 {
        margin-top: 42vw;
    }
    .info-section h2 {
        font-size: 24vw;
    }
    .strategy-section h2 {
        font-size: 14vw;
        line-height: 13.5vw;
        letter-spacing: 1px;
    }
    .elect-way-section h6 {
        text-align: center;
        font-size: 5vw;
        margin-bottom: 0px;
    }
    .investment-product h7 {
        font-size: 3vw;
    }
    .newsCard {
        padding:20px 20px 20px 0;
        font-size: 5vw;
    }
    .newsCard h2 {
        font-size: 10vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .newsCard-no { 
        margin-left: 0px; 
        font-size: 7vw;
    }
    .text {
        text-align: left;
        font-size: 4vw;
    }
    .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;
    }
    .collaborate-section img { width: 80%;}

    .investment-product h6 {
        font-size: 3vw;
    }
    .credibility-text {
        margin-left: 3vw !important;
    }
    .credibility-text h5 {
        max-width: 100%;
    }
    .elect-way-section h2 {
        font-size: 16.5vw;
        line-height: 15.5vw;
    }

    body {
        background: #fff; /* Base background */
    }
    .video-container {
        position: relative;
        width: 100%;
        height: 50vh; /* Full viewport height */
        overflow: visible;
    }
    
    video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1; /* Ensure the video stays above the pseudo-element */
    }
    
    .video-overlay {
        position: absolute;
        top: 115%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 2; /* Ensure it stays above the video */
        mix-blend-mode: difference; /* Header dynamically interacts with video */
        background: rgba(0, 0, 0, 0.5); /* Semi-transparent layer for contrast */
        pointer-events: none; /* Allow interactions with the video */
    }

    .video-container h1 {
        color: #fff !important;
        pointer-events: none; /* Prevent text from interfering with interactions */
        font-size: 20vw;
        line-height: 0.8;
        margin-top: 1rem;
    }
    .content {
        margin-top: 10rem;
    }
}

/*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;
    }
    .elect-way-section h1 {
        font-size: 17vw;
    }
    .investment-product h7 {
        font-size: 2vw;
    }
    .newsCard {
        padding:40px 20px 40px 0;
        font-size: 5vw;
    }
    .newsCard h2 {
        font-size: 10vw;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .newsCard-no { 
        margin-left: 0px; 
        font-size: 7vw;
    }
    .text {
        text-align: left;
        font-size: 2.5vw;
    }
    .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;
    } */
    .about-section {
        font-size: 2.5vw;
    }
    .credibility-text {
        margin-left: 3vw !important;
    }
    .credibility-text h5 {
        max-width: 100%;
    }
    .elect-way-section h2 {
        font-size: 16.5vw;
        line-height: 15.5vw;
    }
}

/*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: 30%;
        width: 60%;
    }    
    .newsCaption .text {
        margin-top: 7vw;
    }
}


@media screen and (min-width: 2560px) {
    .revealed-section h1 {
        line-height: 9.5vw;
    }
    .revealed-section h6 {
        margin-top: 0;
    } 
    .revealed-section img {
        left: 70% !important;
        top: 30% !important;
        width: 40% !important;
    } 
    .credibility img {
        width: 100%;
    }
    .newsCard h2 {
        font-size: 5vw;
        /* padding-top: 60px; */
        /* padding-bottom: 60px; */
        /* margin-bottom: 500px; */
    }
    .newsCaption .text {
        margin-top: 2.5vw !important;
    }
    .newsCard {
        margin: 0;
        padding: 50px 0px 120px 0px;
        height: 235px;
    }
    .operating-model-section .card {
        height: 355px;
    }
    .operating-model-section  {
        font-size: 1vw;
    }
    .about-section {
        font-size: 1.2vw;
    }

    .credibility-text h5, .credibility-text p {
        font-size: 1.2vw;
    }
    
    
}





