#fiksinpuisi {
    height: fit-content;
    width: 100%;
    margin-bottom: 40px;
  }
  
  #fiksinpuisi .container {
    height: fit-content;
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
  #fiksinpuisi .container .head {
    height: 100vh;
    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: rgb(255, 255, 255);
    transition: 0.3s;
  }
  #fiksinpuisi .container .head .desc {
    position: absolute;
    height: 30vh;
    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: #ffffff;
  }
  #fiksinpuisi .container .head .desc ul li p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1.2;
  }
  #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: Arial, sans-serif;
}
  
  #fiksinpuisi .container .head ul li a {
    text-decoration: none;
    color: #cccccc;
  }
  #fiksinpuisi .container .head ul li:last-child {
    background-color: #ffffff;
    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;
    font-size: 15px;
  }
  #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: 0px 0px 0px 0px;
    align-items: center;

  }
  #fiksinpuisi .container .body .isi {
    width: 90%;
    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: 29px;
    font-family: Arial, sans-serif !important;
    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: 80%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 0px 0px 0px;
  }
  #fiksinpuisi .container .body .isi .row:nth-child(2) .artikel .content {
    width: 100%;
    height: fit-content;
    margin: 20px 0px 10px 0px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 00px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  
  #fiksinpuisi
    .container
    .body
    .isi
    .row:nth-child(2)
    .artikel
    .content:first-child {
    padding: 10px 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";
    line-height: 1.2;
    width: 80%;
  }
  #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: Arial, sans-serif !important;
    color: #e03a3c;
    text-transform: uppercase;
  
  }
  #fiksinpuisi
    .container
    .body
    .isi
    .row:nth-child(2)
    .artikel
    .content
    .desc
    h3 {
    font-weight: bold;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
    font-family: Arial, sans-serif !important;
  }
  #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;
  }

  /* ---------------
    Desktop L-4K
-------------------*/
@media screen and (min-width: 1025px) {
}

/* --------------------
    Tablet - Laptop
---------------------*/
@media screen and (max-width: 768px) {

  /* ------------------------
    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: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #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: 25vh;
    bottom: -1px;
    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: start;
    height: 100%;
  }
  #fiksinpuisi .container .head ul li {
    border-top: 9px solid transparent;
    width: 22%;
    transition: 0.1s;
    height: fit-content;
    color: #cccccc;
    padding: 0px 15px 20px 15px;
  }
  #fiksinpuisi .container .head .desc ul li p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
  }
  #fiksinpuisi .container .head ul li a {
    text-decoration: none;
    color: #cccccc;
  }
  #fiksinpuisi .container .head ul li:last-child {
    background-color: #eeeeee;
    position: relative;
  }
  #fiksinpuisi .container .head ul li:last-child a {
    color: #1a1a1a;
  }
  #fiksinpuisi .container .head ul li:last-child .detail {
    background-color: transparent;
  }
  #fiksinpuisi .container .head ul li:last-child .content {
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: #e03a3c;
    transition: 0.5s;
    z-index: -1;
    translate: 0% -0%;
    left: 0;
  }
  #fiksinpuisi .container .head ul li:last-child:hover .content {
    translate: 0% -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 ul li h3 {
    margin: 14px 0px 10px 0px;
    text-transform: uppercase;
    transition: 0.1s;
    font-size: 20px;
  }
  #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: 10px 0px 0px 0px;
    align-items: center;
  }
  #fiksinpuisi .container .body .isi {
    width: 90%;
    height: fit-content;
    padding-top: 20px;
    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;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: space-between;
    width: 100%;
  }
  #fiksinpuisi .container .body .isi .row:nth-child(2) .artikel {
    width: 100%;
    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: fit-content;
    margin: 0px 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
    h1 {
    margin: 0px 0px 16px 0px;
    font-size: 20px;
    font-weight: 400;
  }
  #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;
  }
  #fiksinpuisi .container .body .isi .row:nth-child(2) .artikel .content img {
    width: 46%;
  }
  #fiksinpuisi .container .body .isi .row:nth-child(2) .iklan {
    margin: 20px 0px 0px 0px;
    width: 100%;
    height: 60px;
    background-color: #cccccc;
  }

 

  
}

/* ----------------
    SMART PHONE
------------------- */
@media screen and (max-width: 480px) {

  /* ------------------------
    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: 65vh;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: start;
  }
  #fiksinpuisi .container .head .img {
    height: 46vh;
    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: 20vh;
    bottom: -1px;
    display: flex;
    left: 0;
    align-items: start;
    width: 100%;
    padding: 0;
  }
  #fiksinpuisi .container .head ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 100%;
    margin-right: 8%;
  }
  #fiksinpuisi .container .head ul li {
    border-top: 9px solid transparent;
    width: 22%;
    transition: 0.1s;
    height: 80%;
    color: #cccccc;
  }
  #fiksinpuisi .container .head .desc ul li p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 10px;
  }
  #fiksinpuisi .container .head ul li a {
    text-decoration: none;
    color: #cccccc;
  }
  #fiksinpuisi .container .head ul li:last-child {
    background-color: #eeeeee;
    position: relative;
  }
  #fiksinpuisi .container .head ul li:last-child a {
    color: #1a1a1a;
  }
  #fiksinpuisi .container .head ul li:last-child .detail {
    background-color: transparent;
  }
  #fiksinpuisi .container .head ul li:last-child .content {
    width: 220px;
    position: absolute;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: #e03a3c;
    transition: 0.5s;
    z-index: -1;
    top: 0;
    translate: 0% -0%;
    right: 0;
  }
  #fiksinpuisi .container .head ul li:last-child:hover .content {
    translate: 0% -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 ul li h3 {
    margin: 14px 0px 10px 0px;
    text-transform: uppercase;
    transition: 0.1s;
    font-size: 9px;
  }
  #fiksinpuisi .container .head .desc ul li p{
    transition: 0.1s;
    font-size: 12px;
    font-weight: bold;
  }
  #fiksinpuisi .container .body {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 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: 30px;
    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;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: space-between;
    width: 100%;
  }
  #fiksinpuisi .container .body .isi .row:nth-child(2) .artikel {
    width: 100%;
    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: fit-content;
    margin: 0px 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: 68%;
  }
  #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
    h1 {
    margin: 0px 0px 16px 0px;
    font-size: 15px;
    font-weight: 400;
    height: 20px;
  }
  #fiksinpuisi
    .container
    .body
    .isi
    .row:nth-child(2)
    .artikel
    .content
    .desc
    h3 {
    font-weight: bold;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
  }
  #fiksinpuisi
    .container
    .body
    .isi
    .row:nth-child(2)
    .artikel
    .content
    .desc
    p {
    font-size: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0px 20px 10px 0px;
  }
  #fiksinpuisi .container .body .isi .row:nth-child(2) .artikel .content img {
    width: 40%;
    margin-top: 35px;
  }
  #fiksinpuisi .container .body .isi .row:nth-child(2) .iklan {
    display: none;
  }
}
