/*
-----------------------------------------------------------------------
  General
-----------------------------------------------------------------------
*/
body {
  color: #333333;
  background-color: #0c0b09;
  font-size: 0.875rem;
  font-family: Nunito, sans-serif;
  font-weight: 400;
  line-height: 1.7143;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #0f0f0f;
  font-family: Nunito, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #b8860b;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover,
a:active,
a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #111;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.required {
  color: red !important;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: #34495e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #34495e;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #34495e; /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #34495e; /* Safari */
  color: #fff;
  text-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
  accent-color: #ffd535;
}

.select2-container {
  width: 100% !important;
}

.list-group-item:hover {
  cursor: pointer;
}
.list-group-item.active {
  z-index: 2;
  color: #000;
  background-color: rgba(255, 213, 53, 0.1);
  border-color: #ffd535;
  font-weight: 500 !important;
}

.form-check-input:checked {
  background-color: #111;
  border-color: #111;
}

.object-fit-cover{
  object-fit: cover;
}

.form-check-input:focus {
  border-color: #5f5f5f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
}

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

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

.object-fit-cover {
  object-fit: cover;
}

::placeholder {
  color: #939393 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #939393 !important;
}
.select2-selection__placeholder {
  color: #939393 !important;
}
.wrapper {
  overflow: hidden;
  position: relative;
}

/* Page Nav & Breadcrumb */
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/page-header1.jpg) center center no-repeat;
  background-size: cover;
  height: 45vh;
}

.page-header h1 {
  font-family: Nunito, sans-serif;
  font-weight: bold;
  margin-top: 15vh;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size: 1rem;
  color: #ffffff;
  font-family: Nunito, sans-serif;
}

.page-header .breadcrumb-item a:hover {
  color: #b8860b;
}

@media (max-width: 767.98px) {
  .page-header {
    height: 15vh;
  }

  .page-header h1 {
    margin-top: 0;
    display: none;
  }
}

/*
-----------------------------------------------------------------------
  Header
-----------------------------------------------------------------------
*/
/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  font-family: Nunito, sans-serif;
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #b8860b;
}

.navbar-dark .navbar-toggler {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-dark {
    position: fixed;
    width: 100%;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(12, 11, 9, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.125);
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link.show,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    z-index: 999;
  }

  .sticky-top.navbar-dark {
    position: fixed;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(12, 11, 9, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.125);
  }

  .navbar-dark .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: 0.5s;
  }

  .navbar-dark .navbar-nav .nav-link:hover::before,
  .navbar-dark .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }

  .navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}

/*** Carousel ***/
.carousel-item img {
  height: 110vh;
}
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 576px) {
  .carousel-caption h5 {
    font-size: 14px;
    font-weight: 500 !important;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 600 !important;
  }
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 30vh;
  }

  .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
}
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #b8860b !important;
}
@media (max-width: 768px) {
  li.product-list-item {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 1rem;
  }
}

/* product cart */
.product-cart-thumbs {
  border-radius: 8px;
  height: 200px;
  overflow: hidden;
}

/* Mini Cart */
.popup-cart-content .img-product {
  background-color: #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
.mini-cart-delete {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  color: #333333;
  transition: color 0.5s;
}

/* Responsive Header */
.main-menu > li > a {
  color: #0e0e0e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 25px;
  position: relative;
}
.responsive-header {
  display: none;
}
@media (max-width: 768px) {
  .responsive-header {
    display: block;
  }
  .responsive-header .header-item {
    height: 70px !important;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .btn-remove-cart {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.responsive-header .header-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}
.responsive-header .header-item .btn-menu {
  color: #fff;
  font-size: 21px;
  height: 30px;
  line-height: 34px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.responsive-header .header-item .btn-user {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 0;
  height: 30px;
  line-height: 35px;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;

  :hover {
    color: #b8860b;
  }
}
.responsive-header .header-item .btn-cart {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 0;
  height: 30px;
  line-height: 35px;
  margin-left: 14px;
  position: relative;
  padding-right: 12px;
  display: inline-block;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;

  :hover {
    color: #b8860b;
  }
}
.responsive-header .header-item .btn-cart .item-count {
  background-color: #b8860b;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 16px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 19px;
  font-size: 11px;
  border-radius: 100%;
  text-align: center;
}
.responsive-header .popup-cart-content {
  position: fixed;
  top: -315px;
  right: 0;
  width: 200px;
  height: 200px;
  background: #fafafa;
  z-index: 99;
  overflow-y: auto;
}
.off-canvas-wrapper {
  position: fixed;
  left: -100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9999;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  left: 0;
}
.off-canvas-wrapper .off-canvas-inner {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.off-canvas-wrapper.active .off-canvas-inner {
  -webkit-transform: none;
  transform: none;
}
.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(15, 15, 15, 0.5);
  cursor: url(../img/icons/cancel-white.png), auto;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.off-canvas-wrapper.active .off-canvas-overlay {
  opacity: 1;
  visibility: visible;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content {
  background-color: #fff;
  height: 100%;
  padding: 0;
  position: relative;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 350px;
  z-index: 9;
}
.off-canvas-wrapper.active .off-canvas-inner .off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.off-canvas-wrapper .btn-menu-close {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #222222;
  opacity: 0.9;
  border-radius: 0;
  color: #fff;
  background-image: none;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: left;
  border: none;
  position: relative;
}
.off-canvas-wrapper .btn-menu-close img {
  width: 50%;
  height: auto;
}
.off-canvas-wrapper .btn-menu-close i {
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 18px;
}
.off-canvas-wrapper
  .off-canvas-inner
  .off-canvas-content
  .off-canvas-item:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item {
  margin: 0;
  padding: 0;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
  padding-top: 2rem;
}
.res-mobile-menu .slicknav_nav li {
  border-top: 1px solid #eee;
  position: relative;
}
.res-mobile-menu .slicknav_nav li a {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 8px 20px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0px;
}

/*
-----------------------------------------------------------------------
  Hero Section
-----------------------------------------------------------------------
*/
.home-slider-container
  .home-slider-wrapper.slider-default
  .slider-content-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 783px;
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
}
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .slider-content-area
  .slider-content {
  margin-left: 62px;
  pointer-events: auto;
  margin-top: -25%;
}

/* Animation Home */
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-pulse
  .sub-title,
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-pulse
  .title,
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-pulse
  .btn-slide {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 1;
}
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-flipInX
  .sub-title,
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-flipInX
  .title,
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-flipInX
  .btn-slide {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 1;
}
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-jackInTheBox
  .sub-title,
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-jackInTheBox
  .title,
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .swiper-slide-active
  .slider-content-area
  .slider-content.animate-jackInTheBox
  .btn-slide {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
  opacity: 1;
}
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .transition-slide-0 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .transition-slide-1 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .transition-slide-2 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .transition-slide-3 {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}
.home-slider-area
  .home-slider-container
  .home-slider-wrapper.slider-default
  .transition-slide-4 {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
}

@media (max-width: 1799px) {
  .home-slider-area
    .home-slider-container
    .home-slider-wrapper.slider-default
    .slider-content-area {
    background-position: right;
    height: 600px;
  }
  .home-slider-area
    .home-slider-container
    .home-slider-wrapper.slider-default
    .slider-content-area
    .slider-content {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .home-slider-area
    .home-slider-container
    .home-slider-wrapper.slider-default
    .slider-content-area {
    /* background-position: center; */
    height: 450px;
  }
}

/*
-----------------------------------------------------------------------
  About Section
-----------------------------------------------------------------------
*/
.about-area .about-title {
  color: #b8860b;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}
.about-area .about-subtitle {
  color: #ffffff;
}

a.btn-theme {
  position: relative;
  color: #ffc107;
  font-weight: bold;
  padding: 0.1rem;
}

a.btn-theme:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  border-top: 5px solid #ffc107;
  border-radius: 50%;
}

.about-area .btn-more {
  background-color: #343131;
  transition: all 0.4s ease-in-out;
}

.about-area .btn-more:hover {
  transform: translateX(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*
-----------------------------------------------------------------------
  Product Section
-----------------------------------------------------------------------
*/
.product-area .product-title {
  color: #b8860b;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}
.product-area .product-subtitle {
  color: #ffffff;
}

.product-area .section-title .title {
  color: #0f0f0f;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}
.product-item .inner-content {
  background-color: #fff;
  position: relative;
  padding: 0px;
  text-align: center;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  z-index: 1;
}
.product-item .inner-content .product-thumb {
  position: relative;
  overflow: hidden;
  height: 230px;
  display: flex;
  align-items: center;
}

.product-item .inner-content .product-thumb > a {
  display: block;
  width: 100%;
}

.product-item .inner-content .product-thumb img {
  width: 100%;
}
.product-item .inner-content .product-flag {
  display: -ms-inline-grid;
  display: inline-grid;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.product-item .inner-content .product-flag .new {
  background-color: #f26b0f;
}
.product-item .inner-content .product-flag > li {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  padding: 0 5px;
  text-transform: capitalize;
  z-index: 1;
}
.product-item .inner-content .product-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  left: -15px;
  opacity: 0;
  visibility: hidden;
  padding: 15px 10px;
  margin: 0px 20px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: 5%;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
.product-item .inner-content .btn-quick-view {
  font-size: 14px;
  color: #868686;
  line-height: 24px;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
  display: inline-block;
}
.product-item .inner-content .product-info .title {
  font-size: 1rem;
}
.product-item .inner-content:hover .product-footer {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.popup-product-overlay {
  background: #232324;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 999;
}
.popup-product-close {
  background-color: transparent;
  position: fixed;
  top: 40px;
  font-size: 38px;
  opacity: 0;
  visibility: hidden;
  right: 40px;
  color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
  border: none;
}
.product-item .inner-content .product-thumb .second-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  display: inline-block;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  width: 100%;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}
.product-item .inner-content:after {
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  bottom: -95px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
  z-index: -1;
  transform: rotateX(45deg);
  -webkit-transform: rotateX(45deg);
  -moz-transform: rotateX(45deg);
  -ms-transform: rotateX(45deg);
  -o-transform: rotateX(45deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

@media (max-width: 767px) {
  .product-item {
    padding-bottom: 50px;
  }

  .product-item .inner-content .product-footer {
    padding: 15px 0;
  }
}

/*
-----------------------------------------------------------------------
  Product Showcase Section
-----------------------------------------------------------------------
*/
.abt-section {
  /* padding: 20px 0; */
}

.abt-section .product-title {
  color: #b8860b;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}

.abt-section .product-subtitle {
  color: #ffffff;
}

.abt-bg {
  height: 450px;
  width: 540px;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.abt-bg:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #051922;
  opacity: 0.3;
}

.abt-section .abt-text {
  padding: 50px 0px 0px 0px;
  color: #ffffff;
}

.abt-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #ffffff;
}

.abt-text p.top-sub {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}

.abt-text h2 {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #ffffff;
}

.abt-text p:last-child {
  margin-bottom: 0;
}

a.boxed-btn {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  background-color: #b8860b;
  color: #fff;
  padding: 10px 20px;
}

a.boxed-btn:hover {
  background-color: #d5a326;
  /* color: #000000; */
}

@media (max-width: 767px) {
  .abt-bg {
    height: 350px;
  }
}

/*-------- Owl Carousel Style Css --------*/
.owl-carousel .owl-item {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  z-index: 0;
}
.owl-carousel .owl-item:not(.active) {
  opacity: 0;
  visibility: hidden;
}
.owl-carousel .owl-item:hover {
  z-index: 1;
}
.owl-carousel .product-slider .owl-stage-outer {
  margin: -25px 0 -105px 0;
  padding: 25px 0 105px 0;
}
.owl-carousel .owl-stage-outer {
  /* overflow: visible; */
  position: relative;
  width: 100%;
}
.owl-carousel .owl-nav {
  margin: 0;
}
.owl-carousel .owl-nav > [class*="owl-"] {
  background-color: #fff !important;
  -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  color: #0f0f0f !important;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  margin: -14px 0 0 0;
  position: absolute;
  top: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 50px;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .owl-carousel .owl-nav > [class*="owl-"] {
    height: 40px;
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0 !important;
  }
  .product-item .inner-content .product-desc .product-footer {
    opacity: 1 !important;
    visibility: visible !important;
    top: 50%;
  }
}
.owl-carousel .owl-nav > [class*="owl-"]:before {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 50px;
  display: block;
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav > [class*="owl-"]:before {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.owl-carousel .owl-nav > [class*="owl-"] span {
  display: none;
}
.owl-carousel .owl-nav > [class*="owl-"]:hover {
  background-color: #1f1f1f !important;
  color: #fff !important;
}
.owl-carousel .owl-nav > [class*="owl-"]:hover:before {
  color: #fff;
}
.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
@media only screen and (max-width: 1400px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 5px;
  }
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav .owl-next {
  right: -25px;
}
/* @media only screen and (max-width: 1400px) {
  .owl-carousel .owl-nav .owl-next {
    right: 5px;
  }
} */
.owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel:hover .owl-nav > [class*="owl-"] {
  opacity: 1;
  visibility: visible;
}

.product-slider .product-item {
  height: 325px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-slider .product-item {
    height: auto !important;
  }
  .product-item .inner-content {
    padding: 1rem !important;
  }
  .product-item .inner-content .product-thumb {
    height: auto !important;
    display: block;
  }
}

.swiper-pagination-bullet-active {
  background: #f26b0f;
}
.swiper-pagination-bullet {
  zoom: 200%;
  background: #111;
}

/*
-----------------------------------------------------------------------
  Service Section
-----------------------------------------------------------------------
*/
.service-area {
  padding: 20px 0px 0px 0px;
}

.service-area .service-title {
  color: #b8860b;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}

.service-area .service-subtitle {
  color: #ffffff;
}

/* Carousel Utama (Bagian Atas) */
#keunggulan-main-carousel {
    position: relative;
    /* margin-bottom: 50px; */
}

#keunggulan-main-carousel .item-main {
    padding: 10px;
    color: #fff;
}

#keunggulan-main-carousel .item-main h3 {
    color: #b8860b;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

#keunggulan-main-carousel .item-main p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

/* Carousel Navigasi (Bagian Bawah) */
#keunggulan-nav-carousel .owl-stage {
    padding: 10px 0px;
}

#keunggulan-nav-carousel .item-nav {
    /* padding: 15px; */
    background: #1a1814;
    border: 2px solid transparent;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.6;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#keunggulan-nav-carousel .item-nav img {
    max-height: 80px;
    width: auto !important;
}

#keunggulan-nav-carousel .item-nav h5 {
    color: #fff;
    font-size: 0.9rem;
    margin-top: 15px;
    font-weight: 600;
}

/* Style untuk item navigasi yang AKTIF/TERPILIH */
#keunggulan-nav-carousel .owl-item.center .item-nav {
    border-color: #b8860b;
    opacity: 1;
    transform: scale(1.05);
}

#keunggulan-nav-carousel .owl-item:not(.center) .item-nav:hover {
    opacity: 1;
    background: #2c2a26;
}

/* Penyesuaian untuk Mobile */
@media (max-width: 991px) {
    #keunggulan-main-carousel .owl-nav button.owl-prev {
      left: 10px;
    }
    #keunggulan-main-carousel .owl-nav button.owl-next {
      right: 10px;
    }

    #keunggulan-main-carousel .item-main .col-md-7 {
        text-align: center;
    }
    
    #keunggulan-nav-carousel .item-nav {
      min-height: 150px;
    }
}

@media (max-width: 767px) {
    #keunggulan-nav-carousel {
      display: none;
    }
}

/*
-----------------------------------------------------------------------
    Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area .testimonial-title {
  color: #b8860b;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
  text-transform: capitalize;
}
.testimonial-area .testimonial-subtitle {
  color: #ffffff;
}

.testimonial-item {
  /* background: #e3f0eb; */
  background: #11100e;
  min-height: 310px !important;
  border: transparent !important;
}

.testimonial-item .testimonial-text {
  color: color-mix(in srgb, #ffffff, transparent 20%);
}

.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #c1dad0;
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  width: 30px;
  background: #b8860b;
}

.testimonial-carousel .owl-dot:not(.active) {
  background: #666;
  cursor: pointer;
}

.testimonial-carousel .owl-item.center {
  position: relative;
  z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #11100e !important;
  box-shadow: 0 0 5px #dddddd;
}

/*
-----------------------------------------------------------------------
  Footer Section
-----------------------------------------------------------------------
*/
.footer-area {
  background: #0c0b09;
  padding: 60px 0 0;
  color: #fafafa;
}
.footer-area .footer-bottom {
  background-image: linear-gradient(
    38deg,
    rgb(184, 146, 46) 0%,
    rgb(236, 239, 138) 50%,
    rgb(208, 170, 69) 100%
  );
  padding: 23px 0 18px;
}
.footer-area h6 {
  color: #b8860b !important;
}
p.copyright {
  color: #343131;
}
.footer-area .widget-menu-wrap .nav-menu li a {
  color: #fafafa;
  font-size: 14px;
  display: block;
  line-height: 24px;
  margin-bottom: 5px;
}
.footer-area .widget-menu-wrap .nav-menu li a:hover,
.footer-area .widget-menu-wrap .nav-menu li a:focus {
  color: #b8860b;
}
.divider-style-wrap .divider-content .social-icons a {
  background-color: #fff;
  border-radius: 50%;
  color: #333;
  display: inline-block;
  font-size: 32px;
  height: 42px;
  line-height: 42px;
  margin-right: 26px;
  position: relative;
  text-align: center;
  width: 42px;
}
/*
-----------------------------------------------------------------------
  Product Detail Page
-----------------------------------------------------------------------
*/
.product-single-item .product-thumb .single-product-thumb-content a {
  cursor: crosshair;
  display: inline-block;
  position: relative;
}
.lightbox-image,
.lightbox-image img {
  width: 100%;
}
.product-single-item .product-thumb .single-product-thumb-content a:before {
  font-family: "Ionicons";
  content: "\f178";
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #e2e2e2;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  line-height: 50px;
  font-size: 46px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-single-item
  .product-thumb
  .single-product-thumb-content
  a
  .product-flag-new {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #111;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0 5px;
  text-transform: capitalize;
  z-index: 1;
}
.product-single-item .product-thumb .single-product-nav-content {
  margin-top: 27px;
}
.product-single-item
  .product-thumb
  .single-product-nav-content
  .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-single-item
  .product-thumb
  .single-product-nav-content
  .swiper-slide:last-child {
  margin-right: 0 !important;
}
.product-single-item .product-thumb .single-product-nav-content .swiper-slide {
  border: 1px solid #ebebeb;
  cursor: pointer;
  max-width: 105px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.product-single-item .product-single-info .title {
  color: #0f0f0f;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px 0;
  text-transform: capitalize;
}
.product-single-item .product-single-info .prices {
  line-height: 1;
  margin-bottom: 36px;
}
.product-single-item .product-single-info .prices .price {
  color: #0f0f0f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-right: 12px;
}
.product-review-tabs-content .product-tab-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: -1px;
}
.product-review-tabs-content .product-tab-nav li {
  display: inline-block;
}
ul li {
  list-style: none;
}
.product-review-tabs-content .product-tab-nav li a.active {
  border-bottom-color: #b8860b;
  color: #253237;
}

.product-review-tabs-content .product-tab-nav li a {
  border-bottom: 2px solid transparent;
  color: #888;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-right: 63px;
  padding: 0 0 15px 0;
  text-transform: capitalize;
}

/*
-----------------------------------------------------------------------
  Registrasi Page
-----------------------------------------------------------------------
*/
.register-area {
  /* background: #f5f5f5 url(../img/bg-vo.jpg) center center no-repeat; */
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
  z-index: 99;
  position: relative;
}

@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
  }

  .w-lg-75 {
    width: 75% !important;
  }
}

.stepper {
  display: flex;
  align-items: center;
  width: 100%;
}
.stepper > li {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  flex-direction: column;
  position: relative;
  color: #6b7280;
}

.stepper > li > span.step-text {
  display: block;
  margin-top: 10px;
}

.stepper > li::after {
  content: "";
  background: #f3f4f6;
  position: absolute;
  top: 25px;
  left: 50%;
  right: -50%;
  height: 4px;
  display: block;
  z-index: -1;
}
.stepper > li:last-child::after {
  display: none;
}

.stepper .icon {
  width: 55px;
  height: 55px;
  overflow: hidden;
  background-color: #f3f4f6;
  border-radius: 100%;
  color: #6b7280;
  line-height: 40px;
  margin: 0 auto 0px auto;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 7px solid rgba(0, 0, 0, 0.05);
}

.stepper li.open .icon {
  color: #ffc107;
  outline: 7px solid rgba(0, 0, 0, 0.15);
}

.stepper li.open:hover .icon {
  color: #ff9601;
}

.stepper .active,
.stepper .active .icon,
.stepper .complete {
  color: #111;
}

.stepper .active .icon,
.stepper .complete .icon,
.stepper .complete::after {
  background-color: #111;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .stepper > li > span.step-text {
    display: none;
  }
}

/*
-----------------------------------------------------------------------
  Article Page
-----------------------------------------------------------------------
*/
.blog .blog-item {
  border-radius: 10px;
  background: #f4f4f4;
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 0.5s;
  z-index: 1;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
  background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 10px;
  background: #333;
  color: var(--bs-white);
  z-index: 2;
}

.blog .blog-item .blog-content a {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
  color: #b8860b !important;
}

/*
-----------------------------------------------------------------------
  Widget
-----------------------------------------------------------------------
*/
.widget-item {
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 30px;
}

.widget-title {
  margin-bottom: 15px;
}

.widget-title .title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.widget-body {
  margin-bottom: 10px;
  cursor: pointer;
}

.widget-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-categories ul li {
  margin: 0;
}

.widget-categories ul li a {
  background-color: #003479;
  color: #fff;
  padding: 6px 16px;
  text-transform: capitalize;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
  font-size: 14px;
  display: inline-block;
}

.widget-categories ul li a:hover {
  background-color: #002a66;
}

.widget-categories ul li a.active {
  background-color: #1f1f1f;
}

.widget-categories ul li a span {
  margin-left: 6px;
  font-size: 12px;
}

/*
-----------------------------------------------------------------------
  Form Style
-----------------------------------------------------------------------
*/
.select2-selection {
  background: transparent !important;
}

.select2-selection span {
  color: #ffffff !important;
}

.form-control {
  background: transparent;
  color: #ffffff;
}

.form-control:focus {
  background: transparent;
  color: #ffffff;
}

select.form-control option {
  color: #ffffff;
  background-color: #0c0b09;
}

/* -- Box utama saat dropdown tertutup -- */
.select2-container--default .select2-selection--single {
  background-color: #212529;
  border: 1px solid #6c757d !important;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

/* -- Teks item yang terpilih -- */
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff !important;
  line-height: 1.5;
  padding-left: 0;
}

/* -- Ikon panah dropdown -- */
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent !important;
}

/* -- Kondisi saat dropdown terbuka -- */
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #fff transparent !important;
}

/* -- Box dropdown yang muncul saat dibuka -- */
.select2-dropdown {
  background-color: #0c0b09;
  border: 1px solid #6c757d;
}

/* -- Input pencarian di dalam dropdown -- */
.select2-search--dropdown .select2-search__field {
  background-color: #0c0b09;
  border: 1px solid #6c757d !important;
  color: #fff;
}

/* -- Hasil/pilihan di dalam dropdown -- */
.select2-results__option {
  color: #fff;
  padding: 8px 12px;
}

/* -- Pilihan saat di-hover -- */
.select2-results__option--highlighted[aria-selected] {
  background-color: #0d6efd;
}

/* -- Pilihan yang sedang aktif/terpilih -- */
.select2-results__option[aria-selected="true"] {
  background-color: #0c0b09;
}

.select-ktp {
  background: transparent !important;
  color: #ffffff !important;
}

input[type="date"] {
  color-scheme: dark;
}

/* -- Saat form disable -- */
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    color: #495057;
}

/* -- Untuk Select2 yang disabled -- */
.select2-container--default .select2-selection--single {
    background-color: #212529;
    border: 1px solid #6c757d;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef; /* Background abu-abu saat disabled */
    cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #495057; /* Warna teks gelap saat disabled */
}
