@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    scroll-padding: 10rem;
}
html{
  scroll-behavior: smooth;
  scroll-padding: var(--scroll-pading,5rem);
}
body{
  background: rgb(15, 23, 48);
   } 
   .contact{
    height: 22rem;
    width: 90%;
    padding: 10px 5px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    margin: 15% 5%;
    
   }
  
   .left{
    margin: 6% -18px;
   }
   .left a img{
    margin: 0% 10%;
    cursor: pointer;
   }
   input{
    height: 45px;
    width: 90%;
    border-style: none;
    border-radius: 6px;
    background-color: rgb(221, 221, 221);
    margin: 10px 5%;
   }
   h1{
    font-family: poppins ,sans-serif;
    color: white;
    font-size: 25px;
    margin: -5% 31%;
   }
textarea{
  height: 45px;
  width: 90%;
  border-style: none;
  border-radius: 6px;
  background-color: rgb(221, 221, 221);
  margin: 10px 5%;
}
button{
  height: 40px;
  width: 85px;
  border-style: none;
  border-radius: 6px;
  background-color: rgb(221, 221, 221);
  margin: 10px 5%;
}
button:hover{
  background: rgb(196, 196, 196);
}
.touch{
  margin: 20px 0px;
}
.touch h2{
  font-family: poppins ,sans-serif;
    color: white;
    font-size: 20px;
    margin: -25px 25%;
}
.app a img{
  display: inline-flex;
  justify-content: center;
  position: sticky;
  margin-top: 45px;
  margin-left: 12%;
  margin-right: 2%;
}

form{
  margin:35px ;
}
.input-field{
  width:300px ;
  height: 40px;
  color: #000000;
  background: #f0f0f3d5;
  margin-top: 5px;
  margin-left: -20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #777;
  border-radius: 7px;
  outline: none;
}
.textarea-field{
  color: #000000;
  background: #f0f0f3d5;
  width:300px ;
  height: 100px;
  margin-top: 5px;
  margin-left: -20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #777;
  border-radius: 7px;
  outline: none;
}
.btn{
  color: #fff;
  font-family: sans-serif;
  letter-spacing: 1.4px;
  background: #0f194b;
  margin: 20px -5%;
  padding: 9px 15px;
  border-radius: 7px;
  border: 1px solid #777;
  outline: none;
  cursor: pointer;
}
.btn:hover{
  background: #0a123a;
}
ul li {
display: inline-flex;
margin-left: 23px;
align-items: center;
justify-content: space-evenly ,5px ;
}
.instagram{
padding-bottom:-5px;
}
.touch h2{
  margin: 8% 35px;
}
.copy{
  color: #f8f1f1;
  font-family: poppins, sans-serif;
  font-size: 10px;
  margin: -17px 65px;
}