@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: sans-serif;
}

nav {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transition: all 0.4s ease;
}
.nav-content .logo a{
  color: black;
}
.nav-content .logo a:hover{
  color: #164adb  ;
}

nav.sticky {
  padding: 15px 20px;
  background: #4070f4;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}

nav .nav-content {
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav .logo a {
  font-weight: 500px;
  font-size: 25px;
  color: #4070f4;
}

nav.sticky .logo a {
  color: #fff;
}

.nav-content .nav-links {
  display: flex;
}

.nav-content .nav-links li {
  list-style: none;
  margin: 5px 10px;
}

.nav-links li a {
  text-decoration: none;
  color: #0E2431;
  font-size: 18px;
  font-weight: 500px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  color: #4070f4;
}

nav.sticky .nav-links li a {
  color: #fff;
  transition: all 0.4s ease;
}

nav.sticky .nav-links li a:hover {
  color: #0E2431;
}

#header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left h1 {
  margin-left: 35px;
  font-size: 1.7rem;
}

.left h1:hover {
  color: #4070f4;
}

.left h6 {
  margin-left: 35px;
  color: rgb(55, 60, 60);
}

.left button {
  margin-left: 35px;
  cursor: pointer;
  border: 10px;
}

.input-box {
  position: relative;
  height: 76px;
  max-width: 900px;
  margin-top: 3%;
  width: 100%;
  background: #fff;
  margin-left: 200px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  
}

.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.input-box i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}

.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}

.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #164adb;
  cursor: pointer;
}

.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}
#services{
text-align:center ;
}

#services h2 {
  text-align: center;
  margin-top: 20px;
}

#services img {
  margin-left: 25px;
}

#features {
  display: flex;
  align-items: center;
  width: 100%;
}

.left1 {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
}

.left1 img {
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-overlay h1{
  margin-left: 20px;
  font-size: 1.9rem;
}

.text-overlay p {
  margin-left: 25px;
  font-size: 0.9rem;
  font-weight: bold;
}

.right1 {
  display: flex;
  justify-content: space-between;
  padding: 0px 12px;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}

.right .imgPor {
  width: 35%;
}

.right1 .textPor {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 70%;
}

.imgText {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 2px solid rgb(236, 236, 236);
}

#reviews {
  display: flex;
  justify-content: center;
  align-items: center;
}

#reviews button {
  margin-left: 900px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #164adb;
  color: white;
  border-radius: 20px;
}

#reviews button:hover {
  background-color: #fff;
  color: #000000;
}

#image .img1 {
  margin-left: 40px;
}

#image .img2 {
  margin-left: 40px;
}

#card {
  background-color: black;
  display: flex;
}

#card h2 {
  color: #fff;
}

.card {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 600px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 10%;
  margin-bottom: 10%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-image {
  width: 350px;
  height: 200px;
}

.container {
  padding: 16px;
  text-align: center;
}

.container h4 {
  margin: 0 0 10px;
}

.container p {
  color: rgb(0, 0, 0);
  font-size: 14px;
}

.container .p {
  color: gray;
}

#dealers h3 {
  text-align: center;
  font-size: 1.9rem;
}

#dealers img {
  margin-left: 120px;
  width: 100px;
  height: 100px;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.footer-logo {
  display: flex;
  align-items: center;
  color: #164adb;
}

.footer-logo img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.footer-logo span {
  font-size: 24px;
  font-weight: bold;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin-top: 20px;
}

.link-section {
  margin-right: 50px;
}

.link-section h4 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #164adb;
}

.link-section ul {
  list-style: none;
  padding: 0;
}

.link-section ul li {
  margin-bottom: 8px;
}

.link-section ul li a {
  color: #fff;
  text-decoration: none;
}

.link-section ul li a:hover {
  text-decoration: underline;
}

.link-section a img {
  width: 120px;
  margin-right: 10px;
  margin-top: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  border-top: 1px solid #333;
  margin-top: 20px;
}

.footer-bottom p {
  margin: 10px 0;
}

.social-icons {
  display: flex;
  align-items: center;
}

.social-icons a {
  margin-left: 10px;
  color: #164adb;
}

.social-icons img {
  width: 20px;
  height: 20px;
 
}


@media screen and (max-width: 768px) {

  nav{
  width: 100%;
 }
 .nav-content .logo a{
margin-left: 60px; 
text-align: center;
 }
  .nav-links li{
  display: none;
 }
  #header{
  flex-direction: column-reverse;
  width: 100%;
 }
 #header .right img{
  height: 300px;
  width: 90%;
  margin: 20px 0;
 }
 #header .left h1{
  font-size: 20px;
  margin-left: 0;
  text-align: center;
 }
 .input-box {
  position: relative;
  height: 76px;
  max-width: 400px;
  width: 90%;
  background: #fff;
  margin-left: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.input-box i {
  left: 20px;
  font-size: 18px;
  color: #707070;
}

.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 10px 15px;
  background-color: transparent;
}

.input-box .button {

  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 6px;
  background-color: #164adb;
  cursor: pointer;
}

.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}
#services h2 {
  text-align: center;
  margin-top: 20px;
}

#services img {
  margin-left: 25px;
  width: 80px;
}
#features {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.left1 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.left1 img {
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-overlay h1{
  font-size: 1.4rem;
}
.text-overlay p {
  margin-left: 27px;
  font-size: 0.9rem;
}

.right1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  font-size: 18px;
  width: 90%;
}

.right .imgPor {
  width: 30%;
}

.right1 .textPor {
  display: flex;
  gap: 15px;
  flex-direction: column;
  width: 70%;
}
.right1 .textPor h3{
  font-size: 15px;
}
.right1 .textPor p{
  font-size: 10px;
}
.imgText {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid rgb(236, 236, 236);
}
#reviews {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin: 20px 0;
}

#reviews button {
  padding: 3px 8px;
  margin-bottom: 0px;
  background-color: #164adb;
  color: white;
  border-radius: 20px;
  margin-left: 0px;
}

#reviews button:hover {
  background-color: #fff;
  color: #000000;
}
#image img{
 width: 90%;
 height: 200px;
 flex-direction: column;
}
#joy img{
  width: 100%;
  height: 100%;
}
#card {
  background-color: black;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  
}

#card h2 {
  color: #fff;
}

.card {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 10%;
  text-align: center;
  width: 95%;
  margin-bottom: 10%;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-image {
  width: 350px;
  height: 200px;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: center;
  padding: 0 50px;
  flex-direction: column;
}

.footer-logo {
  display: flex;
  align-items: center;
  text-align: center  ;
}

.footer-logo img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: center;
}

.footer-logo span {
  font-size: 24px;
  font-weight: bold;
  margin-left: 40px;
}

.footer-links {
  display: flex;
  width: 100%;
  margin-top: 20px;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.link-section {
  margin: 20px 0;
  text-align: center;
}

.link-section h4 {
  margin-bottom: 10px;
  font-size: 18px;
}

.link-section ul {
  list-style: none;
  padding: 0;
}

.link-section ul li {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}

.link-section ul li a {
  color: #fff;
  text-decoration: none;
}

.link-section ul li a:hover {
  text-decoration: underline;
}

.link-section a img {
  width: 120px;
  margin-right: 10px;
  margin-top: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  border-top: 1px solid #333;
  margin-top: 20px;
}

.footer-bottom p {
  margin: 10px 0;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons a i{
  margin-left: 0;
}

.social-icons img {
  width: 20%;
  height: 20%;
}

} 
