*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html , body{
    height: 100%;
    width: 100%;
} 
#main{
    width: 100%;
    height: 100vh;  
}
#back{
    width: 100%;
    height: 100vh;
}
#back img{
    width: 100%;
    height: 99%;
    object-fit: cover;
}
#top{
    pointer-events: none;
    position:  absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
#working{
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100vh;
    max-width: 80%;

}
#nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
}
#nav img{
    height: 60px;
}
#nleft,#nright{
    display: flex;
    gap: 30px;
    align-items: center;
}
#nav a{
    pointer-events: all;
    color: #fff;
    text-decoration: none;
    font-size: 2.1vh;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.13vw;
}
#hero{
    position: absolute;
    top: 52%;
    left: 0;
    transform: translate(0%,-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#left .elem{
    height: 9vw;
    position: relative;
    overflow: hidden;
}
#hero .elem h1:nth-child(1){
    top: 0;
}
#hero .elem h1{
    position: absolute;
    top: 100%;
    left: 0; 
    color: #fff;
    line-height: .8;
    font-weight: 100;
    font-size: 7vw; 
}
#hero #left{
    min-width: 100%;
}
#left button{
    pointer-events: all;
    padding: .8vw 3vw;
    font-size: 3.3vw;
    font-weight: 300;
    margin-top: 2vw;
} 
#hero #right{
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
}
#hero #right p{
    font-size: .95vw;
    text-align: right;
    font-weight: 400;   
}
#right #imgdiv{
    width: 100%;
    height: 11vw;
    margin-top: 1vw;
    margin-bottom: 2vw;
    background-image: url(https://images.unsplash.com/photo-1616776005756-4dca36124bf9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80);
    background-position: center;
    background-size: cover;
}
#right p:nth-child(3){
    margin-bottom: 5vw;
}

.sec.details {
    background-color: #f0f0f0;
    padding: 50px;
    text-align: center;
  }
  
  .details .content {
    max-width: 70%;
    margin: 0 auto;
  }
  
  .details h1 {
    font-size: 4vw;
    color: #333;
    margin-bottom: 20px;
  }
  
  .details p {
    font-size: 1.5vw;
    color: #555;
    margin-bottom: 30px;
  }
  
  .details .submit-btn {
    pointer-events: all;
    padding: 0.8vw 3vw;
    font-size: 2vw;
    font-weight: 300;
    background-color: #fff;
    border-radius: 10px;
  }
  
.faq-section {
    background-color: #f3f4f6;
    padding: 2rem;
  }
  
  .faq-section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  
  .faq-item {
    margin: 1rem 0;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .faq-question {
    font-size: 1.2rem;
    font-weight: bold;
  }
  
  .faq-answer {
    font-size: 1rem;
    color: #555;
    display: none;
    margin-top: 0.5rem;
  }
.inspiration-section {
    background-color: #f4f4f4;
    padding: 4rem 0;
    text-align: center;
  }
  
  .inspiration-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .project {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 90%;
    margin: 0 auto;
  }
  
  .project-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    object-fit: cover;
  }
  
  .project-info {
    max-width: 500px;
  }
  
  .project-info h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .project-info p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 1.5rem;
  }
  
  .project-info .btn {
    background-color: #007bff;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
  }
  
  .project-info .btn:hover {
    background-color: #0056b3;
  }
  
  @media (max-width: 768px) {
    .project {
      flex-direction: column;
    }
  }
  
.create-project-section {
    background-color: #f9f9f9;
    padding: 3rem 0;
    text-align: center;
  }
  
  .create-project-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  
  .step-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 0 2rem;
  }
  
  .step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .step:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .step-text {
    flex: 1;
    max-width: 50%; 
  }
  
  .step-text h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
  }
  
  .step-text p {
    font-size: 1rem;
    color: #555;
  }
  
  .step-image {
    flex: 1;
    max-width: 50%;
  }
  
  .step-image img {
    width: 100%; 
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .step {
      flex-direction: column;
      text-align: center;
    }
  
    .step:nth-child(even) {
      flex-direction: column;
    }
  
    .step-text, .step-image {
      max-width: 100%;
    }
  }
