@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* General */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    font-family: "Roboto", sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
}
.container {
    margin: 0 auto;
}

/* Hero Section */
.hero-section {
    background-image: url('../img/bg-hero.png');
    background-size: cover;
    background-position: center;
    width: 97%;
    border-radius: 50px;
    position: relative;
    height: calc(100vh - 96px);
}
.hero-section::before {
    content: "";
    background: linear-gradient(90deg, rgba(0,0,0,0.77) 20%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0) 100%);
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.hero-section h1 {
    font-size: 4rem;
}
.title-2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #FDBF60;
}
.support-img {
    bottom: 0;
    right: 0;
    z-index: 3;
}

/* Text Slider */
.text-slider {
    position: relative;
    overflow: hidden;
    transition: height 0.5s ease;
}
.text-slider h2 {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    width: 100%;
    top: 0;
}
.text-slider h2.active {
    opacity: 1;
}

/* Features Section */
.features-section {
    padding: 50px 0;
}
#solusi, #hadist {
    background: #ffffff url(../img/bg-solusi.png) no-repeat bottom;
    background-size: cover;
}
#tentang, #produk {
    background: #ffffff url(../img/bg-tentang.png) no-repeat top;
    background-size: cover;
}

/* Typography */
.underline-text {
    position: relative;
    color: #BF8F00;
    font-weight: bold;
    text-decoration: none;
    padding: .1rem;
}
.underline-text:hover {
    color: #9d7807;
}
.underline-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 7px;
    border-top: 5px solid #BF8F00;
    border-radius: 50%;
}

/* Custom Classes */
.bg-card {
    padding: .5rem;
    width: 55px;
    height: 55px;
    line-height: 35px;
    text-align: center;
}
.bg-cta {
    background: #F8EDED;
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    bottom: 0;
    border-radius: 25px 0 0 25px;
}
.potensi-img {
    position: absolute;
    right: 0;
    height: 60vh;
}
.number {
    height: 40px;
    width: 40px;
    background: #FFB000;
    border-radius: 50%;
    text-align: center;
    margin-right: 1rem;
}
#perbedaan .cta-modal {
  font-size: 1.3rem;
}

/* Footer */
.ftco-section {
    padding: 7em 0;
    position: relative; }
    @media (max-width: 767.98px) {
      .ftco-section {
        padding: 6em 0; } }
  
  .ftco-no-pt {
    padding-top: 0 !important; }
  
  .ftco-no-pb {
    padding-bottom: 0 !important; }
  
  .ftco-bg-dark {
    background: #3c312e; }
  
  .ftco-footer {
    font-size: 16px;
    background: #030918;
    padding: 5em 0 0 0;
    z-index: 0;
    position: relative;
    z-index: 0; }
    @media (max-width: 991.98px) {
      .ftco-footer .ftco-footer-widget {
        margin-bottom: 40px; } }
    .ftco-footer .ftco-footer-widget ul {
      margin: 0;
      padding: 0; }
      .ftco-footer .ftco-footer-widget ul li {
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.5); }
        .ftco-footer .ftco-footer-widget ul li a {
          color: rgba(255, 255, 255, 0.5); }
          .ftco-footer .ftco-footer-widget ul li a span {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px; }
          .ftco-footer .ftco-footer-widget ul li a:hover {
            color: #262424; }
    .ftco-footer p {
      color: rgba(255, 255, 255, 0.5); }
    .ftco-footer .ftco-heading-2 {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 40px;
      letter-spacing: 2px; }
    .ftco-footer .logo a {
      color: #262424; }
      .ftco-footer .logo a span.flaticon {
        font-size: 24px;
        line-height: 1; }
    .ftco-footer .bg-primary {
      background: #030918 !important;
      position: relative;
      z-index: 0;
      overflow: hidden; }
      .ftco-footer .bg-primary p {
        color: rgba(0, 0, 0, 0.9); }
        .ftco-footer .bg-primary p a {
          color: #111;
          font-weight: bold;
          text-decoration: underline; }
      .ftco-footer .bg-primary .aside-stretch {
        background-color: #f7a046; }
        .ftco-footer .bg-primary .aside-stretch:after {
          background-color: #f7a046; }
        .ftco-footer .bg-primary .aside-stretch:before {
          position: absolute;
          top: 0;
          right: 100px;
          content: '';
          width: 100px;
          height: 100%;
          background: #f7a046;
          -webkit-transform: matrix(1, 0, 0.9, 1, 150, 0);
          -ms-transform: matrix(1, 0, 0.9, 1, 150, 0);
          transform: matrix(1, 0, 0.9, 1, 150, 0);
          z-index: -1; }
        @media (max-width: 767.98px) {
          .ftco-footer .bg-primary .aside-stretch:before {
            display: none; } }
  
  .ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block; }
    .ftco-footer-social li a {
      height: 40px;
      width: 40px;
      display: block;
      background: rgba(255, 255, 255, 0.08);
      position: relative;
      border-radius: 50%; }
      .ftco-footer-social li a span {
        position: absolute;
        font-size: 20px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff !important; }
      .ftco-footer-social li a:hover {
        background: #262424; }
        .block-23 ul {
            padding: 0; }
            .block-23 ul li, .block-23 ul li > a {
              display: table;
              line-height: 1.5;
              margin-bottom: 15px; }
            .block-23 ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .block-23 ul li .icon, .block-23 ul li .text {
              display: table-cell;
              vertical-align: top; }
            .block-23 ul li .icon {
              width: 40px;
              font-size: 18px;
              padding-top: 2px;
              color: black; }
              .aside-stretch {
                background: #111; }
                .aside-stretch:after {
                  position: absolute;
                  top: 0;
                  right: 100%;
                  bottom: 0;
                  content: '';
                  width: 360%;
                  background: #111; }
                @media (max-width: 767.98px) {
                  .aside-stretch {
                    background: transparent; }
                    .aside-stretch:after {
                      background: transparent;
                      display: none; } }

/* Responsive */
@media (max-width: 1400px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    /* Navbar */
    .navbar-brand img {
        height: 50px;
    }

    /* Hero Section */
    .title-1 {
        font-size: 1rem;
    }
    .title-2 {
        font-size: 1.85rem;
    }
    .text-slider h2 {
        font-size: 1.5rem;
    }
    .support-img {
        height: 115px;
    }

    /* CTA Section */
    .bg-cta {
      left: 0;
    }

    /* Solusi Section */
    .title-solusi {
      font-size: 26px;
    }
    .subtitle-solusi-1 {
      font-size: 1.1rem;
    }
    .subtitle-solusi-2 {
      font-size: 1.4rem;
    }

    /* Tentang Section */
    .title-about {
      font-size: 1.5rem;
    }

    /* Hadist Section */
    .title-hadist {
      font-size: 1.1rem;
    }

    /* Potensi Section */
    .title-potensi {
      font-size: 1.8rem;
      padding: 0 1rem;
    }
    .potensi-desc h2 {
      font-size: 1.5rem;
    }

    /* Perbedaan Section */
    #perbedaan .cta-modal {
      font-size: 1.2rem;
    }

    /* Cara Section */
    .title-how {
      font-size: 1.8rem;
    }
}

@media (max-width: 360px) {
    .title-1 {
        font-size: 14px;
    }
    .title-2 {
        font-size: 1.5rem;
    }
    .text-slider h2 {
        font-size: 1rem;
    }
    .support-img {
        height: 100px;
    }
}

