.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.navbar b {
  font-size: 20px;
}
.navbar .navbar__li {
  display: flex;
  gap: 50px;
}
.navbar .navbar__li a {
  text-decoration: none;
  color: #fff;
}
.navbar .navbar__login {
  display: flex;
  gap: 20px;
  align-items: center;
}
.navbar .navbar__login button {
  width: 100px;
  height: 35px;
  border-radius: 20px;
  background-color: #FF7B4E;
  border: none;
  color: #fff;
}

.header-bg {
  background: #234A38;
}
.header-bg .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-bg .content .content__item .btn-1 {
  background: rgba(255, 255, 255, 0.25);
  width: 150px;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  border: none;
}
.header-bg .content .content__item .p-1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.4;
}
.header-bg .content .content__item .p-2 {
  font-size: 30px;
  color: rgb(255, 255, 255);
  margin: 10px 0 20px 0;
}
.header-bg .content .content__item .btn-2 {
  width: 200px;
  height: 50px;
  background: rgb(255, 123, 78);
  border-radius: 20px;
  border: none;
  color: #fff;
}

.container {
  padding: 20px 50px;
}

.section-first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 50px 0;
  padding-left: 50px;
}
.section-first .section-first__item {
  width: 500px;
}
.section-first .section-first__item .p-first {
  font-size: 30px;
}
.section-first .section-first__item .p-second {
  font-size: 50px;
  margin: 20px 0;
}
.section-first .section-first__item .p-thire {
  font-size: 25px;
  color: gray;
}
.section-first .section-first__item button {
  width: 200px;
  height: 60px;
  color: #fff;
  background: rgb(255, 123, 78);
  border-radius: 20px;
  margin-top: 30px;
  font-size: 20px;
}

.section-second {
  display: flex;
  margin: 50px 0;
  gap: 100px;
}
.section-second .section-second__items .paragraf {
  font-size: 50px;
  width: 650px;
}
.section-second .section-second__items .section-second__items-img {
  display: flex;
  gap: 50px;
  align-items: center;
  margin: 40px 0;
}
.section-second .section-second__items .section-second__items-img img {
  background: #FF794E;
  border-radius: 50%;
}
.section-second .section-second__items .section-second__items-img .p-1 {
  font-size: 35px;
  margin-bottom: 12px;
}
.section-second .section-second__items .section-second__items-img .p-2 {
  font-size: 25px;
  color: #828A89;
}
.section-second .section-second__items .section-second__items-p {
  font-size: 20px;
  color: #828A89;
  margin-bottom: 35px;
  width: 400px;
  line-height: 1.5;
}
.section-second .section-second__items .section-second__items-star {
  display: flex;
  gap: 15px;
}

.section-thire {
  background: #FFFFFF;
  border-radius: 50px;
  height: 480px;
  margin: 50px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.section-thire .section-thire__img-2 img {
  margin-bottom: 260px;
}
.section-thire .section-thire__item {
  width: 500px;
}
.section-thire .section-thire__item .item-p1 {
  font-size: 45px;
}
.section-thire .section-thire__item .item-p2 {
  font-size: 28px;
  color: #868E8D;
  margin: 50px 0;
}
.section-thire .section-thire__item .item-btn {
  width: 150px;
  height: 50px;
  color: #fff;
  background: #FF654D;
  font-size: 15px;
  border-radius: 10px;
  border: none;
}
.section-thire .section-thire__img-1 img {
  margin-top: 260px;
}

.section-four {
  margin: 50px 0;
}
.section-four .section-four__p {
  display: flex;
  justify-content: center;
  text-align: center;
}
.section-four .section-four__p p {
  font-size: 55px;
  width: 600px;
  line-height: 1.3;
}
.section-four .section-four__item {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.section-four .section-four__item .section-four__item-content {
  background: #FFFFFF;
  width: 700px;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  padding: 0 10px 0 20px;
  border-radius: 20px;
}
.section-four .section-four__item .section-four__item-content p {
  color: #828A89;
  font-size: 25px;
}
.section-four .section-four__item .section-four__item-content button {
  width: 200px;
  border-radius: 20px;
  border: none;
  color: #FFFFFF;
  background: #FF654D;
  height: 65px;
  font-size: 25px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.footer .footer_p {
  color: #FF7B4E;
  font-size: 20px;
}
.footer .footer__a {
  display: flex;
  gap: 50px;
}
.footer .footer__a a {
  text-decoration: none;
  color: #828A89;
}
.footer .footer__login {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #828A89;
}
.footer .footer__login button {
  width: 100px;
  height: 35px;
  border-radius: 20px;
  background-color: #FF7B4E;
  color: #FFFFFF;
  border: none;
}

body {
  background: #F6F6F6;
}

* {
  margin: 0;
  font-family: Poppins, sans-serif;
}

/*# sourceMappingURL=main.css.map */
