:root {
  --bg:rgb(1, 0, 22);
  --bgw:white;
  --bgt:rgb(133, 127, 127);
  --bx: linear-gradient(to right, rgb(61, 61, 207), rgb(0, 0, 53));
}

.coomet {
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 9%;
  text-align: center;
}
.coomet .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.coomet .head h3 {
  font-size: 30px;
  color: var(--bgt);
}
.coomet .head big {
  display: flex;
  font-size: 40px;
  font-weight: bolder;
}
.coomet .head p {
  font-style: italic;
}
.coomet main {
  display: flex;
  width: 100%;
}
.coomet main big {
  width: 400px;
  margin: 12px;
  background: var(--bxw);
  box-shadow: 1px 3px 2px rgb(2, 0, 8);
  padding: 12px;
  border-radius: 12px;
}
.coomet main big i {
  font-size: 40px;
  margin: 12px;
}
.coomet main big > * {
  color: var(--bx);
}

.contact {
  display: flex;
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8%;
}
.contact .head {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.contact .head b {
  display: flex;
  font-size: 40px;
  text-transform: capitalize;
}
.contact .head p {
  width: 70%;
  max-width: 100%;
}
.contact main {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 4%;
}
.contact main form {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  background: snow;
}
.contact main form > * {
  width: 300px;
  padding: 12px;
  margin: 12px;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.7725490196);
  box-shadow: 1px 2px 3px rgba(128, 128, 128, 0.493);
  border: none;
}
.contact main form .btn {
  width: 20px;
  display: flex;
  background: var(--bx);
  border-radius: 23px;
  color: white;
}/*# sourceMappingURL=service.css.map */