@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=The+Nautigal:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@view-transition {
    navigation: auto;
}


/* Created by Abbi Serchindorj */
:root {
    --primary-color: #28292a;
    --darkgreen-color: hsl(120, 5%, 11%);
    --green-color: hsl(118, 95%, 15%);
    --lightgreen-color: #f70b22;
    --yellow-color: #f8f208;
    --yellow-color-dark: #ee9821;
    --darkblue-color: #1c2a60;
    --lightblue-color: #c0c9ed;
    --extra-light: #fff;
    --max-width: 75rem;
    --secondary-color: #04091d;
    --secondary-color-light: #0f1221;
    --secondary-color-dark: #03060f;
    --darkred-color: hsl(0, 100%, 30%);
    --red-color: hsl(0, 100%, 40%);

    --e-global-color-text: #000;

    --header-height-desktop: 12rem;
    --header-height-mobile: 4rem;

    --font-family-logo: "Cinzel", serif;
    --font-family-text: "Work Sans", sans-serif;

    --blue-gradient: linear-gradient(to right,
            var(--darkblue-color),
            var(--lightblue-color));

    --golden-gradient: linear-gradient(to right,
            var(--yellow-color-dark),
            var(--yellow-color));

    --gradient: linear-gradient(to right,
            var(--extra-light),
            var(--extra-light),
            var(--extra-light));

    --shadow-color: 118deg 95% 8%;
    --shadow-elevation-high:
        0.1px 0.1px 0.2px hsl(var(--shadow-color) / 0.34),
        0.7px 0.7px 1.1px -0.4px hsl(var(--shadow-color) / 0.34),
        1.3px 1.3px 2.1px -0.7px hsl(var(--shadow-color) / 0.34),
        2.2px 2.1px 3.4px -1.1px hsl(var(--shadow-color) / 0.34),
        3.5px 3.4px 5.5px -1.4px hsl(var(--shadow-color) / 0.34),
        5.5px 5.3px 8.6px -1.8px hsl(var(--shadow-color) / 0.34),
        8.3px 8px 13px -2.1px hsl(var(--shadow-color) / 0.34),
        12.3px 11.8px 19.2px -2.5px hsl(var(--shadow-color) / 0.34);
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* Prevent font size inflation */
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

html,
body {
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 60px);
}

/* Set core body defaults */
body {
    position: relative;
    min-height: 100vh;
    line-height: 1.5;
    /* font-family: "Poppins", sans-serif; */
    font-family: var(--font-family-text);
    text-rendering: optimizeSpeed;
    background-color: var(--darkgreen-color);
    /* background: linear-gradient(var(--primary-color), var(--primary-color)); */
}

img,
picture {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
    list-style: none;
}

a,
a:link,
a:visited,
a:active {
    color: currentColor;
    text-decoration: none;
}

.main__wrapper {
    /* max-width: var(--max-width); */
    margin-inline: auto;

}

header {
    position: fixed;
    top: 0;
    isolation: isolate;
    width: 100%;
    /* background-color: var(--darkgreen-color); */
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-text) 0%, #00000000 100%);
    /* backdrop-filter: blur(1px); */
    /* box-shadow: hsla(0 0% 0% / 0.3) 0 1.95rem 2rem -2rem; */
    z-index: 9;
    transition: top 526ms ease-in;
}

.logo_sticky {
    position: fixed;
    isolation: isolate;
    width: fit-content;
    z-index: 10;

}

main {
    position: relative;
    width: 100%;
    background-color: transparent;
    padding: 0;
}

section {
    /* background-color: white; */
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #cdcdcd;
}

section img {
    width: 100%;
    clear: both;
    /* margin-bottom: 1rem; */
}

article {
    /* max-width: calc(100% - 2rem); */
    max-width: 100%;
    margin-inline: auto;
    font-family: var(--font-family-text);
    font-size: 1rem;
    padding-block: min(1rem, 2vh);
    padding-inline: min(1.25rem, 3vw);
    /* view-timeline-name: --item-timeline;
    animation: slide-fade-in both;
    animation-timeline: --item-timeline;
    animation-range: entry; */
}

article h1 {
    /* font-family: var(--font-family-logo); */
    /* margin-bottom: 1.75rem; */
    text-wrap: balance;
    padding-block: 1rem;
}

article h4 {
    font-weight: 600;
    margin-bottom: 1.75rem;
}

article p {
    /* margin-top: 0.75rem; */
    margin-bottom: 1rem;
    line-height: 1.75;
}

article img.hero_tech {
    max-width: 100%;
    border-radius: 1.25rem;
    margin-inline: auto;
    clear: both;
}

article img.round {
    max-width: 100%;
    border-radius: 1.25rem;
    margin-inline: auto;
    clear: both;
}

article ul {
    display: block;
    list-style-type: disc;
    list-style-position: outside;
    margin-block: 1em;
    padding-inline-start: 2.5rem;
}

.btn {
    padding: 0.5rem 0.75rem;
    outline: none;
    border: none;
    font-family: var(--font-family-text);
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--secondary-color);
    background-image: var(--gradient);
    border-radius: 0.5rem;
    cursor: pointer;
    width: fit-content;
    margin-inline: auto;
    /* margin-right: 1rem; */
}

.video {
    max-width: calc(100% - 1rem);
    text-align: center;
    margin-top: 1em;
    margin-inline: auto;
    /* background-color: var(--lightgreen-color); */
    background-color: transparent;
    /* background-color: transparent; */
    padding: 1rem 0.75rem;
    border-radius: 16px;
    overflow: hidden;
}

.video iframe {
    max-width: calc(100% - 1rem);
    aspect-ratio: 16 / 9;
}



nav {
    position: relative;
    width: 100%;
    max-width: var(--max-width);
    margin-inline: auto;

    /* transition: box-shadow 200ms cubic-bezier(0.33, 1, 0.68, 1); */
    transition: box-shadow 256ms ease-in-out;

}

nav.shadow {
    box-shadow: hsla(0 0% 0% / 0.3) 0 1.95rem 2rem -2rem;
    transition-duration: 400ms;
}

#header__nav {
    transition: all 0.7s ease-in-out;
}

.nav__header {
    position: relative;
    padding: 1rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--darkgreen-color);
}

.nav__logo {
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    place-content: center;

    width: fit-content;
    height: auto;
}

.nav__logo span {

    font-weight: 600;
    color: var(--lightgreen-color);
    text-wrap: nowrap;
    text-shadow: 1px 1px 2px var(--text-dark);
    letter-spacing: -0.05rem;
    display: none;
}

.nav__logo img {
    position: inherit;
    display: inline-block;
    /* max-width: 125px; */
    max-width: 250px;
    /* width: 40px; */
    width: 60px;
    /* aspect-ratio: 2 / 1; */
    background-color: transparent;
    /* border-radius: 50%; */
    /* margin-right: 0.5rem; */

    object-fit: cover;
    /* background-color: red; */

}

.nav__menu__btn {
    font-size: 1.5rem;
    color: var(--lightgreen-color);
    cursor: pointer;
    max-width: 35px;
    aspect-ratio: 1;
    /* border: 1px solid var(--extra-light); */
    vertical-align: middle;
}

.nav__bg {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 0;
    /* background-color: var(--extra-light); */
    background-color: var(--darkgreen-color);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: all 0.7s ease-in-out;
    z-index: -2;
}

.nav__bg.open {
    height: calc(100vh - 65px);

}

.nav__links {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    background-color: var(--darkgreen-color);
    transform: translateY(-100%);
    transition: display 0.75s ease-in-out,
        transform 0.75s ease-in-out;
    transition-behavior: allow-discrete;
    z-index: -1;

}

.nav__links.open {
    display: flex;
    transform: translateY(0);
    transition: display 0.75s ease-in-out,
        transform 0.75s ease-in-out;
    transition-behavior: allow-discrete;
}


.nav__links .nav__btn {
    width: 100%;
    /* background-color: var(--lightgreen-color); */
    background-color: rgba(255, 255, 255, 1);
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    text-align: right;
    white-space: nowrap;
}

.nav__links a {
    width: 100%;
    font-weight: 500;
    /* color: var(--primary-color); */
    color: var(--darkgreen-color);
}

.nav__links .active_btn {
    color: var(--darkgreen-color);
    background-color: var(--lightgreen-color);
}

.hero {
    position: relative;
    background-image: url('');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--darkgreen-color);

    min-block-size: 60svh;
    max-height: calc(100svh);
    width: 100%;
    height: auto;
    place-content: start center;
    text-align: center;

    /* aspect-ratio: 16/9; */
    border-image: linear-gradient(hsla(0, 0%, 3%, 0.25), hsla(0, 0%, 7%, 0.5)) fill 1;

}

.aspect_ratio_16_9 {
    aspect-ratio: 16/9;
}

.margin_top_header_height {
    margin-top: calc(1*var(--header-height-mobile));
}


.hero__overlay {
    position: absolute;
    /* top: var(--header-height-mobile); */
    top: auto;
    bottom: 0;
    /* width: fit-content; */
    width: 100%;
    padding: 1rem 1.75rem;
    margin-inline: auto;
    /* margin-bottom: 2rem; */
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--extra-light);
    text-align: left;
    /* border-radius: 0 0 1.5rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.5);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-image: linear-gradient(hsl(0 0% 100% / .3), hsl(16 25% 38% / 0.3)) fill 1;
    display: none; */
}

.hero__overlay img {
    max-width: 280px;
    aspect-ratio: 2 / 1;
}

.hero__text {
    position: relative;
    margin-inline: auto;
    padding-left: 1.25rem;
    padding-bottom: 0.5rem;
    width: 90%;
    font-size: 1rem;
    font-weight: 600;
    text-shadow: 2px 2px #000;
    text-wrap: balance;
    /* border-left: 5px solid #f8f208; */
}

.hero__overlay h1 {
    line-height: 1.25;
    /* max-width: 18ch; */
    font-size: 1.25em;
    text-wrap: pretty;
    margin-inline: auto;
    padding-bottom: 0.5rem;

}

.hero__overlay p {
    line-height: 1.25;
    margin-inline: auto;
    font-weight: lighter;
}

.zoom {
    animation: scale 40s linear infinite;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.slides__container {
    position: relative;
    margin-top: 6ch;
    padding: 0;
    display: grid;
    /* overflow: hidden; */
    background-color: var(--darkgreen-color);
    width: 100%;
    height: calc(70svh + 10ch);

    /* &>.slide {
        grid-column: 1;
        grid-row: 1;
    } */
}

.slide {
    position: relative;
    display: block;
    grid-column: 1;
    grid-row: 1;
    max-width: calc(100vw);
    max-height: calc(100svh);
    height: 100%;
    /* aspect-ratio: 9 / 16; */
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    opacity: 1;
    /* animation: fadeIn 20s linear infinite; */
}

.slide>img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.slide>.slide_caption_container {
    position: absolute;
    inset-inline-start: 2ch;
    inset-block-start: calc(80svh - 18ch);
    inset-block-end: auto;
    /* align-self: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    /* border-left: 7px solid #f8f208; */
    width: calc(100vw - 10%);
}

.slide>.slide_caption_container>.slide_caption_content {
    display: block;
    text-align: left;
    background-color: hsla(60, 2%, 10%, 0.45);
    font-size: 0.95rem;
    color: #ededed;
    /* text-shadow: 1px 1px 2px black; */
    text-wrap: pretty;
    margin-inline: 0 auto;
    padding: 1.25rem;
    /* border-left: 3px solid black; */
    /* border-radius: 0.75rem; */

    transition-property: opacity, translate, scale;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;

    /* @starting-style {
        opacity: 0;
        translate: - 10rem;
        scale: 1.3;
    } */
}

@starting-style {
    .slide_caption_content {
        opacity: 0;
        translate: -10rem;
        scale: 0.5;
    }
}

.slide_caption_content h1 {
    line-height: 1;
    font-size: 1.25em;
    font-weight: 300;
    /* text-transform: uppercase; */
    padding-bottom: 0.5rem;
}

.slide_caption_content p {
    line-height: 1.25;
    font-weight: 600;
    /* margin-top: 0.5rem; */
}

.slide_caption_content a,
.hero__text a {
    display: block;
    width: fit-content;
}

.slide_caption_content a>div,
.hero__text a>div {
    width: fit-content;
    background-color: var(--lightgreen-color);
    margin-block: 0.75em 0.25em;
    padding: 0.75em 1.25em;
    color: var(--darkgreen-color);
    font-size: 0.75em;
    font-weight: 600;
    text-shadow: none;
    border-radius: 100vw;
}

.slide_caption_content a:hover>div,
.hero__text a:hover>div {
    background-color: var(--lightgreen-color);
}

/* Next & previous buttons */
.slide_prev,
.slide_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: var(--darkgreen-color);
    background-color: rgba(248, 20, 8, 0.4);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 1;
}

/* Position the "next button" to the right */
.slide_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slide_prev:hover,
.slide_next:hover {
    background-color: rgba(248, 242, 8, 0.8);
}

.slides_dots {
    position: absolute;
    inset-inline-start: 0;
    inset-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    /* background-color: #000;
    color: white; */
    width: 100%;
    z-index: 1;
}

.slide_dot {
    cursor: pointer;
    height: 7px;
    width: 7px;
    margin: 0 2px;
    /* background-color: #f8f208; */
    background-color: var(--lightgreen-color);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.slides_dots>.active,
.slide_dot:hover {
    background-color: white;
}

.fadeIn {

    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition: opacity 700ms ease-in
        /* animation-name: fadein;
    animation-duration: 0;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}

.fadeOut {

    transform: translate3d(0, 0, 0);
    opacity: 0;
    transition: opacity 700ms ease-in
        /* animation-name: fadeout;
    animation-duration: 0;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
}

@keyframes fadein {
    from {

        opacity: 1;
    }

    to {

        opacity: 0.5;
    }
}

@keyframes fadeout {
    from {

        opacity: 0.5;
    }

    to {

        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

.flex__box {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    flex: 1 1 0;
    max-width: 100%;
    width: 65ch;
    justify-self: center;
    /* flex-wrap: wrap; */
    border-radius: 16px;
    /* background-color: var(--lightgreen-color); */
    background-color: var(--darkgreen-color);
    margin-inline: auto;
    margin-bottom: 1.75rem;
    padding: 0.5rem;
    /* box-shadow:
        0 1px 1px hsl(0deg 0% 0% / 0.075),
        0 2px 2px hsl(0deg 0% 0% / 0.075),
        0 4px 4px hsl(0deg 0% 0% / 0.075),
        0 8px 8px hsl(0deg 0% 0% / 0.075),
        0 16px 16px hsl(0deg 0% 0% / 0.075); */

}

/* .flex__box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: var(--lightgreen-color);
    border-radius: inherit;
    padding: 3px;
} */
.flex__box::before,
.flex__box::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    height: calc(100% + 1px);
    width: calc(100% + 2px);

    /* background-color: var(--lightgreen-color); */
    background-image: conic-gradient(from var(--angle), transparent, var(--lightgreen-color), 20%, var(--darkgreen-color), transparent);
    border-radius: inherit;
    /* padding: 10px; */
    /* animation: 3s spin infinite; */
}

.flex__box>div {

    margin-inline: 1rem;
    padding-block: 1rem;
}

.flex__box>div:first-child {

    background-color: transparent;
    padding-block: 0.75rem;
    padding-inline: min(1.25rem, 1vw);
    width: fit-content;
}

.flex__box>div:last-child {
    margin-inline: auto;
    padding-inline: 0.75rem;
    width: fit-content;
    /* background-color: #03060f; */
}

.flex__box>div:last-child img {
    background-color: white;
    border-radius: 16px;
}

/* .flex__box>div:first-child img {
    width: 100%;
    height: auto;
} */

.awards,
.gallery {
    background-color: var(--darkgreen-color);
    margin-top: 0;
    padding-block: 1rem;
}

.awards article,
.gallery article {

    color: white;

}

.features {
    padding-bottom: 1rem;
}

.light_green_box {
    max-width: 100%;
    /* background-color: var(--lightgreen-color); */
    background-color: transparent;
    border-radius: 16px;
    margin-inline: min(0.75rem, 1vw);
    padding-block: 0.25rem;
    padding-inline: min(1.25rem, 5vw);
    margin-bottom: 1rem;
    /* box-shadow:
        0 1px 1px hsl(0deg 0% 0% / 0.075),
        0 2px 2px hsl(0deg 0% 0% / 0.075),
        0 4px 4px hsl(0deg 0% 0% / 0.075),
        0 8px 8px hsl(0deg 0% 0% / 0.075),
        0 16px 16px hsl(0deg 0% 0% / 0.075); */
}

.subflex__layout {
    max-width: 100%;
    background-color: var(--lightgreen-color);
    /* background-color: transparent; */
    padding-top: 0.5rem;
    padding-bottom: 1.75rem;
    display: flex;
    flex-direction: column;
    /* display: grid;
    justify-content: center;
    align-items: start; */
    gap: 0.5rem;
    /* clear: both; */


}

@keyframes fade-in {
    to {
        scale: 1;
        opacity: 1;
    }
}

@keyframes slide-fade-in {
    from {
        opacity: 0;
        transform: translateY(5vh);
    }
}

.subflex {
    max-width: calc(100% - 2rem);
    padding-block: min(0.25rem, 3vh);
    padding-inline: min(1.25rem, 5vw);
    color: #cecece;
    background-color: var(--darkgreen-color);
    border-radius: 16px;
    margin-top: 1.5rem;
    margin-inline: auto;
    /* display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4; */
    gap: 0rem;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    scale: 0.8;
    opacity: 0.5;
    /* translate: -5rem; */
    /* animation: fade-in linear forwards;
    animation-timeline: view();
    animation-range: entry; */


}

.subflex::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    height: 100%;
    width: 100%;
    /* background-color: var(--lightgreen-color); */
    border-radius: inherit;
    padding: 3px;
}

.subflex_fadein {
    animation: fade-in linear forwards;
    animation-duration: 750ms;
}

.subflex>article {
    margin-block: 0.75rem;
}

.subflex img {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    margin-right: 0.75rem;

    background-color: white;
    border-radius: 0.75rem;
}

.awards_flex {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    justify-content: center;
    background-color: transparent;
}

.awards_flex>.award {
    position: relative;
    flex: 0 1 0;
    min-width: 25%;
    aspect-ratio: 1;
    background-color: white;
    border-radius: 1rem;
    align-items: center;
    justify-items: center;
    padding: 0;

}

.awards_flex>.award>img {
    display: block;
    object-fit: contain;
    object-position: center center;
    margin-block: 0;
    margin-inline: auto;
    /* align-self: center;
    justify-self: center; */
    height: auto;
    aspect-ratio: 1;
    padding: 0.25rem;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
}

.award>img:hover {
    transform: scale(1.1);

}

.contact_form {
    position: relative;
    display: flex;
    flex-flow: column;
    gap: 1rem;
    width: fit-content;
    margin-inline: 0.5em;
    margin-block: 0.25em 1em;
    padding: 0.75em;
    /* background-color: var(--lightgreen-color); */
    background-color: var(--darkgreen-color);
    border-radius: 16px;
    overflow: hidden;
    border-top: 2px solid var(--lightgreen-color);
    border-bottom: 2px solid var(--lightgreen-color);

}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;

}

.contact_form::before,
.contact_form::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    height: calc(100% + 1px);
    width: calc(100% + 2px);

    /* background-color: var(--lightgreen-color); */
    background-image: conic-gradient(from var(--angle), transparent, var(--lightgreen-color), 20%, var(--darkgreen-color), transparent);
    border-radius: inherit;
    /* padding: 10px; */
    /* animation: 3s spin infinite; */
}

/* .contact_form::before {
    filter: blur(0.5rem);
    opacity: 0.5;
} */

@keyframes spin {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 360deg;
    }

}

.form_column {

    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 32%;
    width: fit-content;
    /* background-color: var(--lightgreen-color); */
    background-color: transparent;
    border-radius: 1.2rem;
    align-items: center;
    justify-items: baseline;
    padding: 0.75rem 1rem;
    margin-inline: auto;
    text-align: center;
    /* color: var(--lightgreen-color); */
    color: #cdcdcd;

}

.form_column label {
    display: inline-block;
    padding-block: 0.5em 0;
    /* color: var(--lightgreen-color); */
    color: #cdcdcd;
    font-weight: 600;
}

.form_column input,
.form_column textarea,
.form_column select {
    display: inline-block;
    font-family: inherit;
    font-size: 1.05rem;
    padding: 0.25rem 0.75rem;
    /* background-color: hsl(var(--primary-light-hsl), 0.3); */
    border: none;
    border-radius: 0.25rem;
    outline: transparent;
    /* color: white; */
    font-weight: 300;
    margin-block: 1rem;
    width: 100%;
}

.form_column input:focus-visible,
.form_column textarea:focus-visible,
.form_column select:focus-visible {
    outline: 1px solid var(--lightgreen-color);
}

.form_column input::placeholder,
.form_column textarea::placeholder {
    font-weight: 300;
}

.form_column textarea {
    display: block;
    width: 100%;
    height: 5em;
    font-family: inherit;
    resize: none;
}

.form_column fieldset {
    padding: 0.25em 0.5rem;
    margin-block: 0.5em;
    font-weight: 600;
    border-radius: 8px;
}

.form_column input[type=submit] {
    width: 100%;
    /* background-color: hsl(59, 94%, 50%); */
    background-color: var(--lightgreen-color);
    color: var(--darkgreen-color);
    padding: 16px 20px;
    margin: auto 0 8px;
    border: none;
    border-radius: 16px;
    outline: transparent;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
}

.form_column [type=submit]:hover {
    background-color: var(--lightgreen-color);
    color: var(--darkgreen-color);
}

.form_column .location__map {
    margin-block: 1.25em;
}

.contact__social_container {
    position: relative;
    margin-top: auto;
}

.form_column .contact__socials {
    background-color: var(--darkgreen-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    row-gap: 1rem;
    column-gap: 1rem;
    padding: 16px;
    margin-block: 16px;
    border-radius: 1.25em;
    aspect-ratio: 1;
}

.info_phone {
    display: flex;
    flex-direction: column;
    /* background-color: red; */
    padding-block: 0 2.5em;
    margin-inline: auto;
    line-height: 1.75;
}

.contact__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 4.5rem;
    aspect-ratio: 1;
    font-size: 1.75em;
    color: var(--lightgreen-color);
    border: 2px solid var(--lightgreen-color);
    border-radius: 1rem;
    text-decoration: none;
    outline: 1px solid transparent;
    outline-offset: -8px;
    /* background-image: linear-gradient(-135deg,
            transparent var(--fill),
            var(--lightgreen-color) var(--fill));

    background-size: 100% 33.33%;
    transition: 0.4s ease-in-out 0.4s;
    transition-property: --fill, all; */
}

.contact__socials a:hover,
.contact__socials a:focus-visible {
    /* opacity: 0.7; */
    --fill: 0%;
    color: var(--lightgreen-color);
    outline-color: currentColor;
    /* background-image: linear-gradient(transparent var(--fill),
            var(--lightgreen-color) var(--fill)); */

    transition-delay: 0s;
}

.mini__background {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 50svh;
    height: auto;
    /* background-color: red; */
    margin: 0;
    padding: 0;
    background-image: url("../images/equipment-header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-image: linear-gradient(hsla(0, 0%, 3%, 0.75), hsla(0, 0%, 7%, 0.75)) fill 1;
}

.mini__about {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex: 0 1 auto;
    gap: 0px;
    max-width: 100%;
    /* width: 50em; */
    margin-inline: auto;
    /* background-color: var(--lightgreen-color); */
    margin-block: 0 2em;
}

.mini__about__child {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    /* background-color: red; */
    margin: 0;
    padding: 0;
    /* padding-inline: 40px; */
}

.mini__about__child:first-child {
    /* margin-left: auto; */
    /* background-color: red; */
    font-weight: 900;
}

.mini__about__child__picture {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    height: auto;
    margin: -22% 0% 0% 0%;
    padding-inline: 0px;
    /* background-color: #f8f208; */
    z-index: 1;
}

.mini__about__child__picture>img {
    justify-content: start;
    align-self: flex-start;
    max-width: 100%;
    width: 80%;
    border-radius: 20px 20px 0 0;
    filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 4px 4px);
}

.mini__about__child:nth-child(2) {
    display: flex;
    flex-direction: column;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: var(--lightgreen-color);
    border-radius: 0 0 73px 0;


    /* margin-right: 0; */
}

.mini__about__child__content {
    font-family: var(--font-family-text);
    font-size: 1.75rem;
    line-height: 1;
    width: 12ch;
    margin-inline: auto;
    margin-block: 1.5em;
    padding: 0;
    text-wrap: balance;
    /* background-color: #c1d9c2; */
}

.mini__about__child__btn {
    width: fit-content;
    background-color: var(--lightgreen-color);
    margin-inline: 0 auto;
    margin-block: 1.5rem;
    padding: 0.75rem 1.25rem;
    color: var(--darkgreen-color);
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    border-radius: 80px;
}

.mini__gallery {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-inline: auto;
    flex: 1 1 0;
    background-color: var(--lightgreen-color);
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
}

.mini__inset {
    /* writing-mode: sideways-rl; */
    position: absolute;
    display: block;
    inset: 50% 50%;
    translate: -50% -50%;
    width: fit-content;
    line-height: 3rem;
    text-wrap: nowrap;
    color: var(--lightgreen-color);
    font-weight: 600;
    background-color: var(--darkgreen-color);
    padding: 0 1.25rem 3rem;
    /* padding: 1.75rem 1rem; */
    border-radius: 80px;
    z-index: 1;
    cursor: pointer;
}

.mini__inset:hover {
    color: var(--darkgreen-color);
    background-color: var(--lightgreen-color);
}

.mini__cell {
    position: relative;
    width: 50%;
    height: 50%;
    background-color: var(--darkgreen-color);
    /* aspect-ratio: 1; */
    margin: auto;
}

.mini__img {
    position: relative;
    width: 100%;
    /* height: 80%; */
    /* background-color: red; */
    flex: 1;
    overflow: hidden;
    aspect-ratio: 16 / 12;
    padding: 0;
    margin: 0;
    border: 1px solid var(--lightgreen-color);
}

.mini__img>img {
    /* display: block; */
    aspect-ratio: 16 / 12;
    object-fit: cover;
    object-position: bottom;
    border-radius: inherit;
    align-self: center;
    justify-self: center;
}

/* .mini__cell:first-child>.mini__img {
    position: absolute;
    bottom: 0;
    right: 0.5rem;
    border-top-left-radius: 16px;
}

.mini__cell:nth-child(2)>.mini__img {
    position: absolute;
    bottom: 1rem;
    left: 0.5rem;
    border-top-right-radius: 16px;
}

.mini__cell:nth-child(3)>.mini__img {
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    border-bottom-left-radius: 16px;
}

.mini__cell:nth-child(4)>.mini__img {
    position: absolute;
    top: 0;
    left: 0.5rem;
    border-bottom-right-radius: 16px;
} */

.team_members_wrapper {
    display: flex;
    flex-flow: column;
    gap: 1rem;

    margin-bottom: 1.5rem;
}

.team_group {
    display: flex;
    flex-flow: column;
    /* flex-wrap: wrap-reverse; */
    max-width: 65ch;
    width: 100%;
    gap: 0.75rem;
    margin-inline: auto;

}

.team_group .team_member {
    --shadow-black-color: 0deg 0% 0%;
    position: relative;
    flex: 1 1 0;
    min-width: 25%;
    height: auto;
    /* aspect-ratio: 1; */
    background-color: transparent;
    border-radius: 16px;
    align-items: center;
    justify-items: center;
    padding: 0;
    box-shadow:
        0 1px 1px hsl(var(--shadow-black-color) / 0.075),
        0 2px 2px hsl(var(--shadow-black-color) / 0.075),
        0 4px 4px hsl(var(--shadow-black-color) / 0.075),
        0 8px 8px hsl(var(--shadow-black-color) / 0.075),
        0 16px 16px hsl(var(--shadow-black-color) / 0.075);

}

.team_group .member_overview {
    display: none;
}

.team_member_img_wrapper {
    overflow: hidden;
    flex: 1;
    border-radius: inherit;
    cursor: pointer;
}

.team_member_img_wrapper>img {
    display: block;
    object-fit: cover;
    margin-block: 0;
    margin-inline: auto;
    align-self: center;
    justify-self: center;
    border-radius: inherit;
    transition: all 0.5s ease-in-out;
    cursor: pointer;

}


.team_member:hover .team_member_img_wrapper>img {
    transform: scale(1.1);
}

.team_group .member_title {
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}

.member_title>h1 {
    line-height: 1;
    font-weight: 600;
    background-color: transparent;
    margin-bottom: 0;
}

.member_title>p {
    margin-top: -1rem;
    line-height: 1;
    font-weight: lighter;
    background-color: transparent;
    padding-block: 0;
}

.read_btn {
    background-color: var(--lightgreen-color);
    color: var(--darkgreen-color);
    font-size: 1em;
    width: fit-content;
    padding: 0.75rem 1.25rem;
    border-radius: 80px;
    margin-block: 2rem 1rem;
    margin-inline: auto;
}

.read_btn:hover {
    background-color: var(--lightgreen-color);
}

.read_big_btn {
    background-color: var(--darkgreen-color);
    color: var(--lightgreen-color);
    font-size: 1.25em;
    font-weight: 600;
    width: fit-content;
    padding: 0.75rem 1.25rem;
    border-radius: 80px;
    margin-block: 0.25em 1rem;
    margin-inline: auto;
}

.read_big_btn:hover {
    background-color: var(--green-color);
    color: var(--lightgreen-color)
}

.videos__layout {
    max-width: 100%;
    background-color: var(--darkgreen-color);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
}

.testimonial__grid {
    max-width: calc(100% - 4rem);
    margin-top: 2rem;
    margin-inline: auto;
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 1rem;
}

.testimonial__card {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0.25rem;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 5rem 2rem 2rem;
    background-color: var(--lightgreen-color);
    border-radius: 0.75rem;
    box-shadow:
        0 1px 1px hsl(0deg 0% 0% / 0.075),
        0 2px 2px hsl(0deg 0% 0% / 0.075),
        0 4px 4px hsl(0deg 0% 0% / 0.075),
        0 8px 8px hsl(0deg 0% 0% / 0.075),
        0 16px 16px hsl(0deg 0% 0% / 0.075);
    transition: 0.3s;
}

.testimonial__card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 75%;
    aspect-ratio: 1;
    border-radius: 100%;
    background-color: var(--darkgreen-color);
    z-index: -1;
    transition: 0.5s;
}

.testimonial__card span {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    font-size: 3rem;
    color: var(--extra-light);
}

.testimonial__card h4 {
    margin-top: 4rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.25;
    transition: 0.3s;
}

.testimonial__card p {
    margin-bottom: 2rem;
    font-size: 0.75rem;
    color: var(--primary-color);
    transition: 0.3s;
    line-height: 1.75;
}

.testimonial__card img {
    margin-bottom: 1rem;
    max-width: 100px;
    border-radius: 100%;
    border: 2px solid var(--primary-color);
    transition: 0.3s;
}

.testimonial__card h5 {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.25;
    transition: 0.3s;
    text-align: right;
}

.testimonial__card h6 {
    font-size: 1rem;
    font-weight: 400;
    color: var(--primary-color);
    transition: 0.3s;
}

.testimonial__card:hover::before {
    width: 800%;
}

/* @media (hover: none) and (pointer: coarse) {
    .testimonial__card:focus::before {
        width: 800%;
    }

    .testimonial__card:focus :is(h4, h5) {
        color: var(--extra-light);
    }

    .testimonial__card:focus :is(p, h6) {
        color: var(--extra-light);
    }

    .testimonial__card:focus img {
        border-color: var(--extra-light);
    }
} */

.testimonial__card:hover :is(h4, h5) {
    color: var(--extra-light);
}

.testimonial__card:hover :is(p, h6) {
    color: var(--extra-light);
}

.testimonial__card:hover img {
    border-color: var(--extra-light);
}

.banner {
    position: relative;
    margin-top: 2rem;
    padding-block: 4rem;
    overflow: hidden;
    background-color: var(--lightgreen-color);
    white-space: nowrap;
}

.banner:before,
.banner:after {
    position: absolute;
    top: 0;
    width: 0.75rem;
    height: 100%;
    content: "";
    z-index: 2;
}

.banner:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--darkgreen-color));
}

.banner:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--darkgreen-color));
}

.banner__container {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 2rem;

    animation: slide 65s linear infinite;
}

.banner__container>img {
    height: 8rem;
    width: auto;
    margin-inline: auto;
    filter: drop-shadow(20px 20px 15px rgba(0, 0, 0, 0.5));
}

.banner:hover .banner__container {
    animation-play-state: paused;
}

@keyframes slide {
    to {
        transform: translateX(calc(-50% - 4rem));
    }
}

.project__container {
    /* background-color: var(--lightgreen-color); */
    background-color: transparent;
    margin-inline: 0.75rem;
    padding-block: 0.5rem;
    border-radius: 0.75rem;
}

.project__header {
    max-width: calc(100% - 2rem);
    margin-block: 0;
    margin-inline: auto;
    padding-block: 1.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
}

.project__nav {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 2rem;
    margin-inline: 1rem;
    gap: 1rem;

}

.project__btn {
    flex: 1 1 0;
    color: var(--darkgreen-color);
    background-image: none;
    background-color: var(--lightgreen-color);
}

.mixitup-control-active {
    color: var(--secondary-color);
    background-image: var(--gradient);
}

.project__grid {
    max-width: calc(100% - 2rem);
    display: grid;
    gap: 1rem;
    margin-inline: auto;
    background-color: transparent;
    padding: 1rem;
}

.project__card {
    /* background-color: #c0c9ed; */
    margin-inline: auto;


}

.project__image {
    overflow: hidden;
    flex: 1;
    border-radius: 0.5rem;
    cursor: pointer;
}

.project__card .project__image img {
    object-fit: cover;
    cursor: pointer;
    margin: auto;
    transition: 0.3s;
    aspect-ratio: 16 / 10;
}

.project__card:hover .project__image img {
    transform: scale(1.1);
}

.project__card .project__description {
    display: none;
}

.features {

    padding-top: 3rem;
}

.features article {
    padding-inline: 0;
}

/* .features article ol {
    margin-top: 1.5rem;
    margin-left: 2rem;
    list-style-type: decimal;
    text-transform: lowercase;
} */

/* .features article ol>li {
    line-height: 1.75;
    margin-bottom: 0.75rem;
} */

.features article .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 1rem;
    height: 0;
    display: block;
    text-align: center;
    /* background-color: #000; */
    background-color: transparent;
    color: #FFF;
    clear: both;
    overflow: hidden;
    border-radius: 0.75rem;

}

.features article .videoWrapper:before {
    content: "";
    display: block;
}

.features article .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
}

.simple__features__container {
    list-style: decimal;
    padding-left: 1.75em;
}

.simple__features__container>li {

    padding-bottom: 1.25em;
}

.features__container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    background-color: transparent;
    counter-reset: section;
    /* Creates a new instance of the
                             section counter with each ol
                             element */
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.features__container li {
    position: relative;
    flex: 1;
    flex-grow: 1;
    background-color: var(--darkgreen-color);
    color: var(--lightgreen-color);
    min-width: max(240px, 30%);
    height: auto;
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
}

.features__container li::before {
    counter-increment: section;
    /* Increments only this instance
                                              of the section counter */
    content: counters(section, ".") "";
    /* Combines the values of all instances
                                            of the section counter, separated
                                            by a period */

    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background-color: var(--lightgreen-color);
    color: var(--darkgreen-color);
    font-size: 0.75em;
    place-content: center;
    text-align: center;
    border: solid 1px var(--darkgreen-color);
    border-radius: inherit;
}

footer {
    background-color: var(--darkgreen-color);
    /* min-height: 44ch; */
}

.footer__container {
    display: grid;
    background-color: var(--darkgreen-color);
    gap: 2rem;
    color: var(--lightgreen-color);
    padding-top: 1.75rem;
    margin-inline: auto;
    /* border-bottom: 1px solid var(--lightgreen-color); */

}

.footer__logo {
    max-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    background-color: transparent;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.footer__logo .logo {
    max-width: 144px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--lightgreen-color);
}

.footer__col {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-inline: 1rem;
    margin-inline: auto;
    text-align: center;
    /* background-color: var(--lightblue-color); */
}

.footer__col p {
    margin-bottom: 2rem;
    color: var(--lightgreen-color);
    opacity: 0.8;
}

.footer__col .location__map {
    flex: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    margin-inline: auto;
    background-color: var(--lightgreen-color);
}

.footer__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    gap: 1rem;
    /* margin-top: auto; */
}

@property --fill {
    syntax: '<percentage>';
    inherits: false;
    initial-value: 100%;
}

.footer__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 4.5rem;
    aspect-ratio: 1;
    font-size: 1.75rem;
    color: var(--lightgreen-color);
    border: 2px solid var(--lightgreen-color);
    border-radius: 1rem;
    text-decoration: none;
    outline: 1px solid transparent;
    outline-offset: -8px;
    /* background-image: linear-gradient(-135deg,
            transparent var(--fill),
            var(--lightgreen-color) var(--fill));

    background-size: 100% 33.33%;
    transition: 0.4s ease-in-out 0.4s;
    transition-property: --fill, all; */
}

.footer__socials a:hover,
.footer__socials a:focus-visible {
    /* opacity: 0.7; */
    --fill: 0%;
    color: var(--lightgreen-color);
    outline-color: currentColor;
    /* background-image: linear-gradient(transparent var(--fill),
            var(--lightgreen-color) var(--fill));

    transition-delay: 0s; */
}

.footer__col h4 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--lightgreen-color);
    text-wrap: nowrap;
}

.footer__col p>a,
.footer__col p>a:link,
.footer__col p>a:visited,
.footer__col p>a:active {
    font-weight: 500;
    color: var(--lightgreen-color);
}

.footer__col p>a:hover {
    opacity: 0.7;
}

.footer__links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    /* margin-top: auto; */
    margin-inline: auto;
    max-width: 20ch;
}

.footer__links a {
    color: var(--lightgreen-color);
    opacity: 0.8;
}

.footer__links a:hover {
    opacity: 1;
}

.footer__bar {
    padding: 1rem;
    padding-top: 5ch;
    font-size: 0.9rem;
    color: var(--lightgreen-color);
    opacity: 0.8;
    text-align: center;
    margin-top: 2ch;
    margin-inline: auto;
    width: auto;
    /* border-top: 1px solid var(--lightgreen-color); */
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    padding: 10px 0;
    /* padding-top: 14px; */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black w/ opacity */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: .3s ease;
}

/* Modal Content */
.modal-content {
    position: relative;
    /* background-color: rgba(255, 255, 255, 1); */
    background-color: var(--lightgreen-color);
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    margin: auto;
    padding: 0 0 1rem 0;
    border: 1px solid var(--extra-light);
    border-radius: 0.75rem;
    /* width: 95%;
    height: 95vh; */
    width: fit-content;
    height: fit-content;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    transition: .3s ease;
    box-shadow:
        0 1px 1px hsl(0deg 0% 0% / 0.075),
        0 2px 2px hsl(0deg 0% 0% / 0.075),
        0 4px 4px hsl(0deg 0% 0% / 0.075),
        0 8px 8px hsl(0deg 0% 0% / 0.075),
        0 16px 16px hsl(0deg 0% 0% / 0.075);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-dark);
}

/* .modal-content>p {
    text-shadow: 3px 3px 9px #000;
} */

.modal-content h4 {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-dark);
}

.modal-content p {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: var(--primary-color);
}

.modal-content img {
    max-width: calc(100% - 0.5rem);
    margin-inline: auto;
    /* margin-top: 0; */
    border-radius: 0.5rem;
    /* aspect-ratio: 3 / 2; */
    transition: .3s ease;
    /* box-shadow:
        0 1px 1px hsl(0deg 0% 0% / 0.075),
        0 2px 2px hsl(0deg 0% 0% / 0.075),
        0 4px 4px hsl(0deg 0% 0% / 0.075),
        0 8px 8px hsl(0deg 0% 0% / 0.075),
        0 16px 16px hsl(0deg 0% 0% / 0.075); */

}

.modal-content .product__contact {
    max-width: 25ch;
    margin-top: 0;
    margin-inline: auto;
    color: var(--text-light);
    font-size: 1rem;
    text-align: center;
    z-index: -1;
}

.modal-content .project__description {
    position: relative;

    width: 100%;
    padding: 0.5rem;
    /* max-width: 45ch;
    margin-top: 1.5rem;
    margin-inline: auto;
    padding: 1rem;
    padding-top: 2rem; */
    background-color: var(--lightgreen-color);
    /* border-radius: 0.75rem; */
    text-align: center;
    font-size: 0.75rem;
    z-index: 1;
}

.modal-content .product__description p {
    color: var(--primary-color);
}

.modal-content .product__description ul {
    color: var(--primary-color);
    list-style-type: circle;
    margin-left: 2rem;
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.modal-content .product__btn {
    display: none;
}

.modal-content .product__description a,
.modal-content .product__description a:link,
.modal-content .product__description a:visited,
.modal-content .product__description a:active {
    font-weight: 700;
    color: var(--primary-color);
    opacity: 1;
}

.modal-content .product__description a:hover {
    opacity: 0.7;
}

/* The Close Button */

.close {
    position: absolute;
    background-color: var(--red-color);
    left: 0px;
    right: auto;
    top: 0px;
    width: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 9px;
    /* height: 64px; */
    /* opacity: 0.3; */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;

}

.cross {
    position: relative;
    background-color: transparent;
    display: block;
    width: 24px;
    height: 24px;
    transition: all 0.7s ease-in-out;
}

.close:hover {
    background-color: var(--darkred-color);

}

.close:hover div {
    transform: rotate(90deg);
}

/* .close:hover::before,
.close:hover::after {
    
    background-color: #fff;

} */
/* .cross:before,
.cross:after {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: transformX(-50%);
    translate: transformY(-50%);

    content: ' ';
    
    height: 16px;
    width: 2px;
    background-color: var(--primary-color);
} 

.cross:before {
    transform: rotate(45deg);
}

.cross:after {
    transform: rotate(-45deg);
}*/

/* .close {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFF;
    
    font-size: 2rem;
    font-weight: bold;
    background-color: #000;
    padding: 0.02rem 1.2rem;
    text-align: center;
    vertical-align: middle;
    opacity: 0.8;
}

.close:hover,
.close:focus {
    color: #ebbb1d;
    background-color: rgb(100, 10, 10);
    text-decoration: none;
    cursor: pointer;
} */

/* The Modal (background) */
.profile {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    padding: 10px 0;
    /* padding-top: 14px; */
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(2, 38, 1);
    /* Fallback color */
    /* background-color: rgba(0, 0, 0, 0.5); */
    background-color: rgba(2, 38, 1, 0.75);
    /* Black w/ opacity */
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);

}

/* Modal Content */
.profile-content {
    position: relative;
    /* background-color: rgba(255, 255, 255, 1); */
    /* background-color: var(--darkgreen-color); */
    /* background-color: rgba(17, 37, 2, 0.5); */
    /* backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); */
    background-color: var(--lightgreen-color);
    margin: auto;
    padding: 0 0 1rem 0;
    border: 1px solid var(--lightgreen-color);
    border-radius: 0.75rem;
    /* width: 95%;
    height: 95vh; */
    /* width: fit-content;
    height: fit-content; */
    width: auto;

    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    /* overflow-y: auto; */
    transition: .75s ease;
    box-shadow:
        0 1px 1px hsl(0deg 0% 0% / 0.075),
        0 2px 2px hsl(0deg 0% 0% / 0.075),
        0 4px 4px hsl(0deg 0% 0% / 0.075),
        0 8px 8px hsl(0deg 0% 0% / 0.075),
        0 16px 16px hsl(0deg 0% 0% / 0.075);
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--text-dark);
    margin-inline: 0.5rem;
}

/* .modal-content>p {
    text-shadow: 3px 3px 9px #000;
} */

.profile-content .profile_team_members_wrapper {
    display: flex;
    flex-flow: column;
    /* flex-wrap: wrap-reverse; */
    max-width: 65ch;
    width: fit-content;
    gap: 0.75rem;
    overflow-y: auto;
    scrollbar-width: thin;
    margin-top: 1rem;
    margin-inline: 1rem;
    background-color: transparent;
    padding: 0.25rem 0.5rem;

}

.profile-content .profile_team_member_portrait,
.profile-content .profile_team_member_overview {
    position: relative;
    flex: 1 1 0;
    min-width: 25%;
    width: fit-content;
    height: auto;
    /* aspect-ratio: 1; */
    /* background-color: var(--darkgreen-color); */
    /* border-radius: 1rem; */
    align-items: center;
    justify-items: center;
    padding: 0;


}

.profile-content .profile_team_member_portrait {
    position: relative;
    /* top: 0; */
    margin-top: 0.5rem;
}

.profile-content .profile_team_member_overview {
    flex: 1;
    height: fit-content;
    text-align: left;
    font-size: 1rem;
    /* font-weight: lighter; */
    /* color: white; */
    margin-block: 0 0.5rem;
    padding-block: 0;
    padding-inline: 0.25rem;
}

.profile_team_member_overview h1 {
    margin-block: 0;
    padding-block: 0;
}

.profile_team_member_overview h3 {
    font-weight: 500;
    margin-block: 0 0.5rem;
}

.profile_team_member_overview p {
    font-weight: 300;
    margin-block: 0.5rem;
}

/* .profile-content .profile_team_member_portrait {
    overflow: hidden;
    flex: 1;
    border-radius: 1.25rem;
    cursor: pointer;

} */

.profile-content .profile_team_member_portrait>img {

    display: block;
    /* height: calc(86svh); */
    object-fit: cover;
    object-position: left top;
    /* margin-block: auto;
    margin-inline: auto;
    align-self: center;
    justify-self: center;
    
    transition: all 0.5s ease-in-out;
    cursor: pointer; */
    transform: scale(0.9);
    border-radius: 0.5rem;
    aspect-ratio: 1;
    border: 1px solid white;
    box-shadow:
        0 1px 1px hsl(var(--shadow-color) / 0.075),
        0 2px 2px hsl(var(--shadow-color) / 0.075),
        0 4px 4px hsl(var(--shadow-color) / 0.075),
        0 8px 8px hsl(var(--shadow-color) / 0.075),
        0 16px 16px hsl(var(--shadow-color) / 0.075);
    /* box-shadow: var(--shadow-elevation-high); */
}


.profile-content .profile_team_member:hover .team_member_img_wrapper>img {
    transform: scale(1.1);
}

.profile-content .profile_team_member .member_title {
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 0.5rem 0.75rem;
}

.profile-content .member_title>h1 {
    line-height: 1;
    font-weight: 600;
    background-color: transparent;
    margin-bottom: 0.5rem;
}

.profile-content .member_title>p {
    line-height: 1;
    font-weight: lighter;
    background-color: transparent;
}

.gallery__intro {
    display: none;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    /* background-color: hsl(var(--primary-dark-hsl), 0.3); */
    z-index: 2;
}

#loading>.message {
    text-align: center;
    line-height: 1.2rem;
    width: fit-content;
    /* background-color: rgb(166, 0, 0); */
    background-color: rgb(10, 100, 0);
    /* background-color: hsl(var(--primary-light-dark-hsl), 1); */
    color: white;
    padding: 1rem 1.25rem;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);

}

/* Simple Accordion */
.box {
    width: 100%;
    background: var(--lightgreen-color);
    border-radius: 2rem;
    margin-inline: auto;
    padding: 1.25rem 1.5rem;
    color: #0f1221;
}

summary,
details {
    margin-bottom: 1em;
}

details>summary {
    list-style: none;
    /* Removes the marker in most browsers */
}

details>summary::-webkit-details-marker {
    display: none;
    /* Specifically targets Safari/Webkit browsers */
}

/* For newer browsers, you can also target the ::marker pseudo-element */
details>summary::marker {
    display: none;
}

summary {
    font-weight: bold;
    cursor: pointer;

    &::marker {
        content: "";
    }

    &::before {
        content: "+";
        width: 1rem;
        height: 1rem;
        display: inline-block;
        background: var(--darkgreen-color);
        border-radius: 0.5rem;
        text-align: center;
        line-height: 1rem;
        color: var(--lightgreen-color);
        font-weight: 500;
        margin-right: 1rem;
    }
}

details {
    border-bottom: 1px solid #28292a;

    &[open] summary::before {
        content: "–";
    }
}

@media (width > 37.5rem) and (width < 62.5rem) {

    /* .slides__container {
        height: calc(35vw + 7ch);
    } */
    .slide {
        position: relative;
        display: block;
        grid-column: 1;
        grid-row: 1;
        max-width: calc(100vw);
        max-height: calc(100svh);
        width: 100%;
        aspect-ratio: 16 / 9;
        margin-inline-start: auto;
        margin-inline-end: auto;
        overflow: hidden;
        opacity: 1;

    }

    .slide>img {

        aspect-ratio: 16 / 9;
    }

    .slide>.slide_caption_container {
        position: absolute;
        z-index: 1;
        inset-inline-start: calc(100vw - 92%);
        inset-block-start: auto;
        inset-block-end: calc(100svh - 99%);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        /* border-left: 7px solid #f8f208; */
        width: calc(100vw - 40%);
    }

    .flex__box {
        flex-direction: row;
    }

    .flex__box>div {
        margin-inline: 0.5rem;
        padding-block: 0.5rem;
    }

    .flex__box>div:first-child {

        background-color: transparent;
        padding: 0.5rem 0.75rem;
        width: 100%;
    }

    .flex__box>div:last-child {
        justify-self: center;
        align-self: flex-start;
        width: 100%;

        background-color: transparent;
    }

    .team_group {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        max-width: 65ch;
        width: 100%;
        gap: 0.75rem;
        margin-inline: auto;

    }

    .subflex__layout {
        max-width: 100%;
        background-color: var(--lightgreen-color);
        padding-top: 0;
        padding-bottom: 1.5rem;
        padding-inline: min(0.25rem, 3vw);
        display: flex;
        flex-direction: row;
        /* display: grid;
        justify-content: center;
        align-items: start; */
        gap: 0.25rem;
        /* clear: both;
        grid-template-columns: repeat(2, 1fr); */
    }

    .subflex {
        /* max-width: calc(100% / 2 - 2rem); */
        flex: 1;
        padding: 0.75rem;
        color: white;
        background-color: var(--darkgreen-color);
        border-radius: 1.5rem;
        margin-top: 1.5rem;


    }

    .subflex:first-child {
        margin-left: auto;
        margin-right: 0.5rem;
    }

    .subflex:nth-child(2) {
        margin-left: 0.5rem;
        margin-right: auto;
    }

    .subflex img {
        margin-top: 0.5rem;
        margin-right: 0.75rem;
        background-color: white;
        border-radius: 0.75rem;
    }

    .project__container {
        width: fit-content;
        margin-inline: auto;
    }

    .project__grid {

        max-width: var(--max-width);
        margin-inline: auto;
        grid-template-columns: repeat(2, 1fr);
    }

    .read_btn {
        font-size: 1em;
    }

    .contact_form {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        gap: 1rem;
        width: fit-content;
        margin-inline: auto;
        margin-block: 0.25em 1em;
        padding: 0.5em 0.75em;
        background-color: var(--darkgreen-color);
        border-radius: 1.25rem;
    }
}

@media (width > 62.5rem) {
    header {
        position: sticky;
        top: 0;

        /* background-color: rgba(255, 255, 255, 0.5); */
        background-color: transparent;
        background-image: linear-gradient(180deg, #000 0%, #00000000 100%);
        /* height: var(--header-height-desktop); */
        /* backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px); */
    }

    section img {
        width: fit-content;
        clear: none;
        /* margin-bottom: 0.75rem; */

    }

    article {
        /* max-width: 50ch; */
        max-width: calc(80vw - 2rem);
        /* margin-top: 5rem; */
        margin-inline: auto;
        font-family: var(--font-family-text);
        font-size: 1.25rem;
    }

    article h1 {
        /* font-family: var(--font-family-logo); */
        margin-bottom: 1.75rem;
        text-wrap: pretty;
    }

    article h4 {
        font-weight: 600;
        margin-bottom: 1.75rem;
    }

    article p {
        margin-top: 0.75rem;
        margin-bottom: 1rem;
        line-height: 1.75;
    }

    article img.hero_tech {
        max-width: 250px;
        border-radius: 1.75rem;
        margin-inline: 0.75rem;
    }

    article img.round {
        border-radius: 1.75rem;
    }

    nav {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1rem 2rem;
        background-color: transparent;
        max-width: var(--max-width);
        margin-inline: auto;
        z-index: 9;
        transition: .3s ease;

    }

    .nav__header {
        flex: 1 1 0;
        padding: 0;
        background-color: transparent;
    }

    .nav__logo {
        font-size: 1.5rem;
        font-weight: 800;
        color: var(--extra-light);
        text-shadow: 1px 1px 2px var(--text-dark);
        letter-spacing: -0.05rem;
        text-wrap: nowrap;

    }

    .nav__logo span {
        text-wrap: nowrap;
        display: none;
    }

    .nav__logo img {

        display: inline-block;
        /* max-width: 127px; */
        max-width: 254px;
        width: auto;
        aspect-ratio: 2 / 1;
        /* background-color: rgba(255, 255, 255, 0.95); */
        background-color: transparent;
        border-radius: 0.75rem;
        margin-right: 0.5rem;
        vertical-align: middle;
        object-fit: contain;
        filter: drop-shadow(black 0px 4px 4px);
    }



    .nav__menu__btn {
        display: none;
    }

    .nav__links {

        background-color: transparent;
        position: static;
        padding: 0;
        display: flex;
        text-shadow: rgba(0, 0, 0, 0.75) 0px 2px 8px;
        flex-direction: row;
        gap: 1rem;
        transform: none;
    }

    .nav__links a {
        color: var(--extra-light);
        width: auto;
    }

    .nav__links .nav__btn {
        position: relative;
        /* background-color: rgba(255, 255, 255, 0.75); */
        background-color: transparent;
        border-radius: 0.5rem;
        padding: 0.5rem 1rem;
        cursor: pointer;
        font-size: 1.5rem;
        font-weight: 600;
        text-wrap: nowrap;
        width: fit-content;
    }

    .nav__links .active_btn {
        /* color: var(--yellow-color); */
        color: var(--lightgreen-color);
        /* background-color: var(--lightgreen-color); */
    }

    .nav__links .nav__btn::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 2px;
        background-color: var(--extra-light);
        transition: .25s ease-in;
    }

    .nav__links .nav__btn:hover::before {
        width: 80%;
        left: 10%;
    }

    .margin_top_header_height {
        margin-top: calc(-1*var(--header-height-desktop));
    }

    .hero {
        margin-top: calc(-1*var(--header-height-desktop));
    }

    .hero__overlay {
        position: absolute;
        top: auto;
        bottom: 0;
        /* top: var(--header-height-desktop); */

    }

    .hero__text {
        position: relative;
        margin-inline: auto;
        padding-bottom: 0.5rem;
        width: 60%;
        font-size: 1.75rem;
        /* font-weight: 900; */
        text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    }

    .hero__text h1 {
        font-family: var(--font-family-text);
        font-size: 1.5em;
        font-weight: 600;
        line-height: 1.05;
        padding-bottom: 1.25rem;
    }

    .hero__text p {
        line-height: 1.25;
        font-weight: lighter;
        letter-spacing: -0.5px;
    }

    .slides__container {
        position: relative;
        margin: 0;
        padding: 0;
        display: grid;
        /* overflow: hidden; */
        background-color: #000;
        width: 100%;
        height: calc(100svh);
        /* &>.slide {
            grid-column: 1;
            grid-row: 1;
        } */
    }

    .slide {
        position: relative;
        display: block;
        grid-column: 1;
        grid-row: 1;
        max-width: calc(100vw);
        max-height: calc(100svh);
        width: 100%;
        aspect-ratio: 16 / 9;
        margin-inline-start: auto;
        margin-inline-end: auto;
        overflow: hidden;
        opacity: 1;

    }

    .slide>img {

        aspect-ratio: 16 / 9;
    }

    .slide>.slide_caption_container {
        position: absolute;
        z-index: 1;
        inset-inline-start: calc(100vw - 80%);
        inset-block-start: auto;
        inset-block-end: calc(100vh - 96%);
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        /* border-left: 7px solid #f8f208; */
        width: calc(100vw - 45%);
    }

    .slide>.slide_caption_container>.slide_caption_content {
        display: block;
        text-align: left;
        /* background-color: hsla(60, 2%, 10%, 0.25); */
        font-size: 1.75rem;
        font-weight: 600;
        color: #ededed;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
        text-wrap: pretty;
        margin-inline: 0 auto;
        padding: 1.5rem 1.75rem;
        /* border-left: 3px solid black; */

        /* border-radius: 0.75rem; */
    }

    .slide_caption_content h1 {
        font-family: var(--font-family-text);
        font-size: 1.5em;
        font-weight: 600;
        padding-bottom: 1.25rem;
        line-height: 1;
    }

    .slide_caption_content p {
        line-height: 1.15;
        font-weight: lighter;
        letter-spacing: -0.5px;
        /* font-weight: 600; */
    }

    .slide_caption_content a {
        display: block;
        font-weight: 400;
        color: var(--lightgreen-color);
    }

    .slide_caption_content a>div,
    .hero__text a>div {
        font-size: 0.75em;
        margin-block: 0.75em 0.25em;
        padding: 0.75em 1.25em;

        font-weight: 600;

        border-radius: 80px;
    }

    .slide_dot {
        height: 15px;
        width: 15px;
    }

    .fadeIn {

        transform: translate3d(0, 0, 0);
        opacity: 1;
        transition: opacity 700ms ease-in
            /* animation-name: fadein;
        animation-duration: 0;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
    }

    .fadeOut {

        transform: translate3d(0, 0, 0);
        opacity: 0;
        transition: opacity 700ms ease-in
            /* animation-name: fadeout;
        animation-duration: 0;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
    }

    /* Next & previous buttons */
    .slide_prev,
    .slide_next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        z-index: 1;
    }

    /* Position the "next button" to the right */
    .slide_next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .slide_prev:hover,
    .slide_next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    article>h1.section__title {
        font-family: var(--font-family-text);
        font-size: 2.25em;
        text-align: center;
        text-wrap: balance;
    }

    .flex__box {
        flex-direction: row;
    }

    .team_group {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        max-width: 65ch;
        width: 100%;
        gap: 0.75rem;
        margin-inline: auto;

    }

    .subflex__layout {
        max-width: 100%;
        background-color: var(--lightgreen-color);
        padding-block: 0 1.25em;
        padding-inline: min(0.5rem, 3vw);
        display: flex;
        flex-direction: row;
        /* display: grid; 
        justify-content: center;
        align-items: start;*/
        gap: 0.25rem;
        /* clear: both;
        grid-template-columns: repeat(2, 1fr); */
    }

    .subflex {
        position: relative;
        /* max-width: calc(100% / 2 - 2rem); */
        padding-inline: 1.5rem;
        padding-block: min(1.25rem, 5vh);
        color: #cecece;
        background-color: var(--darkgreen-color);
        border-radius: 16px;
        /* border-radius: 16px 16px 80px; */
        margin-top: 0.5rem;
    }

    /* .subflex::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        z-index: -1;
        height: 100%;
        width: 100%;
        background-color: var(--lightgreen-color);
        border-radius: inherit;
        padding: 3px;
    } */

    .subflex:first-child {
        margin-left: auto;
        margin-right: 0.25rem;
    }

    .subflex:nth-child(2) {
        margin-left: 0.25rem;
        margin-right: auto;
    }

    .subflex img {
        margin-top: 0.5rem;
        margin-right: 0.75rem;
        background-color: white;
        border-radius: 0.75rem;
    }

    .videos__layout {
        position: relative;
        background-image: url('../images/new_house.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

        /* min-block-size: 100vh; */
        place-content: start center;
        text-align: center;
        max-width: 100%;
        /* background-color: var(--lightgreen-color); */
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1.75rem;
    }

    .videos__layout>.video:first-child {

        margin-left: auto;
        margin-right: 1rem;
    }

    .videos__layout>.video:nth-child(2) {

        margin-left: 1rem;
        margin-right: auto;
    }

    .awards__layout {
        max-width: 100%;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 1.75rem;
        flex-wrap: wrap;
    }

    .award__card {
        display: flex;
        max-width: 250px;
        /* width: fit-content; */
        justify-content: center;
        align-items: center;
        aspect-ratio: 1;
        background-color: transparent;
        border-radius: 0.75rem;
    }

    .award__card img {
        object-fit: contain;
        margin-inline: auto;
        filter: drop-shadow(20px 20px 15px rgba(0, 0, 0, 0.5));
    }

    .banner:before,
    .banner:after {

        width: 10rem;
    }

    .banner__container {

        gap: 8rem;
    }

    .banner__container>img {
        height: 12rem;
        width: auto;
    }

    .testimonials {
        background-color: transparent;
    }

    .testimonial__grid {
        max-width: var(--max-width);
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonial__card h4 {
        font-size: 1.25rem;
    }

    .testimonial__card h5 {
        font-size: 1.05rem;
    }

    .testimonial__card p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .project__container {
        width: fit-content;
        margin-inline: auto;
    }

    .project__header {

        max-width: var(--max-width);
        flex-direction: row;
        margin-inline: auto;
    }

    .project__grid {

        max-width: var(--max-width);
        margin-inline: auto;
        grid-template-columns: repeat(3, 1fr);
    }

    .project__nav {
        flex-direction: row;
        margin-inline: auto;
    }

    .project__card img {
        aspect-ratio: 16 / 10;
        background-color: black;
        object-fit: cover;
    }

    .modal-content img {
        max-width: calc(100% - 2rem);
    }

    .modal-content .project__description {
        /* position: absolute;
        bottom: 0;
        left: 0; */
        width: 100%;
        padding: 0.5rem;
        /* max-width: 45ch;
        margin-top: 1.5rem;
        margin-inline: auto;
        padding: 1rem;
        padding-top: 2rem; */
        background-color: var(--lightgreen-color);
        /* border-radius: 0.75rem; */
        text-align: center;
        font-size: 1rem;
        z-index: 1;
    }

    .close {
        right: 0;
        left: auto;
    }

    .profile-content {
        margin-inline: auto;
    }

    .profile-content .profile_team_members_wrapper {
        flex-flow: row;
        width: 100%;
        margin-inline: auto;
        padding: 0.5rem 1.25rem;
    }

    .profile-content .profile_team_member_portrait {
        position: sticky;
        top: 0;
        margin: 0;
        background-color: transparent;
        padding: 0;

    }

    .profile-content .profile_team_member_overview {
        flex: 2;
        padding-inline: 0.5rem;
    }

    .profile-content .profile_team_member_portrait>img {

        display: block;
        /* height: calc(86svh); */
        object-fit: cover;
        object-position: center;
        /* margin-block: auto;
        margin-inline: auto;
        align-self: center;
        justify-self: baseline;
        transform: scale(0.8);
        transition: all 0.5s ease-in-out;
        cursor: pointer;*/

        border-radius: 0.75rem;
        aspect-ratio: auto;
        box-shadow:
            0 1px 1px hsl(0deg 0% 0% / 0.075),
            0 2px 2px hsl(0deg 0% 0% / 0.075),
            0 4px 4px hsl(0deg 0% 0% / 0.075),
            0 8px 8px hsl(0deg 0% 0% / 0.075),
            0 16px 16px hsl(0deg 0% 0% / 0.075);
    }

    .footer__container {
        grid-template-columns: repeat(3, 1fr);
    }

    .light_green_box {
        max-width: 80%;
        display: block;
        padding: 0.5rem 2.25rem;
        margin-inline: auto;
        clear: both;
        /* margin-bottom: 1rem; */
    }

    .read_btn {
        margin-inline: auto 1rem;
    }

    .gallery__intro {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-grow: 1;
        flex-shrink: 0;
        gap: 1rem;
        width: 100%;
        height: auto;
        padding-block: 6rem;
        background-color: var(--lightgreen-color);
        overflow: hidden;
    }

    .g__row {
        position: relative;
        display: flex;
        flex-direction: row;
        /* flex: 0 1 auto; */
        flex-grow: 1;
        flex-shrink: 0;
        gap: 1.5rem;
        justify-content: center;
        align-items: center;
        width: calc(100vw + 2rem);
        min-width: 864px;
        height: auto;
        /* background-color: #718eff; */
        overflow: hidden;
        /* background-color: blue; */
    }

    .g__row .g_column {
        margin: 0;
        display: flex;
        /* width: 608px;
        height: 240px; */
        /* background-color: #1c2a60; */

        aspect-ratio: 16 / 14;


    }

    .g_column .img_wrap {
        display: block;
        max-width: 100%;
        margin-block: auto;
        border: 1px solid var(--extra-light);
        border-radius: 16px;
        min-width: 240px;
        box-shadow:
            0 1px 1px hsl(0deg 0% 0% / 0.075),
            0 2px 2px hsl(0deg 0% 0% / 0.075),
            0 4px 4px hsl(0deg 0% 0% / 0.075),
            0 8px 8px hsl(0deg 0% 0% / 0.075);

    }

    .img_wrap img {
        display: block;
        max-width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
        border-radius: inherit;
        aspect-ratio: 16 / 12;
    }

    .g__row:nth-child(2) {
        padding: 0;
        height: 240px;
    }

    .g__row:nth-child(2) .g_column {

        height: inherit;

        /* background-color: red; */
    }

    .g__row:nth-child(2) .g_column:nth-child(1),
    .g__row:nth-child(2) .g_column:nth-child(3) {
        flex-shrink: 1;
        flex-grow: 0;
    }

    .g__row:nth-child(2) .g_column:nth-child(2) {
        display: flex;
        flex-direction: column;
        min-width: 70%;
        flex: 2;
        flex-shrink: 0;
        background-color: transparent;
        padding-bottom: 2rem;
        text-align: center;
        /* border: 1px solid var(--darkgreen-color); */
    }

    .g__row:nth-child(2) .g_column:nth-child(2) h1 {
        margin: auto;
        margin-bottom: 0.25em;
        padding-inline: 2.5em;
        font-size: 2.5em;
        text-wrap: balance;
        letter-spacing: -0.02em;
        /* background-color: #c0c9ed; */
    }

    .g__row:first-child .g_column:nth-child(1),
    .g__row:first-child .g_column:nth-child(5) {
        margin-top: auto;
        /* background-color: red; */
    }

    .g__row:first-child .g_column:nth-child(2),
    .g__row:first-child .g_column:nth-child(4) {
        margin-block: 4rem;
        /* background-color: red; */
    }

    .g__row:first-child .g_column:nth-child(3) {
        margin-top: 0;
        margin-bottom: auto;
        /* background-color: red; */
    }

    .g__row:last-child .g_column:nth-child(1),
    .g__row:last-child .g_column:nth-child(5) {
        margin-bottom: auto;
        /* background-color: red; */
    }

    .g__row:last-child .g_column:nth-child(2),
    .g__row:last-child .g_column:nth-child(4) {
        margin-block: 4rem;
        /* background-color: red; */
    }

    .g__row:last-child .g_column:nth-child(3) {
        margin-bottom: 0;
        margin-top: auto;
        /* background-color: red; */
    }

    .flex_initial {
        /* flex: 1; */
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 284px;
    }

    .flex_auto {
        flex: auto;
        flex-grow: 1;
        padding-inline: 0.5rem;
    }

    #contactform {
        display: 100%;
        background-color: transparent;
        margin: 0;
        padding-inline: 0.5rem;
    }

    .contact_form {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        gap: 1rem;
        width: fit-content;
        margin-inline: auto;
        margin-block: 0.25em 1em;
        padding: 0.5em 0.75em;
        background-color: var(--darkgreen-color);
        border-radius: 16px;
    }

    footer {
        background-color: var(--darkgreen-color);
        /* min-height: 44ch; */
    }

    .footer__container {
        display: grid;
        background-color: var(--darkgreen-color);
        gap: 2rem;
        color: var(--lightgreen-color);
        padding-top: 1.75rem;
        margin-inline: auto;
        /* border-bottom: 1px solid var(--lightgreen-color); */

    }

    .footer__logo {
        max-width: 160px;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1;
        background-color: transparent;
        margin-inline: auto;
        margin-bottom: 1rem;
    }

    .footer__logo .logo {
        max-width: 144px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--lightgreen-color);
    }

    .footer__col {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-inline: 1rem;
        margin-inline: auto;
        text-align: center;
        /* background-color: var(--lightblue-color); */
    }

    .footer__col p {
        margin-bottom: 2rem;
        color: var(--lightgreen-color);
        opacity: 0.8;
    }

    .footer__col .location__map {
        flex: 1;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        margin-inline: auto;
        background-color: var(--lightgreen-color);
    }

    .footer__socials {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: nowrap;
        gap: 1rem;
        /* margin-top: auto; */
    }

    @property --fill {
        syntax: '<percentage>';
        inherits: false;
        initial-value: 100%;
    }

    .footer__socials a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 4.5rem;
        /* flex-basis: 2.25rem; */
        width: 40px;
        aspect-ratio: 1;
        font-size: 1.25rem;
        color: var(--lightgreen-color);
        border: 2px solid var(--lightgreen-color);
        border-radius: 8px;
        text-decoration: none;
        outline: 1px solid transparent;
        outline-offset: -8px;
        /* background-image: linear-gradient(-135deg,
                transparent var(--fill),
                var(--lightgreen-color) var(--fill));

        background-size: 100% 33.33%;
        transition: 0.4s ease-in-out 0.4s;
        transition-property: --fill, all; */
    }

    .footer__socials a:hover,
    .footer__socials a:focus-visible {
        /* opacity: 0.7; */
        --fill: 0%;
        color: var(--lightgreen-color);
        outline-color: currentColor;
        /* background-image: linear-gradient(transparent var(--fill),
                var(--lightgreen-color) var(--fill));

        transition-delay: 0s; */
    }

    .footer__col h4 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
        font-weight: 400;
        color: var(--lightgreen-color);
        text-wrap: nowrap;
    }

    .footer__col p>a,
    .footer__col p>a:link,
    .footer__col p>a:visited,
    .footer__col p>a:active {
        font-weight: 500;
        color: var(--lightgreen-color);
    }

    .footer__col p>a:hover {
        opacity: 0.7;
    }

    .footer__links {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 1rem;
        /* margin-top: auto; */
        margin-inline: auto;
        max-width: 20ch;
    }

    .footer__links a {
        color: var(--lightgreen-color);
        opacity: 0.8;
    }

    .footer__links a:hover {
        opacity: 1;
    }

    .footer__bar {
        padding: 1rem;
        padding-top: 5ch;
        font-size: 0.9rem;
        color: var(--lightgreen-color);
        opacity: 0.8;
        text-align: center;
        margin-top: 2ch;
        margin-inline: auto;
        width: auto;
        /* border-top: 1px solid var(--lightgreen-color); */
    }

    .mini__background {
        display: flex;
        flex-direction: column;
        width: 100%;
        min-height: 50svh;
        height: 100svh;
        /* background-color: red; */
        margin: 0;
        padding: 0;
        background-image: url("../images/equipment-header.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
    }

    .mini__about {
        display: flex;
        flex-direction: row;
        align-self: stretch;
        flex: 0 1 auto;
        gap: 10px;
        max-width: 80%;
        /* width: 50em; */
        margin-inline: auto;
        /* background-color: var(--lightgreen-color); */
        margin-block: 0 2em;
    }

    .mini__about__child {
        position: relative;
        display: flex;
        width: 100%;
        height: auto;
        /* background-color: red; */
        margin: 0;
        padding: 0;
        /* padding-inline: 40px; */
    }

    .mini__about__child:first-child {
        /* margin-left: auto; */
        /* background-color: red; */
        font-weight: 900;
    }

    .mini__about__child__picture {
        position: relative;
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
        width: 119%;
        height: auto;
        margin: -22% 0% 0% 0%;
        padding-inline: 0px 20px;
        /* background-color: #f8f208; */
        z-index: 1;
    }

    .mini__about__child__picture>img {
        justify-content: start;
        align-self: flex-start;
        width: 100%;
        border-radius: 0 0 20px 20px;
        filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 4px 4px);
    }

    .mini__about__child:nth-child(2) {
        display: flex;
        flex-direction: column;
        border-style: solid;
        border-width: 0 1px 1px 1px;
        border-color: var(--lightgreen-color);
        border-radius: 0 0 73px 0;


        /* margin-right: 0; */
    }

    .mini__about__child__content {
        width: 22ch;
        font-family: var(--font-family-text);
        font-size: 2.25rem;
        line-height: 1;

        margin-inline: auto;
        margin-inline-start: 2em;
        margin-block: 2em 1em;
        padding: 0;
        /* padding-left: min(3.25rem, 50vw); */
        /* background-color: #c1d9c2; */
    }

    .mini__about__child__btn {
        width: fit-content;
        background-color: var(--lightgreen-color);
        margin-inline: 0 auto;
        margin-block: 1.75rem;
        padding: 0.75rem 1.25rem;
        color: var(--darkgreen-color);
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-size: 1.25rem;
    }


    .mini__gallery {
        max-width: 60%;
    }

    /* Simple Accordion */
    .box {
        width: 100%;
        background: var(--lightgreen-color);
        border-radius: 2rem;
        margin-inline: auto;
        padding: 3rem 6rem;
        color: #28292a;
    }

    summary,
    details {
        margin-bottom: 1em;
    }

    summary {
        font-weight: bold;
        cursor: pointer;

        &::marker {
            content: "";
        }

        &::before {
            content: "+";
            width: 2rem;
            height: 2rem;
            display: inline-block;
            background: var(--darkgreen-color);
            border-radius: 1rem;
            text-align: center;
            line-height: 2rem;
            color: var(--lightgreen-color);
            font-weight: 500;
            margin-right: 1rem;
        }
    }

    details {
        border-bottom: 1px solid #28292a;

        &[open] summary::before {
            content: "–";
        }
    }
}