* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
/* --------------------------------
HEAD
-----------------------------------*/

#head {
  height: 95vh;
  width: 100%;
}

#head .container {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}

#head .container .slide {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
#head .container .slide .item::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}
#head .container .slide .item {
  width: 100%;
  height: 95%;
  position: absolute;
  border-radius: 20px;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  transition: 0.5s;
  z-index: 9;
}

#head .container .slide .item:nth-child(1) {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  transition: 0.6s;
  height: 95%;
  z-index: 11;
  opacity: 100;
}
#head .container .slide .item:nth-child(2) {
  opacity: 0;
}
#head .container .slide .item:nth-child(3) {
  opacity: 0;
}
#head .container .slide .item:nth-child(n + 3) {
  opacity: 0;
}

#head .container .slide .item .content {
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
#head .container .slide .item:nth-child(1) .content {
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0;
}
#head .container .slide .item .content .name {
  font-size: 45px;
  width: 1100px;
  text-align: center;
  z-index: 12;
  cursor: pointer;
  color: #ffffff;
  margin-bottom: 180px;
  font-weight: bold;
  animation: animate 1s;
  text-decoration: none;
  font-family: "72 Black";
}

@keyframes animate {
  from {
    opacity: 0;
    transform: translate(0, -70px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}

#head .container .button a {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 90px;
  margin: 0px 10px;
  cursor: pointer;
}
#head .container .button a:hover {
  font-size: 110px;
}

#head .container .button .previous {
  color: #f6f6f6;
}

#head .container .button .next {
  color: #f6f6f6;
}

.round {
  border-radius: 8px;
}

#head .container .button {
  width: 95%;
  display: flex;
  transition: 0.5s;
  left: 2.5%;
  z-index: 15;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 47.5%;
}

/* ---------------------------
        CONTENT
------------------------------*/

#content {
  width: 100%;
  height: fit-content;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#content .row:first-child {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
}
#content .row:first-child ul {
  width: 80%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .row:first-child ul li {
  width: 80px;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
}
#content .row:first-child ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
  font-family: "72 Condensed";
}
#content .row:first-child ul li a:hover {
  color: #e03a3c;
}
#content .row:nth-child(2) {
  width: 100%;
  height: fit-content;
  padding: 20px 0px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#content .row:nth-child(2) .col {
  width: 45%;
}
#content .row:nth-child(2) .col h3 {
  font-size: 40px;
  margin: 20px 0px;
  font-family: "72 Black";
}
#content .row:nth-child(2) .col p {
  font-size: 15px;
  margin: 20px 0px;
}
#content .row:nth-child(2) .col p:last-child {
  font-weight: bold;
}

#content .row:nth-child(2) .col:first-child img {
  width: 100%;

}
#content .row:nth-child(2) .col a {
  color: black;
  text-decoration: none;
}
#content .row:nth-child(3) {
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0px 0px 3% 0px;
}
#content .row:nth-child(3) .col:first-child {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
#content .row:nth-child(3) .col:first-child h3 {
  font-size: 20px;
  padding-left: 5%;
}
#content .row:nth-child(3) h3 a:hover {
  color: #e03a3c;
}
#content .row:nth-child(3) a {
  color: black;
  text-decoration: none;
}
#content .row:nth-child(3) .col:nth-child(2) {
  width: 90%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#content .row:nth-child(3) .col:nth-child(2) .content {
  width: 20%;
  height: 250px;
  display: flex;
  justify-content: start;
  align-items: start;
  padding: 0px 2% 40px 2%;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#content .row:nth-child(3) .col:nth-child(2) .content:last-child {
  border-right: none;
}
#content .row:nth-child(3) .col:nth-child(2) .content img {
  width: 260px;
  height: 180px;
  margin-bottom: 20px;
  object-fit: cover; /* Memotong gambar dari tengah */
}
#content .row:nth-child(3) .col:nth-child(2) .content h3 {
  margin-bottom: 20px;
  font-family: "72 Black";
}
#content .row:nth-child(3) .col:nth-child(2) .content p {
  font-family: "Aptos Narrow";
}
/* -----------------------
    REVIEW BOOK
--------------------------*/

#review {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

#review .container {
  width: 90%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5% 0px 5% 0px;
  align-items: center;
}
#review .container .row:first-child {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#review .container .row:first-child a {
  color: black;
  font-family: "Bell MT";
  text-decoration: none;
}
#review .container .row:first-child h3 {
  font-family: "72 Black";
  margin: 0; /* Menghilangkan margin default jika ada */
}
#review .container .row:first-child h3 a:hover {
  color: #e03a3c;
}
#review .container .row:nth-child(2) {
  width: 95%;
  height: fit-content;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-top: 50px;
}

#review .container .row:nth-child(2) .col {
  height: 300px;
  padding: 0px 1.5%;
}
#review .container .row:nth-child(2) .col:first-child {
  display: flex;
  width: 66%;
  justify-content: space-between;
  align-items: start;
  padding: 0px 1%;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#review .container .row:nth-child(2) .col:first-child .desc {
  width: 43%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
#review .container .row:nth-child(2) .col:first-child h3 {
  font-size: 26px;
  margin: 0px 20px 15px 0px;
  font-family: "72 Black";
}
#review .container .row:nth-child(2) .col:first-child p {
  text-align: justify;
  margin: 0px 50px 15px 0px;
}
#review .container .row:nth-child(2) .col:first-child p a{
  text-decoration: underline;  /* Menambahkan garis bawah */
  text-decoration-color: black;
  color: #000000;
}
#review .container .row:nth-child(2) .col:nth-child(1) img {
  width: 55%;
  height: 100%;
  object-fit: contain;
}
#review .container .row:nth-child(2) .col:nth-child(2) {
  width: 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#review .container .row:nth-child(2) .col:nth-child(2) .content {
  height: 25%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3% 0px;
}
#review .container .row:nth-child(2) .col:nth-child(2) .content .desc {
  width: 60%;
  display: flex;
  margin-left: 5%;
  flex-direction: column;
  justify-content: space-between;
}
#review .container .row:nth-child(2) .col:nth-child(2) .content .desc h6 {
  font-size: 14px;
  font-weight: 400;
  font-family: "72 Black";
  margin-bottom: 20px;
}
#review .container .row:nth-child(2) .col:nth-child(2) .content .desc p {
  font-size: 14px;
  color: #b70d0f;
  font-family: "72 Condensed";
}
#review .container .row:nth-child(2) .col:nth-child(2) .content img {
  width: 30%;
  object-fit: cover;
}
/* ----------------------
  YOU SHOULD KNOW
------------------------- */
#ysk {
  height: fit-content;
  width: 100%;
  display: flex;
  padding: 30px 0px 0px 0px;
  justify-content: center;
  align-items: center;
}

#ysk .container {
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0px 10px 0px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
#ysk .container .title {
  width: 85%;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  margin: 0px 0px 30px 0px;
  align-items: center;
}
#ysk .container .title a {
  color: black;
  text-decoration: none;
}
#ysk .container .title h3 {
  font-size: 30px;
  font-family: "72 Black";
  font-weight: 500;
  letter-spacing: 1px;
}

#ysk .container .title h3 a:hover {
  color: #e03a3c;
}

#ysk .container .content {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
#ysk .container .content a {
  color: inherit;
  text-decoration: none;
}
#ysk .container .content .card {
  width: 280px;
  height: 480px;
  display: flex;
  align-items: end;
  justify-content: center;
}
#ysk .container .content .card .desc {
  transition: 0.4s;
  width: 95%;
  height: 100%;
  padding: 0px 2.5%;
  color: #ffffff;
  background: transparent;
  font-size: 10px;
  display: flex;
  justify-content: end;
  align-items: start;
  flex-direction: column;
}
#ysk .container .content .card .desc:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#ysk .container .content .card .desc h3 {
  margin: 5px 0px;
}
#ysk .container .content .card .desc .theme {
  width: fit-content;
  display: flex;
  padding: 3px 10px;
  font-family: "72 Condensed";
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  background-color: #e03a3c;
}
#ysk .container .content .card .desc .card-title {
  font-size: 17px;
  margin: 10px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow-y: hidden;
  height: 16%;
  font-family: "72 Black";
}
#ysk .container .content .card .desc .penulis {
  font-weight: 300;
  font-family: "72 Condensed";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-y: hidden;
  height: 5%;
}

/*-----------------------
KATA DAN KOTA 
-----------------------*/

#knkhead {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0px 50px 0px;
}
#knkhead a {
  text-decoration: none;
  color: inherit; /* atau display: unset; */
}
#knkhead .container {
  width: 95%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#knkhead .container .judul {
  width: 86%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px 0px 80px 0px;
}
#knkhead .container .judul h3 {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-family: "72 Black";
}
#knkhead .container .judul p {
  font-size: 18px;
  font-family: "72 Condensed";
  font-weight: 300;
}

#knkhead .container .row:nth-child(2) {
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 86%;
}
#knkhead .container .row:nth-child(2) .col:first-child {
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#knkhead .container .row:nth-child(2) .col:first-child div {
  width: 100%;
  height: 80%;
}
#knkhead .container .row:nth-child(2) .col:first-child .news {
  font-weight: bold;
  width: 100%;
  height: 6%;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 13px;
  font-family: "72 Condensed";
  color: #e03a3c;

}
#knkhead .container .row:nth-child(2) .col:first-child .title {
  width: 100%;
  height: 14%;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 37px;
  width: 100%;
  font-family: "72 Condensed";
}

/* #knkhead .container .row:nth-child(2) .col:first-child h1 {
font-family: "72 Condensed";
} */
#knkhead .container .row:nth-child(2) .col:nth-child(2) {
  width: 31%;
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}
#knkhead .container .row:nth-child(2) .col:nth-child(2) .judul2 {
  font-size: 30px;
  font-family: "72 Black";
  color: #e03a3c;
  font-weight: 600;
  width: 100%;
  height: 7%;
  padding: 30px 0px 25px 0px;
  text-align: left;
  border-top: 2px solid #000000;
}

#knkhead .container .row:nth-child(2) .col:nth-child(2) .bungkusContent {
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  overflow: auto;
}
#knkhead
  .container
  .row:nth-child(2)
  .col:nth-child(2)
  .bungkusContent
  .content {
  width: 100%;
  height: fit-content;
  padding: 14px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#knkhead
  .container
  .row:nth-child(2)
  .col:nth-child(2)
  .bungkusContent
  .content:first-child {
  margin-top: 0;
  border-top: none;
}
#knkhead
  .container
  .row:nth-child(2)
  .col:nth-child(2)
  .bungkusContent
  .content:last-child {
  margin-bottom: 0;
}

#knkhead
  .container
  .row:nth-child(2)
  .col:nth-child(2)
  .bungkusContent
  .content
  .desc {
  width: 60%;
  height: 100%;
}
#knkhead
  .container
  .row:nth-child(2)
  .col:nth-child(2)
  .bungkusContent
  .content
  .desc
  .tgl {
  color: #e03a3c;
  margin-bottom: 12px;
  font-family: "72 Condensed";
  font-size: 12px;
}
#knkhead
  .container
  .row:nth-child(2)
  .col:nth-child(2)
  .bungkusContent
  .content
  .desc
  p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#knkhead
  .container
  .row:nth-child(2)
  .col:nth-child(2)
  .bungkusContent
  .content
  .desc
  h2 {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "72 Condensed";
}
#knkhead
  .container
  .row:nth-child(2)
  .col:nth-child(2)
  .bungkusContent
  .content
  img {
  width: 34%;
  margin: 0px 1%;
  height: 100px;
  object-fit: cover;
}

#knkhead .container .row:nth-child(3) {
  width: 82%;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  height: fit-content;
  margin: 70px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 30px 0px;
}
#knkhead .container .row:nth-child(3) .col:first-child {
  height: fit-content;
  width: 63%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#knkhead .container .row:nth-child(3) .col:first-child .stori {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  align-items: start;
}
#knkhead .container .row:nth-child(3) .col:first-child .stori:first-child {
  border-top: none;
}

#knkhead .container .row:nth-child(3) .col:first-child .stori img {
  width: 250px;
}
#knkhead .container .row:nth-child(3) .col:first-child .stori .desc {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  margin-right: 1%;
  margin-left: 5%;
}
#knkhead .container .row:nth-child(3) .col:first-child .stori .desc h3 {
  margin-bottom: 15px;
  font-size: 25px;
  font-family: "72 Black";
}
#knkhead .container .row:nth-child(3) .col:first-child .stori .desc p {
  margin-bottom: 15px;
  font-size: 17px;
  color: #101010be;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "72 Condensed";
}
#knkhead .container .row:nth-child(3) .col:first-child .stori .desc .detail {
  width: fit-content;
  display: flex;
  gap: 20px;
}
#knkhead
  .container
  .row:nth-child(3)
  .col:first-child
  .stori
  .desc
  .detail
  p:first-child {
  color: #000000;
  font-size: 13px;
  font-family: "Poppins";
  font-weight: bold;
  text-transform: uppercase;
}
#knkhead
  .container
  .row:nth-child(3)
  .col:first-child
  .stori
  .desc
  .detail
  p:last-child {
  color: #e03a3c;
  font-size: 13px;
  font-family: "72 Condensed";
  font-weight: bold;
  text-transform: uppercase;
}

#knkhead .container .row:nth-child(3) .col:last-child {
  width: 30%;
  height: 500px;
}

/* ------------------------
FIKSI DAN PUISI
-------------------------- */
#fiksinpuisi {
  height: fit-content;
  width: 100%;
}

#fiksinpuisi .container {
  height: fit-content;
  padding: 0px 0px 10px 0px;
  width: 100%;
}
#fiksinpuisi .container .head {
  height: 107vh;
  width: 100%;
  display: flex;
  justify-content: center;
}
#fiksinpuisi .container .head .img {
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translate(0, 0);
  top: 0;
  left: 0;
  z-index: -2;
  background-color: antiquewhite;
  transition: 0.3s;
}
#fiksinpuisi .container .head .desc {
  position: absolute;
  height: 32vh;
  bottom: -7%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}
#fiksinpuisi .container .head ul {
  width: 85%;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 100%;
}
#fiksinpuisi .container .head ul li {
  border-top: 9px solid transparent;
  width: 22%;
  padding: 0px 1%;
  transition: 0.1s;
  height: calc(100% - 8.5px);
  color: #cccccc;
}
#fiksinpuisi .container .head .desc ul li p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "72 Black";
  font-size: 26px;
}
#fiksinpuisi .container .head .desc ul li h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
#fiksinpuisi .container .head .desc h3 {
  font-family: "72 Black";
}

#fiksinpuisi .container .head ul li a {
  text-decoration: none;
  color: #cccccc;
}
#fiksinpuisi .container .head ul li:last-child {
  background-color: #f4f4f4;
  position: relative;
}
#fiksinpuisi .container .head ul li:last-child h3 a {
  color: #dd9192;
}
#fiksinpuisi .container .head ul li:last-child a {
  color: #1a1a1a;
}


#fiksinpuisi .container .head ul li:last-child .detail {
  background-color: #f4f4f4;
}
#fiksinpuisi .container .head ul li:last-child .content {
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #e03a3c;
  transition: 0.5s;
  z-index: -1;
  translate: -4.3% -0%;
}
#fiksinpuisi .container .head ul li:last-child:hover .content {
  translate: -4.3% -102.5%;
}
#fiksinpuisi .container .head ul li.lihover {
  border-top: 9px solid #525252;
}
#fiksinpuisi .container .head ul li.lihover a {
  color: #1a1a1a;
}
#fiksinpuisi .container .head h3.lihover a {
  color: #e03a3c;
}


#fiksinpuisi .container .head ul li h3{
  margin: 14px 0px 10px 0px;
  text-transform: uppercase;
  transition: 0.1s;
  font-size: 20px;
}
#fiksinpuisi .container .head .h3puisi { 
  color: #dd9192;
  transition: 0.1s;

}
#fiksinpuisi .container .head ul li p {
  transition: 0.1s;
  font-size: 28px;
  font-weight: bold;
}
#fiksinpuisi .container .body {
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 0px 0px 0px;
  align-items: center;
}
#fiksinpuisi .container .body .isi {
  width: 85%;
  height: fit-content;
  border-top: 4px solid #000000;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}

#fiksinpuisi .container .body .isi .row:nth-child(1) {
  width: 100%;
  height: 40px;
  padding: 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fiksinpuisi .container .body .isi .row:nth-child(1) h3 {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#fiksinpuisi .container .body .isi .row:nth-child(2) {
  height: fit-content;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
#fiksinpuisi .container .body .isi .row:nth-child(2) .artikel {
  width: 64%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0px 0px 0px;
}
#fiksinpuisi .container .body .isi .row:nth-child(2) .artikel .content {
  width: 100%;
  height: 300px;
  margin: 20px 0px 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#fiksinpuisi
  .container
  .body
  .isi
  .row:nth-child(2)
  .artikel
  .content:first-child {
  padding: 0px 0px 20px 0px;
}
#fiksinpuisi
  .container
  .body
  .isi
  .row:nth-child(2)
  .artikel
  .content:last-child {
  border: none;
}
#fiksinpuisi .container .body .isi .row:nth-child(2) .artikel .content .desc {
  width: 48%;
}
#fiksinpuisi .container .body .isi .row:nth-child(2) .artikel .content .desc a {
  text-decoration: none;
  color: #000000;
}
#fiksinpuisi .container .body .isi .row:nth-child(2) .artikel .content .desc p {
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3; /* Jumlah baris maksimum yang ingin ditampilkan */
  -moz-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "72 Condensed";
}
#fiksinpuisi
  .container
  .body
  .isi
  .row:nth-child(2)
  .artikel
  .content
  .desc
  h1 {
  margin: 0px 0px 16px 0px;
  font-size: 13px;
  font-weight: bold;
  font-family: "72 Condensed";
  color: #e03a3c;
  text-transform: uppercase;

}
#fiksinpuisi
  .container
  .body
  .isi
  .row:nth-child(2)
  .artikel
  .content
  .desc
  h3 {
  font-weight: bold;
  font-size: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0px 0px 10px 0px;
  font-family: "72 Black";
}
#fiksinpuisi .container .body .isi .row:nth-child(2) .artikel .content img {
  width: 46%;
  height: 78%;
}
#fiksinpuisi .container .body .isi .row:nth-child(2) .iklan img {
  width: 300px;
  height: 600px;
}

/* -------------------
ARTIKEL MODEL 2
----------------------*/
section#about {
  width: 100%;
  padding: 50px;
  text-align: center;
  height: fit-content;
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.6;
  color: #333;
}

section#about .row:first-child {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

section#about .row:first-child h1 {
  font-family: "72 Black";
  font-size: 3em;
  margin-bottom: 40px;
}

section#about .row:first-child .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

section#about .row:first-child .content .image img {
  width: 550px;
  height: 400px;
  margin-left: 70px;
}

section#about .row:first-child .content .text {
  flex: 1 1 50%;
  text-align: left;
}

section#about .row:first-child .content .text h2 {
  color: #b70d0f;
  font-size: 16px;
  margin-left: 50px;
}

section#about .row:first-child .content .text h3 {
  font-family: "Bell MT";
  font-size: 2.5em;
  margin-bottom: 20px;
  margin-left: 50px;
}

section#about .row:first-child .content .text p {
  font-size: 1.2em;
  font-family: "Bell MT";
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 90px;
}
section#about .row:nth-child(2) {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

section#about .row:nth-child(2) .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

section#about .row:nth-child(2) .content .image img {
  width: 550px;
  height: 400px;
  margin-right: 70px;
}

section#about .row:nth-child(2) .content .text {
  flex: 1 1 50%;
  text-align: left;
}

section#about .row:nth-child(2) .content .text h2 {
  color: #b70d0f;
  font-size: 1em;
  margin-left: 70px;
}

section#about .row:nth-child(2) .content .text h3 {
  font-family: "Bell MT";
  font-size: 2.5em;
  margin-bottom: 20px;
  margin-left: 70px;
}

section#about .row:nth-child(2) .content .text p {
  font-size: 1.2em;
  font-family: "Bell MT";
  margin-bottom: 20px;
  margin-right: 70px;
  margin-left: 70px;
}
section#about .row:nth-child(2) .content .text ul {
  font-size: 1.2em;
  font-family: "Bell MT";
  margin-bottom: 20px;
  margin-right: 70px;
  margin-left: 70px;
}

section#about .row:nth-child(3) {
  background-color: #eeeeee; /* Mengatur warna background abu-abu */
  padding: 0; /* Menghapus padding */
  margin: 0 -50px; /* Mengatur margin negatif untuk menghilangkan jarak samping */
  height: fit-content;
}

/* Styling for the third row */
section#about .row:nth-child(3) .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #eeeeee;
}

section#about .row:nth-child(3) .content .image {
  margin-top: 70px;
  flex: 1 1 40%;
  margin-bottom: 40px;
  margin-right: 5%;
}

section#about .row:nth-child(3) .content .image img {
  width: 250px;
  height: 400px;
}

section#about .row:nth-child(3) .content .image img:first-child {
  margin-bottom: 30px; /* Margin bottom to separate the second image */
  margin-right: 20px;
}

section#about .row:nth-child(3) .content .image img:last-child {
  margin-top: 30px; /* Margin top for the second image */
}

section#about .row:nth-child(3) .content .text {
  flex: 1 1 50%;
  text-align: left;
  margin-top: 60px;
}

section#about .row:nth-child(3) .content .text h3 {
  font-family: "Bell MT";
  font-size: 2.5em;
  margin-bottom: 20px;
  margin-left: 120px;
}

section#about .row:nth-child(3) .content .text p {
  font-size: 1.2em;
  font-family: "Bell MT";
  margin-bottom: 20px;
  margin-left: 120px;
}
section#about .row:nth-child(3) .content .text a {
  display: inline-block;
  font-size: 1em;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid black;
  margin-top: 20px;
  margin-left: 120px;
  margin-bottom: 30px;
}
section#team {
  margin-top: 20px;
  margin-bottom: 100px;
  height: fit-content;
}
section#team .row:first-child h3 {
  font-family: "Bell MT";
  font-size: 40px;
  margin-bottom: -1px;
  text-align: center;
}
section#team .row:first-child p {
  font-size: 1.2em;
  font-family: "Bell MT";
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
}

section#team .row:nth-child(2) {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#team .row:nth-child(2) .kolom {
  width: 350px;
  border-radius: 8px; /* Sudut bulat */
  padding: 20px; /* Ruang di dalam kolom */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center; /* Konten berada di tengah secara horizontal dan vertikal */
}

section#team .row:nth-child(2) .kolom .image img {
  border-radius: 50%;
  width: 200px; /* Sesuaikan ukuran gambar dengan kebutuhan Anda */
  height: 200px; /* Sesuaikan ukuran gambar dengan kebutuhan Anda */
}

section#team .row:nth-child(2) .kolom h2 {
  font-family: "Bell MT";
  font-size: 20px;
  margin-bottom: 10px;
}

section#team .row:nth-child(2) .kolom h1 {
  color: #333;
  font-family: "Latto";
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}
section#team .row:nth-child(2) .kolom p {
  font-size: 1em;
  font-family: "Bell MT";
}

section#redaksi {
  padding: 50px;
  text-align: center;
}

section#redaksi .row:first-child {
  background-color: #eeeeee; /* Mengatur warna background abu-abu */
  padding: 0; /* Menghapus padding */
  margin: 0 -50px; /* Mengatur margin negatif untuk menghilangkan jarak samping */
  height: 75vh;
}

/* Styling for the third row */
section#redaksi .row:first-child .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #eeeeee;
}

section#redaksi .row:first-child .content .image {
  margin-top: 70px;
  flex: 1 1 40%;
}

section#redaksi .row:first-child .content .image img {
  width: 250px;
  height: 400px;
}

section#redaksi .row:first-child .content .image img:first-child {
  margin-bottom: 30px; /* Margin bottom to separate the second image */
  margin-right: 20px;
}

section#redaksi .row:first-child .content .image img:last-child {
  margin-top: 30px; /* Margin top for the second image */
}

section#redaksi .row:first-child .content .text {
  flex: 1 1 50%;
  text-align: left;
  margin-top: 60px;
}

section#redaksi .row:first-child .content .text h3 {
  font-size: 2.5em;
  margin-bottom: 20px;
  margin-left: 120px;
}

section#redaksi .row:first-child .content .text p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-left: 120px;
}

section#redaksi .row:first-child .content .text a {
  display: inline-block;
  font-size: 1em;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid black;
  margin-top: 20px;
  margin-left: 120px;
}

section#redaksi .row:nth-child(2) h3 {
  font-size: 40px;
  margin-bottom: -1px;
  text-align: center;
}
section#redaksi .row:nth-child(2) p {
  font-size: 14px;
  text-align: center;
  margin-left: 30%;
  margin-right: 30%;
}

section#redaksi .row:nth-child(3) {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#redaksi .row:nth-child(3) .kolom {
  width: 350px;
  border-radius: 8px; /* Sudut bulat */
  padding: 20px; /* Ruang di dalam kolom */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center; /* Konten berada di tengah secara horizontal dan vertikal */
}

section#redaksi .row:nth-child(3) .kolom .image img {
  border-radius: 50%;
  width: 200px; /* Sesuaikan ukuran gambar dengan kebutuhan Anda */
  height: 200px; /* Sesuaikan ukuran gambar dengan kebutuhan Anda */
}

section#redaksi .row:nth-child(3) .kolom h2 {
  font-size: 20px;
}

section#redaksi .row:nth-child(3) .kolom h1 {
  font-size: 18px;
  font-weight: normal;
}
section#redaksi .row:nth-child(3) .kolom p {
  font-size: 14px;
}

section#submission2 {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
#submission2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px 120px 0px 120px;
}
#submission2 .container:first-child{
  display: flex;
  width: 100%;
  justify-content: center;
}
#submission2 .container:first-child .row:first-child{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}
#submission2 .container:first-child .gambar {
  display: flex;
  justify-content: center;
  width: 100%; /* Lebar penuh */
  height: 567x; /* Tinggi tetap 567px */
  

}

#submission2 .container:first-child .gambar img {
  width: 1200px; /* Lebar otomatis */
  height: 567px; /* Mengisi tinggi penuh dari kontainer */
  object-fit: cover; /* Memastikan gambar mengisi area tanpa distorsi */
  display: block;
}

#submission2 .container:nth-child(2) {
  width: 85%;
  display: flex;
  justify-content: space-between;
}
#submission2 .container:nth-child(2) .row:first-child {
  width: 90%;
}
#submission2 .container:nth-child(2) .row:nth-child(2) {
  padding-top: 90px;
  width: 35%;
}
#submission2 .container:nth-child(2) .row:first-child .content {
  margin-top: 15px;
  padding-right: 20px;
}
#submission2 .container:nth-child(2) .row:first-child h1 {
  font-size: 3em;
  margin-top: 0;
  font-family: "72 Black";
  height: fit-content;
}
#submission2 .container:nth-child(2) .row:first-child h2 {
  font-size: 2em;
  font-family: "72 Black";
  height: 70px;
  margin-top: 30px;
}
#submission2 .container:nth-child(2) .row:first-child p {
  font-size: 20px;
  font-family: "Bell MT";
  margin-top: 25px;
}
#submission2 .container:nth-child(2) .row:first-child ul {
  padding-left: 30px;
}

#submission2 .container:nth-child(2) .row:first-child ul li {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Bell MT";
}

#submission2 .container:nth-child(2) .row:nth-child(2) .sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

#submission2 .container:nth-child(2) .row:nth-child(2) .current-issue h3 {
  margin-top: 0;
  border-bottom: 2px solid #ff0000;
  color: #ff0000;
  font-family: "Latto";
  margin-bottom: 20px;
}

#submission2 .container:nth-child(2) .row:nth-child(2) .current-issue img {
  width: 100%;
  height: auto;
}

#submission2 a {
  text-decoration: underline;
  text-decoration-color: black; /* Set underline color to black */
  text-decoration-style: solid; /* Solid underline */
  text-decoration-thickness: 1px; /* Underline thickness */
  color: inherit; /* Inherit color from parent element */
}

#submission2 a:hover {
  text-decoration: underline;
}
#submission2 .container:nth-child(3) {
  width: 90%;
  display: flex;
  justify-content: space-between;
}

#submission2 .container:nth-child(3) .row:first-child h1 {
  font-size: 2em;
  margin-bottom: 50px;
  font-family: "72 Black";
}

#submission2 .container:nth-child(3) .row:first-child .faq-item {
  margin-bottom: 20px;
}

#submission2 .container:nth-child(3) .row:first-child .faq-question {
  font-family: "Bell MT";
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  font-size: 1.7em;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  position: relative; /* Menjadikan posisi relatif untuk kontainer */
}

#submission2 .container:nth-child(3) .row:first-child .faq-question::before {
  content: "\25B6"; /* Right-pointing arrow */
  font-size: 0.75em;
  transition: transform 0.3s ease;
  margin-right: 50px; /* Jarak antara panah dan teks */
  position: absolute; /* Mengatur posisi absolut untuk panah */
  left: -10px; /* Menentukan posisi panah di sebelah kiri */
  z-index: 1; /* Menempatkan panah di atas teks */
}

#submission2
  .container:nth-child(3)
  .row:first-child
  .faq-question.active::before {
  transform: rotate(90deg); /* Rotate to down-pointing arrow */
}

#submission2 .container:nth-child(3) .row:first-child .faq-answer {
  display: none;
  padding: 10px 0;
}

#submission2 .container:nth-child(3) .row:first-child .faq-answer p {
  margin: 0;
  font-size: 20px;
  font-family: "Bell MT";
}

#submission2 .container:nth-child(3) .row:first-child a {
  text-decoration: underline;
  text-decoration-color: black;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  color: inherit;
}

#submission2 .container:nth-child(3) .row:first-child a:hover {
  text-decoration: underline;
}

#readmore {
  padding: 0;
}

#readmore .container {
  padding: 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -3%; /* Mengatur margin otomatis untuk tengah */
}

#readmore .slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  max-width: 100%;
}

#readmore .slide {
  min-width: 23%;
  max-width: 23%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: left;
  margin: 5px;
}
#readmore .slide a {
  /* Gaya untuk tag a */
  display: block; /* Membuat tag a sebagai blok untuk mengisi slide */
  text-decoration: none; /* Menghapus dekorasi hyperlink */
  color: inherit; /* Memiliki warna teks seperti induknya */
}
#readmore .slide img {
  width: 300px; /* Lebar gambar tetap 300px */
  height: 200px; /* Tinggi gambar tetap 200px */
  object-fit: cover; /* Memotong gambar dari tengah */
  display: block;
}

#readmore .slide h3 {
  font-family: "Bell MT";
  font-size: 18px;
  margin: 10px 0 5px;
}

#readmore .slide p {
  font-family: "Latto";
  font-size: 14px;
  margin: 0;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Menentukan jumlah maksimum baris */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#prev {
  margin-top: 10px;
  position: absolute;
  right: 50px; /* Sesuaikan posisi relatif dari sisi kanan */
  margin-right: 25px; /* Beri margin agar terpisah */
}

#next {
  margin-top: 10px;
  position: absolute;
  right: 20px; /* Atur agar berada di tepi kanan */
}
#readmore button {
  background-color: #000000;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

#readmore button:hover {
  background-color: #555;
}

#prevButton {
  left: 0; /* Tetapkan tombol sebelumnya ke kiri jika diperlukan */
}

#artikel2{
  width: 100%;
  padding: 50px 0 0 0;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.4;
  color: #333;
}
#artikel2 .container {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
}

#artikel2 .header {
  padding-left: 10%;
  text-align: left;
  max-width: 100%; /* Maksimal lebar untuk seluruh kontainer header */
  word-wrap: break-word; /* Memastikan kata panjang akan pecah ke baris berikutnya */
}

#artikel2 .header h1 {
  font-size: 3.3em;
  margin-bottom: 0;
  font-family: "Bell MT";
  max-width: 80%; 
  overflow-wrap: break-word;
}

#artikel2 .header h2 {
  font-size: 1em;
  color: red;
  margin-bottom: 10px;
  font-family: "72 condensed";

}
#artikel2 .header p {
  font-size: 1em;
  max-width: 70%;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}


#artikel2 .long-line-related {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px 20px 0 20px;
}
#artikel2 .short-line {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 10px 0;
  width: 50%;
}
/* General container styles */
#artikel2 .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin: auto;
}

/* Image styles */
#artikel2 .image-wrapper .image {
  display: block;
  width: 90%;
  height: 500px;
  object-fit: cover;
}

/* Caption container styles */
#artikel2 .image-wrapper .image-caption {
  display: flex;
  align-items: center;
  width: 90%;
  text-align: center;
  margin-top: 10px; /* Space between caption and image */
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* Logo styles */
#artikel2 .image-wrapper .image-caption img {
  width: 50px; /* Adjust size as needed */
  height: auto;
}

/* Description text styles */
#artikel2 .image-wrapper .image-caption .description {
  font-size: 14px; /* Adjust size as needed */
  color: #333; /* Text color */
  text-align: left;
}

/* Line styles */
#artikel2 .image-wrapper .image-caption::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc; /* Line color */
  margin-top: 10px; /* Space between description and line */
}

#artikel2 .image {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}



#artikel2 .meta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 10%;
  padding-right: 10%;
  height: 9vh;

}

#artikel2 .article-meta {
  text-align: left;
  word-spacing: 10px;
  font-size: 0.9em;
  color: #888;
}

#artikel2 .share-save {
  font-size: 0.9em;
  display: flex;
  gap: 15px;
}

#artikel2 .share-save-link {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  flex-direction: row-reverse; /* Membuat gambar di sebelah kanan teks */
}

#artikel2 .share-save-link img {
  margin-left: 5px;
  width: 20px;
  height: 20px;
}

#artikel2 .share-save-link:hover {
  text-decoration: underline;
}

#artikel2 .content-wrapper {
  display: flex;
  width: 70%;
  justify-content: center ;
  padding-left: 8%;
}

#artikel2 .related-articles {
  font-size: 0.9em;
  color: #333;
  flex: 1;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 30px;
  margin-right: 77px;
}

#artikel2 .related-articles h3 {
  margin-top: 10px;
  margin-left: 20px;
  color: red;
}

#artikel2 .related-articles p {
  font-size: 1em;
  margin: 0px 10px 0px 20px;
}

#artikel2 .related-articles a {
  color: #333;
  text-decoration: none;
}

#artikel2 .related-articles a:hover {
  text-decoration: underline;
}

#artikel2 .content {
  text-align: justify;
  flex: 2;
  margin-left: 20px;    
}

#artikel2 .content .author {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 0, 0, 0.3);
}

#artikel2 .content p:first-of-type::first-letter {
  font-size: 7em;
  font-weight: bold;
  float: left;
  line-height: 0.8; /* Menyesuaikan tinggi baris huruf pertama agar sejajar di bagian atas */
  padding-right: 10px; /* Spasi antara huruf pertama dan teks di sebelahnya */
  margin-top: 0; /* Menggeser huruf pertama sedikit ke atas */
}

#artikel2 .content p {
  font-size: 1.2em;
  font-family: "Bell MT";
}
#artikel2 .content p a{
  text-decoration: underline;  /* Menambahkan garis bawah */
  text-decoration-color: black;
  color: #000000;
}
#artikel2 .share-save-link {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
}

#artikel2 .share-save-link img {
  margin-right: 5px;
}

#artikel2 .share-save-link:hover {
  text-decoration: underline;
}
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  
}
#artikel1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  padding: 0px 0px 70px 0px;
  width: 100%;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.4;
  color: #333;
}
#artikel1 .container:first-child{
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
}

#artikel1 .container:first-child .head {
  height: auto;
  width: 100%;
  padding: 0px 0px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}  


#artikel1 .container:first-child .head .waktu {
  width: 100%;
  height: auto;
  display: flex;
  gap: 15px;
  font-family: "72 Condensed";
  align-items: center;
  justify-content: center;
  font-size: 0.9em;
  color: #b70d0f;
  margin-top: 25px;
}

#artikel1 .container:first-child .head .waktu h3,
#artikel1 .container:first-child .head .waktu p {
  padding: 0px 0px 0px 15px;
  justify-content: start;

}

#artikel1 .container:first-child .head .waktu a {
  color: #b70d0f;
  text-decoration: none;
}

#artikel1 .container:first-child .head .waktu .tgl {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  text-align: left;
  word-spacing: 10px;
  color: #b70d0f;
}
#artikel1 .container:first-child .head .waktu .sponsor {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}


#artikel1 .container:first-child .head .title {
  height: auto;
  font-size: 3.3em;
  font-family: "Bell MT";
  max-width: 50%; 
  overflow-wrap: break-word;
  align-items: center;
  font-family: "72 Condensed";
  justify-content: start;
  text-align: center;
  margin-top: 10px;
}

#artikel1 .container:first-child .head .lead {
  height: auto;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1em;
  max-width: 50%;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  margin-bottom: 30px;

}

#artikel1 .container:first-child .head .img {
  width: 100%;
  height: 93vh;
  overflow: hidden;
  background-repeat: no-repeat; /* Mencegah gambar muncul berkali-kali */
  background-position: center; /* Set default position */
  position: relative;
  
}


#artikel1 .container:first-child .head .desc {
  width: 86%;
  display: flex;
  justify-content: left;
  align-items: start;
  margin-top: 6px;
  font-size: 13px;
  color: #525252;
  font-family: "minion";
  font-weight: 500;
  padding-bottom: 10px;
  margin-right: 6%;

}
#artikel1 .container:first-child .head .garis {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#artikel1 .container:first-child .head .desc img {
  height: 13px; /* Sesuaikan ukuran logo */
  vertical-align: middle; /* Menyelaraskan logo dengan teks */
  padding-top: 2px;
}
#artikel1 .container:nth-child(2) .paragraf .desc {
  width: 580px;
  display: flex;
  justify-content: left;
  align-items: start;
  font-size: 10px;
  color: #525252;
  font-family: "minion";
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  
}
#artikel1 .container:nth-child(2) .paragraf .desc {
  height: fit-content; /* Sesuaikan ukuran logo */
  vertical-align: middle; /* Menyelaraskan logo dengan teks */

}
#artikel1 .container:nth-child(2) .paragraf .desc img {
  padding-top: 2px;
  height: 13px; /* Sesuaikan ukuran logo */
  vertical-align: middle; /* Menyelaraskan logo dengan teks */
}


#artikel1 .container:nth-child(2) {
  width: 90%;
  height: fit-content;
  display: flex;
  padding: 20px 0px;
  justify-content: space-between;
  align-items: start;
}



#artikel1 .container:nth-child(2) .paragraf {
  padding: 10px 0px 0px 9%;
  display: flex;
  width: 60%;
  height: fit-content;
  justify-content: space-between;
  align-items: start;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) {
  width: 10%;
  height: fit-content;
} 

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .sosmed {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  align-items: center;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .bookmark {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .bookmark a {
  height: 70px;
  width: 70px;
  margin-top: 300%;
  border-radius: 15%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  transition: 0.3s;
  justify-content: center;
  font-size: 27px;
  font-weight: 300;
  font-family: "Poppins";
  align-items: center;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .bookmark a:hover {
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  background-color: #e03a3c;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .sosmed a {
  height: 35px;
  width: 35px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  margin: 20px 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #090909;
  border-radius: 50%;
  transition: 0.3s;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(1) .sosmed a:hover {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) {
  width: 100%;
  height: fit-content;
  margin-left: 20px;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) .penulis {
  padding: 10px 0px 20px 0px;
  font-size: 18px;
  font-family: "72 Condensed";
  font-weight: 400;
  color: #e03a3c;
}


#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) p {
  height: fit-content;
  width: 90%;
  font-size: 1.2em;
  font-family: "Bell MT";
}


#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) p a {
  color: #b70d0f;
  transition: 0.3s;
}

#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) p a:hover {
  color: #f91014;
}
#artikel1 .container:nth-child(2) .paragraf .row:nth-child(2) .img {
  height: 319px; 
  width: 580px; 
  margin: 20px 0 5px 0;
}


#artikel1 .container:nth-child(2) .adv {
  padding-top: 100px;
  width: 30%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#artikel1 .container:nth-child(2) .adv .mostPopular {
  width: 95%;
  height: fit-content;
  padding: 7cm 30% 0 30px;
}
#artikel1 .container:nth-child(2) .adv .mostPopular .judul {
  width: 90%;
  text-align: left;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "72 Condensed";
  color: #b70d0f;
}

#artikel1 .container:nth-child(2) .adv .mostPopular .content {
  height: fit-content;
  padding: 20px 0px 0px 0px;
  width: 90%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: start;
  line-height: 1;
  
}
#artikel1 .container:nth-child(2) .adv .mostPopular .content .img {
  width: 85px;
  height: 90px;
  margin-bottom: 10px;

}
#artikel1 .container:nth-child(2) .adv .mostPopular .content .desc {
  width: 70%;
  margin-left: 10px;
}
#artikel1 .container:nth-child(2) .adv .mostPopular .content .tipe {
  color: #b70d0f;
  font-family: "72 Condensed";
  font-weight: 400;
  font-size: 0.9em;
}
#artikel1 .container:nth-child(2) .adv .mostPopular .content .title {
  font-size: 1.1em;
  max-width: 87%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  margin: 5px 0px 5px 0px;
  font-family: "Bell MT";
}
#artikel1 .container:nth-child(2) .adv .mostPopular .content .penulis {
  font-size: 12px;
  color: #525252;
  font-family: "72 Condensed";
  font-weight: 500;
  text-transform: uppercase;
}

.kliksection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
  padding: 0px 0px 70px 0px;
  width: 100%;
  font-family: 'Times New Roman', Times, serif;
  line-height: 1.4;
  color: #333;
}
.kliksection .container:first-child {
  width: 90%;
  height: fit-content;
  display: flex;
  padding: 20px 0px;
  justify-content: space-between;
  align-items: start;
}



.kliksection .container:first-child .paragraf {
  padding: 10px 0px 0px 6%;
  display: flex;
  width: 60%;
  height: fit-content;
  justify-content: space-between;
  align-items: start;
}

.kliksection .container:first-child .paragraf .row:nth-child(1) {
  width: 10%;
  height: fit-content;
} 

.kliksection .container:first-child .paragraf .row:nth-child(1) .sosmed {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  justify-content: space-between;
  align-items: center;
}

.kliksection .container:first-child .paragraf .row:nth-child(1) .bookmark {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

.kliksection .container:first-child .paragraf .row:nth-child(1) .bookmark a {
  height: 70px;
  width: 70px;
  margin-top: 300%;
  border-radius: 15%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  transition: 0.3s;
  justify-content: center;
  font-size: 27px;
  font-weight: 300;
  font-family: "Poppins";
  align-items: center;
}

.kliksection .container:first-child .paragraf .row:nth-child(1) .bookmark a:hover {
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
  background-color: #e03a3c;
}

.kliksection .container:first-child .paragraf .row:nth-child(1) .sosmed a {
  height: 35px;
  width: 35px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 600;
  margin: 20px 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #090909;
  border-radius: 50%;
  transition: 0.3s;
}

.kliksection .container:first-child .paragraf .row:nth-child(1) .sosmed a:hover {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}

.kliksection .container:first-child .paragraf .row:nth-child(2) {
  width: 90%;
  height: fit-content;
  margin-left: 20px;
}

.kliksection .container:first-child .paragraf .row:nth-child(2) .penulis {
  padding: 10px 0px 20px 0px;
  font-size: 18px;
  font-family: "72 Condensed";
  font-weight: 400;
  color: #e03a3c;
}


.kliksection .container:first-child .paragraf .row:nth-child(2) p {
  height: fit-content;
  width: 80%;
  font-size: 1.2em;
  font-family: "Bell MT";
}


.kliksection .container:first-child .paragraf .row:nth-child(2) p a {
  color: #b70d0f;
  transition: 0.3s;
}

.kliksection .container:first-child .paragraf .row:nth-child(2) p a:hover {
  color: #f91014;
}

.kliksection .container:first-child .adv {
  padding-top: 100px;
  width: 30%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kliksection .container:first-child .adv .mostPopular {
  width: 95%;
  height: fit-content;
  padding: 7cm 30% 0 30px;
}
.kliksection .container:first-child .adv .mostPopular .judul {
  width: 90%;
  text-align: left;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "72 Condensed";
  color: #b70d0f;
}

.kliksection .container:first-child .adv .mostPopular .content {
  height: fit-content;
  padding: 20px 0px 0px 0px;
  width: 90%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: start;
  line-height: 1;
}
.kliksection .container:first-child .adv .mostPopular .content .img {
  width: 85px;
  height: 90px;
  margin-bottom: 10px;

}
.kliksection .container:first-child .adv .mostPopular .content .desc {
  width: 70%;
}
.kliksection .container:first-child .adv .mostPopular .content .tipe {
  color: #b70d0f;
  font-family: "72 Condensed";
  font-weight: 400;
  font-size: 0.9em;
}
.kliksection .container:first-child .adv .mostPopular .content .title {
  font-size: 1.1em;
  max-width: 87%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  margin: 5px 0px 5px 0px;
  font-family: "Bell MT";
}
.kliksection .container:first-child .adv .mostPopular .content .penulis {
  font-size: 12px;
  color: #525252;
  font-family: "72 Condensed";
  font-weight: 500;
  text-transform: uppercase;
}