/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --drop-shadow: var(--light-blue);
    --brand: #0B3EC7;
    --light: #E6E6E6FF;
    --medium-light: #C3C3C3FF;
    --middle: #808080FF;
    --medium-dark: #444F;
    --dark: #191919FF;
    /* --dark-blue: #04032F; */
    --dark-blue: #03021F;
    --dark-blue-accent: #0C1779;
    --light-blue: #43ACDB;
    --light-blue-accent: #4B5D92;
}

html {
    font-size: clamp(11px, 3vw, 16px);
}

@media screen and (min-height: 668px) {
    p {
        font-size: 1.2rem;
    }
}

@media screen and (min-height: 800px) {
    p {
        font-size: 1.3rem;
    }
}


#header-image {
    top: 1rem;
    height: 3rem;
    width: auto;
}

.intro {
    position: absolute;
}

.your-trademark{
    top: 15%;
}

.chevronNavItem {
    left: 50%;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 99;
    -webkit-filter: drop-shadow(1px 1px 15px var(--drop-shadow));
            filter: drop-shadow(1px 1px 15px var(--drop-shadow));
}

#scrollToAnimationFinish {
    top: calc(100vh - 100px);
}

/* STAKEHOLDERS */

.stakeholder {
    /* width: 15vw;
    height: 15vw; */
    width: 50px;
    height: 50px;
    /* max-width: 75px;
    max-height: 75px; */
}

.stakeholder:hover {
    /* width: 15vw;
    height: 15vw; */
    width: 55px;
    height: 55px;
    /* max-width: 75px;
    max-height: 75px; */
}

.stakeholder img {
    width: auto;
    height: 25px;
}

.buzz-stakeholder {
    width: 30px;
    height: 30px;
}

#eight-hours #logo {
    width: 100px;
    height: auto;
}

.bottom-headline {
    top: 2rem;
    width: 55%;
}

#scrollToCases {
    bottom: 25px;
}

#stake-1 {
    left: 15%;
    bottom: 48%;
}

#stake-2 {
    left: 22%;
    bottom: 32%;
    z-index: 25;
}

#stake-3 {
    left: 34%;
    bottom: 15%;
}

#stake-4 {
    left: 66%;
    bottom: 15%;
}

#stake-5 {
    left: 78%;
    bottom: 32%;
}

#stake-6 {
    left: 85%;
    bottom: 48%;
}

/* INTRODUCTION */

.section-introduction-flex {
    width: 90%;
}

.introduction-flex-div-1 {
    padding: 2rem;
}

/* CASES */

.section-cases h2 {
    margin-bottom: 1rem;
}

#scrollUpToIntro {
    top: 25px;
}

#scrollUpToEntry {
    top: 25px;
}

#shanghai-video {
    height: 100%;
    max-width: 100%;
}

.cases-flex {
    gap: 0;
    width: 90%;
}

.case {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 2rem;
}

.case h3 {
    font-size: 11px;
}

.case img {
    width: 60%;
}   

.btn-contact-us {
font-size: 16px;
}

.cases-popup {
padding-top: 6rem;
padding-bottom: 6rem;
}

/* CONTACT */

.section-contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--dark-blue);
    margin-top: 4rem;
}

#scrollToContact {
    bottom: 25px;
}

#scrollUpToCases {
    top: 25px;
}

.contact-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.contact-details span {
    font-size: 1.2rem;
}

.contact-div {
    min-height: unset;
}

.contact-div-2 {
    padding: 1rem;
}

.contact-div-2 img {
   display: none;
}

.contact-div-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

.popup {
    top: 10vh;
}

.stakeholder-popup {
    min-height: 250px;
}

.stakeholder-popup-image {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    padding: 1rem;
}

.stakeholder-popup-image img {
    height: 5rem;
    padding: 1rem;
}

.popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  /* PROFILES */

  .profiles {
    max-width: 100%;
    padding: 1rem;
  }

  .profile-popup {
    padding: 0;
  }

  .profile-popup-image img {
    width: 100px;
    height: 100px;
    margin-top: 1rem;
  }

  .profile p {
    /* background-color: var(--light); */
    padding-left: 0;
    padding-right: 0;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 11px;
  }

  .profile-image {
    width: 50px;
    height: 50px;
  }

  /* Make the height of the sections set properly on mobile */

  .section-introduction, .section-cases, .section-cases, .section-contact {
    height: calc(100% - var(--address-bar-height, 0px));
  }
   