@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope/Manrope-Semibold.woff2") format("woff2"), url("../assets/fonts/manrope/Manrope-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope/Manrope-ExtraBold.woff2") format("woff2"), url("../assets/fonts/manrope/Manrope-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope/Manrope-Bold.woff2") format("woff2"), url("../assets/fonts/manrope/Manrope-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope/Manrope-Medium.woff2") format("woff2"), url("../assets/fonts/manrope/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/manrope/Manrope-Regular.woff2") format("woff2"), url("../assets/fonts/manrope/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("../assets/fonts/plus/PlusJakartaDisplay-Bold.woff2") format("woff2"), url("../assets/fonts/plus/PlusJakartaDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Plus Jakarta Display";
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0;
}

h1 {
  font-size: 75px;
  line-height: 75px;
  letter-spacing: -1.5px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.9px;
  }
}

h2 {
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -1.1px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.6px;
  }
}

h3 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.8px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}

h4 {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.4px;
  }
}

h5 {
  font-size: 22px;
  line-height: 28px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

a {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  a:hover, a:visited, a:focus {
    color: #3AF0F1;
  }
}
@media (max-width: 767px) {
  a {
    font-size: 14px;
    line-height: 20px;
  }
}

p, li {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  p, li {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.34px;
  }
}

p a, li a:not(.menu-item a) {
  font-size: inherit;
  color: #3AF0F1;
  text-decoration: underline;
}
p a:hover, li a:not(.menu-item a):hover {
  opacity: 0.6;
}

p {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  p {
    margin-bottom: 14px;
  }
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin: 0;
  list-style-type: none;
}
ul li {
  position: relative;
  margin: 0 0 10px 0px;
  padding-left: 16px;
}
ul li::before {
  position: absolute;
  top: 8px;
  left: 0px;
  content: "";
  width: 7px;
  height: 7px;
  background-color: transparent linear-gradient(221deg, #007E83 0%, #31BCCE 0%, #1AAFA1 26%, #7EC041 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
}
@media (max-width: 767px) {
  ul li::before {
    width: 6px;
    height: 6px;
  }
}

.black-theme {
  background-color: #000000;
}
.black-theme h1, .black-theme h2, .black-theme h3, .black-theme h4, .black-theme h5, .black-theme h6, .black-theme p, .black-theme a, .black-theme li, .black-theme span {
  color: #ffffff;
}

.sub-head {
  background-color: rgba(58, 240, 241, 0.19);
  color: #3AF0F1;
  font-size: 12px;
  font-family: "Plus Jakarta Display";
  font-weight: 700;
  letter-spacing: -0.28px;
  text-transform: uppercase;
  border-radius: 50px;
  line-height: 28px;
  padding: 4px 13px;
  display: inline-flex;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #3AF0F1 rgba(0, 0, 0, 0.26);
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  transition: all 0.5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Manrope";
  font-weight: 400;
  margin: 0 !important;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}

.skillshot-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.skillshot-wrapper .middle-sections {
  flex-grow: 1;
}

.skillshot-loadbar {
  position: fixed;
  width: 0%;
  height: 3px;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #0B45EE;
}

/*# sourceMappingURL=custom.css.map */
