@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit Bold.eot");
  src: url("../font/Outfit Bold.eot?#iefix") format("embedded-opentype"), url("../font/Outfit Bold.woff2") format("woff2"), url("../font/Outfit Bold.woff") format("woff"), url("../font/Outfit Bold.svg#Outfit Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327;
}
@font-face {
  font-family: "Outfit Medium";
  src: url("../font/Outfit Medium.eot");
  src: url("../font/Outfit Medium.eot?#iefix") format("embedded-opentype"), url("../font/Outfit Medium.woff2") format("woff2"), url("../font/Outfit Medium.woff") format("woff"), url("../font/Outfit Medium.svg#Outfit Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327;
}
@font-face {
  font-family: "Outfit ExtraBold";
  src: url("../font/Outfit ExtraBold.eot");
  src: url("../font/Outfit ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Outfit ExtraBold.woff2") format("woff2"), url("../font/Outfit ExtraBold.woff") format("woff"), url("../font/Outfit ExtraBold.svg#Outfit ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0327;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Bold.eot");
  src: url("../font/Poppins Bold.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Bold.woff2") format("woff2"), url("../font/Poppins Bold.woff") format("woff"), url("../font/Poppins Bold.svg#Poppins Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins Regular.eot");
  src: url("../font/Poppins Regular.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Regular.woff2") format("woff2"), url("../font/Poppins Regular.woff") format("woff"), url("../font/Poppins Regular.svg#Poppins Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../font/Poppins Medium.eot");
  src: url("../font/Poppins Medium.eot?#iefix") format("embedded-opentype"), url("../font/Poppins Medium.woff2") format("woff2"), url("../font/Poppins Medium.woff") format("woff"), url("../font/Poppins Medium.svg#Poppins Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Poppins";
  background-color: #fffaf3;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.p-v-70 {
  padding: 70px 0;
}

.p-v-80 {
  padding: 80px 0;
}

.p-v-60 {
  padding: 60px 0;
}

.p-v-90 {
  padding: 90px 0;
}

.p-v-100 {
  padding: 100px 0;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.relative {
  position: relative;
}

.btn-button {
  position: relative;
  display: inline-block;
  padding: 12px 45px;
  border: none;
  font-size: 16px;
  background-color: #232323;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
}

.btn-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #b7a58b;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-button span:first-child {
  position: relative;
  z-index: 1;
}

.btn-button:hover {
  color: #000;
}

.btn-button:active {
  scale: 0.95;
}

.btn-button:hover span:last-child {
  width: 100%;
  height: 100%;
  opacity: 1;
}

h1 {
  font-family: "Outfit Medium";
  font-size: 58px;
}

h4 {
  font-family: "Outfit Medium";
  font-size: 25px;
}

h2 {
  font-family: "Outfit Medium";
  font-size: 48px;
}

#header {
  transition: all 0.5s;
  border-bottom: 1px solid #b7a58b;
  background-color: #170f06;
}
#header #header.sticky {
  background-color: rgba(255, 255, 255, 0.92);
  padding: 9px 0;
}
#header .logo img {
  width: 135px;
}
#header #header.sticky .hamburger .line {
  width: 34px;
  height: 3px;
  background-color: var(--blue);
  margin: 5px auto;
}
#header #header.sticky #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-8px) rotate(-46deg);
}
#header #header.sticky .logo a {
  color: var(--black);
  font-size: 18px;
}
#header .header-menu .offcanvas.offcanvas-top {
  height: 100%;
  background-color: #212331;
}
#header .header-menu .menu li a {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
  display: block;
  transition: all 0.5s;
  color: #232323;
}
#header .header-menu .menu li a:hover {
  color: #b7a58b !important;
}
#header .header-menu .menu li a:hover {
  color: var(--blue);
}
#header .header-menu .offcanvas-header {
  justify-content: end;
  color: var(--white);
}
#header .hamburger {
  position: relative;
  z-index: 9999;
}
#header .hamburger .line {
  width: 29px;
  height: 3px;
  background-color: #b7a58b;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
}
#header .logo a {
  color: var(--white);
  font-size: 30px;
}
#header .hamburger:hover {
  cursor: pointer;
}
#header #hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#header #hamburger-1.is-active .line:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
#header #hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}
#header .menu {
  padding-left: 10px;
  margin-top: 58px;
}

.banner h4 {
  margin: 15px 0 19px;
}

.category .category-list {
  background-color: #b7a58b;
  padding: 0 77px 76px;
  border-radius: 46px;
}
.category .category-list img {
  width: 100%;
  border-radius: 14px;
  border: 4px solid #fff;
}
.category .category-list a {
  display: flex;
}
.category .category-list a h4 {
  position: absolute;
  bottom: 12px;
  color: #232323;
  background-color: #fff;
  width: 157px;
  height: 56px;
  left: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 34px;
}
.category .category-list .categoryBtn {
  margin-top: 25px;
}
.category .category-list .categoryBtn a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.category .button {
  cursor: pointer;
  border: none;
  background: #232323;
  color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  place-content: center;
  transition: background 300ms, transform 200ms;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}
.category .button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
  margin: 0;
}
.category .button__text > span {
  position: absolute;
  transform: rotate(calc(19deg * var(--index)));
  inset: 0;
}
.category .button__circle {
  position: relative;
  width: 66px;
  height: 66px;
  overflow: hidden;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category svg {
  width: 25px;
  height: 25px;
}
.category .button__icon--copy {
  position: absolute;
}
.category .button:hover {
  background: #000;
  transform: scale(1.05);
}
.category .button:hover .button__icon {
  color: #000;
}
.category .button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.category .button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

.feature-prouduct .swiper-button-next:after, .feature-prouduct .swiper-button-prev:after {
  background: #fff;
  color: #000;
  box-shadow: 0 0 10px rgba(53, 53, 53, 0.6);
  font-size: 25px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 19px;
  border-radius: 50%;
}
.feature-prouduct .product-image .video img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.feature-prouduct .product-image .image-box {
  overflow: hidden;
  height: 400px;
}
.feature-prouduct .product-image .list-product {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1;
  display: grid;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translate(20px);
  transition: all 0.4s;
}
.feature-prouduct .product-image:hover .list-product {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0) !important;
}
.feature-prouduct .product-image .list-product i:hover {
  background-color: #1c1c1c;
  color: #fff;
}
.feature-prouduct .product-image .list-btn-main {
  position: absolute;
  bottom: 103px;
  left: 14px;
  right: 14px;
  z-index: 5;
  transition: 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  gap: 4px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  justify-content: center;
}
.feature-prouduct .product-image:hover .list-btn-main {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0) !important;
}
.feature-prouduct .product-image .video-element {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in;
  overflow: hidden;
  border-radius: 20px;
}
.feature-prouduct .product-image .video:hover .video-element {
  opacity: 1;
  pointer-events: auto;
}
.feature-prouduct .product-image .video-element video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-prouduct .product-image .list-product i {
  color: #232323;
  background-color: #fff;
  padding: 11px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  font-size: 19px;
  transition: all 0.2s;
}
.feature-prouduct .product-image .list-product i:hover {
  background-color: #232323;
  color: #fff;
}
.feature-prouduct h4 {
  margin-top: 12px;
  font-size: 20px;
}
.feature-prouduct h4 a {
  font-family: "Outfit Medium";
  color: #232323;
  text-decoration: none;
  font-size: 17px;
}
.feature-prouduct .del {
  color: #949494;
}

.banner-image2 {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.banner-image2 .dz-features-wrapper {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  transform: rotate(-2deg);
  background-color: #b7a58b;
  overflow: hidden;
}
.banner-image2 .dz-features-wrapper .dz-features {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: ticker 0s linear infinite 0s normal;
  animation-duration: 0s;
  animation-duration: 32.9528s;
}
.banner-image2 .dz-features-wrapper .dz-features .item {
  padding: 15px 25px;
  display: flex;
  align-items: center;
}
.banner-image2 .text-wrapper .title {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  display: flex;
  letter-spacing: 12px;
  text-transform: uppercase;
  justify-content: center;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
}
@keyframes ticker {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}

.offer-image {
  z-index: 1;
}
.offer-image .imag-box::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.51);
  border-radius: 20px;
}
.offer-image img {
  border-radius: 20px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-image .text {
  position: absolute;
  bottom: 72px;
  right: 25px;
  text-align: end;
}
.offer-image .text h2 {
  text-transform: uppercase;
  margin: 26px 0;
  color: #fff;
}
.offer-image .text .tag {
  background-color: #fff;
  text-transform: uppercase;
  display: inline-flex;
  padding: 9px 30px;
  font-weight: 600;
}

.newsletter .about-one_button {
  position: absolute;
  right: 0;
  top: 0;
}

footer {
  background-color: #130c03;
}
footer .menu {
  gap: 21px;
}
footer .menu a {
  color: #fff;
  font-size: 18px;
  transition: all 0.4s;
}
footer .menu a:hover {
  color: #b7a58b !important;
}
footer p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
footer p a {
  color: #fff;
  transition: all 0.4s;
}
footer p a:hover {
  color: #b7a58b !important;
}

.form-control {
  height: 49px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #b7a58b;
}/*# sourceMappingURL=style.css.map */