@media(max-width:768px){
nav{
        background-color: transparent;
        width: 100%;
        flex-wrap: wrap;
        background-color: white;
        height: 10vh;
        margin-bottom: 50px;
    }
    .toggle{
        display: initial;
        font-size: 20px;
        padding: 12px;
    }
    .toggle i{
        color: black;
        font-weight: bolder;
        font-size: 1.6rem;
    }
    .menu{
        flex-direction:column;
        background-color: transparent;
        color: white;
    }
    .menu li{
        width: 100vw;
        color: aliceblue;
        display: inline-block;
    }
    .menu li a{
        color: black;
        transition: 0.5s;
        display: block;
        margin: 0;
        line-height: 35px;
        padding-left: 10px;
        border-radius: 10px;
        font-size: 13px;
        
    }
    .menu li a:hover{
        background-color: black;
        color: white;
        text-decoration: none;
        
    }
    .brand a{
        text-decoration: none;
        color: black;
        font-weight: bolder;
        font-size: 15px;
        margin-left: 5px;
    }
    .brand{
        padding: 12px;
    }
    .header1{
        height: 600px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        width: 100%;
    }
    .img1{
        width: 200px;
        object-fit: cover;
        border-radius: 100px;
        margin-bottom: 0px;
    }
    .child1{
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 2px;
    }
    .child2 h6{
        color:white;
        font-size: 15px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        width: 100%;
        margin-bottom: 0;
        padding: 10px;
        border-radius: 1px;
        margin-top: 30px;
       
    }
    .child2{
        margin-top: 0;
        margin-left: 3px;
        margin-right: 3px;
        text-align: center;
    }
    .child2 button{
        border: none;
        margin-top: 20px;
        color: black;
        font-size: 14px;
        background-color: white;
        font-weight: bold;
        margin-bottom: 10px;
        margin-left: 0;
        padding: 5px 10px;
        border-radius: 5px;
    }
    .header1-content{
        display: block;
        margin-top: 0;
    }
    .header1-content a{
        background-color: white;
    }
    .section img{
        width: 200px;
        height: 180px;
        object-position: center;
    }
    .container h2{
        font-size: 18px;
        text-align: center;
        color: black;
        margin-top: 10px;
        font-weight: bold;
    }
    .section h3{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .section p{
        font-size: 15px;
        color: black;
        text-align: center;

    }
    .section{
        text-align: center;
    }
    .models-grid{
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
    }
    .div1 h2{
        font-size: 17px;
        color: lightseagreen;
        text-align: center;

    }
    .div1{
        height: 220px;
        margin-top: 50px;
    }
    .div1 p{
        color: black;
        margin-top: 10px;
        font-size: 15px;
        text-align: center;
        line-height: 20px;
    }
    .div2{
        background-image: url(../img/d3.jpg);
        background-repeat: no-repeat;
        background-position: right;
        height: 300px;
        margin-bottom: 10px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        filter: brightness(90%);

    }
    .div2 div h4{
        font-size: 20px;
        color: white;
        text-align: center;

    }
    .div2 div{
        margin-bottom: 100px;
    }
    .div3 h2{
        font-size: 17px;
        color: lightseagreen;
        text-align: center;

    }
    .div3{
        height: 270px;
        margin-top: 20px;
    }
    .div3 p{
        color: black;
        margin-top: 10px;
        font-size: 15px;
        text-align: center;
        line-height: 20px;
    }
    .footer1{
        background-color: gray;
        height: 550px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        width: 100%;
    }
    .footer1 h6{
        font-size: 15px;
        color: white;
        margin-top: 10px;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer1  li{
        color: white;
        font-size: 14px;
        list-style-type: none;
        text-decoration: underline;
        margin-bottom: 20px;
        font-weight: bold;
        margin-left: 10px;
      
    }
    .footer1 p{
        font-size: 13px;
        color: white;
        text-align: center;
        margin-left: 2px;
        line-height: 30px;
        width: 240px;
    }
    .footer1 div{
        box-shadow: 1px 0 2px 2px;
    }
    .image,.image2,.image3{
        height: 400px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .header2{
        height: 400px;
    }
    .image h4{
       color: whitesmoke;
       text-align: center;
       font-size: 25px;
    }
    .image2 h4{
        color: whitesmoke;
        text-align: center; 
        font-size: 25px;
    }
    .image3 h4{
        color: whitesmoke;
        text-align: center; 
        font-size: 25px;
    }
    .section2 h2{
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }
    .grid{
        display: grid;
        grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)) ;
        gap: 20px;
    }
    .grid div{
        background-color: black;
        border-radius: 20px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .grid div h3{
        font-size: 20px;
        color: white;
        text-align: center;
    }
    .grid div p{
        font-size: 14px;
        color: white;
        text-align: center;
        margin: 3px 3px ;
    }
    .section2{
        height: 500px;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .dave{
        background-image: url(../img/screenshot-1741032212390.png);
        height: 200px;
        background-size: cover;
        background-position: right;
    }
    .footer2{
        text-align: center;
        color: black;
        font-size: 15px;
        font-weight: bold;
        height: 50px;
        margin-top: 20px;
    }
      .header3 {
        background-image: url(../img/img4.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 10px 0;
        text-align: center;
        
      }
      .header3 h1 {
        margin: 0;
        font-size: 20px;
        color: white;
        font-weight: bold;
      }
      .header3 div{
        margin-bottom: 60px;
      }
      .p1{
        font-size: 15px;
        font-weight: bold;
      }
      .container {
        width: 100%;
        margin: 20px auto;
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        font-size: 16px;
      }
      .h2 {
        color: #333;
        margin-top: 0;
        font-size: 16px;
      }
      .p2 {
        margin: 10px 0;
        font-size: 13px;
      }
     .sec a {
        color: #007BFF;
        text-decoration: none;
      }
     .sec a:hover {
        text-decoration: underline;
      }
      /* .footer8 {
        text-align: center;
        padding: 20px;
        background: #333;
        color: #fff;
        margin-top: 20px;
      } */
      .sec ul li{
        font-size: 14px;
      }
      .asf{
        width: 200px;
      }
      /* General Styles */
  
  .header4 {
  background-image: url(../img/img5.webp);
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  }
  .h{
    font-size: 25px;
    color: red;
    font-weight: bold;
  }
  .header4 div{
    margin-bottom: 100px;
  } 
  .contact-section {
    padding: 40px 20px;
    text-align: center;
  }
  
  .contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contact-form, .contact-info {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
  }
  
  .contact-form textarea {
    resize: vertical;
  }
  
  .button {
    background: #007BFF;
    color: #fff;
    border: none;
    padding: 5px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
  }
  
  .button:hover {
    background: #0056b3;
  }
  
  .contact-info h3 {
    margin-top: 20px;
  }
  
  .social-media {
    display: flex;
    margin-top: 10px;
  }
  
  
  .map-section {
    margin-top: 40px;
  }
  #fa{
    color:#1877F2 ;
    font-size: 18px;
    transition: 0.5s;
  }
  #fa:hover{
    opacity: 0.7;
  }
  #wa{
    color:#25D366 ;
    font-size: 18px;
    transition: 0.5s;
  }
  #wa:hover{
    opacity: 0.7;
  }
  #in{
    color: #E4405F;
    font-size: 18px;
    transition: 0.5s;
  }
  #in:hover{
    opacity: 0.7;
  }
  #tw{
    font-size: 18px;
    color: #1DA1F2;
    transition: 0.5s;
  }
  #tw:hover{
    opacity: 0.7;
  }
  
  .fat {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    font-size: 16px;
  }
  .fat a{
    margin-right: 20px;
  }

 

   
}