/* FONTS */
@import url(../css/clash-display.css);

/* VARIABLES */
:root {
    --c-dark: #212529;
    --c-brand: #385288;
    --c-brand-light: #47b5e0;
    --c-brand-rgb: 20, 18, 36 ;
    --c-body: #727272;
    --c-footer: #f0f0f0;
    --font-base: "FontBold", sans-serif;
    --font-bold: "FontBold" serif;
    --box-shadow: 0px 15px 25px rgba(0,0,0,0.08);
    --transition: all 0.5s ease;;
}

/* RESET & HELPERS */
body {
    font-family: var(--font-base);
    background-color: var(--c-dark);
    color: var(--c-body);
    overflow-x: hidden;
}

h2, h3,h4, h5, h6,
 .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    color: var(--c-footer);
}

h1,
.h1 {
    font-weight: 400;
    font-family: var(--font-bold);
    color: var(--c-footer);
} 
    
/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--c-dark);
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: var(--c-brand);
    border-radius: 10px;
    margin: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: var(--c-brand-light);
  }

a {
    text-decoration: none;
    color: var(--c-brand);
    transition: var(--transition);
}

a:hover {
    color: var(--c-brand-light);
}

img {
    max-width: 100%;
    height: 50;
}

.logo-brand {
    max-width: 5.5rem;
}

.logo-footer {
    max-height: 90px;
    background-color: var(--c-footer);
    border-radius: 10px;
}


.theme-shadow {
    box-shadow: var(--box-shadow);
}

.section-padding {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-padding-home {
    padding : 100px

}

.bg-grey {
    background-color: rgba(255,255,255,0.1);
}

.text-cadetblue {
    color: cadetblue;
}

.contour {
    box-shadow: 15px 15px 0px  var(--c-footer);
    border-radius: 10px;
}

.text-justify {
    text-align: justify;
    text-justify: auto;
}

/* IMAGE ZOOM */
.image-zoom2 {
    position: relative;
    /* overflow: hidden; */
}

.image-zoom-wrapper {
    overflow: hidden;
    position: relative;
}

.image-zoom-wrapper img{
     transition: var(--transition);
}

.image-zoom2:hover .image-zoom-wrapper img {
    transform: scale(1.1);
}

.image-comp {
    max-height: 300vh;
}


table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    border-collapse: collapse;
    text-align: center;
    font-weight: bold;
    background-color: #f4f4f4;
}

th {
    background-color: var(--c-brand);
    font-weight: bold;
    color: #f4f4f4;

}

caption {
    caption-side: top;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

.table-container {
    max-width: 800px;
    margin: 0 auto;
}

.scrollable-table {
    border: 1px solid #ccc;
}

.scrollable-table tbody {
    display: block;
    max-height: 250px;
    overflow-y: auto;
}

.scrollable-table thead, .scrollable-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrollable-table thead {
    background-color: #f4f4f4;
}

/* TABEL 2 */
.table-container2 {
    max-width: 1100px;
    margin: 0 auto;
}

.scrollable-table2 {
    border: 1px solid #ccc;
}

.scrollable-table2 tbody {
    display: block;
    max-height: 600px;
    overflow-y: auto;
}

.scrollable-table2 thead, .scrollable-table2 tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrollable-table2 thead {
    background-color: #f4f4f4;
}



/* NAVBAR */
/* Navbar Styles */
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background-color: var(--c-dark);
    transition: all 0.5s;
    padding: 10px 0;
  }

  /* Tambahkan untuk menyembunyikan header */
.header-hidden {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
  
  /* Tambahkan untuk header saat scroll */
  .scrolled {
    background-color: rgba(0, 0, 0, 0.9); /* Ubah warna sesuai kebutuhan */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }
  
  
  #header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  #header .logo a {
    color: #fff;
  }
  
  #header .logo a span {
    color: #51b1ff;
  }
  
  #header .logo img {
    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 40px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 10px;
    line-height: 0;
    margin-left: 3px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #51abff;
  }
  
  .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;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #151515;
    font-weight: 400;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    background-color: #51abffc6;
  }
  
  .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: 992px) {
    .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(0, 0, 0, 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;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #151515;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover > a {
    color: #151515;
    background-color: #51b1ff;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  
  .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;
    color: #151515;
  }
  
  .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 {
    background-color: #51b1ff;
  }
  
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }

/* Search Bar - visible by default */

.search-bar-container {
  display: flex;
  position: absolute;
  top: 50%; /* Center vertically */
  right: 22%; /* Adjust as needed */
  transform: translateY(-50%); /* Center vertically */
  background: var(--c-dark); /* Dark background */
  border: 1px solid white; /* White border */
  border-radius: 10px;
  padding: 7px;
  width: 160px; /* Adjust width as needed */
  height: 35px;
  align-items: center;
  opacity: 1;
  pointer-events: auto; /* Allow interaction */
  transition: background 0.3s ease; /* Smooth transition */
}

/* Search Button */
.search-btn {
  background: transparent; /* Make the background transparent */
  border: none; /* Remove any border */
  cursor: pointer;
  color: white; /* Set the icon color to white */
}

/* Search Input */
.search-bar-container .search-input {
  border: none;
  outline: none;
  padding: 8px;
  font-size: 13px;
  width: 100%; /* Full width */
  background: transparent; /* Make input background transparent */
}

/* Change background color on focus */
.search-bar-container:focus-within {
  background: white; /* White background on focus */
}
.search-bar-container:focus-within .search-btn {
  color: var(--c-dark); /* White background on focus */
}

  .search-input .autocom-box {
  min-width: 180px;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
  font-size: 0.75rem;
}

  .search-input.active .autocom-box {
  padding: 5px 10px 5px 10px;
  opacity: 1;
  pointer-events: auto;
}

.autocom-box li {
  list-style: none;
  padding: 2px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

  .search-input.active .autocom-box li {
  display: block;
}
.autocom-box li:hover {
  background: #51b1ff;
}


@media (min-width: 320px) and (max-width: 480px) {
  .container .navbar-toggler-collapsed{
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }
  
  .navbar-collapse {
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }

  .navbar-toggler {
      position: absolute;
      display: block; /* Show the toggler button */
      right: 5%;
      top: 7px;
  }

  .navbar-toggler.active + .navbar-collapse {
      display: block; /* Show navbar items when toggled */
      height: 100%;
  }

  .search-bar-container {
      width: 35%;
      position: absolute; 
      top: 25px; /* Adjust position */
      left: 35% !important;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .container .navbar-toggler-collapsed{
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }
  
  .navbar-collapse {
      display: visible; /* Hide navbar items by default */
      right: 0%;
      top: 50%;
  }

  .navbar-toggler {
      position: absolute;
      display: block; /* Show the toggler button */
      right: 3%;
      top: 7px;
  }

  .navbar-toggler.active + .navbar-collapse {
      display: block; /* Show navbar items when toggled */
      height: 100%;
  }

  .search-bar-container {
      position: absolute; 
      top: 25px; /* Adjust position */
      left: 50%;
  }
}
/*--------------------------------------------------------------
# Back to top button

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

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

.back-to-top:hover {
  background: #151515;
}

.back-to-top:hover i {
  color: #51b1ff;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #151515;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #51b1ff;
  border-top-color: #151515;
  border-bottom-color: #151515;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/gambar01.jpeg") top center;
  background-size: cover;
  position: relative;

}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #51abff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #51b1ff;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #51b1ff;
}

#hero .icon-box:hover {
  border-color: #51b1ff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  padding-bottom: 40px;
}


.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0273d5;
}

.videointro {
  top: 0;
  left: 0;
  width: 60%;
  height: 450px;
  border-radius: 15px;
  box-shadow: 5px 5px 5px 5px #62b6ff;
          
}

.centerall {
  display: flex;
  justify-content: center;
  margin: auto;
}

@media (max-width: 768px) {
  .section-title p {
    margin: 0;
    margin: 0;
    font-size: 26px;
  }
  .kapal2024 {
    width: 30px;
  }
  .videointro {

    height: 250px;
    width: 85%;
  }
  .boxhp {
    width: 90%;
  }

  .centerhp {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .tinggigambar {
    height: 120px;
  }

 
}

@media (max-width: 992px) {
  
  .boxtab {
    width: 90%;
  }

  .centertab {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .videointro {

    height: 350px;
    width: 85%;
  }
  .tinggigambar {
    height: 300px;
  }

}
@media (max-width: 1200px) {
  
  .tinggigambar {
    height: 160px;
  }

}

@media (min-width: 1200px) {
  .tinggigambar {
    height: 210px;
  }

}
@media (min-width: 1400px) {
  .tinggigambar {
    height: 250px;
  }

}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

#ghome1 {
  border-radius: 10px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #51b1ff;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding-top: 20px;
}

.clients .swiper-slide img {
  opacity: 0.8;
  transition: 0.3s;
  filter: grayscale(80);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51b1ff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 20px;
}

.features .icon-box {
  padding-left: 15px;
}

.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #51b1ff;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
 width: 300px;
 height: 320px;
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: auto;
  border-radius: 20px;
}
.logosponsor {
  width: 250px;
}

.services .icon-box .icon {
  margin: auto;
 
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: 0.3s;
}

.sizelogosu {
  width: 350px;
}
.sizelogopa {
  width: 200px;
}


.services .icon-box .icon i {
  color: #151515;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #151515;
  transition: ease-in-out 0.3s;
}




.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #51b1ff;
  border-color: #51b1ff;
  color: #151515;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #151515;
  background: #51b1ff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(21, 21, 21, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #51b1ff;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #51b1ff;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51b1ff;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 21, 21, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .content {
  padding: 30px 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #151515;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #51b1ff;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #151515;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #3b3b3b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #626262;
}

.counts .image {
  background: url("../img/counts-img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 992px) {
  .counts .image {
    text-align: center;
  }

  .fontbulan{
    font-size: 5pt;
  }

  .counts .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
  background: url("../img/fotbar.JPG") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}



.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51b1ff;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #51b1ff;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/* FOOTER */
.border-light {
  box-shadow: 0px -5px 12px var(--c-brand-light);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.border-round {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

/* General Footer Styles */
footer {
  padding-top: 80px;
  color: var(--c-footer);
}

.pfooter {
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.RYP {
  padding-top: 10px;
}

.map-footer {
  margin-top: 0;
  padding-top: 0;
}

.footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Line styles */
.line {
  width: 150px;
  height: 4px;
  background-color: var(--c-brand);
  margin: 8px 0; /* Jarak atas dan bawah */
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 5px;
}

.social-icons a {
  font-size: 24px;
  color: white;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: var(--c-brand);
}

/* Useful Links */
footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

footer ul li i {
  margin-right: 0.2rem;
  font-size: 16px;
  color: var(--c-footer);
}

footer ul li a {
  margin-left: 0;
  font-size: 16px;
  color: var(--c-footer);
}

/* Contact Section */
.row .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

footer ul {
  margin: 0;
}

footer ul li {
  word-wrap: break-word; /* Agar teks tidak terpotong */
  font-size: 0.95rem; /* Ukuran teks lebih kecil */
}

/* button ke atas */
/* style.css */
#scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: none; /* Tombol tersembunyi secara default */
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
  opacity: 0; /* Awal transparan */
  transform: translateY(20px); /* Posisi awal untuk animasi */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Transisi untuk efek */
}

/* Lingkaran di belakang tombol */
#scrollToTop::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #007BFF;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: background-color 0.3s;
}

/* Ikon panah */
#scrollToTop i {
  font-size: 24px;
  color: white;
  z-index: 1;
}

/* Hover efek */
#scrollToTop:hover::before {
  background-color: #0056b3;
}

/* Saat tombol aktif */
#scrollToTop.show {
  display: block; /* Pastikan tombol terlihat */
  opacity: 1; /* Tombol menjadi terlihat */
  transform: translateY(0); /* Reset posisi */
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  background: #51b1ff;
  color: #151515;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #484848;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

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

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

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

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

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #51b1ff;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #51b1ff;
  border: 0;
  padding: 10px 24px;
  color: #151515;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffcd6b;
}

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*
#searchButton {
  margin-right: 20px;
  border: none;
  margin-bottom: 5px;
  background-color: transparent;
  top: 5px;
  position: absolute;
}

#searchBox {
  position: absolute;
  font-size: x-small;
  width: 150px;
  height: 30px;
  padding-left: 8px;
  border-radius: 20px;
  top: 5px;
}

#suggestionBox {
  position: absolute;
  top: 45px;
  margin-right: 20px;
  right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(255, 255, 255);
  min-width: 180px;
  border-radius: 5px;
  font-size: small;
}*/

@media (max-width: 370px) {
  .grid-container {
    display: grid;
    grid-template-columns: 90%;
    padding-left: 10px;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  }
    
}

@media (min-width: 370px) {
  .grid-container {
    display: grid;
    grid-template-columns: 90%;
    padding-left: 30px;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  }
    
}
@media (min-width: 576px) {
  .grid-container {
    display: grid;
    grid-template-columns: 100%;
  }
  .container-media {
    position: absolute;
    left: -10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .grid-item-2 {
    padding-bottom: 30px;
  }
  .grid-item-3 {
    padding-bottom: 30px;
  } 

}

@media (min-width: 768px) {
  .grid-container {
    display: grid;
    grid-template-columns: 60% 40%;
    padding-left: 0px;
}
.container-media {
  position: absolute;
  left: 0px;
  top: 40px;
  max-width: 180px;
}
.pfooter {
  padding-top: 60px;
  padding-right: 10px;
}
.grid-item-1 {
  padding-right: 50px;
}
}




@media (min-width: 992px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 30% 15% 30%;
    padding-left: 0px;
  }
  .grid-item-2 {
    padding-left: 40px;
  }
  .wrapper {
    position: absolute;
    right: 0px;
    max-width: 400px;
    margin: 0px 0px auto;
  }

  .footerbuv11 {
    padding-left: 50px;
  }

  .footerbuv12 {
    padding-left: 30px;
  }
  .container-media {
    position: absolute;
    right: 10px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .container-media {
    position: absolute;
    right: -80px;
    top: 40px;
    max-width: 180px;
  }
}

@media (min-width: 1200px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 35% 20% 20%;
    padding-left: 0px;
  }
  .grid-item-2 {
    padding-left: 90px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }
  .container-media {
    position: absolute;
    right: -20px;
    top: 40px;
    max-width: 180px;
  }
}
@media (min-width: 1400px) {
  .grid-container {
    display: grid;
    grid-template-columns: 25% 37% 18% 20%;
    padding-left: 0px;
  }

  .container-media {
    position: absolute;
    right: -60px;
    top: 40px;
    max-width: 180px;
  }
  .pfooter {
    padding-top: 60px;
    padding-right: 10px;
  }

  .grid-item-2 {
    padding-left: 120px;
  }
}

.footerbuv13 {
  position: relative;
}




.grid-item-4 {
  position: relative
}




