@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
.btn {
  overflow: hidden;
  height: 5rem;
  border-radius: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.btn.btn-primary {
  color: #fff;
  background: radial-gradient(50% 118.87% at 50% 50%, #61462D 0%, #CCA474 100%);
  background-size: 200% 200%;
}
.btn.btn-primary:hover {
  animation: gradientPulse 1.5s ease-in-out infinite;
}
.btn.btn-white {
  color: #393939;
  background: #fff;
  border: 1px solid #040308;
}
.btn.btn-white:hover {
  background: #F5F5F5;
}

/* =============================Common styles */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

.ul-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.title-sec {
  padding: 2rem 2rem;
}
@media screen and (min-width: 769px) {
  .title-sec {
    padding: 5.2rem 2rem;
  }
}
.title-sec .title-1 {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  .title-sec .title-1 {
    font-size: 3.2rem;
  }
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Instrument Sans", sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.global-width {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .global-width {
    max-width: 1200px;
  }
}

*::-webkit-scrollbar {
  border-radius: 30rem;
  width: 7px;
  height: 7px;
  cursor: pointer;
}

*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #F4F4F5;
  border-radius: 30rem;
  cursor: pointer;
}

*::-webkit-scrollbar-thumb {
  background-color: #CCA474;
  border-radius: 30rem;
  cursor: pointer;
}

*::-webkit-scrollbar-thumb :hover {
  background-color: #61462D;
}

.navbar-sec {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  min-height: 97px;
  display: flex;
}
.navbar-sec .global-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-sec .global-width .navbar-logo {
  display: flex;
}
.navbar-sec .global-width .navbar-logo .image {
  width: 147px;
}
.navbar-sec .global-width .navbar-area {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 769px) {
  .navbar-sec .global-width .navbar-area {
    gap: 3rem;
  }
}
.navbar-sec .global-width .navbar-area .head-icon {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.navbar-sec .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
}
.navbar-sec .sidenav .sidebar-header-sec {
  padding: 2.5rem;
}
.navbar-sec .sidenav .sidebar-header-sec .logo-side-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}
.navbar-sec .sidenav .sidebar-header-sec .logo-side-bar .navbar-logo {
  display: flex;
}
.navbar-sec .sidenav .sidebar-header-sec .logo-side-bar .navbar-logo .image {
  width: 131px;
}
.navbar-sec .sidenav .sidebar-header-sec .logo-side-bar .close {
  font-size: 3.5rem;
  color: #808080;
  cursor: pointer;
}
.navbar-sec .sidenav .sidebar-header-sec .sidenav-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.5rem;
}
.navbar-sec .sidenav .sidebar-header-sec .sidenav-links .link {
  text-align: center;
  font-size: 1.8rem;
  color: #040308;
  padding: 1rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar-sec .sidenav .sidebar-header-sec .sidenav-links .link.active, .navbar-sec .sidenav .sidebar-header-sec .sidenav-links .link:hover {
  background: radial-gradient(50% 118.87% at 50% 50%, #61462D 0%, #CCA474 100%);
  color: #fff;
  font-weight: 500;
}
.navbar-sec .sidenav .sidebar-header-sec .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.navbar-sec .sidenav .sidebar-header-sec .social-icons .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.4rem;
  background-color: #F4F4F5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar-sec .sidenav .sidebar-header-sec .social-icons .social-link:hover {
  background: radial-gradient(50% 118.87% at 50% 50%, #61462D 0%, #CCA474 100%);
}
.navbar-sec .sidenav .sidebar-header-sec .social-icons .social-link:hover .image {
  filter: brightness(500);
}

.banner-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(100vh - 97px);
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .banner-sec {
    height: auto;
  }
}
.banner-sec video {
  width: 100%;
}
.banner-sec .banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  gap: 4rem;
  padding: 1rem 2.5rem;
}
@media screen and (min-width: 1025px) {
  .banner-sec .banner-text {
    gap: 16rem;
  }
}
.banner-sec .banner-text .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
.banner-sec .banner-text .btn-group .btn {
  min-width: 130px;
}

.collections-sec .collections-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  flex-wrap: wrap;
}
.collections-sec .collections-list li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .collections-sec .collections-list li {
    width: calc((100% - 3rem) / 3);
  }
}
.collections-sec .collections-list li:hover {
  cursor: pointer;
}
.collections-sec .collections-list li:hover .collections-overlay {
  background: radial-gradient(50% 118.87% at 50% 50%, #61462D 0%, #CCA474 100%);
  background-size: 200% 200%;
  animation: gradientPulse 2s ease-in-out infinite;
  color: #fff;
}
.collections-sec .collections-list li .collections-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 500;
  z-index: 1;
  bottom: 30%;
  width: 100%;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.collections-sec .collections-list li img {
  width: 100%;
}

.footer-sec {
  padding: 80px 0;
}
.footer-sec .job-letter-sec {
  margin-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  .footer-sec .job-letter-sec {
    margin-bottom: 2rem;
  }
}
.footer-sec .job-letter-sec .head-sec {
  margin-bottom: 2.5rem;
}
.footer-sec .job-letter-sec .head-sec .head {
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-sec .job-letter-sec .job-letter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0.4rem;
}
.footer-sec .job-letter-sec .job-letter .btn-common {
  text-transform: uppercase;
  min-width: 150px;
}
.footer-sec .job-letter-sec .job-letter .input {
  background-color: #F5F5F5;
  height: 5rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.8rem;
  min-width: 320px;
  font-family: "Instrument Sans", sans-serif;
}
.footer-sec .job-letter-sec .job-letter .input:focus-visible {
  outline: 0;
}
.footer-sec .footer-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-sec .footer-ul .list-item {
  flex: 1 1 220px;
}
@media screen and (max-width: 480px) {
  .footer-sec .footer-ul .list-item {
    flex: initial;
    min-width: 140px;
  }
}
.footer-sec .footer-ul .list-item .head-sec {
  margin-bottom: 1.6rem;
}
.footer-sec .footer-ul .list-item .head-sec .head {
  font-size: 1.8rem;
  font-weight: 500;
}
.footer-sec .footer-ul .list-item .footer-link-sec {
  display: flex;
  flex-direction: column;
  margin-bottom: 3.5rem;
}
.footer-sec .footer-ul .list-item .footer-link-sec .link {
  font-size: 1.6rem;
  color: #808080;
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer-sec .footer-ul .list-item .footer-link-sec .link.active, .footer-sec .footer-ul .list-item .footer-link-sec .link:hover {
  color: #CCA474;
}

.show-case {
  padding: 40px 0 0 0;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .show-case {
    padding: 80px 0 20px 0;
  }
}
.show-case .show-case-container {
  display: grid;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1025px) {
  .show-case .show-case-container {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.show-case .show-case-container:nth-child(2) {
  margin-top: 7rem;
}
.show-case .left-image {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .show-case .left-image {
    max-width: 80%;
  }
}
@media screen and (min-width: 1025px) {
  .show-case .left-image {
    margin: initial;
    max-width: auto;
  }
}
.show-case .left-image img {
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 97px);
}
@media screen and (max-width: 480px) {
  .show-case .left-image img {
    height: auto;
  }
}
.show-case .right-content {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
@media screen and (min-width: 1025px) {
  .show-case .right-content {
    padding: 0;
  }
}
.show-case .right-content .right-content-details {
  max-width: 565px;
  margin: 0 auto;
  width: 100%;
}
.show-case .right-content .right-content-details .right-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show-case .right-content .right-content-details .right-content-header h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.show-case .right-content .right-content-details .right-content-header .shop-now {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  color: #61462D;
  background: radial-gradient(50% 118.87% at 50% 50%, #61462D 0%, #CCA474 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  border-left: solid 2px #808080;
  border-right: solid 2px #808080;
  padding: 0 1.8rem;
}
.show-case .right-content .right-content-details .right-content-header .shop-now:hover {
  filter: brightness(140%);
}
.show-case .product-card {
  position: relative;
  text-align: center;
  max-width: 400px;
  margin: 40px auto 18px;
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .show-case .product-card {
    padding: 30px;
    margin: 0 auto 0;
  }
}
.show-case .product-card .product-card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F6F4F2;
  border-radius: 12px;
  min-height: 350px;
  width: 100%;
  margin-bottom: 2rem;
}
.show-case .product-card .wishlist {
  position: absolute;
  top: 44px;
  right: 37px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 100;
}
@media screen and (max-width: 480px) {
  .show-case .product-card .wishlist {
    right: 45px;
  }
}
.show-case .product-card .wishlist .love-default {
  display: inline;
}
.show-case .product-card .wishlist .love-active {
  display: none;
}
.show-case .product-card .product-image {
  width: 220px;
  margin: 0 auto 20px;
  display: block;
}
.show-case .product-info {
  text-align: center;
}
.show-case .product-info .title {
  font-size: 1.6rem;
}
.show-case .product-info .price {
  font-weight: 500;
  font-size: 1.8rem;
}
.show-case .show-case-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .show-case .show-case-footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.show-case .show-case-footer .pagination {
  font-size: 12px;
  letter-spacing: 1px;
  color: #393939;
}
.show-case .arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  position: absolute;
  right: 0;
  bottom: -50px;
}
@media screen and (max-width: 480px) {
  .show-case .arrows {
    position: initial;
  }
}
@media screen and (max-width: 480px) {
  .show-case .arrows .owl-prev-custom {
    left: 3px;
    top: 36%;
    z-index: 1;
    position: absolute;
    border: solid 1px #F6F4F2;
    background: #fff;
  }
}
@media screen and (max-width: 480px) {
  .show-case .arrows .owl-next-custom {
    right: 13px;
    top: 36%;
    z-index: 1;
    position: absolute;
    border: solid 1px #F6F4F2;
    background: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .show-case .arrows {
    right: -83px;
  }
}
.show-case .arrows button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  min-width: 5.2rem;
  max-width: 5.2rem;
  min-height: 5.2rem;
  max-height: 5.2rem;
  border-radius: 50%;
  border: none;
  background: #F4F4F5;
  cursor: pointer;
}
.show-case .arrows button:hover {
  filter: brightness(90%);
}

.deails-info-sec .features-container {
  width: 100%;
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
}
.deails-info-sec .features-container .feature-card {
  display: grid;
  flex: 1 1 220px !important;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .deails-info-sec .features-container .feature-card {
    text-align: center;
  }
}
.deails-info-sec .features-container .feature-card .image-box {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 14px;
  overflow: hidden;
}
.deails-info-sec .features-container .feature-card .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.deails-info-sec .features-container .feature-card .feature-title {
  font-size: 2.2rem;
  font-weight: 500;
  color: #2B2B2B;
}
.deails-info-sec .features-container .feature-card .desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #808080;
}

@keyframes gradientPulse {
  0% {
    background-position: 50% 50%;
  }
  50% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 50%;
  }
}/*# sourceMappingURL=style.css.map */