*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* {{ asset('assets/img/header/logo.svg') }} */
body{
    font-family: "DM Sans", sans-serif;
       overflow-x: hidden;
}

.text-bebas{
     font-family: "Bebas Neue", sans-serif;
}

/* topbar */
.green-gradient-shadow{
    background: linear-gradient(180deg, #17AE14 0%, #036C04 100%);
    box-shadow: 0px 4px 21px rgba(17, 226, 13, 0.49);
}
  .clip-shape {
   clip-path: polygon(9% 0, 100% 0, 100% 88%, 93% 100%, 0 100%, 0 11%);
  }

    .clip-shape-border {
      clip-path: polygon(7% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 9%);
  }

  .drop-shadow-custom {
    filter: drop-shadow(0px 4px 74px rgba(23, 174, 20, 0.27));
}

/* services */
.skewed-card {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  }

.angled-shape{
/* clip-path: polygon(0 0, 100% 0, 100% 10%, 100% 100%, 10% 100%, 0 88%);
 */
 clip-path: polygon(
                0% 0%,       /* Top Left */
                85% 0%,      /* Start Top Right Cut */
                100% 15%,    /* End Top Right Cut */
                100% 100%,   /* Bottom Right */
                15% 100%,    /* Start Bottom Left Cut */
                0% 85%       /* End Bottom Left Cut */
            );
}

.service-card:hover .skewed-inner {
    transform: scale(1.05);
}

       .iti {
            width: 100%;
            display: block;
        }
        .iti__flag-container {
            border-radius: 0.375rem 0 0 0.375rem;
        }
        .iti__selected-flag {
            background-color: transparent; 
        }

.blog{
    clip-path: polygon(100% 0, 100% 71%, 0 100%, 0 31%);

}
.blogpath{
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 27%);

}