/* Fonts */
@font-face { font-family: Inter; src: url('../../font/Inter-Regular.otf');
    src: local('☺'), url('../../font/Inter-Regular.woff2') format('woff2'), 
                        url('../../font/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face { font-family: Inter; src: url('../../font/Inter-Light.otf');
    src: local('☺'), url('../../font/Inter-Light.woff2') format('woff2'), 
                        url('../../font/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face { font-family: Inria Sans; src: url('../../font/inria-sans.regular.otf');
    src: local('☺'), url('../../font/InriaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face { font-family: JetBrains Mono; src: url('../../font/jetbrains-mono.regular.ttf');
    src: local('☺'), url('../../font/JetBrainsMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* End Fonts */

/* HTML */
html,body {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 1em;
    background: #ffffff;
}

body {
    overflow-x: hidden;
}

/* End HTML */

/* Pop Up */

.modal,
.errormodal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content,
.errormodal-content {
    background-color: #DF6800;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #ddd;
    width: 90%;
    max-width: 400px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    color: #333;
    text-align: center;
    font-family: Inria;
}

.modal-header,
.errormodal-header {
    text-align: right;
}

.close {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
}

.close:hover {
    color: #333;
}

/* End Pop Up */

/* Lines */
div.hr1 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid;
    margin: 1em 0;
    padding: 0;
    color: #514E3D;
}

div.hr2 {
    display: block;
    width: 7.5%;
    height: 1px;
    background: transparent;
    border: none;
    margin: 0 auto;
    position: relative;
    right: 2em;
}

div.hr2::before {
    content: ""; 
    position: absolute;
    width: 100%; 
    height: 1px; 
    background-color: #DF6800; 
    transform: rotate(102.48deg); 
    transform-origin: left; 
}

div.hr3 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid;
    border-top: 1px solid;
    margin: 5.9% 22.8%;
    padding: 0;
    color: #DF6800;
    position: absolute;
    width: 17%;
}

div.hr4 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid;
    margin: 1em 0;
    padding: 0;
    color: #514E3D;
}

div.hr5 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid;
    margin: 1em 0;
    padding: 0;
    color: #C5C5C5;
}

div.hr6 {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid;
    margin: 5.9% 22.8%;
    padding: 0;
    color: #DF6800;
    position: absolute;
    width: 17%;
}

div.hr7 {
    position: absolute;
    height: 1px;
    border-top: 1px solid #514E3D;
    margin: -6em 0;
    padding: 0;
    color: #514E3D;
    width: 19%;
    top: 24.3em;
}

div.hr8 {
    height: 1px;
    border-top: 1px solid #514E3D;
    margin: 1em 0;
    padding: 0;
    color: #514E3D;
    width: 28%;
    top: 44.3em;
}

div.hr9 {
    display: block;
    width: 7.5%;
    height: 1px;
    background: transparent;
    border: none;
    margin: 0 auto;
    position: relative;
    right: 2em;    
}

div.hr9::before {
    content: ""; 
    position: absolute;
    width: 100%; 
    height: 1px; 
    background-color: #DF6800; 
    transform: rotate(102.48deg); 
    transform-origin: left; 
}

div.hr10 {
    width: 100px;
    height: 1px;
    background-color: black;
    transform: rotate(125deg);
    transform-origin: right;
}

div.hr11 {
    border-top: 1px solid #DF6800; 
    margin-top: 8em;
}
/* End Lines */

/* Headers */
.header01 {
    overflow: hidden;
}

.header02 {
    font-family: JetBrains Mono;
}

.header03 {
    overflow: hidden;
}


/* End Headers */

/* Images */

.aboutus-imagecontainer {
    width: 13em; 
    position: relative; 
    margin-bottom: -7em; 
}

.aboutus-image {
    float: right; 
    width: 45%; 
    position: relative; 
}

.arrowdown-image {
    
}

.gradient-image {
    
}

.content-image {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.circle-image {
    position: absolute;
}
/* End Images */

/* Containers */
div.topbar {
    overflow: hidden;
    background: #FEFCFD;
}

div.footer {
    overflow: hidden;
    background: #FEFCFD;
}

div.footercontent {
    overflow: hidden;
    margin: 0px auto 0px auto;
}

div.footerbox {
    overflow: hidden;
    float: left;
}

div.footerbox2 {
    overflow: hidden;
    float: left;
}

div.footerbox3 {
    overflow: hidden;
}

div.topbarcontent {
    overflow: hidden;
    margin: 0px auto 0px auto;
}

div.content {
    display: block;
    overflow: hidden;
}

div.introduction-container {
    margin: 0 auto;
}

div.services-container {
    width: 90%;
    position: relative;
}

ul.servicesinner-container {
    margin-top: 2em;
    list-style: none;
    margin-left: -2.5em;
    line-height: 110px;
    float: left;
    font-family: Inria Sans;
    z-index: 10000;
    position: relative;
}

.services-container a.active {
    color: #DF6800 !important;
}

div.projectimages-container {
    
}

div.featuredproject-container {
    position: relative;
}

div.whoweare-container {
  
}

div.aboutus-container {
    
}

div.contactus-container {
    width: 90%;
    position: relative;
}

div.contactuspage-container {
    width: 90%;
    position: relative;
}

.field01-container {
    font-family: Inria Sans; 
    margin: 0 auto; 
    letter-spacing: 4px;
}

.field02-container {
    font-family: Inria Sans; 
    margin: 0 auto; 
    letter-spacing: 4px;
}

.back-container {
    margin-top: 2em;
}

.back-container a{
    text-decoration: none;
    color: #514E3D;
    font-family: Inria Sans;
}

.whoweare2-container {
    font-family: Inria Sans;
    line-height: 1.6;
}

.meettheteam-container {
        
}

.employeegrid-container {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    gap: 30px;
}

.employeegrid-innercontainer {
    width: 90%;
    margin-top: 5em;
}

.project-container {
    margin: 1.5em auto 0 19.5em;
    width: 80%;
}

.footerofgalleryprojects-container {
    padding-top: 12em;
    margin-top: -4em;
} 

.servicesinner-container a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.servicesinner-container a.active {
    color: #DF6800;
}

.navbarLogo-container {
    position: relative;
}

.generalContainer-whoweare2 {
    width: 90%; 
    margin: 0 auto; 
}

/* End Containers */

/* Slideshows */

div.slideshow-front-box {
    overflow: hidden;
    padding: 1vw 0; 
    font-family: Inria Sans; 
    line-height: 0; 
    text-align: center; 
    background: #FFFFFF; 
    color: black;  
    z-index: 10; 
    position: absolute; 
    bottom: 10%; 
    left: 7%; 
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 3px 8px -2px #222;
}

div.slideshow-front-box-text1 {
    
}

div.slideshow-front-box-text2 {
    
}

/* End Slideshows */

/* Sections */

/* End Sections */

/* Inputs */

input[type="text"]
{
    
}

/* End Inputs */

/* Buttons and Links */

a {
    transition: 0.3s ease;
}

a:hover {
    opacity: 0.8;    
}

.button01 {
    position: absolute;
    letter-spacing: 11%;
}

.button01 a {
    text-decoration: none;
    color: black;
}

/* End Buttons and Links */

/* Texts */

.text01 {
    font-family: Inria Sans;
}

.featuredproject-title {
    flex: 1; 
    margin-right: 2em; 
    align-content: center; 
}

.whoweare-title {
    align-content: center;
    border-top: 1px solid #DF6800;
}

.featuredproject-text {
    font-family: Inria Sans;
    padding-top: 1em; 
    flex: 2; 
    margin-top: 0; 
    line-height: 1.6;
}

.whoweare-text {
    font-family: Inria Sans;
    padding-top: 1em;
    flex: 2;
    margin-top: 0;
    line-height: 1.6;
}

.aboutus-text {
    font-family: Inria Sans; 
    float: left; 
    font-size: 22px;
}

.contactus-title {
    margin-bottom: 1em;
}

.contactuspage-title {
    margin-bottom: 1em;
}

.project-text01 {
    font-family: Inria Sans;
}

.footerofgalleryprojects-lefttext {
    font-family: Inria Sans; 
    margin-top: -4em; 
    float: left
}

.footerofgalleryprojects-righttext {
    font-family: Inria Sans; 
    text-align: right; 
    margin-top: -6em; 
    float: right
}

/* End Texts */

/* Menus */

#navigation {
    font-family: Inria Sans; 
    list-style: none; 
    line-height: 48px;
}

#navigation a {
    text-decoration: none;
    color: black;
}

.navbarLogo-container-desktop {
    position: relative;
}

.navbar {
    list-style: none;
}

.navbar a {
    text-decoration: none;
    color: black;
}

.subcategory {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 45px;    
}

.subcategory.open {

}

.mobile-menu {
    font-family: Inria Sans;
}

/* End Menus */

/* Fields */

.textarea01 {
    display:block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    height: 20em;
    border-top: none;
    border-left: 1px solid #514E3D;
    border-right: 1px solid #514E3D;
    border-bottom: 1px solid #514E3D;
}

.textarea01:focus {
    border-left: 1px solid #514E3D;
    border-right: 1px solid #514E3D;
    border-bottom: 1px solid #514E3D;
    border-top: none;
    outline: none;
}

.textarea01::placeholder {
    font-family: JetBrains Mono;
    font-size: 30px;
    letter-spacing: 11%;
    opacity: 0.5;
}

.textarea02 {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    height: 20em;
    border-top: none;
    border-left: 1px solid #514E3D;
    border-right: 1px solid #514E3D;
    border-bottom: 1px solid #514E3D;
}

.textarea02:focus {
    border-left: 1px solid #514E3D;
    border-right: 1px solid #514E3D;
    border-bottom: 1px solid #514E3D;
    border-top: none;
    outline: none;
}

.textarea02::placeholder {
    font-family: JetBrains Mono;
    font-size: 30px;
    letter-spacing: 11%;
    opacity: 0.5;
}

.field01 {
    box-sizing: border-box; 
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding-top: 1em;
    height: 3em;
    border-left: 1px solid #C5C5C5;
}

.field01:focus {
    outline: none;
}

.field02 {
    width: 50%; 
    box-sizing: border-box; 
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding-top: 1em;
    height: 3em;
    border-left: none;
}

.field02:focus {
    outline: none;
}


/* End Fields */

/* Images */

.orange-rectangular-image {
    position: absolute;
    bottom: 0; 
    right: 0; 
}

.whoweare2-image{
    width: 100%;
}

/* End Images */