* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
.navigation-section {
    height: 4.5rem;
    width: 100%;
    background-color: blue;

    color: black;
    display: flex;
    align-items: center;

    gap: 5px;

}

.logo {
    color: beige;
    font-size: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 900;
    padding-left: 20px;
}

.search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;

}

.navigation-section input {
    height: 2.5rem;
    border-radius: 6px 0px 0px 6px;
    padding: 6px;
    width: 30rem;
    outline: none;
    border: none;
}

.navigation-section button i {
    font-size: 1.2rem;
}

.navigation-section button {
    height: 2.5rem;
    border-radius: 0px 6px 6px 0px;
    padding: 6px;
    cursor: pointer;
    margin-left: 1px;
    border: none;
    width: 3rem;
}

.nav-bar {
    display: flex;
    gap: 30px;
}

.nav-bar a {
    color: azure;
    text-decoration: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transition: all 0.3 ease-in;
}

.nav-bar a:hover {
    transform: translateY(-2px);
    color: #e0e0e0;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    height: 90vh;
   background-color: burlywood;
}

.intro {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
}

.intro h1 {
    font-size: 3.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 3.4rem;
    font-weight: 900;
}

.intro span {
    color: blueviolet;
    font-weight: 900;

}

.paraone {

    font-size: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.paratwo {
    margin-top: 30px;
    font-size: 1.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.get-started {
    margin-top: 30px;
    background-color: purple;
    padding: 10px;

    width: 12rem;
    display: flex;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 4px;
}

.get-started a {
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
}

.get-started:hover {
    background-color: blueviolet;
}

.login-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.change {
    display: flex;
    justify-content: space-between;

    gap: 1px;
    box-sizing: border-box;
    width: 60vh;

    border-radius: 6px;

}

.customer,
.tech {
    display: flex;
    justify-content: center;
    background-color: #e0e0e0;
    width: 100%;
    height: 2.5rem;
    align-items: center;
    cursor: pointer;
    text-align: center;
    border-radius: 6px 0px 0px 0px;
    transition: all 0.2s ease-in-out;
}

.customer {
    background-color: green;
    color: white;
}

.tech {
    border-radius: 0px 6px 0px 0px;
}

.login-page {
    display: flex;
    gap: 20px;
    transition: all 1s ease-in-out;
    box-sizing: border-box;
    width: 60vh;
    overflow: hidden;
}

#login {
    border-radius: 0px 0px 270px 270px;
    color: white;
}

.login-customer {
    display: flex;
    flex-direction: column;
    background-color: cornsilk;
    height: 70vh;
    width: 60vh;
    border-radius: 0px 0px 6px 6px;
    gap: 20px;
    box-sizing: border-box;
    position: relative;

}



.login-service {
    display: flex;
    flex-direction: column;
    background-color:#a5d6a7;
    height: 70vh;
    width: 60vh;
    border-radius: 0px 0px 6px 6px;
    gap: 20px;
    box-sizing: border-box;
    position: relative;

    display: none;

}



.login-page label {
    margin: 0px 10px 0px 10px
}

.email,
.password {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin: 0px 10px 0px 10px
}

.login-page input {
    height: 1.6rem;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid gray;
    border-radius: 4px;
    margin: 0px 10px 0px 10px;
    outline: none;


}

.login-page button {
    height: 2rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 900;
    cursor: pointer;
    background-color: blueviolet;
    border: 1px solid;
    border-radius: 6px;
    color: white;
    margin: 0px 10px 0px 10px
}

.login-page button:hover {
    background-color: purple;
}

.forget {
    display: flex;
    justify-content: space-between;
    padding: 10px;
   color: #666;
}

.login-customer #login {
    font-size: 1.3rem;
    text-align: center;
    background-color: blueviolet;
    padding: 10px;
    margin-bottom: 30px;
}

.login-service #login {
    font-size: 1.3rem;
    text-align: center;
    background-color: blueviolet;
    padding: 10px;
    margin-bottom: 30px;
}

#sign {
    text-align: center;


}

#signup {
    text-align: center;

}


.login-page a {
    color: #666;
    text-decoration: none;
}



/*---------------------------image-galarry--------------------*/

.image-gallary {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: 100% 100%;
background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
background-image: repeating-linear-gradient(315deg, #00FFFF2E 92%, #073AFF00 100%),repeating-radial-gradient(75% 75% at 238% 218%, #00FFFF12 30%, #073AFF14 39%),radial-gradient(99% 99% at 109% 2%, #00C9FFFF 0%, #073AFF00 100%),radial-gradient(99% 99% at 21% 78%, #7B00FFFF 0%, #073AFF00 100%),radial-gradient(160% 154% at 711px -303px, #2000FFFF 0%, #073AFFFF 100%);
}

.slider {
    position: absolute;
    top: 37rem;
  
    width: 100%;
   
    transform: translateX(-100%);
    overflow: hidden;
  
}

.slides {
    
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

}

.slide {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.slide h2{
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5rem;
    color: white;
}

.slides img {
    height: 36vh;
}

slides img:first-child {
    display: block;
}


.slider.active {
    transform: translateX(0);
}


/*---------------------------feature-service--------------------*/

.feature-service{
    padding: 50px;
}
.services {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
   
}

.works {
    height: 35vh;
    width: 35vh;

    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
  
    overflow: hidden;
}

.works:hover {
    transform: translateY(-2px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);

}

.works img {
    object-fit: scale-down;
    height: 25vh;
}

.works p {
    font-size: 1.1rem;
    padding-top: 5px;
    text-transform: capitalize;

}

.services a {
    text-decoration: none;
    color: black;
}



.label2 {
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: capitalize;
   
    padding-bottom: 20px;
    border-radius: 6px;
    
    font-size: 1.3rem;
    font-weight: 600;
}
.expert-techanican{
    padding: 50px;
}
.expert-tech {
 
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.tech1 {
    height: 40vh;
    width: 40vh;
    background-color: rgb(208, 199, 244);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid purple;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
}

.tech1:hover {
    transform: translateY(-2px);

}

.round-img {
    height: 20vh;
    width: 20vh;
    border-radius: 50%;
    background-color: azure;
    padding: 5px;

}

.round-img img {
    object-fit: scale-down;
    height: 18vh;
    transition: all 0.3s;
}

.round-img img:hover {
    scale: 1.04;
}

.rating {
    display: flex;
    gap: 5px;
    background-color: white;
    width: 100%;
    height: 8vh;
    border-radius: 10px;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
}
.rate{
    display: flex;
    gap: 5px;
}
.view {
    background-color: blueviolet;
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 10vh;
    color: #e0e0e0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
}

.view:hover {
    background-color: purple;
}
.how-it-works {
    background-color: #f9f9f9;
    padding: 50px;
  }
  
  .steps {
    display: flex;
     gap: 40px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  
  .step {
  flex-wrap: wrap;
    display: flex;
    text-align: center;
   box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  .step h3 {
    color: #333;
    font-size: 2.5rem;
    font-family: sans-serif;
    font-weight: 800;
  }
  
  .step p {color: #666;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  
  .step i {
    font-size: 3rem;
    
    
  }
  
.benefits {
    background-color: #f7f7f7;
    padding: 50px;
  }
  .benefits ul li i{

   font-size: 3rem; 
  }
  .benefits h2 {
    
   
    margin-bottom: 10px;
  }
  
  .benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .benefits li {
    margin-bottom: 20px;
  }
  
  .benefits i {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
  }
  
  .benefits h3 {
    font-weight: bold;
    color: #333;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .benefits p {
    color: #666;
  }
 .benefits-box{
    display: grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
 } 
  
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
  }
  .footer-container h3{
    margin-bottom: 10px;
    font-family: sans-serif;
  }
  .footer-links, .footer-contact, .footer-social {
    margin: 20px;
  }
  
  .footer-links ul, .footer-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    
  }
  
  .footer-links li, .footer-social li {
    margin-bottom: 10px;
  }
  
  .footer-links a, .footer-social a {
    color: #bdbdbd;
    text-decoration: none;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .footer-links a:hover{
    text-decoration: underline;
    color: #f7f7f7;
  }
  
  .footer-contact p {
    margin-bottom: 10px;
   color: #bdbdbd; 
   font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }
  .footer-social a:hover{
    color: #f9f9f9;
  }
  .footer-copyright {
    text-align: center;
    margin-top: 20px;
    color: #bdbdbd; 
  }