.nh-background {
  width: 100%;
  height: 384px;
  object-fit: cover;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
}

header .header-logo {
  background-color: white;
  border-radius: 30px;
  padding: 12px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

header .header-logo img {
  width: 100%;
}

header nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

header nav ul li {
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: 0 20px;
  cursor: pointer;
}

header nav ul .li-active {
  border-bottom: 3px solid #2bb6e0;
}

header nav ul button img {
  margin-right: 10px;
}

header nav ul button {
  background-color: #1f1f37;
  padding: 11px 20px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  width: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  cursor: pointer;
}

.bar {
  display: none;
}

@media (max-width: 772px) {
  header nav {
    display: none;
  }
  .bar {
    display: flex;
  }
  .bar img {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
    cursor: pointer;
  }
}

.nh-background {
  position: absolute;
  z-index: 0;
  height: 420px;
  object-fit: cover;
}

.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 420px;
}

.banner p {
  z-index: 1;
  position: relative;
  color: white;
  text-align: center;
  font-size: 45px;
  font-weight: light;
  line-height: 52px;
  padding-bottom: 80px;
}

@media (max-width: 560px) {
  .banner p {
    padding: 0 20px;
    padding-bottom: 80px;
    font-size: 35px;
  }
}

@media (max-width: 420px) {
  .banner p {
    font-size: 30px;
    line-height: 36px;
  }
}

.banner strong {
  font-weight: bold;
}

.help {
  box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.09);
  border-radius: 55px;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 20px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  background-color: white;
}

@media (max-width: 920px) {
  .help {
    max-width: 90%;
    border-radius: 100px;
  }
}

@media (max-width: 490px) {
  .help {
    max-width: 100%;
    border-radius: 0;
  }
}

.help div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 0;
}

@media (max-width: 920px) {
  .help h3 {
    width: 100%;
    height: 60px;
    margin: 0;
    text-align: center;
  }
  .help p {
    margin: 0 !important;
  }
}

.help img {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  margin-right: 10px;
}

.help h2 {
  font-size: 30px;
  font-weight: bold;
  color: #1f1f37;
  margin-right: 10px;
}

.help p {
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  color: #1f1f37;
  max-width: 160px;
  margin-right: 30px;
}

.help h3 {
  font-size: 20px;
  font-weight: 400;
  color: #1b56a5;
}

.bubbles {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  max-width: 860px;
}

@media (max-width: 500px) {
  .bubbles {
    flex-wrap: wrap;
  }
}

.bubble {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  min-height: 154px;
  position: relative;
  /*   position: relative;
  top: 0;
  left: 0;
  transition: 1s all; */
}

@media (max-width: 500px) {
  .bubble {
    margin: 0 20px;
    min-height: 200px;
  }
}

.bubble img {
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  height: 100px;
  transition: 1s all;
  position: absolute;
  top: 0;
}

/* .bubble:hover {
  transition: 1s all;
  position: relative;
  top: -40px;
} */

.bubble:hover img {
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  top: -20px;
  transition: 1s all;
}

@media (max-width: 500px) {
  .bubbles img {
    min-width: 140px;
    min-height: 140px;
    width: 140px;
    height: 140px;
  }
  .bubble:hover img {
    min-width: 150px;
    min-height: 150px;
    width: 150px;
    height: 150px;
    top: -10px;
    transition: 1s all;
  }
}

.bubble p {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  top: 100px;
  position: absolute;
  transition: 1s all;
  width: 160px;
}

@media (max-width: 500px) {
  .bubbles p {
    top: 140px;
  }
}

.bubble:hover p {
  font-size: 16px;
  line-height: 22px;
  transition: 1s all;
}

@media (max-width: 500px) {
  .bubble:hover p {
    top: 130px;
  }
}
