@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scroll-padding-top: 2rem; */
  text-decoration: none;
  /* scroll-behavior: smooth; */
  list-style: none;
  font-family: "poppins", sans-serif;
}
:root {
  --main-color: rgb(83, 151, 246);
}
header {
  background-color: rgba(79, 79, 79, 1);
}
header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 20px;
  height: 50px;
}

ul.navbar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

ul.navbar li {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.navbar li a {
  text-decoration: none;
  color: white;
  align-items: center;
  padding: 0 10px;
  display: flex;
  justify-content: center;
}

ul.navbar li a:hover {
  background-color: var(--main-color);
  height: 100%;
}
.head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: var(--main-color);
  height: 50px;
  font-size: 15px;
}
.head span {
    display: inline-flex;
    color: #f9f9f9;
}
.head h3 {
  padding: 10px;
  color: #4f4f4f;
}
.banner {
  background: #eaeaea;
  padding: 25px;
  height: 150px;
}

.banner h2 {
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4f4f4f;
}
.all{
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 50px;
}
.container{
    width: 70%;
   display: flex;
   flex-direction: column;
   justify-content: start;
}
.container h3{
    border-bottom: 1px solid black;
    margin: 15px;
    color: #4f4f4f;
}
.contact-form{
    width: 100%;
    margin:15px ;
}
.form-group input{
    width: 50%;
   margin-bottom: 27px;
   padding: 10px;
}
input::placeholder {
    transform: translateY(-5px); 
    font-size: 14px;
    transform: translatex(-5px); 
}
textarea::placeholder{
     transform: translateY(-5px); 
    font-size: 14px;
    transform: translatex(-5px); 
}
.form-group textarea{
    height: 100px;
    width: 80%;
    padding: 10px;
}
.form-group button{
    padding: 10px;
    border-radius: 10px;
    background-color: var(--main-color);
   border: 1px solid var(--main-color);
   color: #f9f9f9;
}
.form-group button:hover{
    background-color: #4f4f4f;
    border: 1px solid #4f4f4f;
}
.column{
    width: 25%;
   display: flex;
   flex-direction: column;
   justify-content: start;
}
.column h3{
    border-bottom: 1px solid black;
    margin: 15px;
    color: #4f4f4f;
}
.list-info{
    color: #4f4f4f;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 15px;
    align-items: start;
}
.list-info li{
    margin-bottom: 15px;
}
footer {
  width: 100%;
  height: 60px;
  /* filter: brightness(120%); */
  background-color: #4f4f4fcf;
}
.sciol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.icon {
  background: #f9f9f9;
  border-radius: 50%;
  padding-left: 0 10px;
  margin: 10px 20px 0px 20px;
}
.icon li i {
  font-size: 30px;
  padding: 5px 10px;
  color: #4f4f4f;
}