@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}


.wrapper-nav {
  background-color: #DFEAF7;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.wrapper-div {
  width: 90%;
}

.header-img {
  width: 200px;
}

.wrapper-contact-image {
  width: 200px;
}

.offcanvas-btn {
  background-color: transparent;
  border: none;
}

.main-sec {
  margin-top: 140px;
}

.contact-icon {
  font-size: 35px;
  color: black;
}


.footer {
  background-color: #303F9F;
  width: 100%;
  /* height: 820px; */
}

.rights {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.footer-texthead {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.footer-text {
  font-size: 14px;
}

.footer-hr {
  color: white;
}

.nav-a {
  color: black;
  font-weight: bold;
  font-size: 15px;
}

.EV_main {
  height: 1100px;
  background-image: url("../images/background/Background.png");
  padding: 20px;

}

.EV_main h1 {
  font-size: 44px;
}

.main_img {
  width: 300px;
}

.EV_details {
  background-image: url("../images/background/612399463.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.motor_img {
  width: 300px;
}

.listies {
  line-height: 30px;
  list-style-image: url("https://img.icons8.com/?size=24&id=7690&format=png&color=228BE6");
  /* 104d91 */
}

.listies li {
  padding-bottom: 20px;
}

.specs_img {
  width: 100%;
  height: 100%;
}

.specs_img_wrapper {
  padding-bottom: 20px;
}

.EV_specs {
  background-image: url(../images/background/Frame51.jpg);
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_head h1{
  font-size: 44px;
}

@media (min-width:768px) {

  .EV_main {
    height: 700px;
  }

  .main_head {
    width: 400px;
  }

  .EV_details {
    height: 1450px;
  }

  .listies li {
    width: 45%;
  }

  .listies {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .motor_img {
    width: 400px;
  }

  .EV_specs h3 {
    font-size: 44px;
  }

  

}

@media (min-width:992px) {

  .EV_main {
    height: 600px;
    overflow: hidden;
  }

  .EV_main h1 {
    font-size: 44px;
  }

  .EV_main p {
    font-size: 18px;
  }

  .main_cta {
    /* border: 2px solid palegoldenrod; */
    width: 70%;
  }

  .main_img {
    width: 550px;
    padding-bottom: 180px;
    position: relative;
    right: 0px;
    /* border: 2px solid red; */
  }

  .main_head {
    width: 40%;
  }

  .listies li {
    width: 50%;
    padding: 10px;
  }

  .EV_details{
    height: 650px;
  }

  .EV_details_name {
    width: 70%;
  }

  .details_head {
    font-size: 44px;
  }

  .listies {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .motor_img {
    width: 400px;
  }

  .EV_specs{
    height: 700px;
  }

  .EV_specs h3 {
    font-size: 44px;
  }

  .specs_img {
    width: 600px;
  }

  .footer {
    height: 220px;
  }

  .rights {
    font-size: 14px;
    margin: 0;
    padding: 0;
  }

  .footer-texthead {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }

  .footer-text {
    font-size: 14px;
  }

  .motor_list{
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    
  }

  .motor_list::-webkit-scrollbar-track {
    border: 1px solid #ffffff;
    padding: 2px 0;
    background-color: #ffffff;
  }
  
  .motor_list::-webkit-scrollbar {
    width: 10px;
  }
  
  .motor_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(121, 208, 255, 0.3);
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
}

@media (min-width:1440px) {

  .EV_main h1 {
    font-size: 64px;
  }

  .EV_main p {
    font-size: 20px;
  }

  .EV_details{
    height: 800px;
  }

  .motor_list{
    width: 700px;
    height: 700px;
  }

  .motor_img{
    width: 700px;
    height: 500px;
  }

  .details_head {
    font-size: 54px;
  }

  .main_img{
    width: 700px;
  }

  .main_head p{
    font-size: 40px;
  }

  .main_head h1{
    font-size: 50px;
  }

}
