@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fs-1 {
  font-size: 0.063rem !important;
}

.fs-2 {
  font-size: 0.125rem !important;
}

.fs-3 {
  font-size: 0.188rem !important;
}

.fs-4 {
  font-size: 0.25rem !important;
}

.fs-5 {
  font-size: 0.313rem !important;
}

.fs-6 {
  font-size: 0.375rem !important;
}

.fs-7 {
  font-size: 0.438rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.563rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.688rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.813rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.938rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.063rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.438rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-25 {
  font-size: 1.563rem !important;
}

.fs-26 {
  font-size: 1.625rem !important;
}

.fs-28 {
  font-size: 1.75rem !important;
}

.fs-30 {
  font-size: 1.875rem !important;
}

.fs-31 {
  font-size: 1.938rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-35 {
  font-size: 2.188rem !important;
}

.fs-36 {
  font-size: 2.25rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-42 {
  font-size: 2.625rem !important;
}

.fs-44 {
  font-size: 2.75rem !important;
}

.fs-45 {
  font-size: 2.813rem !important;
}

.fs-46 {
  font-size: 2.875rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-50 {
  font-size: 3.125rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-57 {
  font-size: 3.563rem !important;
}

.fs-64 {
  font-size: 4rem !important;
}

.fs-68 {
  font-size: 4.25rem !important;
}

.fs-72 {
  font-size: 4.5rem !important;
}

.fs-75 {
  font-size: 4.688rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

.fs-88 {
  font-size: 5.5rem !important;
}

.fs-90 {
  font-size: 5.625rem !important;
}

.fs-96 {
  font-size: 6rem !important;
}

.fs-100 {
  font-size: 6.25rem !important;
}

p {
  margin: 0 !important;
  word-wrap: break-word;
  word-break: break-word;
}

.container {
  max-width: 600px !important;
}

a {
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.bg-dark {
  background-color: #212224 !important;
}

ul[role=list] {
  list-style: none;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
ul[role=list] li {
  padding: 5px;
}
ul[role=list] li a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: context-menu;
}

.skill_set {
  background-color: #343639;
  border-radius: 40px;
  padding: 5px 15px !important;
  margin-right: 10px;
  margin-bottom: 10px;
}
.skill_set:not(.no-hover):hover {
  transform: scale(1.1);
}

.card {
  background-color: #343639;
  color: #fff;
  transition: transform 0.2s ease-in-out;
}
.card .arrow_flip {
  opacity: 0;
  transform-origin: top;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  pointer-events: none;
}
.card .card-text {
  color: #7C7C7C;
}
.card .card-img-top {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  padding: 2px;
}
.card:hover {
  transform: translateY(-2%);
}
.card:hover .arrow_flip {
  opacity: 1;
  transform: rotate(-125deg);
}

.timeline {
  position: relative;
  width: 1px;
  height: 100px;
  background-color: #111;
  padding: 1px;
}

.timeline::after {
  content: "";
  position: absolute;
  top: 20%;
  left: -195%;
  width: 4px;
  height: 4px;
  background-color: #fff;
  padding: 4px;
  border-radius: 100%;
  border: 1px solid #fff;
}

form .form-control {
  border: 0 !important;
  border-radius: 0px !important;
  background-color: #343639 !important;
  color: #fff !important;
  outline: 0 !important;
}
form .form-control::-moz-placeholder {
  color: #fff !important;
}
form .form-control::placeholder {
  color: #fff !important;
}
form .form-control:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #fff !important;
  color: #111 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

*, html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #212224 !important;
  font-family: "DM Sans", sans-serif !important;
  color: #fff;
  scroll-behavior: smooth;
}

.cursor {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: fixed;
  background-color: #26ea69;
  z-index: 10001;
  transition: background-image ease 0.5s;
  background-position: center;
  background-size: cover;
  mix-blend-mode: difference;
}

aside {
  position: fixed;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 1000;
}
aside .menu_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: #343639;
  padding: 15px;
  border-radius: 50px;
  width: 60px;
  height: 300px;
}
aside .menu_list .nav-item {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
  display: inline-block;
  position: relative;
}
aside .menu_list .nav-item.active {
  background-color: #fff;
  color: #000;
}
aside .menu_list .nav-item.active i {
  color: transparent;
  -webkit-text-stroke: 2px #111;
}
aside .menu_list .nav-item:hover {
  transform: scale(1.1);
}
aside .menu_list .nav-item:hover .tooltiptext {
  visibility: visible;
  background-color: #fff;
  color: #000;
}
aside .menu_list .nav-item:hover:not(.active) {
  background-color: #000;
}
aside .menu_list .nav-item:hover:not(.active) .tooltiptext {
  visibility: visible;
  background-color: #000;
  color: #fff;
}
aside .menu_list .nav-item i {
  color: transparent;
  -webkit-text-stroke: 0.5px #fff;
}
aside .menu_list .nav-item .tooltiptext {
  visibility: hidden;
  width: 120px;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  right: -140px;
  top: 5px;
}
@media (max-width: 992px) {
  aside {
    position: sticky;
    top: 5%;
    left: 0;
    transform: none;
    z-index: 999;
    display: flex;
    justify-content: center;
  }
  aside .menu_list {
    flex-direction: row;
    justify-content: space-around;
    width: 300px;
    height: 60px;
  }
  aside .menu_list .tooltiptext {
    display: none;
  }
}

header {
  position: relative;
  margin-top: 100px;
}

.green_dot {
  border-radius: 100%;
  width: 7px;
  height: 7px;
  background-color: #26ea69;
  aspect-ratio: 1/1;
  margin-right: 12px;
  position: relative;
  animation: boom 0.3s ease-in-out infinite;
}
.green_dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1019607843);
  z-index: -1;
}

.navbar-toggler {
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}

@keyframes boom {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(0.9);
  }
}/*# sourceMappingURL=style.css.map */