@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  text-decoration: none;
}
.title {
  font-size: 30px;
}

.navbar-brand {
  width: 100%;
  margin-right: 0 !important;
}

.navbar-start {
  margin-left: 15px;
}

#progress-bar {
  width: 100%;
  height: 5px;
  background-color: #485fc7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
#progress-bar .bar {
  width: 0%;
  background-color: #ffffff;
  height: 100%;
}

.group {
  display: flex;
  flex-direction: row;
  line-height: 28px;
  align-items: center;
  position: relative;
  max-width: 350px;
  width: 100%;
}

.input {
  width: 100%;
  height: 40px;
  line-height: 28px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  background-color: #f3f3f4;
  color: #3f3f3f !important;
  padding-left: 40px !important;
  transition: 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.input::placeholder {
  color: #9e9ea7;
}

.input:focus,
.input:hover {
  outline: none !important;
  border-color: #485fc7 !important;
  background-color: #fff;
}

.icon {
  position: absolute;
  left: 1rem;
  fill: #9e9ea7;
  z-index: 1;
  width: 1rem !important;
  height: 1rem !important;
}
.group {
  display: flex;
  flex-direction: row;
  line-height: 28px;
  align-items: center;
  position: relative;
  max-width: 350px;
  width: 100%;
}

.input {
  width: 100%;
  height: 40px;
  line-height: 28px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  background-color: #f3f3f4;
  color: #3f3f3f !important;
  padding-left: 40px !important;
  transition: 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.input::placeholder {
  color: #9e9ea7;
}

.input:focus,
.input:hover {
  outline: none !important;
  border-color: #485fc7 !important;
  background-color: #fff;
}

.icon {
  position: absolute;
  left: 1rem;
  fill: #9e9ea7;
  z-index: 1;
  width: 1rem !important;
  height: 1rem !important;
}

/* navbar mobile  */
.nav-mobile {
  display: none;
}

.nav-mobile-active {
  display: block;
  position: fixed;
  height: 100vh;
  z-index: 1;
  background: #485fc7;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.nav-mobile-active a {
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
}

.navbar-burger {
  z-index: 2;
}

@media screen and (max-width: 1020px) {
  .navbar.is-link {
    position: fixed;
    right: 0;
    z-index: 30;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .title {
    font-size: 26.5px !important;
  }

  .nav-mobile-active {
    gap: 25px;
  }

  .navbar-item p,
  .button.is-link strong,
  .nav-mobile-active a {
    font-size: 24px;
    font-weight: 600 !important;
  }

  .button.is-light {
    height: 49px;
  }

  .group {
    width: 90%;
  }

  .input,
  .textarea {
    height: 48px !important;
  }
}
