* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  box-sizing: border-box;
}

/* =========================================
   FULLPAGE.JS CONFLICT RESOLUTION
========================================== */
html {
  /* KUNCI UTAMA: Mematikan smooth scroll bawaan browser yang menahan laju fullPage.js */
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}

body {
  /* Membiarkan fullPage.js mengontrol penuh overflow layar */
  overflow: hidden !important;
}

/* Memastikan Section 4 ukurannya pas 100vh dan tidak kelebihan (overflow) */
.outdoor-elegance {
  max-height: 100vh !important;
  overflow: hidden !important;
}

a {
  color: #912127;
}

a:hover {
  color: #6c7afa;
  text-decoration: none !important;
}

body {
  font-size: 14px;
  overflow-x: hidden;
  color: #fff;
  font-family: "Roboto", sans-serif;
  display: block;
  margin: 0;
}
.section {
  display: block;
}

.section-title {
  text-align: center;
  padding-bottom: 00px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000000;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  /*background: #912127;*/
  background: #c02127;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-subtitle {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
}

.section-subtitle h2 {
  color: #ff7f00;
  font-weight: 300;
}

.section-subtitle p {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
}

.header .left-header .davbar,
.header .right-header .davbar {
  cursor: pointer;
}
.header {
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 11;
  color: #fff;
  padding-top: 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: auto;
}

.header.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  color: #202020;
}

.header .logo {
  top: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.header .logo img {
  height: 50px;
}

.q-container {
  /* padding-left: 65px;
    padding-right: 65px; */
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
}
.header .q-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .left-header,
.header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .left-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.header .dav-item {
  margin-left: 50px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  /* color: #333333; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}

.header .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  z-index: 9999;
}

.search {
  margin-right: 50px;
}
.header .dav-item i {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}

.header .dav-item:hover {
  color: #912127;
  font-weight: 900;
}

/* Headers 2 */

.headers .left-header .davbar,
.headers .right-header .davbar {
  cursor: pointer;
}
.headers {
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 11;
  color: #202020;
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 25px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: auto;
}

.headers.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  color: #202020;
}

.headers .logo {
  top: 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
}

.headers .logo img {
  height: 50px;
}

.headers .q-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.headers .left-header,
.headesr .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headers .left-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.headers .dav-item {
  margin-left: 50px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  /* color: #333333; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  text-transform: uppercase;
  cursor: pointer;
}

.headers .right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  z-index: 9999;
}

.headers .dav-item i {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
}

.headers .dav-item:hover {
  color: #912127;
  font-weight: 900;
}

/* Headers 2 End */

.section {
  /* padding-top: 100px; */
  padding-bottom: 100px;
  color: #fff;
  position: relative;
}

.section.fp-auto-height {
  padding-bottom: 0 !important;
  min-height: fit-content !important;
}

/* Memastikan elemen footer itu sendiri tidak memiliki margin bawah yang tersisa */
.dk-footer {
  margin-bottom: 0 !important;
}

.hero-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.vjs-default-skin {
  width: 100%;
}

.header .right-header .davbar .dav {
  display: none;
  height: 2px;
  width: 40px;
  background: #7e7e7e;
  margin-bottom: 10px;
  position: relative;
  left: 0;
  z-index: 100;
}
.header .right-header .davbar .dav:first-child {
  left: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
}
.header .right-header .davbar .dav:nth-child(2) {
  left: -10px;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}
.header .right-header .davbar .dav:nth-child(3) {
  left: 0;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.1s cubic-bezier(0.86, 0, 0.07, 1);
}

.header .right-header .davbar:hover .dav:nth-child(2) {
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

/* slider */
.kata {
  padding-top: 30px;
}
.kata h3 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.contain {
  width: 100%;
  display: flex;
  padding: 20px 20px 0;
}

.slide {
  height: 80vh;
  border-radius: 20px;
  margin: 10px;
  cursor: pointer;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.7s ease-in-out;
  filter: blur(4px);
}

.slide h3 {
  position: absolute;
  font-size: 34px;
  top: 80%;
  left: 30px;
  margin: 0;
  opacity: 0;
  text-shadow: 1px 2px 30px rgba(127, 137, 161, 0.25);
  background-color: #e3fdf5;
  background-image: linear-gradient(-225deg, #e3fdf5 0%, #ffe6fa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}
.contain .slide h3 .link {
  color: #202020;
}
.contain .slide h3 .link:hover {
  text-decoration: none;
  color: #912127;
}

.slide.active {
  flex: 10;
  filter: blur(0px);
}

.slide.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.9s;
}

/* slider end */

/* arrow */
.arrow {
  position: absolute;
  top: 87%;
  left: 50%;
  z-index: 5;
  opacity: 0;
  animation-name: panahguys;
  animation-duration: 2000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
  animation-delay: 5000ms;
}

@keyframes panahguys {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0px, 30px, 0px);
    opacity: 0;
  }
}

.warna {
  filter: invert(47%) sepia(84%) saturate(6870%) hue-rotate(343deg)
    brightness(104%) contrast(99%);
}

/* arrow end */

/* floating button */
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translateY(60px) scale(0.3);
    transform: translateY(60px) scale(0.3);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-6px) scale(1.15);
    transform: translateY(-6px) scale(1.15);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(3px) scale(0.95);
    transform: translateY(3px) scale(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translateY(60px) scale(0.3);
    transform: translateY(60px) scale(0.3);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateY(-6px) scale(1.15);
    transform: translateY(-6px) scale(1.15);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(3px) scale(0.95);
    transform: translateY(3px) scale(0.95);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes pulse-glow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(250, 103, 66, 0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(250, 103, 66, 0);
  }
}

.floating-container {
  position: fixed;
  width: 65px;
  height: 80px;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
}

.floating-container:hover {
  height: 180px; /* cukup untuk 3 elemen */
}

.floating-container .floating-button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #4e4f50;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  z-index: 9999;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  -webkit-transition:
    -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    background 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.floating-container:hover .floating-button {
  -webkit-transform: translateY(10px) rotate(225deg);
  transform: translateY(10px) rotate(225deg);
  background: #fa6742;
  -webkit-animation: pulse-glow 1.6s infinite;
  animation: pulse-glow 1.6s infinite;
}

.floating-container .floating-button:active {
  -webkit-transform: translateY(10px) rotate(225deg) scale(0.9);
  transform: translateY(10px) rotate(225deg) scale(0.9);
}

.floating-container .element-container {
  position: relative;
  z-index: 1;
}

.floating-container .float-element {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin: 8px auto;
  color: white;
  text-align: center;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition:
    -webkit-transform 0.25s ease,
    box-shadow 0.25s ease;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.floating-container .float-element:hover {
  -webkit-transform: scale(1.15) !important;
  transform: scale(1.15) !important;
  cursor: pointer;
}

.floating-container .float-element i,
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 14px;
}

/* Stagger animasi masuk tiap elemen */
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.55s forwards 0.05s;
  animation: come-in 0.55s forwards 0.05s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.55s forwards 0.15s;
  animation: come-in 0.55s forwards 0.15s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.55s forwards 0.25s;
  animation: come-in 0.55s forwards 0.25s;
}

/* Warna tiap tombol */
.floating-container .float-element:nth-child(1) {
  background: #333333;
  box-shadow: 0 15px 18px -10px rgba(51, 51, 51, 0.55);
}
.floating-container .float-element:nth-child(1):hover {
  background: #555555;
}

.floating-container .float-element:nth-child(2) {
  background: #4caf50;
  box-shadow: 0 15px 18px -10px rgba(76, 175, 80, 0.55);
}
.floating-container .float-element:nth-child(2):hover {
  background: #3d9640;
}

.floating-container .float-element:nth-child(3) {
  background: #2196f3;
  box-shadow: 0 15px 18px -10px rgba(33, 150, 243, 0.55);
}
.floating-container .float-element:nth-child(3):hover {
  background: #1a7bc4;
}
/* floating button */

/* footer */
.copyright {
  padding: 15px 0;
  background-color: #202020;
}
.copyright span,
.copyright a {
  font-size: 14px;
  color: #878787;
  transition: all 0.3s linear;
}

.copyright a:hover {
  color: #912127;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 10px;
}

/* DropDown */
.dav-item .dropdown .dropbtn {
  border: none;
  outline: none;
  /* background-color: inherit;
  font-family: inherit; */
  margin: 0;
}
.dav-item a:hover,
.dropdown:hover .dropbtn {
  color: #912127;
}

.dropdown-content {
  text-decoration: none;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  text-decoration: none;
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.f-color {
  color: black;
}

.form-control-file {
  border-radius: 50px !important;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding-top: 20px;
  background: #ffffff;
}

.team .member {
  text-align: center;
  margin-bottom: 20px;
  /*background: #343a40;*/
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #fff;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(
    0deg,
    rgba(12, 17, 26, 0.9) 0%,
    rgba(20, 29, 43, 0.8) 20%,
    rgba(0, 212, 255, 0) 100%
  );
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  bottom: 0;
  transition: bottom ease-in-out 0.4s;
}

/* SIDEBAR MENU */
.sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: rgba(79, 84, 88, 0.9);
  text-align: center;
  font-size: 20px;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: right center;
  transition: 0.5s;
  z-index: 10;
}

.sidebar.open {
  transform: rotate3d(0, 0, 1, 0deg);
}
.sidebar ul {
  list-style: none;
}

.sidebar .sidebarisi {
  padding-top: 80px;
}

.sidebar li:hover,
.sidebar li.active {
  background: #0000003f;
}

.sidebar li a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}

/* hamburger menu */
.hamburger-menu {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hamburger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #7e7e7e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
  top: 2.5px;
}

.hamburger-menu span:nth-child(2) {
  top: 12px;
}

.hamburger-menu span:nth-child(3) {
  top: 21px;
}

.hamburger-menu.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburger-menu.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Slide Kecil */

.mySlides img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot .active {
  background-color: #717171;
}

.actived,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

.tampil {
  display: none;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

.image-full img {
  width: 100%;
}

.content ul li {
  margin-left: 45px;
}
.content ol li {
  margin-left: 45px;
}

.card-body ul li {
  margin-left: 45px;
}

.card-body ol li {
  margin-left: 45px;
}

/* Category Button */
.category-btn {
  background: none;
  color: #912127;
  border: none;
  padding: 8px 25px 10px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.5px;
}
.dropdownborder {
  border: none;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  /*background: #f6f8fb;*/
  background-size: cover;
  padding: 60px 0;
  position: relative;
  color: #000;
}

.about .content {
  padding: 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 10px;
}

.about .content .about-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.about .content .about-btn i {
  font-size: 14px;
}

.about .content .about-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #b6bdfc;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 70px;
  padding: 10px 0;
  box-shadow: 0px 2px 15px rgba(45, 64, 95, 0.06);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li.active {
  color: #4e4f50;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3d5782;
  content: "/";
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
  color: #912127;
}

.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  top: 40%;
  color: #7e7e7e !important;
  width: 30px;
  height: 60px;
  position: absolute;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-prev:hover {
  color: #fff !important;
  background-color: #7e7e7e !important;
  transition: all 1s ease-out;
}

.owl-nav .owl-next {
  right: 0;
}
.owl-nav .owl-next:hover {
  color: #fff !important;
  background-color: #7e7e7e !important;
  transition: all 1s ease-out;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #912127 !important;
}

.inner {
  overflow: hidden;
}

.inner img {
  transition: all 1.5s ease;
}

.inner:hover img {
  transform: scale(1.5);
}

/* =========================================
   SECTION 1: VIDEO SWAPPING (DESKTOP VS MOBILE)
========================================== */

.mobile-video {
  display: none;
}
.desktop-video {
  display: block;
}
.mobile-wrapper {
  display: none;
}
.desktop-wrapper {
  display: block;
}

/* Saat di layar HP (lebar maksimal 768px), balik logikanya */
@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }
  .mobile-video {
    display: block;
  }
  .desktop-wrapper {
    display: none !important;
  }
  .mobile-wrapper {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .desktop-wrapper {
    display: none !important;
  }
  .mobile-wrapper {
    display: block !important;
  }

  /* Pengaturan untuk Ponsel & iPad Portrait (Layar di bawah 992px) */
  .outdoor-vid-col {
    height: 45% !important;
    flex: 0 0 45% !important;
  }

  .outdoor-text-col {
    height: 55% !important;
    flex: 0 0 55% !important;

    padding-left: 75px !important;
    padding-right: 75px !important;
  }

  .title-outdoor {
    font-size: 1.8rem;
  }

  .desc-outdoor {
    font-size: 0.95rem;
  }
}

@media (min-width: 992px) {
  .outdoor-text-col,
  .outdoor-vid-col {
    height: 100% !important;
  }
  .title-outdoor {
    font-size: 2.5rem;
  }
  .desc-outdoor {
    font-size: 1.1rem;
  }
}

/* =========================================
   SECTION 2: ARROWS COMPLETELY OUTSIDE IMAGES
========================================== */
/* Berikan jarak aman di sisi kiri dan kanan container agar panah tidak terpotong layar */
.explore-categories .container {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 95%; /* Opsional: Memperlebar container agar gambar tetap besar */
}

.explore-categories .container .text-h2,
.explore-categories .container .text-p {
  color: #202020;
}

.category-carousel {
  position: relative;
}

/* Mengatur panah navigasi Owl Carousel secara umum */
.category-carousel .owl-nav button.owl-prev,
.category-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%; /* Mengatur posisi vertikal panah agar sejajar tengah gambar (mengabaikan teks) */
  transform: translateY(-50%);
  background: transparent !important;
  margin: 0 !important;
  outline: none;
}

/* KUNCI: Mendorong panah benar-benar keluar dari area gambar */
.category-carousel .owl-nav button.owl-prev {
  left: -60px;
}
.category-carousel .owl-nav button.owl-next {
  right: -60px;
}

/* Styling warna merah dan ukuran panah */
.category-carousel .owl-nav button i.red-arrow {
  color: #c02127;
  font-size: 50px;
  font-weight: 900; /* Membuat panah lebih tebal seperti di gambar ke-2 */
}
.category-carousel .owl-nav button:hover i.red-arrow {
  color: #912127;
}

.explore-categories .member {
  position: relative;
  overflow: hidden;
}

/* Background gradasi hitam transparan (awalnya tersembunyi) */
.explore-categories .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: opacity 0.4s ease;
}

/* Posisi awal teks (agak ke bawah dan transparan) */
.explore-categories .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  text-align: center;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Mengubah warna teks menjadi putih agar terlihat jelas di atas background hitam */
.explore-categories .member .member-info-content h4 {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

/* EFEK KETIKA DI-HOVER */
.explore-categories .member:hover .member-info {
  opacity: 1; /* Munculkan gradasi background */
}

.explore-categories .member:hover .member-info-content {
  bottom: 40px; /* Animasi teks melayang naik ke atas */
  opacity: 1; /* Teks menjadi jelas */
}

/* Media Query untuk layar HP (menyesuaikan posisi panah agar tidak hilang di layar kecil) */
@media (max-width: 768px) {
  .explore-categories .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .category-carousel .owl-nav button.owl-prev {
    left: -25px;
  }
  .category-carousel .owl-nav button.owl-next {
    right: -25px;
  }
  .category-carousel .owl-nav button i.red-arrow {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .explore-categories .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .category-carousel .owl-nav button.owl-prev {
    left: -35px;
  }
  .category-carousel .owl-nav button.owl-next {
    right: -35px;
  }

  .category-carousel .owl-nav button i.red-arrow {
    font-size: 25px;
  }
  .text-h2 {
    font-size: 1.5rem;
  }
  .text-p {
    font-size: 0.9rem;
  }
}

/* =========================================
   SECTION 3: FULLSCREEN 100vh CAROUSEL
========================================== */
/* Memastikan kontainer internal dari Owl Carousel tinggi 100vh */
.new-product-carousel .owl-stage-outer,
.new-product-carousel .owl-stage,
.new-product-carousel .owl-item {
  height: 100vh !important;
}

/* Panah Section 3 diatur berada di dalam gambar (sudut layar) */
.new-product-carousel .owl-nav button.owl-prev {
  left: 20px;
}
.new-product-carousel .owl-nav button.owl-next {
  right: 20px;
}

/* Warna panah putih untuk Section 3 */
.new-product-carousel .owl-nav button i.white-arrow {
  color: #ffffff;
  font-size: 55px;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.new-product-carousel .owl-nav button:hover i.white-arrow {
  color: #dddddd;
}

.btn-discover {
  background-color: #4e4f50 !important;
  border: none !important;
  color: #fff;
  transition: background-color 0.3s ease;
}

.btn-discover:hover {
  background-color: #fa6742 !important;
  border: none;
  color: #fff;
}

/* Media Query untuk layar HP (mengecilkan padding & panah) */
@media (max-width: 768px) {
  .category-carousel-wrapper {
    padding: 0 30px;
  }
  .category-carousel .owl-nav button i.red-arrow {
    font-size: 30px;
  }
  .new-product-carousel .owl-nav button i.white-arrow {
    font-size: 35px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0;
  overflow: hidden;
}

.section-bg {
  /*background-color: #f6f8fb;*/
}

.section-title {
  text-align: center;
  padding-bottom: 00px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000000;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  /*background: #912127;*/
  background: #c02127;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.image {
  width: 100%;
  height: 25vw;
  object-fit: cover;
}

.contact .info-box {
  color: #000000;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  /*color: #912127;*/
  color: #c02127;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #8ea5ca;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  /*background: #912127;*/
  background: #6c757d;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #343a40;
}

.nyala {
  display: none;
}
.pd-img {
  width: 400px;
}

/*Progress Bar Video*/
.video-js {
  width: 100%;
}

.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 50% !important;
  width: 80px !important;
  height: 80px !important;
  line-height: 80px !important;
  border: 2px solid #fff !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-size: 40px !important;
}

.vjs-custom-theme .vjs-control-bar {
  background-color: transparent !important;
}
/* .vjs-custom-theme .vjs-big-play-button {
  opacity: 0 !important;
} */
.vjs-custom-theme .vjs-volume-control {
  align-items: center !important;
}
.vjs-custom-theme .vjs-play-progress:before {
  top: -4px !important;
}
.vjs-custom-theme .vjs-fullscreen-control .vjs-icon-placeholder:before {
  line-height: 30px;
}
.vjs-custom-theme button:hover {
  color: #fff;
}
.vjs-custom-theme .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
  background: rgba(255, 255, 255, 0.25);
  height: 1px;
}
.vjs-custom-theme .vjs-progress-control:hover .vjs-play-progress:before {
  top: -7px !important;
}
.vjs-custom-theme .vjs-control-bar {
  height: 54px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition:
    visibility 0.1s,
    opacity 0.1s;
  -o-transition:
    visibility 0.1s,
    opacity 0.1s;
  transition:
    visibility 0.1s,
    opacity 0.1s;
}
.vjs-custom-theme .vjs-volume-panel {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: none;
  align-items: center;
}
.vjs-custom-theme .vjs-fullscreen-control {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 5;
  order: 5;
  display: none;
}
.vjs-custom-theme .vjs-picture-in-picture-control,
.vjs-custom-theme .vjs-remaining-time {
  display: none;
}
.vjs-custom-theme .vjs-play-control {
  width: 0 !important;
}
.vjs-custom-theme .vjs-play-control .vjs-icon-placeholder::before {
  display: none;
}
.vjs-custom-theme .vjs-play-control.vjs-playing .vjs-icon-placeholder::before {
  content: "Pause" !important;
  font-family: sans-serif;
}

.tinggi {
  color: black;
  min-height: 100px;
  padding: 10px;
}
.bawah {
  padding: 10px;
}
.bawah i {
  color: #c03032;
}
.bawah span {
  color: #6c757d;
}
.figure-caption {
  font-size: 100%;
}
/*End Progress Bar Video*/
/* On smaller screens, decrease text size */
@media only screen and (max-width: 363px) {
  .pd-img {
    width: 300px;
  }
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
/* Slide Kecil End*/

/*@media screen and (max-width: 768px) {*/
/*  [data-aos-delay] {*/
/*    transition-delay: 0 !important;*/
/*  }*/
/*  .image {*/
/*      height:100%;*/
/*  }*/

/*}*/

@media (max-width: 1024px) {
  .sidebar {
    display: block;
  }
  .header .dav-item {
    display: none;
  }
  .headers .dav-item {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  .contain {
    display: none;
  }
  .rekan {
    display: none;
  }
  .tampil {
    display: block;
  }
  .header .logo {
    top: 22px;
    position: absolute;
    left: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
  }
  .headers .logo {
    top: 22px;
    position: absolute;
    left: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
  }
  .header .logo img {
    height: 40px;
  }
  .headers .logo img {
    height: 40px;
  }

  /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
  .breadcrumbs {
    margin-top: 70px;
    padding: 10px 0;
    box-shadow: 0px 2px 15px rgba(45, 64, 95, 0.06);
  }

  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 15px 0;
  }

  .breadcrumbs ol li + li {
    padding-left: 10px;
  }

  .breadcrumbs ol li.active {
    color: #4e4f50;
  }

  .breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3d5782;
    content: "/";
  }

  .pfont24 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .image {
    height: 30vh;
  }
  .tinggi {
    min-height: 160px;
  }
  .pd-img {
    width: 400px;
  }

  .header .dav-item {
    display: none;
  }
  .headers .dav-item {
    display: none;
  }
  .header .logo {
    top: 22px;
    position: absolute;
    left: 12%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
  }
  .headers .logo {
    top: 22px;
    position: absolute;
    left: 12%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
  }
  .arrow {
    display: none;
  }
  .header .logo img {
    height: 30px;
  }
  .headers .logo img {
    height: 30px;
  }
  .copyright {
    text-align: center;
  }
  .copyright-menu ul {
    text-align: center;
    margin: auto;
  }
  .contain {
    display: none;
  }

  .slide.active h3 {
    position: absolute;
    font-size: 14px;
    top: 75%;
    left: 20px;
  }

  .rekan {
    display: none;
  }
  .kata {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .kata h3 {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
  }
  .tampil {
    display: block;
  }
}

@media (max-width: 475px) {
  .tinggi {
    min-height: 50px;
  }
  .image {
    height: 60vh;
  }
  .section-title h2 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #000000;
  }
  .pfont24 {
    font-size: 16px;
    text-align: justify;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 50rem) {
  .pd-img {
    width: 330px;
  }

  /* .contain {
      display: flex;
      height: 90vh;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      align-content: center;
  } */

  .header .logo {
    top: 22px;
    position: absolute;
    left: 13%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
  }
  .headers .logo {
    top: 22px;
    position: absolute;
    left: 13%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
  }

  .contain {
    width: 100%;
    display: none;
    padding: 0 20px;
  }

  .slide {
    width: 90vw;
    border-radius: 20px;
    margin: 10px;
  }
  .career {
    margin-top: 80px;
  }
  .section-subtitle h2 {
    font-size: 20px;
  }
  .section-subtitle {
    padding-bottom: 0px;
  }
}

/* =========================================
   SECTION 4 (OUTDOOR ELEGANCE) MOBILE FIX
========================================== */

/* Pengaturan untuk Desktop (Bersebelahan) */
@media (min-width: 768px) {
  .outdoor-text-col,
  .outdoor-vid-col {
    height: 100% !important;
  }
  .title-outdoor {
    font-size: 2.5rem;
  }
  .desc-outdoor {
    font-size: 1.1rem;
  }
}

/* Pengaturan untuk Mobile (Ditumpuk Atas & Bawah) */
@media (max-width: 767.98px) {
  /* Video mendapat porsi 45% dari tinggi layar atas */
  .outdoor-vid-col {
    height: 45vh !important;
  }

  /* Teks mendapat porsi 55% dari tinggi layar bawah */
  .outdoor-text-col {
    height: 55vh !important;
  }

  /* Mengecilkan sedikit ukuran teks agar pas dan tidak berdesakan */
  .title-outdoor {
    font-size: 1.8rem;
  }
  .desc-outdoor {
    font-size: 0.95rem;
  }
}
