:root{
    --color-1: #C79626;
}
body,
html {
  font-family: "Lato", sans-serif;
}

ul{
	list-style: none;
}
a{
	text-decoration: none;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.align-items-center{
	align-items: center;
}
.justify-content-between{
	justify-content: space-between;
}
/*header*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-1);
	z-index: var(--z-fixed);
	transition: .4s;
    z-index:9999;
}

.navbottom {
	display: none;
}

header.fixed-top {
    background-color: #C79626;
  }
/*=============== HEADER ===============*/



section.section-2{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: white;
	padding:10px;
  }
  
  #header_top { 
	font-size: 22px;
	color: #a57504;
	padding-left: 10px;
	padding-right: 10px;
	align-items: center;
	display: flex;
	justify-content: center;
  }

.header .logo,
.header .nav{
	padding: 10px 15px;
}
.header .logo a{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
}
.header .nav ul li{
	display: inline-block;
	margin-left: 40px;
}
.header .nav ul li a{
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	padding: 10px 0;
	transition: all 0.5s ease;
}
.header .nav ul li a.active,
.header .nav ul li a:hover{
	color: #110c04;
}
.nav-toggler{
	height: 30px;
	width: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	border:none;
	display: none;
	margin-right: 15px;
}
.nav-toggler:focus{
	outline: none;
	box-shadow: 0 0 15px rgba(255,255,255,0.5);
}

.nav-toggler span{
    height: 2px;
    width: 20px;
    background-color: var(--color-1);
    display: block;
    margin:auto;
    position: relative;
    transition: all 0.3s ease;
}
.nav-toggler.active span{
	background-color: transparent;
}
.nav-toggler span::before,
.nav-toggler span::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: var(--color-1);
	transition: all 0.3s ease;
}
.nav-toggler span::before{
	transform: translateY(-6px);
}
.nav-toggler.active span::before{
	transform: rotate(45deg);
}
.nav-toggler span::after{
	transform: translateY(6px);
}
.nav-toggler.active span::after{
	transform: rotate(135deg);
}

.konten_main{
	margin-top:10px;
	margin-bottom:40px; 
	margin-left: auto; 
	margin-right: auto;
}

.konten_antam{
	margin-top:10px; 
	margin-bottom:40px; 
	margin-left: auto; 
	margin-right: auto;
}

/* Footer Start */


.site-footer {
    padding: 75px 0 30px;
    background-color: #a57504;
  }
  
  .site-footer h2 {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .site-footer h2 a {
    color: inherit;
    text-decoration: none;
  }
  
  .site-footer .social-icons {
    margin-top: 20px;
    column-gap: 15px;
  }
  
  .site-footer .social-icons li a {
    height: 41px;
    width: 41px;
    border-radius: 41px;
    background-color: #C79626;
    color: white;
    font-size: 17px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .site-footer .social-icons li a i {
    line-height: 1;
  }
  
  .site-footer h3 { 
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  
  .site-footer .footer-menu {
    row-gap: 25px;
  }
  
  .site-footer .footer-menu li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: inherit;
    text-decoration: none;
  }
  
  .site-footer .copyright {
    margin: 70px 0 0;
  }
  
  /* Footer End */

  @media screen and (max-width: 992px) {

  
    .site-footer p {
      font-size: 16px;
      line-height: 25px;
    }
  
    .site-footer .col-md-4 {
      width: 25%;
    }
  
    .site-footer .col-md-3 {
      width: 33.33%;
    }
  
    .site-footer .footer-menu li a {
      font-size: 16px;
    }
  
    .site-footer .footer-menu {
      row-gap: 15px;
    }
  }

@media(max-width:991px){
   .nav-toggler{
   	display: block;
   }
   .header .nav{
   	width: 100%;
   	padding:0;
	margin-top: 15px;
   	max-height: 0px;
   	overflow: hidden;
   	visibility: hidden;
   	transition: all 0.5s ease;
   }
   .header .nav.open{
   	visibility: visible;
   }
   .header .nav ul{
   	margin-top: 12px;
   	border-top:1px solid rgba(255,255,255,0.2);
   }
   .header .nav ul li{
   	display: block;
   	margin:0;
   }

   .nav {
	  height: calc(var(--header-height) + 1.5rem); /* 4.5rem */
	}

   .konten_main{
	margin-top:10px;
	margin-bottom:40px; 
	margin-left: auto; 
	margin-right: auto;
	}

    .konten_antam{
		margin-top: -50px; 
		margin-bottom:40px; 
		margin-left: auto; 
		margin-right: auto;
	}

}



.nav__name {
	font-size: var(--tiny-font-size);
	/* display: none;*/ /* Minimalist design, hidden labels */
  }

  @media screen and (max-width: 320px) {
	.nav__name {
	  display: none;
	}
  }


  /* For medium devices */
@media screen and (min-width: 576px) {
	.nav__list {
	  justify-content: center;
	  column-gap: 3rem;
	}

    .site-footer .row {
        row-gap: 30px;
      }
    
      .site-footer .copyright {
        margin: 30px 0 0;
        text-align: left;
      }
    
      .site-footer {
        padding: 60px 0 30px;
      }
    
      .site-footer .col-md-4,
      .site-footer .col-md-3 {
        width: 100%;
      }

  }

  @media screen and (min-width: 767px) {
	body {
	  margin: 0;
	}
	.section {
	  padding: 7rem 0 2rem;
	}
	.nav {
	  height: calc(var(--header-height) + 1.5rem); /* 4.5rem */
	}
	.nav__img {
	  display: none;
	}
	.nav__toggle{
	  display: none;
	}
	.nav__icon {
	  display: none;
	}
	.nav__name {
	  font-size: var(--normal-font-size);
	  /* display: block; */ /* Minimalist design, visible labels */
	}
	.nav__link:hover {
	  color: var(--first-color);
	}
  
	/* First design, remove if you choose the minimalist design */
	.active-link::before {
	  content: '';
	  position: absolute;
	  bottom: -.75rem;
	  width: 4px;
	  height: 4px;
	  background-color: var(--first-color);
	  border-radius: 50%;
	}
  
	/* Minimalist design */
	/* .active-link::before{
		bottom: -.75rem;
	} */ 


	.site-footer .row {
        row-gap: 30px;
      }
    
      .site-footer .copyright {
        margin: 30px 0 0;
        text-align: left;
      }
    
      .site-footer {
        padding: 60px 0 30px;
      }
    
      .site-footer .col-md-4,
      .site-footer .col-md-3 {
        width: 100%;
      }

      
    
  }
  
  /* For large devices */
  @media screen and (min-width: 1024px) {
	.container {
	  margin-left: auto;
	  margin-right: auto;
	}

    

	
  }

  /* For Bottom Navi */
  @media(max-width: 991px){
    

		.navbottom {
			position: fixed;
			bottom: 0;
			width: 100%;
			height: 55px;
			box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
			background-color: #ffffff;
			display: flex;
			overflow-x: auto;
			} 

		.navbottom__link {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			flex-grow: 1;
			min-width: 50px;
			overflow: hidden;
			white-space: nowrap;
			font-family: sans-serif;
			font-size: 13px;
			color: #444444;
			text-decoration: none;
			-webkit-tap-highlight-color: transparent;
			transition: background-color 0.1s ease-in-out;
		}

		.navbottom__link:hover {
			background-color: #eeeeee;
		}

		.navbottom__link--active {
			color: #a57504;
		}

		.navbottom__icon {
			font-size: 18px;
		}


		.site-footer p {
			font-size: 16px;
			line-height: 25px;
		  }
		
		  .site-footer .col-md-4 {
			width: 25%;
		  }
		
		  .site-footer .col-md-3 {
			width: 33.33%;
		  }
		
		  .site-footer .footer-menu li a {
			font-size: 16px;
		  }
		
		  .site-footer .footer-menu {
			row-gap: 15px;
		  }
  }

.chart-container {
    justify-content: center;
	
  display: flex;
  flex-direction: column;
	height:40vh; 
	width:80vw;
}


.parent-container {
    display: flex;
    flex-direction: column;

    height: 100vh; /* would cause overflow with body margin */
}


.outer-container {
    flex: 1; /* Stretch to fill available space */
    display: grid; place-items: center; /* Easy centering demo */
}

.inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
    justify-content: center;
}


  /* Hero Banner Start */

.hero-banner {
    background-color: #d7f5dc;
    padding: 120px 0 35px;
  }
  
  .hero-banner h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  
  .hero-banner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 37px;
  }
  
  .hero-banner a {
    padding: 20px 30px;
    line-height: 1;
  }
  
  .social-logos {
    background-color: #fff;
    padding: 44px 0;
  }
  /* Hero Banner End */

/* Footer Start */

.site-footer {
	padding: 75px 0 30px;
	background-color: #a57504;
  }
  
  .site-footer h2 {
	font-size: 39px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
  }
  
  .site-footer h2 a {
	color: inherit;
	text-decoration: none;
  }
  
  .site-footer .social-icons {
	margin-top: 20px;
	column-gap: 15px;
  }
  
  .site-footer .social-icons li a {
	height: 41px;
	width: 41px;
	border-radius: 41px;
	background-color: #a57504;
	color: white;
	font-size: 17px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  }
  
  .site-footer .social-icons li a i {
	line-height: 1;
  }
  
  .site-footer h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 25px;
  }
  
  .site-footer .footer-menu {
	row-gap: 25px;
  }
  
  .site-footer .footer-menu li a {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: inherit;
	text-decoration: none;
  }
  
  .site-footer .copyright {
	margin: 70px 0 0;
  }
  
  
  /* Footer End */
  




