/* ============== color UI ============= */

/* font: Montserrat  */

/* Primary: #96BB7C */

/* background hero: #FFF2F3 */

/* danger: #E74040 */

/* text primary: #252B42 */

/* text secondary: #737373 */

/* ====== RESET CSS ====== */

html {
  box-sizing: border-box;
  font-size: 16px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}
a {
  color: #252b42;
  display: inline-block;
}
/* ================== COMMON ================ */
/* width  */
.container-1440 {
  width: 1440px;
  margin: 0 auto;
  /* background: red; */
}

.container-1050 {
  width: 1050px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}

/* button */

.btn {
  display: inline-block;
  padding: 16px 26px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}

.btn__icon {
  margin-left: 14px;
}

.btn--primary {
  background-color: #96bb7c;
  color: #fff;
}

.btn--default {
  border: 1px solid #96bb7c;
  color: #96bb7c;
}

.btn--arrow-next {
}

.img--responsive {
  display: block;
  max-width: 100%;
  /* scale: ; */
  /* height: auto; */
}

/* font */

.textcolor-default {
  color: #252b42;
}

.textcolor-primary {
  color: #96bb7c;
}

.textcolor-gray {
  color: #737373;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-40 {
  font-size: 40px;
}

.fs-58 {
  font-size: 58px;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.t-capitalized {
  text-transform: capitalize;
}

.mr-16 {
  margin-right: 16px;
}

.mr-46 {
  margin-right: 46px;
}

.nav {
  /* width: 70%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav .nav__list {
  display: flex;
}

.nav .nav__item {
}

.nav .nav__link {
  text-decoration: none;
  color: #737373;
}

.nav__list--headbtn {
  display: flex;
  align-items: center;
}

.nav--col {
  flex-direction: column;
}

body {
  /* color: #252b42; */
  font-family: 'Montserrat', sans-serif;
}
/* ======================= HEADER ============== */

.header {
  overflow: hidden;
  width: 100%;
  background-color: #fff2f3;
}

.header__top {
  width: 1040px;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.header__hamburger {
  display: none;
  cursor: pointer;
  width: 32px;
}

.header__hamburger--actived .header__hamburger--bar-1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.header__hamburger--actived .header__hamburger--bar-2 {
  opacity: 0;
}

.header__hamburger--actived .header__hamburger--bar-3 {
  transform: translate(0, -11px) rotate(45deg);
}

.header__hamburger--bar-1,
.header__hamburger--bar-2,
.header__hamburger--bar-3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.header__nav {
  transition: 0.4s;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 301px;
}

.logo__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  text-transform: capitalize;
}

.logo__link {
  text-decoration: none;
}

.header__list {
  display: flex;
  align-items: center;
}

.header__item {
}

.header__item:not(:last-child) {
  margin-right: 19px;
}

.header__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  color: #737373;
}

.header__groupBtn {
  display: flex;
  align-items: center;
  width: 299px;
}

.header__listBtn {
}

.header__linkBtn {
  cursor: pointer;
  text-decoration: none;
}

.header__linkBtn--login {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.20000000298023224px;
  text-align: right;
  color: #96bb7c;
}

.header__linkBtn--joinUs {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #fff;
  padding: 15px 30px;
  background: #96bb7c;
  border-radius: 5px;
}

.header__linkBtn--Arrow {
  margin-left: 6px;
}

.header__listBtn--login {
  margin-right: 50px;
}

.header__bottom {
  padding-top: 24px;
}

.hero {
  /* margin-top: 91px; */
  width: 100%;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
}

.hero__info {
  padding-top: 152px;
  padding-left: 133px;
}

.hero__badge {
  margin-bottom: 31px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.hero__heading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 56px;
  line-height: 80px;
}

.hero__text {
  color: #737373;
  line-height: 30px;
  font-size: 20px;
  width: 320px;
  margin-bottom: 29px;
  font-weight: 600;
}

.hero__groupBtn {
}

.hero__groupBtn--joinUs {
  padding: 16px 35px;
}

.hero__groupBtn--learnMore {
  padding: 16px 34px;
  margin-left: 8px;
}

.hero__img {
}

.hero__img--banner {
  padding-left: 24px;
  width: 704px;
  height: 682px;
  display: block;
}

/* ======================= MAIN ============== */

.main {
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 94px;
  padding-bottom: 133px;
}

/* Package section */

.package {
  display: flex;
  justify-content: space-between;
}

.package__img {
  padding-left: 194px;
}

.package__img--detail {
}

.package__appro {
  padding-top: 151px;
  padding-left: 63px;
}

.package__border {
  width: 92px;
  height: 6px;
  background: #e74040;
  margin-bottom: 35px;
}

.package__heading {
  margin-bottom: 35px;
  letter-spacing: -0.9px;
  line-height: 50px;
  font-size: 40px;
  font-weight: 700;
}

.package__content {
  margin-bottom: 35px;
  width: 50%;
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
}

.package__btn {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #96bb7c;

  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  text-decoration: none;
}

.package__btn--icon {
  margin-left: 6px;
}

/* team section */

.team {
  /* padding-top: 25px; */
  padding: 0 195px 0 195px;
}

.team__head {
  padding-top: 25px;
  /* width: 691px; */
  /* padding: 0 195px 0 195px; */
}

.team__body {
  /* margin: 0 auto; */
  padding-top: 111px;

  width: 101%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.team__badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #96bb7c;
  margin-bottom: 10px;
}

.team__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  margin-bottom: 10px;
}

.team__content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.20000000298023224px;
  /* text-align: left; */
  color: #737373;
}

.card {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  width: 239px;
  overflow: hidden;
  /* background-color: gray; */
}

/* .card:not(:last-child) {
  margin-right: 30px;
} */

.card--shadow-sm {
  box-shadow: 0px 13px 19px 0px #00000012;
}

.card__avatar {
  height: 233px;
  overflow: hidden;
}

.card__avatar--detail {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}

.card__info {
  /* margin-bottom: 10px; */
  /* background: green; */
  padding: 30px 0;
}

.card__fullname {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.10000000149011612px;
  text-align: center;
}

.card__profession {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
}

.card__social {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 44px;
}

.card__icon {
  cursor: pointer;
}

.card__icon--img {
}

/* ============== FOOTER ==============  */

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer__head {
  width: 1049px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  padding-bottom: 39px;
}
.footer__bottom {
  width: 100%;
  background: #fafafa;
}
.footer__bottom--md {
  width: 1049px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 9px;
}

.footer__wrapper {
}

.footer__wrapper:not(:last-child) {
  width: 181px;
}

.footer__heading {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.10000000149011612px;
  text-align: left;
  margin-bottom: 18px;
}

.footer__nav {
  padding-left: 6px;
}

.footer__list {
}

.footer__item {
  margin-bottom: 11px;
}

.footer__link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #737373;
  display: flex;
  align-items: center;
}

.footer__link--icon {
  margin-right: 6px;
}

.footer__link--text {
}

.footer__brandname {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #737373;
}

.footer__social {
  display: flex;
  align-items: center;
  width: 158px;
}

.footer__social--link {
}

.footer__social--link:not(:last-child) {
  margin-right: 18px;
}

.footer__social--icon {
}
/* ==================== RESPONSIVE ============= */

@media only screen and (max-width: 768px) {
  .header {
    width: 100%;
  }
}

@media only screen and (max-width: 1440px) {
  .header__hamburger {
    display: block;
  }

  .header__hamburger--actived .header__hamburger--bar-1,
  .header__hamburger--actived .header__hamburger--bar-2,
  .header__hamburger--actived .header__hamburger--bar-3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }

  .header__nav {
    display: visible;
    opacity: 0;
  }

  .header__top {
    position: relative;
  }

  .header__hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 10;
  }

  .header__nav.header__nav--actived {
    z-index: 2;
    flex-wrap: wrap;
    padding: 20px 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: auto;
    background-color: #333;
    color: #fff;
    opacity: 0.9;
  }

  .header__nav--actived .header__link {
    color: #fff;
  }

  .logo__text {
    display: inline-block;
    margin: 0 auto;
  }

  .header__top {
    width: 100%;
    padding: 20px;
  }

  .header__bottom {
  }

  .hero {
    align-items: flex-end;
  }
  .hero__info {
    padding: 60px 20px;
  }

  .hero__img--banner {
    width: 100%;
    height: auto;
    display: block;
  }

  .package {
    width: 100%;
  }

  .package__appro {
    padding-left: 70px;
  }

  .package__img {
    padding-left: 0;
  }

  .team {
    padding: 0 25px;
  }

  .team__body {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    margin: 25px;
  }

  .footer {
  }

  .footer__head {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer__bottom {
  }

  .footer__bottom--md {
    width: 100%;
  }

  .footer__wrapper {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1150px) {
  .package {
    margin: 0 auto;
    width: 50%;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .package__img,
  .package__appro {
    padding-left: 0;
  }

  .package__appro {
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    flex-direction: column;
  }

  .hero__img--banner {
    padding-left: 0;
  }
  .package {
    width: 100%;
    /* padding: 0 20px; */
  }

  .package__appro {
    margin-left: auto;
    width: 70%;
    padding-top: 0;
  }

  .package__img {
  }

  .footer__head {
    margin: 0 auto;
    /* padding: 0 30px; */
    width: 90%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header__list {
    /* margin-bottom: 20px; */
  }
}

@media only screen and (max-width: 500px) {
  .package__appro {
    width: 100%;
    padding: 0 20px;
  }

  .package__img--detail {
    width: 100%;
    height: auto;
  }

  .footer__social {
    width: auto;
  }

  .hero__heading {
    font-size: 40px;
    line-height: 60px;
  }

  .footer__head {
    margin: 0 auto;
    /* padding: 0 30px; */
    width: 80%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .header__nav.header__nav--actived {
    padding-left: 20px;
    padding-right: 0;
  }
  .header__list {
    margin-bottom: 20px;
  }
}
