@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Poppins';
}

* {
    width: auto;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: white;
    font-family: 'Poppins';
}


button {
    font-family: 'Poppins';
    width: 15vw;
    height: 3vw;
    background-color: black;
    border: none;
    border-radius: 0.2vw;
    color: white;
    padding: 0.5vw;
    font-size: 1.2vw;
    transition-duration: 0.2s;
    cursor: pointer;
}

button:hover {
    background-color: white;
    border: 1.5px solid #121212;
    color: black;
}

h1.what-we-do-banner {
    font-size: 4vw;
    color: white;
    position: absolute;
    width: 30%;
    margin-left: 2vw;
}

h2.what-we-do-banner {
    color: white;
    font-size: 1.2vw;
    font-weight: 200;
    position: absolute;
    width: 30%;
    margin-left: 2vw;
    top: 10vw;
    height: 10vw;
}

.what-we-do-banner {
    height: 15vw;
    overflow: hidden;
    object-fit: contain;
    background-color: #1d1d1d;
}

.what-we-do-banner img {
    width: 70%;
    margin-left: 30vw;
    margin-top: 0vw;
}

h1.meet-the-team {
    margin-left: 3vw;
    display: block;
}

h1.our-team {
    font-size: 2vw;
    margin-top: 1vw;
    color: black;
    text-align: center;
}

h1.what-we-do {
    display: block;
}

.what-we-do {
    display: flex;
    margin-top: 2vw;
    font-size: 1.1vw;
    visibility: hidden;
    opacity: 0%;
    transition-duration: 0.5s;
    font-size: 5vw;
}

.what-we-do-visible {
    visibility: visible;
    opacity: 100%;
}

.what-we-do-headings-container {
    display: block;
    margin-left: 15%;
}

.what-we-do-headings {
    cursor: pointer;
    display: inline-block;
    margin-top: 2vw;
    margin-left: 2vw;
    font-size: 1.5vw;
    text-align: center;
    color: grey;
}

.highlighted {
    color: black;
}

.what-we-do-container {
    width: 100%;
    height: 31vw;
}

h1.what-we-do-text {
    padding: 1vw;
}

p.what-we-do-text {
    position: absolute;
    padding-left: 1vw;
    width: 40%;
    z-index: 2;
}

.container {
    position: absolute;
    background-color: white;
    height: 30vw;
    margin-top: 2vw;
    width: 99%;
    z-index: 0;
    overflow: hidden;
    visibility: hidden;
}

.container img {
    position: absolute;
    height: 40vw;
    width: 70%;
    margin-left: 35vw;
    margin-top: -8vw;
    object-fit: cover;
    padding-left: 2vw;
    z-index: 1;
}

.fight-choreography {
    z-index: 1;
    visibility: visible;
}
.top {
    z-index: 5;
    visibility: visible;
}

.team-people-container {
    display: block;
    margin-left: 8vw;
}

.team-person {
    display: inline-block;
    width: 20vw;
    height: 34vw;
    border-right: 1px solid silver;
}

.our-team-paragraph {
    text-align: center;
    font-size: 0.7vw;
    padding-left: 1vw;
}

.team-person img {
    width: 18vw;
    height: auto;
    padding: 1vw;
}

.our-team:after {
  content: "";
  display: table;
  clear: both;
}

.find-out-more {
    position: absolute;
    top: 25vw;
    left: 10vw;
}

@media only screen and (max-width: 800px) {
  body {
    font-family: poppins;
  }

    button {
        font-size: 3.5vw;
        height: 10vw;
        width: 50vw;
    }

    h1 {
        font-size: 4.5vw;
    }

    h1.what-we-do-banner {
        font-size: 8vw;
        width: 40%;
        line-height: 9vw;
    }

    h2.what-we-do-banner {
        visibility: hidden;
    }

    .what-we-do-banner {
        height: 25vw;
        background-color: transparent;
        z-index: 2;
    }

    .what-we-do-banner img {
        width: 200%;
        margin-left: -50vw;
        margin-top: -15vw;
    }

    h1.what-we-do {
        display: block;
    }

    .what-we-do {
        display: flex;
        margin-top: 2vw;
        font-size: 1.1vw;
        visibility: hidden;
        opacity: 0%;
        transition-duration: 0.5s;
        font-size: 5vw;
        z-index: 2;
    }

    .what-we-do-visible {
        visibility: visible;
        opacity: 100%;
    }

    .what-we-do-headings-container {
        margin-left: 4%;
        z-index: 15;
    }

    .what-we-do-headings {
        width: 45vw;
        cursor: pointer;
        display: inline-block;
        margin-top: 2vw;
        margin-left: 0vw;
        padding: 1vw;
        font-size: 3.5vw;
        border: 0.5px solid #121212;
        text-align: center;
        color: grey;
        z-index: 2;
    }

    .highlighted {
        color: black;
    }

    .what-we-do-container {
        width: 100%;
        height: 100vw;
    }

    h1.what-we-do-text {
        padding: 2vw;
    }

    p.what-we-do-text {
        position: absolute;
        font-size: 3vw;
        padding-left: 2vw;
        width: 100%;
        z-index: 2;
        margin-top: -1.5vw;
    }

    .container {
        position: absolute;
        background-color: white;
        height: 120vw;
        margin-top: 2vw;
        width: 99%;
        z-index: 1;
        overflow: hidden;
    }

    .container img {
        position: absolute;
        height: 50vw;
        width: 110%;
        margin-left: 0vw;
        bottom: 5vw;
        object-fit: cover;
        padding-left: 2vw;
        z-index: 2;
    }
    .find-out-more {
        position: absolute;
        left: 28vw;
        top: 55vw;
        width: 40vw;
        height: 6vw;
}

.team-person {
    position: relative;
    height: 60vw;
    width: 45%;
    border-right: none;
    margin: 1vw;
    top: 2vw;
}

.meet-our-team {
    height: 100%;
}

.team-people-container {
    margin-left: 0;
    top: 5vw;
    height: 100%;
}

.team-person img {
    height: 50vw;
}

h1.our-team {
    font-size: 4vw;
    margin-top: -5vw;
    margin-left: 4vw;
    color: black;
    text-align: center;
}

}
