/*merah hati#b01e28 RGB (176, 30, 40) */
:root {
  --bg-page: #cddddd;
  /* --bg-page: black; */
  --font-poppins: "Poppins", sans-serif;
  --font-concert: "Concert One", sans-serif;
}

* {
  margin: 0;
  padding: 0;

  font-family: var(--font-concert);
  /* font-size: 1em; */
}

.card-dash-bg-img {
  position: absolute;
  width: 100px;
  top: -30px;
  right: -20px;
}

body {
  background: var(--bg-page);
}

section * {
  font-family: var(--font-poppins) !important;
}

a {
  text-decoration: none;
}

.card-hover {
  transition: 0.2s ease-in;
}
.card-hover:hover {
  transform: translate3d(0px, -5px, 0px);
}

@keyframes slidein {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15);
  }
  100% {
    transform: translateY(-15);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    scale: 1;
    transform: translateY(0 px);
  }
}

.div-profile {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0 cover 40%;
}

.div-box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.div-box .div-box-icon {
  max-width: 100%;
  text-align: center;
}

.div-box .div-box-icon iconify-icon {
  font-size: 3em;
  background-color: #47b5ff;
  border-radius: 50%;
  color: white;
  padding: 10px 10px;
  vertical-align: middle;
}

.div-icon-title {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
}

.div-icon-title .icon {
  font-size: 1.2em;
}
.div-icon-title .title {
  font-size: 0.8em;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  /* animation: slidein 4s ease-in; */
}

header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 50px;
  /* overflow: hidden; */
}

header nav .navbar-brand .navbar-brand-title {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

header nav .navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

header nav .navbar-brand a {
  height: 50px;
  width: 50px;
  background-color: #fff;
  opacity: 0.9;
  border-radius: 50%;
  padding: 5px 5px;
}

header nav .navbar-brand img {
  margin-top: -5px;
  width: 100%;
}

header nav .nav-link {
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

header nav .nav-link:hover,
header nav .nav-link.active {
  color: blue !important;
}

header nav .navbar-toggler {
  border: var(--bs-border-width) solid white;
}

header nav .navbar-toggler iconify-icon {
  color: white;
}

header nav .offcanvas {
  background: rgba(87, 24, 40, 0.9);
}

header nav .offcanvas .offcanvas-title {
  color: #fff !important;
}

header nav .offcanvas .btn-close {
  background-color: #fff !important;
}

.header-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 15px 130px;
  overflow: hidden;
  border-bottom-right-radius: 70px;
}

.header-page::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: rgba(176, 30, 40, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-page video {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow-x: hidden;
}

.header-page .header-content {
  z-index: 0;
  color: #fff;
  width: 70%;
  display: none;
}

.header-page .header-content.active {
  display: block;
}

.header-page .header-content .home-title {
  /* font-size: 4em; */
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 75px;
  margin-bottom: 20px;
}

.header-page .header-content .home-title span {
  /* font-size: 1.2em; */
  font-weight: 400;
  color: yellow;
}

.header-page .header-content p {
  margin-bottom: 65px;
}

/* .header-page .header-content .home-desc {
  font-size: 1.4em;
} */

.header-page .header-content a {
  margin-bottom: 65px;
  background: var(--bg-page);
  padding: 15px 35px;
  color: rgba(176, 30, 40, 0.6);
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 30px;
  opacity: 0.7;
}

.header-page .media-icons {
  z-index: 0;
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}

.header-page .media-icons a {
  color: #fff;
  font-size: 1.6em;
  transition: 0.3s ease;
}

.header-page .media-icons a:not(:last-child) {
  margin-bottom: 20px;
}

.header-page .media-icons a:hover {
  transform: scale(1.3);
}

.header-page .video-slide {
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.header-page .video-slide.active {
  clip-path: circle(150% at 0 50%);
  transition: 2s ease;
  transition-property: clip-path;
}

.div-slider-navigation {
  z-index: 0;
  left: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-navigation .nav-btn {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  transition: 0.3s ease;
}

.slider-navigation .nav-btn.active {
  background: #e4a91e;
}

.slider-navigation .nav-btn:not(:last-child) {
  margin-right: 20px;
}

.slider-navigation .nav-btn:hover {
  transform: scale(1.3);
}

.main-content {
  /* z-index: 888; */
  padding-left: 50px;
  padding-right: 50px;
  min-height: 400px;
}

.main-content .main-sub-title {
  font-size: 2.8em;
  text-align: center;
  padding-bottom: 30px;
  color: var(--bs-heading-color);
}

.g-map iframe {
  border-radius: 30px;
}

.footer {
  margin-top: 50px;
  background: rgba(176, 30, 40, 0.9);
  /* background: rgba(35, 25, 66, 0.9); */
  padding: 50px 20px;
  border-top-left-radius: 70px;
}

.footer .ft-logo {
  background-color: white;
  border-radius: 50%;
  padding: 5px 5px;
  width: 90px;
  height: 90px;
}

.footer .ft-logo img {
  width: 100%;
  margin-top: -7px;
}

.footer .menu-title {
  font-size: 1.5em;
  color: #fff;
}

.footer .ft-address p {
  color: #fff;
}

.footer .ft-media-icons {
  display: flex;
  gap: 10px;
}

.footer .ft-media-icons img {
  height: 30px;
  width: 30px;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 50px auto;
}

.timeline .ctr {
  padding: 10px 50px;
  position: relative;
  width: 50%;
  animation: movedown 1s linear forwards;
  opacity: 0;
}

@keyframes movedown {
  0% {
    opacity: 1;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.timeline .ctr:nth-child(1) {
  animation-delay: 0s;
}

.timeline .ctr:nth-child(2) {
  animation-delay: 1s;
}

.timeline .ctr:nth-child(3) {
  animation-delay: 2s;
}

.timeline .ctr:nth-child(4) {
  animation-delay: 3s;
}

.timeline .ctr:nth-child(5) {
  animation-delay: 4s;
}

.timeline .ctr .text-box {
  padding: 20px 30px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  /* font-size: 15px; */
}

.timeline .ctr.left-ctr {
  left: 0;
}

.timeline .ctr.right-ctr {
  left: 50%;
  margin-left: 10px;
}

.timeline .ctr .timeline-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: -30px;
  top: 32px;
  z-index: 10;
  font-size: 2em;
  background: #fff;
  padding: 10px 10px;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
  text-align: -webkit-center;
}

.timeline .ctr.right-ctr .timeline-icon {
  left: -30px;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  background: #fff;
  top: 33px;
  left: 50%;
  margin-left: 3px;
  z-index: -1;
  animation: moveline 4s linear forwards;
  box-shadow: var(--bs-box-shadow-lg) !important;
}

@keyframes moveline {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.timeline .text-box h2 {
  font-weight: 600;
}

.timeline .text-box small {
  display: inline-block;
  margin-bottom: 15px;
}

.timeline .ctr .left-ctr-arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  right: -15px;
}

.timeline .ctr .right-ctr-arrow {
  height: 0;
  width: 0;
  position: absolute;
  top: 28px;
  z-index: 1;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  left: -15px;
}

@media (max-width: 992px) {
  header {
    padding: 15px 20px;
  }

  .header-page {
    padding: 100px 60px;
  }

  .header-page .media-icons {
    right: 15px;
  }

  /* .header-page .header-content {
    margin-bottom: 35px;
  } */

  .header-page .header-content p {
    margin-bottom: 55px;
    line-height: 1.2;
  }

  /* .header-page .header-content .home-title span {
    font-size: 1em;
  } */
}

@media (max-width: 600px) {
  .main-sub-title {
    font-size: 2em !important;
  }

  header {
    padding: 10px 5px;
  }

  header nav {
    padding: 0px !important;
  }

  header nav .navbar-brand .navbar-brand-title {
    display: none;
  }

  .header-page {
    padding: 70px 20px;
  }

  .header-page .header-content .home-title {
    /* font-size: 3em; */
    font-weight: 600;
    line-height: 45px;
  }

  .header-page .header-content p {
    margin-bottom: 55px;
  }

  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .timeline {
    margin: 50px auto;
  }

  .timeline::after {
    left: 31px;
  }

  .timeline .ctr {
    width: 100%;
    padding-left: 80px;
    padding-right: 10px;
  }

  /* .timeline .ctr .text-box {
    font-size: 13px;
  } */

  .timeline .ctr .text-box small {
    margin-bottom: 10px;
  }

  .timeline .ctr.right-ctr {
    left: -10px;
  }

  .timeline .ctr.right-ctr .timeline-icon,
  .timeline .ctr.left-ctr .timeline-icon {
    left: 0px;
  }

  .timeline .ctr .right-ctr-arrow,
  .timeline .ctr .left-ctr-arrow {
    border-right: 15px solid #fff;
    border-left: 0;
    left: -15px;
  }
}

@media (max-width: 400px) {
  .timeline .ctr .text-box h3 {
    font-size: calc(0.9rem + 0.39vw);
  }
}
