:root {
  --primary: rgb(187, 18, 18);
  --bg: #010101;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

/* UTILITY */
body {
  font-family: "Poppins";
  background-color: var(--bg);
  color: #fff;
  overflow: overlay;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
/* Scrollbar */

/* width */
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: lightgrey;
}

::-webkit-scrollbar-corner {
  background: lightgrey;
}

.tombol {
  text-transform: uppercase;
  border-radius: 40px;
}

.tombol-contact {
  border-radius: 10px;
}

.pt-6 {
  padding-top: 4rem;
}

h3 {
  font-family: "Lato", sans-serif;
}

h2 {
  font-family: "Roboto", sans-serif;
}

/* NAVBAR */

.navbar {
  padding: 20px 0;
  z-index: 2;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0)
  );
  transition: all 1s ease-in-out;
}

.navbar-ex {
  padding: 0px !important;
}

.bayangan {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.fadeout {
  transition: all 1s ease-in-out;
}

.navbar-brand {
  font-family: Viga;
  font-size: 20px;
}

.logo {
  height: 17px;
  margin-top: -4px;
  margin-right: 10px;
}

/* JUMBOTRON */
.jumbotron {
  background-size: cover;
  height: 700px;
  vertical-align: middle;
  position: relative;
  transition: all 1s ease-in-out;
}

/* flexible jumbotron */
@media (min-height: 600px) {
  .jumbotron {
    height: 600px;
    padding-top: 15rem;
  }
}
@media (min-height: 660px) {
  .jumbotron {
    height: 665px;
    padding-top: 16rem;
  }
}
@media (min-height: 740px) {
  .jumbotron {
    height: 768px;
    padding-top: 18rem;
  }
}
@media (min-height: 800px) {
  .jumbotron {
    height: 800px;
    padding-top: 19rem;
  }
}
@media (min-height: 840px) {
  .jumbotron {
    height: 850px;
    padding-top: 21rem;
  }
}
@media (min-height: 890px) {
  .jumbotron {
    height: 915px;
    padding-top: 22rem;
  }
}

.display-4 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;
}

.display-4,
h1 {
  background: linear-gradient(
    to right,
    #f3aa21,
    #ff0000,
    #ff8800,
    #00ccff,
    #eedd44
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.lead {
  color: white;
  font-weight: 400;
  font-size: 15px;
}

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

/* PROFILE */
.carousel {
  padding-top: 0;
}
.carousel-caption {
  color: white;
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}
.ket-service h3 {
  color: #20c997;
}

#more {
  display: none;
}
#more1 {
  display: none;
}
#more2 {
  display: none;
}

.ket-service,
.carousel {
  font-family: "Poppins", sans-serif;
}

.deskripsi {
  font-size: 14px;
  color: rgb(64, 64, 73);
}

.c-more {
  font-size: small;
  color: rgb(143, 143, 143);
  text-decoration: none;
  cursor: pointer;
}

/* NERACA */
.container .row .title {
  padding-bottom: 2rem;
}

/* HP VERSION */
@media (max-width: 992px) {
  .jumbotron {
    background-position-x: center;
    background-image: url(../img/kaos_parikesit-1.jpg);
  }

  .carousel-caption {
    font-size: xx-small;
  }

  .carousel-caption h5 {
    font-size: small;
  }

  .navbar-brand {
    background: linear-gradient(
      to right,
      #f3aa21,
      #ff0000,
      #ff8800,
      #00ccff,
      #eedd44
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
}

/* DESKTOP VERSION */
@media (min-width: 992px) {
  /* NAVBAR */
  .nav-link {
    text-transform: uppercase;
    margin-right: 20px;
  }

  .navbar-brand,
  .nav-link {
    color: white !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }

  .navbar-brand {
    font-size: 26px;
  }

  .logo {
    height: 22px;
    margin-top: -4px;
    margin-right: 10px;
  }

  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid rgb(1, 247, 255);
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }

  /* VIDEOTRON */
  .videotron {
    z-index: -100;
    position: absolute;
    padding-top: 0;
  }
  video {
    width: 100% !important;
    height: auto !important;
  }
  .videotron::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      to right,
      rgba(255, 0, 0, 0.3),
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7),
      rgba(0, 102, 255, 0.3)
    );
    position: absolute;
    bottom: 0;
  }

  /* JUMBOTRON */

  .jumbotron {
    min-height: 700px !important;
  }

  .display-4 {
    padding-top: 2rem;
    font-size: 62px;
  }
  .lead {
    font-size: 25px;
    margin-top: -1rem;
  }

  /* PROFILE */
  .carousel {
    padding-top: 1rem;
  }
  .carousel-item {
    height: 450px;
  }

  .carousel-caption {
    z-index: 1;
  }
  .carousel::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      0deg,
      rgb(1, 1, 3, 1) 5%,
      rgba(255, 255, 255, 0) 25%
    );
    position: absolute;
    bottom: 0;
  }
}
.row-gal {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column-gal {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column-gal img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column-gal {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column-gal {
    flex: 100%;
    max-width: 100%;
  }
}
