*{
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    padding: 0;
}
h1{ width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 50px;
    padding-right: 5em;
}


body{
       width: 100%;
       height: 100vh;
       background-image: url(IMG-20220430-WA0012.jpg);
       background-position:center;
       background-size: cover;
       background-repeat: no-repeat;
       background-attachment: fixed;
       overflow: visible;
       scroll-behavior: smooth;
       
}
hr{
  margin-top: -20px;
}
a{
  text-decoration: none;
  color: #f2f2f2;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.or{
  color: whitesmoke;
  text-transform: capitalize;
  font-size: medium;
  text-align: center;
}
.online{
  text-align: center;
  text-transform: uppercase;
  color: red;
  padding-top: 120px;
  margin-left: 120px;

}
.product{
  color: red;
}
/* Style inputs, select elements and textareas */
input[type=text], select, textarea, input[type=number]{
  width: 100%;
  padding: 12px;
  border: 1px solid whitesmoke;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  color: whitesmoke;

}
input[type=text]::placeholder{
  color: rgb(124, 123, 123);
  text-transform: capitalize;
}
input[type=number]::placeholder{
  color: rgb(124, 123, 123);
  text-transform: capitalize;
}
textarea::placeholder{
  color: rgb(124, 123, 123);
  text-transform: capitalize;
}
/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  color: black;
}

/* Style the submit button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  padding: 20px;
  box-shadow: transparent;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
footer{

    bottom: 0;
    align-items:stretch ;
    justify-content: space-around;
    text-align: center;
    height: 40px;
    width: 100%;
    color:white;
    font-size: x-small;
    padding-top: 30px;
    padding-bottom: 30px;
    
}
.a{
    display: inline;
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: underline;
}
.a:hover{
  color: red;
  text-decoration: none ;
}
#fi{
    color: white;
    text-transform: uppercase;
    text-decoration: none ;

}
#se{
    right: 0;
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 15px;
    text-decoration: underline;
}
#se:hover{
  color: red;
  text-decoration: none ;
}
* {
    box-sizing: border-box;
  }
  
  input[type=text], select, textarea,#fname{
    width: 100%;
    padding: 12px;
    border:0;
    border-bottom: 1px solid red;
    background-color: transparent ;
    color: whitesmoke;
  }
  
  #sub1{
    margin-right: 5px;
  }
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    color: white;
  }
  
  input[type=submit]  ,input[type=reset]{
      background-color: red;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }
  
  input[type=submit]:hover {
      background-color: #3da515;
      color: black;
  }

  .container {
    border-radius: 5px;
    padding: 20px;
    padding-top: 200px;
    border-color: #04AA6D;
  }
  
  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }
  form:required{
    border: 1px solid red;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit]{
      width: 100%;
      margin-top: 0;
    }
  ul li a{
        font-size: 3px;
      
      }
  }
     
  @media screen and (max-width: 900px) {
    .column ,.navbar, .icon{
      width: 50%;
    }
    img{
      width: 25%;
    }
    
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column ,.navbar,.icon{
      width: 100%;
    }
    ul li a{
        font-size:medium; 
    }
    img{
      width: 100%;
    }
  }
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column ,.navbar,.icon, p ,h2 img{
      width: 100%;
      padding: 1px;
    }
    ul li a{
        font-size:medium; 
    }
    h4{
        padding-left: 2px;
    }
  }
  @media screen and (max-width:500px) {
    ul li a{
       display: list-item;
       width: 100%;
       font-size: xx-small;

    }
    .menu{
        width: 100%;
    }
    
}