html {
  width: 100%;
  height: 100%;
}

/* untuk overlay/highlight background image */
:root {
  --primary: #00000050;
  --secondary: #00000050;

}

body {
  width: 100%;
  height: 100%;
  background-color: white;
  font-family: "Poppins", sans-serif;
}

/* Navbar */
.navbar-brand {
  font-family: Viga;
  font-size: 20px;
}

.nav-link {
  text-transform: uppercase;
  font-size: 16px;
  color: white !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.navbar-brand {
  color: #da0000 !important;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

a.dropdown-item.text-white:hover {
  color: #444;
  background: #444;
}

/* Akhir Navbar */

.flex-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-brands div {
  width: 25%;
  text-align: center;
  margin-bottom: 20px; /* Mengatur jarak antar brand */
}
/* BACKGROUND */
.background-container {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Mengatur tinggi sesuai dengan tinggi viewport */
  overflow: hidden;
  /* Menghilangkan scroll gambar latar belakang */
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

/* SLIDESHOW AWAL */
/* Styling untuk teks pada slideshow */
.slider {
  overflow: hidden;
}

.item {
  overflow: hidden;
  display: none;
  background-size: cover;
  /* Agar gambar background mengisi seluruh area */
  height: 100%;
  /* Ubah ke height: 100% */
  width: 100%;
  /* Ubah ke width: 100% */
}

.active {
  display: block;
}

/* SLIDESHOW AKHIR */

/* JUMBOTRON RESPONSIVE */

/* AKHIR JUMBOTRON RESPONSIVE */
.jumbotron.landing-page {
  position: relative;
  z-index: 1;
  /* Mengatur jumbotron berada di atas gambar latar belakang */
  text-align: center;
  /* Mengatur konten jumbotron agar terpusat */
  padding: 100px 0;
  /* Atur padding agar jumbotron berada di tengah vertikal */
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.landing-page h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  font-family: Viga;
}

.jumbotron.landing-page h3 {
  font-family: "Pacifico", cursive;
  color: #da0000;
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
}

.jumbotron.landing-page p {
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.banner img:hover {
  cursor: zoom-in;
}

.jumbotron.dinamicoil {
  padding-top: 6rem;
  background-image: url(../img/background/bgdinamic.png);
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
  background-size: cover;
  background-position: center center;
}

.jumbotron.dinamicoil p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

.jumbotron.transtecno {
  padding-top: 6rem;
  background-image: url(../img/background/bgtranstecno.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffff;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.transtecno p {
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.marelli {
  padding-top: 6rem;
  background-image: url(../img/background/marellibg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffff;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.marelli p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.jumbotron.technomotori {
  padding-top: 6rem;
  background-image: url(../img/background/technobg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffff;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.technomotori p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}


.jumbotron.aokman {
  padding-top: 6rem;
  background-image: url(../img/background/aokman.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffff;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.aokman p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}


.jumbotron.spp {
  padding-top: 6rem;
  background-image: url(../img/background/spp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffff;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.spp p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.jumbotron.enc {
  padding-top: 6rem;
  background-image: url(../img/background/encbgg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffff;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.enc p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.jumbotron.italgroup {
  padding-top: 6rem;
  background-image: url(../img/background/italbg.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #ffff;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.italgroup p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.jumbotron.compomac {
  padding-top: 6rem;
  background-image: url(../img/background/compomacbg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffff;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.compomac p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.733);
}

.jumbotron.danfoss {
  padding-top: 6rem;
  background-image: url(../img/background/danfossbg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffff;
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.danfoss p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.jumbotron.application {
  padding-top: 6rem;
  background-image: url(../img/background/SugarMills2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.jumbotron.application p,
.jumbotron.application h1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.767);
}

.about-profile {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(135deg, var(--primary), var(--secondary)), url(../img/background/bgprofile.JPG);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
  box-shadow: 1px 1px 2px rgb(0, 0, 0);
}

.about-profile h2 {
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  font-family: Viga;
  color: #da0000;
}

.about-profile h4 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.jumbotron.contact {
  background-color: #fac138;
  padding-top: 6rem;
  color: white;
}

.jumbotron.contact img {
  max-width: 400px;
}

.visimisi h5,
.visimisi ul,
.visimisi p,
.visimisi i {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.pKiri,
.pKanan {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: 1s;
}

.pKanan {
  transform: translate(50px, 0);
}

.pKiri.pTampil,
.pKanan.pTampil {
  opacity: 1;
  transform: translate(0, 0);
}

/* Carousel Banner Index */
.carousel-caption p,
.carousel-caption h5 {
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

/* BUTTON CAROUSEL */
.btn-carousel {
  position: absolute;
  bottom: 20px;
  /* Atur jarak dari bawah */
  left: 50%;
  /* Atur posisi horizontal tengah */
  transform: translateX(-50%);
  /* Pusatkan tombol secara horizontal */
  display: inline-block;
  padding: 10px 20px;
  background-color: crimson;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: transform 0.3s, background-color 0.3s;
}

.btn-carousel:hover {
  background-color: darkred;
  transform: scale(1.1) translateX(-50%);
}


/* AKHIR BUTTON CAROUSEL */

/* Akhir Carousel Index */

/* Carousel Slider Product */
.clearfix {
  max-width: 300px;
  border: solid rgba(0, 0, 0, 0.5);
}

.carousel-inner.produk>.item {
  position: relative;
}

.carousel-caption.produk {
  position: absolute;
}

.carousel-caption.produk p {
  text-shadow: 2px 2px 2px rgb(255, 255, 255);
}

.carousel-control-prev.produk,
.carousel-control-next.produk {
  position: absolute;
}

/* Carousel End */

/* Product */

/* .product .card {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 0.5s;
  width: 100%;
  height: 100%;
}

.product .card.tampil {
  opacity: 1;
  transform: translate(0, 0);
} */

/* Akhir Product */

/* Sertifikat */
.sertifikat img {
  cursor: zoom-in;
}

section {
  padding-top: 1rem;
}

iframe {
  padding-top: 4rem;
}

/* Gallery Zoom */

img {
  max-width: 100%;
}

.gallery img {
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s;
}

.gallery img:hover {
  transform: scale(1.1);
}

#gallery-modal .modal-img {
  width: 100%;
}

/* Akhir Gallery Zoom */

/* CONTAINER BAGIAN SLIDER JUMBOTRON */
.container-slider {
  margin-right: 10px;
  margin-left: 10px;
  height: 450px;
}

.btn-keunggulan {
  text-shadow: 1px 1px 1px black;
  background-color: #fac138;
  color: white;
  font-weight: bolder;
  width: 150px;
}

.btn-keunggulan:hover {
  background-color: #a38234;
}

.container-slider-dalam {
  text-align: center;
  /* Pusatkan teks */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* Atur ketinggian agar elemen berada di tengah vertikal */
}

/* AKHIR CONTAINER BAGIAN SLIDER JUMBOTRON */

/* Halaman Contact Us Container Alamat */

.alamat ul li a {
  text-decoration: none;
  color: rgb(0, 120, 141);
}

.alamat ul li a:hover {
  color: black;
  text-decoration: underline;
}

/* icon sosmed */

.container-fluid.icon img {
  max-width: 60px;
}

/* Footer */

.footer-bottom p a {
  color: #52607e;
  text-decoration: none;
}

.footer-bottom p a:hover {
  color: white;
  text-decoration: underline;
}

.footer-left p a {
  color: white;
  text-decoration: none;
}

.footer-left p a:hover {
  color: #52607e;
  text-decoration: underline;
}

/* Whatsapp Pojok Kanan Bawah Yang Nempel*/
.whatsapptempel {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-whatsapptempel {
  margin-top: 16px;
}

.imgwhatsapptempel {
  padding-bottom: 10px;
}

/* Akhi  Whatsapp Pojok Kanan Bawah */

/* BAGIAN UNTUK KELEBIHAN */
.k-judul {
  text-align: center;
  justify-content: center;
  font-weight: bolder;
}

.container1,
.container2,
.containerunggul1,
.containerunggul2,
.containerunggul3,
.containerunggul4,
.containerunggul5,
.containerunggul6,
.containerunggul7 {
  padding: 10px;
  max-width: 100%;
  max-height: auto;
}

.bagian1,
.bagian2 {
  flex: 0 0 auto;
  width: 50%;
}

.bagian1 {
  text-align: center;
  align-self: center;
}

.judulataskanan {
  align-self: center;
  width: 50%;
}

.product-details {
  padding: 15px;
  background-color: grey;
}

.container1 {
  background-color: white;
}

.container1,
.container2,
.containerunggul1,
.containerunggul2,
.containerunggul3,
.containerunggul4,
.containerunggul5,
.containerunggul6,
.containerunggul7,
.lastone {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 20px;
  background-color: white;
}

.product-description {
  text-align: justify;
}

/* AKHIR DARI KELEBIHAN */