/* Google Fonts Import Link */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
  --primary-color: #00bc8b;
  --secondary-color: #f3be00;
  --accent-color: #ff5252;
  --blue: #037bff;
  --white: #fff;
  --black: #000;
  --primary-font: "Poppins";
}

/* Projects Tab Start */

.project_tab {
    padding: 0px 20px 30px 45px;
  }

  .nav-item .nav-link {
    position: relative;
    color: var(--blue) !important;
    font-family: var(--primary-font) !important;
    font-weight: 500 !important;
    font-size: 14px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 20px;
    border-radius: 0 !important;
    border: none !important;
    clip-path: polygon(0% 0%, 90% 0, 95% 51%, 100% 100%, 0% 100%) !important;
    z-index: 0;
  }
  
  .border {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 0px;
    bottom: 1px;
    clip-path: polygon(0% 0%, 90% 0, 95% 51%, 100% 100%, 0% 100%) !important;
    z-index: 1;
  }
  
  .nav-item .nav-link.active {
    background-color: #144492 !important;
    color: var(--white) !important;
    clip-path: polygon(0% 0%, 90% 0, 95% 51%, 100% 100%, 0% 100%) !important;
  }

/* Projects Tab End */
