@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;1,800&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
 }

 .inquiry h6 {
    font-size: 12px;
    text-align: center;
 }

.contact 
{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: black;
    background-size: cover;
}

.contact .content {
    max-width: 800px;
    text-align: center;
}

.contact .content h2 {
    font-size: 36px;    
    font-weight: 500;   
    color: antiquewhite;
}

.contact .content p {    
    font-weight: 300;   
    color: antiquewhite;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container .contactInfo {
    width: 50%;
    display: flex; 
    flex-direction: column;
}

.container .contactInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container .contactInfo .box .icon {
    min-width: 60px;   
    height: 60px;
    background: antiquewhite;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.container .contactInfo .box .text  {
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: antiquewhite;
    flex-direction: column;
    font-weight: 500;
}

.container .contactInfo .box .text h3 {
    font-weight: 600;
    color: blanchedalmond;
}

.contactForm {
    width: 40%;
    padding: 40px;
    background: white;
}

.contactForm h2 {
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contactForm .inputBox input, 
.contactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #666;
    outline: none;
    resize: none;
}

.contactForm .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm .inputBox input:focus ~ span, 
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span, 
.contactForm .inputBox textarea:valid ~ span
{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);

}

.contactForm .inputBox input[type="submit"] {
   width: 100px;
   background: #0095ff; 
   color: #fff;
   border: none;
   cursor: pointer;
   padding: 10px;
   font-size: 18px;
}

@media (max-width: 991px) {
    .contact {
        padding: 50px;
    }
    .container {
      flex-direction: column;  
    }
    .container .contactInfo {
        margin-bottom: 40px;
    }
    .container .contactInfo,
    .contactForm 
    {
        width: 100%;
    }
}



.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 2px;
}








































.container1 {
    background-color: rgb(0, 0, 17);
   width: 100%;
   position: relative;
}

.container1 img {
    width:10%;
}

.row1 {
    width: 100%;
    padding: 0px 80px;
     
}

.navbar1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    position: relative;
    z-index: 1;
}

.navbar1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.navbar1 ul li{
    list-style: none;
}

.navbar1 ul li a{
    padding: 10px 18px;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.navbar1 ul li a:hover{
    background-color: #5d88d5;
}

.navbar1 h1{
    color:antiquewhite;
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
}






















.about {
    width: 100%;
    padding: 180px 0px;
    background-color: black;
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100vh;
}
.about img {
    height: auto;
    width: 420px;
}

.about-text {
    width: 8000px;
}

.main {
    width: auto;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.about-text h1 {
    margin-top: 10px;
    color: antiquewhite;
    font-size: 80px;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: center;
}

.about-text h5 {
    color: antiquewhite;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 25px;
    letter-spacing: 2px;
    text-align: center;
}

span {
    color: #f9004d;

}

.about-text p {
    color: antiquewhite;
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 45px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

button {
    background-color: #0095ff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
  }
  
  button:hover,
  button:focus {
    background-color: #07c;
  }
  
  button:focus {
    box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
  }
  
  button:active {
    background-color: #0064bd;
    box-shadow: none;
  }
  .about  li {
    color: antiquewhite;
  }

  

  @media (max-width: 900px) {
     .about img, 
    .about p {
      font-size: 8px;
      width: 98%;  
      padding-top: 2px;
      flex-direction: row;
      padding-left: 0px;
      
    }
    .about h1 {
        font-size: 30px;
    }
    .about h5 {
        font-size: 12px;
    }
  }

  @media (max-width: 132px) {
    .about-text h1, h5 {
        padding-left: 50px;
       justify-content: center;
    }
    
.navbar1 {
    width: 30%;
}
    
  }



   
    












.products{
    align-items: center;
    padding-left: 500px;
    padding-top: 100px;
    justify-content: center;
    color: antiquewhite;
    background-color: black;
    background-size: cover;

}

.profile {
    display: flex; 
    flex-direction: column;    
}

  
.staff-p, .username, h5, h3 {
    color: white;
}

.profiles {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.profile-img {
    width:70%;
    align-items: center;
    padding-left: 450px;
    padding-top: 15px;
    cursor: pointer;
height: auto;

}

.user-name {
    margin-top: 3px;
    font-size: 20px;
    text-align: center;
}

.profile h5 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

.profile p {
    font-size: 16px;
    font-weight: 800;
    margin-top: 1px;
    text-align: center;


}

.product-images {
    display: flex;
    width: 70%;
    flex-direction: column;
    justify-content: center;
    padding-left: 500px;
    text-align: center;
    height: 75%;
}

.product-images h5 {
    font-size: large;
    color: antiquewhite;
}

.file-upload {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

.file-upload__input {
    display: none;
}

.file-upload__label {
max-width: 250px;
font-size: 0.95em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}


@media (max-width: 768px) {
    .products  {
        font-size: 14px;
        padding-left: 0px;
        text-align: center;
    }
}