@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Be Vietnam Pro", sans-serif;
}
::selection {
  background-color: #36b864;
  color: #ffff;
}
/* Common classes */
.container {
  max-width: 710px;
  padding: 0 15px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style-type: none;
}
a {
  display: inline-block;
  text-decoration: none;
}

/* Header section */
.header-section {
  padding-block: 15px;
}
.header-section > div > div {
  justify-content: space-between;
  align-items: center;
}
.nav-links > ul {
  display: flex;
  gap: 16px;
  align-items: center;
  text-transform: capitalize;
}
.nav-links > ul > li > a {
  color: #4d4d4d;
}
.active {
  color: #36b864 !important;
}
.nav-links > ul > li > a:hover {
  color: #36b864;
}
.active,
.nav-links > ul > li > a:active {
  text-decoration: underline;
}

.nav-btn {
  display: flex;
  align-items: center;
}
.nav-btn > a {
  padding: 7px 19px;
  background-color: #36b864;
  color: white;
  border-radius: 3.5px;
}
.nav-btn > a:hover {
  background-color: #50df82;
}
.bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  align-items: center;
}
.bars > span {
  width: 20px;
  height: 3px;
  background-color: black;
  border-radius: 3px;
}
.menu {
  display: none;
}

/* Banner section */

.banner-section {
  padding-top: 80px;
}
.banner-section > div > div {
  justify-content: space-between;
  gap: 20px;
}
.banner-content > :first-child {
  color: #111d15;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 12px;
}
.banner-content > h1 {
  color: #111d15;
  font-weight: bold;
  margin-bottom: 15px;
}
.banner-content > :nth-child(3) {
  color: #666666;
  font-size: 12px;
  margin-bottom: 23px;
}
.banner-btns {
  display: flex;
  gap: 15px;
  font-size: 10px;
  align-items: center;
}
.banner-btns > .banbtn1 {
  padding: 9px 18px;
  background-color: #36b864;
  color: #ffff;
  border-radius: 3.5px;
}
.banbtn1:hover {
  background-color: #50df82;
}
.banner-btns > .banbtn2 {
  color: #111d15;
  padding: 9px 18px;
  border-radius: 3.5px;
  border: 1px solid #666666;
}
.banner-img {
  max-width: 280px;
  max-height: 247px;
}
.banner-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Card section */
.card-section {
  padding: 80px 0;
}
.content > h1 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: bold;
}
.content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: thin solid #83a790;
}
.content > div > :first-child {
  font-weight: bold;
  margin-bottom: 10px;
}
.content > div > :last-child {
  color: #666666;
  font-size: 10px;
}
.cards {
  padding-top: 25px;
}
.cards > div {
  justify-content: space-between;
}
.card-img {
  max-width: 220px;
  margin-bottom: 10px;
}
.card-img > img {
  width: 100%;
  object-fit: contain;
}
.card-content > p {
  font-size: 8px;
  margin: 10px 0 14px 0;
  color: #666666;
}
.card-content > a {
  border: 1px solid #666666;
  font-size: 10px;
  padding: 7px 10px;
  border-radius: 4px;
  color: #4d4d4d;
}
.card-content > a:hover {
  color: white;
  background-color: #36b864;
  border: none;
}
.card3 {
  position: relative;
}
.float {
  background-color: #36b864;
  max-width: 30px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 60px;
  right: -12;
}

/* Quality section */
.quality-section > div > div {
  justify-content: space-between;
  gap: 20px;
}
.quality-content > :first-child {
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: bold;
}
.quality-content > h1 {
  font-size: 24px;
  margin-bottom: 18px;
}
.quality-content > :nth-child(3) {
  font-size: 10px;
  margin-bottom: 30px;
  color: #666666;
}
.quality-content > :last-child {
  background-color: #50df82;
  padding: 9px 21px;
  color: white;
  border-radius: 4px;
}
.quality-content > :last-child:hover {
  background-color: #5ec983;
}
.quality-img {
  max-width: 280px;
  max-height: 247px;
}
.quality-img > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.right > p {
  font-size: 10px;
  margin-top: 10px;
}

/* Team section */
.team-section {
  padding: 80px 0;
}
.teams-card-section > div {
  justify-content: space-between;
}
.content2 {
  display: flex;
  justify-content: space-between;

  padding-bottom: 24px;
  border-bottom: 1px;
  border-bottom: thin solid #83a790;
}
.teams-card-section {
  padding-top: 25px;
}
.teams-card-content {
  padding: 0 0 11px 11px;
}
.teams-card-img {
  margin-bottom: 15px;
}
.teams-card-content > h4 {
  margin-bottom: 10px;
}
.teams-card-content > :nth-child(2) {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}
.teams-card-content > p {
  font-size: 10px;
  margin-bottom: 12px;
}
.teams-card-content > :last-child {
  display: flex;
  gap: 7px;
}
.teams-card:hover {
  outline: 1px solid #83a790;
  border-radius: 11px;
}

/* Pro section */
.pro-section {
  padding-bottom: 80px;
}
.pro-section > div > div {
  justify-content: space-between;
  gap: 20px;
}
.pro-img {
  max-width: 315px;
  max-height: 260px;
}
.pro-img > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.pro-content > p {
  font-size: 10px;
  margin: 10px 0 20px 0;
}
.pro-content > :nth-child(3) {
  display: flex;
  font-size: 9px;
  gap: 20px;
  font-weight: bold;
  align-items: center;
}
.pro-left > div {
  display: flex;
  align-items: center;
  padding: 6px;
  background-color: #f5f4f4;
  border-radius: 3px;
}
.pro-left > div > span,
.pro-right > div > span {
  display: inline-block;
  max-width: 9px;
  max-width: 9px;
  background-color: #36b864;
  border-radius: 50%;
  margin-right: 5px;
  text-align: center;
}
.pro-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pro-right > div {
  display: flex;
  align-items: center;
  padding: 6px;
  background-color: #f5f4f4;
  border-radius: 3px;
}
.pro-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pro-btns {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  align-items: center;
}
.probtn1 {
  padding: 7px 18px;
  background-color: #36b864;
  color: white;
  border-radius: 4px;
}
.probtn1:hover {
  background-color: #50df82;
}
.probtn2 {
  padding: 7px 18px;
  color: #111d15;
  border: 1px solid #111d15;
  border-radius: 4px;
}

/* Pricing section */
.pricing-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../assets/Background-green.png) no-repeat center/cover;
}
.pricing-content {
  text-align: center;
  color: white;
}
.pricing-content > p {
  margin-bottom: 10px;
  color: #ffffff;
}
.pricing-content > h1 {
  color: #ffffff;
  margin-bottom: 21px;
}
.pricingbtns {
  display: inline-block;
  max-width: 160px;
  padding: 4px 5px;
  background-color: #f4f5f8;
  border-radius: 117px;
  font-size: 11px;
}
.pricingbtn1 {
  padding: 4px 12px;
  background-color: #36b864;
  border-radius: 116px;
  color: white;
  font-weight: bold;
}
.pricingbtn2 {
  padding: 4px 12px;
  background-color: #ffffff;
  color: #111d15;
  border-radius: 116px;
  margin-left: 10px;
  font-weight: bold;
}
.pricingcard {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 12px;
}
.basicdes > ul {
  list-style-type: disc;
}
.cardWrapper {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.pricingcard > h5 {
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}
.pricingcard > :nth-child(2) {
  background-color: #36b864;
  padding: 12px 24px;
  border-radius: 6px;
  color: white;
  margin-bottom: 21px;
}
.pricingcard > :nth-child(2) > :first-child,
.pricingcard > :nth-child(2) > :last-child {
  font-size: 10px;
}
.pricingcard > :nth-child(2) > :nth-child(2) {
  font-size: 18px;
}
.basicdes > ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 10px;
}
.pricingcard > :last-child {
  margin-top: 21px;
  text-align: center;
  border: 1px solid #666666;
  padding: 12px 24px;
  border-radius: 4px;
}
.pricingcard > :last-child > a {
  color: #111d15;
  font-size: 12px;
}
.pricingcard > :last-child:hover {
  background-color: #36b864;
  border: none;
}
.pricingcard > :last-child:hover > a {
  color: white;
}

/* feedback section */
.feedback-section {
  padding: 80px 0;
}
.feedback-section > div > div {
  gap: 40px;
}
.feedback-content > h1 {
  margin-bottom: 15px;
  color: #111d15;
}
.feedback-content > p {
  font-size: 10px;
  color: #666666;
  margin-bottom: 21px;
}
.feedback-content > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.fa-arrow-left,
.fa-arrow-right {
  color: #36b864;
}

.feedback-content > div > span {
  padding: 10px;
  border: 1px solid #36b864;
  border-radius: 6px;
  cursor: pointer;
}
.feedback-content > div > span:hover {
  background-color: #36b864;
  color: white;
}
.feedback-content > div > span:hover > i {
  color: white;
}
.cute-girl {
  max-width: 99px;
  max-height: 142px;
}
.cute-girl > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.feedback-img {
  padding: 12px;
  display: flex;
  gap: 14px;
  box-shadow: 6px -6px #36b864;
  border-radius: 12px;
  background-color: #ffffff;
}
.cutegirl-content > h4 {
  font-size: 12px;
  margin-bottom: 7px;
}
.cutegirl-content > :nth-child(2) {
  font-size: 10px;
  margin-bottom: 7px;
  color: #666666;
}
.cutegirl-content > div {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}
.cutegirl-content > :last-child {
  color: #666666;
  font-size: 8px;
  text-wrap: nowrap;
}

/* Tip section */
.tip-section {
  padding-bottom: 80px;
}
.service-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #83a790;
}
.blog > p {
  font-size: 10px;
  margin-top: 10px;
}
.tipcard {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.tip-card {
  padding-bottom: 15px;
}
.tipcard-img {
  max-width: 215px;
}
.tipcard-img > img {
  width: 100%;
  object-fit: contain;
}
.tip-content {
  text-align: center;
  padding: 0 15px;
}

.tip-content > :first-child {
  font-size: 8px;
  margin: 21px 0 7px 0;
  color: #666666;
}
.tip-content > :nth-child(2) {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tip-content > :nth-child(3) {
  font-size: 10px;
  color: #666666;
  margin-bottom: 15px;
}
.tipbtn {
  padding: 15px 0;
  border-top: 1px solid #d8d8d8;
}
.tipbtn > a {
  color: #666666;
  text-decoration: underline;
}
.tip-card:hover {
  border: 0.5px solid #83a790;
  border-radius: 18px;
}
.tip-content > .tipbtn:hover {
  padding: 12px 24px;
  background-color: #36b864;
  border-radius: 9px;
  color: white;
  border: none;
}
.tipbtn:hover > a {
  color: white;
  text-decoration: none;
}

/* Contact section */
.contact-section {
  padding-bottom: 80px;
}
.contact-section > div > div {
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}
.find-us {
  width: 350px;
}
.contact {
  width: 291px;
}
.find-us > h1 {
  margin-bottom: 24px;
}
.contact-section p {
  color: #666666;
  font-size: 10px;
}
.call,
.email,
.address {
  width: 100%;
  padding: 12px;
  background-color: #fbfbfb;
  display: flex;
  gap: 14px;
  align-items: center;
  box-shadow: 1px 1px 1px 1px lightgray;
  border-radius: 7px;
}
.call,
.email {
  margin-bottom: 18px;
}
.contact-section h4 {
  margin-bottom: 5px;
  font-size: 11px;
}
.call-img,
.email-img,
.add-img {
  width: 32px;
  height: 32px;
  background-color: #36b864;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact > h5 {
  margin-bottom: 5px;
}
.contact > h1 {
  margin-bottom: 10px;
}
.contact > p {
  margin-bottom: 23px;
}
input,
textarea {
  padding: 10px 0 10px 12px;
  margin-bottom: 18px;
  box-shadow: 2px 2px 2px 2px lightgray;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 3px;
}
textarea {
  overflow:auto;
  resize:none;
  height: 60px;
}
input[type="text"] {
  padding: 10px 0 10px 12px;
  margin-bottom: 18px;
  box-shadow: 2px 2px 2px 2px lightgray;
  border: none;
  outline: none;
  width: 100%;
}
button[type="submit"] {
  background-color: #36b864;
  border: none;
  outline: none;
  padding: 7px 14px;
  border-radius: 4px;
  color: white;
}
button[type="submit"]:hover {
  background-color: #50df82;
  cursor: pointer;
}
::placeholder {
  color: gray;
  font-size: 9px;
}
/*  Footer section */
.footer-section {
  padding: 60px 0 10px 0;
  background-color: #111d15;
  font-size: 10px;
  color: white;
}
.footer-section > div > div {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}
.footer-section a {
  color: white;
}
.white-img {
  margin-bottom: 15px;
}
.comp,
.more {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.comp > ul,
.more > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news {
  max-width: 196px;
}
.news > h4 {
  margin-bottom: 15px;
}
.news > input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #9e9e9e;
  outline: none;
  background-color: #111d15;
  box-shadow: 0.5px 0.5px white;
}
.news > a {
  padding: 9px 16px;
  background-color: #36b864;
  border-radius: 4px;
  color: white;
  cursor: pointer;
}
.news > a:hover {
  background-color: #50df82;
}
.copyright {
  padding: 14px 0 10px 0;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 768px) {
  .find-us,
  .contact {
    width: 100%;
  }
  .header-section {
    position: relative;
  }
  .nav-links {
    position: absolute;
    top: 60px;
    left: 0;
  }
  .nav-btn {
    position: absolute;
    top: 245px;
    left: 0;
  }
  .nav-links,
  .nav-links > ul,
  .nav-btn {
    flex-basis: 100%;
    flex-direction: column;
    display: none;
    width: 100%;
    background-color: white;
  }
  .menu {
    display: block;
  }
  .nav-links > ul,
  .nav-btn {
    padding-block: 16px;
  }
  #hamburger:checked ~ .nav-links,
  #hamburger:checked ~ .nav-links > ul,
  #hamburger:checked ~ .nav-btn {
    display: flex;
  }
  .content {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .cards > div {
    justify-content: center;
    gap: 15px;
    width: 100%;
  }

  .content2 {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .teams-card-section > div {
    justify-content: center;
    gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .footer-section > div > div {
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
  .content > h1 {
    font-size: 16px;
  }
  .content > div > :last-child {
    font-size: 12px;
  }
  .teams-card-section > div {
    gap: 10px;
  }

  .float {
    display: none;
  }
  .quality-content > h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .quality-content > :nth-child(3) {
    margin-bottom: 15px;
  }
  .card-section {
    padding: 40px 0;
  }

  .left > h1 {
    font-size: 16px;
  }
  .team-section {
    padding: 40px 0;
  }
  .pro-content > h1 {
    font-size: 16px;
  }
  .quality-section > div > div {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .pro-section > div > div {
    gap: 20px;
  }
  .banner-section {
    padding-top: 40px;
  }
  .banner-section > div > div {
    flex-direction: column-reverse;
  }
  .banner-content > h1 {
    font-size: 16px;
  }
  .banner-content > :nth-child(3) {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .pro-section {
    padding-bottom: 40px;
  }
  .pricingcard1,
  .pricingcard2 {
    display: none;
  }
  .pricing-content > h1 {
    font-size: 16px;
  }
  .feedback-section {
    padding-block: 40px;
  }
  .feedback-section > div > div {
    gap: 30px;
  }
  .news > h1 {
    font-size: 16px;
  }
  .blog > h3 {
    font-size: 1rem;
  }
  .tip-section {
    padding-bottom: 40px;
  }
  .contact-section {
    padding-bottom: 40px;
  }
}
