/*** Environment project page ***/

:root {
    --env-blue: #003875;
    --env-navy: #07115c;
    --env-orange: #f47521;
    --env-red: #FF0600;
    --env-yellow: #fedc5a;
    --env-mint: #8edcaf;
    --env-mint-dark: #81c7b8;
    --env-soft-blue: #f1f8ff;
    --env-grey: #f4f4f4;
    --env-text: #111111;
}

.txt-blue {
    color: var(--env-blue) !important;
}

.txt-navy {
    color: var(--env-navy) !important;
}

.txt-orange {
    color: var(--env-orange) !important;
}

.txt-red {
    color: var(--env-red) !important;
}

.txt-yellow {
    color: var(--env-yellow) !important;
}

.txt-white {
    color: #ffffff !important;
}

.bg-blue {
    background-color: var(--env-blue) !important;
}

.bg-yellow {
    background-color: var(--env-yellow) !important;
}

.bg-mint {
    background-color: var(--env-mint) !important;
}

.fw-medium {
    font-family: 'promptmedium';
    font-weight: normal;
}

.fw-semibold {
    font-family: 'promptsemibold';
    font-weight: normal;
}

.env-page {
    background: #ffffff;
    color: var(--env-text);
}

.env-page main p {
    font-size: 2.05rem;
    line-height: 3.6rem;
    margin-bottom: 0;
}

.env-container {
    max-width: 1110px;
}

.env-section {
    padding: 96px 0;
}

.env-section-sm {
    padding: 72px 0;
}

.env-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.env-photo {
    width: 100%;
    display: block;
}

.env-rounded {
    border-radius: 10px;
    overflow: hidden;
}

.env-hero .cover-item {
    height: 38vh;
    min-height: 300px;
}

.env-hero .cover-detail-inner {
    max-width: 700px;
    margin: 0 auto;
}

.env-hero .cover-detail-inner h1 {
    font-size: 2.7rem;
    padding: 12px 20px;
    background: rgba(0, 0, 0, 0.62);
}

.env-hero .cover-detail-inner .breadcrumb-ct {
    padding: 4px 20px;
}

.env-gis-grid {
    display: grid;
    grid-template-columns: 46% 54%;
    align-items: stretch;
}

.env-gis-title {
    min-height: 245px;
    padding: 45px 30px 34px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.env-gis-title .quote-mark {
    color: #ffffff;
    font-family: 'promptsemibold';
    font-size: 5rem;
    line-height: 1;
}

.env-gis-title h2 {
    color: var(--env-navy);
    font-family: 'promptsemibold';
    font-size: 8.7rem;
    line-height: 8.4rem;
    margin: -8px 0 8px;
    letter-spacing: 0;
}

.env-gis-title h3 {
    color: #ffffff;
    font-family: 'promptsemibold';
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 0;
}

.env-gis-copy {
    padding: 55px 28px 0;
}

.env-book-band {
    background: var(--env-blue);
    color: #ffffff;
    margin-top: 95px;
    min-height: 375px;
    position: relative;
    overflow: visible;
}

.env-book-band h2 {
    color: #ffffff;
    font-family: 'promptsemibold';
    font-size: 7.3rem;
    line-height: 1.24;
    margin-bottom: 0;
    text-transform: uppercase;
}

.env-book-band h3 {
    color: var(--env-yellow);
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin: 12px 0 8px;
}

.env-readmore {
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    min-width: 510px;
    font-size: 2rem;
    line-height: 2.8rem;
    text-decoration: none;
}

.env-readmore:hover {
    color: #ffffff;
    text-decoration: none;
}

.env-readmore::after {
    content: '';
    flex: 1;
    height: 2px;
    background: #ffffff;
    margin-left: 24px;
}

.env-readmore span::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #ffffff;
    margin-left: 0;
    transform: translate(1px, 1px);
}

.env-book-img {
    position: absolute;
    right: 8%;
    top: -84px;
    width: 380px;
    max-width: 42%;
    z-index: 2;
}

.env-title {
    text-align: center;
    position: relative;
    margin-bottom: 58px;
}

.env-title::before,
.env-title::after {
    content: '';
    width: 36%;
    height: 22px;
    background: var(--env-mint);
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

.env-title::before {
    left: 0;
}

.env-title::after {
    right: 0;
}

.env-title h2 {
    position: relative;
    z-index: 1;
    background: #ffffff;
    display: inline-block;
    color: var(--env-blue);
    font-family: 'promptsemibold';
    font-size: 5.2rem;
    line-height: 5.8rem;
    margin-bottom: 0;
    padding: 0 50px;
}

.env-title .mark-grey {
    color: #bfbfbf;
}

.env-title .title-lg {
    color: var(--env-orange);
    font-size: 11rem;
    line-height: 8rem;
}

.env-title .title-break {
    display: block;
}

.env-wide-image {
    margin: 52px auto 42px;
}

.env-value-block {
    margin-top: 95px;
}

.env-value-card {
    min-height: 360px;
    padding: 62px 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.env-value-card p {
    color: #000000;
    font-family: 'promptmedium';
}

.env-collage {
    margin-top: 110px;
    border-top: 22px solid var(--env-yellow);
    border-bottom: 22px solid var(--env-yellow);
    display: grid;
    grid-template-columns: 41% 59%;
    align-items: stretch;
}

.env-collage .env-collage-right {
    border-radius: 120px 0 0 0;
    overflow: hidden;
    margin-top: -58px;
}

.env-quote-title {
    text-align: center;
    margin-bottom: 80px;
}

.env-quote-title h2 {
    color: var(--env-blue);
    font-family: 'promptsemibold';
    font-size: 5.8rem;
    line-height: 6.7rem;
    margin-bottom: 12px;
}

.env-quote-title .env-orange-line {
    color: var(--env-orange);
}

.env-quote-title::after {
    content: '';
    display: block;
    width: 320px;
    height: 3px;
    background: var(--env-mint-dark);
    margin: 18px auto 0;
}

.env-project-card {
    margin-bottom: 86px;
}

.env-project-number {
    color: var(--env-mint-dark);
    font-family: 'promptsemibold';
    font-size: 15rem;
    line-height: 12rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.env-project-heading {
    background: var(--env-soft-blue);
    border-radius: 8px;
    color: var(--env-blue);
    display: inline-block;
    font-family: 'promptsemibold';
    font-size: 2.2rem;
    line-height: 3.1rem;
    padding: 20px 25px;
    vertical-align: middle;
    width: calc(100% - 120px);
}

.env-project-card p {
    margin-top: 34px;
}

.env-project-card > .col-lg-6:first-child {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
}

.env-project-card .env-project-number {
    grid-column: 1;
    color: var(--env-mint-dark, #7fc0b1);
    font-family: 'promptsemibold';
    font-size: 15rem;
    line-height: 12rem;
}

.env-project-card .env-project-heading {
    grid-column: 2;
    width: 100%;
    box-sizing: border-box;
    background: #eef8ff;
    border-radius: 8px;
    color: var(--env-blue, #003875);
    display: flex;
    align-items: center;
    font-family: 'promptsemibold';
    font-size: 2.35rem;
    line-height: 3.35rem;
    min-height: 132px;
    padding: 22px 32px;
}

.env-project-card > .col-lg-6:first-child > p {
    grid-column: 1 / -1;
    margin-top: 34px;
}

.env-sea-strip {
    background: var(--env-blue);
    display: grid;
    gap: 0;
    padding: 36px 0;
}

.env-sea-strip img {
    aspect-ratio: 1.72 / 1;
}

.env-biofin h3 {
    color: var(--env-blue);
    font-family: 'promptsemibold';
    font-size: 4rem;
    margin-bottom: 20px;
}

.env-youtube-card {
    background: var(--env-mint);
    border-radius: 46px;
    padding: 8px;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.env-youtube-card .qr-wrap {
    position: absolute;
    left: 50%;
    bottom: 62px;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 12px;
    width: 175px;
}

.env-youtube-card .youtube-label {
    position: absolute;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 15px;
    font-family: 'promptsemibold';
    font-size: 1.6rem;
}

.env-youtube-card .youtube-label img {
    width: 32px;
}

.env-other {
    background: var(--env-grey);
}

.env-other .heading-section {
    margin-bottom: 45px;
}

.env-other .heading-section h2 {
    font-size: 4rem;
}

.env-other .owl-dots {
    margin-top: 38px;
}

.env-other .custom-nav {
    position: static !important;
    text-align: center;
    margin-top: 34px;
}

.env-other .custom-nav .owl-prev,
.env-other .custom-nav .owl-next {
    position: static !important;
    background: #ffffff !important;
    border: none;
    color: var(--env-orange) !important;
    font-size: 3rem;
    height: 54px !important;
    line-height: 54px;
    margin: 0 8px;
    width: 54px;
}

.project-header img {
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

@media (max-width: 991px) {
    .env-page p {
        font-size: 1.75rem;
        line-height: 3.1rem;
    }

    .env-section {
        padding: 70px 0;
    }

    .env-gis-grid {
        grid-template-columns: 1fr;
    }

    .env-gis-title h2 {
        font-size: 7rem;
        line-height: 7rem;
    }

    .env-book-band {
        margin-top: 50px;
        padding-bottom: 45px;
    }

    .env-book-band h2 {
        font-size: 5.2rem;
    }

    .env-book-img {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        margin: 35px auto -20px;
        max-width: 70%;
        width: 320px;
    }

    .env-readmore {
        min-width: 0;
        width: 100%;
    }

    .env-title::before,
    .env-title::after {
        width: 23%;
    }

    .env-title h2 {
        font-size: 4.1rem;
        line-height: 5rem;
        padding: 0 24px;
    }

    .env-title .title-lg {
        font-size: 8rem;
    }

    .env-value-card {
        min-height: auto;
        padding: 45px 32px;
    }

    .env-collage {
        grid-template-columns: 1fr;
    }

    .env-collage .env-collage-right {
        border-radius: 65px 0 0 0;
        margin-top: 0;
    }

    .env-project-number {
        font-size: 10rem;
        line-height: 9rem;
    }

    .env-project-heading {
        width: calc(100% - 110px);
    }
}

@media (max-width: 767px) {
    .env-hero .cover-detail-inner h1 {
        font-size: 2rem;
    }

    .env-gis-title {
        min-height: 190px;
        padding: 32px 20px;
    }

    .env-gis-title h2 {
        font-size: 5.8rem;
        line-height: 5.8rem;
    }

    .env-gis-title h3 {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .env-gis-copy {
        padding: 35px 0 0;
    }

    .env-book-band h2 {
        font-size: 3.8rem;
    }

    .env-book-band h3 {
        font-size: 2rem;
    }

    .env-title::before,
    .env-title::after {
        display: none;
    }

    .env-title h2 {
        font-size: 3.1rem;
        line-height: 4rem;
    }

    .env-title .title-lg {
        font-size: 6.5rem;
        line-height: 5.4rem;
    }

    .env-quote-title h2 {
        font-size: 3.7rem;
        line-height: 4.8rem;
    }

    .env-project-heading {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .env-project-number {
        display: block;
        text-align: center;
    }


    .env-biofin h3 {
        font-size: 3rem;
    }

    .env-youtube-card {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .env-project-card > .col-lg-6:first-child {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
    }

    .env-project-card .env-project-number {
        grid-column: 1;
        font-size: 10rem;
        line-height: 8.5rem;
        margin-right: 0;
    }

    .env-project-card .env-project-heading {
        grid-column: 2;
        width: 100%;
        min-height: 78px;
        padding: 16px 18px;
        font-size: 2.1rem;
        line-height: 3rem;
    }

    .env-project-card > .col-lg-6:first-child > p {
        grid-column: 1 / -1;
        margin-top: 30px;
    }
}
