

body {
  font-family: "Roboto Mono", serif;
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #e4f3ff82;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #c9c9c9;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);

}


/* ===== Navbar ===== */
.header {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  z-index: 20;
  background: #fff;
  /* box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; */
  transition: all 0.4s;
}

@media (min-width: 992px) {

  .header.header-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: hsla(0,0%,100%,.2);
box-shadow: 0 4px 30px rgba(0,0,0,.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);

    transition: all 0.6s ease;
    /* box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important; */
    /* backdrop-filter: blur(10px); */
  }

  .hide-menu {
    top: -120px !important;
  }
}

.typed {
  font-family: "Inter", serif;
  background: #0F2027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

/*Add custom cursor so it auto inherits font styles*/
.typed::after {
  content: '|';
  background: #0F2027;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2C5364, #203A43, #0F2027); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

/*Removes cursor that comes with typed.js*/
.typed-cursor {
  opacity: 0;
  display: none;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.nav-active {
  color: #000;
  backdrop-filter: blur(10px);
  border-bottom: 3px solid #000;
}
.nav-active1 {
  color: #000;
  backdrop-filter: blur(10px);
  border-bottom: 3px solid #000;
}


.hero {
  margin-top: 80px;
  
}
.heading-hero {
  margin-top: 60px;
}
.heading-hero h1 {
  font-family: "Inter", serif;
}

.text>p>div, .js-split-text {
  background: linear-gradient(to right,
      rgb(28 28 28) 50%,
      rgb(211 211 211) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
 
}
.fs-24 {
  font-family: "Inter", serif;
  font-size: 24px;
  line-height: 34px;
}
.fs-20 {
  font-family: "Inter", serif;
  font-size: 20px;
  line-height: 30px;
}

.fs-18 {
  font-family: "Inter", serif;
  font-size: 18px;
  line-height: 28px;
}

.fs-16 {
  font-family: "Inter", serif;
  font-size: 16px;
  line-height: 20px;
}

.fs-14 {
  font-family: "Inter", serif;
  font-size: 14px;
  line-height: 20px;
}
.fs-16-mono {
  font-family: "JetBrains Mono", monospace;
  font-size: 16px;
  line-height: 24px;
}
.fs-14-mono {
  font-family: "JetBrains Mono", monospace;
  font-size: 14px;
  line-height: 20px;
}

.f-inter {
  font-family: "Inter", serif;
}

.fs-sm {
  font-size: 14px;
}

/* JetBrains Mono for dates, buttons, badges */
.btn,
.badge,
.card .text-body-tertiary {
  font-family: "JetBrains Mono", monospace;
}



.badge {
  color: #87888c !important;
  background: #e2e2e39c !important;
  text-transform: uppercase;
  padding: 6px 8px;
  font-size: 11px;
}
.navbar-nav .nav-link {
  font-family: "Inter", serif;
}

.btn-gradient {
  background: #ECE9E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
border: 1px solid #ECE9E6;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    text-transform: none;
    color: inherit;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.25;
    border-radius: 10px;
    min-width: 64px;
    transition: all 120ms ease-in;
}
.btn-success {
    color: #fff;
    text-shadow: 0 1px 1px hsla(145, 63%, 22%, 0.6);
    background-color: #10b981 !important;
    border: 1px solid #059669 !important;
    box-shadow: hsla(158, 64%, 52%, 0.5) 0 1px 0 inset, hsla(158, 64%, 32%, 0.4) 0 -1px 0 1px inset, hsla(158, 64%, 22%, 0.1) 0 2px 4px 0;
}

.btn-gray {
    color: #fff;
    text-shadow: 0 1px 1px hsla(0, 0%, 20%, 0.6);

    background-color: #6b7280 !important; /* gray-500 */
    border: 1px solid #4b5563 !important; /* gray-600 */

    box-shadow:
        hsla(0, 0%, 80%, 0.4) 0 1px 0 inset,   /* top highlight */
        hsla(0, 0%, 30%, 0.4) 0 -1px 0 1px inset, /* bottom inner */
        hsla(0, 0%, 10%, 0.15) 0 2px 4px 0;   /* outer shadow */
}
.btn-gray:hover {
  color: #fff;
}
.btn:hover i {
    transform: translateX(4px);
}

.btn i {
    transition: transform 0.2s ease;
}

.btn-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.nav-active1 {
    color: #000;
    backdrop-filter: blur(10px);
    border-bottom: 3px solid #000;
}
.btn.btn-to-top:hover i {
   transform: translateX(0px);
}