/* ===========================
   FORTE MINAS CORRETORA
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f7f9fc;
    color:#222;
    line-height:1.6;
}

/* ===========================
HEADER
=========================== */

.hero{

background:linear-gradient(rgba(5,20,40,.75),rgba(5,20,40,.75)),
url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80");

background-size:cover;
background-position:center;
height:100vh;
display:flex;
flex-direction:column;
justify-content:space-between;

}

.navbar{

display:flex;
justify-content:space-between;
align-items:center;

padding:25px 8%;

}

.logo{

display:flex;
align-items:center;
gap:15px;

}

.logo img{

width:75px;

}

.logo h2{

color:white;
font-size:30px;

}

.logo span{

color:#d4d4d4;

}

.navbar ul{

display:flex;
list-style:none;
gap:35px;

}

.navbar a{

color:white;
text-decoration:none;
font-weight:600;

}

.hero-content{

padding:0 8%;
margin-bottom:120px;

}

.hero-content h1{

font-size:62px;
color:white;
max-width:750px;
line-height:1.1;

}

.hero-content p{

margin-top:25px;
font-size:22px;
color:#eee;
max-width:650px;

}

.btn{

display:inline-block;
margin-top:40px;

background:#f59b23;

padding:18px 40px;

border-radius:40px;

text-decoration:none;

font-weight:700;

color:white;

transition:.3s;

}

.btn:hover{

background:#d57d08;

transform:translateY(-3px);

}

}

.container{

    width:90%;
    max-width:1200px;

    margin:auto;

}

header .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

}

.logo img{

    height:55px;

}

nav{

    display:flex;

    gap:25px;

    align-items:center;

}

nav a{

    color:white;

    text-decoration:none;

    font-weight:500;

    transition:.3s;

}

nav a:hover{

    color:#79d65d;

}

/* ===========================
BOTÕES
=========================== */

.btn,
.btn-whatsapp{

    background:#28a745;

    color:#fff;

    padding:14px 30px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

    display:inline-block;

}

.btn:hover,
.btn-whatsapp:hover{

    background:#1f8a37;

    transform:translateY(-3px);

}

/* ===========================
HERO
=========================== */

.hero{

background:linear-gradient(rgba(5,20,40,.75),rgba(5,20,40,.75)),
url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80");

background-size:cover;
background-position:center;
height:100vh;
display:flex;
flex-direction:column;
justify-content:space-between;

}

.navbar{

display:flex;
justify-content:space-between;
align-items:center;

padding:25px 8%;

}

.logo{

display:flex;
align-items:center;
gap:15px;

}

.logo img{

width:75px;

}

.logo h2{

color:white;
font-size:30px;

}

.logo span{

color:#d4d4d4;

}

.navbar ul{

display:flex;
list-style:none;
gap:35px;

}

.navbar a{

color:white;
text-decoration:none;
font-weight:600;

}

.hero-content{

padding:0 8%;
margin-bottom:120px;

}

.hero-content h1{

font-size:62px;
color:white;
max-width:750px;
line-height:1.1;

}

.hero-content p{

margin-top:25px;
font-size:22px;
color:#eee;
max-width:650px;

}

.btn{

display:inline-block;
margin-top:40px;

background:#f59b23;

padding:18px 40px;

border-radius:40px;

text-decoration:none;

font-weight:700;

color:white;

transition:.3s;

}

.btn:hover{

background:#d57d08;

transform:translateY(-3px);

}
}

.overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.55);

}

.hero-content{

    position:relative;

    color:white;

    z-index:2;

    max-width:750px;

    padding:20px;

}

.hero h1{

    font-size:58px;

    margin-bottom:20px;

    font-weight:700;

}

.hero p{

    font-size:22px;

    margin-bottom:35px;

}

/* ===========================
SERVIÇOS
=========================== */

.services{

    padding:90px 0;

    text-align:center;

}

.services h2{

    font-size:38px;

    color:#0f3d2e;

    margin-bottom:50px;

}

.cards{

    width:90%;

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

}

.card{

    background:white;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

}

.card:hover{

    transform:translateY(-10px);

}

.card img{

    width:100%;

    height:220px;

    object-fit:cover;

}

.card h3{

    margin:20px 0 10px;

    color:#0f3d2e;

}

.card p{

    padding:0 20px 30px;

}

/* ===========================
SOBRE
=========================== */

.about{

    background:white;

    padding:90px 0;

    text-align:center;

}

.about h2{

    font-size:40px;

    color:#0f3d2e;

    margin-bottom:25px;

}

.about p{

    width:80%;

    margin:auto;

    font-size:18px;

    color:#555;

}

/* ===========================
CTA
=========================== */

.cta{

    background:#0f3d2e;

    color:white;

    text-align:center;

    padding:80px 20px;

}

.cta h2{

    font-size:42px;

    margin-bottom:30px;

}

/* ===========================
FOOTER
=========================== */

footer{

    background:#081d15;

    color:white;

    text-align:center;

    padding:50px 20px;

}

footer h3{

    font-size:28px;

    margin-bottom:20px;

}

footer p{

    margin:10px;

    color:#ddd;

}

/* ===========================
RESPONSIVO
=========================== */

@media(max-width:900px){

.hero h1{

font-size:42px;

}

.hero p{

font-size:18px;

}

nav{

display:none;

}

.about p{

width:95%;

}

}
