
ul{
	list-style:none;
}
a{
	text-decoration:none;
}
.container-sli{
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	
}


.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{
        background-image: url("../images/testmo.jpg");
        background-size: cover;
		background-repeat: no-repeat;
        width:100%;
	background-position: center;
    }


.intro-slider{
    color:#232628;
    margin-top: 180px !important;
    font-size:25px;
    margin-left:20px;
    line-height: 48px;
    font-family: 'Ubuntu', sans-serif;
}



   .btn-toyota-sec-slider-2{
    background-color:red;
    color: white;
    width:35%;
    min-height: 6vh;
    border: transparent;
    border-radius: 30px;
display: block;
margin-left: auto;
margin-right: auto;
}

.btn-toyota-sec-slider-2:hover{
    background-color:transparent;
    border: 3px solid red;
    width: 35%;
    color: white;
    min-height: 6vh;
    border-radius: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto;

}



    .slider-bac-2{
        background-image: url("../images/testmo2.jpg");
        background-size: cover;
		background-repeat: no-repeat;
        width:100%;
        background-position: center;
	}
	

	.slider-bac-23{
        background-image: url("../images/testmo3.jpg");
        background-size: cover;
        width:100%;
      background-repeat: no-repeat;
        background-position: center;
    }



  
.slider-bac-4{
    background-image: url("../images/testmo5.jpg") !important;
    background-size: cover;
    width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}


	.explore-cars{
		width: 150px;
		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;
	}
	
}
