:root {
  --text-primary: #f58a07;
  --text-base: #000;
  --accent: #6886c5;
  --primary: #f9f9f9;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 1s;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

body {
  background-color: #1c2d50;
}
.nav-bg {
  background-color: #00000082;
}
.about-p {
  height: 100%;
}
.txt-1 {
  color: var(--text-primary);
  font-weight: 700;
}
.txt-2 {
  color: var(--text-base);
  font-weight: 620;
}
.ctxt-1 {
  color: var(--primary);
}
.div-bg {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 34, 60, var(--tw-bg-opacity));
}
.profile-img {
  width: 100%;
  border-radius: 10px;
}
.clr-3 {
  color: var(--text-primary);
}

.animated-text-1 {
  animation-name: top-text-1-animated;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: 1s;
}

@keyframes top-text-1-animated {
  from {
    transform: translate(0, -50px);
  }

  to {
    transform: translate(0, 0px);
  }
}

.animated-text-2 {
  animation-name: top-text-2-animated;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-timing-function: 1s;
}

@keyframes top-text-2-animated {
  from {
    transform: scale(-0.8, -0.8);
  }

  to {
    transform: scale(1, 1);
  }
}

.button {
  --tw-bg-opacity: 1;
  --c: rgb(234 88 12 / var(--tw-bg-opacity));
  border-radius: 10px;
  color: #f9f9f9;

  box-shadow: 0 0 0 0.1em inset var(--c);
  --_g: linear-gradient(var(--c) 0 0) no-repeat;
  background: var(--_g) calc(var(--_p, 0%) - 100%) 0%,
    var(--_g) calc(200% - var(--_p, 0%)) 0%,
    var(--_g) calc(var(--_p, 0%) - 100%) 100%,
    var(--_g) calc(200% - var(--_p, 0%)) 100%;
  background-size: 50.5% calc(var(--_p, 0%) / 2 + 0.5%);
  outline-offset: 0.1em;
  transition: background-size 0.4s, background-position 0s 0.4s;
}
.button:hover {
  --_p: 100%;
  transition: background-position 0.4s, background-size 0s;
}
.button:active {
  box-shadow: 0 0 9e9Q inset #0009;
  background-color: var(--c);
  color: #fff;
}

.button {
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.4em 0.9em;
  font-weight: bold;
  border: none;
}
.skill {
  padding: 20px;
  /* font-size: 24px; */
  color: #f9f9f9;
  height: auto;
  width: 450px;
  border-radius: 10px;
  margin: 20px 10px;
  border: 1px solid #fff;
}
.fas {
  font-size: 20px;
  margin-right: 5px;
  color: #f58a07;
  align-items: center;
}
.skill li {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
