*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Times New Roman", Times, serif;

}

nav{
  position: fixed;
  height: 80px;
  width: 100%;
  background: linear-gradient(to right, #00093c, #2d0b00);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px 0px 100px;
  margin-left: px;
  margin-top: -100px;
  border-bottom-left-radius: 125px;
  border-bottom-right-radius: ;

}
nav .logo{
  font-size: 33px;
  color: #fff;
  font-weight: 600;
  margin-left: -55px;
}
nav ul{
  display: flex;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
  margin-left: -10px;
}
nav ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: all 0.5s ease;
}
nav ul li a:hover,
nav ul li a.active{
   color: gray;
  background: linear-gradient(to right, #00093c, #2d0b00);;
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
#click{
  display: none;
}
@media (max-width: 770px){
  nav .menu-btn i{
    display: block;
    margin-right: -25px;
    
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav .logo{
    font-size: 20px;
    margin-left: -75px;
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.5s ease;
  }
  #click:checked ~ ul{
    left: 0%;
  }
  nav ul li{
    margin: 40px 0;
  }
  nav ul li a{
    font-size: 20px;
    display: block;
  }
  nav ul li a:hover,
  nav ul li a.active{
    color: cyan;
    background: none;
  }
}

/*nevigation bar end*/



.video_wrappar{
  height: 100%;
  width: 100%;
}
.video_wrappar iframe{
  height: 500px;
  width: 100%;
}








/*search bar start*/



.search_bar{
  max-width: 800px;
  margin-left: 250px;
  margin-top: 10px;

}
input[type=text]{
  width: 90%;
  padding: 12px;
  font-family: arial;
  font-size: 17px;
  border:1px solid #242526;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  font-style: italic;
}
input[type=submit]{
  position: absolute;
  padding: 12px;
  width: 8%;
  font-family: arial;
  font-size: 17px;
  text-shadow: 0 0 1px #000;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-right: 0;
  background:  #242526;
  border:1px solid #242526;
}
input[type=submit]:hover{
  background:  #3A3B3C;

}

input[type=text]: focus,input[type=submit]:focus{
  outline: none;

}
/*search bar end*/


/*trending start*/

.trending_search{
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
}
.image{
  height: 100%;
  width: 100%;
  display: inline-flex;
 
}
.trending_pics_first{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.trending_pics_first:hover{
  transform: translateY(-20px);
  transition: 0.8s;
  
}
.trending_first img{
  height: 350px;
  width: 750px;
  margin-left: 80px;
  border-radius: px;
}
.trending_info{
  margin-left: 260px;
  margin-top: -350px;
  color: black;
}
.trending_info h1{
  font-size: 40px;
}



.trending_pics_second{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.trending_pics_second img{
  height: 350px;
  width: 375px;
  margin-left: 5px;
  border-radius: 0px;
  
}
.trending_pics_second:hover{
  transform: translatey(-20px);
  transition: 0.8s;
}
.trending_info_2{
  margin-top: -350px;
  font-size: 30px;
  margin-left: 10px;
  text-align: left;
  color: white;
}



.trending_pics_third{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.trending_pics_third img{
  height: 350px;
  width: 375px;
  margin-top: 355px;
  margin-left: -1130px;
  border-radius: 00px;
  
}
.trending_pics_third:hover{
  transform: translateY(20px);
  transition: 0.8s;
  cursor: unset;
}
.trending_info_3{
  margin-top: 0px;
  color: black;
 
}
.trending_third{

}




.trending_pics_forth{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.trending_pics_forth img{
  height: 350px;
  width: 750px;
  margin-top: 355px;
  margin-left: -777px;
  border-radius: 00px;
  
}
.trending_pics_forth:hover{
  transform: translateY(20px);
  transition: 0.8s;
}
.trending_forth{

}

/*trending end*/





/*car deal start*/



.car_deal{
  text-align: center;
  margin-top: 25px;
  font-size: 30px;
}

.car_deal_image{
  height: 100%;
  width: 100%;
  display: flex;
}


.car_deal_first{
  height: 100%;
  width: 100%;
  margin-top: 30px;

}
.first_car img{
  height: 250px;
  width: 250px;
  margin-left: 35px;
  border-radius: 00px;
  
}
.first_car:hover img{
  transition: 0.8s;
  transform: skewY(-20deg);
  cursor: pointer;

  overflow: hidden;
}
.first_car a{
  text-decoration: none;
}
.first_car span{
  margin-left: 180px;
  color: black;
  font-size: 35px;

}
.first_car span:hover{
  text-decoration: underline;
}
.first_car p{
  margin-left: 50px;
  font-size: 25px;
}



.car_deal_second{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.second_car img{
  height: 250px;
  width: 250px;
  margin-left: 35px;
  border-radius: 0px;
  
}
.second_car:hover img{
  transition: 0.8s;
  transform: rotate(05deg);

  overflow: hidden;
}
.second_car a{
  text-decoration: none;
}
.second_car span{
  margin-left: 180px;
  color: black;
  font-size: 35px;

}
.second_car span:hover{
  text-decoration: underline;
}
.second_car p{
  margin-left: 60px;
  font-size: 25px;

}


.car_deal_third{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.car_third img{
  height: 250px;
  width: 250px;
  margin-left: 20px;
  border-radius: 00px;
  
}
.car_third:hover img{
  transition: 0.8s;
  transform: rotate(-05deg);

  overflow: hidden;
}
.car_third a{
  text-decoration: none;
}
.car_third span{
  margin-left: 180px;
  color: black;
  font-size: 35px;

}
.car_third span:hover{
  text-decoration: underline;
}
.car_third p{
  margin-left: 60px;
  font-size: 25px;

}





.car_deal_forth{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.car_forth img{
  height: 250px;
  width: 250px;
  margin-top: px;
  margin-left: 15px;
  border-radius: 00px;
  
}
.car_forth:hover img{
  transition: 0.8s;
  transform: skewY(20deg);
  cursor: pointer;
  overflow: hidden;
}
.car_forth a{
  text-decoration: none;
}
.car_forth span{
  margin-left: 120px;
  color: black;
  font-size: 35px;

}
.car_forth span:hover{
  text-decoration: underline;
}
.car_forth p{
  margin-left: 40px;
  font-size: 25px;
}
/*car deal end*/









/*price start*/




.price_wrapper{
  text-align: center;
  margin-top: 50px;
  font-size: 30px;
  color: black;
}


.price_main{
  height: 100%;
  width: 100%;
 display: inline-flex;
  position: relative;
  overflow: ;
}

.price_submain{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.price_first img{
  height: 250px;
  width: 250px;
  margin-top: px;
  margin-left: 35px;
  border-radius: 00px;
  position: absolute;
  
}
.price_first:hover img{
  transition: 0.8s;
  transform: rotateY(150deg);
}
.price_first a{
  text-decoration: none;
}





.price_submain_second{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.price_second img{
  height: 250px;
  width: 250px;
  margin-top: 0px;
  margin-left: 50px;
  border-radius: 00px;
  position: absolute;
  
}
.price_second:hover img{
  transition: 0.8s;
  transform: rotateY(150deg);
}
.price_second a{
  text-decoration: none;
}
.price_second h3{
  margin-left: 100px;
  margin-top: 20px;
  font-family: sans-serif;
  color: gray;
  font-size: 30px;
  border-radius:35px;
  border: white;
  width: 230px;
}
.price_second h3:hover{
  color:  ; 
  border: white outset 7px;  
}











.price_submain_third{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.price_third img{
  height: 250px;
  width: 250px;
  margin-top: 0px;
  margin-left: 50px;
  border-radius: 00px;
   position: absolute;
  
}
.price_third:hover img{
  transition: 0.8s;
  transform: rotateY(150deg);
}
.price_third a{
  text-decoration: none;
}
.price_third h3{
  margin-left: 100px;
  margin-top: 20px;
  font-family: sans-serif;
  color: gray;
  font-size: 30px;
  border-radius:35px;
  border: white;
  width: 230px;
}
.price_third h3:hover{
  color:  ; 
  border: white outset 7px;  
}







.price_submain_forth{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.price_forth img{
  height: 250px;
  width: 250px;
  margin-top: 0px;
  margin-left:20px;
  border-radius: 00px;
   position: absolute;
  
}
.price_forth:hover img{
  transition: 0.8s;
  transform: rotateY(150deg);
}
.price_forth a{
  text-decoration: none;
}
.price_forth h3{
  margin-left: 30px;
  margin-top: 100px;
  font-family: sans-serif;
  color: gray;
  font-size: 30px;
  border-radius:35px;
  border: white;
  width: 230px;
}
.price_forth h3:hover{
  color:  ; 
  border: white outset 7px;  
}









/*price end*/
























/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/
/**/














/*upcoming new model & pricing start*/


.upcoming_model{
   text-align: center;
  margin-top: 75px;
  color: #242526;
  font-size: 30px;
  
}



.upcoming_main{
  height: 100%;
  width: 100%;
  display: inline-flex;
  margin-top: 150px;
  position: relative;
  
}

.upcoming_submain{
  height: 100%;
  width: 100%;
  margin-top: 300px;
}
.upcoming_first img{
  height: 460px;
  width: 460px;
  margin-top: 80px;
  margin-left: 20px;
  border-radius: 00px;
   position: absolute;
  
}
.upcoming_submain_second{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.upcoming_second img{
  height: 100px;
  width: 100px;
  margin-top: 0px;
  margin-left: 50px;
  border-radius: 00px;
   position: absolute;
  
}
.upcoming_submain_third{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.upcoming_third img{
  height: 100px;
  width: 100px;
  margin-top: 120px;
  margin-left: -226px;
  border-radius: 00px;
   position: absolute;
  
}
.upcoming_submain_forth{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.upcoming_forth img{
  height: 100px;
  width: 100px;
  margin-top: 240px;
  margin-left: -502px;
  border-radius: 00px;
   position: absolute;
  
}
.upcoming_submain_five{
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.upcoming_five img{
  height: 100px;
  width: 100px;
  margin-top: 360px;
  margin-left: -777px;
  border-radius: 00px;
   position: absolute;
  
}



/*upcoming new model & pricing end*/





/*popular car list*/

.popular_list{
  text-align: center;
  margin-top: 175px;
  color: #242526;
  font-size: 30px;
  
}
.popular_car_list{
  height: 100%;
  width: 100%;
  margin-top: 45px;
  margin-left: px; 
  display: inline-block;
  color: red;
  text-shadow: red;
   
}
.popular_car_list :hover{
   background: #242526;
  color: white;
  transition: 0.8s;
   border-radius: 35px;
}
.popular_car_list_1{
  margin-left: 25px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
   text-align: center;

}
.popular_car_list_1 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_2{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
   text-align: center;
}
.popular_car_list_2 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_3{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_3 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_4{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_4 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_5{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_5 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_6{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_6 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_7{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_7 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_8{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_8 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_9{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_9 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_10{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_10 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_11{
  margin-top: 15px;
  margin-left: 25px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_11 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_12{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_12 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_13{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_13 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_14{
  margin-top: 15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_14 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_15{
  margin-top:15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_15 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_16{
 margin-top:15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_16 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_17{
  margin-top:15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_17 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_18{
 margin-top:15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_18 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_19{
  margin-top:15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_19 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_20{
  margin-top:  15px;
   margin-left: 25px;
    border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_20 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_21{
  margin-left: 500px;
  margin-top: -1080px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
  text-align: center;
 text-align: center;
}
.popular_car_list_21 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_22{
  margin-left: 500px;
  margin-top: 15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_22 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_23{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_23 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_24{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_24 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_25{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_25 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_26{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_26 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_27{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_27 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_28{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_28 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_29{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_29 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_30{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_30 a{
  text-decoration: none;
  color: #242526; 


}
.popular_car_list_31{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_31 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_32{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_32 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_33{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_33 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_34{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_34 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_35{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_35 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_36{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_36 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_37{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_37 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_38{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_38 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_39{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_39 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_40{
  margin-left: 500px;
  margin-top:15px;
   border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_40 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_41{
  margin-left: 975px;
  margin-top: -1080px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_41 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_42{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_42 a{
  text-decoration: none;
  color: #242526; 

}
.popular_car_list_43{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_43 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_44{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_44 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_45{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_45 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_46{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_46 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_47{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_47 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_48{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_48 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_49{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_49 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_50{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_50 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_51{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_51 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_52{
  margin-left: 975px;
  margin-top: 15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_52 a{
  text-decoration: none;
  color: #242526; 
  margin-top:15px;
}
.popular_car_list_53{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_53 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_54{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_54 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_55{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_55 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_56{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_56 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_57{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_57 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_58{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_58 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_59{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_59 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_60{
  margin-left: 975px;
  margin-top:15px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_60 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_61{
  margin-left: 25px;
  margin-top: 35px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_61 a{
  text-decoration: none;
  color: #242526; 
}
.popular_car_list_62{
  margin-left: 975px;
  margin-top:-35px;
  border: #242526 outset 7px;
  border-radius: 35px;
  height: 40px;
  width: 250px;
  list-style: none;
 text-align: center;
}
.popular_car_list_62 a{
  text-decoration: none;
  color: #242526; 
}

/*popular car list end*/



/*state start*/

.state_heading{
  text-align: center;
  margin-top: 95px;
  font-size: 30px;
}
.state_main{
  margin-top: 35px;
   height: 100%;
  width: 100%;
  display: inline-flex;
}
.state_1 img{
  height: 250px;
  width: 250px;
  margin-left: 35px;
}
.state_1 img:hover{
  transition: 0.8s;
  border-radius: 100px;
  opacity: 0.5;
}
.state_2 img{
  height: 250px;
  width: 250px;
  margin-left: 35px;
}
.state_2 img:hover{
  transition: 0.8s;
  border-radius: 100px;
}
.state_3 img{
  height: 250px;
  width: 250px;
  margin-left: 35px;
}
.state_3 img:hover{
  transition: 0.8s;
  border-radius: 100px;
}


/*state end*/








/*BREAKING AUTOMATIVE NEWS start*/

.breaking_automative{
   text-align: center;
  margin-top: 75px;
  color: #242526;
  font-size: 30px;
}

.automative_main{
  height: 100%;
  width: 90%;
  margin-top: 75px;
  margin-left: 20px;
}
.automative_main img{
  height: 450px;
  width: 450px;
  border-radius: 50px;
}
.automative_main img:hover{
  transition: 0.8s;
   height: 450px;
   width: 450px;
   border-radius: 100px;
}








/*BREAKING AUTOMATIVE NEWS end*/





/*SHOP NEW CARS BY MAKE start*/


.shop_new{
  margin-top: 200px;
   text-align: center;
  color: #242526;
  font-size: 30px;
  
}

.shop_new_main{
  height: 100%;
  width: 100%;
  margin-top: 45px;
  display: inline-flex;
}
.shop_new_1 img{
  height: 100px;
  width: 100px;
  margin-top: px;
  margin-left: 25px;
  border-radius: 00px;
  
}
.shop_new_2 img{
   height: 100px;
  width: 100px;
  margin-top: px;
  margin-left: 25px;
  border-radius: 00px;
}
.shop_new_3 img{
   height: 100px;
  width: 100px;
  margin-top: px;
  margin-left: 25px;
  border-radius: 00px;
}
.shop_new_4 img{
   height: 100px;
  width: 100px;
  margin-top: px;
  margin-left: 25px;
  border-radius: 00px;
}
.shop_new_5 img{
   height: 100px;
  width: 100px;
  margin-top: px;
  margin-left: 25px;
  border-radius: 00px;
}
.shop_new_6 img{
   height: 100px;
  width: 100px;
  margin-top: px;
  margin-left: 25px;
  border-radius: 00px;
}
.shop_new_7 img{
   height: 100px;
  width: 100px;
  margin-top: px;
  margin-left: 25px;
  border-radius: 00px;
}
.shop_new_8 img{
   height: 100px;
  width: 100px;
  margin-top: 250px;
  margin-left: -850px;
  border-radius: 00px;
}
.shop_new_9 img{
   height: 100px;
  width: 100px;
  margin-top: 250px;
  margin-left: -725px;
  border-radius: 00px;
}
.shop_new_10 img{
   height: 100px;
  width: 100px;
  margin-top: 250px;
  margin-left: -600px;
  border-radius: 00px;
}
.shop_new_11 img{
   height: 100px;
  width: 100px;
  margin-top: 250px;
  margin-left: -475px;
  border-radius: 00px;
}
.shop_new_12 img{
   height: 100px;
  width: 100px;
  margin-top: 250px;
  margin-left: -350px;
  border-radius: 00px;
}
.shop_new_13 img{
   height: 100px;
  width: 100px;
  margin-top: 250px;
  margin-left: -225px;
  border-radius: 00px;
}
.shop_new_14 img{
   height: 100px;
  width: 100px;
  margin-top: 250px;
  margin-left: -100px;
  border-radius: 00px;
}
.shop_new_15 img{
   height: 100px;
  width: 100px;
  margin-top: 465px;
  margin-left: -850px;
  border-radius: 00px;
}
.shop_new_16 img{
   height: 100px;
  width: 100px;
  margin-top: 465px;
  margin-left: -725px;
  border-radius: 00px;
}
.shop_new_17 img{
   height: 100px;
  width: 100px;
  margin-top: 465px;
  margin-left: -600px;
  border-radius: 00px;
}
.shop_new_18 img{
   height: 100px;
  width: 100px;
  margin-top: 465px;
  margin-left: -475px;
  border-radius: 00px;
}
.shop_new_19 img{
   height: 100px;
  width: 100px;
  margin-top: 475px;
  margin-left: -350px;
  border-radius: 00px;
}
.shop_new_20 img{
   height: 100px;
  width: 100px;
  margin-top: 465px;
  margin-left: -225px;
  border-radius: 00px;
}
.shop_new_21 img{
   height: 100px;
  width: 100px;
  margin-top: 465px;
  margin-left: -100px;
  border-radius: 00px;
}


/*SHOP NEW CARS BY MAKE end*/





/*WHY THE CAR WORLD.COM start*/



.why{
  height: 100%;
  width: 100%;
}
.why_image{
  height: 100%
  width:100%;
  margin-top: 90px;
}
.why_image img{
  height: 500px;
  width: 100%;
}
.why_first{
  margin-top: -370px;
   text-align: center;
  color: white;
  font-size: 25px;
}

.why_second{
   margin-top: 50px;
   margin-left: 200px;
  color: white;
  font-size: 20px;
}
.why_third{
  margin-top: -130px;
   text-align: center;
  color: white;
  font-size: 20px;
}
.why_forth{
  margin-top: -130px;
   margin-left: 800px;
  color: white;
  font-size: 20px;
}


















/*WHY THE CAR WORLD.COM end*/



























/*footer section start*/



@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
 
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.content1{
  position: relative;
  margin: 130px auto;
  text-align: center;
  padding: 0 20px;
}
.content1 .text{
  font-size: 2.5rem;
  font-weight: 600;
  color: #202020;
}
.content1 .p{
  font-size: 2.1875rem;
  font-weight: 600;
  color: #202020;
}
footer{
  position: ;
  bottom: 0px;
  width: 100%;
  background: #242526;
  margin-top: 224px;
}
.main-content{
  display: flex;
   color: #d9d9d9;
}
.main-content .box{
  flex-basis: 50%;
  padding: 10px 20px;
}
.box h2{
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
}
.box .content{
  margin: 20px 0 0 0;
  position: relative;
}
.box .content:before{
  position: absolute;
  content: '';
  top: -10px;
  height: 2px;
  width: 100%;
  background: #1a1a1a;
}
.box .content:after{
  position: absolute;
  content: '';
  height: 2px;
  width: 15%;
  background: #f12020;
  top: -10px;
}
.left .content p{
  text-align: justify;
}
.left .content .social{
  margin: 20px 0 0 0;
}
.left .content .social a{
  padding: 0 2px;
}
.left .content .social a span{
  height: 40px;
  width: 40px;
  background: #1a1a1a;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
  transition: 0.3s;
}
.left .content .social a span:hover{
  background: #f12020;
}
.center .content .fas{
  font-size: 1.4375rem;
  background: #1a1a1a;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
.center .content .fas:hover{
  background: #f12020;
}
.center .content .text{
  font-size: 1.0625rem;
  font-weight: 500;
  padding-left: 10px;
}
.center .content .phone{
  margin: 15px 0;
}
.right form .text{
  font-size: 1.0625rem;
  margin-bottom: 2px;
  color: #656565;
}
.right form .msg{
  margin-top: 10px;
}
.right form input, .right form textarea{
  width: 100%;
  font-size: 1.0625rem;
  background: #151515;
  padding-left: 10px;
  border: 1px solid #222222;
}
.right form input:focus,
.right form textarea:focus{
  outline-color: #3498db;
}
.right form input{
  height: 35px;
}
.right form .btn{
  margin-top: 10px;
}
.right form .btn button{
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  background: #f12020;
  font-size: 1.0625rem;
  font-weight: 500;
  cursor: pointer;
  transition: .3s;
}
.right form .btn button:hover{
  background: #000;
}
.bottom center{
  padding: 5px;
  font-size: 0.9375rem;
  background: #151515;
}
.bottom center span{
  color: #656565;
}
.bottom center a{
  color: #f12020;
  text-decoration: none;
}
.bottom center a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  footer{
    position: relative;
    bottom: 0px;
  }
  .main-content{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .main-content .box{
    margin: 5px 0;
  }
}


/*footer section end*/



/*media queries*/


@media (max-width: 700px){
  .trending_search h2{
    color: red;
    font-size: 50px;
  }
  

}
