nav{
    background-color:transparent;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 15vh;
    overflow: hidden;
    transition: ease 1s all;
    position: absolute;
    width: 97.7%;
}
.elastic{
    height: 55vh;
}
.brand{
    padding: 1.6rem;
}
.brand a{
    text-decoration: none;
    color: white;
    font-weight: bolder;
    font-size: 1.6rem;
}

.toggle{
    padding: 1.6rem;
    display: none;
    cursor:pointer;
}
.toggle i{
    color: white;
    font-weight: bolder;
    font-size: 1.6rem;
}

.menu{
    display: flex;
    list-style-type: none;
    padding: 1.6rem;
}
.menu li a{
    text-decoration: none;
    color:white;
    /* font-weight: bold; */
    font-size: 16px;
    margin:30px;
    transition: ease 0.5s;
}
.menu li a:hover{
    color: red;
    text-decoration: underline;
}
.header1{
    background-image: url(../img/image1.webp);
    height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.img1{
     width: 400px;
     object-fit: cover;
     border-radius: 200px;
     margin-bottom: 20px;
    
}
.child1{
   margin-bottom: 30px;
   margin-right: 400px;
}
.child2 h6{
     color:whitesmoke;
     font-size: 16px;
     text-align: center;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     width: 400px;
     margin-top: 70px;
     backdrop-filter: blur(10px);
     padding: 2rem;
     border-radius: 100px;
     border: 1px solid black;
}
.child2 button{
    border: none;
    margin-top: 20px;
    color: black;
    font-size: 20px;
    background-color: white;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 50px;
}
.header1-content{
      display: flex;
 }
.models-grid{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
} 
.section img{
    width: 300px;
    height: 200px;
    object-fit: cover;
}
.container h2{
    font-size: 25px;
    text-align: center;
    color: black;
    margin-top: 10px;
    font-weight: bold;
}
.section h3{
    font-size: 20px;
    font-weight: bold;
}
.section p{
    font-size: 17px;
    color: black;
}
.div1 h2{
    color: lightseagreen;
    text-align: center;

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

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

}
.div2 div{
    margin-bottom: 130px;
}
.div3 h2{
    color: lightseagreen;
    text-align: center;

}
.div3{
    height: 200px;
    margin-top: 20px;
}
.div3 p{
    color: black;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
}
.footer1{
    background-color: gray;
    height: 380px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.footer1 div{
    box-shadow: 1px 0 4px 2px;
}
.footer1 h6{
    font-size: 24px;
    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: 50px;
    margin-left: 10px;
    margin-left: 260px;
    font-size: 20px;
  
}
.footer1 p{
    font-size: 20px;
    color: white;
    text-align: center;
    width: 390px;
    margin-left: 100px;
}
.header2{
    height: 500px;
    

}
.image{
    background-image: url(../img/ai1.webp);
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.image2{
    background-image: url(../img/ai2.webp);
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
}
.image3{
    background-image: url(../img/ai3.webp);
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
}
span{
    display: none;
}
.image h4{
    color: red;
    text-align: center;
    font-size: 40px; 
 }
 .image2 h4{
     color: red;
     text-align: center; 
     font-size: 40px; 
 }
 .image3 h4{
     color: red;
     text-align: center;
     font-size: 40px; 
 }
 .section2 h2{
    font-size: 30px;
    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: 18px;
    color: white;
    text-align: center;
    margin: 3px 3px ;
}
.section2{
    height: 300px;
    margin-top: 20px;
    -webkit-animation-name: p;
    -webkit-animation-duration: 2s;
    animation-name: p;
    animation-duration: 2s;
}
@keyframes p{
    from{
        transform: translateY(20px);
    }
    to{
        transform: translateY(0);
    }
}
.dave{
    background-image: url(../img/screenshot-1741032212390.png);
    height: 300px;
    background-size: cover;
    background-position: right;
}
.footer2{
    text-align: center;
    color: black;
    font-size: 25px;
    font-weight: bold;
    height: 50px;
    margin-top: 20px;
}
.header3 {
    background-image: url(../img/img4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    
  }
  .header3 h1 {
    margin: 0;
    font-size: 40px;
    color: white;
    font-weight: bold;
    -webkit-animation-name: p;
    -webkit-animation-duration: 2s;
    animation-name: p;
    animation-duration: 2s;
}
@keyframes p{
    from{
        transform: translateY(20px);
    }
    to{
        transform: translateY(0);
    }
}
  
  .header3 div{
    margin-bottom: 60px;
  }
  .container {
    width: 80%;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .p1{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    -webkit-animation-name: p;
    -webkit-animation-duration: 2s;
    animation-name: p;
    animation-duration: 2s;
}
@keyframes p{
    from{
        transform: translateY(20px);
    }
    to{
        transform: translateY(0);
    }
}

  .h2 {
    color: #333;
    margin-top: 0;
  }
  .p2 {
    margin: 10px 0;
  }
 .sec a {
    color: #007BFF;
    text-decoration: none;
  }
  .sec a:hover {
    text-decoration: underline;
  }
  .asf{
    width: 400px;
    object-fit: cover;
  }
  body{
    -webkit-animation-name: p;
    -webkit-animation-duration: 2s;
    animation-name: p;
    animation-duration: 2s;
}
@keyframes p{
    from{
        transform: translateY(20px);
    }
    to{
        transform: translateY(0);
    }
}
.header4 {
    background-image: url(../img/img5.webp);
    background-position: center;
    height: 300px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    }
    .h{
        font-size: 50px;
        color: white;
        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: 16px;
  }
  
  .contact-form textarea {
    resize: vertical;
  }
  
  .button {
    background:black;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  .button:hover {
    background:black;
  }
  
  .contact-info h3 {
    margin-top: 20px;
  }
  
  .social-media {
    display: flex;
    margin-top: 10px;
  }
  
  
  .map-section {
    margin-top: 40px;
  }
  
  .fat {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 40px;
    font-size: 20px;
  }
  #fa{
    color:#1877F2 ;
    font-size: 25px;
    transition: 0.5s;
  }
  #fa:hover{
    opacity: 0.7;
  }
  #wa{
    color:#25D366 ;
    font-size: 25px;
    transition: 0.5s;
  }
  #wa:hover{
    opacity: 0.7;
  }
  #in{
    color: #E4405F;
    font-size: 25px;
    transition: 0.5s;
  }
  #in:hover{
    opacity: 0.7;
  }
  #tw{
    font-size: 25px;
    color: #1DA1F2;
    transition: 0.5s;
  }
  #tw:hover{
    opacity: 0.7;
  }
  .fat a{
    margin-right: 40px;
  }
  .cta-button{
    background-color: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
  }
  
/* #fade{
    -webkit-animation-name: x;
    -webkit-animation-duration: 2s;
    animation-name: x;
    animation-duration: 2s;
}
@keyframes x{
    from{
        opacity: 0.5;
    }
    to{
        opacity: 1;
    }
} */

  
  