@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
      url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff') format('woff2'),
      url('../fonts/Poppins-Light.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #4316BF;
  --secondary-color: #41D365;
  --tertiary-color: #2d02a1;
  --light-color: #f5f6f6;
  --text-color: #303030;
  --teal-color: #43ccda;
  --light-teal-color: #baf7fe;
  --white-color: #ffffff;
  --pink-color: #E28197;
  --light-pink-color: #FCDEE2;
  --orange-color: #fad15e;
  --light-orange-color: #fbeabc;
  --gray-color: #96989e;
  --light-gray-color: #ddd;
  --brown-color: #DAB692;
  --purple: #764ABC;
  --red-orange: #f98d5a;

  --head-font-family: 'Clash Display', serif;
  --main-font-family: 'Poppins', serif;

  --gap-0: 0px;
  --gap-1: 4px;
  --gap-2: 8px;
  --gap-3: 16px;
  --gap-4: 24px;
  --gap-5: 48px;
}

* {
  font-family: var(--main-font-family);
  margin: 0;
  padding: 0;
  color: #303030;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--head-font-family);
}

p,
span,
div,
li,
a,
td {
  font-size: 18px;
  color: var(--text-color);
}

h1 span {
  font-size: inherit;
  font-family: inherit;
}
h1 u, h3 u {
  font-size: inherit !important;
  font-family: inherit !important;
}

.img-responsive {
  width: 100%;
}

.border-bottom {
  border-bottom: 2px solid var(--text-color);
}

/* Bars Menu */
.bars-menu {
  display: none;
  cursor: pointer;
  align-items: center;
  height: 80px;
}
.bars-menu-lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 27px;
  width: 50px;
}
.bars-menu-line-top, .bars-menu-line-center, .bars-menu-line-bottom {
  width: 50px;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 2px;
}
.bars-menu-line-center {
  width: 40px;
}

/* Close Menu */
.close-menu {
  display: none;
  cursor: pointer;
  align-items: center;
  height: 80px;
}
.close-menu-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 27px;
  width: 50px;
}
.close-menu-line-left, .close-menu-line-right {
  width: 35px;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 2px;
  position: absolute;
}
.close-menu-line-left {
  transform: rotate(45deg);
}
.close-menu-line-right {
  transform: rotate(-45deg);
}

a {
  color: var(--primary-color);
}

/* Common */
.kodinggo-logo {
  width: 200px;
}
.cursor-pointer {
  cursor: pointer;
}

/* Color */
.primary-color {
  color: var(--primary-color);
}
.secondary-color {
  color: var(--secondary-color);
}
.white-color {
  color: var(--white-color);
}
.gray-color {
  color: var(--gray-color);
}
.teal-color {
  color: var(--teal-color);
}
.orange-color {
  color: var(--orange-color);
}
.pink-color {
  color: var(--pink-color);
}
.red-orange-color {
  color: var(--red-orange);
}

/* Background Color */
.bg-primary {
  background-color: var(--primary-color);
}
.bg-secondary {
  background-color: var(--secondary-color);
}
.bg-tertiary {
  background-color: var(--tertiary-color);
}
.bg-teal {
  background-color: var(--teal-color);
}
.bg-light-teal {
  background-color: var(--light-teal-color);
}
.bg-light {
  background-color: var(--light-color);
}
.bg-pink {
  background-color: var(--pink-color);
}
.bg-light-pink {
  background-color: var(--light-pink-color);
}
.bg-orange {
  background-color: var(--orange-color);
}
.bg-light-orange {
  background-color: var(--light-orange-color);
}
.bg-gray {
  background-color: var(--gray-color);
}
.bg-light-gray {
  background-color: var(--light-gray-color);
}
.bg-brown {
  background-color: var(--brown-color);
}
.bg-purple {
  background-color: var(--purple);
}
.bg-red-orange {
  background-color: var(--red-orange);
}

/* Container */
.container-fluid {
  overflow: hidden;
}
.container {
  padding: 60px 0;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
.container-sm {
  padding: 60px 0;
  max-width: 784px;
  margin: 0 auto;
  overflow: hidden;
}
.img-certificate {
  max-width: 784px;
}

/* Content */
.content {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.content-text {
  display: flex;
  align-items: center;
  max-width: 700px;
  overflow: hidden;
}
.content.all-texts .content-text:nth-child(odd) div {
  margin-right: var(--gap-4);
}
.content.all-texts .content-text:nth-child(even) div {
  margin-left: var(--gap-4);
}
.content-img {
  display: flex;
  align-items: center;
  max-width: 500px;
  overflow: hidden;
}
.content-list {
  display: flex;
  overflow: hidden;
}
.content-list.v-center {
  align-items: center;
}
.content-roadmap .content-text {
  align-items: start;
}
.roadmap-item {
  display: flex;
}
.roadmap-item .roadmap-check {
  display: flex;
  align-items: center;
  position: relative;
}
.roadmap-line {
  width: 4px;
  height: 100%;
  position: absolute;
  left: 8.5px;
}
.roadmap-symbol {
  border: 2px solid var(--gray-color);
  padding: var(--gap-3);
  margin-bottom: var(--gap-4);
}

/* Bullet */
.bullet-list {
  margin-top: 4px;
  margin-right: 25px;
}
.bullet-list i {
  background-color: var(--text-color);
  padding: 10px;
  border-radius: 9999px;
  display: inline-block;
}
.bullet-sm {
  background-color: var(--text-color);
  padding: 5px;
  border-radius: 9999px;
  display: inline-block;
}
.list {
  margin-left: 18px;
}

/* Nav */
.container-fluid-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.container-nav {
  padding: 0 96px;
  display: flex;
  box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.075);
  justify-content: space-between;
  font-size: 20px;
  background-color: var(--white-color);
}
.nav-left {
  display: flex;
  align-items: center;
  height: 80px;
}
.nav-items {
  display: flex;
  padding-left: 20px;
  height: 80px;
  justify-content: center;
  align-items: center;
}
.nav-item {
  padding: 0 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav-item a {
  text-decoration: none;
}
.nav-right {
  display: flex;
  align-items: center;
  height: 80px;
  overflow: hidden;
}
.pt-additional-nav {
  padding-top: 80px;
}
.sub-nav-items {
  top: 80px;
  left: 0px;
  position: absolute;
  width: 500px;
  padding-top: 5px;
  display: none;
}
.sub-nav-items div {
  background-color: var(--light-color);
  border-radius: 7px;
  padding: 18px 25px 8px 25px;
  box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 4px 10px -1px rgba(0, 0, 0, 0.075);
}
.sub-nav-items a {
  margin-bottom: var(--gap-3);
  display: block;
}
.dropdown-icon {
  width: 10px;
  color: var(--primary-color);
  margin-left: var(--gap-1);
}
.nav-item-more {
  display: none;
}

/* Footer */
.container-fluid-footer {
  overflow: hidden;
}
.container-footer {
  display: flex;
  justify-content: space-between;
  padding: 80px 200px;
  overflow: hidden;
}
.footer-left {
  width: calc(50%);
  box-sizing: border-box;
  margin-right: 120px;
  overflow: hidden;
}
.footer-right {
  width: calc(50%);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.container-footer-cp {
  display: flex;
  justify-content: space-between;
  padding: 16px 200px;
  overflow: hidden;
}
.footer-left-cp {
  width: calc(50%);
  box-sizing: border-box;
  overflow: hidden;
}
.footer-right-cp {
  width: calc(50%);
  box-sizing: border-box;
  overflow: hidden;
}

/* Ballon */
.ballon-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.ballon-icon img {
  width: 29px;
}
.ballon-icon-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  border-top-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.ballon-icon-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.ballon-icon-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.ballon-icon i {
  color: var(--white-color);
  font-size: 30px;
}
.ballon-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-2 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-3 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 344px;
  height: 420px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-4 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-5 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 192px;
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-6 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 300px;
  border-bottom-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-7 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 242px;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-8 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 242px;
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-9 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 242px;
  height: 300px;
  border-top-right-radius: 9999px;
  border-top-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-10 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ballon-img-11 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.learn-phase {
  border-top-left-radius: 100px;
  padding: 64px 96px;
}
.slideshow {
  position: relative;
}
.slide, .slide_2 {
  display: none;
}
.slide-cursor {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 42%;
}
.slide-cursor a {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  cursor: pointer;
}
.ballon-group {
  display: flex;
  justify-content: space-between;
}
.ballon-group-2 {
  display: grid;
  grid-template-columns: auto auto;
}

/* Button */
.btn {
  display: inline-block;
  padding: 11px 40px;
  text-decoration: none;
}
.btn-primary {
  border: 3px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
}
.btn-outline-primary {
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
}
.btn-outline-light {
  border: 3px solid var(--light-color);
  color: var(--light-color);
}
.btn-group-top {
  display: flex;
}
.btn-group-bottom {
  display: flex;
  justify-content: center;
}
.btn-whatsapp {
  text-decoration: none;
  height: 55px;
  width: 275px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.btn-whatsapp i {
  margin-right: var(--gap-1);
  font-size: 36px;
}
.btn-whatsapp span {
  font-size: 20px;
}
.btn-rounded-primary {
  border: 3px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 50px;
}
.btn-rounded-pink {
  border: 3px solid var(--pink-color);
  background-color: var(--pink-color);
  color: var(--white-color);
  border-radius: 50px;
}
.btn-rounded-orange {
  border: 3px solid var(--orange-color);
  background-color: var(--orange-color);
  color: var(--text-color);
  border-radius: 50px;
}
.btn-rounded-teal {
  border: 3px solid var(--teal-color);
  background-color: var(--teal-color);
  color: var(--white-color);
  border-radius: 50px;
}

/* Typography */
a.display-1, 
a.display-2, 
a.display-3, 
a.display-4 {
  font-family: var(--head-font-family);
  text-decoration: none;
  color: var(--text-color);
  display: block;
  font-weight: bold;
}
.display-1, h1 {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0px;
}
.display-2, h2 {
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 1px;
}
.display-3, h3 {
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 1px;
}
.display-4 {
  font-size: 35px;
  line-height: 43px;
  letter-spacing: 1px;
}
.text-center {
  text-align: center;
}
.fw-bold {
  font-weight: bold;
}
.fs-extra-large, .fs-extra-large * {
  font-size: 22px;
}
.fs-large, .fs-large * {
  font-size: 20px;
}
.fs-medium, .fs-medium * {
  font-size: 18px;
}
.fs-small, .fs-small * {
  font-size: 16px;
}
.line-through {
  text-decoration: line-through;
}

/* Grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid-item {
  width: calc(33.33% - 30px);
  margin: 15px;
  box-sizing: border-box;
}
.grid.logo .grid-item {
  width: calc(25% - 50px);
  margin: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid.logo .grid-item img {
  width: 100%;
}
.grid.stats .grid-item {
  width: calc(25% - 50px);
  margin: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.grid-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.grid-item-2 {
  width: calc(42% - 20px);
  margin: 10px;
  box-sizing: border-box;
}
.benefit {
  background-color: var(--light-gray-color);
  padding: 30px;
  border-top-left-radius: 36px;
  background-image: url(../assets/circle.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position-x: calc(100% + 100px);
  background-position-y: calc(100% + 100px);
}
.price {
  padding: 30px;
  border-top-left-radius: 36px;
}

/* Margin */
.mr-0 {
  margin-right: var(--gap-0);
}
.mr-1 {
  margin-right: var(--gap-1);
}
.mr-2 {
  margin-right: var(--gap-2);
}
.mr-3 {
  margin-right: var(--gap-3);
}
.mr-4 {
  margin-right: var(--gap-4);
}
.mr-5 {
  margin-right: var(--gap-5);
}

.mt-0 {
  margin-top: var(--gap-0);
}
.mt-1 {
  margin-top: var(--gap-1);
}
.mt-2 {
  margin-top: var(--gap-2);
}
.mt-3 {
  margin-top: var(--gap-3);
}
.mt-4 {
  margin-top: var(--gap-4);
}
.mt-5 {
  margin-top: var(--gap-5);
}

.mb-0 {
  margin-bottom: var(--gap-0) !important;
}
.mb-1 {
  margin-bottom: var(--gap-1) !important;
}
.mb-2 {
  margin-bottom: var(--gap-2) !important;
}
.mb-3 {
  margin-bottom: var(--gap-3) !important;
}
.mb-4 {
  margin-bottom: var(--gap-4) !important;
}
.mb-5 {
  margin-bottom: var(--gap-5) !important;
}

.ml-0 {
  margin-left: var(--gap-0);
}
.ml-1 {
  margin-left: var(--gap-1);
}
.ml-2 {
  margin-left: var(--gap-2);
}
.ml-3 {
  margin-left: var(--gap-3);
}
.ml-4 {
  margin-left: var(--gap-4);
}
.ml-5 {
  margin-left: var(--gap-5);
}

.mx-0 {
  margin-left: var(--gap-0);
  margin-right: var(--gap-0);
}
.mx-1 {
  margin-left: var(--gap-1);
  margin-right: var(--gap-1);
}
.mx-2 {
  margin-left: var(--gap-2);
  margin-right: var(--gap-2);
}
.mx-3 {
  margin-left: var(--gap-3);
  margin-right: var(--gap-3);
}
.mx-4 {
  margin-left: var(--gap-4);
  margin-right: var(--gap-4);
}
.mx-5 {
  margin-left: var(--gap-5);
  margin-right: var(--gap-5);
}

.my-0 {
  margin-top: var(--gap-0);
  margin-bottom: var(--gap-0);
}
.my-1 {
  margin-top: var(--gap-1);
  margin-bottom: var(--gap-1);
}
.my-2 {
  margin-top: var(--gap-2);
  margin-bottom: var(--gap-2);
}
.my-3 {
  margin-top: var(--gap-3);
  margin-bottom: var(--gap-3);
}
.my-4 {
  margin-top: var(--gap-4);
  margin-bottom: var(--gap-4);
}
.my-5 {
  margin-top: var(--gap-5);
  margin-bottom: var(--gap-5);
}

/* Padding */
.pb-0 {
  padding-bottom: var(--gap-0);
}
.pb-1 {
  padding-bottom: var(--gap-1);
}
.pb-2 {
  padding-bottom: var(--gap-2);
}
.pb-3 {
  padding-bottom: var(--gap-3);
}
.pb-4 {
  padding-bottom: var(--gap-4);
}
.pb-5 {
  padding-bottom: var(--gap-5);
}

.ballon-img-testimonial {
  margin-top: 62px;
}

/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.accordion-header {
  background-color: var(--light-gray-color);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--gap-4) 28px;
  border-bottom: 1px solid var(--gray-color);
}
.accordion-content {
  padding: 10px;
  display: none;
  padding: 0 28px 24px 28px;
  background-color: var(--light-gray-color);
  border-bottom: 1px solid var(--gray-color);
}
.accordion.active .accordion-content {
  display: block;
}
.accordion.active .accordion-header {
  border-bottom: none;
}

/* Sidenav */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: var(--white-color);
  overflow-x: hidden;
  transition: 0.1s;
  margin-top: 80px;
}
.sidenav-item {
  padding: 0 16px;
  transition: 0.1s;
  border-bottom: 1px solid var(--light-color);
}
.sidenav-link a, .sidenav-link span {
  font-size: 20px;
  color: var(--primary-color);
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
.sidenav-item-dropdown .sidenav-link {
  display: flex;
  justify-content: space-between;
}
.sidenav-item-dropdown .sidenav-link a {
  width: 50%;
}
.sidenav-btn-dropdown {
  width: 50%;
  text-align: right;
}
.sidenav-sub-item {
  display: none;
}
.sidenav-sub-item a {
  margin-bottom: var(--gap-3);
  display: block;
  text-decoration: none;
}
.sidenav .sidenav-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 80px;
  width: 100%;
}
.phone-sidenav {
  text-align: center;
  padding: 10px 16px;
  font-size: 20px;
  color: var(--primary-color);
}
.btn-sidenav {
  font-size: 20px;
  display: block;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
}

.blog-detail h2, .blog-detail h3, .blog-detail p {
  margin-bottom: var(--gap-3);
}

/* Video Container */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.badge {
  display: inline-block;
  padding: 15px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* Font Awesome */
.fa-angles-down {
  font-size: 17px;
}
#program-kursus .fa-angle-right {
  font-size: 13px;
}

/* Flex */
.flex-start {
  display: flex;
  justify-content: start;
  align-items: start;
}

.stack-icons img {
  max-height: 50px;
}

.label {
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
  color: var(--white-color);
}

.tech-stacks span {
  margin-right: var(--gap-1);
  margin-bottom: var(--gap-2);
  display: inline-block;
  background-color: var(--text-color);
  padding: 5px 20px;
  border-radius: 50px;
  color: var(--light-color);
}