Parallax effect

parallax
Css
.parallax  {
    min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

Animated line

animated-line
Css
.animated-line {
    background: red !important;
    min-height: 100px !important;
}

Rounded corners

p-4 rounded-6 m-auto position-relative bg-white shadow-sm
Css