@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

body{
    font-family: "Orbitron", sans-serif;
}

h3{
    font-size: 14px;
    color: #9A9999;
    letter-spacing: 10px;
    text-transform: uppercase;
}

.main-header{
    background-color: #212121;
    color: #9A9999;
    padding: 30px 0;
}

.header-ligth{
    background-color: #F1F1F1;
}

.main-nav ul li a{
    color: #9A9999;
    text-decoration: none;
}

.container{
    width: 1180px;
    margin: 0 auto;
}

.container-flex{
    display: flex;
    flex-direction: row;
}

.main-nav ul{
    display: flex;
    gap: 30px;
    font-size: 14px;
}

.main-nav ul li a:hover{
    color: white;
    transition: all 0.3s;
}

.header-ligth .main-nav ul li a:hover{
    color: #212121;
    transition: all 0.3s;
}


.main-header .container-flex{
    justify-content: space-between;
    align-items: center;
}

.hero{
    background-image: url(../assets/banner-1.avif);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.hero h1{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
}

.hero p{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin: 20px 0;
}

.hero .container-flex{
    flex-direction: column;
    justify-content: space-between;
    height:70vh;
}

.brand{
    text-align:center;
}

.brand img{
    width: 380px;
    margin: 0 auto;
}

.hero-btns{
    display: flex;
    gap: 20px;
}

.btn-primary{
    background-color: #212121;
    color: #9A9999;
    border: none;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 80px;
    border-radius: 2px;
    cursor: pointer;
}

.btn-primary:hover{
    background-color: #2e2e2e;
    transition: all 0.3s;
}

.active{
    border-top:  3px solid #9A9999;
}

.text-hero{
    width:50%;    
}
.grid-cars{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 40px;
    margin-top: 40px;
}

.grid-cars article img{
    max-width: 100%;
}

h2.car-model{
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 700;
    margin: 20px 0;
}

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

.links a{
    color: #9A9999;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.links a:hover{
    color: #212121;
    transition: all 0.3s;
}

.main-grid{
    padding: 60px 0;
}

.full-banner{
    background-position: center;
    height: 70vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.full-banner h4{
    color: #fff;
    font-size: 36px;
   text-transform: uppercase;
   letter-spacing: 15px; 
}

.btns-banner{
    display: flex;
    gap: 20px;
}

.btn{
    border: none;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 80px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 2px;
}

.btn:hover{
    opacity: 0.90;
    color: #212121;
}

.btn-blue{
    background-color: #3E6AE1;
    color: #fff;
}

.btn-white{
    background-color: #fff;
    color: #828282;
}

.bottom-text{
    background-color: #fff;
    padding: 60px 0;
    text-align: center;
}

.bottom-text p{
    font-family: sans-serif;
    font-size: 12px;
    color: #828282;
    line-height: 2;
    margin-bottom: 20px;
}

.text-block{
    width: 40%;
    margin: 0 auto;
}

.menu-footer{
    text-align: center;
    padding-bottom: 40px;
}

.menu-footer ul{
    display: flex;
    justify-content: space-between;
}

.menu-footer ul li a{
    text-decoration: none;
    font-size: 10px;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu-footer ul li a:hover{
    color: #3E6AE1;
}

.brand-footer{
    text-align: center;
    padding: 40px 0;
}

.banner-car{
    padding: 60px 0;
}

.banner-car h2{
    color: #9A9999;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 10px ;
}

.banner-car h1{
    color: #212121;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    font-weight: 600;
}

.photo-car{
    text-align: center;
}

.grid-features{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.item-feature{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-feature img{
    max-width: 100%;
    border-radius: 4px;
}

.item-feature h3{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.item-feature p{
    font-size: 14px;
    color: #828282;
    line-height: 2;
    letter-spacing: 1px;
}

.banner{
    padding: 60px 0;
}

.banner img{
    max-width: 100%;
    border-radius: 8px;
}

.contact-form{
    background-color: #2e2e2e;
    padding: 80px 0;
}

.contact-form hr{
    margin: 40px 0;
    opacity: 0.2;
}

.contact-form h4{
    font-size: 10px;
    color: #81a3fe;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 40px;
}

.form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.item-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.item-form label{
    color: #c5c5c5;
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.item-form input{
    height: 48px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-family: "Orbitron", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-black{
    background-color: #000;
    color: #fff;
}

.btn-black:hover{
    color: #9A9999;
    background-color: #090909;
}

.form-btns{
    display: flex;
    justify-content: end;
    gap: 20px;
}

/*eu que fiz. para dar um efeito de pulo na img sinalzando que é clicavel*/

.item-car:hover{
    transform: scale(1.1);
    transition: 0.4s; 
}

.mobile-nav div{
    width: 32px;
    height: 1px;
    background-color: #fff;
}

.header-ligth .mobile-nav div{
    background-color: #000;
}

.mobile-nav{
    display: flex;
    flex-direction: column;
    gap: 8px;
    display: none;
}

