* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}
html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}




body {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #f4f1ee;
    
}

.logo {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}

nav {
    display: flex;
    background-color: #17130e;
    overflow: hidden;
    justify-content: space-between;
    height: 10vh;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.checkbtn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 30px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

h1 {
    text-shadow: 2px 2px #000000;
    /* Red shadow, 2px right, 2px down */
}


ul {
    display: flex;
    align-items: center;
    list-style-type: none;

}

ul li a {
    text-decoration: none;
    color: white;
    padding: 14px 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
}

ul li a:hover {
    color: rgb(235, 130, 10);
}

main {
    width: 100%;
}

.hero {
    background-position: right center;
}

.hero {
    background-image: url(/img/photorealistic-wooden-house-interior-with-timber-decor-furnishings.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
}

.hero-content {
    
    color: white;
    text-align: center;
    padding-top: 20vh;
}

.hero-h2 {
    font-size: 50px;
    text-shadow: 2px 2px #000000;
    color: #ecebea;
}

.hero-p {
    font-size: 20px;
    text-shadow: 1px 1px #000000;
    color: #ecebea;
}

button {
    color: white;
    border-radius: 0.5rem;
    text-decoration: none;
    background-color: rgb(235, 130, 10);
    padding: 10px 20px;
    border: none;
}
a{
    text-decoration: none;
    color: white;
}

.freequote-btn:hover {
    background-color: #d97706;
    color: white;
}

.our-services {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}
.our-services::before,
.our-services::after {
  content: "";
  flex: 1;
  max-width: 200px;
  height: 1px;
  background-color: #c9a36a; /* wood / gold line */
}
.our-services h2 {
    margin: 0;
    font-weight: 600;

}
.services-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.service-card {
    background-color: #ecebea;
    width: 250px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    border: 2px solid #c9a36a;
    text-align: center;
    overflow: hidden;
   margin: 10px;
}
.service-card img {
    display: block;
    width: 100%;
    height: 100px;
    /* border-radius: 8px 8px 0 0; */
    /* overflow: hidden; */
    object-fit: cover;
    margin-bottom: 15px;
}

.service-card h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}


.service-card h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #c9a36a;
    margin: 5px auto;
}

.service-card p {
    padding: 0 10px 15px 10px;
    font-size: 10px;
    color: #333;
}
.recent-project{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}
.recent-project::before,
.recent-project::after {
  content: "";
  flex: 1;
  max-width: 200px;
  height: 0.5px;
  background-color: #c9a36a; /* wood / gold line */
}
.projects-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}
.project-card {
    background-color: #ecebea;
    width: 250px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    border: 2px solid #c9a36a;
    text-align: center;
    overflow: hidden;
   margin: 10px;
}
.project-card img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

footer {
    background-color: #17130e;
    color: white;
    /* text-align: center; */
    padding: 20px 0;
    font-size: 14px;
    margin-top: 30px;
    /* max-width: 100vw; */
    overflow-x: hidden;
    padding: 10px;
}
.contact-us{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

#footer-h3{
    font-size: 34px;
    font-weight: 500;
    margin-left: 40px;
}
.contact-us::before{
    content: "";
    flex: 1;
    max-width: 200px;
    height: 1px;
    background-color: #c9a36a; /* wood / gold line */
}
.fa-envelope{
    text-transform: lowercase;
}
.contact-info-box{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* border: 2px solid #c9a36a;     */
    width: fit-content;
    margin-left: auto;
    height: 10vh;
    padding: 10px;

}
.phone{
    display: flex;
    align-items: center;
}
.gmail{
    display: flex;
    align-items: center;
}
.address{
    display: flex;
    align-items: center;
}
.fa-whatsapp{
    color: green;
}

.copyright {
    display: flex;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    height: 10vh;
    background-color: #000000;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
}
.fa-solid{
    color: #e08f16;
}

@media (max-width: 650px) {
    nav ul li a {
        font-size: 24px;

    }
    .checkbtn{
        display: block;
    }
    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color: #17130e;
        top: 10vh;
        left: -100%;
        text-align: center;
        flex-direction: column;
        transition: all 0.3s ease;
        gap: 60px;
    }
    #check:checked ~ ul {
    left: 0;
}

    nav ul li {
        display: block;
    }
    a:hover,a.active {
        background: none;
        color: rgb(235, 130, 10);
    }
    .services-container, .projects-container {
        flex-direction: column;
        align-items: center;
    }
    #footer-h3 {
        font-size: 24px;
        font-weight: 300;
        margin-left: 10px;
    }

    .address, .phone, .gmail {
        font-size: 12px;
        padding: 2px;
    }
    .info-text{
        padding-left: 4px;
    }

    
}


@media (max-width: 500px) {

    .hero-h2 {
        font-size: 30px;
        padding: 10px;
    }
    .hero-p {
        font-size: 16px;
    }
    button{
        margin: 15px;
    }

}