/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #13547a;
    --secondary-color: #80d0c7;
    --section-bg-color: #f0f8ff;
    --custom-btn-bg-color: #6953a8;
    --custom-btn-bg-hover-color: #13547a;
    --dark-color: #000000;
    --p-color: #717275;
    --border-color: #7fffd4;
    --link-hover-color: #13547a;
  
  
    
  
    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;
  
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
  }
  
  
  
  /*---------------------------------------
    TYPOGRAPHY               
  -----------------------------------------*/
  
  
  
  ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
  }
  
  a,
  button {
    touch-action: manipulation;
    transition: all 0.3s;
  }
  
  a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
  }
  
  a:hover {
    color: var(--link-hover-color);
  }
  
  
  
  /*---------------------------------------
    SECTION               
  -----------------------------------------*/
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .section-bg {
    background-color: var(--section-bg-color);
  }
  
  /* .section-overlay {
    background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
  } */
  
  .section-overlay + .container {
    position: relative;
  }
  
  .tab-content {
    background-color: var(--white-color);
    border-radius: var(--border-radius-medium);
  }
  
  .nav-tabs {
    border-bottom: 1px solid #ecf3f2;
    margin-bottom: 40px;
    justify-content: center;
  }
  
  
  
  /*---------------------------------------
    CUSTOM ICON COLOR               
  -----------------------------------------*/
  .custom-icon {
    color: var(--secondary-color);
  }
  
  /*---------------------------------------
    CUSTOM BUTTON               
  -----------------------------------------*/
  .custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
  }
  
  .custom-btn:hover {
    background: var(--custom-btn-bg-hover-color);
    color: var(--white-color);
  }
  
  .custom-border-btn {
    background: transparent;
    border: 2px solid var(--custom-btn-bg-color);
    color: var(--custom-btn-bg-color);
  }
  
  .custom-border-btn:hover {
    background: var(--custom-btn-bg-color);
    border-color: transparent;
    color: var(--white-color);
  }
  
  .custom-btn-bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
  }

  
  .custom-btn-bg-white:hover {
    background: var(--white-color);
    border-color: transparent;
    color: #000000;
  }
  
  /*---------------------------------------
    SITE HEADER              
  -----------------------------------------*/
  .site-header {
    background-image: linear-gradient(15deg, #7dbdca 0%, #A1DBE6 100%);
    /* background-color: #f1f4f5; */
    padding-top: 150px;
    padding-bottom: 80px;
  }
  
  .site-header .container {
    height: 100%;
  }
  
  .breadcrumb-item + .breadcrumb-item::before,
  .breadcrumb-item a:hover,
  .breadcrumb-item.active {
    color: #6953a8;
  }
  
  .site-header .custom-icon {
    color: var(--white-color);
    font-size: var(--h4-font-size);
  }
  
  .site-header .custom-icon:hover {
    color: var(--secondary-color);
  }
  
  
  /*---------------------------------------
    TOPICS               
  -----------------------------------------*/
  .topics-detail-block {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
  }
  
  .topics-detail-block-image {
    display: block;
    border-radius: var(--border-radius-medium);
  }
  
  blockquote {
    background-color: var(--section-bg-color);
    border-radius: var(--border-radius-small);
    font-family: var(--title-font-family);
    font-size: var(--h4-font-size);
    font-weight: var(--font-weight-bold);
    display: inline-block;
    text-align: center;
    margin: 30px;
    padding: 40px;
  }
  
  .topics-listing-page .site-header {
    padding-bottom: 65px;
  }
  
  .custom-block-topics-listing-info {
    margin: 30px 20px 20px 30px;
  }
  
  .custom-block-topics-listing {
    height: inherit;
  }
  
  .custom-block-topics-listing .custom-block-image {
    width: 200px;
  }
  
  /*---------------------------------------
    PAGINATION              
  -----------------------------------------*/
  .pagination {
    margin-top: 40px;
  }
  
  .page-link {
    border: 0;
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    margin: 0 5px;
    padding: 10px 20px;
  }
  
  .page-link:hover,
  .page-item:first-child .page-link:hover,
  .page-item:last-child .page-link:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
  }
  
  .page-item:first-child .page-link {
    margin-right: 10px;
  }
  
  .page-item:first-child .page-link,
  .page-item:last-child .page-link {
    background-color: var(--section-bg-color);
    border-radius: var(--border-radius-small);
  }
  
  .active > .page-link,
  .page-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
  }
  
  /*---------------------------------------
    TIMELINE              
  -----------------------------------------*/
  .timeline-section {
    position: relative;
  }
  
  .timeline-container .vertical-scrollable-timeline {
    list-style-type: none;
    position: relative;
    padding-left: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline .list-progress {
    width: 8px;
    height: 87%;
    background-color: var(--primary-color);
    position: absolute;
    left: 52px;
    top: 0;
    overflow: hidden;
  }
  
  .timeline-container .vertical-scrollable-timeline .list-progress .inner {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: var(--secondary-color);
    width: 100%;
  }
  
  .timeline-container .vertical-scrollable-timeline li {
    position: relative;
    padding: 20px 0px 65px 145px;
  }
  
  .timeline-container .vertical-scrollable-timeline li:last-child {
    padding-bottom: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li p {
    line-height: 40px;
  }
  
  .timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    border-radius: 50%;
    z-index: 1;
    transition: 0.4s all;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    position: absolute;
    background-color: var(--secondary-color);
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s all;
  }
  
  .timeline-container .vertical-scrollable-timeline li .icon-holder i {
    font-size: 25px;
    color: var(--white-color);
  }
  
  .timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: transparent;
    left: 52px;
    z-index: 0;
  }
  
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: var(--primary-color);
  }
  
  .timeline-container
    .vertical-scrollable-timeline
    li.active
    .icon-holder::before {
    background-color: var(--primary-color);
  }
  
  /*---------------------------------------
    FAQs              
  -----------------------------------------*/
  .faq-section .accordion-item {
    border: 0;
  }
  
  .faq-section .accordion-button {
    font-size: var(--h6-font-size);
    font-weight: var(--font-weight-semibold);
  }
  
  .faq-section .accordion-item:first-of-type .accordion-button {
    border-radius: var(--border-radius-large);
  }
  
  .faq-section .accordion-button:not(.collapsed) {
    border-radius: var(--border-radius-large);
    box-shadow: none;
    color: var(--primary-color);
  }
  
  .faq-section .accordion-body {
    color: var(--p-color);
    font-size: var(--btn-font-size);
    line-height: 40px;
  }
  
  /*---------------------------------------
    NEWSLETTER               
  -----------------------------------------*/
  .newsletter-image {
    border-radius: var(--border-radius-medium);
  }
  
  /*---------------------------------------
    CONTACT               
  -----------------------------------------*/
  .google-map {
    border-radius: var(--border-radius-medium);
  }
  
  .contact-form .form-floating > textarea {
    border-radius: var(--border-radius-medium);
    height: 150px;
  }
  
  /*---------------------------------------
    SUBSCRIBE FORM               
  -----------------------------------------*/
  .subscribe-form-wrap {
    padding: 50px;
  }
  
  .subscribe-form {
    width: 95%;
  }
  
  /*---------------------------------------
    CUSTOM FORM               
  -----------------------------------------*/
  .custom-form .form-control {
    border-radius: var(--border-radius-large);
    color: var(--p-color);
    margin-bottom: 24px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    outline: none;
  }
  
  .form-floating > label {
    padding-left: 20px;
  }
  
  .custom-form button[type="submit"] {
    background: var(--custom-btn-bg-color);
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    transition: all 0.3s;
    margin-bottom: 0;
  }
  
  .custom-form button[type="submit"]:hover,
  .custom-form button[type="submit"]:focus {
    background: var(--custom-btn-bg-hover-color);
    border-color: transparent;
  }
  
  /*---------------------------------------
    RESPONSIVE STYLES               
  -----------------------------------------*/
  @media screen and (max-width: 991px) {
    
  
    .section-padding {
      padding-top: 50px;
      padding-bottom: 50px;
    }
  
  
    .featured-section {
      border-radius: 0 0 80px 80px;
      padding-bottom: 50px;
    }
  
    .custom-block-topics-listing .custom-block-image {
      width: auto;
    }
  
    .custom-block-topics-listing > .d-flex,
    .custom-block-topics-listing-info,
    .custom-block-topics-listing a {
      flex-direction: column;
    }
  
    .timeline-container .vertical-scrollable-timeline .list-progress {
      height: 75%;
    }
  
    .timeline-container .vertical-scrollable-timeline li {
      padding-left: 135px;
    }
  
    .subscribe-form-wrap {
      padding-top: 30px;
      padding-bottom: 0;
    }
  }
  
  .owl-carousel .owl-stage {
    display: flex;
    height: 100%;
  }
  
  .owl-carousel .owl-item .custom-block {
    width: auto;
  }
  
  .owl-carousel .owl-item .item {
    margin: 60px;
    height: 400px;
  }
  
  #top
    > main
    > section.featured-section
    > div
    > div.owl-carousel.owl-theme.owl-loaded.owl-drag
    > div.owl-nav {
    display: none;
  }
  
  .owl-carousel span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgb(255, 255, 255) !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  
  .owl-carousel .active span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgb(88, 88, 88) !important;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  /* image paralax */
  .parallax {
    /* The image used */
    background-image: linear-gradient(rgba(0, 0, 0, 0.692), rgba(0, 0, 0, 0.397)),
      url("/images/bg-landing-resize.jpg");
  
    /* Set a specific height */
    min-height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .btn-fasilitas {
    width: 130px;
    height: 130px;
  }
  
  .btn-fasilitas span svg {
    height: 70%;
  }
  
  .btn-fasilitas .text-fasilitas {
    font-size: 15px;
    margin-top: 10px;
    color: #000000;
  }
  
  .informasi-fasilitas {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
  }
  
  .img-fasilitas {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-top: 35px;
  }
  
  .deskripsi-fasilitas p {
    font-size: 15px;
  }
  .btn-fasilitas-active {
    transform: translateY(-10px);
  }
  .btn-fasilitas-active svg {
    fill: #ea5921;
  }
  .btn-fasilitas-active .text-fasilitas {
    color: #ea5921 !important;
  }
  
  .card-border-shadow {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
    height: 100%;
  }
  
  /* card grafik */
  .blog_post {
    background: #fff;
    border-radius: var(--border-radius-medium) !important;
    max-width: 500px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
  }
  
  .container_copy {
    padding: 6rem 4rem 5rem 4rem;
  }
  
  .img_pod {
    height: 150px;
    width: 150px;
    background-color: white;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -75px; /*half the size of width*/
    top: -20%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  
  .img_pod img {
    height: 7.3rem;
    width: 7.3rem;
    position: relative;
  
    z-index: 1;
  }
  
  .blog_post:hover {
    background-color: var(--secondary-color);
    transform: translateY(-3px);
  
    .img_pod {
      background: linear-gradient(90deg, #ff9966, #ff5e62);
    }
  }
  
  .container_copy p {
    font-size: 18px;
  }
  
  .card-detail-kunjungan {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
  
    transition: all 0.3s ease;
    height: 100%;
  }
  
  /* end card grafik */
  
  /* testimoni carousel */
  .gtco-testimonials {
    position: relative;
    margin-top: 30px;
  
    h2 {
      font-size: 30px;
      text-align: center;
      color: #333333;
      margin-bottom: 50px;
    }
  
    .owl-stage-outer {
      padding: 30px 0;
    }
  
    .owl-nav {
      display: none;
    }
  
    .owl-dots {
      text-align: center;
  
      span {
        position: relative;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid #01b0f8;
        margin: 0 5px;
      }
  
      .active {
        box-shadow: none;
  
        span {
          background: #01b0f8;
          box-shadow: none;
          height: 12px;
          width: 12px;
          margin-bottom: -1px;
        }
      }
    }
  
    .card {
      background: #fff;
      box-shadow: 0 8px 30px -7px #c9dff0;
      margin: 0 20px;
      padding: 0 10px;
      border-radius: 20px;
      border: 0;
  
      .card-img-top {
        max-width: 100px;
        border-radius: 50%;
        margin: 15px auto 0;
        box-shadow: 0 8px 20px -4px #95abbb;
        width: 100px;
        height: 100px;
      }
  
      
  
      p {
        font-size: 18px;
        color: #555;
        padding-bottom: 15px;
      }
    }
  
    .active {
      opacity: 0.5;
      transition: all 0.3s;
    }
  
    .center {
      opacity: 1;
  
      
  
      .card-img-top {
        max-width: 100%;
        height: 120px;
        width: 120px;
      }
    }
  }
  
  .owl-carousel {
    .owl-nav button {
      &.owl-next,
      &.owl-prev {
        outline: 0;
      }
    }
  
    button.owl-dot {
      outline: 0;
    }
  }
  /* end testimoni carausel */
  
  @media screen and (max-width: 480px) {
    .gtco-testimonials {
      margin-top: 20px;
    }
  
    .btn-fasilitas {
      width: 100px;
    }
  
    .text-fasilitas {
      display: none;
    }
  }
  