/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body{
  display: flex;
  padding: 0 10px;
  min-height: 100vh;
  
  align-items: center;
  justify-content: center;
}
::selection{
  color: #fff;
  background: #0D6EFD;
}
.wrapper{
  width: 715px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
}
.wrapper header{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
.wrapper form{
  margin: 35px 30px;
}
.wrapper form.disabled{
  pointer-events: none;
  opacity: 0.7;
}
form .dbl-field{
  display: flex;
  margin-bottom: 25px;
  justify-content: space-between;
}
.dbl-field .field{
  height: 50px;
  display: flex;
  position: relative;
  width: calc(100% / 2 - 13px);
}
.wrapper form i{
  position: absolute;
  top: 50%;
  left: 18px;
  color: #ccc;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input,
form .message textarea{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.field input::placeholder,
.message textarea::placeholder{
  color: #ccc;
}
.field input:focus,
.message textarea:focus{
  padding-left: 47px;
  border: 2px solid #0D6EFD;
}
.field input:focus ~ i,
.message textarea:focus ~ i{
  color: #0D6EFD;
}
form .message{
  position: relative;
}
form .message i{
  top: 30px;
  font-size: 20px;
}
form .message textarea{
  min-height: 130px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 15px 20px 0 48px;
}
form .message textarea::-webkit-scrollbar{
  width: 0px;
}
.message textarea:focus{
  padding-top: 14px;
}
form .button-area{
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.button-area button{
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  background: #b5a5a5;
  transition: background 0.3s ease;
}
.button-area button:hover{
  background: #93f35bb5;
}
.button-area span{
  font-size: 17px;
  margin-left: 30px;
  display: none;
}

/*mobile*/
@media (max-width: 600px){
  .wrapper header{
    text-align: center;
  }
  .wrapper form{
    margin: 35px 20px;
  }
  form .dbl-field{
    flex-direction: column;
    margin-bottom: 0px;
  }
  form .dbl-field .field{
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
  }
  form .message textarea{
    resize: none;
  }
  form .button-area{
    margin-top: 20px;
    flex-direction: column;
  }
  .button-area button{
    width: 100%;
    padding: 11px 0;
    font-size: 16px;
  }
  .button-area span{
    margin: 20px 0 0;
    text-align: center;
  }}
     /*desktop*/

     #footer p{
      font-size: 1.5rem;
  }
  #footer .inner{
     font-size:10px;

  }
  .copyright{
    margin-top: 5em;
  }

  #footer .copyright p{
   font-size:10px;
  }

@media screen and (min-width:1401px){

#Header{
width:100%;                                      
font-size:30px;
}
#navbar .navinner{       
width:80%
}
#footer p{
font-size: 1.8rem;
}
#footer .inner{
font-size:16px;
}
.copyright{
margin-top: 3em;
}
#footer .copyright p{
font-size:10px;
}
}   

@media screen and (min-width:1200px){
#wrapper{
width:100%;
}
#header{
width:100%;
}
#header .inner{
font-size: 20px;
}
.wrapper{
font-size: 12px;
width: 70%;
margin-left: 20%;
margin-bottom:10%;
}
#footer p{
font-size: 1.5rem;
}
#footer .inner{
font-size:10px;

}
.copyright{
margin-top: 5em;
}
#footer .copyright p{
font-size:10px;
}
}       

/*tab*/
@media screen and (min-width:993px)and (max-width:1199px){
#header .inner{
font-size: 24px;
}
#navbar .navinner{
width:60%
}
#wrapper{
width:100%
}
.wrapper{
width:70%;
margin-left:20%;

}
#footer .inner p{
font-size:18px;
}
.copyright{
margin-top:10%;
}
}

@media screen and (max-width:992px){
#wrapper{
width:100%;
}
#header{
width:100%;
}
#navbar .navinner{
width:30%
}
.wrapper{
font-size: 10px;
width: 70%;
margin-left: 20%;
margin-bottom:10%
}

#footer p{
font-size: 1.2rem;
}
.copyright{
margin-top: 5em;
}
#footer .copyright p{
font-size:10px;
}

/* mobile*/        
}        
@media screen and (max-width:768px){
#wrapper{
width:100%;
}
#header{
width:100%;
}
#footer p{
font-size: 1rem;
}
.copyright{
margin-top: 5em;
}
#footer .copyright p{
font-size:10px;
}
}

@media (max-width:600px){
#wrapper{
width:100%;
}
p.wrapper{
font-size:10px;
}
#footer p{
font-size: 1rem;
}
.copyright{
margin-top: 5em;
}

}
@media screen and (max-width:320px){
  .wrapper{
  width: 80%;
  font-size: 10px;
  margin-left:10%;
  }
  #header .inner{
  font-size: 10px;
  }
  #navbar{
  display:none;
  }
  #footer p{
  font-size: 1rem;
  }
  #footer{
  width:100%;
  }
  #footer .h2,a{
  font-size: 10px;
  }
  #footer .inner{
  text-align: center;
  }
  
  }           


                       