* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Mohave", sans-serif;
  overflow-x: hidden;
}

.navbar-brand {
  color: red;
  font-weight: bold;
  font-size: 15pt;
  font-family: "Noto Serif", serif;
}
.navbar-brand:hover {
  color: red;
}

.nav-color {
  background-color: hsl(0 10% 100% / 0.2);
  backdrop-filter: blur(2px);
  transition: all ease-in-out 0.3s;
}

.bg-transparent {
  transition: all ease-in-out 0.3s;
}

.logo {
  display: flex;
  justify-items: center;
  justify-content: space-between;
}

.carousel-item img {
  margin-top: -100px;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  filter: brightness(70%);
}

nav {
  display: flex;
  position: fixed;
  justify-content: space-around;
  min-height: 10vh;
  height: 50px;
  width: 100%;
  color: black;
  align-items: center;
  z-index: 10;
  align-content: center;
  transition: 400ms ease-in-out;
}

nav ul {
  list-style: none;
  width: 45%;
  justify-content: space-around;
}

.primary-navigation {
  padding: 0;
  margin: 0;
  align-items: center;
}

nav ul li a {
  color: black;
  text-decoration: none;
}
.link {
  color: black;
}
.link:hover {
  color: rgb(196, 243, 218);
}

.link1 {
  color: black;
}
.link1:hover {
  color: rgb(196, 243, 218);
  background-color: rgb(51, 51, 51);
}

header {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

header img {
  min-height: 100vh;
  width: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  filter: brightness(90%);
}
/* section {
  display: flex;
  min-height: 100vh;
  background-color: black;
  scroll-snap-type: y mandatory;
  scroll-snap-align: start;
}
section h1 {
  width: 500px;
  display: flex;
  font-size: 50px;
  font-weight: 600;
  color: red;
  margin-top: 90px;
} */
section ul {
  display: flex;
  margin-bottom: 10px;
}
section ul li {
  list-style: none;
  background: rgb(179, 230, 184);
  color: #fff;
  padding: 8px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}
section ul li.active {
  background: rgb(0, 153, 70);
  color: #fff;
}
.product {
  display: flex;
  flex-wrap: wrap;
}
.product .itembox {
  position: relative;
  width: 300px;
  margin: 5px;
}
.gallery {
  margin-top: 3px;
}
.fill {
  background-color: rgb(196, 243, 218);
  text-align: center;
}
.fill1 {
  background-color: rgb(186, 214, 189);
  text-align: center;
}
.judultabel {
  margin-top: 50px;
}

#borepile {
  background-color: #fff;
  margin-bottom: 40px;
}
#borepile h1 {
  color: red;
  font-size: 50px;
  margin-top: 100px;
  font-weight: 600;
}
#borepile p {
  color: black;
  font-size: 16px;
}

#borepile a {
  color: blue;
}
#borepile img {
  display: flex;
  width: 100%;
}
#borepile video {
  display: flex;
  width: 100%;
}
#ibpile {
  background: #fff;
}

#tbpile {
  background: #fff;
  margin-bottom: 40px;
}
.wrap h5 {
  margin-top: 100px;
  z-index: 9999;
  position: relative;
  color: #fff;
}
.wrap p {
  color: #fff;
  font-size: 18px;
}
.wrap a {
  color: #fff;
  text-decoration: none;
}
.isi h1 {
  margin-top: 50px;
}
.button1 {
  width: 120px;
  height: 30px;
  position: relative;
  margin-right: 5px;
  text-align: center;
  align-content: center;
  border-radius: 25px;
  border: 2px solid rgb(0, 153, 70);
  font-weight: bold;
  background: rgb(0, 153, 70);
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  z-index: 999;
}
.button1:hover {
  background: transparent;
  border: 2px solid #fff;
}
#ibpile img {
  display: flex;
  width: 100%;
}
#ispile img {
  display: flex;
  width: 100%;
}
#tpancang img {
  display: flex;
  width: 100%;
}
#tpancang h1 {
  color: red;
  font-weight: 600;
}
#tpancang {
  background: #fff;
  margin-bottom: 40px;
}
#bbeton img {
  display: flex;
  width: 100%;
}
#bbeton h1 {
  color: red;
  font-weight: 600;
}
#ispile {
  background: #fff;
  margin-bottom: 50px;
}
#ispile h1 {
  margin-top: 50px;
  color: red;
  font-weight: 600;
}
#tspile {
  background: #fff;
  margin-bottom: 40px;
}
#strausspile {
  background-color: rgb(214, 244, 207);
  padding-bottom: 40px;
}
#strausspile h1 {
  color: red;
  font-size: 50px;
  margin-top: 100px;
  font-weight: 600;
}
#strausspile p {
  color: black;
  font-size: 16px;
}
#strausspile a {
  color: blue;
}
#strausspile img {
  display: flex;
  width: 100%;
}
#tiangpancang {
  background-color: #fff;
  margin-bottom: 40px;
}
#tiangpancang h1 {
  color: red;
  font-size: 50px;
  margin-top: 100px;
  font-weight: 600;
}
#tiangpancang p {
  color: black;
  font-size: 16px;
}
#tiangpancang a {
  color: blue;
}
#tiangpancang img {
  display: flex;
  width: 100%;
}
#beton {
  background-color: rgb(214, 244, 207);
  padding-bottom: 40px;
}
#beton h1 {
  color: red;
  font-size: 50px;
  margin-top: 100px;
  font-weight: 600;
}
#beton p {
  color: black;
  font-size: 16px;
}
#beton a {
  color: blue;
}
#beton img {
  display: flex;
  width: 100%;
}
#tbbeton {
  background: #fff;
  margin-bottom: 40px;
}
#tbbeton h1 {
  margin-top: 50px;
}
#bbeton {
  background-color: #fff;
}
#beton h4 {
  margin-top: 20px;
}
#tbbeton button {
  font-weight: bold;
  color: rgb(0, 153, 70);
  border: none;
  margin-left: 10px;
}
#tbbeton .nav-item {
  font-size: 18px;
  width: 200px;
  background-color: rgb(196, 243, 218);
  margin-left: 0;
}
#tbbeton .active {
  color: rgb(15, 70, 29);
  background-color: rgb(196, 243, 218);
}
#tbbeton h4 {
  margin-left: 10px;
}
#tbbeton p {
  margin-left: 10px;
}

#artikel {
  background-color: #fff;
  min-height: 100vh;
}
#artikel h1 {
  color: red;
  font-size: 50px;
  font-weight: 600;
  margin-top: 100px;
}

#tentang h1 {
  color: red;
  font-size: 50px;
  font-weight: 600;
  margin-top: 100px;
}
#tentang {
  background-color: rgb(214, 244, 207);
}
#kontak {
  background-color: rgb(51, 51, 51);
  min-height: 60vh;
}
#kontak h1 {
  color: red;
  font-size: 50px;
  font-weight: 600;
  margin-top: 100px;
}
#kontak h6 {
  font-size: 35px;
  font-weight: 600;
  padding-top: 20px;
}
#kontak p {
  display: flex;
  font-size: 16px;
  color: #fff;
  align-content: center;
  margin-top: -30px;
  padding-left: 45px;
}
.content {
  text-align: center;
}
.content h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}
.content h2:hover {
  -webkit-text-stroke: 0.3px #fff;
  color: transparent;
}
.content p {
  font-size: 20px;
  color: #fff;
}

.changeColor {
  background-color: hsl(0 0% 80% / 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.changeColor .logo img {
  color: green;
}

.mobile-nav-toggle {
  display: none;
}

.flex {
  display: flex;
  gap: var(--gap, 1rem);
}

.grid {
  display: grid;
  gap: var(--gap, 1rem);
}

.d-block {
  display: block;
}
.table {
  color: rgb(0, 153, 70);
  font-size: 15px;
}
h2 {
  font-size: 30px;
  color: red;
  font-weight: 600;
  margin-top: 10px;
}
h3 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
}
h4 {
  font-size: 19px;
  font-weight: 600;
}
h5 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  /* text-shadow: 1px 1px 10px grey; */
}
h6 {
  font-size: 22px;
  color: #fff;
  text-shadow: 1px 10px 20px grey;
  padding-bottom: 210px;
}
p {
  font-size: 16px;
}

.button-primary {
  width: 100px;
  height: 30px;
  background-color: red;
  border: none;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 100px;
  text-decoration: none;
}
.carousel-control-next {
  display: none;
}
.carousel-control-prev {
  display: none;
}

#artikel img {
  display: flex;
  width: 100%;
}
#tentang img {
  display: flex;
  width: 100%;
}
#tentang h2 {
  font-size: 35px;
  display: flex;
}
.primary-navigation li .nav-link {
  color: black;
}
.primary-navigation li .nav-link:hover {
  color: rgb(179, 230, 184);
}
#copyright {
  min-height: 6vh;
  background-color: rgb(51, 51, 51);
  margin-top: -10px;
}
#copyright p {
  color: #fff;
  font-size: 11px;
}
hr {
  width: 100%;
  border: 0;
  border-bottom: 1px solid#fff;
  margin: 10px auto;
}
.floating-container {
  position: fixed;
  display: flex;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: 0;
  margin: 45px 15px;
  z-index: 9999;
}
.floating-container:hover {
  height: 170px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(7, 7, 7, 0.6);
  transform: translateY(5px);
  transition: all 0.3s;
}
.floating-button {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  border-radius: 50%;
  background-color: red;
  left: 0;
  right: 0;
  color: #fff;
  padding-top: 12px;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 15px 0;
  color: #fff;
  display: grid;
  place-items: center;
  z-index: 0;
  opacity: 0;
  cursor: pointer;
}
.floating-button img {
  width: 30px;
  display: flex;
  margin-top: 4px;
  justify-content: var(--gap) 10em;
}
.float-element:nth-child(1) {
  background: #42a5f4;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.float-element:nth-child(2) {
  background: #14e45a;
  box-shadow: 0 20px 20px -10px rgba(27, 160, 44, 0.5);
}
@keyframes come-in {
  0% {
    opacity: 0;
  }
  30% {
    transform: translateX(-50px) scale(0.4);
  }
  70% {
    transform: translateX(0px) scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  animation: come-in 0.4s forwards 0.4s;
}

.a {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: auto;
  scroll-snap-type: y mandatory;
}
.b {
  width: 100%;
  height: 100vh;
  background-size: cover;
  scroll-snap-align: start;
}
.b:nth-child(1) {
  background: url(../images/1.jpg);
}
.b:nth-child(2) {
  background: url(../images/23.jpg);
}

@media screen and (max-width: 1920px) {
  .carousel-caption h5 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    transition: 0.5s;
  }
  .carousel-caption h6 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15%;
  }
  #vidbpile .iframe-container {
    display: flex;
    width: 100%;
    height: 50%;
    justify-content: center;
  }
  #vidbpile .iframe-container iframe {
    display: flex;
    width: 100%;
    height: 30%;
    min-height: 65vh;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .primary-navigation {
    --gap: 2em;
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 60%;
    padding: max(30vh, 10rem) 1em;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    transform: translateX(100%);
    transition: all ease-in-out 0.3s;
    z-index: -1;
    background-color: #fff;
  }

  .primary-navigation[data-visible="true"] {
    transform: translateX(0%);
  }
  .mobile-nav-toggle {
    position: absolute;
    display: block;
    z-index: 9999;
    background-color: transparent;
    background-image: url(../images/menublack.png);
    width: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    aspect-ratio: 1;
    top: 1rem;
    right: 1rem;
  }

  .mobile-nav-toggle[aria-expanded="true"] {
    background-image: url(../images/closeblack.png);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .logo img {
    display: flex;
    top: 1rem;
    left: 1rem;
  }
  nav {
    width: 100%;
    justify-content: space-around;
  }
  nav ul {
    list-style: none;
    width: 10%;
    justify-content: space-around;
  }
  .navbar-brand {
    position: absolute;
    color: red;
    font-weight: bold;
    font-size: 13pt;
    align-items: center;
    top: 8px;
    left: 1rem;
  }
  .navbar-brand:hover {
    color: red;
  }
  #carouselExampleCaptions {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carousel-item img {
    min-height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(70%);
  }

  .content {
    text-align: center;
  }
  .content h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
  }
  .content p {
    font-size: 13px;
    color: #fff;
  }
  h5 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
  }
  h6 {
    padding-bottom: 100px;
  }

  .button-primary {
    width: 100px;
    height: 30px;
    background-color: red;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
  }
  .carousel-control-next {
    display: none;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-item img {
    display: flex;
    margin-top: 0;
  }
  .carousel-indicators {
    margin-bottom: 60px;
  }
  #ibpile img {
    display: flex;
    width: 100%;
  }
  #strausspile img {
    display: flex;
    width: 100%;
  }
  #tiangpancang img {
    display: flex;
    width: 100%;
  }
  #tpancang img {
    display: flex;
    width: 100%;
  }
  #bbeton img {
    display: flex;
    width: 100%;
  }
  #vidbpile .iframe-container {
    display: block;
    width: 100%;
    height: 50%;
    justify-content: center;
  }
  #vidbpile .iframe-container iframe {
    display: flex;
    width: 100%;
    height: 30%;
    min-height: 50vh;
    margin-bottom: 4px;
  }
  #tbbeton .nav-item {
    font-size: 18px;
    width: 200px;
    background-color: rgb(196, 243, 218);
    margin-left: 0;
  }
  #tbbeton .active {
    color: rgb(15, 70, 29);
    background-color: rgb(196, 243, 218);
  }
  #tbbeton button {
    margin-left: 10px;
  }
  #tbbeton h4 {
    margin-left: 10px;
  }
  #tbbeton p {
    margin-left: 10px;
  }
  #artikel img {
    display: flex;
    width: 100%;
  }
  #tentang img {
    display: flex;
    width: 100%;
  }
  #tentang h1 {
    font-size: 40px;
    width: 100%;
    display: flex;
  }
  #tentang h2 {
    font-size: 35px;
    width: 100%;
    display: flex;
  }
  #copyright {
    min-height: 4vh;
    background-color: rgb(51, 51, 51);
  }
  #copyright p {
    color: #fff;
    font-size: 9px;
  }
}

@media screen and (max-width: 576px) {
  .logo img {
    display: flex;
    align-content: center;
  }
  .carousel-item img {
    filter: brightness(70%);
  }

  .navbar-brand {
    color: red;
    font-weight: bold;
    font-size: 13pt;
    top: 8px;
    align-content: center;
  }
  .navbar-brand:hover {
    color: red;
  }
  .carousel-item img {
    min-height: 100vh;
    width: 100%;
    object-fit: cover;
    background-position-x: center;
    filter: brightness(90%);
  }

  .content {
    text-align: center;
  }
  .content h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
  }
  .content p {
    font-size: 11px;
    color: #fff;
  }

  .button-primary {
    width: 100px;
    height: 30px;
    background-color: red;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
  }
  .carousel-control-next {
    display: none;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-item img {
    margin-top: 0;
  }
  section h1 {
    width: 250px;
    display: flex;
    font-size: 40px;
    font-weight: 600;
    color: red;
    margin-top: 65px;
  }
  p {
    font-size: 15px;
    color: black;
  }
  #ibpile img {
    display: flex;
    width: 100%;
  }
  #ispile img {
    display: flex;
    width: 100%;
  }
  #bbeton img {
    display: flex;
    width: 100%;
  }
  #tpancang img {
    display: flex;
    width: 100%;
  }
  #strausspile img {
    display: flex;
    width: 100%;
  }
  #borepile img {
    display: flex;
    width: 100%;
  }
  #tbbeton .nav-item {
    font-size: 15px;
    width: 100px;
    background-color: rgb(196, 243, 218);
    margin-left: 0;
  }
  #vidbpile .iframe-container {
    display: block;
    width: 100%;
    height: 50%;
  }
  #vidbpile .iframe-container iframe {
    display: flex;
    width: 100%;
    height: 30%;
    min-height: 75vh;
    margin-bottom: 0;
  }
  #tbbeton .active {
    color: rgb(15, 70, 29);
    background-color: rgb(196, 243, 218);
  }
  #tbbeton button {
    margin-left: -8px;
  }

  #artikel img {
    display: flex;
    width: 100%;
  }
  #tentang img {
    display: flex;
    width: 100%;
  }
  #tentang h1 {
    font-size: 40px;
    width: 100%;
    display: flex;
  }
  #tentang h2 {
    font-size: 35px;
    width: 100%;
    display: flex;
    text-align: left;
  }
  h5 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 8px grey;
  }
  h6 {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 8px grey;
  }
  #copyright {
    min-height: 4vh;
    background-color: rgb(51, 51, 51);
  }
  #copyright p {
    color: #fff;
    font-size: 9px;
  }
  .carousel-caption h6 {
    margin-bottom: 0;
    font-size: 18px;
  }
  .carousel-caption h5 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .carousel-indicators {
    margin-bottom: 10px;
  }
  .wrap p {
    color: #fff;
    font-size: 15px;
  }
}

@media screen and (max-width: 350px) {
  .logo img {
    display: flex;
    align-content: center;
    width: 30px;
  }
  .carousel-item img {
    filter: brightness(70%);
  }

  .navbar-brand {
    color: red;
    font-weight: bold;
    font-size: 9pt;
    margin-top: 5px;
    align-content: center;
  }
  .navbar-brand:hover {
    color: red;
  }
  /*section {
    min-height: 100vh;
    display: flex;
    background-color: black;
  }
  section h1 {
    font-size: 50px;
  }*/
  .content {
    text-align: center;
  }
  .content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
  }

  .button-primary {
    width: 90px;
    height: 25px;
    background-color: red;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
  }
  .carousel-control-next {
    display: none;
  }
  .carousel-control-prev {
    display: none;
  }
  .carousel-item img {
    margin-top: 0;
  }
  .carousel-caption h6 {
    margin-bottom: 0;
    font-size: 18px;
  }
  .carousel-caption h5 {
    margin-bottom: 10px;
    font-size: 38px;
  }
  .carousel-indicators {
    margin-bottom: 10px;
  }
  section h1 {
    width: 250px;
    display: flex;
    font-size: 40px;
    font-weight: 600;
    color: red;
    margin-top: 70px;
  }
  #strausspile img {
    display: flex;
    width: 100%;
  }
  #borepile img {
    display: flex;
    width: 100%;
  }

  #tiangpancang img {
    display: flex;
    width: 100%;
  }
  #artikel img {
    display: flex;
    width: 100%;
  }
  #ispile img {
    display: flex;
    width: 100%;
  }
  #ibpile img {
    display: flex;
    width: 100%;
  }
  #tpancang img {
    display: flex;
    width: 100%;
  }
  #bbeton img {
    display: flex;
    width: 100%;
  }

  #vidbpile .iframe-container {
    display: block;
    width: 100%;
    height: 50%;
  }
  #vidbpile .iframe-container iframe {
    display: flex;
    width: 100%;
    height: 30%;
    min-height: 75vh;
    margin-bottom: 4px;
  }
  #tbbeton .nav-item {
    font-size: 15px;
    width: 89px;
    background-color: rgb(196, 243, 218);
    margin-left: 0;
  }
  #tbbeton .active {
    color: rgb(15, 70, 29);
    background-color: rgb(196, 243, 218);
  }
  #tbbeton button {
    margin-left: -17px;
  }

  #artikel h2 {
    font-size: 30px;
  }
  #tentang img {
    display: flex;
    width: 100%;
  }
  #tentang h1 {
    font-size: 40px;
    width: 100%;
    display: flex;
    text-align: left;
  }
  #tentang h2 {
    font-size: 30px;
    width: 100%;
    display: flex;
    text-align: left;
  }
  #kontak h1 {
    margin-top: 30px;
  }
  h5 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
  }
  p {
    font-size: 15px;
    color: black;
  }
  h3 {
    font-size: 12px;
  }
  h6 {
    font-size: 17px;
    text-shadow: 1px 1px 8px grey;
  }
  #copyright {
    min-height: 4vh;
    background-color: rgb(51, 51, 51);
    margin-top: -10px;
  }
  #copyright p {
    color: #fff;
    font-size: 9px;
  }
  .wrap p {
    color: #fff;
    font-size: 15px;
  }
}
