* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Secular one", 'Secular one',sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 40px;
  color: #3b3a3a;
   background: url('product.jpg') no-repeat fixed;
   background-size: cover;
   background-position: center;
   background-repeat:no-repeat;
}

.container {
  max-width: 40%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 3px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select[class="crop"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 14px/16px "Secular One", Helvetica, Arial, sans-serif;
}

#contact {
  background: green;
  padding: 40px;
  margin: 100px 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h5 {
  color:whitesmoke;
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.detail{
    width: 100%;
    height: 40px;
    border: 1px solid #999;
    font-size: 12px;
    color: #4a4a4b;
    background-color: #eee;
    border-radius: 1px;
    box-shadow: 0px 0px #ccc;
  }
  .eli{
    width:100%;
    height: 40px;
    border: 1px solid #999;
    font-size: 12px;
    color: #4a4a4b;
    background-color: #eee;
    border-radius: 1px;
    box-shadow: 0px 0px #ccc;
  }

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}
#contact label{
  color:goldenrod;
}
#contact p{
  color:rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 200 ;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 10px;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select[class="eli"],
#contact select[class="crop"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 10px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#conatct select[class="eli"]:hover,
#contact select[class="crop"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
.center{
  text-align: center;
}
#contact button[type="submit"] {
  cursor: pointer;
  width: 30% ;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 5px 0 5px;
  padding: 10px 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}
.copyright,.credits{
  font-size: 18px;
  color: white;
}
/*-responsive for mobile 640px-*/
@media (min-width: 640px) and (max-width: 1024px){
  .container {
    max-width: 100%;
    width: auto;
    margin:  auto;
    position: static;

}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select[class="eli"],
#contact select[class="crop"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 10px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact select[class="eli"]:hover,
#contact select[class="crop"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
.detail{
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  font-size: 12px;
  color: #4a4a4b;
  background-color: #eee;
  border-radius: 1px;
  box-shadow: 0px 0px #ccc;
}
}
/*-responsive for mobile 320px-*/
@media (min-width:320px) and (max-width:640px) {
  .container {
    max-width: 95%;
    width: auto;
    margin: auto;
    position: static;

}
.detail{
  width: 100%;
  height: 40px;
  border: 1px solid #999;
  font-size: 12px;
  color: #4a4a4b;
  background-color: #eee;
  border-radius: 1px;
  box-shadow: 0px 0px #ccc;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact select[class="crop"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 10px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact select[class="crop"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
}
