


.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;
	}
	
}


/** css for privacy policy modal **/ 

 #privacyModal {
      position: fixed;
      bottom: -100%; /* hidden below screen */
      left: 0;
      width: 100%;
      background: #32323A;
      padding: 20px;
      box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
      text-align:center;
      transition: bottom 0.4s ease;
      z-index: 9999;
    }

    #privacyModal.show {
      bottom: 0;
    }

    #privacyModal button {
      margin-top: 10px;
      padding: 8px 16px;
      background:red;
      color: #fff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    #privacyModal button:hover {
      background: white;
	  color: red;
    }

	.link-privacy{
		text-decoration: underline !important;
		 color:red !important;
           font-family: 'Roboto', sans-serif !important;
	}

	.p-modal{
	 font-family: 'Roboto', sans-serif !important;
	 color: white;	
	 font-size:13px;
	 padding-left:0px;
	 padding-right:0px;
	}

/*end*/