body {
    margin: 0;
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #0a0a0a;
    color: #eaeaea;
    
}

html {
    scroll-behavior: smooth;
}

header {
    background-color: #00000060;
    padding: 40px;
    text-align: center;
    border-bottom: 2px solid #d39f2f;
}

header h1 {
    margin: 1;
    font-size: 72px;
    letter-spacing: 4px;
    color: #d89d1e;
    text-shadow: 
        0 0 1px #c9a34e,
        0 0 2px #c9a34e,
        0 0 20px rgba(201, 163, 78, 0.8),
        0 0 40px rgba(201, 163, 78, 0.6);
}

/* menu */
nav {
    margin-top: 80px;
}

nav a {
    margin: 0 100px 15px;
    text-decoration: #eea300;
    color: #bababa;
    font-size: 14px;
    letter-spacing: 3px;
}

nav a:hover {
    color: #ffffff;
    text-shadow: 
        0 0 6px #fbfbfb,
        0 0 9px #a2a2a2,
        0 0 20px rgba(90, 90, 90, 0.8),
        0 0 40px rgba(67, 67, 67, 0.6);
}

/* banner */
.banner {
    height: 600px;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
                url("https://images.unsplash.com/photo-1503951914875-452162b0f3f1");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #d39f2f;
}

.banner h2 {
    color: #ffc23db0;
    font-size: 38px;
    font-style: italic;
}

.service {
    margin: 40px auto;
    padding-top: 40px;
    color: #ffc23db0;
    font-size: 40px;
    font-style: italic;
    text-shadow: 
        0 0 1px #c9a34e,
        0 0 2px #c9a34e,
        0 0 20px rgba(201, 163, 78, 0.8),
        0 0 40px rgba(201, 163, 78, 0.6);
        border-top: 1px solid #c9a34e;
}
.servicefinal{
    margin: 40px auto;
    padding-top: 0px;
    color: #ffc23db0;
    font-size: 40px;
    font-style: italic;
    text-shadow: 
        0 0 1px #c9a34e,
        0 0 2px #c9a34e,
        0 0 20px rgba(201, 163, 78, 0.8),
        0 0 40px rgba(201, 163, 78, 0.6);
}

p{
    line-height: 1.3;
    font-size: 20px;
    text-align: flex;
    margin: 30px 100px auto;
    letter-spacing: 1px;
}

.topo{
    margin-top: 70px;
}
.destaque{
    color: #d39f2fa3;
    text-shadow: 
        0 0 1px #c9a34e,
        0 0 2px #c9a34e,
        0 0 20px rgba(201, 163, 78, 0.8),
        0 0 40px rgba(201, 163, 78, 0.6);
    
}

.section {
    padding: 90px 0px;
    text-align: center;
}


.servicos {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.produtos {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 255px;
    padding: 20px;
    background-color: #111;
}

.produtos h3 {
    color: #c9a34e;
    margin-top: 0;
}

.img-card {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.card {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 350px;
    padding: 20px;
    background-color: #111;
}

.card h3 {
    color: #c9a34e;
    margin-top: 0;
}


button {
    margin-top: 10px;
    padding: 8px 20px;
    background-color: transparent;
    border: 1px solid #c9a34e;
    color: #c9a34e;
    cursor: pointer;
    transition: 0.3s;
    text-shadow: 
        0 0 1px #c9a34e,
        0 0 2px #c9a34e,
        0 0 20px rgba(201, 163, 78, 0.8),
        0 0 40px rgba(201, 163, 78, 0.6);
}

button:hover {
    background-color: #c9a34e;
    color: #000;
}

.contato {
    text-align: center;
}

.info-contato {
    margin-top: 30px;
    line-height: 2;
    font-size: 18px;
    color: #ccc;
}

.info-contato p {
    margin: 10px 0;
}

.whats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.info-contato a{
    text-decoration: none;
    color:#ffffff;
}
.info-contato a:hover {
    color:#d39f2f;
    font-size: 21px;
     text-shadow: 
        0 0 1px #c9a34e,
        0 0 2px #c9a34e,
        0 0 20px rgba(201, 163, 78, 0.8),
        0 0 40px rgba(201, 163, 78, 0.6);
}

.icon-whats {
    width: 20px;
    height: 20px;
}



footer {
    background-color: #000;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #c9a34e;
    font-size: 13px;
    color: #888;
}

.hero{
position: relative;
height: 600px;
overflow: hidden;
border-bottom: 2px solid #d39f2f;
}

.carousel{
position: relative;
height: 600px;
}

.carousel-slide{
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 1s ease;
}

.carousel-slide.active{
opacity: 1;
}

.carousel-bg{
width: 100%;
height: 100%;
object-fit: cover;
}

.carousel-content{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #000000a3;
    text-shadow: 
        0 0 1px #ffffff,
        0 0 2px #ffffff,
        0 0 20px rgba(255, 255, 255, 0.8),
        0 0 40px rgba(251, 251, 251, 0.6);
text-align: center;
}