* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
.navbar {
  position: absolute;
  top: 20px; 
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}
.container {
  position: relative;
  width: 100vw;
  height: 100vh; 
  overflow: hidden;
}
.logos {
  height: 100px;
  width: auto;
  margin-top: 70%;
}
.name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 70%;
}
.xpica {
  font-size: 30px;
  font-weight: bold;
  margin-left: -20%;
}
.developer {
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: -20%;
}
.bg {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;

}
.text {
  position: absolute;
  top: 150px; 
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  margin-top: 17%;
}
.text p {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
  font-size: 2rem;
}
.wlc-section {
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  text-align: center;
}
.wlc {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4%;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  margin-top: -10%;
}
.why {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  margin-top: 7%;
  margin-bottom: 4%;
}
#about {
  line-height: 1.6;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 4%;
  margin-top: 5%;
}

.icons {
  display: flex;
  justify-content: center;
  gap: 90px; 
  margin-top: 40px;
  flex-wrap: wrap;
  margin-bottom: 14%;
  margin-top: 7%;
}
.icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  text-align: center;
}
.img {
  width: 70%;
  height: 150px;
  object-fit: contain;
}
.icon-box p {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.texts {
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
}
.services {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  margin-top: 7%;
  margin-bottom: 6%;
}
.offer-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center; 
}
.offer {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); 
  padding-top: 50px;
  border-radius: 10px;
  width: 250px;
  height: 350px;
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;  
  color: #333;
  padding: 15px;
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
  margin-bottom: 8%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.offer:hover {
  transform: translateY(-5px); 
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.5);
}
.logo {
  width: 50%;
  height: 50%;
  object-fit: contain;
  margin-bottom: 10px;
}
.offer p {
  font-size: 13px;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 7%;
}
.point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.clients {
  margin-left: 300px;
  margin-bottom: 8%; 
}

.clients-item {
  display: flex;
  align-items: start;
  margin-bottom: 20px; 
}

.clients-item::before {
  content: "✔"; 
  color: white;
  background-color: green;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 14px;
  margin-right: 19px;
  flex-shrink: 0;
}

.clients-item h3 {
  margin: 0;
  font-size: 18px;
}

.clients-item p {
  margin: 5px 0 0 0;
  line-height: 2.4;
}
.mainsection {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.menu {
  list-style: none;
}
.menu li a {
  font-weight: bold;
  text-decoration: none;
  color: black;
  display: block;
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  margin-bottom: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  transition: transform 0.2s ease;
}
.submenu {
  margin-left: 15px;
  display: none;
}

.menu li:hover .submenu {
  display: block;
}

.submenu li a {
  text-decoration: none;
  color: #444;
  padding: 6px 10px;
  display: block;
  border-radius: 3px;
}

.submenu li a:hover {
  background-color: #ccc;
}
h2{
  text-align: center;
}
.about-container {
  text-align: center;
  margin: 40px auto;
  max-width: 800px;
  padding: 20px;
}
.review {
  font-weight: bolder;
  text-align: center;
  margin-top: 5%;

}

/*contact us*/

.contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
  gap: 30px;
  padding: 20px;
  align-items: flex-start;
  text-align: center;
  margin-left: 80px;
}
.contact h2 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
  width: 100%;

}
.box {
  width: 40%;
  height: auto;
  border: 2px solid black;
  border-radius: 20px;
  background-color: #000000;
  margin-left: 5%;
  margin-top: 1%;
}
.infohead {
  font-weight: bold;
  color: white;
  margin-top: 5%;
  text-align:left ;
  margin-left: 20px;
  margin-bottom: 5px;
}
.info, .infoo {
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 10px;
  padding-left: 12px;
  border-radius: 20px;
  width: 90%;
  height: 7%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  background-color: #000000;
 color: #fff;
}
.infoo {
  height: 80px;
  resize: vertical;
}
.submit {
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 10px;
  padding-left: 12px;
  border-radius: 20px;
  width: 90%;
  height: 7%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  margin: 4%;
  cursor: pointer;
}

  .info-box {
    max-width: 400px;
    text-align: left;
    margin-top: 2%;
  }
  
  .info-box h2 {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 3px solid black;
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .info-box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
  }
  
  .contact-details p {
    margin-top: 10px;
    font-size: 17px;
  }

  .contact .name {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-left: 10px;
  }
  
.para {
  font-weight: lighter;
  margin-top: 5%;
  margin-bottom: 5%;
}
.hey {
  text-align: left !important;
}
.name {
  text-align: center !important;
  padding: 20px;
  font-weight: 600;
  color: #000000;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 1px;
  font-size: 2.5rem !important;
}
/*footer*/

.footer {
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: sans-serif;
}
.footer-content {
  width: 100%;
  max-width: 250px;
  position: relative;
}
.logofooter{
  height: 90px; 
}
.xpicas {
  font-weight: 800;
  font-size: 24px;
  margin-left: -30%;
}
.developers {
  font-weight: 600;
  font-size: 16px;
  margin-left: -10%;
}
.names {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.7;
}
.tagline-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
  white-space: nowrap;
}
.end {
  font-size: 2rem;
  margin: 0;
  text-shadow: 1px 1px 8px rgba(255, 254, 254, 0.6);
}
.footer-icons a {
  color: #97afeb;
  font-size: 25px;
  transition: 0.3s;
  text-decoration: none;

}
.footer-icons {
  display: flex;
  gap: 25px;
}
.footer-logo {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.footer-icons a:hover {
  transform: scale(1.2);
  color: #00aced; 
}


@media (max-width: 767px) {
  .navbar {
    flex-direction: column;
    top: 10px;
  }

  .logos {
    height: 60px;
    margin-top: 0;
  }

  .name {
    margin-top: 10px;
    align-items: center;
    margin-left: 0;
  }

  .xpica, .developer {
    margin-left: 0;
    text-align: center;
    font-size: 20px;
  }

  .text p {
    font-size: 1.2rem;
  }

  .icons {
    gap: 40px;
  }

  .img {
    height: 100px;
  }

  .offer {
    width: 90%;
    margin-bottom: 20px;
  }

  .offer-box {
    flex-direction: column;
    align-items: center;
  }

  .clients-item {
    padding: 10px;
  }

  .contact {
    flex-direction: column;
    padding: 10px;
  }

  .box, .info-box {
    width: 100%;
  }

}


@media (min-width: 768px) and (max-width: 1024px) {
  .navbar {
    top: 15px;
    flex-direction: row;
  }

  .logos {
    height: 80px;
  }

  .text p {
    font-size: 1.5rem;
  }

  .offer {
    width: 45%;
  }

  .offer-box {
    justify-content: space-evenly;
  }

  .clients-item {
    margin: 10px 0;
  }

   .contact {
    display: flex;
    flex-direction: row;      
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;              
    padding: 2rem 1rem;
    margin-left: 0;
  }
  .contact .box,
  .contact .info-box {
    width: 45%;               
    max-width: none;          
    margin: 0;                
  }
}

@media (max-width: 1024px) {
  
  .clients {
    margin-left: 0;               
    display: flex;                
    flex-wrap: wrap;              
    justify-content: center;      
    align-items: flex-start;    
    gap: 20px;                 
    padding: 0 1rem;        
  }     
  .clients-item {
    width: 90%;                
    max-width: 400px;            
    margin: 0 auto;               
  }
}
 .container {
    height: 90vh;            
  }
  .bg {
    width: 100%;
    height: 100%;              
    object-fit: cover;            
  }
  .contact {
    margin-left: 0;              
    display: flex;   
    justify-content: center;     
    align-items: center;         
     align-items: flex-start;    
    margin-left: 0;             
    gap: 2rem;         
    padding: 1rem;              
  }
  .contact .box,
  .contact .info-box {
    width: 40%;               
    max-width: none;           
    margin: 0;             
  }
  .contact h2.name {
    margin-bottom: 1rem;        
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2rem;
    max-width: 100%;
    padding: 0 1rem;
  }

  .footer-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }

  .footer-logo .names {
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }

  .tagline-icons {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-icons {
    justify-content: center;
    gap: 1.5rem;
  }
@media (max-width: 480px) {
  .footer {
    padding: 2rem 1rem;
  }

  .logofooter {
    height: 70px;
  }

  .xpicas {
    font-size: 1.5rem;
    margin-left: 0;
  }

  .developers {
    font-size: 1rem;
    margin-left: 0;
  }

  .end {
    font-size: 1.2rem;
  }

  .footer-icons a {
    font-size: 1.5rem;
    margin: 0 0.5rem;
  }

  .contact .box,
  .contact .info-box {
    width: 100%;        
    max-width: none;    
    margin: 0;          
    padding: 0 1rem;    
  }
}






/* SIDE BAR */

/*
.head {
  font-weight: bold;
}
.access-text {
  font-size: 14px;
  margin-bottom: 45px;
  color: #333;
}
.benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.benefits li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.green-check {
  color: #00c851;  
  margin-right: 10px;
  font-size: 16px;
  margin-top: 2px;
}
h2 {
  margin-bottom: 7%;
}
.reset {
  margin-top: 10%;
}
.btm {
  margin-top: 1%;
}
a{
  text-decoration: none;
  color: #1f5f9e;
  font-weight: bold;
}

/*SIGNIN PAGE*/

/*.container {
  display: flex;
  width: 800px;
  max-width: 95%;
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  justify-content: center;
  margin-left: 25%;
  margin-top: 7%;
  height: auto;
}

.signin {
  width: 60%;
  background-color: #d3e6fb;
  color: rgb(0, 0, 0);
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 1;
}
.signin h1 {
 margin-bottom: 16px;
 font-size: 24px;
}
.signin p {
  margin-bottom: 10px;
  text-align: left;
}


.signup {
  width: 60%;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.signup h1 {
  margin-bottom: 20px;
}
.text {
  margin-bottom: 20px;
  color: #555;
}
.textarea {
  display: flex;
  flex-direction: column;
}
.input {
  position: relative;
  margin-bottom: 20px;
}
.input p {
  margin-bottom: 5px;
  font-weight: normal;
}
.input i {
  position: absolute;
  right: 10px;
  top: 38px;
  color: #999;
}
.enter {
  width: 100%;
  padding: 10px 10px 10px 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.button, .button2 {
  padding: 10px;
  border: none;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
.button {
  background-color: #06203a;
  color: white;
}
.button:hover {
  background-color: #003366;
}
.button2 {
  background-color: transparent;
  color: #25609b;
  border: 1px solid #ccc;
}
.button2:hover {
  color: #003366;
}
.astrik {
  color: red;
}
.divide {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}
.divide hr {
  flex: 1;
  height: 1px;
  background: #ccc;
  border: none;
}
.divide span {
  padding: 0 10px;
  font-size: 14px;
  color: #000000;
}
.button3 {
  padding: 10px;
  border: none;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 550;
  background-color: transparent;
  border: 1px solid #ccc;
}
.button3 i{
  color: #4285F4;
  margin-right: 8px;
  font-size: 18px;
}

.check {
  margin-top: 5%;
  text-align: center;
}
*/