@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: Sans;
    src: url(../static/assets/DM_Sans/DMSans-VariableFont_opsz\,wght.ttf);
}
html {
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
body {
    background: #FFF;
    width: 100%;
    scroll-behavior: auto;
    overflow-x: hidden;
}
.form {
    position: fixed;
    bottom: 20px;
    width: fit-content;
    background: white;
    display: none;
    /* min */
    right: 2rem;
    padding: 1rem;
    border-radius: 10px;
    z-index: 111;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.form > h2 {
    width: 90%;
    font-family: "Inter";
    font-size: 16px;
    margin-bottom: 1rem;
    color: var(--color-primary);
    font-weight: 500;
}
.form > h2 span {
    padding: 20px 20px 0 20px;
    font-size: 20px;

}
.input{
    width: 100%;
}
.input > input {
    width: 100%;
    min-width: 300px;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    border: 1px solid #222222b7;
    font-family: 'open sans';box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#app > button {
    width: 100%;
    background: black;
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
}
#app > button >span {
    font-size: 18px;
    color: white;
    padding-right: 20px;
}
#app > span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: black;
    font-size: 18px;
    cursor: pointer;
}

.flow_card {
    width: 30%;
    min-width: 200px;
    height: 45vh;
    min-height: fit-content;
    position: absolute;
    bottom: 1rem;
    right: 20px;
    z-index: 99;
    position: fixed;
    display: none;
    /* border: 1px solid #333; */
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all .3s ease;
    animation: appear .5s linear;
    /* visibility: hidden; */
}
@keyframes appear {
    from {
        bottom: -400px;
        opacity: 0;
    }
    to {
        bottom: 0%;
        opacity: 1;
        visibility: visible;
    }
}
#closeFlow {
    font-size: 16px;
    color: #f0f0f0;
    padding: 10px 12px;
    border-radius: 50%;
    background: #f0f0f045;
    position: absolute;
    top: 1rem;
    cursor: pointer;
    transform: translateX(10deg);
    right: 1em;
}
.flow_image {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    /* background: #3333332c; */
    border-radius: 20px;
}
.flow_image > img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    object-position: bottom right;
    border-radius: 20px;
    filter: brightness(70%);
}
.flow_body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.2rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.091) 10%, rgba(0, 0, 0, 0.756) 30%, black 60%);
}
.flow_body > h2 {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 700;
    width: 70%;
    color: white;
    filter: opacity(90%);
}
.flow_body > p {
    font-family: 'open sans';
    font-size: 16px;
    font-weight: 400;
    width: 90%;
    margin-top: 10px;
    color: white;
    filter: opacity(80%);
}
.flow_container  {
    border-radius: 20px;
    background: black;
}
.flow_container > h4 {
    font-family: 'Inter';
    font-size: 4vh;
    font-weight: 370;
    color: white;
    padding: 20px 20px 0px 20px;
    width: 85%;
    text-transform: capitalize;
    filter: opacity(80%);
    /* display: none; */
}
.flow_container h4>span, .flow_container p>span {
    color: var(--color-accent);
    font-family: "Inter";
}
.flow_body > p>span {
    color: var(--color-accent);
}
.flow_container > button {
    padding: 10px;
    margin-top: 20px;
    background: transparent;
    color: #e19213;
    font-size: 16px;
    font-family: "inter";
    margin: 1rem 20px 2rem 20px;
    border: none;
    border-radius: 60px;
    font-weight: 500;
    outline: 1px solid #e19213;
    align-items: center;
}
.flow_container > button > span {
    font-size: 16px;
    color: black;
    outline: 1.3px solid #e19213;
    border-radius: 50%;
    background: #e19213;
    padding: 5px 8px;
    margin-left: 2rem;
}
#openBtn {
    display: none;
}

/* Carousel */
.carousel {
    width: 100%;
    min-height: fit-content;
    /* height: 100vh; */
    position: relative;
    padding: 3rem 2rem;
}
.carousel_slider {
    width: 100%;
    min-height: 100%;
    height: fit-content;
    position: relative;
    border-radius: 2px;
    background: url(../static/images/backg1.svg) no-repeat;
    background-position: bottom;
    background-size: cover;
}
.carousel_slider > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 2px;
    /* transform: scaleX(-1); */
    display: none;
}
.carousel_overlay {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    padding: 2rem;
    backdrop-filter: brightness(95%);
    display: grid;
    place-items: center;
}
.carousel_overlay h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 14px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 1rem;
    user-select: none;
}
.carousel_overlay h1 {
    width: 80%;
    font-family: "Sans", sans-serif;
    font-size: 9vh;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.2px;
    /* color: var(--color-primary); */
    text-transform: capitalize;
    margin-bottom: 3rem;
    color: white;
    text-align: center;
}
.carousel_overlay p {
    width: 40%;
    font-family: "inter", sans-serif;
    font-size: 15px;
    color: white;
    text-transform: capitalize;
    /* margin-left: 5em; */
    text-align: center;
}
.slider_image_container {
    width: 100%;
    height: 100%;
    /* backdrop-filter: brightness(90%) blur(5px); */
    padding: 20px;
    /* border-top-left-radius: 85px;
    border-bottom-left-radius: 5px; */
    margin-left: -5rem;
}
.slider_image h2 {
    font-family: Sans;
    color: white;
    font-weight: 580;
    text-transform: capitalize;
    user-select: none;
    font-size: 18px;
    margin-top: 2rem;
}
.slider_image h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 14px;
    font-weight: 500;
    color: #111;
    background: white;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
    margin-top: 1rem;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.2) -4px 4px 25px;
}
.slider_banner {
    position: absolute;
    right: 0;
    top: 75%;
    transform: translateY(-25%);
    width: 38vw;
    padding: 1rem;
    border-radius: 5px;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.2) -4px 4px 15px;
    display: flex;
    align-items: center;
    background-color: white;
    display: none;
    gap: 1rem;
}
.slider_banner > img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: center;
}
.slider_banner_body > h2 {
    font-family: Sans;
    color: #111;
    font-weight: 500;
    text-transform: capitalize;
    user-select: none;
    font-size: 20px;
}
.slider_banner_body > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d974;
    padding: 8px 30px;
    border-radius: 30px;
    text-align: center;
    margin-top: 1rem;
    user-select: none;
}


/* slider styles */
.slider {
    width: 100%;
    /* background-color: azure; */
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    margin-top: 10rem;
}
.slider-col p {
    font-family: inter;
    color: var(--color-primary);
    font-size: 16px;
    margin-top: 1.5rem;
    aspect-ratio: 2 6;
}
.slider-action {
    margin-top: 3rem;
}
#action > a {
    width: 100%;
}
#action a button {
    padding: 10px 30px;
    border: 1px solid white;
    font-family: Sans;
    background: transparent;
    font-weight: 500;
    font-size: 15px;
    outline: none;
    border-radius: 2px;
    color: white;
    position: relative;
    transition: all .6s ease;
    /* margin-left: 5em; */
}
#action a:nth-child(1)  button {
    background: #111;
    border: none;
}
#action a button > span {
    font-size: 16px;
    color: white;
    margin-left: 1rem;
}
#action a button:hover > span {
    color: white;
}
#action a button#learn {
    margin-left: 1rem;
}
#action a button#learn:hover {
    color: white;
    border-color: none;
    border: none;
}
#action a button:hover {
    color: white;
    background: transparent;
    border: 1px solid white;
}
#action a button#join::after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -99;
    border-radius: 2px;
    background-color: #111;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    transition: all .6s ease;
    visibility: visible;
    opacity: 1;

}
#action a button#join:hover::after {
    width: 30%;
    border-radius: 2px;
}
#action a button#learn::after {
    content: '';
    width: 30%;
    height: 100%;
    z-index: -99;
    border-radius: 50%;
    background-color: #111;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    transition: all .6s ease;
    visibility: hidden;
    opacity: .5;

}
#action a button#learn:hover::after {
    width: 100%;
    border-radius: 2px;
    visibility: visible;
    opacity: 1;
}

/* overview section */
.overview {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 5rem;
}
#overview {
    display: grid;
    align-items: center;
    gap: var(--gap, 20px);
}
#overview h1 {
    font-family: Sans;
    font-size: 8vh;
    padding-right: 10px;
    font-weight: 600;
    color: var(--color-accent);
    text-align: start;
}
#overview > hr {}
.sideline p {
    font-family: 'inter', sans-serif;
    font-size: 14px;
    color: var(--color-primary);
    text-align: start;
}
.sideline h4 {
    font-family: "Inter", Sans;
    font-size: 16px;
    font-weight: 550;
    text-transform: capitalize;
    text-align: start;
}

/* About us styles */
.about {
    width: 100%;
    display: grid;
    align-items: center;
    gap: 5rem;
    padding: 4rem 2rem;
    position: relative;
}
.about-row {
    display: grid;
    place-items: center;
}
.about-row h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
}
.about-row h2 {
    width: 75%;
    font-family: Sans;
    font-display: swap;
    font-size: 9vh;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 2rem;
    text-align: center;
}
.about-row p {
    width: 70%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #111;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2rem;
    text-align: center;
}

.admin {
    width: 100%;
    padding: 2rem;
    height: 100%;
    min-height: fit-content;
}
.admin_container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 2rem;
    border-radius: 2px;
    background: #111111;
}
.admin_row:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
}
.admin_row > .logo {
    display: none;
}
.admin_row > .logo > img {
    width: 90px;
}
.admin_body h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 14px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 2rem;
}
.admin_body blockquote {
    width: 80%;
    font-family: Sans;
    font-size: 16px;
    color: white;
}
.admin_body h5 {
    font-family: Sans;
    font-size: 14px;
    margin-top: 1rem;
    font-weight: 550;
    color: white;
}
.admin_row:nth-child(2) {
    padding: 1rem;
}
.admin_image {
    width: 100%;
    height: 100%;
    position: relative;
}
.admin_image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    filter: brightness(85%);
}
.image_player {
    position: absolute;
    padding: 10px 14px;
    border-radius: 50%;
    background: white;
    color: #111;
    font-size: 20px;
    bottom: 1rem;
    left: 1rem;
    cursor: pointer;
    transition: .6s ease;
}
.image_player:hover {
    animation: pop .6s ease;
    background: #111;
    color: white;
}
@keyframes pop {
    0% {
        transform: scale(1);
        background: white;
        color: #111;
        transition: .6s ease;
    }
    50% {
        transform: scale(1.2);
        background: rgb(239, 232, 232);
        color: #111;
        transition: .6s ease-in;
    }
    100% {
        transform: scale(1);
        background: #111;
        color: white;
        transition: .6s ease-out;
    }
}

.prospects {
    width: 100%;
    padding: 3rem 2rem;
    display: grid;
    place-items: center;
}
.prospects > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
}
.prospects > h2 {
    width: fit-content;
    font-family: "Sans";
    color: #111;
    font-size: 6vh;
    text-align: center;
    margin-top: 2rem;
}
.prospects > p {
    width: 50%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2rem;
    text-align: center;
}
.prospects_container {
    width: 100%;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    place-items: center;
}
.prospect_card {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 8px 8px 40px;
    padding: 2rem;
    height: 100%;
    transition: transform .3s ease;
}
.prospect_card:hover {
    transform: translateY(-5px);
}
.prospect_card > span {
    font-size: 6vh;
    padding: 10px;
    background: #d9d9d9a4;
    color: transparent;
    border-radius: 50%;
    -webkit-text-stroke: 2px #111;
}
.prospect_card > h2 {
    width: fit-content;
    font-family: "Sans";
    font-weight: 500;
    color: #111;
    margin-top: 2rem;
    text-transform: capitalize;
}
.prospect_card > p {
    width: 90%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2rem;
}

.service {
    width: 100%;
    padding: 4rem 2rem;
    display: grid;
    place-items: center;
}
.service > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
}
.service > h2 {
    width: fit-content;
    font-family: "Sans";
    color: #111;
    font-size: 6vh;
    text-align: center;
    margin-top: 2rem;
}
.service > p {
    width: 50%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2rem;
    text-align: center;
}
.container_fluid {
    width: 100%;
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
}
.card {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}
.card_row:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.card_row > h2 {
    width: 70%;
    /* width: fit-content; */
    font-family: "Sans";
    font-weight: 550;
    font-size: 4vh;
    color: #111;
    margin-bottom: auto;
    text-transform: capitalize;
}
.card_row > p {
    width: 80%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2rem;
}
.card_row > button {
    font-family: Sans;
    font-size: 16px;
    color: #111;
    line-height: 1.4;
    background: none;
    font-weight: 400;
    border-radius: 2px;
    margin-top: 1rem;
    border: 1.5px solid #111;
    padding: 10px 20px;
    position: relative;
    transition: all .6s ease;
}
.card_row > button::after {
    content: '';
    width: 0;
    height: 100%;
    z-index: -99;
    /* padding: 10px; */
    border-radius: 2px;
    border: 1.5px solid #111;
    background-color: #111;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    transition: all .6s ease;
    visibility: hidden;

}
.card_row > button:hover::after {
    width: 100%;
    visibility: visible;
}
.card_row > button:hover {
    color: white;
}

.card_image {
    width: 100%;
    height: 60vh;
    background: #3333332b;
    border-radius: 2px;
    display: grid;
    place-items: center;
    /* padding: 1rem; */
    overflow: hidden;
}
.card_image > img {
    width: 100%;
    height: 100%;
    /* display: none; */
    object-fit: cover;
    object-position: center;
}

.container {
    width: 100%;
    padding: 3rem 2rem;
    display: none;
}
.container-row {
    display: flex;
    align-items: center;
    gap: var(--gap, 2rem);
}
.container-body h4 {
    width: 90%;
    font-family: "Inter", Sans;
    font-weight: 500;
    font-size: 4vh;
    color: black;
    text-transform: capitalize;
    margin-bottom: 2rem;
    text-align: start;
    line-height: 1;
    position: relative;
}
.container-body h4::after {
    content: '';
    height: 2px;
    width: 80%;
    position: absolute;
    bottom: -10px;
    background: #111;
    left: 0;
}
.container-body > p {
    width: 100%;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: start;
    color: var(--color-primary);
    margin: auto;
}
.container-image {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.container-image > button {
    width: fit-content;
    font-family: Sans;
    font-size: 17px;
    color: white;
    line-height: 1.4;
    background: var(--color-accent);
    font-weight: 600;
    border-radius: 5px;
    margin-top: 1rem;
    border: none;
    padding: 15px 60px;
    position: relative;
}
.container-image > img {
    width: 100%;
    height: 100%;
    max-width: 400px;
    max-height: 200px;
    object-fit: cover;
    object-position: 0 0;
    filter: brightness(100%) opacity(90%);
    border-radius: 5px;
    margin-top: 2rem;
}
.container-overlay {
    width: 100%;
    height: 100%;
    display: grid;
}
.container-overlay > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 2rem;
}
.container-overlay > h2 {
    font-family: Sans;
    width: 60%;
    font-weight: 540;
    font-size: 5vh;
    text-wrap: wrap;
    line-height: 1.3;
    color: black;
    text-transform: capitalize;
    /* text-align: center; */
}
.container-overlay > p {
    font-family: "Inter", sans-serif;
    width: 60%;
    font-weight: 500;
    font-size: 16px;
    text-wrap: wrap;
    line-height: 1;
    color: var(--color-primary);
    margin-top: 1rem;
    /* text-align: center; */
}
.container-body {
    width: 40%;
    padding: 20px;
    display: grid;
    /* place-items: center; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.slide_control {
    display: none;
    margin-top: 1rem;
}
.slide_control > span {
    padding: 10px;
    border: 1px solid white;
    color: white;
    font-size: 20px;
}


.profiles {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap, 1rem);
}
.profiles > p {
    font-family: "Inter",Sans;
    font-weight: 500;
    margin-right: 14px;
    text-align: center;
    /* text-wrap: nowrap; */
    color: var(--color-accent);
}
.profile-container {
    display: grid;
    place-items: center;
    grid-template-columns: repeat(6, 1fr);
}
.profile {
    /* border: 2px solid white; */
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
}
.profile-container img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: brightness(80%);
    margin-left: -15px;
    border: 2px solid white;
}
.profile-container> img:nth-last-child(7) {
    margin-left: 0;
}

/* phaser section */
.phaser {
    width: 100%;
    padding: 4rem 2rem;
    min-height: 100vh;
    display: grid;
    place-items: center;
    display: none;
}
.phaser_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4em;
    align-items: center;
}
.phaser_row:nth-child(1) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}
.phaser_row:nth-child(1) > img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    object-position: center;
}
.phaser_row:nth-child(2) {}
.phaser_row > h2 {
    width: 80%;
    font-family: Sans;
    font-weight: 500;
    font-size: 2.5rem;
}
.phaser_row > p {
    width: 80%;
    font-family: Sans;
    font-weight: 500;
    font-size: 16px;
    margin-top: 1rem;
}
.phaser_row > button {
    font-family: Sans;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 30px;
    background: #e19213;
    color: #111;
    margin-top: 2rem;
    border: none;
}

.projects {
    width: 100%;
    padding: 4rem 2rem;
    display: grid;
    place-items: center;
}
.project_col {
    width: 100%;
    display: grid;
    place-items: center;
}
.project_col > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
}
.project_col > h2 {
    width: fit-content;
    font-family: "Sans";
    color: #111;
    font-size: 6vh;
    text-align: center;
    margin-top: 2rem;
}
.project_col > p {
    width: 50%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 1.4;
    font-weight: 400;
    margin-top: 2rem;
    text-align: center;
}
.project_container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}
.project {
    width: 100%;
    position: relative;
    height: 70vh;
}
.project > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(80%);
}
.project:hover .project_body {
    background: #111111;
}
.project_body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    /* background: #1111112b; */
    transition: all .4s;
    backdrop-filter: brightness(100%);
}
.project_body > h2 {
    font-family: Sans;
    text-decoration: none;
    color: white;
    text-wrap: wrap;
    font-size: 4vh;
}
.project_body > p {
    font-family: Sans;
    text-decoration: none;
    color: white;
    text-wrap: wrap;
    position: relative;
    margin-top: 1rem;
}
.project_body > a::after {
    content: '';
    width: 30%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: .6s ease;
}
.project_body > a:hover::after {
    width: 100%;
}


.testimonials {
    width: 100%;
    padding: 4rem 2rem;
    display: grid;
    place-items: center;
    background: #11111106;
}
.testimonials > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
}
.testimonials > h2 {
    width: fit-content;
    font-family: "Sans";
    color: #111;
    font-size: 6vh;
    text-align: center;
    margin-top: 2rem;
}
.testimonial_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2em;
}
.testimonial {
    width: 100%;
    padding: 2rem;
    display: grid;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 10px 20px;
}
.testimonial > h2 {
    font-family: Sans;
    font-weight: 600;
    font-size: 18px;
}
.testimonial > p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #333;
    margin-top: 2rem;
}
.address_bar {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.address_bar > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-right: 20px;
}
.address_body {}
.address_body > h4 {
    font-family: Sans;
    font-size: 16px;
    color: #111;
}
.address_body > p {
    font-family: Sans;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.updates_sect {
    width: 100%;
    height: fit-content;
    padding: 4rem 2rem;
}
.updates {
    padding: 2rem;
    min-height: 100vh;
    height: fit-content;
    background: #111;
}
.updates > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 2px;
    text-align: start;
}
.updates > h2 {
    width: fit-content;
    font-weight: 400;
    font-family: "Sans";
    font-size: 6vh;
    color: white;
    text-align: start;
    margin-top: 2rem;
}
.updates_container {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}
.update {
    flex: 50%;
    width: 50%;
}
.update_image_container {
    width: 100%;
    height: 30vh;
    position: relative;
}
.update_image_container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.update_info {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 5px 10px;
    background: white;
    border-radius: 30px;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.update_info > p {
    font-family: Sans;
    font-size: 14px;
    color: #111;
}
.update_info > span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: 2px solid #111;
}
.update_body {
    padding: 1rem;
}
.update_body > h2 {
    width: 80%;
    font-family: Sans;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    color: white;
    margin-bottom: 2rem;
}
.update_body > a {
    font-family: Sans;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    color: whitesmoke;
    position: relative;
}
.update_body > a::after {
    content: '';
    width: 0%;
    height: 2px;
    background: white;
    position: absolute;
    bottom: -10px;
    right: 0;
    transition: .6s ease;
}
.update_body > a:hover::after {
    width: 100%;
    right: auto;
    left: 0;
}
.updates > a {
    text-decoration: none;
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: white;
    background: transparent;
    border: 1px solid white;
    padding: 10px 30px;
    border-radius: 2px;
    text-align: start;
    position: relative;
}
.updates > a:hover {
    color: #111;
}
.updates > a::after {
    content: '';
    width: 0;
    height: 100%;
    z-index: -99;
    /* padding: 10px; */
    border-radius: 2px;
    border: 1.5px solid white;
    background-color: white;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    transition: all .6s ease;
    visibility: hidden;

}
.updates > a:hover::after {
    width: 100%;
    visibility: visible;
}


.display {
    width: 100%;
    padding: 1rem 2rem;
    min-height: 100vh;
    height: 100%;
    display: none;
}
.display > h3 {
    font-family: Sans;
    font-weight: 800;
    font-size: 16px;
    color: #e19213;
}
.display_container {
    width: 100%;
    margin-top: 4rem;
}
.display_row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr ;
    gap: 1rem;
}
.display_row > .container-body {
    min-width: fit-content;
    max-height: 15vh;
    overflow: hidden;
    align-self: flex-end;
}
.display_col {
    width: 100%;
    position: relative;
}
.display_col > .container-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--gap, 1rem);
    width: fit-content;
    margin-top: 1rem;
    align-self: flex-end;
}
.display_col:nth-child(1) {
    /* border-radius: 50%; */
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    height: 100%;
    width: 100%;
}
.display_col:nth-child(1) > .display_image {
    width: 100%;
    min-height: 35vh;
    max-height: 40vh;
}
.display_col:nth-child(2) > .display_body {
    position: absolute;
    left: 2rem;
    bottom: 1rem;
}
.display_col:nth-child(2) > .display_body > h4 {
    color: var(--color-primary);
    font-family: Sans;
}
.display_col:nth-child(2) > .display_body > h2 {
    color: transparent;
    font-family: Sans;
    -webkit-text-stroke: 3px white;
    color: transparent;
}
.display_col:nth-child(2) > .display_body > p {
    color: white;
    font-family: Sans;
}
.display_col:nth-child(1) > .display_image> img {
    border-radius: 50%;
    filter: grayscale(50%);
    width: 100%;
    height: 100%;
}
.display_image {
    width: 100%;
    height: 100%;
    min-height: 40vh;
    max-height: 50vh;
}
#display_image {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.display_image#display_image img {
    object-fit: cover;
    /* filter: brightness(50%); */
    object-position: 0 -0;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    
}
#display_col {
    position: relative;
    height: 100%;
}
#display_col > .display_body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: grid;
    gap: 1rem;
    padding: 0;
}
.display_body> h4 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 2rem;
    color: var(--color-accent);
}
.display_body> p {
    width: 60%;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    color: #f0f0f0;
}

.FAQ {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-width: 100vw;
    position: relative;
    padding: 3rem 2rem;
    display: grid;
    place-items: center;
    overflow-x: hidden;
}
.FAQ-row:nth-child(2) {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 60%;
}
.FAQ-row:nth-child(1) {
    width: 100%;
    display: grid;
    place-items: center;
}
.FAQ-row > h4 {
    width: fit-content;
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background: #d9d9d9;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
}
.FAQ-row > h1 {
    width: fit-content;
    font-family: "Sans";
    color: #111;
    font-size: 6vh;
    text-align: center;
    margin-top: 2rem;
}
.FAQ-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    gap: var(--gap, 20px);
}
.accordion-header {
    width: 100%;
    font-size: 17px;
    padding: 20px 15px;
    font-family: "inter", Sans;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    transition: .4s ease;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
}
.accordion-header:hover, .accordion-header:active {
    background: #d9d9d970;
}
.accordion-content {
    padding: 0px 18px;
    height: 100%;
    overflow: hidden;
    background: #d6d6d656;
    display: grid;
    place-items: center;
    transition: all .2s ease-out;
    max-height: 0;
}
.accordion-content > p {
    font-family: "Sans";
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
}
.FAQ-card > span {
    font-size: 16px;
}

main {
    display: grid;
    place-items: center;
}
#cta {
    width: 80%;
}


section.active {}