 /*Feature*/
 
 body {
      font-family: "GT-American", Arial, sans-serif;
      color: #fff;
    }

    .landing-section {
      padding: 80px 50px;
    }

    .quote-text {
      font-size: 20pt;
      line-height: 1.4;
      font-weight: 400;
      margin-bottom: 15px;
    }

    .quote-author {
      font-size: 22px;
      color: #fff;
      margin-bottom: 30px;
    }

    .btn-video {
      background: none;
      border: 1px solid #fff;
      color: #fff;
      font-size: 16px;
      padding: 10px 20px;
      border-radius: 4px;
    }
    .btn-video i {
      margin-right: 8px;
    }

    .heading-right {
      font-size: 22pt;
      font-weight: 600;
      margin-bottom: 25px;
    }

    .btn-contact {
      background-color: #b22222; /* merah */
      color: #fff;
      font-size: 18pt;
      border-radius: 6px;
      border: none;
      margin-right: 15px;
    }

    .btn-join {
      background-color: #fff;
      color: #000;
      font-size: 18pt;
      border-radius: 6px;
      border: none;
    }

    .btn-contact i, .btn-join i {
      margin-right: 6px;
    }
    
    
    
    /* Aktivity  */

    .news-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      margin-bottom: 20px;
      cursor: pointer;
      transition: transform 0.3s ease;
    }


    .news-card:hover {
      transform: scale(1.1);
    }

    .news-card img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.5s ease;
    }

    .news-card:hover img {
      transform: scale(1.5);
    }

    .news-card:hover {
      box-shadow: 10px 10px 20px rgba(0,0,0,0.19);
    }

    .news-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 20px;
      color: white;
      
    }

    .news-card:hover {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    }

    .news-title {
      font-size: 20px;
      font-weight: bold;
      margin: 0;
      text-align: center;
    }
    .merah{
      color : #c0271cff;
    }
    .hitam{
      color : #000000;
    }
    .text-mut{
      margin-bottom:40px;
      font-size:12pt;
    }

    /* PODCAST Fahira  */

    #judul-podcast{
      font-weight: 500;
      font-size: 26pt;
    }
    #text-podcast{
      font-weight: 400;
      font-size: 13pt;
    }
    
    
    
    