body {
    font-family: 'poppins',sans-serif;
}

section {
    padding-top: 4rem;
}

/* Navbar */
.navbar {
    background-color: #fffae891;
    backdrop-filter: blur(4px);
    
}

.navbar a {
    color: #C07F00;
}

.navbar a:hover {
    color: #ffaa00;
}

.navbar .navbar-nav .nav-link.active {
    font-weight: 700;
    color: #C07F00;
}

.navbar-brand {
    font-family: 'tangerine', cursive;
    font-size: 2rem;
    font-weight: 700;
    height: 2rem;
    display: flex;
    align-items: center;
}

/* Carousel Hero */
.c-item {
    height: 730px;
}

.c-img {
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
margin-bottom: 10rem;
}

.carousel-caption h1 {
    font-size: 3rem;
    font-weight: 700;
    
}

.carousel-caption a {
    background-color: #d89000;
    color: #fff;
    font-weight: 500;
    }

.carousel-caption a:hover {
    background-color: #C07F00;
    color: #fff;
   
}

.carousel-caption .caption-1 {
    text-shadow: 2px 2px 10px #392600;
    color: #ffffff;
    font-weight: 700;
}

.carousel-caption .caption-2 {
    text-shadow: 2px 2px 10px #392600;
    color: #ffefd0;
    font-weight: 700;
}

.carousel-caption h2 {
    text-shadow: 2px 2px 10px #392600;
    color: #ffffff;
    font-weight: 700;
}

.carousel-caption .caption-2 {
    color: #fff;
}

/* Services */

.services {
    padding-top: 4rem;
}

.services h2 {
    font-size: 2rem;
    color: #C07F00;
    font-weight: 500;
    padding-bottom: 2rem;
}

.card-img-top {
  width: 200px;
}

.card {
    border-radius: 20px;
    margin-top: 2rem;
    object-fit: cover;
}

.card-title {
    color: #C07F00;
    font-weight: 700;
}
.card-text {
    color: #714b00;
}

.services .card .btn {
    color: #fff;
    font-weight: 500;
    background-color: #C07F00;
}

.card .btn:hover {
    color: #fff;
    font-weight: 700;
    background-color: #916000;
}

.card .sosmed {
  color: #C07F00;
  padding-bottom: 1rem;
  font-size: 1rem;
  text-decoration: none;
}

.card .sosmed:hover {
  color: #C07F00;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

/* About */

.page-section {
    color: #C07F00;
  margin-top: 1rem;
}

.section-heading {
    padding-bottom: 4rem;
    font-size: 2rem;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none;
  }
  .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #e9ecef;
  }
  .timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
  }
  .timeline > li:after, .timeline > li:before {
    display: table;
    content: " ";
  }
  .timeline > li:after {
    clear: both;
  }
  .timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: white;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #C07F00;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
  }
  .timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
  .timeline > li:last-child {
    margin-bottom: 0;
  }
  .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
    margin-top: 0;
    color: inherit;
  }
  .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
    text-transform: none;
  }
  .timeline .timeline-body > ul,
  .timeline .timeline-body > p {
    margin-bottom: 0;
  }


  @media (min-width: 768px) {
    .timeline:before {
      left: 50%;
    }
    .timeline > li {
      min-height: 100px;
      margin-bottom: 100px;
    }
    .timeline > li .timeline-panel {
      float: left;
      width: 41%;
      padding: 0 20px 20px 30px;
      text-align: right;
    }
    .timeline > li .timeline-image {
      left: 50%;
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 13px;
      line-height: 18px;
      margin-top: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding: 0 30px 20px 20px;
      text-align: left;
    }
  }
  @media (min-width: 992px) {
    .timeline > li {
      min-height: 150px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px;
    }
    .timeline > li .timeline-image {
      width: 150px;
      height: 150px;
      margin-left: -75px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      font-size: 18px;
      line-height: 26px;
      margin-top: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 20px 20px;
    }
  }
  @media (min-width: 1200px) {
    .timeline > li {
      min-height: 170px;
    }
    .timeline > li .timeline-panel {
      padding: 0 20px 20px 100px;
    }
    .timeline > li .timeline-image {
      width: 170px;
      height: 170px;
      margin-left: -85px;
    }
    .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
      margin-top: 40px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      padding: 0 100px 20px 20px;
    }
  }

  /* Gallery */
  .gallery h2 {
    color: #C07F00;
    font-size: 2rem;
    font-weight: 500;
  }

  .gallery p {
    color: #C07F00;
    font-size: 1rem;
    font-weight: 500;
  }

  /* Team */
  .team h2 {
    color: #C07F00;
    font-size: 2rem;
    font-weight: 500;
  }

  .team h3 {
    padding-bottom: 2rem;
  }

  .team-member {
    margin-bottom: 3rem;
    text-align: center;
  }
  .team-member img {
    width: 14rem;
    height: 14rem;
    border: 0.5rem solid rgba(0, 0, 0, 0.1);
  }
  .team-member h4, .team-member .h4 {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .team-member a {
    color: #C07F00;
    font-size: 30px;
    padding-left: 1rem;
  }

  /* ======= Footer ======== */
  
  footer a {
    text-decoration: none;
    font-weight: 500;
  }

  footer {
    background-color: #C07F00;

  }

  /* Media Quaries */
/* Phone */
@media (max-width: 767.98px) { 
  .carousel-caption {
      margin-bottom: 5rem;
   }
      
  .carousel-caption h1 {
       font-size: 1.6rem;
       
  }
  
  .c-item {
      height: 480px;
   }
  
   footer {
    font-size: 12px;
   }

  .timeline .timeline-body {
    font-size: 15px;
  }
  
}   