/*!
 * Start Bootstrap - Resume v5.0.6 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */

html {
  min-height: 100%;
  background-color: #080225;
  background:
    radial-gradient(circle at top right, rgba(114, 51, 247, 0.16), transparent 24%),
    radial-gradient(circle at 20% 20%, rgba(2, 234, 234, 0.1), transparent 18%),
    linear-gradient(180deg, #080225 0%, #080225 100%);
}

body {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  padding-top: 54px;
  min-height: 100vh;
  color: #f3f3f3;
  background-color: transparent;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(114, 51, 247, 0.16), transparent 24%),
    radial-gradient(circle at 20% 20%, rgba(2, 234, 234, 0.1), transparent 18%),
    linear-gradient(180deg, #080225 0%, #080225 100%);
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 700;
  text-transform: uppercase;
  color: #f3f3f3;
}

h1 {
  font-size: 6rem;
  line-height: 5.5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2rem;
}

p.lead {
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.9;
}

.subheading {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1.35rem;
  color: #7233f7;
  letter-spacing: 0.08em;
}

.subheading a {
  color: inherit;
}

.subheading a:hover,
.subheading a:focus {
  color: #02eaea;
}

.eyebrow {
  display: inline-block;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(114, 51, 247, 0.16);
  color: #7233f7;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(114, 51, 247, 0.24);
}

.profile-panel {
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(8, 2, 37, 0.94) 0%, rgba(8, 2, 37, 0.98) 100%);
  border: 1px solid rgba(243, 243, 243, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
}

.profile-highlights {
  margin-left: 0;
}

.profile-highlights li {
  margin: 0 0.75rem 0.75rem 0;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(243, 243, 243, 0.08);
  color: #f3f3f3;
  font-weight: 700;
  border: 1px solid rgba(114, 51, 247, 0.22);
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  background: linear-gradient(135deg, #7233f7 0%, #0057ff 100%);
  color: #fff !important;
  border-radius: 100%;
  text-align: center;
  font-size: 1.35rem;
  line-height: 1;
  margin-right: 1rem;
  border: 1px solid rgba(243, 243, 243, 0.14);
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  transform: translateZ(0);
  transition: box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.social-icons a i {
  display: block;
  transform: translateZ(0);
  transition: transform 0.2s ease;
}

.social-icons a:last-child {
  margin-right: 0;
}

.social-icons a:hover {
  background: linear-gradient(135deg, #02eaea 0%, #0057ff 55%, #7233f7 100%);
  border-color: rgba(2, 234, 234, 0.55);
  box-shadow: 0 0 0 4px rgba(114, 51, 247, 0.12), 0 16px 34px rgba(114, 51, 247, 0.28);
}

.social-icons a:hover i,
.social-icons a:focus i {
  transform: scale(1.05);
}

.dev-icons {
  font-size: 3rem;
}

.dev-icons .list-inline-item i:hover {
  color: #7233f7;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease, transform 0.2s ease;
}

#sideNav .navbar-nav .nav-item .nav-link:hover,
#sideNav .navbar-nav .nav-item .nav-link:focus {
  color: #7233f7;
  transform: translateX(2px);
}

#sideNav .navbar-toggler:focus {
  outline-color: #7233f7;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
    background:
      radial-gradient(circle at top, rgba(2, 234, 234, 0.12), transparent 22%),
      radial-gradient(circle at 30% 18%, rgba(114, 51, 247, 0.18), transparent 26%),
      linear-gradient(180deg, #080225 0%, #080225 100%);
    box-shadow: 18px 0 48px rgba(0, 0, 0, 0.28);
  }
  #sideNav .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }
  #sideNav .navbar-brand .img-profile {
    max-width: 10rem;
    max-height: 10rem;
    border: 0.35rem solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
  }
  #sideNav .navbar-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }
  #sideNav .navbar-collapse .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

section.resume-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  max-width: 75rem;
}

section.resume-section p {
  color: rgba(243, 243, 243, 0.9);
}

section.resume-section .w-100 > h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem !important;
}

section.resume-section .w-100 > h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 5rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #7233f7 0%, #7233f7 45%, #0057ff 100%);
}

section.resume-section .resume-item {
  padding: 1.5rem 1.6rem;
  margin-bottom: 1.75rem !important;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(8, 2, 37, 0.9) 0%, rgba(8, 2, 37, 0.96) 100%);
  border: 1px solid rgba(243, 243, 243, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

section.resume-section .resume-item .resume-date {
  min-width: none;
}

section.resume-section .resume-item p:last-child {
  margin-bottom: 0;
}

.resume-date .text-primary {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(114, 51, 247, 0.16);
  border: 1px solid rgba(114, 51, 247, 0.22);
  font-weight: 800;
  letter-spacing: 0.03em;
}

#certifications .resume-item .resume-content > h3 a,
#publications .resume-item .resume-content > h3 a {
  color: #f3f3f3;
}

#certifications .resume-item .resume-content > h3 a:hover,
#certifications .resume-item .resume-content > h3 a:focus,
#publications .resume-item .resume-content > h3 a:hover,
#publications .resume-item .resume-content > h3 a:focus {
  color: #02eaea;
}

#certifications .resume-item .resume-content > p a {
  color: #02eaea;
  font-weight: 700;
}

#certifications .resume-item .resume-content > p a:hover,
#certifications .resume-item .resume-content > p a:focus {
  color: #f3f3f3;
}

#certifications .resume-item .resume-content,
#publications .resume-item .resume-content {
  color: rgba(243, 243, 243, 0.92);
}

#certifications .resume-item .subheading,
#publications .resume-item .subheading {
  color: #f3f3f3;
  opacity: 0.88;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
  section.resume-section .resume-item .resume-date {
    min-width: 18rem;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.bg-primary {
  background-color: #080225 !important;
}

.text-primary {
  color: #7233f7 !important;
}

a {
  color: #7233f7;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #02eaea;
}

hr.m-0 {
  border-top: 1px solid rgba(243, 243, 243, 0.08);
}

.fa-ul {
  margin-left: 1.75rem;
}

.fa-ul li {
  margin-bottom: 1rem;
}

.text-warning {
  color: #02eaea !important;
}

.footer {
  padding: 1.5rem 0 2rem;
  color: rgba(243, 243, 243, 0.7);
  background: transparent;
}

@media (max-width: 991.98px) {
  #sideNav {
    background: linear-gradient(90deg, #080225 0%, #080225 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  }

  .profile-panel {
    padding: 1.5rem;
  }

  section.resume-section .resume-item {
    padding: 1.25rem;
  }
}
