:root {
    --nav-height: 70px; /*You HAVE To Give A Default Fallback Value*/
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body {
    background: #202731 !important;
    color: #fff !important;
    font-family: "Roboto", sans-serif !important;
    /* overflow-x: hidden; */
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow: overlay;
}

h2 {
    font-size: 1.5em !important;
    font-weight: 600 !important;
}

.wrapper {
    flex: 1;
}

.custom-shape-divider-bottom-1712524001 {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1712524001 svg {
    position: relative;
    display: block;
    width: calc(120% + 1.3px);
    height: 89px;
}

.custom-shape-divider-bottom-1712524001 .shape-fill {
    fill: #242B34;
}

footer {
    margin-top: auto;
}

.footer {
    background: #242b34 !important;
    color: #a2a2a2;
    padding-top: 2em;
    position: relative; /* Add this line */
    font-size: 1em;
}


/* footer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 1px;
    width: 90%; 
    background: rgba(128, 128, 128, 0.215);
    transform: translateX(-50%); 
} */

header {
    background: #202731;
    color: #fff;
    overflow: hidden;
}

.custom-shape-divider-bottom-1712522818 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    /* padding-bottom: 100px; */
}

.custom-shape-divider-bottom-1712522818 svg {
    position: relative;
    display: block;
    width: calc(156% + 1.3px);
    height: 110px;
}

.custom-shape-divider-bottom-1712522818 .shape-fill {
    fill: #202731;
}

.blue {
    background: #3c31dd;
}

#logo {
    height: 3em;
}

.navbar {
    background-color: transparent !important;
    /* background: #1e3ab4; */
    /* background: #0f1216; */
    color: #ffffff;
    font-size: large;
    font-weight: 500;
    transition: background-color 200ms linear;
}

.navbar.scrolled {
    /* background-color: #202731 !important; */
    background-color: black !important;
    transition: background-color 200ms linear;
}

.navbar-brand {
    padding-left: 2vw;
}

/* #navbarNav {
    padding-left: 2vw;
    padding-right: 2vw;
} */

.navbar-toggler {
    border: none !important;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}

#navbarNav {
    padding-left: 3vw;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("hero.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 80vh;
}
    
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 5%;
    /* transform: translate(-50%, -50%); */
    transform: translate(0, -50%);
    color: white;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .hero-text {
        width: 90%;
        left: 0;
        font-size: small;
        margin-left: 1em;
        margin-right: 1em;
    }
    
}

.email>a {
    color: inherit;
}

.email>a:hover {
    color: #a2a2a2;
}

.icons {
    padding-top: 10px;
}

.icons>a {
    color: inherit;
    margin: 0 0.5em;
    padding-top: 10px;
}

.icons>a:hover {
    color: #a2a2a2;
}

.nav-links {
    color: #a2a2a2;
    font-size: 1.2em;
    font-weight: 500;
    padding: 1em;
}

.nav-links:hover {
    color: #a2a2a2;
}

.cc {
    padding-top: 15px;
    color: #a2a2a2;
    font-size: 0.8em;
}

.services {
    text-align: center;
    /* padding-top: 5em; */
    padding-bottom: 6em;
}

.services>div>h1 {
    padding-top: 1em !important;
}

.services>h1 {
    font-size: 2.5em;
    font-weight: 500;
}

.services>p {
    font-size: 1.2em;
    font-weight: 300;
    padding-top: 1em;
}

.service-card {
    padding-top: 3em;
    background-color: transparent !important;
    border: none !important;
    padding-left: 2em;
    padding-right: 2em;
}

.custom-shape-divider-top-1712522375 {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1712522375 svg {
    position: relative;
    display: block;
    width: calc(110% + 1.3px);
    height: 104px;
}

.custom-shape-divider-top-1712522375 .shape-fill {
    fill: #202731;
}


.recent-projects {
    background: #2c24a183 !important;
    margin-top: 5em;
}

.recent-project-cards {
    padding-bottom: 1em;
    padding-top: 3em;
}

.recent-project-body {
    padding-top: 1em !important;
    padding-bottom: 0px !important;
}

.project-card {
    padding-top: 0px;
    background-color: transparent !important;
    border: none !important;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    /* height: 400px; */
    aspect-ratio: 1.25/1;
    padding-bottom: 0px;

}

.project-card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.project-home-img {
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    filter: brightness(80%);
}

.recent-projects {
    text-align: center;
    padding-bottom: 7em;
}

.section-heading {
    padding-top: 3em;
}

.custom-shape-divider-top-1712523478 {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1712523478 svg {
    position: relative;
    display: block;
    width: calc(121% + 1.3px);
    height: 84px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1712523478 .shape-fill {
    fill: #2c24a1;
}

.reach-out {
    padding-top: 6em;
    padding-bottom: 5em;
}

.reach-out-content {
    padding-top: 1em;
    text-align: center;
}

.reach-out-content>h1 {
    padding-bottom: 1em;
}

.project-details {
    padding-top: 4em;
    padding-bottom: 3em;
    text-align: center;
    padding-right: 1em;
    padding-left: 1em;
}

.project-date {
    padding-top: 1em;
}

.gallery-header {
    padding-top: 6em;
    padding-bottom: 1em;
    text-align: center;
}

.project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(60%);
}

.project {
    padding: 0 !important;
    margin: 1em !important;
    border: none !important;
    color: #fff !important;
    background-color: transparent !important;
}

.project:hover {
    transform: scale(1.05);
    transition: transform 0.5s;
    cursor: pointer;
}

.projects {
    /* padding-top: 5em; */
    padding-bottom: 5em;
}

/* @media screen and (max-width: 768px) {
    .grid-item img {
        width: 200px;
    }
}

@media screen and (min-width: 768px) {
    .grid-item img {
        max-width: 400px;
    }
} */

.grid-item {
    margin-bottom: 20px;
    background-color: #2d3744;
    /* object-fit: cover; */
    border-radius: 10px;
    /* padding-left: 20px; */
}

.grid-item img {
    display: inline-block;
    height: auto;
    font-size: 0;
    border-radius: 10px;
    align-self: flex-start;
    justify-self: flex-start;
}

.lazy {
    opacity: 0;
}


/* .grid-item img {
    /* width: 100%; */
    /* float: left;
    height: 100%;
    max-width: 200px;
    padding: 10px;
    object-fit: cover;
    filter: brightness(60%); */
/* } */

.project-content {
    padding-bottom: 5em;
    margin: 0 auto !important;
}

/* .card-title {
    text-align: center;
} */

.back-to-gallery {
    padding-top: 1em;
    text-align: center;
}

.back-to-gallery>a {
    color: #a2a2a2;
}

.back-to-gallery>a:hover {
    color: #a2a2a2;
}

.back-to-gallery-bottom {
    padding-bottom: 5em;
}

.contact-form {
    padding-top: 5em;
    padding-bottom: 5em;
}

.contact-header {
    padding-top: 6em;
    padding-bottom: 1em;
    text-align: center;
}

.contact-header>p>a {
    color: #3ba66f;
}

.captcha-text{
    color: #ffffff;
}

.captcha-text>a{
    color: #3ba66f;
}

@media screen and (max-width: 768px) {
    #gap {
        display: none;
    }
}

.about-header {
    padding-top: 6em;
    padding-bottom: 3em;
    text-align: center;
}

.about-company-text {
    text-align: center;
    font-size: large;
    display: grid;
    place-items: center;
}

.about-jp {
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 5em;
    background: #2c24a183 !important;
}

.about-jp-text {
    text-align: center;
    font-size: large;
    display: grid;
    place-items: center;
}

.proj-title {
    font-size: 1.25em !important;
    font-weight: 500 !important;
}