.video_section {
  width: 100%;
  height: 677px;
  padding: 32px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  background-color: #e2e9e9;
  position: relative;
  overflow: hidden;
}
.video_section .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.video_section .video_content_ctr {
  position: relative;
  width: 100%;
  max-width: 1072px;
  height: 100%;
}
.video_section .video_content_ctr .main_text {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 1%;
  position: relative;
  z-index: 1;
  width: 50%;
  color: #fff;
}
.video_section .video_content_ctr .information_ctr {
  display: flex;
  justify-content: space-around;
  padding: 42px 10px;
  gap: 30px;
  position: relative;
  z-index: 1;
  width: 50%;
}
.video_section .video_content_ctr .information_ctr .info_text {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 1%;
  color: #fff;
}
.video_section .video_content_ctr .scroll_down {
  position: absolute;
  bottom: 50px;
  right: 80px;
}
.video_section .video_content_ctr .scroll_down .scroll_down_ctr {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  gap: 17px;
  background-color: transparent;
  border: none;
}
.video_section .video_content_ctr .scroll_down .scroll_down_ctr .scroll_down_text {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

.home_info_ctr {
  width: 100%;
  height: auto;
  padding: 113px 102px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  position: relative;
  overflow: hidden;
  background: url("../images/bg_desktop_sand.png") no-repeat center center;
}
.home_info_ctr .bookshelf {
  width: 100%;
  padding: 20px;
  max-width: 1162px;
}
.home_info_ctr .bookshelf .faq_ctr {
  padding: 28px 36px;
  background-color: #e9e0d0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.home_info_ctr .bookshelf .faq_ctr:first-of-type {
  border-radius: 20px 20px 0 0;
}
.home_info_ctr .bookshelf .faq_ctr:last-of-type {
  border-radius: 0 0 20px 20px;
}
.home_info_ctr .bookshelf .faq_ctr.faq1 {
  background-color: #e9e0d0; /* Soft blue */
}
.home_info_ctr .bookshelf .faq_ctr.faq2 {
  background-color: #d9cdb7; /* Light peach */
}
.home_info_ctr .bookshelf .faq_ctr.faq3 {
  background-color: #c4b497; /* Soft green */
}
.home_info_ctr .bookshelf .faq_ctr.faq4 {
  background-color: #c1a68a; /* Soft green */
}
.home_info_ctr .bookshelf .faq_ctr .question {
  display: flex;
  gap: 104px;
  font-size: 24px;
  font-weight: 700;
  color: #263228;
  cursor: pointer;
}
.home_info_ctr .bookshelf .faq_ctr .question .number {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.home_info_ctr .bookshelf .faq_ctr .question .title {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
}
.home_info_ctr .bookshelf .faq_ctr .answer_ctr {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  position: relative;
}
.home_info_ctr .bookshelf .faq_ctr .answer_ctr .answer_text {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #263228;
  padding: 55px 0px;
  margin-left: 160px;
  max-width: 700px;
}
.home_info_ctr .bookshelf .faq_ctr .answer_ctr .icon_image {
  position: absolute;
  width: 125px;
  height: 125px;
  right: 0px;
  bottom: 50%;
  transform: translateY(50%);
}
.home_info_ctr .bookshelf .faq_ctr:hover .answer_ctr {
  max-height: 300px;
  opacity: 1;
}

.product_section_ctr {
  width: 100%;
  height: auto;
  padding: 157px 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 150px;
  position: relative;
  overflow: hidden;
  background: url("../images/bg_desktop_green.png") repeat center center;
  background-size: cover;
}
.product_section_ctr .product_container_upper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1072px;
}
.product_section_ctr .product_container_upper .pcu_header {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #fff;
  width: 50%;
}
.product_section_ctr .product_container_upper .pcu_info {
  width: 381px;
  font-family: "Suisse Intl", sans-serif;
  font-weight: 450;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -1%;
  text-align: right;
  color: #fff;
}
.product_section_ctr .product-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  max-width: 1072px;
}
.product_section_ctr .product-container .product-img {
  width: 100%;
  height: 232.63px;
  margin: 0 auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(100%);
}
.product_section_ctr .product-container .card-product {
  width: 33.3%;
}
.product_section_ctr .product-container .card-product .product_info {
  transition: transform 0.3s ease-in-out;
}
.product_section_ctr .product-container .card-product .product-img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
.product_section_ctr .product-container .card-product:hover .product_info {
  transform: translateY(15px);
}
.product_section_ctr .product-container .card-product:hover .product-img {
  filter: grayscale(0%);
}
.product_section_ctr .product-container .card-product:hover .product-title,
.product_section_ctr .product-container .card-product:hover .product-description,
.product_section_ctr .product-container .card-product:hover .link-to-detail {
  color: #1c2955;
  background: linear-gradient(141.58deg, #fff 10.15%, #fff 87.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.3s ease-in-out, -webkit-text-fill-color 0.3s ease-in-out;
}
.product_section_ctr .product-container .card-product:hover .product-title:hover,
.product_section_ctr .product-container .card-product:hover .product-description:hover,
.product_section_ctr .product-container .card-product:hover .link-to-detail:hover {
  background: linear-gradient(141.58deg, #c4b497 10.15%, #c1a68a 87.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product_section_ctr .product-container .card-product:nth-child(1) .product-title {
  text-align: left;
}
.product_section_ctr .product-container .card-product:nth-child(1) .product-description {
  text-align: left;
}
.product_section_ctr .product-container .card-product:nth-child(1) .link-to-detail {
  text-align: left;
}
.product_section_ctr .product-container .card-product:nth-child(2) .product-title {
  text-align: center;
  margin-right: 0px;
}
.product_section_ctr .product-container .card-product:nth-child(2) .product-description {
  text-align: center;
}
.product_section_ctr .product-container .card-product:nth-child(2) .link-to-detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_section_ctr .product-container .card-product:nth-child(3) .product-title {
  text-align: right;
  margin-right: 0px;
}
.product_section_ctr .product-container .card-product:nth-child(3) .product-description {
  text-align: right;
}
.product_section_ctr .product-container .card-product:nth-child(3) .link-to-detail {
  display: flex;
  justify-content: right;
  align-items: center;
}
.product_section_ctr .product-container .product-title {
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  font-size: 20px;
  margin-top: 32px;
  margin-right: 16px;
}
.product_section_ctr .product-container .product-description {
  color: #fff;
  font-weight: 450;
  font-size: 12px;
  line-height: 18px;
  margin: 16px 0;
}
.product_section_ctr .product-container .link-to-detail {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}

.about-section {
  background-color: #1f1f1f;
  color: #ffffff;
  padding: 125px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 63px;
  text-align: left;
}
.about-section .about-header {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  position: super;
  color: #fff;
  width: 100%;
  max-width: 1072px;
}
.about-section .about_content_ctr {
  display: flex;
  gap: 65px;
  width: 100%;
  max-width: 1072px;
}
.about-section .about_content_ctr .about_text {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #fff;
}
.about-section .about_content_ctr .about_awards {
  width: 604px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .video_section {
    padding: 0px 27px;
  }
  .video_section .video_content_ctr {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .video_section .video_content_ctr .main_text {
    width: 70%;
    max-width: 550px;
  }
  .video_section .video_content_ctr .information_ctr {
    width: 70%;
    max-width: 550px;
    padding: 0;
    gap: 20px;
  }
  .video_section .video_content_ctr .information_ctr .info_text {
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 1%;
    color: #fff;
  }
  .video_section .video_content_ctr .scroll_down {
    right: 20px;
    bottom: 50px;
  }
  .home_info_ctr {
    padding: 90px 25px;
  }
  .home_info_ctr .bookshelf .faq_ctr .question {
    gap: 20px;
  }
  .home_info_ctr .bookshelf .faq_ctr .answer_ctr .answer_text {
    margin-left: 80px;
    padding-bottom: 140px;
  }
  .home_info_ctr .bookshelf .faq_ctr .answer_ctr .icon_image {
    bottom: 0px;
    transform: translateY(0%);
  }
  .home_info_ctr .bookshelf .faq_ctr:hover .answer_ctr {
    max-height: 500px;
    opacity: 1;
  }
  .product_section_ctr {
    gap: 50px;
  }
  .product_section_ctr .product_container_upper {
    flex-direction: column;
    gap: 48px;
  }
  .product_section_ctr .product_container_upper .pcu_info,
  .product_section_ctr .product_container_upper .pcu_header {
    width: 100%;
  }
  .product_section_ctr .product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 64px 50px 64px;
    gap: 48px;
  }
  .product_section_ctr .product-container {
    width: 100%;
  }
  .product_section_ctr .product-container .card-product {
    width: 50%;
  }
  .product_section_ctr .card-product {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .product_section_ctr .card-product .product-img {
    display: block;
    margin: 0 auto;
    filter: grayscale(0%);
  }
  .product_section_ctr .card-product .product_info {
    max-width: 500px;
  }
  .product_section_ctr .card-product:hover .product_info {
    transform: translateY(0);
  }
  .product_section_ctr .card-product:nth-child(1) .product-title {
    text-align: center;
  }
  .product_section_ctr .card-product:nth-child(1) .product-description {
    text-align: center;
  }
  .product_section_ctr .card-product:nth-child(1) .link-to-detail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product_section_ctr .card-product:nth-child(2) .product-title {
    text-align: center;
  }
  .product_section_ctr .card-product:nth-child(2) .product-description {
    text-align: center;
  }
  .product_section_ctr .card-product:nth-child(2) .link-to-detail {
    text-align: center;
  }
  .product_section_ctr .card-product:nth-child(3) .product-title {
    text-align: center;
  }
  .product_section_ctr .card-product:nth-child(3) .product-description {
    text-align: center;
  }
  .product_section_ctr .card-product:nth-child(3) .link-to-detail {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product_section_ctr .product-title {
    margin-right: 0px;
    color: #1c2955;
  }
  .product_section_ctr .product-description {
    color: #1c2955;
  }
  .product_section_ctr .link-to-detail {
    color: #1c2955;
  }
  .product_section_ctr .card-product {
    width: 100%;
  }
  .about-section {
    padding: 80px 90px;
    gap: 28px;
  }
  .about-section .about-header {
    width: 100%;
    max-width: 700px;
    font-size: 48px;
  }
  .about-section .about_content_ctr {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 700px;
    gap: 38px;
  }
  .about-section .about_content_ctr .about_text {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -1%;
    color: #fff;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .video_section {
    padding: 0px 20px;
    height: 507px;
  }
  .video_section .video_content_ctr {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .video_section .video_content_ctr .main_text {
    width: 60%;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 1%;
  }
  .video_section .video_content_ctr .information_ctr {
    width: 70%;
    max-width: 550px;
    padding: 0;
    gap: 20px;
  }
  .video_section .video_content_ctr .information_ctr .info_text {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
  }
  .video_section .video_content_ctr .scroll_down {
    right: 20px;
    bottom: 35px;
  }
  .video_section .video_content_ctr .scroll_down .scroll_down_ctr .scroll_down_text {
    font-size: 15.89px;
  }
  .home_info_ctr {
    padding: 60px 20px;
  }
  .home_info_ctr .bookshelf .faq_ctr .question {
    flex-direction: column;
    gap: 4px;
  }
  .home_info_ctr .bookshelf .faq_ctr .question .title,
  .home_info_ctr .bookshelf .faq_ctr .question .number {
    font-size: 20px;
  }
  .home_info_ctr .bookshelf .faq_ctr .answer_ctr .answer_text {
    margin-left: 0px;
    padding-bottom: 100px;
    font-size: 14px;
  }
  .home_info_ctr .bookshelf .faq_ctr .answer_ctr .icon_image {
    width: 70px;
    height: 70px;
    bottom: 0px;
    transform: translateY(0%);
  }
  .home_info_ctr .bookshelf .faq_ctr:hover .answer_ctr {
    max-height: 550px;
    opacity: 1;
  }
  .product_section_ctr {
    padding: 55px;
    gap: 48px;
  }
  .product_section_ctr .product_container_upper {
    flex-direction: column;
    gap: 48px;
  }
  .product_section_ctr .product_container_upper .pcu_info,
  .product_section_ctr .product_container_upper .pcu_header {
    width: 100%;
  }
  .product_section_ctr .product_container_upper .pcu_header {
    font-size: 40px;
  }
  .product_section_ctr .product-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px 50px 20px;
  }
  .product_section_ctr .product-container {
    width: 100%;
  }
  .product_section_ctr .product-container .card-product {
    width: 100%;
  }
  .product_section_ctr .card-product .product-img {
    width: auto;
    height: 150px;
  }
  .about-section {
    padding: 70px 12px;
    gap: 25px;
  }
  .about-section .about-header {
    width: 100%;
    font-size: 24px;
  }
  .about-section .about_content_ctr {
    gap: 60px;
  }
  .about-section .about_content_ctr .about_awards {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=homepage.css.map */