body {
  font-family: 'Poppins', sans-serif;
}

h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

.h1-30 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #333333;
}

h4 {
  font-size: 1.4rem;
  font-weight: 600;
}

p {
  font-size: 1rem;
  color: #808080;
  font-size: 400;
}

.custom-p {
  font-size: 0.83rem;
  font-weight: 300;
  font-style: italic;
}

.custom-color {
  color: #3F5418;
}

.custom-333333 {
  color: #333333;
}

.custom-btn, .custom-btn:active {
  background-color: #3F5418;
  border: 2px solid #3F5418;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 2rem;
  padding: 0.4rem 3rem;
}

.custom-btn:hover {
  background-color: #fff;
  color: #3F5418;
  border: 2px solid #3F5418;
}

.pb-8 {
  padding-bottom: 8rem;
}

.pt-8 {
  padding-top: 8rem;
}

/* home scren start */

.home-screen .container::before {
  content: '';
  background-image: url("../../assets/img/home-screen-bottom-left.png");
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 122px;
}

.home-screen .container::after {
  content: '';
  background-image: url("../../assets/img/home-screen-bottom-rignt.png");
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 185px;
}

/* screen 2 start */

.form-control, .form-control:focus {
  padding: 0.375rem 0.75rem;
  color: #808080;
  background-color: #EEEEEE;
  border: none;
  border-radius: 0.5rem;
  outline: none;
  box-shadow: none;
}

.form-control.fc-form-control {
  border-radius: 2.6rem;
}

.error {
  font-size: 12px;
  color: red;
  padding-left: 10px;
}

/* screen4 */

.bottom-image {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* screen-6 */

.scren-6-content {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 0;
  padding: 0 20px;
  width: 100%;
}

