@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: #f0f0f0;
    font-family: "Poppins", sans-serif;
}
header{
    height: 80px;
    background-color: #ffffff;
    padding: 0 50px;

}
/* logo style */
.logo img{
    width: 210px;
    height: 60px;
}
/* nav */
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
}
/* nav-links */
.nav-links ul{
    display: flex;
    gap: 20px;
}
.nav-links ul li{
    list-style: none;
}
.nav-links ul li a{
    font-size: 18px;
    text-decoration: none;
    color: #0f172a;
    font-size: 18px;
    font-weight: 500;
}
.nav-links ul li a:hover{
    background-color: #0f172a;
    padding: 4px 8px;
    border-radius: 6px;
    color: white;
}

/* login and sinup */
.login{
    border: none;
    background-color: #0f172a;
    color: white;
    padding: 6px 10px;
    font-size: 18px; 
    font-weight: 500;
    border-radius: 6px;
    margin-right: 5px;
}
.login:hover{
    background-color: #ffffff;
    color: #0f172a;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.singup{
    background-color: transparent;
    border: 2px solid #0f172a;
    color:#0f172a;
    padding: 4px 8px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
}
.singup:hover{
    background-color: #0f172a;
    color:#ffffff;
    padding: 4px 8px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
}

/* main container body */

.body-container{
    padding: 0 50px;
}

/* hero section style */
.hero-container{
   width: 100%;
   height: calc(100vh - 80px);
   background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url("https://images.unsplash.com/photo-1707157284454-553ef0a4ed0d?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZXhwZW5zZXxlbnwwfHwwfHx8MA%3D%3D");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center; 
   display: flex;
   justify-content: center;
   align-items: center;
}
.hero-title{
    width: 900px;
    padding: 0 50px;
    color: white;
    text-align: center;
}
.hero-title h2{
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 65px;
    color: #ffffff;
}
.hero-title p{
    padding-top: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    color: #d1d1d1;
}

/* Section titles */
.head-title{
    text-align: center;
    padding: 50px 10px;
}
.head-title p{
    font-size: 12px;
    color: gray;
    padding: 10px;
}

/* price carts */
.cars-container{
    margin-top: 10px;
    margin-bottom: 60px;
    display: flex;
    gap: 30px;
    justify-content: center;
}
.cars{
    background-color: #ffffff;
    width: 400px;
    max-width: 500px;
    height: 480px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
}
.cars:hover{
    background-color: #f7f7f7;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.title{
    padding: 20px;
    font-size: 25px;
    font-weight: 300;
    color:#0f172a;

}
.text{
    padding: 20px;
}
.btn-price{
    padding: 15px 145px;
    background-color: #0f172a;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    color:white
}
.btn-price:hover{
    background-color: white;
    color: #0f172a;
    border: 1px solid #0f172a ;
}

/* cta */

.cta{
    width: 100%x;
    height: 200px;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url("https://images.unsplash.com/photo-1718778449026-fc05939d7650?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8NDJ8fGZpbmFuY2UlMjB0cmFja2luZ3xlbnwwfHwwfHx8MA%3D%3D") no-repeat center;
    background-size: cover;
    border-radius: 10px;
    display: flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin: 100px 0px;

}
.text-cta h4{
    font-size: 55px;
    font-weight: 400;
}
.btn-cta button{
    padding: 15px 45px;
    color: #0f172a;
    background-color: white;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
}
.btn-cta button:hover{
    background-color: #b8b8b8;
   
}
/* services box */
.services-boxs{
    display: flex;
    width: 100%;
    margin: 50px 0;
}
.box .icon-box img{
    width: 100px;
    height: 100px;
    padding: 10px;
}
.box{
    width: 100%;
    height: 200px;
    max-height: 250px;
    margin: 10px;
    background-color: white;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f172a;
    padding: 10px 15px;
}
.box .title-box h3{
    font-size: 16px;
}
.box .title-box p{
    font-size: 10px;
    color: #6e6e6e;
}















/* foooter */

.footer-div{
    background-color: #0f172a;
    padding: 0 50px;
    color: white;
    display: flex;
    gap: 20px;
    align-items: center;
}
.footer-boxs{
    width: 500px;
    max-width: 600px;

}
.footer-links{
    display: flex;
    flex-direction: column;
    align-items:center;
}
.footer-links ul{
    display: flex;
    flex-direction: column;
}
.footer-links ul li{
    list-style: none;
}
footer ul li a{
    text-decoration: none;
    color: white;
}