/* HOME
================================================== */
#home {
  font-family: "Barlow", sans-serif;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  color: #333;
  position: relative;
  font-size: 19px;
  /* Skewed image frame effect */
}
#home.modal-open {
  overflow: hidden;
  height: 100vh;
}
#home ul, #home ol {
  padding-left: 30px;
}
#home ul li::marker, #home ol li::marker {
  color: #fac70e;
  font-weight: 700;
}
#home::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: brightness(0.6);
  z-index: -1;
}
#home .overlay::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
#home .shape {
  position: absolute;
}
#home a {
  color: #fac70e;
}
#home a:hover {
  box-shadow: inset 0 -2px 0 0 #fac70e;
  text-decoration: none;
}
#home h3 {
  font-size: 25px;
  line-height: 40px;
}
#home h4 {
  font-size: 20px;
  line-height: 40px;
}
#home h3, #home h4 {
  font-weight: 700;
  color: #fac70e;
  text-transform: uppercase;
  display: inline-block;
  font-family: "Gilda Display", serif;
}
#home .img-center {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#home .img-center:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  #home .img-center {
    max-width: 70%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #home .img-center {
    max-width: 85%;
  }
}
#home .bullet-header {
  position: relative;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
#home .bullet-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: linear-gradient(135deg, #299cad, #00657f);
  border-radius: 50%;
}
@media (max-width: 768px) {
  #home .bullet-header::before {
    width: 15px;
    height: 15px;
  }
}
#home .smoke-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
#home .smoke-container .smoke {
  position: absolute;
  bottom: -100px;
  width: 150px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
  animation: smoke-rise 25s ease-in-out forwards;
  border-radius: 50%;
}
#home .stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: -1;
}
#home .stars span {
  position: absolute;
  display: block;
  width: 2px;
  height: 2px;
  background: white;
  border-radius: 50%;
  opacity: 0.8;
  animation: twinkle 2s infinite alternate;
}
#home .skewed-image-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  transform: skewX(-12deg);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 8px;
}
@media (max-width: 768px) {
  #home .skewed-image-container {
    min-height: 250px;
    transform: skewX(0deg);
  }
}
#home .skewed-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: skewX(12deg) scale(1.6);
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  #home .skewed-image-container img {
    transform: skewX(0deg) scale(1);
  }
}
#home .row.equal-height {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #home .row.equal-height {
    flex-direction: column;
  }
}
#home .row.equal-height [class*=col-] {
  display: flex;
  flex-direction: column;
}
#home .row.equal-height [class*=col-].col-md-8 {
  padding-right: 80px;
}
@media (max-width: 991px) and (min-width: 769px) {
  #home .row.equal-height [class*=col-].col-md-8 {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  #home .row.equal-height [class*=col-].col-md-8 {
    padding-right: 15px;
    margin-bottom: 20px;
  }
}
#home .row.equal-height:nth-child(even) .skewed-image-container {
  transform: skewX(12deg);
}
@media (max-width: 768px) {
  #home .row.equal-height:nth-child(even) .skewed-image-container {
    transform: skewX(0deg);
  }
}
#home .row.equal-height:nth-child(even) .skewed-image-container img {
  transform: skewX(-12deg) scale(1.6);
}
@media (max-width: 768px) {
  #home .row.equal-height:nth-child(even) .skewed-image-container img {
    transform: skewX(0deg) scale(1);
  }
}
#home header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, -webkit-mask-image 0.4s ease, mask-image 0.4s ease;
  mask-image: linear-gradient(to top, transparent 0%, black 60%, black 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 60%, black 100%);
  overflow: visible;
}
#home header:hover {
  mask-image: none;
  -webkit-mask-image: none;
}
@media (max-width: 800px) {
  #home header {
    padding: 20px;
  }
}
#home .logo:hover {
  box-shadow: none;
  text-decoration: none;
}
#home .logo img {
  height: 50px;
  width: auto;
  display: block;
  transition: height 0.3s;
  animation: logoFlip 7s infinite;
  animation-delay: 2s;
  transform-style: preserve-3d;
}
@media (max-width: 800px) {
  #home .logo img {
    height: 35px;
  }
}
#home .nav-menu {
  overflow: visible;
}
@media (max-width: 800px) {
  #home .nav-menu {
    display: none;
  }
}
#home .nav-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}
#home .nav-menu ul li {
  margin-left: 30px;
  margin-bottom: 0;
  padding: 10px 0;
  position: relative;
  overflow: visible;
}
#home .nav-menu ul li.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  min-width: 180px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 99999;
  list-style: none;
  margin: 8px 0 0 0;
  pointer-events: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
}
#home .nav-menu ul li.dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
}
#home .nav-menu ul li.dropdown .dropdown-menu li .dropdown-link {
  display: block;
  padding: 12px 20px;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-bottom: none;
  box-shadow: none !important;
  line-height: 1.4;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  border-radius: 0;
}
#home .nav-menu ul li.dropdown .dropdown-menu li .dropdown-link:hover {
  background: none;
  color: #fac70e !important;
  box-shadow: none !important;
  padding-left: 25px;
  text-decoration: none !important;
}
#home .nav-menu ul li.dropdown:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
#home .nav-menu ul li.dropdown .dropdown-toggle i {
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}
#home .nav-menu ul li.dropdown .dropdown-toggle:hover i {
  transform: rotate(180deg);
}
#home .nav-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  transition: color 0.3s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: inset 0 0px 0 0 #fac70e;
}
#home .nav-menu ul li a:hover {
  color: #fac70e;
  box-shadow: inset 0 -2px 0 0 #fac70e;
}
#home .burger-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  z-index: 1001;
}
@media (max-width: 800px) {
  #home .burger-icon {
    display: block;
  }
}
#home.scrolled header {
  padding: 15px 30px 20px 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.8);
  mask-image: none;
  -webkit-mask-image: none;
}
#home.scrolled .logo img {
  height: 32px;
}
#home .modal-menu {
  background: #000000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#home .modal-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
}
#home .modal-menu ul li {
  margin: 13px 0;
  padding: 0;
}
#home .modal-menu ul li.modal-dropdown .modal-dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
#home .modal-menu ul li.modal-dropdown .modal-dropdown-menu.active {
  max-height: 200px;
  opacity: 1;
}
#home .modal-menu ul li.modal-dropdown .modal-dropdown-menu li {
  margin: 8px 0;
}
#home .modal-menu ul li.modal-dropdown .modal-dropdown-menu li .modal-dropdown-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: none;
}
#home .modal-menu ul li.modal-dropdown .modal-dropdown-menu li .modal-dropdown-link:hover {
  color: #fac70e;
  box-shadow: none;
  transform: translateX(5px);
}
#home .modal-menu ul li.modal-dropdown .dropdown-toggle-mobile {
  cursor: pointer;
}
#home .modal-menu ul li.modal-dropdown .dropdown-toggle-mobile i {
  margin-left: 8px;
  font-size: 14px;
  transition: transform 0.3s ease;
}
#home .modal-menu ul li.modal-dropdown .dropdown-toggle-mobile.active i {
  transform: rotate(180deg);
}
#home .modal-menu ul li img {
  max-width: 100px;
}
#home .modal-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  transition: color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: inset 0 0px 0 0 #fac70e;
}
#home .modal-menu ul li a:hover {
  color: #fac70e;
  box-shadow: inset 0 -2px 0 0 #fac70e;
}
#home .close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
#home .welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 250px);
  flex-direction: column;
}
#home .welcome-section img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  #home .welcome-section img {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  #home .welcome-section .value-section {
    width: 100%;
  }
}
#home .welcome-section .value-section ul {
  margin: 0;
  padding: 10px 30px;
  display: flex;
  background: linear-gradient(to left, #8f6B29, #FDE08D, #DF9F28);
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  gap: 30px;
  width: 100%;
}
@media (max-width: 480px) {
  #home .welcome-section .value-section ul {
    flex-direction: column;
    text-align: center;
  }
  #home .welcome-section .value-section ul li {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}
#home .welcome-section .value-section ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home .page-section {
  color: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 90px;
}
#home .page-section .parallax-area {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#home .page-section .parallax-area::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
#home .page-section .parallax-area .container {
  color: #ffffff;
  position: relative;
}
#home .page-section .parallax-area .container .header-wrapper {
  display: flex;
  padding: 20vh 0;
  align-items: center;
  text-transform: uppercase;
}
#home .page-section .parallax-area .container .header-wrapper h2 {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  text-shadow: 2px 3px 8px rgb(0, 0, 0);
  font-family: "Gilda Display", serif;
  font-weight: 700;
}
@media (max-width: 800px) {
  #home .page-section .parallax-area .container .header-wrapper h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
#home .page-section .section-content {
  margin: 0 auto;
  padding: 100px 30px;
  position: relative;
}
#home .page-section .page-wrapper {
  background-color: rgb(0, 0, 0);
  padding-bottom: 100px;
}
#home .page-section .page-wrapper .profil-section .shape-tipna-1 {
  width: 200px;
  left: 0;
  bottom: -50px;
}
#home .page-section .page-wrapper .profil-section .shape-tipna-2 {
  width: 200px;
  right: -40px;
  top: 50px;
  rotate: 45deg;
}
#home .page-section .page-wrapper .profil-section .shape-tipna-3 {
  width: 100px;
  right: 5vh;
  top: 300px;
  rotate: 45deg;
}
#home .page-section .page-wrapper .profil-section .shape-tipna-4 {
  width: 50px;
  right: 20vh;
  top: 430px;
  rotate: 45deg;
}
#home .page-section .page-wrapper .organization-structure-wrapper .shape-tipna-1 {
  width: 300px;
  right: -10vh;
  top: -50px;
  rotate: 180deg;
}
@media (max-width: 816px) {
  #home .page-section .page-wrapper .organization-structure-wrapper .shape-tipna-1 {
    width: 200px;
  }
}
#home .page-section .page-wrapper .organization-structure-wrapper .shape-tipna-2 {
  width: 300px;
  left: -100px;
  bottom: 40vh;
  rotate: 40deg;
}
@media (max-width: 1384px) {
  #home .page-section .page-wrapper .organization-structure-wrapper .shape-tipna-2 {
    width: 200px;
  }
}
#home .page-section .page-wrapper .organization-structure-wrapper .shape-tipna-3 {
  width: 60px;
  left: 40px;
  top: 40vh;
  rotate: 40deg;
}
@media (max-width: 1252px) {
  #home .page-section .page-wrapper .organization-structure-wrapper .shape-tipna-3 {
    top: 65vh;
  }
}
@media (max-width: 512px) {
  #home .page-section .page-wrapper .organization-structure-wrapper .shape-tipna-3 {
    left: -30px;
  }
}
#home .page-section .page-wrapper .organization-structure {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 30px;
  justify-content: center;
  margin: 50px 0 100px 0;
}
#home .page-section .page-wrapper .organization-structure .org-member {
  flex: 0 1 calc(25% - 23px);
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#home .page-section .page-wrapper .organization-structure .org-member::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.5s ease;
}
#home .page-section .page-wrapper .organization-structure .org-member:hover {
  box-shadow: none;
  text-decoration: none;
}
#home .page-section .page-wrapper .organization-structure .org-member .member-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0 0 15px 0;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#home .page-section .page-wrapper .organization-structure .org-member .member-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: transform 0.3s ease;
}
#home .page-section .page-wrapper .organization-structure .org-member .member-info .member-name {
  color: #fac70e;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  line-height: 1.2;
}
#home .page-section .page-wrapper .organization-structure .org-member .member-info .member-position {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
  line-height: 1.3;
}
@media (max-width: 1200px) {
  #home .page-section .page-wrapper .organization-structure .org-member {
    flex: 0 1 calc(33.333% - 20px);
  }
  #home .page-section .page-wrapper .organization-structure .org-member .member-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  #home .page-section .page-wrapper .organization-structure .org-member {
    flex: 0 1 calc(50% - 15px);
  }
  #home .page-section .page-wrapper .organization-structure .org-member .member-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  #home .page-section .page-wrapper .organization-structure .org-member .member-info .member-name {
    font-size: 18px;
  }
  #home .page-section .page-wrapper .organization-structure .org-member .member-info .member-position {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #home .page-section .page-wrapper .organization-structure .org-member {
    flex: 0 1 100%;
  }
  #home .page-section .page-wrapper .organization-structure .org-member .member-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
#home .page-section .page-wrapper .visi-misi-section {
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
#home .page-section .page-wrapper .visi-misi-section .misi-section {
  text-align: right;
}
@media (max-width: 1025px) {
  #home .page-section .page-wrapper .visi-misi-section .misi-section {
    text-align: left;
  }
}
#home .page-section .page-wrapper .visi-misi-section .misi-section ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
}
@media (max-width: 1025px) {
  #home .page-section .page-wrapper .visi-misi-section .misi-section ol {
    margin: 0 0 0 30px;
  }
}
#home .page-section .page-wrapper .visi-misi-section .misi-section ol li {
  counter-increment: item;
  position: relative;
  padding-right: 35px;
  margin-bottom: 10px;
  text-align: right;
  list-style: none;
}
@media (max-width: 1025px) {
  #home .page-section .page-wrapper .visi-misi-section .misi-section ol li {
    padding-right: 0;
    text-align: left;
    list-style-type: decimal-leading-zero;
  }
  #home .page-section .page-wrapper .visi-misi-section .misi-section ol li::marker {
    color: #fac70e;
    font-weight: 700;
  }
}
#home .page-section .page-wrapper .visi-misi-section .misi-section ol li::after {
  content: "0" counter(item);
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  color: #fac70e;
  width: 30px;
  text-align: right;
}
@media (max-width: 1025px) {
  #home .page-section .page-wrapper .visi-misi-section .misi-section ol li::after {
    content: "";
  }
}
#home .page-section .page-wrapper .service-wrapper .shape-tipna-1 {
  width: 400px;
  right: -62px;
  bottom: 0;
  rotate: -8deg;
}
#home .page-section .page-wrapper .service-wrapper .shape-tipna-2 {
  width: 295px;
  right: -228px;
  bottom: 215px;
  rotate: 35deg;
}
#home .page-section .page-wrapper .service-wrapper .shape-tipna-3 {
  width: 200px;
  left: 0;
  top: 0;
}
@media (max-width: 1603px) {
  #home .page-section .page-wrapper .service-wrapper .shape-tipna-3 {
    width: 150px;
  }
}
@media (max-width: 1367px) {
  #home .page-section .page-wrapper .service-wrapper .shape-tipna-3 {
    width: 100px;
  }
}
#home .page-section .page-wrapper .contact-wrapper .contact-item {
  margin-bottom: 40px;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #299cad, #00657f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-icon .fa-whatsapp {
  color: #ffffff !important;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-details {
  flex: 1;
  margin-left: 15px;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-details .contact-label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-weight: 500;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-details .contact-value {
  font-weight: 600;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-details .contact-value a {
  text-decoration: none;
  transition: color 0.3s ease;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-details .address-info {
  line-height: 1.6;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-details .address-info .building-info {
  font-weight: 700;
}
#home .page-section .page-wrapper .contact-wrapper .contact-item .contact-details .address-info .street-info {
  font-weight: 600;
}
#home .page-section .page-wrapper .contact-wrapper .map-container {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
#home .fade-image-left {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
#home .fade-image-left img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(to right, transparent 5%, black 80%);
  mask-image: linear-gradient(to right, transparent 5%, black 80%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

/* login
================================================== */
#body_login {
  background-image: none;
}
#body_login::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: inherit; /* Sesuaikan jika ingin penuh */
  background-position: left;
  background-position: -50% 0;
  filter: blur(50px);
  z-index: -1;
}

#wrapper #login-wrapper img {
  max-width: 200px;
  border: none;
}
#wrapper #login-wrapper form .btn {
  background: #cd2027;
}
#wrapper #login-wrapper form .form-group .form-control {
  height: 45px;
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 10px;
}
#wrapper #login-wrapper .telegram-color {
  background-color: #0088cc !important;
  color: #ffffff !important;
}

/* card
================================================== */
#card {
  margin: 50px 0;
  padding: 0;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-height: 100vh;
  color: white;
  text-align: center;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
#card::before {
  background-image: none;
}
#card .value-section {
  max-width: 400px;
  width: 90%;
}
#card .value-section ul {
  margin: 10px 0 30px 0;
  padding: 14px 20px;
  display: flex;
  background: linear-gradient(to left, #8f6B29, #FDE08D, #DF9F28);
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  gap: 30px;
  width: 100%;
  flex-direction: column;
  text-align: center;
}
#card .value-section ul li {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  margin: 0;
  padding: 0;
  list-style: none;
}
#card #bgVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
#card .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 31, 49, 0.9);
  z-index: -1;
}
#card .logo {
  margin-top: 40px;
  max-width: 170px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#card .link-button {
  background: rgb(255, 255, 255);
  border: 1px solid white;
  color: #000000;
  padding: 14px 20px;
  margin: 10px auto;
  border-radius: 30px;
  width: 90%;
  max-width: 400px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
}
#card .link-button .icon {
  width: 25px !important;
  height: 25px !important;
}
#card .link-button:hover {
  background: rgba(255, 255, 255, 0.8);
}
#card .link-button:hover .icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  transition: transform 0.3s;
}
#card .link-button:hover .icon:first-child {
  transform: scale(1.3);
  transition: transform 0.3s;
}
#card .map-responsive {
  width: 100%;
  max-width: 400px;
  height: 250px;
  margin: 30px auto 100px auto;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 0;
}
#card .map-responsive iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
#card footer {
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
  -webkit-backdrop-filter: unset !important;
          backdrop-filter: unset !important;
  padding: 20px !important;
}

/* HOME, CARD scrollbar & footer
================================================== */
#home::-webkit-scrollbar, #card::-webkit-scrollbar {
  width: 8px;
}
#home::-webkit-scrollbar-track, #card::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#home::-webkit-scrollbar-thumb, #card::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #DF9F28, #FDE08D);
  border-radius: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#home::-webkit-scrollbar-thumb:hover, #card::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #cd8b20, #f5d675);
}
#home a, #card a {
  color: #fac70e;
}
#home a:hover, #card a:hover {
  box-shadow: inset 0 -2px 0 0 #fac70e;
  text-decoration: none;
}
#home footer, #card footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 80px 20px 20px 20px;
  color: white;
  text-align: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
  /* Efek blur fade out ke atas */
  mask-image: linear-gradient(to bottom, transparent 0%, black 60%, black 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 60%, black 100%);
}
#home footer p, #card footer p {
  margin-bottom: 0;
}

/* animation
================================================== */
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* Enhanced floating animations for shapes */
.shape.float-bob-y {
  animation: float-bob-y-enhanced 4s ease-in-out infinite;
}
.shape.float-bob-x {
  animation: float-bob-x-enhanced 5s ease-in-out infinite;
}

/* Additional floating variations */
.float-gentle {
  animation: float-gentle 6s ease-in-out infinite;
}

.float-rotate {
  animation: float-rotate 8s linear infinite;
}

.float-drift {
  animation: float-drift 7s ease-in-out infinite;
}

@keyframes float-bob-y {
  0%, 100% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-15px);
  }
  75% {
    transform: translateY(-5px);
  }
}
@keyframes float-bob-x {
  0%, 100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(8px);
  }
  50% {
    transform: translateX(15px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes float-bob-y-enhanced {
  0%, 100% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-12px) rotate(1deg);
  }
  50% {
    transform: translateY(-20px) rotate(0deg);
  }
  75% {
    transform: translateY(-8px) rotate(-0.5deg);
  }
}
@keyframes float-bob-x-enhanced {
  0%, 100% {
    transform: translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateX(10px) rotate(1.5deg);
  }
  50% {
    transform: translateX(18px) rotate(0deg);
  }
  75% {
    transform: translateX(5px) rotate(-1deg);
  }
}
@keyframes float-gentle {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.02);
  }
}
@keyframes float-rotate {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(90deg);
  }
  50% {
    transform: translateY(-12px) rotate(180deg);
  }
  75% {
    transform: translateY(-6px) rotate(270deg);
  }
  100% {
    transform: translateY(0px) rotate(360deg);
  }
}
@keyframes float-drift {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  33% {
    transform: translate(8px, -10px) rotate(2deg);
  }
  66% {
    transform: translate(-5px, -15px) rotate(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.cir36 {
  animation: cir36 20s linear infinite;
  -webkit-animation: cir36 20s linear infinite;
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes smoke-rise {
  0% {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 0.2;
  }
  100% {
    transform: translateX(-50%) translateY(-500px) scale(1.5);
    opacity: 0;
  }
}
@keyframes logoFlip {
  0%, 28.6% {
    transform: rotateY(0deg);
  }
  57.1% {
    transform: rotateY(180deg);
  }
  85.7%, 100% {
    transform: rotateY(360deg);
  }
}
/* Responsive animations for mobile devices */
@media (max-width: 768px) {
  .shape.float-bob-y {
    animation: float-bob-y-mobile 3s ease-in-out infinite;
  }
  .shape.float-bob-x {
    animation: float-bob-x-mobile 4s ease-in-out infinite;
  }
  .float-bob-y {
    animation-duration: 3s;
  }
  .float-bob-x {
    animation-duration: 4s;
  }
  @keyframes float-bob-y-mobile {
    0%, 100% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-8px);
    }
  }
  @keyframes float-bob-x-mobile {
    0%, 100% {
      transform: translateX(0px);
    }
    50% {
      transform: translateX(6px);
    }
  }
}/*# sourceMappingURL=custom.css.map */