.home body {
  background-color: #f2f2f8;
}
/**** FIRST ROW ****/
.first_row {
  background: linear-gradient(180deg, rgba(242, 242, 248, 1) 0%, #d0d7e6 100%);
}
/* ---- TITLE ----*/
.first_row .content {
  gap: 16px;
  display: flex;
  max-width: 1000px;
  align-items: center;
  flex-direction: column;
  margin: 50px auto 24px;
}
.first_row .title {
  font-size: 1.3rem;
  text-align: center;
  word-spacing: -2px;
  max-width: 675px;
  font-family: "Estedad_semi_bold";
}
@media only screen and (min-width: 800px) {
  .first_row .title {
    font-size: 2rem;
    line-height: 46.8px;
  }
}

.first_row .lead {
  color: #6a6a6a;
  text-align: center;
  line-height: 30px;
  font-size: 1em;
  display: flex;
  max-width: 415px;
}
/* ---- CAMPAIN ---- */
.campain_parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
.campain_button {
  width: 180px;
  height: 55px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
  border-radius: 14px;
  align-items: center;
  font-size: 0.813rem;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 1px solid #00935e;
  background: #00935e;
  transition: 0.3s ease-in-out;
  font-family: "Estedad_medium";
  box-shadow: 0px 14px 54px 0px #00935e66;
}
.campain_button:hover {
  color: #00935e;
  background: #d8ddea;
}

.campain_parent .logos {
  margin: 50px 0;
}

.campain_parent .logos img {
  max-width: 100%;
  height: auto;
  display: none;
}
@media only screen and (min-width: 700px) {
  .campain_parent .logos .home_Logo_desktop {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .campain_parent .logos .home_logo_mobile {
    display: block;
  }
}
@media screen and (min-width: 500px) and (max-width: 700px) {
  .campain_parent .logos .home_logo_tablet {
    display: block;
  }
}
.campain_image {
  height: auto;
  width: 85%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: contain;
}
@media only screen and (max-width: 800px) {
  .campain_image {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 800px) {
  .campain_image {
    margin-bottom: -95px;
  }
}
/**** SECOND ROW ****/
.second_row {
  padding: 70px 0;
  background-color: #fff;
}
/* ---- HEADER TITLE ---- */
.second_row .header_box .title {
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.125rem;
}
.second_row .header_box .lead {
  color: #53525c;
  text-align: center;
  font-size: 0.813rem;
}
/* ---- SAME BOXS ---- */
.second_row .same_boxs {
  margin: 32px auto 0;
}
@media only screen and (max-width: 450px) {
  .second_row .same_boxs {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
}
/* @media only screen and (min-width: 450px) and (max-width: 800px) {
  .second_row .same_boxs {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
} */
.second_row .same_boxs {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.second_row .boxs {
  padding: 0 20px;
  width: 18%;
  position: relative;
  min-height: 246px;
  border-radius: 15px;
  border: 1px solid #d6dbec;
  min-width: 200px;
  @media only screen and (max-width: 450px) {
    margin: 0 auto;
    text-align: center;
    min-width: 300px;
  }
}
.second_row .boxs svg {
  position: absolute;
  top: 50px;
  right: 43%;
}
@media only screen and (min-width: 450px) {
  .second_row .boxs svg {
    right: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .second_row .boxs {
    align-items: center;
    justify-content: center;
  }
}
.second_row .boxs .title {
  color: #08080b;
  margin: 110px 0 4px;
  font-size: 0.938rem;
  transition: 0.3s ease-in-out;
  font-family: "Estedad_medium";
}
.second_row .boxs:hover .title {
  color: #00935e;
}
.second_row .boxs .lead {
  color: #53525c;
  line-height: 19.5px;
  font-size: 0.813rem;
}
@media only screen and (max-width: 450px) {
  .second_row .boxs .lead {
    text-align: center;
  }
}
/* ---- CUSTOMERS ---- */
/* .customers {
  max-width: 1000px;
  margin: 70px auto 0;
} */
/* ---- TITLE ---- */
/* .customers .header_box {
  margin-bottom: 36px;
} */
/* ---- LOGOS ---- */
/* @media only screen and (max-width: 800px) {
  .customers .logos {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
} */
/* @media only screen and (min-width: 800px) {
  .customers .logos {
    gap: 40px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(6, 1fr);
  }
} */
/* .customers .logos img {
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.customers .pelatform {
  margin-top: 40px;
}
.customers .pelatform img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
} */
/**** TAB BOX ****/
/* .tab_box {
  padding: 60px 0 50px;
} */
/* ---- CONTENT ---- */
.tab_box {
  padding: 84px 0;
  display: none;
}
.tab_box .top_part {
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .tab_box .top_part .content {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
}
.tab_box .top_part .uptitle {
  color: #53525c;
  margin-bottom: 8px;
  font-size: 0.813rem;
}
.tab_box .top_part .title {
  color: #08080b;
  font-size: 1.4rem;
  font-family: "Estedad_semi_bold";
}
.tab_box .top_part .lead {
  color: #6a6a6a;
  font-size: 0.875rem;
  max-width: 600px;
  text-align: justify;
}
@media only screen and (max-width: 800px) {
  .tab_box .top_part .uptitle {
    text-align: center;
  }
  .tab_box .top_part .title {
    text-align: center;
  }
  .tab_box .top_part .lead {
    text-align: center;
  }
}
@media only screen and (min-width: 800px) {
  .tab_box .top_part .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
/* ---- TAB BUTTONS ---- */
.tab_buttons {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .tab_buttons {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .tab_buttons {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 800px) {
  .tab_buttons {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .tab_buttons div .number {
    margin-bottom: unset;
  }
  .tab_buttons div {
    min-height: unset;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s all ease-in-out;
  }
  .tab_buttons div .lead {
    display: none;
  }
  .tab_buttons div.active {
    flex-direction: column;
    align-items: start;
    transition: 0.3s all ease-in-out;
  }
  .tab_buttons div.active .lead {
    display: unset;
  }
}
.tab_button {
  padding: 16px;
  min-height: 216px;
  border-radius: 20px;
  background-color: #fff;
  filter: blur(8px);
}
@media only screen and (min-width: 600px) {
  .tab_button {
    min-height: 280px;
  }
}
.tab_button svg {
  stroke: #00935e;
}
.tab_button .number span {
  color: #c9c9c9;
}
.tab_button .number {
  color: #00935e;
  font-size: 1.5rem;
  word-spacing: -6px;
  margin-bottom: 34px;
}
.tab_button .title {
  margin: 12px 0;
  font-size: 1rem;
  color: #08080b;
}
.tab_button .lead {
  color: #6a6a6a;
  font-size: 0.813rem;
}
/* ---- ACTIVE TAB ---- */
.tab_button.active {
  background-color: #00935e;
  filter: blur(0);
}
.tab_button.active svg {
  stroke: #fff;
}
.tab_button.active .number {
  color: #fff;
}
.tab_button.active .title {
  color: #fff;
}
.tab_button.active .lead {
  color: #e0e0e0;
}
/* ---- TAB INFO ---- */
.tab_info {
  gap: 12px;
  height: 0;
  opacity: 0;
  display: flex;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0ms ease-in 0ms, height 0ms ease-in 0ms;
}
.tab_info.active {
  opacity: 1;
  height: 57px;
  visibility: visible;
}
.tab_info svg {
  margin-top: 1px;
  margin-right: 6px;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}
.tab_info .advice {
  padding: 16px;
  color: #676670;
  border-radius: 15px;
  font-size: 0.813rem;
  border: 1px solid #e8e9f3;
  transition: 0.3s ease-in-out;
}
.tab_info .campain {
  padding: 16px;
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  font-size: 0.813rem;
  transition: 0.3s ease-in-out;
}
.tab_info .advice:hover {
  color: #fff;
  border: unset;
  background-color: #08080b;
}
.tab_info .campain:hover {
  background-color: #00935e;
}
.tab_info .advice:hover svg {
  stroke: #fff;
}
/**** FOURTH ROW ****/
.fourth_row {
  padding: 70px 0;
  background-color: #fff;
}
.fourth_row .main_wrapper {
  gap: 80px;
  display: flex;
  max-width: 1000px;
  flex-direction: column;
}
/* ---- CONTENT ---- */
.fourth_row .uptitle {
  color: #6a6a6a;
  font-size: 0.875rem;
}
.fourth_row .content .title {
  color: #101013;
  margin: 8px 0 16px;
  font-size: 1.125rem;
  line-height: 31.64px;
}
.fourth_row .content .title span {
  margin-right: 5px;
}
.fourth_row .lead {
  color: #6a6a6a;
  line-height: 21px;
  font-size: 0.875rem;
  font-family: "Estedad_medium";
}
/* ---- IMAGE ---- */
.fourth_row .image_box img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.fourth_row .image_box {
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .fourth_row .image_box {
    gap: 24px;
    display: flex;
    flex-direction: column;
  }
  .fourth_row .right_image .image {
    order: 1;
  }
}
@media only screen and (min-width: 800px) {
  .fourth_row .image_box {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* ---- MORE BUTTON ---- */
.more_button svg {
  stroke: #676670;
  margin-top: 1px;
  margin-right: 6px;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}

.more_button {
  padding: 16px;
  color: #676670;
  margin-top: 36px;
  border-radius: 15px;
  font-size: 0.813rem;
  display: inline-block;
  border: 1px solid #e8e9f3;
  transition: 0.3s ease-in-out;
}

.more_button:hover {
  color: #fff;
  background-color: #00935e;
}

.more_button:hover svg {
  stroke: #fff;
}
/* ---- OFFER ---- */
.offer {
  padding: 16px 30px;
  border-radius: 20px;
  background-color: #00935e;
  @media only screen and (min-width: 800px) {
    padding: 16px 30px 16px 0;
  }
}
@media only screen and (min-width: 800px) {
  .offer {
    display: grid;
    align-items: center;
    grid-template-columns: 48% 1fr;
  }
}
.offer .title_box {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-family: "Estedad_medium";
}
.offer .boxs {
  gap: 8px;
  display: grid;
  margin-bottom: 16px;
  @media only screen and (min-width: 400px) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.offer .card {
  background-color: #fff;
  border-radius: 16px;
  padding: 22px;
}
.offer .discount_present {
  padding-bottom: 16px;
  text-align: left;
}
.offer .discount_present span {
  background-color: #ff301f;
  border-radius: 11px;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0px 6px;
  font-family: "Estedad_bold";
}
.offer .card_img img:nth-child(2) {
  margin-right: -20px;
}

.offer .card_details h4 {
  text-align: right;
  margin: 10px 0px;
  font-size: 1.05rem;
  font-family: "Estedad_medium";
  font-weight: bold;
}
.offer .card_details .discount_number {
  color: #ff301f;
  text-decoration: line-through;
  display: block;
}
.offer .card_details .card_price {
  font-family: "Estedad_medium";
  font-size: 1.1rem;
  font-weight: bold;
  color: #00935e;
}
.offer .more_card_details {
  padding: 13px 30px;
  color: #53525c;
  margin-top: 16px;
  border-radius: 15px;
  font-size: 0.813rem;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #e8e9f3;
  transition: 0.3s ease-in-out;
}
.offer .more_card_details:hover {
  background-color: #000;
  transition: 0.3s all ease-in-out;
  color: #fff;
  border-color: #000;
}
.more_offer {
  color: #08080b;
  font-size: 0.875rem;
  font-family: "Estedad_medium";
}
.more_offer svg {
  margin-top: 1px;
  stroke: #08080b;
  margin-right: 4px;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}
.offer .image img {
  max-width: 100%;
}

/* ---- COMMENTS BOX ---- */
.comments_box {
  padding-bottom: 70px;
  background-color: #fff;
}
.comments_box .items {
  padding: 16px;
  border-radius: 15px;
  border: 1px solid #d6dbec;
}
.comments_box .title {
  color: #08080b;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 700px) {
  .comments_box .boxs {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .comments_box .boxs {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 900px) {
  .comments_box .boxs {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.comments_box .items {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  justify-content: space-between;
}
.comments_box .lead {
  color: #53525c;
  margin-bottom: 16px;
  font-size: 0.813rem;
  line-height: 22.85px;
}
.comments_box .user {
  gap: 8px;
  display: flex;
  align-items: center;
}
.user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.user .name {
  color: #08080b;
  font-weight: bold;
  font-size: 0.813rem;
  font-family: "Estedad_medium";
}
.user .job {
  color: #6a6a6a;
  font-size: 0.75rem;
}
.information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo_job {
  height: auto;
  display: block;
  max-width: 100%;
}
/**** WEBLOG ****/
.weblog {
  padding-bottom: 70px;
  background-color: #fff;
  display: none;
}
.weblog .wrapper {
  margin: 0 auto;
  padding: 0 16px;
  padding-top: 70px;
  max-width: 1000px;
  border-top: 1px solid #d6dbec;
}
@media only screen and (min-width: 1032px) {
  .weblog .wrapper {
    padding: 70px 20px 0;
  }
}
.weblog .header_section {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}
.weblog .header_box .uptitle {
  color: #53525c;
  margin-bottom: 8px;
  font-size: 0.875rem;
}
.weblog .header_box .title {
  color: #08080b;
  font-size: 1.125rem;
  font-family: "Estedad_semi_bold";
}
.weblog .archive {
  padding: 16px;
  color: #676670;
  border-radius: 15px;
  font-size: 0.813rem;
  border: 1px solid #e8e9f3;
  transition: 0.3s ease-in-out;
}
.weblog .archive svg {
  stroke: #676670;
  margin-top: 3px;
  margin-right: 6px;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
}
.weblog .archive:hover {
  color: #fff;
  background-color: #08080b;
}
.weblog .archive:hover svg {
  stroke: #fff;
}

@media only screen and (max-width: 700px) {
  .weblog .list {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  .weblog .list .item {
    gap: 16px;
    display: grid;
    align-items: center;
    grid-template-columns: 40% 1fr;
  }
  .weblog .play_icon {
    width: 60px;
    height: 60px;
  }
  .weblog .list .lead {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .weblog .list {
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .weblog .list .item {
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  .weblog .list .content {
    margin-top: 12px;
  }
}
.weblog .list .item:hover .title {
  color: #00935e;
}
.weblog .list .image {
  position: relative;
}
.weblog .list .content {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.weblog .image .res {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
.weblog .list .title {
  display: block;
  color: #08080b;
  font-size: 0.938rem;
  font-family: "Estedad_bold";
  transition: 0.3s ease-in-out;
}
.weblog .list .lead {
  color: #6a6a6a;
  font-size: 0.813rem;
}
.weblog .play_icon {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
