@import url("https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Lily+Script+One&family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

.hero-title-top {
  white-space: nowrap;
  margin-bottom: 0px;
}

.hero-title-bottom {
  white-space: nowrap;
  margin-bottom: 32px;
}

.typingTitle-slot {
  display: inline-block;
}

@media (max-width: 900px) {
  .hero-title-top {
    white-space: normal;
  }

  .hero-title-bottom {
    white-space: normal;
  }
}

/* Navigation Bar */
.container-custom {
  padding: 0px 80px;
}

@media (max-width: 900px) {
  .container-custom {
    padding: 0px 20px;
  }
}

/* Navbar Desktop */
.logo {
  display: flex;
  align-items: center;
}

.wa-hubungi-kami {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}

.scrolltop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #fccc00;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.scrolltop.show {
  opacity: 1;
  visibility: visible;
}

.scrolltop:hover {
  transform: scale(1.3);
}

.wa-hubungi-kami img {
  width: 50px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.wa-hubungi-kami img:hover {
  transform: scale(1.3);
}

.popover-top,
.popover-left {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}

.popover-top {
  bottom: 70px;
  right: 0;
  width: auto;
  text-align: center;
  z-index: 99999999;
}

.popover-top .popover-barcode {
  width: 140px;
  height: auto;
}

.popover-left {
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  text-align: center;
  padding: 4px 8px;
  width: auto;
}

.popover-left .popover-text {
  font-size: 14px;
  color: #333;
}

.wa-hubungi-kami:hover .popover-top,
.wa-hubungi-kami:hover .popover-left {
  display: block;
}

*,
html {
  scroll-behavior: smooth;
}

/* about */
#About {
  padding-top: 100px;
}

/* about */

/* product */
#Product {
  padding-top: 100px;
}

/* product */

/* portfolio */
#portfolio {
  padding: 50px 0;
}

#portfolio .card {
  background-color: #F6F8FF;
  border-radius: 32px;
  border: none;
  overflow: hidden;
}

#portfolio img {
  margin: 0 auto;
  padding: 38px 0;
  display: block;
  width: 60%;
}

#portfolio .card .title {
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: Pathway Extreme;
  font-size: 42px;
  font-weight: 600;
  line-height: 63px;
  letter-spacing: 0.009em;
  text-align: left;
}

#portfolio .card .subtitle {
  font-family: Pathway Extreme;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.52px;
  letter-spacing: 0.029em;
  text-align: left;
  margin-bottom: 44px;
}

#portfolio .card .btn-view {
  font-family: Pathway Extreme;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.009em;
  text-align: center;
  padding: 12px 36px;
  background: #374E9D;
  color: #fff;
  border: 1px solid #374E9D;
  text-decoration: none;
  border-radius: 120px;
  transition: all 0.3s ease;
}

#portfolio .card .btn-view:hover {
  background: #fff;
  color: #374E9D;
  border: 1px solid #374E9D;
}

/* portfolio */

/* logo */
#logo .title {
  font-family: Pathway Extreme;
  font-size: 24px;
  font-weight: 400;
  line-height: 41.28px;
  letter-spacing: 0.029em;
  text-align: center;
  color: #848AA5;
}

/* logo */


/* testimoni */
#testimoni {
  background: #F6F8FF;
  padding: 100px 0 80px 0;

}

#testimoni .title {
  font-family: Pathway Extreme;
  font-size: 24px;
  font-weight: 400;
  line-height: 41.28px;
  letter-spacing: 0.029em;
  color: #161F3F;
}

#testimoni .subtitle {
  font-family: Pathway Extreme;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.009em;
  color: #161F3F;
  margin-bottom: 60px;
}

#testimoni .card {
  border: none;
  border-radius: 20px;
  padding: 30px 18px 15px 18px;
  /* margin-left: 20px; */
}

#testimoni .card .profil {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: contain;
  margin-bottom: 16px;
}

#testimoni .card .nama {
  font-family: Pathway Extreme;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.009em;
  margin-bottom: 6px;
  z-index: 999;
  text-align: left;
}

#testimoni .card .capsul {
  font-family: Pathway Extreme;
  font-size: 11px;
  font-weight: 400;
  line-height: 20.64px;
  letter-spacing: 0.029em;
  text-align: center;
  color: #10172F;
  padding: 8px 16px;
  border-radius: 120px;
  background: #F8D27D;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  #testimoni .card {
    margin-left: 0px;
    padding-bottom: 16px;
  }
}

/* testimoni


/* gallery */
#gallery {
  padding: 48px 0;

}

#gallery .title {
  font-family: Pathway Extreme;
  font-size: 24px;
  font-weight: 400;
  line-height: 41.28px;
  letter-spacing: 0.029em;
  color: #161F3F;
}

#gallery .subtitle {
  font-family: Pathway Extreme;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: 0.009em;
  color: #161F3F;
  margin-bottom: 60px;
}

#gallery img {
  border-radius: 10px;
}

/* gallery */

/* our team */
#team {
  padding: 48px 0 0 0;
}

#team .title {
  font-family: Pathway Extreme;
  font-size: 24px;
  font-weight: 400;
  line-height: 41.28px;
  letter-spacing: 0.029em;
  text-align: left;
  color: #848AA5;
}

#team .sub-title {
  font-family: Pathway Extreme;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.009em;
  text-align: left;
  color: #161F3F;
}

#team .nama {
  font-family: Pathway Extreme;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.009em;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
}

#team .hover-image {
  transition: opacity 0.5s ease-in-out;
}

#team .hover-image-hovered {
  opacity: 0;
}


/* our team */

/* news-blog */
#news-blog {
  padding-top: 100px;
}

#news_blog .btn-other-latest {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.01em;
  text-align: center;
  background: #374E9D;
  color: #fff;
  padding: 12px 36px;
  border: 1px solid #374E9D;
  text-decoration: none;
  border-radius: 120px;
  transition: all 0.3s ease;
}

#news_blog .btn-other-latest:hover {
  background-color: #fff;
  text-align: center;
  color: #374E9D;
  border: 1px solid #374E9D;
  padding: 12px 32px;
}

/* news-blog */


.img-blog {
  width: 100%;
  height: 351px;
  object-fit: cover;
  border-radius: 10px;
}

.btn-contact {
  background-color: #fccc00;
  border: none;
  color: #000;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Pathway Extreme, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-grid;
}

.btn-contact-whatsapp,
.btn-contact-company {
  grid-area: 1 / 1;
  /* both occupy identical cell */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.btn-contact-company {
  opacity: 0;
  pointer-events: none;
}

/* variant class toggled by JS */
.btn-contact.variant-profile .btn-contact-whatsapp {
  opacity: 0;
  pointer-events: none;
}

.btn-contact.variant-profile .btn-contact-company {
  opacity: 1;
  pointer-events: auto;
}

.btn-contact:hover {
  text-decoration: none;
  color: #000;
}

.gallery .img-1 {
  width: 566px;
  height: 568px;
  float: none;
  border-radius: 10px;
  position: relative;
  object-fit: cover;
  /* right: -18px; */
  /* margin-top: -92px; */
}

.gallery .img-2 {
  width: 321px;
  height: 266px;
  border-radius: 10px;
  object-fit: cover;
}

.gallery .img-3 {
  width: 321px;
  height: 266px;
  float: left;
  object-fit: cover;
}

.gallery .img-4 {
  position: relative;
  left: 39rem;
  bottom: 18rem;
  width: 666px;
  height: 275px;
  border-radius: 10px;
  object-fit: cover;
}

.navbar {
  height: 102px;
  backdrop-filter: blur(70px);
}

.navbar.fixed-top {
  z-index: 1000;
}

.menu {
  display: flex;
  gap: 8px;
}

.menu .list-menu {
  list-style: none;
}

.menu .list-menu a {
  color: #374e9d;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.btn-navbar {
  background-color: #fccc00;
  border: none;
  border-radius: 120px;
  color: #000;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 500;
  height: 48px;
  width: 161px;
}

/* Navbar Desktop End */

/* Navbar Mobile */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 30px;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.01);
  z-index: 100;
  height: 102px;
  backdrop-filter: blur(70px);
}

nav {
  display: flex;
  gap: 50px;
}

nav ul li a {
  padding-right: 30px;
  text-decoration: none;
  color: #374e9d;
  font-size: 15px;
  font-weight: 500;
  font-family: Pathway Extreme, sans-serif;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

nav ul li a:hover,
nav ul li a.active {
  border-bottom: 2px solid #384e9d;
}

nav ul li a:target {
  border-bottom: 2px solid #384e9d;
}

input {
  display: none;
}

/* Navbar Mobile End */

/* Navigation Bar End */

/* Section One */
.section-one .title {
  color: #161f3f;
  font-size: 72px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 600;
}

#Home swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 0px;
}

#Home swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Home swiper-slide img {
  display: block;
  width: 76%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 20px;
}

@media (max-width: 575.98px) {
  nav {
    display: flex;
    gap: 30px;
  }

  #Home swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 20px;
  }
}

.sideleft-section1 {
  position: absolute;
  margin-top: -790px;
  float: left;
  left: 0;
}

.sideright-section1 {
  position: absolute;
  float: right;
  right: 0;
  margin-top: -400px;
}

.sideleft-section1-mobile,
.sideright-section1-mobile {
  display: none;
}

/* Section One End */

/* Section Two */
.section-two {
  margin-bottom: 295px;
}

.section-two .title {
  color: #161f3f;
  font-size: 48px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 600;
}

.section-two .tentangkami {
  font-size: 28px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 400;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.typing-effect {
  white-space: normal;
  font-family: Pathway Extreme, sans-serif;
  font-size: 40px;
  position: relative;
}

.dark-blue {
  color: #161f3f;
  font-weight: 600;
}

.grey {
  color: #848aa5;
  font-weight: 400;
}

.typing-effect-mobile {
  display: none;
}

#btn-section-two {
  border: 1px solid #555a71;
  border-radius: 120px;
  font-size: 16px;
  color: #555a71;
  background-color: #fff;
  padding: 12px 36px;
  font-weight: 500;
  transition: transform 0.2s;
}

#btn-section-two:hover {
  transform: scale(1.1);
}

.our-medsos {
  color: #848aa5;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
}

.bg-section-2 {
  right: 0;
  position: absolute;
}

/* Section Two End */

/* Section Three */
.section-tiga {
  background-color: #f6f8ff;
}

.our-service-one .title {
  color: #161f3f;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 500;
  margin-top: 80px;
}

.our-service-one .sub-title {
  color: #161f3f;
  font-size: 48px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 600;
  margin-top: 80px;
}

.our-service-two ul {
  margin-top: 66px;
  list-style: none;
}

.our-service-two .title,
.our-service-three .title {
  color: #161f3f;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 700;
  margin-top: 36px;
}

.our-service-two .sub-title,
.our-service-three .sub-title {
  color: #848aa5;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
}

.our-service-three ul {
  margin-top: 66px;
  list-style: none;
  margin-bottom: 120px;
}

.section-tiga .side-left {
  position: absolute;
  margin-top: -550px;
}

/* Section Three End */

/* Section Four */


.section-empat .title {
  color: #848aa5;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 300;
}

.section-empat .sub-title {
  color: #161f3f;
  font-size: 48px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 700;
}

.section-empat .card {
  border: none;
  position: relative;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-empat .card img {
  transition: transform 0.3s ease;
}

.section-empat .card img:hover {
  transform: scale(1.1);
}

.section-empat .btn-read {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-top: auto;
  border: none !important;
  background: transparent;
  border-radius: 0;
  color: #374E9D;
  font-family: Pathway Extreme, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.section-empat .btn-read::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #374E9D;
  transition: width 0.3s ease-in-out;
}

.section-empat .btn-read:hover {
  color: #374E9D !important;
  background-color: transparent !important;
}

.section-empat .btn-read:hover::after {
  width: 100%;
}

.section-empat .btn-product-text {
  letter-spacing: 0.2px;
}

.section-empat .btn-product-icon {
  font-size: 0.9em;
  line-height: 1;
}

.section-empat .keterangan {
  margin-bottom: 0.85rem;
  text-align: left;
  line-height: 1.55;
  min-height: calc(1.55em * 3);
  max-height: calc(1.55em * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/* Button always at bottom */
.section-empat .d-flex {
  order: 3;
  margin-top: auto;
}

.section-empat .btn-read {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.section-empat .carousel-indicators,
#testimoni .carousel-indicators,
#team .carousel-indicators {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.section-empat .carousel-indicators li,
#testimoni .carousel-indicators li,
#team .carousel-indicators li {
  list-style: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #D4DEFF;
  opacity: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.section-empat .carousel-indicators li.active,
#testimoni .carousel-indicators li.active,
#team .carousel-indicators li.active {
  background-color: #DB9E07;
  transform: scale(1.5);
}

.section-empat .carousel-indicators li:hover,
#testimoni .carousel-indicators li:hover,
#team .carousel-indicators li:hover {
  transform: scale(1.1);
}

.card-body .title {
  color: #10172f;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 700;
  margin-left: -10px;
}

.card-body .sub-title {
  color: #848aa5;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 300;
  margin-left: -10px;
}

.section-empat .card-body a button {
  width: 179px;
  height: 48px;
  color: #374e9d;
  font-size: 18px;
  font-family: Pathway Extreme, sans-serif;
  border: 2px solid #374e9d;
  border-radius: 120px;
  margin-left: -10px;
  background-color: #fff;
}

.title-has {
  color: #848aa5;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 300;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos::before,
.logos::after {
  position: absolute;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

/* .logos:hover .logos-slide {
  animation-play-state: paused;
} */

.logos {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.logos-slide {
  display: inline-flex;
  animation: slide 50s linear infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


.logos-slide img {
  height: 50px;
  margin: 0 30px;
}

/* Section Four End */

/* Section Lima */
.section-lima {
  background-color: #f6f8ff;
  height: 851px;
  margin-bottom: 106px;
}

.section-lima .container .title {
  color: #161f3f;
  font-size: 24px;
  font-family: Pathway, Extreme, sans-serif;
  margin-top: 132px;
}

.section-lima .container .sub-title {
  color: #161f3f;
  font-size: 52px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 600;
  margin-top: 125px;
}

.owl-carousel .card {
  width: 324px;
  height: 404px;
  border-radius: 20px;
}

.owl-carousel .card .img-testimoni {
  height: 72px;
  object-fit: cover;
  margin-top: 30px;
  margin-left: 20px;
  position: relative;
  border-radius: 100%;
}

.owl-carousel .card .bg-testimoni {
  width: 155px;
}

.owl-carousel .card .name {
  color: #10172f;
  font-size: 18px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 500;
  padding-left: 20px;
  position: absolute;
  padding-top: 120px;
}

.owl-carousel .btn {
  position: absolute;
  padding-top: 160px;
  margin-left: -73px;
}

.owl-carousel .btn button {
  border: none;
  border-radius: 40px;
  width: auto;
  height: 28px;
  background-color: #f8d27d;
  font-size: 12px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 400;
  position: relative;
  left: 18px;
}

.owl-carousel .desk {
  text-align: center;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 75px;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 200;
  color: #848aa5;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.bg-section-lima {
  /* position: absolute;
  margin-top: -590px; */
  display: none;
}

/* Section Lima End */

/* Section Gallery */
.gallery {
  margin: 48px 0px 48px 0px;
}

.gallery .title {
  color: #848aa5;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 300;
}

.gallery .sub-title {
  color: #161f3f;
  font-size: 48px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 700;
}

.gallery .img-1 {
  float: right;
  width: 566px;
  height: 568px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery .img-2,
.img-3 {
  width: 321px;
  height: 266px;
  border-radius: 10px;
  object-fit: cover;
}

.gallery .img-4 {
  /* margin-top: 20px; */
  width: 666px;
  height: 275px;
  object-fit: cover;
  border-radius: 10px;
}

/* Section Gallery End */

/* Section Blog News */

.news-blog .title {
  color: #848aa5;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 300;
}

.news-blog .sub-title {
  color: #161f3f;
  font-size: 48px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 700;
  margin: 0px 0px 40px 0px;
}

.news-blog .swiper-container .card {
  border: none;
  width: 324px;
  height: 609px;
  margin-top: 100px;
}

.card-blog .card-img-top {
  /* width: 324px; */
  height: 351px;
  border-radius: 20px;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  object-fit: cover;
}

.card-blog .card img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-blog .swiper-container .card img {
  border-radius: 20px;
}

.news-blog .swiper-container .card .title {
  color: #10172f;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 500;
  text-align: left;
}

.news-blog .swiper-container .card .deskripsi {
  color: #0f172a;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 200;
  text-align: start;
}

.news-blog .swiper-container .card .title {
  color: #10172f;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 600;
  text-align: left;
  padding-left: -30px;
}

.news-blog .swiper-container .card .deskripsi {
  color: #0f172a;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 200;
  text-align: left;
  margin-top: -10px;
  padding-left: -50px;
}

.news-blog .swiper-container .card img {
  width: 324px;
  height: 351px;
}

.news-blog .swiper-container .card a button {
  background: transparent;
  border: 2px solid #374e9d;
  border-radius: 120px;
  width: 167px;
  height: 48px;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  color: #374e9d;
}

#landing_page .pagination .page-item.active .page-link {
  border-bottom: 2px solid #374e9d;
  /* Ubah warna dan gaya garis sesuai kebutuhan */
  background-color: none;
}

.page-item .page-link {
  background: transparent;
  color: #374e9d;
  border: none;
}

.page-item.active .page-link {
  border-bottom: 2px;
  background: transparent;
  background-color: white;
  color: #374e9d;
  border: none;
  box-shadow: none;
}

.news-blog .swiper-container .card a button:hover {
  background-color: #000;
  color: #fff;
  border: none;
}

.news-blog .btn-other-news button {
  width: 230px;
  height: 60px;
  color: #fff;
  background-color: #374e9d;
  border: none;
  border-radius: 4px;
  margin: 0px 0px 30px 0px;
}

#landing_page .pagination {
  /* margin-top: -793px; */
  position: absolute;
  margin-top: -830px;
  gap: 30px;
}

#pagination-prev {
  display: none;
}

.card-blog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-blog .card {
  border: none;
}

#landing_page .pagination .page-item.active .page-link {
  border-bottom: 2px solid #374E9D;
  background-color: none;
}

.page-item .page-link {
  background: transparent;
  color: #374E9D;
  border: none;
}

.page-item.active .page-link {
  border-bottom: 2px;
  background: transparent;
  background-color: white;
  color: #374E9D;
  border: none;
}

/* Section Blog News End */

/* Section Seven */
.section-enam {
  background-image: url("/assets/image/bg-section6.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 630px;
  width: auto;
}

.section-enam .content {
  margin-top: 200px;
  margin-left: 47.57px;
}

.section-enam .title {
  color: #848aa5;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-bottom: -32px;
}

.section-enam .sub-title {
  color: #000;
  font-size: 42px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: -24px;
}

.section-enam .ket {
  color: #2d2926;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  margin-top: 24px;
}

.section-enam button {
  border: none;
  border-radius: 120px;
  width: 181px;
  height: 48px;
  margin-top: 72px;
  position: relative;
  overflow: hidden;
  background-color: #fccc00;
}

.section-enam button a {
  color: #555a71;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.section-enam button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: left 0.3s ease;
  z-index: 0;
  color: #fff;
}

.section-enam button:hover::before {
  left: 0;
}

.img-enam {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 165px 0px 0px 0px;
}

.img-enam img {
  width: 100%;
  margin-right: 190px;
}

/* Section Seven End */

/* Section Footer */


.footer-img img {
  height: 29px;
  margin-bottom: 52px;
}

.address img {
  margin-bottom: 24px;
}

.footer-social-icons a {
  transition: opacity 0.3s ease;
}

.footer-social-icons a:hover {
  opacity: 0.6;
}

.address ul {
  list-style: none;
}

.address .title {
  color: #10172f;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 300;
}

.address .title:hover {
  color: #afafaf;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

.address .copyright {
  color: #848aa5;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
}

.menus-footer .title {
  color: #10172f;
  font-size: 24px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 400;
  margin-bottom: 42px;
}

.menus-footer .sub-title a {
  text-decoration: none;
  color: #374e9d;
  font-size: 16px;
  font-family: Pathway Extreme, sans-serif;
  font-weight: 500;
}

.menus-footer p {
  line-height: 10px;
}

.menus-footer .sub-title a:hover {
  text-decoration: underline 1.8px solid #374e9d;
}

.bg-footer {
  float: right;
}

/* Section Footer End */

.navbar-mobile {
  display: none;
}

.section-enam-mobile .row {
  display: none;
}

hr {
  display: none;
}

/* Responsive Mobile */

@media (max-width: 767px) {

  .logos::before,
  .logos::after {
    position: absolute;
    width: 100px;
    height: 100%;
    content: "";
    z-index: 2;
  }

  .menus-footer {
    text-align: left;
  }

  .menus-footer .sub-title {
    text-align: left;
  }

  #testimoni .title {
    font-size: 20px;
    text-align: center;
  }

  #testimoni .subtitle {
    font-size: 32px;
    text-align: center;
  }

  #team .title {
    font-size: 20px;
    text-align: center;
  }

  #team .sub-title {
    font-size: 32px;
    text-align: center;
    line-height: normal;
  }

  /* Navigation Bar */
  .navbar-desktop {
    display: none;
  }

  .navbar-mobile {
    display: block;
  }

  .logo {
    margin-left: 0px;
  }

  nav button {
    margin-right: 0px;
  }

  nav {
    position: absolute;
    top: 100px;
    background: white;
    left: 0;
    flex-direction: column;
    width: 100%;
    align-items: center;
    height: 0;
    transition: 0.5s;
    overflow: hidden;
    gap: 20px;
  }

  nav a {
    padding-top: 10px;
    color: #374e9d;
    font-family: Pathway Extreme, sans-serif;
  }

  nav ul li a {
    padding-top: 0px;
    padding-right: 0px;
    text-decoration: none;
    color: #374e9d;
    font-size: 15px;
    font-weight: 500;
    font-family: Pathway Extreme, sans-serif;
    transition: 0.3s;
  }

  nav ul li a:nth-child(1) {
    margin-top: 10px;
  }

  label {
    width: 45px;
    height: 30px;
    position: relative;
  }

  label div {
    width: 100%;
    height: 5px;
    background: #10172f;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 99px;
    transition: 0.3s;
    transform: scale(1);
  }

  label div:nth-child(1) {
    top: 0;
  }

  label div:nth-child(2) {
    top: 30%;
  }

  label div:nth-child(3) {
    top: 60%;
  }

  input:checked+header nav {
    height: 100vh;
  }

  input:checked+header label div:nth-child(1) {
    transform: rotate(45deg);
    top: 30%;
  }

  input:checked+header label div:nth-child(3) {
    transform: rotate(-45deg);
    top: 30%;
  }

  input:checked+header label div:nth-child(2) {
    transform: scale(0);
    opacity: 0;
  }

  .bg-navbar {
    background-color: #fccc00;
    width: 48px;
    height: 48px;
    border-radius: 50px;
  }

  .bg-menu {
    margin: 15px 0px 0px 10px;
  }

  .bg-menu div {
    height: 1px;
    width: 30px;
    top: 0px;
  }

  /* Navigation Bar Selesai */

  /* Section One */
  .section-one .title {
    color: #161f3f;
    font-size: 30px;
    font-family: Pathway Extreme, sans-serif;
    font-weight: 700;
  }

  swiper-container {
    width: 80%;
    height: 100%;
  }

  .sideleft-section1,
  .sideright-section1 {
    display: none;
  }

  .sideleft-section1-mobile {
    position: absolute;
    margin-top: -250px;
    display: block;
  }

  .sideright-section1-mobile {
    position: absolute;
    margin-top: -50px;
    float: right;
    right: 0;
    display: block;
  }

  /* Section One End */

  /* Section Two */
  .section-two .title {
    font-size: 20px;
    font-weight: 200;
    margin-top: 60px;
  }

  @keyframes typing {
    from {
      width: 0;
    }

    to {
      width: 100%;
    }
  }

  .typing-effect {
    display: none;
  }

  .typing-effect-mobile {
    font-size: 28px;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 1.9s steps(40, end);
  }

  .our-medsos {
    font-size: 20px;
    font-weight: 400;
  }

  /* Section Two End */

  /* Section Three */
  .our-service-one .title {
    text-align: center;
    font-size: 20px;
    font-family: 500;
    margin-top: 92px;
  }

  .our-service-one .sub-title {
    text-align: center;
    font-size: 32px;
    margin-top: 48px;
  }

  .our-service-two .col-md-3 {
    display: none;
  }

  .our-service-two li,
  .our-service-three li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style-type: none;
    margin-left: -40px;
  }

  .our-service-two li img,
  .our-service-three li img {
    width: 186px;
  }

  .our-service-two .title,
  .our-service-three .title {
    text-align: center;
    font-size: 20px;
  }

  .our-service-two .sub-title,
  .our-service-three .sub-title {
    text-align: center;
    font-size: 14px;
  }

  .section-tiga .side-left {
    display: none;
  }

  /* Smooth glide override */
  #carouselExampleDarkWebProduct .carousel-item,
  #carouselExampleDarkMobileProduct .carousel-item {
    transition: transform 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    will-change: transform;
  }

  /* Keep items in flow during transition so both are visible simultaneously */
  #carouselExampleDarkWebProduct .carousel-inner,
  #carouselExampleDarkMobileProduct .carousel-inner {
    display: flex;
  }

  #carouselExampleDarkWebProduct .carousel-item,
  #carouselExampleDarkMobileProduct .carousel-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* .our-service-three li  {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -50px;
    }   */

  /* .our-service-three li img {
        width: 186px;
    }   */

  /* .our-service-three .title {
        text-align: center;        
        font-size: 20px;
    } */

  /* .our-service-three .sub-title {
        text-align: center;
        font-size: 14px;
    }         */
  /* Section Three End */

  /* Section Four */
  .section-empat .title {
    font-size: 20px;
    text-align: center;
  }

  .section-empat .sub-title {
    font-size: 32px;
    text-align: center;
  }

  .section-empat .card .card-body .title {
    font-size: 24px;
  }

  .section-empat .card .card-body .sub-title {
    font-size: 16px;
  }

  .section-empat .btn-read {
    font-size: 28px;
  }

  .section-empat .carousel-indicators,
  #testimoni .carousel-indicators,
  #team .carousel-indicators {
    gap: 14px;
  }

  .section-empat .carousel-indicators li,
  #testimoni .carousel-indicators li,
  #team .carousel-indicators li {
    width: 14px;
    height: 14px;
  }

  hr {
    display: block;
  }

  /* Section Four End */

  /* Section Five */

  .section-lima {
    background-color: #161f3f;
    height: 865px;
    margin-bottom: 106px;
  }

  .section-lima .container .title {
    text-align: center;
    font-size: 20px;
    color: #848aa5;
    margin: 92px 0px 0px 0px;
  }

  .section-lima .container .sub-title {
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin: 32px 0px 0px 0px;
  }

  .section-lima .card .container .img-testimoni {
    position: absolute;
    width: auto;
    border-radius: 100%;
    width: 72px;
    height: 72px;
    object-fit: cover;
  }

  .pic-testimo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: -20px 0px 0px 135px;
  }

  .section-lima .card .name {
    margin: -185px 0px 0px 0px;
    font-size: 20px;
  }

  .section-lima .card .btn {
    margin: -142px 0px 0px 0px;
  }

  .section-lima .card .desk {
    line-height: 28px;
  }

  .bg-section-lima img {
    height: 500px;
    width: auto;
  }

  .bg-section-lima {
    display: block;
    position: absolute;
    margin-top: -415px;
    margin-left: -300px;
  }

  /* Section Five End */

  /* Section Gallery */

  .gallery .title {
    font-size: 20px;
  }

  .gallery .sub-title {
    font-size: 32px;
  }

  .gallery .img-1 {
    float: none;
    width: 323px;
    height: 323px;
    object-fit: cover;
  }

  .gallery .img-2 {
    width: 155px;
    height: 160px;
    float: right;
    object-fit: cover;
  }

  .gallery .img-3 {
    width: 155px;
    height: 160px;
    float: left;
    object-fit: cover;
  }

  .gallery .img-4 {
    /* width: 324px;
    height: 120px;
    margin-top: -12px;
    float: none; */

    position: relative;
    left: 0;
    bottom: 0;
    width: 85%;
    height: auto;
  }

  /* Section Gallery End */

  /* Section News & Blog */
  .news-blog .title {
    font-size: 20px;
  }

  .news-blog .sub-title {
    font-size: 32px;
  }

  /* Section News & Blog End */

  /* Section Six */
  .section-enam {
    display: none;
  }

  .section-enam-mobile .row {
    display: block;
  }

  .section-enam-mobile {
    background-image: url("/assets/image/bg-mobile-section6.svg");
    background-size: contain;
    background-repeat: no-repeat;
    /* width: 100%; */
    height: 838px;
    display: flex;
  }

  .section-enam-mobile .title {
    color: #848aa5;
    font-size: 20px;
    font-family: Pathway Extreme, sans-serif;
    font-weight: 400;
    margin-top: 104px;
  }

  .section-enam-mobile .sub-title {
    color: #fff;
    font-size: 32px;
    font-family: Pathway Extreme, sans-serif;
    font-weight: 600;
    margin-top: 32px;
  }

  .section-enam-mobile .ket {
    color: #fff;
    font-size: 16px;
    font-family: Pathway Extreme, sans-serif;
    font-weight: 400;
    padding-top: -10px;
  }

  .section-enam-mobile button {
    border: none;
    border-radius: 120px;
    width: 181px;
    height: 48px;
    margin-top: 72px;
    position: relative;
    overflow: hidden;
  }

  .section-enam-mobile button a {
    color: #555a71;
    font-size: 16px;
    font-family: Pathway Extreme, sans-serif;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 11px;
  }

  .section-enam-mobile button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;

    width: 100%;
    height: 100%;
    background-color: #fccc00;
    transition: left 0.3s ease;
    z-index: 0;
  }

  .section-enam-mobile button:hover::before {
    left: 0;
  }

  /* Section Six End */

  /* Footer */
  .img-footer {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer,
  .row {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .menus-footer .title {
    padding-top: 60px;
    font-size: 18px;
    margin-bottom: 40px;
  }

  .menus-footer .footer-up {
    margin-top: -25px;
  }

  #footer #footer-up {
    margin-top: -50px;
  }

  #footer .address .title br {
    display: none;
  }

  #navigation {
    text-align: start;
    padding-left: 30px;
  }

  .footer-bottom-left {
    justify-content: center !important;
    margin-bottom: 16px;
  }

  .footer-bottom-right {
    justify-content: center !important;
  }

  /* Footer End */
}

/* Responsive Mobile End */

/* Custom Pagination */
.custom-pagination {
  display: flex;
  background-color: #F6F8FF;
  border-radius: 999px;
  padding: 4px;
  gap: 2px;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.custom-pagination::before {
  content: '';
  position: absolute;
  background-color: #374E9D;
  border-radius: 999px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  top: 4px;
  bottom: 4px;
  left: 0;
  width: var(--bullet-width, 0px);
  transform: translateX(var(--bullet-offset, 4px));
  z-index: 0;
}

.custom-pagination-bullet {
  font-family: Pathway Extreme, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #374E9D;
  background: transparent;
  width: auto;
  height: auto;
  padding: 8px 20px;
  border-radius: 999px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: color 0.3s, opacity 0.3s, font-weight 0.3s;
}

.custom-pagination-bullet.active {
  background-color: transparent;
  color: #ffffff;
  opacity: 1;
  font-weight: 700;
}

#news-blog .blog-item .card,
#news-blog .news-item .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

#news-blog .blog-item .card a,
#news-blog .news-item .card a {
  color: inherit;
  text-decoration: none;
}

#news-blog .blog-item .card:hover a,
#news-blog .news-item .card:hover a {
  color: inherit;
  text-decoration: none;
}

#news-blog .blog-item .card .keterangan,
#news-blog .news-item .card .keterangan {
  margin-bottom: 0.85rem;
  text-align: left;
  line-height: 1.55;
  min-height: calc(1.55em * 3);
  max-height: calc(1.55em * 3);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#news-blog .news-item .card img,
#news-blog .blog-item .card img {
  overflow: hidden;
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

#news-blog .news-item .card:hover img,
#news-blog .blog-item .card:hover img {
  transform: scale(1.05);
}

#news-blog .blog-item .card .keterangan:hover,
#news-blog .news-item .card .keterangan:hover {
  text-decoration: none;
}

#news-blog .blog-item .card .d-flex,
#news-blog .news-item .card .d-flex {
  margin-top: auto;
}