/*----GANERAL----*/

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: trebuc;
  src: url(../font/trebuc.ttf);
}

* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  color: black;
}

::-webkit-scrollbar {
  background: transparent;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, #8C8773 100%);
  height: 200px;
  border-radius: 2px;
}

body {
  font-family: "Manrope", sans-serif !important;
  font-size: 14px;
}

.h-100 {
  height: 100%;
}

.text-theme {
  color: #8C8773 !important;
}

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: 1.5s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

p {
  font-size: 15px;
  font-weight: 300;
}

a {
  text-decoration: none !important;
}

.navbar-brand {
    width: 240px;
}

.navbar-active {
  background: #fff;
}

.w-97 {
  width: 97% !important;
}

.website-quick-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

.website-quick-links a {
  background: #8C8773;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.website-quick-links a i {
  color: #fff;
  font-size: 22px;
}

.d-padding {
  padding-block: 70px;
}

.nav-logo-div {
  padding-block: 20px;
  border-bottom: 1px solid #494949a1;
}

.nav-items-link {
  background: #fff;
}

.nav-items-link .collapse {
  padding: 20px;

}

.navbar-nav .nav-item {
  border-bottom: 1px solid #8c8772;
  padding-block: 7px;
}

.navbar-nav .nav-item a {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Marcellus SC", serif;

}

.navbar-nav .nav-item a i {
  font-size: 22px;
}

.nav-product {
  height: 100%;
  position: relative;
}



.nav-product span {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  font-size: 13px;
  padding: 6px 12px;
}

.nav-product h5 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  width: max-content;
  color: #fff;
}

.nav-product .overlay {
  position: absolute;
  background: linear-gradient(0deg, black, transparent);
  width: 100%;
  height: 100%;
}

.nav-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.nav-blog {
  display: flex;
  background: #fafafa;
  padding: 15px;
  border: 1px solid #e6e6e6;
  gap: 15px;
}

.nav-blog .blog-image {
  width: 30%;
  height: 165px;
}

.nav-blog .head {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-blog .head span {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid;
  padding: 5px 12px;
  border-radius: 30px;
}

.nav-blog .person img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
}

.nav-blog .person {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-add {
  background: #fafafa;
  padding: 15px;
}

.nav-add h5 {
  text-transform: uppercase;
  color: #8C8773;
}

.nav-social {
  background: #fafafa;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  line-height: 0;
}

.nav-social a {
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid;
  padding: 10px 20px;
  border-radius: 30px;
  color: #000;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
}



/* ------------------ */
.sub-head {
  background: #8c8773;
  color: #fff;
  padding: 9px 18px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Kanit", sans-serif;
}

.main-head {
  font-family: trebuc;
  font-size: 40px;
  line-height: 45px;
  display: flex;
}

/* ------------------ */

.banner-section {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: end;
}

.banner-section .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.5);
}

.banner-section .container {
  position: relative;
    z-index: 2;
}

.banner-section .overlay {
    position: absolute;
    background: linear-gradient(0deg, black, transparent);
    width: 100%;
    height: 100%
}

.banner-image-div {
  position: absolute;
  width: 100%;
}


.banner-section .carousel-item {
  height: 100%;
}

.banner-section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  height: 100vh;
}

.banner-section .carousel-item .headder-img {

  object-fit: cover;
  filter: brightness(0.7);
}

.banner-head {
  font-family: "Marcellus SC", serif;
  font-size: 90px;
  line-height: 100px;
  color: #fff;
  text-transform: uppercase;
}

.banner-head-div p {
  color: #fff;
  font-size: 20px;
  width: 55%;
}

.banner-button-div button {
  background: #fff;
  padding: 7px 14px;
  color: #8C8773;
  border: none;
}

.banner-button-div button i {
  color: #8C8773;
  margin-left: 5px;
}

.banner-button-div a {
  background: #8C8773;
  padding: 9px 14px;
  color: #fff;
}

.banner-button-div a i {
  color: #fff;
  margin-left: 5px;
}


/* ------------------------ */

.h-about-section {
  background: #F5F3ED;
}

.about-count-div span {
  font-size: 55px;
  font-family: trebuc;
  color: #8C8773;
}

.about-count-div p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

.about-count-div {
  border-top: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  position: relative;
  padding-block: 20px;
}

.about-count-div .box {
  position: absolute;
  width: 21px;
  height: 20px;
  background: #f5f3ed;
  top: -1px;
  right: -1px;
}

.h-about-head {
  margin-top: 60px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
}

.h-about-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.view-more {
  background: #8C8773;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .2s ease-in-out transform;
}

.view-more:hover {
  transform: rotate(-2deg) scale(1.1);
}

.h-about-more-div {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}

.view-more {
  color: #fff;
}

.view-more i {
  color: #fff;
}

/* -------------------- */

.h-category-div {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
}

.h-category-para {
  display: flex;
  justify-content: end;
}

.h-category-para p {
  width: 50%;
}

.h-category-card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.h-category-card.one img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.h-category-card.two img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}


.h-category-card .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px;
}

.h-category-card .head h5 {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  margin-bottom: 0;

}

.h-category-card .head span {
  width: 35px;
  height: 35px;
  background: #8c8773;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.h-category-card .head span i {
  color: #fff;
}

/* ----------------------- */

.h-product-section {
  background: #8C8773;
}

.h-product-button {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.product-card {
  transition: .2s ease-in-out;
  height: 100%;
}

.product-card:hover {
  transform: scale(1.02);
}


.h-product-card {
  transition: .2s ease-in-out;
  height: 100%;
}

.h-product-card:hover {
  transform: scale(1.02);

}

.h-product-card .image-div {
  width: 100%;
  height: 400px;
  position: relative;
}

.h-product-card .image-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h-product-card .image-div .seller {
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid;
  padding: 5px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;

}

.h-product-card .image-div .like {
  position: absolute;
  top: 10px;
  right: 10px;
}

.h-product-card .image-div .like i {
  font-size: 24px;
}

.h-product-card .head-div {
  background: #fff;
  margin-top: 5px;
  padding: 10px;
}

.h-product-card .head-div h5 {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.h-product-card .head-div span {
        border: 1px solid gray;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 30px;
}

.h-product-preview {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.h-product-preview button {
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h-product-preview button i {
  font-size: 22px;
}

.h-blog-button {
  display: flex;
  align-items: end;
  justify-content: end;
  height: 100%;
}

.h-blog-card img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.h-blog-card {
  background: #f8f8f8;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  transition: .2s ease-in-out;
}

.h-blog-card:hover {
  transform: scaleY(1.02);
}

.h-blog-card .head {
  padding: 20px;
}

.h-blog-card .head button {
  border: 1px solid;
  padding: 5px 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Kanit", sans-serif;
}

.h-blog-card .head .name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}

/* ----------------- */
.testi-section {
  background: #f8f8f8;
  overflow: hidden;
}

.testi-head-div {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.test-card {
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-left: none;
}

.test-card img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.test-card .name {
  display: flex;
  flex-direction: column;
}

.test-card .name span {
  font-weight: bold;
}

.test-card .name small {
  font-size: 15px;
  font-style: italic;
}

.test-card p {
  height: 195px;
  overflow-x: scroll;
}

.test-card p::-webkit-scrollbar {
  display: none;
}


.testi-preview-btn {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.testi-preview-btn button i {
  color: #fff;
}

.testi-preview-btn .btn-one {
  background: #8C8773;
  width: 60px;
  height: 40px;
  border-radius: 20px 0px 0px 20px;
  border: none;
}

.testi-preview-btn .btn-two {
  background: #8C8773;
  width: 60px;
  height: 40px;
  border-radius: 0px 20px 20px 0px;
  border: none;
}

/* ---------------------- */

.faq-sub-div {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
}

.faq-head-div img {
  width: 100%;
  height: 465px;
  object-fit: cover;
}

.faq-card {
  border-bottom: 1px solid #dbdbdb;
  padding-block: 23px;

}

.faq-card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.faq-card .card-header i {
  font-size: 20px;
  -webkit-text-stroke: 1px;
}

.faq-down .accordion {
  height: 60vh;
  overflow-x: scroll;
  padding-right: 30px;
}

/* --------------- */
.footer-section {
  background: #f5f3ed;
}

.footer-logo-link-div {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 20px;
}

.footer-logo img{
    width: 250px;
}

.footer-link {
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 20px;
}

.footer-link a {
  color: #000;
  text-transform: uppercase;
  font-family: "Marcellus SC", serif;
  font-weight: 600;
}

.footer-head {
  display: flex;
  flex-direction: column;
}

.footer-head .sub {
  text-transform: uppercase;
  font-size: 20px;
}

.footer-head .main {
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  margin-bottom: 25px;
}

.foot-icon i {
  font-size: 100px;
}

.foot-icon-div {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}

.foot-icon-div img {
  width: 100px;
}

.footer-socialadd {
  display: flex;
  flex-direction: column;
}

.footer-socialadd h5 {
  text-transform: uppercase;

}

.footer-socialadd a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  padding-block: 10px;
}

.footer-socialadd .social {
  text-transform: uppercase;

}

.footer-socialadd a img {
  width: 20px;
}

.footer-socialadd p {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d4d4d4;
  padding-block: 10px;
  font-weight: normal;
}


.footer-socialadd p img {
  width: 20px;
}

.footer-company {
  display: flex;
  justify-content: end;
}



/* -------------------------ABOUT------------------------------------------ */

.mt-top {
  padding-top: 70px !important;
}

.about-head .main-head {
  font-family: "Marcellus SC", serif;
  text-transform: uppercase;
}


.about-banner-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.about-para-div img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}

.about-para-div {
  width: 95%;
  margin-left: auto;
}

.about-contact {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 100%;
}

/* --------------------------- */

.about-mission-section {
  background: #f5f3ed;
}

.mission-vision span {
  border: 1px solid black;
  padding: 6px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
}

.mission-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.vision-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;

}

.values-head-div span {
  border: 1px solid black;
  padding: 6px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 15px;
}

.values-head-para {
  height: 100%;
  display: flex;
  align-items: end;
}

.values-card.one {
  border-left: 1px solid #d5d5d5;

}

.values-card {
  border-right: 1px solid #d5d5d5;
  padding: 25px;
}

.values-card span {
  font-size: 20px;
  font-weight: bold;
}

.values-card .head {
  padding-left: 20px;
}

.values-card .head p {
  margin-top: 90px;
}

.team-card {
  position: relative;
  height: 525px;
}

.team-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}

.team-card .head {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  text-align: center;

}

.team-card .head span {
  color: #fffffffa;
  font-size: 25px;
}

.team-card .head small {
  color: #fffffffa;
  font-size: 14px;
  font-style: italic;
}


/* -------------------PRODUCT----------------------------------- */
.filter-buttons {
  display: flex;
  gap: 10px;
  width: max-content;
}

.filter-button-div {
  overflow-y: scroll;
  padding-bottom: 10px;
}

.filter-button-div::-webkit-scrollbar {
  background: transparent;
  height: 3px;
}

.filter-button-div::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, #8C8773 100%);
  height: 10px;
  border-radius: 2px;
}


.filter-btn {
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #ccc;
  background-color: white;
  color: #888;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  border-color: #999;
}

.filter-btn.active {
  background-color: #91886b;
  color: white;
  border-color: transparent;
}

.search-box input {
  border: 1px solid;
}

.search-icon {
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
}

.search-div {
  display: flex;
  gap: 10px;
  justify-content: end;
}


.product-card {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.product-card .image-div {
  width: 100%;
  height: 400px;
  position: relative;
}

.product-card .image-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card .image-div .seller {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 15px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
  background: #000000;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.product-card .image-div .like {
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-card .image-div .like i {
  font-size: 24px;
}

.product-card .head-div {
  background: #fff;
  margin-top: 1px;
  padding: 10px;
}

.product-card .head-div h5 {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  margin-bottom: 0;
}


/* ------------------------ */

.blog-head-div .main-head {
  width: 50%;
}

.blog-head-div p {
  width: 50%;
  margin-left: auto;
}

.blog-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.blog-card {
  border-top: 1px solid #e6e6e6;
  padding-top: 25px;
}

.blog-content-head span {
  padding: 5px 12px;
  border: 1px solid;
  border-radius: 30px;
  font-size: 14px;

}

.blog-content-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.person-detail-div {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.person-detail-div .person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.person-detail-div .person img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.contact-banner-div {
  height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-banner-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.4);
  object-position: bottom;
  border-radius: 16px;
}

.contact-banner-div .contact-head-div {
  position: relative;
}

.contact-banner-div .contact-head-div span {
  color: #fff;
}

.contact-banner-div .contact-head-div p {
  color: #fff;
}



.contact-head-div {
  margin-top: 45px;
  width: 60%;
  text-align: center;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contct-add-card .icon {
  background: #8c8773;
  width: 100%;
  height: 90px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contct-add-card .num-mail {
  display: flex;
  flex-direction: column;
}

.contct-add-card .num-mail a {
  color: #000;
  font-size: 16px;
  font-weight: 300;

}

.contct-add-card {
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  background: #f5f3ed;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
}

.contact-form-img img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 16px;
}


.contact-form {
  background: #f5f3ed;
  padding: 30px;
  border-radius: 16px;
}

.form-control::placeholder {
  color: #aaa;
}

.submit-btn {
  background-color: #8b846b;
  color: white;
  border: none;
  border-radius: 0;
}

.submit-btn:hover {
  background-color: #746d58;
}

.recaptcha-box {
  background: white;
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-label {
  font-weight: 500;
}


/* --------------- */

.product-view-btn {
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  padding: 6px 15px;
  border-radius: 30px;
  background: #fafafa;
}

.product-view-btn a {
  color: #000;
}

.product-view-btn span {
  font-weight: 700;
}

.product-view-img-one {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.product-view-img-two {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-view-detail .head {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.product-view-detail .head span {
  font-size: 15px;
  text-transform: uppercase;
  color: #a6a6a6;
  font-weight: 500;
}

.product-view-detail .head h2{
    text-transform: uppercase;
    font-weight: 600;
}

.product-view-detail .description {
  border-bottom: 1px solid #e6e6e6;
  padding-block: 20px;
}

.product-view-detail .description span {
  font-size: 15px;
  text-transform: uppercase;
  color: #a6a6a6;
  font-weight: 500;
}

.similar-product-div {
  margin-top: 80px;
}

.similar-product-div .head p {
  width: 45%;
}

.blog-view-head {
  width: 60%;
  margin-inline: auto;
  text-align: center;
      display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-view-head .product-view-btn {
  margin-inline: auto;
}

.blog-view-img img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.blog-view-img .person-name-date .name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-view-img .person-name-date .name img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}


.blog-view-img .person-name-date .name span {
  font-size: 16px;
  font-weight: bold;
}

.blog-view-img .person-name-date .name .position {
  display: grid;
  line-height: 20px;
}

.person-name-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-view-img .person-name-date .date span {
  font-weight: 500;
  font-size: 15px;
}

.contact-form label {
  margin-bottom: 6px;
}

.contact-form input {
  margin-bottom: 6px;
  padding-block: 12px;
}



.contact-form button {
  background: #8C8773;
  padding: 7px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 0;
  color: #fff;
  margin-left: auto;
}

.contact-form button i {
  color: #fff;
}

.btn:disabled i {
  color: black;
}

.product-view-down {
  border-bottom: 1px solid #dbdbdb;
  padding-block: 23px;
}

.product-view-down .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.product-view-down .card-header i {
  font-size: 20px;
  -webkit-text-stroke: 1px;
}

.product-view-down .points {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.product-view-down .points span {
  font-weight: 500;
  font-size: 18px;
  color: #888888;
}

.product-view-down .points p {
  margin-bottom: 0;
}


.product-view-down h6 {
  font-size: 16px;
  text-transform: uppercase;
}

.product-view-down-div{
        height: 430px;
    overflow-x: scroll;
    padding-right: 30px;
}


@media only screen and (max-width: 767px) {

  .container {
    padding-inline: 20px !important;
  }

  .banner-head {
    font-family: "Marcellus SC", serif;
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
  }
  .similar-product-div .head p {
    width: 100%;
}

  .banner-head-div p {
    color: #fff;
    font-size: 16px;
    width: 100%;
  }

  .banner-button-div button {
    background: #fff;
    padding: 7px 10px;
    color: #8C8773;
    border: none;
    font-size: 14px;
  }

  .banner-button-div a {
    background: #8C8773;
    padding: 9px 10px;
    color: #fff;
    font-size: 14px;
  }

  .banner-head-div {
    text-align: center;
  }

  .main-head {
    font-size: 30px;
    line-height: normal;
  }

  .about-count-div span {
    font-size: 45px;
  }

  .about-count-div p {
    font-size: 17px;
  }

  .h-about-img {
    height: 340px;
  }

  .h-category-div {
    text-align: center;
  }

  .h-category-para p {
    width: 100%;
    text-align: center;
  }

  .h-category-card img {
    width: 100%;
    height: 240px !important;
    object-fit: cover;
  }

  .faq-head-div img {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }

  .footer-head .main {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
  }

  .foot-icon-div img {
    width: 60px;
  }

  .footer-socialadd {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }

  .footer-para p {
    margin-bottom: 0;
    text-align: center;
  }

  .footer-head .sub {
    text-transform: uppercase;
    font-size: 16px;
  }

  .h-product-div {
    text-align: center;
  }

  .h-product-button {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    margin-top: 5px;
  }

  .contact-form {
    background: #f5f3ed;
    padding: 20px;
    border-radius: 16px;
  }

  .footer-link {
    height: auto;
    display: flex;
    flex-flow: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
    line-height: 10px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }

  .footer-by {
    text-align: center;
  }

  .footer-company {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .navbar-brand {
    width: 175px;
  }

  .navbar-active .nav-hamburger {
    width: 50px;
  }

  .about-banner-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
  }

  .about-para-div {
    width: 100%;
    margin-left: auto;
  }

  .mission-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }

  .team-card {
    position: relative;
    height: 290px;
  }

  .team-card .head span {
    color: #fffffffa;
    font-size: 22px;
  }

  .team-card .head small {
    color: #fffffffa;
    font-size: 13px;
    font-style: italic;
  }

  .values-card.one {
    border-left: none;
  }

  .values-card {
    border-bottom: 1px solid #d5d5d5;
    padding: 0;
    border-right: 0;
    padding-bottom: 20px;
  }

  .values-card .head p {
    margin-top: 0;
  }

  .filter-buttons {
    display: flex;
    gap: 10px;
  }

  .search-div {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .blog-head-div .main-head {
    width: 100%;
  }

  .blog-head-div p {
    width: 100%;
    margin-left: auto;
  }

  .blog-content-head {
    margin-top: 20px;
  }

  .blog-view-head {
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .blog-view-img img {
    width: 100%;
    height: 290px;
    object-fit: cover;
  }



  .contact-banner-div {
    height: auto;
    padding: 20px;
  }

  .contact-head-div {
    margin-top: 45px;
    width: 100%;
  }

  .contct-add-card .icon {
    background: #8c8773;
    width: 75px;
    height: 75px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 10px;
  }

  .contct-add-card .icon img {
    width: 38px;
  }

  .contct-add-card {
    text-align: center;
  }

  .contatc-form-head {
    text-align: center;
  }

  .contact-form-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
  }

  .footer-head {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .foot-icon-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .contact-form button {
    margin-inline: auto;
  }

  .blog-head-div {
    text-align: center;
  }

  .product-head {
    text-align: center;
  }

  .about-head {
    text-align: center;
  }

  .team-head-div {
    text-align: center;
  }

  .values-head-div {
    text-align: center;
  }

  .values-head-para p {
    text-align: justify;
  }

  .mission-vision {
    text-align: center;
  }

  .mission-vision p {
    text-align: justify;
  }

  .about-para-div {
    text-align: center;
  }

  .about-para-div p {
    text-align: justify;
  }

  .h-about-head-div {
    text-align: center;
  }

  .about-count-div.border-end-0 {
    border-right: 1px solid #d4d4d4 !important;
  }

  .h-about-para {
    text-align: justify;
  }

  .h-blog-head-div {
    text-align: center;
  }

  .h-blog-button {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 100%;
    margin-top: 5px;
  }

  .faq-head-div {
    text-align: center;
  }

  .faq-sub-div {
    text-align: center;
  }

  .faq-down .accordion {
    height: auto;
    padding-right: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .banner-head {
    font-family: "Marcellus SC", serif;
    font-size: 60px;
    line-height: 65px;
    color: #fff;
    text-transform: uppercase;
  }

  .banner-head-div p {
    color: #fff;
    font-size: 17px;
    width: 100%;
  }

  .h-about-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .h-product-button {
    justify-content: start;
    margin-top: 5px;
  }

  .h-product-card .image-div {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .h-blog-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .h-blog-button {
    justify-content: start;
    margin-top: 5px;
  }

  .main-head {
    font-family: trebuc;
    font-size: 35px;
    line-height: 40px;
    display: flex;
  }

  .footer-link {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: space-around;
    gap: 20px;
    margin-top: 10px;
  }

  .about-banner-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .mission-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-head {
    font-size: 65px;
    line-height: 70px;
  }

  .banner-head-div p {
    color: #fff;
    font-size: 17px;
    width: 70%;
  }

  .banner-button-div button {
    font-size: 15px;
  }

  .banner-button-div a {
    font-size: 15px;
  }

  .main-head {
    font-size: 35px;
    line-height: 40px;
  }

  .about-count-div p {
    font-size: 18px;
  }

  p {
    font-size: 15px;
    font-weight: 300;
  }

  .h-about-img {
    width: 100%;
    height: 390px;
    object-fit: cover;
  }

  .view-more {
    gap: 6px;
    font-size: 15px;
  }

  .sub-head {
    font-size: 13px;
  }

  .h-category-card.one img {
    height: 320px;
  }

  .h-category-card.two img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }

  .h-category-card .head h5 {
    font-size: 17px;
  }

  .h-category-card .head {
    margin-top: 0;
  }

  .h-product-card .image-div {
    width: 100%;
    height: 270px;
    position: relative;
  }

  .footer-head .main {
    font-size: 50px;
    font-weight: 500;
  }

  .faq-head-div img {
    width: 100%;
    height: 340px;
    object-fit: cover;
  }

  .foot-icon-div img {
    width: 60px;
  }

  .h-blog-card img {
    height: 300px;
  }

  .about-banner-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }

  .mission-img img {
    height: 420px;
  }

  .vision-img img {
    height: 250px;
  }

  .team-card {
    position: relative;
    height: 330px;
  }

  .product-card .image-div {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .search-div button {
    font-size: 15px;
    width: -webkit-fill-available;
  }

  .filter-btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .blog-image {
    height: 290px;
  }

  .contact-banner-div {
    height: 300px;
  }



  .contact-head-div {
    margin-top: 45px;
    width: 70%;
  }

  .contct-add-card {
    padding: 15px;
  }

  .contact-map iframe {
    width: 100%;
    height: 290px;
  }

  .contct-add-card .icon {
    height: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-head {
    font-family: "Marcellus SC", serif;
    font-size: 65px;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
  }

  .banner-head-div p {
    color: #fff;
    font-size: 17px;
    width: 60%;
  }

  .footer-head .main {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 25px;
  }

  .foot-icon-div img {
    width: 70px;
  }

  .main-head {
    font-family: trebuc;
    font-size: 38px;
    line-height: 45px;
    display: flex;
  }

  .h-about-img {
    height: 440px;
  }

  .h-category-card.one img {
    height: 410px;
  }

  .faq-head-div img {
    width: 100%;
    height: 440px;
    object-fit: cover;
  }

  .faq-down .accordion {
    height: 73vh;
  }

  .about-banner-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }

  .mission-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .team-card {
    position: relative;
    height: 370px;
  }

  .contct-add-card p {
    font-size: 14px;
  }

  .contct-add-card .icon img {
    width: 35px;
  }

  .contct-add-card .icon {
    height: 60px;
  }

  .blog-view-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .banner-head {
    font-size: 80px;
    line-height: 85px;
  }

  .h-about-img {
    height: 500px;
  }

  .faq-down .accordion {
    height: 76vh;
    overflow-x: scroll;
    padding-right: 30px;
  }

  .footer-head .main {
    font-size: 60px;
    line-height: 70px;
  }

  .foot-icon-div img {
    width: 80px;
  }

  .main-head {
    font-family: trebuc;
    font-size: 38px;
    line-height: 45px;
    display: flex;
  }

  .about-banner-img img {
    height: 590px;
  }

  .mission-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }

  .team-card {
    position: relative;
    height: 430px;
  }

  .blog-view-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

}



@media (min-width: 1801px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1640px !important;
  }
}