@media (max-width: 600px) {
    
    .banner-img {
        position: relative;
        right: -15%;
        max-width: 600px;
        height: auto;
        top: 50% !important;
      }

    .main-section {
        border-top-right-radius: 8pc;
    }
      
    /* .container {
        padding: 10px;
        font-size: 14px;
    } */

    .card-feature {
        height: 425px;
    }

    .card-banner {
        max-width: 600px;
    }
  
    .banner-text {
        font-size: 1.75rem;
      
      }

    .card-asiadirect {
        margin-right:0px;
    }

    .feature-detail {
        font-size:2.5rem;
    }

    .feature-info p {
        font-size:1rem !important;
    }

    .text-section {
         width:75%;
    }
    .title-section{
        font-size: 2rem;
        
    }

    .bridging-section p, .testimoni-section p {

        font-size: 14px !important;
    } 

    .testimoni-section {
        border-top-right-radius: 7pc;
        border-bottom-left-radius: 7pc;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
      }

      .cta-section {
        border-radius: 0 !important;
        margin:0;
        padding:2.5rem 1.5rem;
      }
     

      .navbar-collapse {
        top: -65px;
        position: absolute;
        box-shadow: 0 0px 14px 0px rgba(0, 0, 0, 0.3);
        left: 0px;
        background-color: white;
        width: 200px;
        padding: 50px;
        border-bottom-right-radius: 45px;
      }

      .navbar > .container {
        position: absolute !important;
            top: 0 !important;
            left: 0 !important;
            text-align: center !important;
      }
      .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
        color: #444 !important;
      }

      
footer {
    padding: 8% 2%;
    justify-content: center;
    text-align: center;   
}
  
  }
  