/* welcome */
.welcome-background-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(170deg, #3780da, #002a5e);
  z-index: -1;
}
.welcome {
  position: absolute;
  color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.welcome-container {
  position: absolute;
  padding: 40px;
  width: 700px;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-button-welcome {
  background-color: #bfe2ff;
  color: #2c3e50;
  padding: 10px 20px;
  font-size: 1.2em;
  margin-top: 20px;
  border-radius: 5px;
}
.welcome-text-png {
  height: 100px;
  margin-bottom: 25px;
  margin-left: -20px;
}
.welcome-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.welcome-header h1 {
  margin: 0;
}
.welcome-description {
  margin-top: -20px;
  margin-bottom: 15px;
}
.welcome-quill-png {
  position: absolute;
  bottom: -150px;
  right: -150px;
  height: 700px;
  opacity: 0.8;
  transition: height 0.5s ease;
}