@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;700;800&display=swap');

@font-face {
    font-family: 'Nolan';
    src: url(../fonts/nolan-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Nolan';
    src: url(../fonts/nolan-Book.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Nolan';
    src: url(../fonts/nolan-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Nolan';
    src: url(../fonts/nolan-ExtraBold.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nolan-heavy';
    src: url(../fonts/nolan-HeavyItalic.ttf);
}

.bridgephx-pages {
    overflow: hidden;
    font-family: 'Nolan', sans-serif;
}

.bridgephx-herosection {
    overflow: hidden;
}

.bridgephx-herosection img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.bridgephx-ctatext {
    background-color: #010101;
    height: 30vh;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bridgephx-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5%;
}

.bridgephx-heading {
    text-transform: uppercase;
    margin: 0;
    font-size: 34px;
    font-style: italic;
    /* font-weight: 900; */
    line-height: 1;
    font-family: 'Nolan-heavy', sans-serif;
}

.bridgephx-divider {
    display: inline-block;
    background-color: var(--divider);
    width: 60px;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 15px;
    transform: skew(-45deg)
}

.bridgephx-subheading {
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

.bridgephx-ctatext p {
    margin: 0;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 12px;
}

.bridgephx-ctatext p b {
    font-weight: 800;
    margin-right: 5px;
}


.bridgephx-ctaimages img {
    width: 100%;
    height: auto;
    max-height: auto;
}

/* brigadebranding Pages */

.brigadebranding-pages {
    overflow: hidden;
    padding-top: 85px;
    font-family: "Sora", "sans-serif";
}

.brigadebranding-herosection {
    width: 100%;
    height: 930px;
    position: relative;
}

.brigadebranding-herosection::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(11, 11, 11, 0.31);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.brigadebranding-herosection img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.brigadebranding-container {
    width: 100%;
    padding: 0 90px;
    max-width: 1568px;
    margin: 0 auto;
    position: relative;
}

.brigadebranding-herosection_overlay {
    z-index: 10;
    height: 100%;
}

.brigadebranding-herosection_overlay h1 {
    position: absolute;
    bottom: 90px;
    width: 1152px;
    font-size: 95px;
    line-height: 1.0526315789em;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

.brigadebranding-about {
    padding: 70px 0;
    position: relative;
    background: #5E34F5;
}

.brigadebranding-about_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brigadebranding-about h2 {
    font-size: 45px;
    line-height: 1.2222222222em;
    font-weight: 800;
    color: #fff;
    width: 100%;
    max-width: 798px;
    margin: 0;
}

.brigadebranding-about h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-image: url('../images/case-studies/trademark/diagonal-arrow-down-right-white.svg');
    background-size: 100%;
    margin: 20px 0 0 0;
}

.brigadebranding-about_content {
    list-style-type: none;
    margin: 0;
    width: 354px;
    padding: 28px 0 28px 28px;
    border-left: 1px solid #ffffff;
}

.brigadebranding-about_content li {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.brigadebranding-ctatext {
    background-color: white;
    width: 100%;
}

.brigadebranding-ctatext_wrap {
    display: grid;
    grid-template-columns: 31.9884726225% 57.492795389%;
    gap: 40px;
    grid-template-areas:
        "collab approach"
        "awards approach";
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.brigadebranding-ctatext_collab {
    grid-area: collab;
}

.brigadebranding-ctatext_approach {
    grid-area: approach;
}

.brigadebranding-ctatext_awards {
    grid-area: awards;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #B8B8B8;
}

.brigadebranding-ctatext_awards li {
    padding: 20px 0;
    border-bottom: 1px solid #B8B8B8;
}

.brigadebranding-ctatext_awards li img {
    width: auto;
    height: 50px;
}

.brigadebranding-ctatext_awards li p {
    line-height: 1.4em;
    font-size: 20px;
}

.brigadebranding-ctatext_awards li p strong {
    font-weight: bold;
}

.brigadebranding-ctatext_wrap h2 {
    font-size: 28px;
    line-height: 1.0714285714em;
    font-weight: 800;
    color: #5E34F5;
    margin: 0;
    margin-bottom: 38px;
    text-transform: uppercase;
}

.brigadebranding-ctatext_wrap p {
    font-size: 28px;
    line-height: 1.3571428571em;
    font-weight: 300;
    margin: 0;
}

.brigadebranding-ctaimages img,
.brigadebranding-ctaimages video {
    width: 100%;
    display: block;
    object-fit: cover;
    margin-bottom: 30px;
}

.brigadebranding-ctaimages-col {
    display: grid;
    grid-template-columns: 33.3333% 66.6666%;
    align-items: stretch;
    gap: 30px;
}

.brigadebranding-ctaimages-col img:first-child,
.brigadebranding-ctaimages-col video {
    /* flex-basis: 33.3333%; */
}

.brigadebranding-ctaimages-col img:last-child {
    /* flex-basis: 66.6666%; */
}

.brigadebranding-ctaimages-col2 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    align-items: stretch;
    gap: 30px;
}

.brigadebranding-ctaimages-col3 {
    display: grid;
    grid-template-columns: repeat(3, 33.3333%);
    align-items: stretch;
    gap: 30px;
}

.brigadebranding-ctaimages-col21 {
    display: grid;
    grid-template-columns: 66.6666% 33.3333%;
    align-items: stretch;
    gap: 30px;
}