*{
  margin: 0;
}
/* All style*/
@font-face {
  src: url(inc/fonts/ProductSans-Bold.ttf);
  font-family: "MGbold";
}
@font-face {
  src: url(inc/fonts/ProductSans-Light.ttf);
  font-family: "MGlight";
}
@font-face {
  src: url(inc/fonts/ProductSans-Medium.ttf);
  font-family: "MGmedium";
}
@font-face {
  src: url(inc/fonts/ProductSans-Regular.ttf);
  font-family: "MGregular";
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
body{
  font-family: "MGregular";
  margin:0px;
  background: url(bg.jpg) no-repeat center center fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
a{
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
text-decoration:none;
}
.logo{
  font-family: "MGbold";
  font-size: 30px;
  text-align: center;

}
.container{
  width: 40%;
  background: #fff;
  padding: 25px;
  margin-top: 8%;
  margin-left: 30%;
}
.contact .title{
font-family: "MGmedium";
font-size: 20px;
color: #b2bec3;
text-align: center;
}
.nput{
  background:rgba(0, 0, 0, 0);
  width: 50%;
  margin: 5px 20px;
  padding: 15px;
  border: none;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-family: "MGregular";

}
.sbmt{
  background: rgb(67,126,126);
background: linear-gradient(90deg, rgba(67,126,126,1) 0%, rgba(33,78,78,1) 41%);
width: 50%;
margin: 5px 20px;
padding: 15px;
border: none;
box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
font-family: "MGmedium";
color: #fff
}
textarea:focus ,input:focus{
  outline: none;
  border: #416D6D;
}
@media only screen and (max-width: 600px) {

  .container{
    width: 90%;
    background: #fff;
    padding: 25px;
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .sbmt{
    width: 80%;
  }
  .nput{
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {

  .container{
    width: 100%;
    background: #fff;
    padding: 25px;
    margin-top: 10%;
  }
}
