*{
	padding: 0;
	margin: 0;
	font-family: sans-serif;
}
 a{
 	color: inherit;
 	text-decoration: none;
 }
.medsos {
	padding:5px 0;
	background-color: #148f77;
}
.medsos ul li {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
}
.container{
	width: 80%;
	margin: 0 auto;
}
.container:after {
	content: '' ;
	display: block;
	clear: both;
}

header h1 {
	float: left;
	padding: 15px 0;
	color: #148f77;
}
header ul {
	float:right;
}
header ul li {
	display: inline-block;
}
header ul li a {
	padding: 25px 20px;
	display: inline-block;
	color: black;
	
}
header ul li a:hover {
    color: white; 
    background-color: #148f77; 
}
header ul li a.active {
    color: white; 
    background-color: #148f77; 
}
.banner {
	height: 60vh;
	background-image: url('../img/banner.jpg');
	position: relative;
	display: flex;
	justify-content:center;
	align-items: center;
}
.banner:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(20, 143, 119, .6);
}
.banner h2 {
	color: white;
	z-index: 1;
	padding: 20px 25px;
	border: 3px solid white;
}
section {
	padding: 50px 0;
}
section h3 {
	text-align: center;
	padding: 20px 0;
	color: green;
	margin-bottom: 20px;
}
.about,
.service {
	padding-bottom: 0px;
	text-align: center;
}
.about p{
	color:#666;
	word-spacing: 2px;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: center;

}

.about .container .swiper {
	margin-bottom: 0px;
	margin-top:  0px;
}

.about .container {
    text-align: center; /* Pusatkan konten teks di dalamnya */
    margin-top: 0px;
    margin-bottom:  30px;
}

.about .container h1 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 100px;
}

.about .container h3 {
	margin-top: .20px;
	margin-bottom: 0px;
}

.about .container img {
    max-width: 25%;
    height: auto; /* Pastikan proporsi gambar terjaga */
    border-radius: 10px; /* Opsional: Berikan efek sudut melengkung */
}

.about .container p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pojok em {
    font-style: italic;
    color: #148f77;
}

.budidaya

.budidaya .service {
	padding-bottom: 0px; 
 }

.budidaya  p{
	color:#666;
	word-spacing: 2px;
	line-height: 25px;
	margin-bottom: 0px;
	text-align: center;
}

.budidaya .container {
    text-align: center; /* Pusatkan konten teks di dalamnya */
    margin-top: 0px;
    margin-bottom:  100px;
}


.budidaya .container h3 {
	margin-top: .20px;
	margin-bottom: 0px;
}

.budidaya .container h4{
	margin-top:  30px;
	margin-bottom:10px;
	text-align: center;
}

.budidaya .container img {
    max-width: 25%;
    height: auto; /* Pastikan proporsi gambar terjaga */
    border-radius: 10px;
}

.service {
	background-color: #f9f9f9;
}
.box {
	color: green 
}
.box:after {
	content: '';
	display: block;
	clear: both;
}
.box .col-4 {
	width: 25%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	float: left;
}
.icon {
	width: 70px;
	height: 70px;
	border: 1px solid;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size: 20px;
	margin:0 auto;
}
.box .col-4 h4 {
	margin: 20px 0;
}
footer {
	padding: 30px 0;
	background-color: #333;
	color: white;
	text-align: center;
	margin-top: 50px;
}
.bg-loader{
	background-color: #eee;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-loader .loader {
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	border-radius: 50%;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	animation:puterin 1s linear infinite;
}
.label {
	background-color: #148f77;
	color: white;
}
@keyframes puterin {
	100%{
		transform: rotate(360deg)
	}
}
@media screen and (max-width: 768px) {
    .container { 
        width: 90%;
    }
    header h1 {
        text-align: center;
        float: none;
    }
    header ul{
    	text-align: center;
    	float: none;
    }
.box .col-4{
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
}
/* Swiper Styles */
.swiper {
    width: 100%;
    height: 300px;
    margin-bottom:10px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4; /* Warna latar belakang default */
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
    border-radius: 1000px;/*engkung di tepi gambar */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Tambahkan bayangan */
}

/* Tombol Navigasi */
.swiper-button-next,
.swiper-button-prev {
    color: #148f77; /* Warna tombol navigasi */
    font-size: 20px;
}

/* Pagination */
.swiper-pagination-bullet {
    background: #148f77; /* Warna indikator */
    opacity: 0.7;
}

.swiper-pagination-bullet-active {
    background: #333; /* Warna indikator aktif */
}

.banner {
    height: 60vh; /* Tinggi banner */
    display: flex; /* Gunakan Flexbox untuk tata letak */
    justify-content: center;
}

/* Responsif */
@media screen and (max-width: 768px) {
    .swiper {
        height: 250px; /* Sesuaikan tinggi slider untuk perangkat kecil */
    }
    .swiper-slide img {
        max-width:100%;
    }
}

/* === Hero section start ====*/

.hero-weeds {
  background: #f4f4f4;
  padding: 80px 0;
  font-family: 'Arial', sans-serif;
}

.container-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.hero-left {
  flex: 1;
  min-width: 300px;
}

.hero-left h1 {
  font-size: 48px;
  color: #333;
  margin-bottom: 10px;
}

.typed-text {
  font-size: 32px;
  color: #00b894;
  font-weight: bold;
  min-height: 40px;
  border-right: 2px solid #00b894;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px; /* tambahkan jarak ke bawah */
}

.hero-left p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}

.cta-btn {
  padding: 15px 30px;
  background-color: #ff5722;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s ease;
  display: inline-block;
  margin-top: 10px;
}

.cta-btn:hover {
  background-color: #e64a19;
}

.hero-right {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.hero-right img {
  max-width: 90%;
  height: auto;
  max-height: 400px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}






