main {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* -------- COMMON COMPONENTS -------- */
.section-title p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Inter";
  color: #859a8e;
}
.big-title {
  font-size: 64px;
  color: #bbac95;
  font-family: "Poiret One";
}
.more-btn {
  width: 260px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #bbac95;
  border-radius: 200px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.more-btn img {
  position: absolute;
  right: 23px;
  width: 20px;
  height: auto;
}

.side-bar {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-block: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.f-b {
  font-weight: bold;
  color: #57836b;
}
.f-m {
  font-weight: 500;
}
.t-s {
  text-align: start !important;
}
/* --- Floating btns --- */
.floating {
  position: fixed;
  top: 17px;
  right: 0;
  transition: opacity 0.3s ease;
  display: none;
  z-index: 999;
}
.floating.show {
  display: none;
}
.floating a {
  display: flex;
  width: 80px;
  height: 80px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}
.floating a img {
  width: 30px;
}
.floating a:nth-of-type(1) {
  border-top-left-radius: 10px;
}
.floating a:nth-of-type(2) {
  border-bottom-left-radius: 10px;
}

@media (max-width: 768px) {
  .floating.show {
    display: block;
  }
  .side-bar {
    padding: 11px 16px;
  }
}

/* -------- FV -------- */
.fv {
  width: 100%;
  background-color: #e1b8bc;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 51px;
}
.fv img {
  width: 100%;
  max-width: 1100px;
}

@media (max-width: 1100px) {
  .fv {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .fv img {
    max-width: 393px;
  }
}

/* -------- INDEX -------- */
.index {
  width: 100%;
  max-width: 1100px;
  background-color: #fbfbfb;
  padding-block: 14px 49px;
}
.index h2 {
  font-size: 64px;
  color: #bbac95;
  font-weight: normal;
  font-family: "Poiret One";
  text-align: center;
  margin-bottom: 22px;
}
.index .item-case {
  width: 100%;
  max-width: 730px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 14px;
  column-gap: 20px;
  margin: auto;
}
.index .item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 18px;
}
.index .item img {
  width: 30px;
}

@media (max-width: 768px) {
  .index {
    padding-block: 14px 32px;
  }
  .index h2 {
    margin-bottom: 31px;
  }
  .index .item-case {
    padding-inline: 31px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .index .item {
    width: 100%;
    max-width: 330px;
  }
}

/* -------- RECOMMENDED -------- */
.recommended {
  width: 100%;
  margin-block: 18px;
  padding-block: 36px 22px;
}
.recommended h2 {
  font-size: 24px;
  color: #859a8e;
  margin-bottom: 18px;
  text-align: center;
}
.recommended .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recommended .content .item {
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 20px;
  width: fit-content;
  padding-block: 15px;
}
.recommended .content .item img {
  width: 30px;
}

@media (max-width: 650px) {
  .recommended {
    margin-block: 20px;
    padding-block: 33px 17px;
  }
  .recommended h2 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .recommended .content .item {
    padding-block: 17px;
  }
}

/* -------- CONTENT-BOX -------- */
.content-box {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-block: 40px 60px;
}

.content-box .content {
  width: 100%;
}
.content-box .content .title {
  color: #859a8e;
  padding: 15px 19px;
  border-left: 10px solid #bbac95;
  margin-bottom: 30px;
  background-color: #fbfbfb;

  h3 {
    font-size: 24px;
  }
}
.content-box .content .img-txt {
  width: 100%;
  display: flex;
  gap: 34px;
}
.content-box .content .img-txt img {
  width: 100%;
  max-width: 361px;
}
.content-box .content .img-txt p {
  font-size: 18px;
}
.content .item-case {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.content .item {
  width: 100%;
}
.content .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #859a8e;
  margin-bottom: 30px;
  padding: 18px 29px;
  border: 1px solid #bbac95;
  border-radius: 10px;
}
.content .item p {
  font-size: 18px;
}
.content ul {
  width: 100%;
  padding-left: 25px;
  text-align: start;
}
.content p {
  font-size: 18px;
}
.content ul li {
  list-style: decimal;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;

  span {
    font-weight: normal;
  }
}

@media (max-width: 768px) {
  .content-box {
    gap: 30px;
    padding-bottom: 0;
  }
  .content-box .content {
    padding-inline: 16px;
  }
  .content-box .content .title {
    margin-block: 20px;
    padding: 16px;

    h3 {
      font-size: 22px;
    }
  }
  .content-box .content .img-txt {
    flex-direction: column;
    gap: 30px;
  }
  .content-box .content .img-txt img {
    max-width: 100%;
  }
  .content .item-case {
    gap: 30px;
  }
  .content .item-title {
    padding: 13px 26px;
    margin-block: 20px;
  }
}
/* ---------------- */
.first-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  padding-bottom: 40px;
}

.first-table th {
  width: 38.81%;
  background: #bbac95;
  color: #fff;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.first-table th:nth-child(1) {
  width: 23.27%;
}

.first-table td {
  padding: 90px 30px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}
.first-table td:nth-of-type(1) {
  font-size: 20px;
  font-weight: bold;
  background-color: #fffcf7;
}

/* ---------------- */

.second-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  padding-bottom: 40px;
}

.second-table th {
  width: 26.9%;
  background: #bbac95;
  color: #fff;
  padding: 12px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.second-table th:nth-child(1) {
  width: 23.27%;
}
.second-table th:nth-child(2) {
  width: 23.63%;
}

.second-table td {
  padding: 90px 30px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
}
.second-table .name-cell {
  font-size: 20px;
  font-weight: bold;
  background-color: #fffcf7;
}
.second-table .small {
  padding: 43px 30px;
}

@media (max-width: 768px) {
  .table-container {
    width: 100%;
    overflow-x: scroll;
  }
  .first-table th {
    font-size: 18px;
    padding: 12px 3px;
  }
  .first-table td:nth-of-type(1) {
    font-size: 18px;
    padding-inline: 3px;
  }
  .second-table {
    min-width: 618px;
  }
  .first-table td {
    padding: 20px 10px;
    font-size: 16px;
  }
  .second-table td {
    padding: 20px 10px;
  }
  .second-table .name-cell {
    font-size: 18px;
    padding-inline: 3px;
  }
}
