html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

.loader-wrapper {
  display: none; /* Mulai dengan menyembunyikan loader */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 1); Latar belakang semi-transparan */
  z-index: 9999; /* Pastikan loader muncul di atas konten lain */
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/logo_putnir_w2cm.png), rgba(0, 0, 0, 0.75);
  /* background: rgba(0, 0, 0, 0.7); */
  background-repeat: no-repeat;
  background-position: center;
}

.loader {
  border: 3px solid #44517f;
  border-top: 3px solid #eae86c;
  border-bottom: 3px solid #de5258;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  animation: spin 3s linear infinite, changeRadius 3s linear infinite;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes changeRadius {
  0% {
    border-radius: 50%;
  }
  50% {
    border-radius: var(--random-radius);
  }
  100% {
    border-radius: 50%;
  }
}
/* ============================= LOADER LOGO =================================== */
.spinner-container {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  opacity: 0;
  animation: spin-animation 1s ease-in-out infinite;
}

@keyframes spin-animation {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

a {
  color: #f3f3f3;
  text-decoration: none;
  transition: 0.3s all ease;
  /* text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8); */
}

a:hover {
  color: #ffffff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading-light {
  font-size: 3em;
  font-weight: 700;
  background: linear-gradient(225deg, #0000f3, #1b536b, #8d3b01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: 0px 10px 10px 0px rgba(1, 0, 71, 0.5);
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  /* background: #2d71a1; */
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  /* background: #fff; */
  padding: 0;
  background-clip: border-box;
  margin: 0;
  text-align: center;
  object-fit: cover;
}

.fullimg {
  padding: 0;
  background-clip: border-box;
  margin: 0;
  text-align: center;
  object-fit: cover;
}

.step img {
  border-radius: 0px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

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

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #ff8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid rgb(241, 241, 241);
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(
    to right,
    rgb(39, 70, 133) 0%,
    rgb(61, 179, 197) 100%
  );
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.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;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}

#header.header-scrolled {
  /* background: linear-gradient(to right, rgb(3, 34, 95) 0%, rgb(61, 179, 197) 60%, rgb(100, 99, 0) 100%); */
  background: linear-gradient(
    60deg,
    rgb(3, 34, 95) 0%,
    rgba(0, 172, 193, 1) 60%,
    rgba(84, 58, 183, 1) 100%
  );
  /* background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%); */
  height: 60px;
  box-shadow: 2px 2px 10px rgb(39, 70, 133);
}

#header .logo .dekorasi {
  font-size: 1.4em;
  padding-left: 0.5rem;
  line-height: 0;
  font-weight: 400;
  color: #fff;
  text-shadow: 4px 4px 10px rgb(0 0 0 / 80%);
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.dekorasi::after {
  padding-bottom: -0.5em;
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0.5rem;
  width: 100%;
  height: 3.5px;
  background-color: #ffffff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.dekorasi:hover::after {
  transform-origin: left;
  animation: expand 1s forwards;
}

@keyframes expand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
  /* -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; */
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #0000007a;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 5px 20px;
  font-size: 15px;
  text-shadow: 0px 0px 2px rgb(0, 0, 0);
  color: #e2e2e2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #2d71a1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  /* background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero/hero2.jpeg); */
  background: linear-gradient(
      60deg,
      rgba(3, 34, 95, 0.7) 0%,
      rgba(0, 172, 193, 0.5) 60%,
      rgba(84, 58, 183, 0.7) 100%
    ),
    url(../img/hero/hero2.jpeg);
  /* background: url(../img/about-bg.jpg); */
  position: relative;
  background-size: cover;
  width: 100%;
}
.hero {
  /* background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero/hero2.jpeg); */
  background: linear-gradient(
      60deg,
      rgba(3, 34, 95, 0.7) 0%,
      rgba(0, 172, 193, 0.5) 60%,
      rgba(84, 58, 183, 0.7) 100%
    ),
    url(../img/hero/hero2.jpeg);
  background-position-y: 50%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}
.hero,
.hero > .container > .row {
  height: 50vh;
  min-height: 350px;
}

.funrunbg-section {
  background: linear-gradient(
      60deg,
      rgba(3, 34, 95, 0.7) 0%,
      rgba(0, 172, 193, 0.5) 60%,
      rgba(84, 58, 183, 0.7) 100%
    ),
    url(../img/hero/bg_funrun_web.png);
  /* background: url(../img/about-bg.jpg); */
  position: relative;
  background-size: 100%;
  background-attachment: fixed; 
}
.funrunbg {
  /* background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero/hero2.jpeg); */
  background: linear-gradient(
      60deg,
      rgba(3, 34, 95, 0.7) 0%,
      rgba(0, 172, 193, 0.5) 60%,
      rgba(84, 58, 183, 0.7) 100%
    ),
    url(../img/hero/bg_funrun_web.png);
  background-position-y: 50%;
  position: relative;
  background-size: 100%;
   background-attachment: fixed; 
}
.funrunbg,
.funrunbg > .container > .row {
  height: 50vh;
  min-height: 350px;
}
.waves {
  position: absolute;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px; /*Fix for safari gap*/
  min-height: 100px;
  max-height: 250px;
  bottom: 0;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 100px;
    min-height: 50px;
  }
  .content {
    height: 30vh;
  }
  h1 {
    font-size: 24px;
  }
}

.hero-section,
.hero-section > .container > .row {
  height: 100vh;
  min-height: 540px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

.funrunbg-section,
.funrunbg-section > .container > .row {
  height: 100vh;
  min-height: 540px;
}

.funrunbg-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.funrunbg-section.inner-page .funrunbg-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .funrunbg-section.inner-page .funrunbg-text {
    margin-top: -80px;
  }
}

.funrunbg-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .funrunbg-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .funrunbg-section .funrunbg-text-image {
    margin-top: 4rem;
  }
}

.funrunbg-section p {
  font-size: 18px;
  color: #fff;
}

.funrunbg-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .funrunbg-section .iphone-wrap {
    text-align: center;
  }
}

.funrunbg-section .iphone-wrap .phone-2,
.funrunbg-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .funrunbg-section .iphone-wrap .phone-2,
  .funrunbg-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.funrunbg-section .iphone-wrap .phone-2,
.funrunbg-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .funrunbg-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.funrunbg-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .funrunbg-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 3rem 0 1rem 0;
  background: linear-gradient(
      60deg,
      rgba(3, 34, 95, 0.9) 0%,
      rgba(0, 172, 193, 0.8) 60%,
      rgba(84, 58, 183, 0.7) 100%
    ),
    url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 50%;
  /* background-attachment: fixed; */
  color: #fff;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.footer hr {
  border: none;
  height: 2px;
  background-color: #ffffff;
  margin-top: 0.4rem !important;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}

#iklan {
  z-index: 9999;
}

#iklan .modal-header {
  /* display: block; */
  margin: -15px 0px -15px -10px;
  border-bottom: none;
  text-align: right;
}

.modal.bottom .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate(0, 100%);
  transition: transform 0.8s ease-out;
  /* box-shadow: 2px 2px 10px rgb(0, 0, 0); */
}

.modal.bottom.show .modal-dialog {
  box-shadow: 2px 2px 3px rgb(0, 0, 0);
  transform: translate(0, 0);
}

.square-container {
  width: 100%; /* Atur lebar wadah */
  max-width: 500px; /* Atur lebar maksimum wadah */
  position: relative; /* Tetapkan posisi relatif untuk konten */
  padding-bottom: 100%; /* Menjaga aspek rasio 1:1 */
  overflow: hidden; /* Sembunyikan konten yang keluar dari wadah */
  border: 1px solid #ccc; /* Tambahkan border untuk tampilan yang lebih baik */
}

.square-content {
  position: absolute; /* Tetapkan posisi absolut untuk konten */
  width: 100%; /* Atur lebar konten */
  height: 100%; /* Atur tinggi konten */
}

.square-content img,
.square-content video {
  width: 100%; /* Atur lebar gambar atau video agar sesuai dengan kotak */
  height: 100%; /* Atur tinggi gambar atau video agar sesuai dengan kotak */
  object-fit: cover; /* Memotong gambar atau video agar sesuai dengan ukuran kotak */
}

.col-md-4.fit {
  padding: 0 !important;
}

/* ================================================================ CORE VALUE ================================================================ */
/* ================================================================ CORE VALUE ================================================================ */

#core_value {
  background: linear-gradient(
      to top,
      rgba(39, 70, 133, 0.8) 0%,
      rgba(61, 179, 197, 0.8) 50%,
      rgba(255, 255, 255, 1) 100%
    ),
    url(../img/about-bg.jpg);
  background-size: cover;
  background-attachment: scroll;
  /* padding-bottom: 50px; */
}

#core_value h3 {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  color: #000;
  font-weight: bold;
}

#core_value p {
  /* display: block; */
  font-size: 1.1rem;
  text-align: center;
  color: #000;
  font-weight: 400;
}

#core_value.section-core-value {
  padding-top: 1rem;
  padding-bottom: 10rem;
}

/* ================================================================ UNIT ================================================================ */
/* ================================================================ UNIT ================================================================ */

#unit {
  background: linear-gradient(
      80deg,
      rgba(3, 34, 95, 0.9) 0%,
      rgba(0, 172, 193, 0.8) 60%,
      rgba(84, 58, 183, 0.7) 100%
    ),
    url(../img/lapang_basket.jpeg);
  background-size: cover;
  background-position: 80% 0%;
  background-attachment: fixed;
  padding: 6rem 3rem 3rem 3rem;
}

#unit img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 0.8rem transparent solid;
  box-shadow: 0 0 10px #00115b;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: scale(0.9, 0.9);
}

#unit img:hover {
  box-shadow: 0 0 20px #00115b;
  border: 0.8rem rgb(0 47 89) solid;
  transform: scale(1, 1);
  rotate: 5deg;
  cursor: pointer;
}

.img-container {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 3px;
  width: 100%;
}

.img-container .inner {
  position: absolute; /* Atur posisi absolut untuk memungkinkan overlay */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; /* Membuat gambar tetap dalam proporsi aslinya */
  background-repeat: no-repeat; /* Menghindari pengulangan gambar */
  background-position: center center; /* Posisikan gambar ke tengah */
}

.img-container img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: scale(1);
  box-shadow: 0 0 20px #00115b;
  border: 0.8rem rgb(0 47 89) solid;
  rotate: 5deg;
  cursor: pointer;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.8;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  border-radius: 50%;
}

.img-container:hover .img-overlay {
  opacity: 1;
  transform: scale(75%);
  border-radius: 50%;
  cursor: pointer;
}

.overlay-text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 575px) {
  #unit {
    background-position: 80% 0%;
    padding-top: 6rem;
  }

  #unit img {
    border: 0.4em solid transparent;
    box-shadow: 0 0 10px #00115b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #unit img:hover {
    box-shadow: 0 0 15px #00115b;
    border: 0.4rem rgb(0 47 89) solid;
    transform: scale(1.05, 1.05);
    rotate: 5deg;
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  #unit {
    background-position: 80% 0%;
    padding-top: 6rem;
  }

  #unit img {
    border: 0.4em solid transparent;
    box-shadow: 0 0 10px #00115b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #unit img:hover {
    box-shadow: 0 0 15px #00115b;
    border: 0.4rem rgb(0 47 89) solid;
    transform: scale(1.05, 1.05);
    rotate: 5deg;
    cursor: pointer;
  }
}

@media (max-width: 990px) {
  #unit {
    background-position: 80% 0%;
    padding-top: 6rem;
  }

  #unit img {
    border: 0.4em solid transparent;
    box-shadow: 0 0 10px #00115b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #unit img:hover {
    box-shadow: 0 0 15px #00115b;
    border: 0.4rem rgb(0 47 89) solid;
    transform: scale(1.05, 1.05);
    rotate: 5deg;
    cursor: pointer;
  }
}

/* ================================================================ JERSEY ================================================================ */
/* ================================================================ JERSEY ================================================================ */

#jersey {
  background: linear-gradient(
      80deg,
      rgba(3, 34, 95, 0.9) 0%,
      rgba(0, 172, 193, 0.8) 60%,
      rgba(84, 58, 183, 0.7) 100%
    ),
    url(../img/lapang_basket.jpeg);
  background-size: cover;
  background-position: 80% 0%;
  background-attachment: fixed;
  padding: 6rem 3rem 3rem 3rem;
}

#jersey img {
  width: 100%;
  height: auto;
  /* border-radius: 50%; */
  /* border: 0.8rem transparent solid; */
  /* box-shadow: 0 0 10px #00115b; */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: scale(0.9, 0.9);
}

#jersey img:hover {
  /* box-shadow: 0 0 20px #00115b; */
  /* border: 0.8rem rgb(0 47 89) solid; */
  transform: scale(1, 1);
  rotate: 5deg;
  cursor: pointer;
}

.img-container {
  position: relative;
  overflow: hidden;
  /* border-radius: 50%; */
  margin: 3px;
  width: 100%;
}

.img-container .inner {
  position: absolute; /* Atur posisi absolut untuk memungkinkan overlay */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover; /* Membuat gambar tetap dalam proporsi aslinya */
  background-repeat: no-repeat; /* Menghindari pengulangan gambar */
  background-position: center center; /* Posisikan gambar ke tengah */
}

.img-container img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: scale(1);
  box-shadow: 0 0 20px #00115b;
  border: 0.8rem rgb(0 47 89) solid;
  rotate: 5deg;
  cursor: pointer;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0.8;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  border-radius: 50%;
}

.img-container:hover .img-overlay {
  opacity: 1;
  transform: scale(75%);
  border-radius: 50%;
  cursor: pointer;
}

.overlay-text {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media (max-width: 575px) {
  #jersey {
    background-position: 80% 0%;
    padding-top: 6rem;
  }

  /* #jersey img {
    border: 0.4em solid transparent;
    box-shadow: 0 0 10px #00115b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #jersey img:hover {
    box-shadow: 0 0 15px #00115b;
    border: 0.4rem rgb(0 47 89) solid;
    transform: scale(1.05, 1.05);
    rotate: 5deg;
    cursor: pointer;
  } */
}

@media (max-width: 768px) {
  #jersey {
    background-position: 80% 0%;
    padding-top: 6rem;
  }

  /* #jersey img {
    border: 0.4em solid transparent;
    box-shadow: 0 0 10px #00115b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #jersey img:hover {
    box-shadow: 0 0 15px #00115b;
    border: 0.4rem rgb(0 47 89) solid;
    transform: scale(1.05, 1.05);
    rotate: 5deg;
    cursor: pointer;
  } */
}

@media (max-width: 990px) {
  #jersey {
    background-position: 80% 0%;
    padding-top: 6rem;
  }

  /* #jersey img {
    border: 0.4em solid transparent;
    box-shadow: 0 0 10px #00115b;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  #jersey img:hover {
    box-shadow: 0 0 15px #00115b;
    border: 0.4rem rgb(0 47 89) solid;
    transform: scale(1.05, 1.05);
    rotate: 5deg;
    cursor: pointer;
  } */
}

/* ================================================================ MAPS ================================================================ */
/* ================================================================ MAPS ================================================================ */

#map {
  padding: 50px;
}

#map .map {
  border-radius: 3rem;
}

#map iframe {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* ================================================================ GALERI ================================================================ */
/* ================================================================ GALERI ================================================================ */

#galeri {
  padding-bottom: 100px;
  position: relative;
  display: flex;
  overflow: visible;
  background: linear-gradient(
      to bottom,
      rgba(39, 70, 133, 0.8) 0%,
      rgba(61, 179, 197, 0.8) 100%
    ),
    url(../img/hero/hero.jpeg);
  /* background: url(../img/hero/hero2.jpeg), linear-gradient(transparent); */
  background-size: cover;
  background-attachment: fixed;
}

#galeri .card {
  z-index: 2;
  display: block;
  position: relative;
  border-radius: 50px;
  padding: 50px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.788);
  margin-top: -100px;
  margin-bottom: -100px;
  background: linear-gradient(
      to bottom,
      rgba(20, 92, 134, 1) 8%,
      rgba(61, 179, 197, 0.3) 50%,
      rgba(255, 255, 255, 0.2) 98%
    ),
    rgba(255, 255, 255, 0.1) 100%;
  /* background-size: cover; */
}

@media (max-width: 575px) {
  #galeri .card {
    z-index: 2;
    display: block;
    position: relative;
    /* border-radius: 50px; */
    border-radius: 50px 50px 20px 20px;
    padding: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.788);
    margin-top: -100px;
  }

  #galeri .container {
    left: 0 !important;
    right: 0 !important;
  }

  .section-heading-light {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(225deg, #13136f, #1b536b, #351600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .section-heading {
    margin-top: 1em;
    margin-bottom: -0.5em;
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.footer h3 {
  font-weight: 600;
}

.footer a {
  font-weight: 500;
}

.footer a:hover {
  color: white;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.social .bi {
  font-size: 130%;
}

/* ======================================== PROFIL ============================================== */
#profil {
  padding-bottom: 100px;
}

.nav-pills {
  position: -webkit-sticky; /* Untuk browser Safari */
  position: sticky;
  top: 0;
}
