li,
p {
  font-size: 18px;
}
@font-face {
  font-family: poppins;
  src: url("../font/Poppins-Regular.ttf");
}
body{
  font-family: poppins ;
}
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #d1914a;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #fff;
  height: 60px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px 10px 40px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;

  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 3px;
  left: 30px;
  background-color: #1acc8d;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 25px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #6fba3a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #01036f;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #1acc8d;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  /* left: 0; */
  /* bottom: 0; */
  /* background: rgba(1, 3, 91, 0.9); */
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 15px;
  transition: 0.3s;
}

.navbar-mobile ul {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s;
}

.navbar-mobile > ul > li > a:before {
  left: 20px;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul li,
.navbar-mobile .dropdown .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a,
.navbar-mobile .dropdown .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i,
.navbar-mobile .dropdown .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a,
.navbar-mobile .dropdown .dropdown ul a:hover,
.navbar-mobile .dropdown .dropdown ul .active:hover,
.navbar-mobile .dropdown .dropdown ul li:hover > a {
  color: #fff;
  background-color: #6fba3a;
}

/*.navbar-mobile .dropdown > .dropdown-active,
.navbar-mobile .dropdown .dropdown > .dropdown-active {
  display: block;
} */
/* hero */
#hero .banner-hero p{
  color: #233355;

}
#hero .banner-hero {
  padding: 180px 0 30px 0;
  font-size: 16px;
  width: 100%;
  height: auto;
  background-image: url("../assets/hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .btn-produk-hero {
  padding: 40px 0;
  font-size: 18px;
}
#hero .hero-left-text {
  padding: 20px 0;
  font-size: 20px;
}
#hero .hero-left-title {
  padding: 20px 0;
  font-size: 48px;
}
/* #hero .banner-hero {
} */
.hero-right {
  display: flex;
  align-items: end;
  justify-content: center;
  margin-bottom: -30px;
}
.img-hero-right {
  width: 90%;
  height: auto;
}
#main {
  color: #233355;
}
#main .production-results {
  padding: 60px 0;
}
#main .contact_us {
  padding: 160px 0;
  width: 100%;
  height: auto;
  background-image: url("../assets/contact_us.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#main .contact_us h1 {
  font-size: 32px;
  color: #fff;
}
#main .contact_us .btn-contact-us {
  padding-top: 40px;
  font-size: 16px;
}
.main-title {
  font-size: 32px;

  font-weight: bold;
}
.text-content-production {
  padding: 20px 0 10px 0;
}
.primary-btn {
  background-color: #233355;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  border: 2px #233355 solid;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, border 0.3s ease,
    color 0.3s ease;
}
.primary-btn:hover {
  color: #6fba3a;
  border: 2px #6fba3a solid;
}
.item-product {
  background: #243355;
  border-radius: 20px;
  padding: 30px;
  gap: 60px;
  display: flex;
  justify-content: space-between;
}
.item-product-img {
  flex: 1;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  flex-direction: column;

  border: 4px #243355 solid;
  transition: color 0.3s ease, border 0.3s ease, box-shadow 0.3s ease;
}
.item-product-img:hover {
  color: #6fba3a;
  border: 4px #6fba3a solid;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.2);
}
.item-product-img-img {
  width: 100%;
  height: auto;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.text-item-product {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
}
.superiority {
  position: relative;
  padding: 60px 0;
}
.superiority-layer {
  padding: 70px 0 30px 0;
  background-color: rgba(0, 0, 0, 0.07);
}
.bg-superiority-img {
  background-color: #1acc8d;
  position: relative;
}
.superiority-img {
  width: 60%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.superiority-left {
  position: relative;
  display: flex;
  justify-content: center;
}
.superiority-right {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.superiority-right-text {
  padding: 20px 0;
}
.superiority-right ul {
  padding-inline-start: 0 !important;
}
.superiority-right li {
  display: flex;
  align-items: center; /* Sejajarkan secara vertikal */
  font-weight: bold;
  padding-left: 0;
  padding-top: 10px;
}

.superiority-right li::before {
  content: "";
  display: inline-block;
  width: 24px; /* Sesuaikan dengan lebar ikon Anda */
  height: 24px; /* Sesuaikan dengan tinggi ikon Anda */
  background-image: url("../assets/cbi_chicken.png");
  background-size: cover;
  margin-right: 16px;
}
.smart-farm {
  padding: 120px 0;
}
.smart-farm-title {
  color: #406426;
}
.smart-farm-text {
  padding: 0 0 20px 0;
}
.smart-farm-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-farm-right img {
  width: 70%;
  height: auto;
  border-radius: 20px;
}
.location {
  padding: 90px 0;
  background-color: rgba(0, 0, 0, 0.07);
}
.location-left iframe {
  border: #233355 2px solid;
  border-radius: 20px;
  width: 600px;
  height: 380px;
}
.location-right {
  position: relative;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}

#footer {
  padding: 0;
  font-size: 16px;
}
#footer .footer-logo {
  height: auto;
  width: 44%;
}
#footer .footer-top {
  padding: 60px 0;
}
#footer .footer-title-info {
  font-size: 29px;
}
#footer .footer-info-container {
  position: relative;
}
#footer .footer-cs {
  position: absolute;
  bottom: 0;
}
#footer .footer-title-info {
  font-size: 29px;
}

#footer .footer-menu-title {
  font-size: 20px;
}
#footer .copyright_container {
  background-color: rgba(35, 51, 85, 0.11);
}
#footer .menu-center {
  display: flex;
  justify-content: center;
}
#footer .menu-right {
  display: flex;
  justify-content: right;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer ul {
  list-style-type: none;
  padding-inline-start: 0 !important;
}
#footer li {
  margin-top: 10px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;

  padding-bottom: 30px;
}
/* pembesaran */
/* doc */
.img-hero-right-doc {
  padding-bottom: 40px;
}
#main .doc {
  background-color: #233355;
  padding: 120px 0;
}
.lect-doc-img {
  width: 90%;
  height: auto;
}
.banner-hero-doc {
  background-image: none !important;
}
.right-doc-title {
  font-size: 32px;
  color: #6fba3a;
}
.right-doc p,
.right-doc li {
  color: #fff;
}
.right-doc ul {
  padding-inline-start: 20px !important;
}
.right-doc li {
  /* display: flex; */
  align-items: center;
  font-weight: bold;
  padding-left: 0;
  padding-top: 10px;
}
/* process */
.process{
  padding: 120px 0;
}
.container-title-processs{
  padding: 20px 0 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container-title-processs h1{
  padding-bottom: 40px;

}
.grow-item {
  position: relative;
  padding-left: 40px;
  border-left: #01036f 3px solid;
  padding-bottom: 50px;
}

.grow-item-title{
  font-size: 30px;
  font-weight: bolder;
  line-height: 28px;
  padding-bottom: 20px;
  color: #6FBA3A;
  margin-block-end: 0;
}
.text-grow-item{
  color: #778092;
}
.icon-ellipse {
  position: absolute;
  left: -14px;
  top: 0;
  z-index: 90;
}
.doc_pullet{
  background-color: #6FBA3A !important;
}
.tx-white{
  color: #fff !important;
}
.doc-open-close-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.doc-open-close{
  background-color:rgba(0, 0, 0, 0.07); 
  padding: 60px 0;
}
.doc-open-close-item h1{
  font-weight: bold;
  color:#6FBA3A;
  font-size: 32px;
}
.pullet-ayam-left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color:#6FBA3A;
}
.pullet-ayam-left p{
  color: #000;
  padding: 40px 0;
}
.pembelian-pullet{
  padding: 120px 0;
}
.pembelian-pullet-title{
  color: #000;
  margin-bottom: 60px;
}
.pullet-ayam-row-bottom{
  margin-top: 120px;

}
.pembelian-pullet-title h1{
  margin-bottom: 20px;
  
}
/* .pembelian-pullet-img-btm{

} */
.pembelian-pullet-img-top{
  display: flex;
  justify-content: end;
}
/* company */
.hero_company{
  padding: 180px 0 60px 0;
  font-size: 16px;
  width: 100%;
  height: auto;
  background-image: url("../assets/company_hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #233355;
}
.hero_company_content{
  font-size: 18px;
  color: #fff !important;
  background-color: #233355;
  border-radius: 20px;
  padding: 60px 80px;
}
.hero_company_h1{
  font-size: 32px;
  padding: 20px
}
.hero_company_h1 span{
  color: #6FBA3A;
}
.perjalanan-perusahaan{
  color: #000 !important;
}
.perjalanan{
  margin: 20px 0 20px 0 ;
}
.visi-misi{
  background-color:rgba(0, 0, 0, 0.07); 
  padding: 120px 0;

}
.visi-misi h1{
  text-align: center;
  margin-bottom: 30px;
  color: #000 !important;
}
.visi-misi p{
  margin-bottom: 20px;
}
.visi-misi .misi{
  margin-top: 50px;
}

.company-btm-item{
  margin-top: 30px;
}
.company-btm-item-top{
  margin-top: 0;
}
.company-btm-item img{
  width: 8%;
  height: 8%;
}
.company-btm-item-content{
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.company-btm-item-content p {
  margin-block-end: 0;
}
.company-btm-item-content h1{
  color: #6FBA3A;
}
.company-btm-item{
  display: flex;
  flex-direction: row;
  align-items: center;

}
.gallery-item img {
  width: 300px !important;
  border-radius: 20px;
}
.gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-custom{
  /* background-color: #01036f; */
  padding: 0 40px;
}
/* gallery */
.gallery{
  background-color: rgba(0, 0, 0, 0.07);
  padding: 40px 0 50px 0;
}
.gallery h1{
  color:#233355 ;
  margin-bottom: 30px;
}

/* blog */
.blog_hero_item{
  width: 100%;
  height: auto;
  background-image: url("../assets/blog_hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px 40px;
  border-radius: 20px;
}
.blog-content-title{
  margin: 30px 0;
}
.container-kategori{
  margin-top: 30px;
}
.kategori{
  display: inline;
  padding: 10px 30px;
  background-color: #D9D9D9;
  color: #778092 ;
  border-radius: 5px;
}
.blog, .blog-detail{
  padding-top: 60px;
}
.blog-title{
  color: #000;
  margin: 30px 0;
}
.blog-img-item{
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.blog-text{
  color: #233355;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Jumlah baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .row>*, .kontak-lokasi .row>*{
  padding-left: 0;
  padding-right: 0;
}
.blog-list{
  padding-bottom: 40px;
}
.blog-item-left{
  padding-right: 20px !important;
}
.blog-item-right{
  padding-left: 20px !important;
}
.blog-kategori{
  padding-left: 40px;
}
.blog-kategori img{
  height: auto;
  width: 60%;
}
.blog-kategori p {
  margin: 40px 0;
}
.sosial{
  display: flex;
  flex-direction: row;
  gap: 28px;
  border-bottom: #D9D9D9 2px solid;
  padding-bottom: 40px;
}
.sosial img{
  width: 7%;
  height: auto;
}
.news-item{
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  margin-top: 40px;
}
.news-item-content{
  display: flex;
  flex-direction: column;
  align-items: start;
}
.news-item img{
  height: 30%;
  width: 30%;
  margin-right: 20px;
}
.blog-kategori  .news-date{
  margin: 0 0 10px 0;
}
.kategori-article h1{
  padding: 40px 0;
}
.article-categori{
  display:inline-block;
  background-color: #D9D9D9;
  padding: 10px;
  color: #000;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.block-categori{
gap: 20px;
/* background-color: #1acc8d; */
}
 .blog-list{
    display: flex;
    flex-direction: row;
  }

/* kontak */
.banner-hero-kontak{
  padding: 180px 0 30px 0;
  font-size: 16px;
  width: 100%;
  height: auto;
  background-image: url("../assets/hero-kontak.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #233355; */
}
.kontak-title-banner{
  margin: 260px 0 100px 0;
}
.kontak-title-banner h1{
  color: #fff;
  text-align: center;

}
.main-kontak{
  color: #000;
  padding: 60px 0;
}
.main-kontak input, .main-kontak textarea,.main-kontak select{
  background-color: #f5f5f5;
  border-color: #778092;
}
.form-container p{
  margin-top: 40px;
}
.office p{
  margin: 10px 0 40px 0;
}
.sales{
  display: flex;
  flex-direction: column;

}
.sales img{
  width: 8%;
  height: auto;
  margin-right: 10px;
}
.sales span{
  margin: 10px 0;
}
.sosial_sales{
  margin-top: 40px;
  border: none;
}
/* .banner-promo{

} */
.banner-promo img{
  height: auto;
  width: 100%;
  border-radius: 14px;
}
.kontak-lokasi{
  padding: 60px 0;
}
.icon-footer{
  margin-top: 10px;
}
.icon-footer img{
  margin-right: 20px;
  width: 10%;
  height: auto;
}
.none-border li a,.blog-list a{
  text-decoration: none;
}
.scale-hover{
  transition: transform 0.3s ease;
}
.scale-hover:hover{
  transform: scale(1.1);
}
.hover-change-color a{
  transition: color 0.3s ease;
  text-decoration: none;
  color: #000;
}
.hover-change-color a:hover{
  color: #466c2b;
}
.item-product a ,.btn-contact-us a, .btn-produk-hero a {
  text-decoration:none !important;
}
.blog-detail-content{
  padding: 180px 0 60px 0;
}
#main .blog-detail-content h1{
 color:#000;
 text-align: center;
 padding: 10px 0;
}

#main .blog-detail-content p{
  color: #000;
}