* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

body {
  height: 100vh;
  background-color: #fff;
}

/* ----------   Header_Start   ---------- */
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}

a:hover {
  color: rgb(129, 187, 207);
}

header {
  position: relative;
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 5px #ccc;
}

i {
  cursor: pointer;
}

#search-input {
  width: 150px;
  border: none;
  background-color: rgba(225, 225, 225, 0.3);
  padding: 5px 20px;
  border-radius: 10px;
}

#dropdown_search_modal {
  width: 150px;
  border: none;
  padding: 5px 20px;
  background-color: rgba(225, 225, 225, 0.3);
  border-radius: 10px;
}

.dropdown_search {
  z-index: 100;
  position: absolute;
  right: 6rem;
  top: 57px;
  display: none;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_search.open {
  display: block;
}

.navbar {
  width: 100%;
  height: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  align-items: center;
  border-radius: 3rem;
  justify-content: space-between;
  top: 0;
}

.navbar-adv {
  margin: 0 auto;
  padding: 10px;
  background-color: rgb(129, 187, 207);
  position: sticky;
  text-align: center;
  color: #ffffff;
}

.navbar .links {
  display: flex;
  flex-direction: row;
  gap: 4rem;
}

.navbar .logo a {
  font-size: 1.25rem;
  font-weight: bold;
}

.navbar .toggle_btn {
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.navbar .toggle_search {
  display: none;
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
}

.dropdown_menu {
  z-index: 100;
  display: none;
  position: absolute;
  right: 2rem;
  height: 0;
  top: 90px;
  width: 200px;
  background-color: rgba(225, 225, 225, 0.3);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu.open {
  height: 210px;
}

.dropdown_menu li {
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* ----------   Header_End   ---------- */
.index_main {
  padding-top: 100px;
}

.down-arrow {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.index_main_photo_show {
  display: flex;
  width: 70%;
  height: 80vh;
  margin: 0 auto;
  overflow-y: hidden;
}

.index_main_photo_show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_main_content {
  margin: 50px 20px;
  display: flex;
  background-color: #ccc;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.large_paragraph {
  width: 600px;
  font-size: 1.5em;
  font-weight: bold;
  margin-right: 20px;
}

.index_main_content p {
  padding: 50px 30px;
}

.index_main_content .small_paragraph {
  color: #474545;
}

.index_wooden {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 50px;
}

.breadcrumb {
  font-size: 0.8em;
  margin-left: 50px;
}

.gray-text {
  color: #888;
}

.dark-text {
  color: #333;
}

.product-container {
  display: flex;
  width: 300px !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 10px 0;
  box-sizing: border-box;
}

.product-container img {
  max-width: 100%;
}

.product-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.color-balls {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: start;
}

.color-ball-black {
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
  margin-right: 10px;
}
.color-ball-gray {
  width: 10px;
  height: 10px;
  background-color: #5f5f5f;
  border-radius: 50%;
  margin-right: 10px;
}
.color-ball-yellow {
  width: 10px;
  height: 10px;
  background-color: #aab182;
  border-radius: 50%;
  margin-right: 10px;
}
.color-ball-blue {
  width: 10px;
  height: 10px;
  background-color: #b6d8dc;
  border-radius: 50%;
  margin-right: 10px;
}

.bold-text {
  margin: 10px 0 0 0;
  font-weight: bold;
}

.button-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_wooden .product-container .button-section button {
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 1rem;
}

.index_wooden .product-container .button-section button:hover {
  background-color: #3f3f3f;
}

.index_special {
  display: flex;
  margin: 50px 20px;
  padding: 30px 20px;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  gap: 20px;
}

.index_special .img {
  width: 100%;
  max-width: 600px;
  overflow-y: hidden;
  height: auto;
}

.index_special .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_special .text {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.index_special .text p {
  font-size: 1rem;
  color: #333;
}

.index_special .text button {
  width: 100%;
  max-width: 200px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 1rem;
}

.index_accessories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 100px;
}

.index_accessories .accessories-container img {
  max-width: 100%;
}

.accessory_title {
  margin: 10px 100px;
}

.index_accessories .accessories-container {
  display: flex;
  width: 300px !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 10px 0;
  box-sizing: border-box;
}

.contact_main {
  margin: 50px 100px;
}

.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.contact_or {
  display: flex;
  flex-direction: row;
  width: 60%;
  margin: 0 auto;
}

.contact .photo {
  width: 40%;
  height: 100%;
}

.contact .photo img {
  width: 100%;
  height: auto;
}

.contact_or .txt_or {
  width: 25%;
  text-align: center;
  margin: auto 0;
  color: #5f5f5f;
}

.contact_styled-hr {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.contact .txt_boxs {
  display: flex;
  flex-direction: column;
}

.contact .txt_boxs textarea,
.contact .txt_boxs input {
  flex: 1;
  margin: 10px auto;
  width: 100%;
  padding: 10px 20px;
}

.contact .txt_boxs textarea {
  height: 200px;
}

.contact .txt_boxs input::placeholder,
.contact .txt_boxs textarea::placeholder {
  color: #888;
}

.contact .detail {
  margin-top: 130px;
}

.contact .txt_boxs .contact .detail {
  margin: 50px 0;
  width: 70%;
}

.contact .detail button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 20px;
  margin: 20px auto;
  gap: 10px;
  border: 1px solid #ccc;
}

.contact .detail button img {
  width: 5%;
}

.contact .detail .submit_btn {
  width: 30%;
}

.contact .detail .submit_btn button {
  background-color: #000;
  color: #ccc;
}

.basket {
  display: flex;
  margin: 100px 5%;
}

.basket .detail_item {
  width: 60%;
  height: 100%;
}

.basket .checkout {
  width: 40%;
  height: 100%;
}

.basket .checkout .detail_list {
  margin: 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.basket .checkout .detail_list button {
  width: 90%;
  display: flex;
  background-color: #000;
  justify-content: space-between;
  color: #ccc;
  padding: 10px 20px;
  border: none;
  margin: 10px auto;
}

.basket .checkout .detail_list p {
  font-size: 0.8rem;
  color: #3f3f3f;
  margin: 0 10px;
}

.basket .checkout .detail_list .title {
  font-size: 1rem;
  color: black;
  margin: 0 10px;
}

.basket .checkout .detail_list .list {
  background-color: #ebe8e8;
  margin: 10px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}

.basket .checkout .detail_list .row {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
  padding: 0;
  justify-content: space-between;
}

.hr {
  display: flex;
  margin: 0 auto;
  width: 90%;
  height: 1px;
  background-color: #ccc;
}

.basket .checkout .combo select {
  display: flex;
  width: 90%;
  margin: 10px auto;
  padding: 10px 10px;
}

.basket .checkout .combo {
  margin: 20px 10px;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.basket .checkout .info .img {
  width: 100%;
}

.basket .checkout .info .img img {
  width: 80%;
  height: auto;
}

.basket .checkout .info {
  margin: 20px 10px;
  height: auto;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.basket .checkout .info p {
  font-size: 0.8rem;
  color: #3f3f3f;
  margin: 3px 10px;
  text-decoration: underline;
}

.basket .detail_item {
  margin: 10px 0;
}

.basket .detail_item .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 10px;
}

.basket .detail_item .header .title {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.basket .detail_item .header .title .para {
  color: #3f3f3f;
  font-size: 0.8rem;
}

.basket .detail {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 20px 10px;
  height: auto;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.basket .detail .txt {
  width: 30%;
  margin: 10px;
}

.basket .detail .txt h3,
.basket .detail .txt p {
  margin: 5px 10px;
}

.basket .detail .txt img {
  width: 30%;
}

.basket .detail .combo {
  width: 10%;
}

.basket .detail .info {
  width: 10%;
}

.basket .detail .img img {
  max-width: 100px;
  height: auto;
}

.basket .detail div {
  display: flex;
  flex-direction: column;
}

.basket .detail select {
  display: flex;
  margin: 0 auto;
  width: 30px;
}

.basket .detail .info p {
  display: flex;
  margin: 0 auto;
}

.basket .detail .crud {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.basket .detail .crud a {
  margin: 5px 10px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.8rem;
}

.slider {
  width: 300px;
  text-align: center;
  overflow: hidden;
}

.slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}

.slides::-webkit-scrollbar-track {
  background: transparent;
}

.slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  margin-right: 50px;
  border-radius: 10px;
  background: #eee;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
}

.author-info {
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.author-info a {
  color: white;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 130px;
}

.slider > a {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0 0.5rem 0;
  position: relative;
}
.slider > a:active {
  top: 1px;
}
.slider > a:focus {
  background: #000;
}

.home .txt h1 {
  padding: 20px 0;
}

.home .video {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.home .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin: 10px;
  margin-bottom: 50px;
}

.home .txt .para {
  display: flex;
  gap: 20px;
}

.modal {
  padding: 20% !important;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.close {
  display: flex;
  justify-content: end;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.modal h2 {
  color: #333;
  margin-bottom: 20px;
}

p {
  color: #555;
  margin-bottom: 10px;
}

strong {
  color: #e44d26;
  font-weight: bold;
}

.health .video {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.health .para {
  margin: 0 20%;
}

.health .para p {
  margin: 20px 0;
}

.health .Title {
  margin-top: 10%;
  font-size: 1.5rem;
  font-weight: bold;
}

.health .sub-Title {
  margin: 5% 0;
  font-size: 1rem;
  font-weight: bold;
}

/* ----------   Footer_Start   ---------- */
footer {
  bottom: 0;
  width: 100%;
  background-color: #ccc;
  padding: 10px;
  text-align: center;
  z-index: 10;
}

footer .footer_hr {
  width: 70%;
  height: 5px;
  z-index: 11;
  margin: 0 auto;
  background-color: #000;
}

footer .footer_signUp {
  text-align: start;
  padding: 20px;
  width: 70%;
  margin: 0 auto;
  border: 1px solid black;
  display: flex;
  flex-direction: row;
  gap: 20px;
}

footer .footer_signUp_text .title {
  font-size: 25px;
  font-weight: bold;
}

footer .footer_signUp_text .para {
  font-size: 15px;
  margin: 0;
}

footer .footer_signUp_input {
  width: 300px;
  margin: auto;
  display: flex;
  flex-direction: row;
}

footer .footer_signUp_input #sign_up_email {
  width: 70%;
  height: 30px;
  padding: 10px;
  border-radius: 0%;
  border: none;
}

footer .footer_signUp_input #btn_sign_up {
  width: 30%;
  height: 30px;
  background-color: #000;
  border: none;
  color: #fff;
}

footer .footer_copy_right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px auto;
  width: 80%;
  gap: 40px;
}

footer .footer_copy_right .text {
  flex: 1;
  text-align: start;
  width: 70%;
}

footer .footer_content {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer .footer_copy_right .icon {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: end;
}

footer .footer_content {
  display: flex;
  flex-direction: row;
  height: 30%;
  padding: 20px 5px;
  border: 1px solid black;
  border-top: 5px solid black;
  /* background-color: red; */
}

footer .footer_content {
  text-align: start;
}

footer .footer_content .title {
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}

footer .footer_content .para {
  color: #474444;
  font-size: 15px;
  padding: 5px 0;
}

footer .company,
footer .support,
footer .resources,
footer .products {
  width: 180px;
  height: 350px;
  padding: 0 10px;
}

footer .detail {
  width: 460px;
  height: 400px;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
}

footer .detail p {
  color: #474444;
  font-size: 15px;
  text-align: center;
  padding: 5px 10px;
}

footer .para:hover {
  color: rgb(129, 187, 207);
}

footer .detail .para {
  margin-bottom: 20px;
}

footer .detail .contact_number {
  width: 80%;
  height: 65px;
  margin: auto;
  border: 1px solid black;
}

footer .contact_number {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

footer .contact_number:hover {
  background-color: rgb(129, 187, 207);
}

footer .contact_number i {
  font-size: 40px;
  padding: 10px 30px;
}

footer .contact_number .text {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
  justify-content: center;
}

footer .contact_number .arrow {
  font-size: 30px !important;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ----------   Footer_End   ---------- */

@media (max-width: 1000px) {
  /* ----------   Table   ---------- */
  .navbar .links {
    display: none;
  }
  .navbar .toggle_btn {
    margin: 0 10px;
    display: block;
  }
  .icons {
    display: flex;
    padding: 0 10px;
  }
  .dropdown_menu {
    display: block;
  }
  footer .footer_signUp {
    text-align: center;
    flex-direction: column;
  }
  footer .footer_signUp_text .para {
    margin: 15px 0;
  }
  footer .footer_copy_right {
    flex-direction: column;
    gap: 5px;
  }
  footer .footer_copy_right .text {
    width: 100%;
    flex: 1;
    text-align: center;
  }
  footer .footer_copy_right .icon {
    width: 100%;
    flex: 1;
    margin: 0 30%;
  }
  .basket {
    flex-direction: column;
    margin-top: 80px;
  }

  .basket .checkout {
    width: 100%;
    margin: 0 auto;
  }

  .basket .detail_item {
    width: 100%;
  }

  .contact_main .contact {
    flex-direction: column-reverse;
  }

  .contact_main .contact .photo {
    display: none;
  }

  .contact .detail {
    margin: 80px 20%;
    margin-bottom: 0;
  }

  .basket .detail .crud {
    flex-direction: column;
  }
  .home .txt .para {
    flex-direction: column;
    gap: 20px;
  }
  .health .para {
    margin: 0 5%;
  }
}

@media (max-width: 500px) {
  /* ----------   Phone   ---------- */
  .col {
    width: 100%;
  }

  #search-input {
    display: none;
  }
  .navbar .toggle_search {
    display: block;
  }
  footer {
    padding: 0;
  }
  footer .footer_signUp {
    border: none;
    width: 100%;
    border-bottom: 1px solid black;
  }
  footer .footer_hr {
    width: 100%;
  }

  .index_main_content {
    width: 90%;
    flex-direction: column;
  }

  .index_special {
    flex-direction: column;
    align-items: center;
  }

  .product-container {
    width: 80%;
    margin: 10px auto;
  }

  .basket {
    flex-direction: column;
    margin-top: 80px;
  }

  .basket .checkout {
    width: 100%;
    margin: 0 auto;
  }

  .basket .detail_item {
    width: 100%;
  }

  .contact .detail {
    margin: 80px auto;
  }

  .basket .detail .crud {
    flex-direction: column;
  }

  .basket .detail {
    flex-direction: column;
  }

  .basket .detail .txt {
    width: 80%;
  }

  .home .txt .para {
    flex-direction: column;
    gap: 20px;
  }

  .health .para {
    margin: 0 5%;
  }

  .index_main_photo_show {
    height: 50vh;
  }

  .index_main_content {
    margin: 10px 20px;
  }
}
