/*Navbar*/

.navbar {
  position: relative;
  z-index: 1;
}

.navbar-brand {
  font-family: Viga;
  font-size: 32px;
}
.hover-bold:hover {
  font-weight: bold;
}

/*Utility*/
.tombol {
  text-transform: uppercase;
}

/*Jumbotron*/
.jumbotron {
  background-image: url(asset/htcanggu/slide-foto/sewahtcanggu_Hilton.webp);
  background-size: cover;
  height: 540px;
  /* text-align: center; */
  position: relative;
}

.jumbotron .container {
  position: relative;
  z-index: 1;
}

.jumbotron::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
}

.jumbotron .display-4 {
  color: white;
  margin-top: 150px;
  font-weight: 200;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  font-size: 38px;
  margin-bottom: 30px;
}

.jumbotron .display-4 span {
  font-weight: 500;
}

/*Info-Panel*/
.info-panel {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  margin-top: -100px;
  background-color: white;
  padding: 30px;
}

.info-panel img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.info-panel h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}

.info-panel p {
  font-size: 14px;
  /* color: #acacac; */
  margin-top: -5px;
  font-weight: 200;
}

/* Deskripsi Perusahaan */
.deskripsi h1 {
  text-align: center;
}
.deskripsi p {
  font-size: 16px;
  text-shadow: 2px 2px 2px silver;
  text-align: justify;
  text-indent: 30px;
}

/*Portofolio*/
.portofolio {
  margin-top: 120px;
  text-align: center;
}

.portofolio h3 {
  font-size: 40px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 30px;
}

.portofolio h3 span {
  font-weight: 500;
}

.portofolio p {
  font-size: 18px;
  /* color: #acacac; */
  font-weight: 200;
  margin: 30px 0;
}

/* HT */
.HT {
  margin-top: 200px;
}

.HT .border {
  border: 5px solid #d5ac8b !important;
}

.HT p {
  line-height: 1.2;
}
/*EARTEC*/
#EARTEC img {
  border: 5px solid #d5ac8b !important;
  width: 300px;
  height: 300px;
}

/* Testimoni */
.testimoni {
  margin-top: 100px;
}

.testimoni h5 {
  text-align: center;
  font-weight: 200;
  font-style: italic;
  font-size: 24px;
}

.testimoni figure img {
  width: 60px;
  margin: 20px 10px 10px;
  opacity: 0.5;
}

.testimoni figure img.utama {
  width: 90px;
  opacity: 1;
  margin-top: 5px;
}

.testimoni figure h5 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #1c2c5d;
}

.testimoni figure p {
  font-size: 12px;
  color: #acacac;
}

.testimoni figcaption {
  text-align: center;
  margin-top: -5px;
}

.term-and-condition {
  background-color: whitesmoke;
  margin-top: 100px;
  border-radius: 20px;
  padding: 10px;
}

.term-and-condition h5 {
  font-size: 16px;
}

.term-and-condition p {
  font-size: 12px;
  font-weight: 200;
}

.term-and-condition img {
  display: inline-block;
  width: 30px;
  border-radius: 5px;
}

.term-and-condition p span {
  font-weight: 500;
  color: black;
}

.footer {
  margin-top: 100px;
}

.footer p {
  color: #acacac;
  font-size: 18px;
}

/*Desktop Version*/
@media (min-width: 992px) {
  .navbar-brand,
  .nav-link {
    /* color: white !important; */
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
  }

  .nav-link {
    text-transform: uppercase;
    margin-right: 30px;
  }

  .nav-link:hover::after {
    content: "";
    display: block;
    border-bottom: 3px solid #0b63dc;
    width: 50%;
    margin: auto;
    padding-bottom: 5px;
    margin-bottom: -8px;
  }

  .jumbotron {
    margin-top: -75px;
    height: 640px;
  }

  .jumbotron .display-4 {
    font-size: 72px;
  }
  .f-viga {
    text-indent: 80px;
  }

  .portofolio {
    text-align: left;
  }

  .portofolio h3 {
    font-size: 53px;
  }
  /* HT  */
  /* .col-lg-3 {
    display: none;
  } */
  /* End HT  */

  /*Eartec*/
  #EARTEC img {
    height: auto;
    width: auto;
  }
  /*End Eartec*/

  .testimoni h5 {
    font-size: 32px;
  }

  .term-and-condition {
    padding: 25px;
  }

  .term-and-condition h5 {
    font-size: 24px;
  }

  .term-and-condition p {
    font-size: 18px;
  }
  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
/*Costum sewa ht klungkung*/
table,
th,
td {
  border: 1px solid white;
  border-collapse: collapse;
}
th,
td {
  width: 100px;
  background-color: #96d4d4 !important;
}
