

.tentative{
    margin-top:100px ! important;
}


ul{
	list-style:none;
}
a{
	text-decoration:none;
}
.container-sli{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	
}

.new{
    
    margin-top:150px;
}



.model{
	height: 350px;
	max-height: 100%;
	max-width: 100%;
}
.details{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 300px;
}
.details p{
	font-family: calibri;
	font-weight: bold;
	color:#6a6a74;
	text-align: center;
	margin-top: 20px;
}
.marvel{
	color:#32323e;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: bebas kai;
	font-size: 25px;
}
.logo{
	
	height: 60px;
}


/*--responsive for mobile phone--*/
@media(max-width:720px){
	.box{
		width: 100%;
		min-height:fit-content;
	}
	
	.model{
		height:250px;
	}
	.details p{
		font-size: 16px;
		width: 250px;
	}
	
	
	 .slider-bac-starlet{
        background-image: url("../images/ss.jpg");
        background-size: cover;
        width:auto;
        height:50vh;
        background-position: center;
    }

	

    .slider-bac{
        background-image: url("../images/Avensis.jpg");
        background-size: cover;
        width:auto;
        height:50vh;
        background-position: center;
    }


    .slider-bac-2{
        background-image: url("../images/camryt2.jpg");
        background-size: cover;
        width:auto;
        height:50vh;
        background-position: center;
	}
	

	.slider-bac-3{
        background-image: url("../images/Fortuner\ t4.jpg");
        background-size: cover;
        width:auto;
        height:50vh;
        background-position: center;
    }



    .slider-bac-4{
        background-image: url("../images/Hilux\ t5.jpg");
        background-size: cover;
        width:auto;
        height:50vh;
        background-position: center;
    }


	.explore-cars{
		width: 150px;
		margin-top: 35px;
		margin-bottom: 30px;
		margin-left:110px;
	}
	
	
	
	.explore-cars-2{
		width: 80px;
		margin-top: 35px;
		margin-bottom: 30px;
		margin-left:110px;
	}

	.body-car-title{
		color: white;
		font-size: 14px;
		margin-bottom: 50px;
		font-family: 'Roboto', sans-serif;
		font-weight:500;
		margin-left:79px;
	}
	
}
