* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    font-family: 'Montserrat';
}

body {
    background-color: #0D3B66;
    color: #F5F5F5;
    width: 1240px;
    box-sizing: inherit;
    margin-left: auto;
    margin-right: auto;
    background-position: 0% 0%;
    background-attachment: fixed;
    z-index: 1;
    background-image: url(assets/background.png); /*This image is generated by DALL-E by OpenAI*/
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    background-position: 0% 0%;
    background-attachment: fixed;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 90px;
    margin-top: 50px;
    text-decoration: none;
}
.logo img {
    width: 200px;
    margin-top: 50px;
    margin-left: 50px;
}

header nav ul li {
    text-transform: lowercase;
    cursor: pointer;
    color: #EE954A;
    font-weight: 900;
    text-decoration:inherit;
}

header nav ul li a img {
    height: 20px;
    margin-left: 10px;
	margin-right: -10px;
}
header nav ul li a  {
    height: 20px;
    margin-left: 0px;
    margin-right: -10px;
    color: #EE954A;
    text-decoration: none;
}
header nav ul li a:hover   {
    height: 20px;
    margin-left: 0px;
    margin-right: -10px;
    color: #1D7874;
    text-decoration: none;
}
header nav ul li a:active   {
    height: 20px;
    margin-left: 0px;
    margin-right: -10px;
    color: #EE9549;
}

#hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 70px;
}

.hero-content {
    max-width: 80%;
}

.hero-content h1 {
    font-size: 36px;
    line-height: 1.4;
    color: #F5F5F5;
    padding-left: 0px;
    margin-left: 70px;
}

.highlight-orange {
    color: #EE964B;
}

.highlight-teal {
    color: #1D7874;
}

.hero-content p {
    margin-top: 20px;
    line-height: 1.6;
    font-size: 18px;
    margin-left: 70px;
    margin-right: 50px;
}

.hero-image img {
    width: 500px;
    margin-right: 70px;
}

#services {
    text-align: center;
    padding: 40px 20px;
}

#services h2 {
    font-size: 32px;
    margin-bottom: 40px;
}

.services-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.service-card {
    background-color: #D69B5D;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}

.service-card img {
    width: 300px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #f5f5f5;
    text-shadow: 0px 0px;
    margin-top: 10px;
}

.service-card button {
    background-color: #EE964B;
    color: #FFF;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

footer {
    width: 100vw;
    background-color: #0D3B66;
    color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: absolute;
    left: 0em;
    padding-left: 0px;
    padding-top: 70px;
    right: 0em;
}


.footer-left h2 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.footer-left {
    margin-left: 300px;
}
.footer-left p {
    margin-top: 40px;
    font-size: 10px;
}

.footer-left a {
    display: inline-block;
    color: #F5F5F5;
    text-decoration: none;
    margin-bottom: 20px;
}

.footer-right img {
    width: 300px;
    display: inherit;
    margin-bottom: 50px;
    margin-right: 300px;
}
.down  {
    display: flex;
    justify-content: center;
    align-items: center;
}
.down img {
    width: 80px;
    height: auto;
}
#services button {
    background-color: #1D7874;
    color: #FFF;
    border: 2px solid #D69B5D;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: large;
    margin-bottom: 20px;
}
#services button:hover  {
    background-color: #D69B5D;
    color: #FFF;
    border: 2px solid #D69B5D;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: large;
    margin-bottom: 20px;
}
.project {
    display: flex;
    margin-left: 70px;
    margin-right: 70px;
    padding-left: 0px;
    margin-top: 50px;
    margin-bottom: 0px;
}
.projectText p {
    margin-top: 20px;
    margin-bottom: 20px;
}
#projectContainer {
    margin-bottom: 70px;
}
.projectText {
    margin-left: 50px;
    padding-top: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 50px;
}
#worksIntroduction {
    margin-left: 70px;
    margin-right: 70px;
    text-align: center;
    margin-top: 70px;
}
.projectText button {
	background-color: #1D7874;
    color: #FFFfff;
    border: 2px solid #D69B5D;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: normal;
    margin-bottom: 20px;
}
.projectText button:hover  {
	background-color: #D69B5D;
    color: #FFFFFF;
    border: 2px solid #1D7874;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: normal;
    margin-bottom: 20px;
}
.project img {
    opacity: 60%;
    width: 400px;
    border-radius: 30px;
    height: 400px;
    border: 5px solid #D69B5D;
}
.project img:hover  {
    opacity: 100%;
    width: 400px;
    border-radius: 30px;
    height: 400px;
    border: 5px dotted #D69B5D;
}
#worksIntroduction h1 {
    font-size: 44px;
    margin-bottom: 50px;
}
#contactContainer {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
#backButton a button {
    display: flex;
    align-content: center;
    background-color: #1D7874;
    color: #FFFfff;
    border: 2px solid #D69B5D;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: normal;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
	text-decoration-line: none;
}

#backButton a button:hover {
    background-color: #D69B5D;
    color: #FFFFFF;
    border: 2px solid #1D7874;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-radius: 10px;
    padding-right: 20px;
    font-weight: 700;
    font-size: normal;
    margin-bottom: 50px;
	text-decoration-line: none;
}
#contactText {
    margin-left: 40px;
    margin-top: auto;
    margin-bottom: auto;
}
#contactText p {
    font-size: large;
    margin-top: 10px;
    margin-bottom: 20px;
}
#contactText a {
    color: #F5F5F5;
    font-size: large;
    margin-bottom: 30px;
}
#contactText a:hover  {
    color: #EE954A;
    font-size: large;
    margin-bottom: 30px;
}
main h1 {
    text-align: center;
    padding-top: 0px;
    margin-top: -50px;
}
.mapContent {
    border-radius: 20;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.pulse-image {
    animation: pulse 2s infinite;
    transition: transform 0.4s ease-in-out;
}
#projectDetailImages {
    display: flex;
    align-content: center;
    margin-top: 50px;
    margin-bottom: 60px;
}
#projectDetailImages img {
    width: 550px;
    border-radius: 20px;
    border: 3px solid #1D7874;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-shadow: 5px 5px 10px 0px #000000;
    box-shadow: 5px 5px 10px 0px #000000;
}


@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .element {

    }
  }
}


@supports (-ms-ime-align: auto) {
  .element {

  }
}
