/*--------------------------------
   Start Preloader & General Styling
----------------------------------*/

html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

section[id],
div[id] {
  scroll-margin-top: 100px;
}

h1 {
  font-size: 2rem;
}

* {
  outline: none;
}

body {
  font-family: 'Rubik', sans-serif;
  height: 100%;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
  color: #0f172a;
  line-height: 1.7;
}

/*--------------------------------
  Blog: index and reading view
----------------------------------*/

.blog-index,
.reading-page {
  width: min(100% - 32px, 920px);
  margin: 0 auto;
  padding: 145px 0 72px;
}

.blog-index__header,
.reading-article__header {
  max-width: 700px;
}

.blog-eyebrow {
  margin: 0 0 10px;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-index h1,
.reading-article h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.3rem, 6vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.blog-index__intro,
.reading-article__description {
  margin-top: 22px;
  color: #475569;
  font-size: 1.1rem;
}

.blog-index__intro p:last-child {
  margin-bottom: 0;
}

.blog-post-list {
  margin-top: 52px;
  border-top: 1px solid #cbd5e1;
}

.blog-card {
  padding: 32px 0;
  border-bottom: 1px solid #cbd5e1;
}

.blog-card__meta,
.reading-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 9px;
  color: #64748b;
  font-size: 0.88rem;
}

.blog-card h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: -0.035em;
}

.blog-card h2 a {
  color: #0f172a;
  text-decoration: none;
}

.blog-card h2 a:hover,
.blog-card h2 a:focus {
  color: #2563eb;
}

.blog-card__summary {
  max-width: 680px;
  margin: 10px 0 14px;
  color: #475569;
}

.blog-card__link,
.reading-back {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.blog-card__link:hover,
.reading-back:hover,
.blog-card__link:focus,
.reading-back:focus {
  color: #1e40af;
  text-decoration: underline;
}

.blog-empty {
  padding: 32px 0;
  color: #64748b;
}

.reading-article {
  width: min(100%, 740px);
  margin: 0 auto;
}

.reading-back {
  display: inline-block;
  margin-bottom: 42px;
}

.reading-article__description {
  max-width: 650px;
  font-size: 1.2rem;
}

.reading-article__meta {
  margin-top: 22px;
}

.reading-article__image {
  margin: 38px 0;
}

.reading-article__image img {
  display: block;
  width: 100%;
  border-radius: 14px;
}

.reading-article__body {
  color: #1e293b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.08rem, 2vw, 1.22rem);
  line-height: 1.85;
}

.reading-article__body h2,
.reading-article__body h3,
.reading-article__body h4 {
  margin: 2.2em 0 0.7em;
  color: #0f172a;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

.reading-article__body a {
  color: #1d4ed8;
  text-underline-offset: 3px;
}

.reading-article__body blockquote {
  margin: 1.8em 0;
  padding: 0.2em 0 0.2em 1.25em;
  border-left: 3px solid #60a5fa;
  color: #475569;
  font-style: italic;
}

.reading-article__body pre,
.reading-article__body code {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
}

.reading-article__body pre {
  overflow-x: auto;
  padding: 18px;
  border-radius: 10px;
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.85em;
}

.reading-article__footer {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid #cbd5e1;
}

@media (max-width: 575px) {
  .blog-index,
  .reading-page {
    width: min(100% - 28px, 920px);
    padding-top: 110px;
  }

  .reading-back {
    margin-bottom: 32px;
  }
}

/*--------------------------------
  Portfolio hub and detail pages
----------------------------------*/

.home-hub {
  width: min(100% - 32px, 1120px);
  margin: 0 auto;
  padding: 112px 0 84px;
}

.home-hub__intro {
  max-width: 670px;
  margin-bottom: 42px;
}

.home-hub__intro h2,
.profile-page h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.25rem, 5vw, 3.9rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.home-hub__intro > p:last-child {
  margin: 20px 0 0;
  color: #475569;
  font-size: 1.12rem;
}

.home-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-pillar {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  overflow: hidden;
  padding: 34px;
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-pillar::after {
  position: absolute;
  right: -38px;
  bottom: -50px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: '';
  z-index: -1;
}

.home-pillar--music {
  background: linear-gradient(135deg, #3b1b4f 0%, #682f72 52%, #d05b68 145%);
  box-shadow: 0 18px 42px rgba(76, 29, 86, 0.2);
}

.home-pillar--science {
  background: linear-gradient(135deg, #0b3140 0%, #075968 53%, #1f8d86 130%);
  box-shadow: 0 18px 42px rgba(6, 78, 91, 0.2);
}

.home-pillar:hover,
.home-pillar:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
}

.home-pillar--music:hover,
.home-pillar--music:focus { box-shadow: 0 25px 50px rgba(76, 29, 86, 0.3); }
.home-pillar--science:hover,
.home-pillar--science:focus { box-shadow: 0 25px 50px rgba(6, 78, 91, 0.3); }

.home-pillar__number {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-pillar__icon {
  margin: 36px 0 10px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.home-pillar h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
}

.home-pillar p {
  max-width: 410px;
  margin: 17px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-pillar b {
  margin-top: auto;
  padding-top: 26px;
  color: #fff;
  font-size: 0.92rem;
}

.home-hub__support { margin-top: 76px; }

.home-hub__support-heading { margin-bottom: 25px; }

.home-hub__support-heading h3 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.home-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.home-hub__card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.04);
  color: #0f172a;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-hub__card:hover,
.home-hub__card:focus {
  border-color: #93c5fd;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.12);
  color: #0f172a;
  text-decoration: none;
  transform: translateY(-4px);
}

.home-hub__card > span {
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.home-hub__card h4 {
  margin: 20px 0 8px;
  font-size: 1.25rem;
  font-weight: 750;
  letter-spacing: -0.025em;
}

.home-hub__card p {
  margin: 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.6;
}

.home-hub__card b {
  margin-top: auto;
  padding-top: 20px;
  color: #1d4ed8;
  font-size: 0.9rem;
}

.home-hub__card--feature,
.home-hub__card--contact {
  border-color: #bfdbfe;
  background: linear-gradient(135deg, #eff6ff, #fff);
}

.home-hub__secondary-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.home-hub__secondary-links a {
  display: flex;
  min-height: 84px;
  align-items: flex-end;
  padding: 18px;
  border: 1px solid #dbe3ef;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.64);
  color: #1e293b;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-hub__secondary-links a::after {
  margin-left: 7px;
  color: #2563eb;
  content: '→';
}

.home-hub__secondary-links a:hover,
.home-hub__secondary-links a:focus {
  border-color: #93c5fd;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.1);
  color: #1d4ed8;
  transform: translateY(-2px);
}

.profile-photo-section {
  margin-top: 42px;
  padding-top: 40px;
  border-top: 1px solid #dbe3ef;
}

.profile-photo-section__heading { margin-bottom: 20px; }

.profile-photo-section__heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.profile-photo-section__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.profile-photo-section figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  background: #fff;
}

.profile-photo-section img,
.profile-photo-section__placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 4 / 3;
  place-content: center;
  object-fit: cover;
}

.profile-photo-section__placeholder {
  gap: 4px;
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
  color: #64748b;
  text-align: center;
}

.profile-photo-section__placeholder span {
  color: #60a5fa;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
}

.profile-photo-section__placeholder small { font-size: 0.78rem; font-weight: 600; }

.profile-photo-section figcaption {
  padding: 12px 14px;
  color: #475569;
  font-size: 0.9rem;
}

.profile-page {
  width: min(100% - 32px, 920px);
  margin: 0 auto;
  padding: 145px 0 72px;
}

.profile-page__article {
  max-width: 780px;
  margin: 0 auto;
}

.profile-page__header {
  max-width: 720px;
}

.profile-page__lead {
  margin-top: 22px;
  color: #475569;
  font-size: 1.13rem;
}

.profile-page__lead p:last-child {
  margin-bottom: 0;
}

.profile-page__portrait {
  display: block;
  width: min(100%, 360px);
  margin: 34px 0;
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.16);
}

.profile-list {
  display: grid;
  gap: 10px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.profile-list li {
  padding: 15px 18px;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.profile-projects {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.profile-project {
  padding: 28px;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  background: #fff;
}

.profile-project h2,
.profile-gallery h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
}

.profile-project p {
  color: #475569;
}

.profile-project p:last-child {
  margin-bottom: 0;
}

.profile-page .structured-card {
  margin-top: 36px;
}

.profile-gallery {
  display: grid;
  gap: 38px;
  margin-top: 38px;
}

.profile-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.profile-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid #dbe3ef;
  border-radius: 12px;
  background: #fff;
}

.profile-gallery img,
.profile-gallery__placeholder {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 10;
  place-items: center;
  background: #eff6ff;
  color: #64748b;
  object-fit: cover;
}

.profile-gallery figcaption {
  padding: 12px 14px;
  color: #475569;
  font-size: 0.9rem;
}

.profile-page__content {
  margin-top: 34px;
  color: #475569;
}

@media (max-width: 900px) {
  .home-hub__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .home-hub,
  .profile-page { width: min(100% - 28px, 920px); }
  .home-hub { padding-top: 72px; }
  .home-pillars { grid-template-columns: 1fr; }
  .home-hub__grid,
  .profile-gallery__grid,
  .profile-photo-section__grid,
  .home-hub__secondary-links { grid-template-columns: 1fr; }
  .home-hub__card { min-height: 190px; }
  .home-pillar { min-height: 350px; padding: 27px; }
  .home-hub__support { margin-top: 56px; }
  .profile-page { padding-top: 110px; }
}

.hero-topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.hero-topic-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 5px 13px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #fff;
  background: rgba(15, 23, 42, 0.28);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-topic-link:hover,
.hero-topic-link:focus {
  color: #fff;
  background: rgba(37, 99, 235, 0.72);
  text-decoration: none;
  transform: translateY(-2px);
}

.no-js body {
  overflow: visible;
}

.all-container {
  opacity: 0;
  /* -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; */
  height: 100%;
}

.no-js .all-container {
  opacity: 1;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2b2c2f;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-js #preloader {
  display: none;
}

.square-spin > div {
  width: 80px;
  height: 80px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.scroll-up {
  position: fixed;
  right: 0px;
  bottom: 50px;
  text-decoration: none;
  color: #999;
  cursor: pointer;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s;
}

.scroll-up-show {
  opacity: 1;
  transform: translateY(0px);
}

.scroll-up:hover,
.scroll-up:focus {
  color: #999;
}

.scroll-up.hvr-icon-up:before {
  content: '\f077';
  font-size: 15px;
  padding: 1px 4px;
  border-radius: 100%;
  border: 2px solid #999;
}

/*--------------------------------
   End Preloader & General Styling
----------------------------------*/

/*--------------------------------
  Start Header
----------------------------------*/

/* ========= Header ======= */

.header {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 45%, #334155 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 100%;
  min-height: 520px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.logo {
  position: absolute;
  z-index: 10;
  top: 2px;
  left: 40px;
}

.no-js .logo {
  display: none;
}

.logo img {
  width: 205px;
}

.owl-carousel.owl-full-width {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.owl-carousel.owl-full-width .slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.owl-carousel.owl-full-width .slider img {
  display: none;
}

.owl-full-width div {
  height: 100%;
}

.header .slider::after,
.header::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.45) 100%);
  z-index: 9;
}

.slider-button {
  position: absolute;
  top: 49%;
  height: 35px;
  width: 35px;
  z-index: 10;
  border-radius: 100%;
  text-align: center;
  font-size: 29px;
  border: 2px solid #999;
  color: #999;
  opacity: 0;
  cursor: pointer;
  transition: all 0.5s;
}

.slider-prev-button {
  left: 40px;
  transform: translateX(15px);
}

.slider-next-button {
  right: 40px;
  transform: translateX(-15px);
}

.slider-button:hover {
  background: #999;
  color: #fff;
}

.header:hover .slider-button {
  opacity: 1;
  transform: translateX(0px);
}

.slider-prev-button .fa {
  position: relative;
  top: -6px;
  left: -2px;
}

.slider-next-button .fa {
  position: relative;
  top: -6px;
  left: 2px;
}

.head-container {
  display: table;
  position: absolute;
  top: 0;
  height: 100%;
  color: white;
  font-size: 30px;
  font-family: 'Rubik', sans-serif !important;
  font-weight: 300;
  z-index: 10;
}

.head-holder {
  display: table-cell;
  vertical-align: middle;
}

.introduction {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 24px rgba(0,0,0,0.25);
}

.typist-blink:after {
  content: ' ';
  display: inline-block;
}

.typist-blink > .selectedText {
  display: none;
}

.head-holder .hireMe {
  display: inline-block;
  background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
  margin-top: 18px;
  text-decoration: none;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 19px;
  font-weight: 600;
  border: none;
  padding: 10px 22px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(99, 102, 241, 0.3);
  transition: all 0.25s ease;
}

.head-holder .hireMe:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(99, 102, 241, 0.4);
}

.button {
  text-decoration: none;
  color: #0f172a;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  border: 2px solid #cbd5e1;
  padding: 9px 14px;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.button:hover {
  background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
  color: #fff !important;
  border-color: transparent;
}

input + label {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 20px;
  width: 34px;
  z-index: 12;
}

.no-js input + label {
  display: none;
}

#burger {
  display: none;
}

input + label span {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #fff;
  transition: 0.5s;
}

.navigation-icon:hover .burger-menu span {
  background: #6f6f6f;
}

input + label span:first-child {
  top: 0px;
}

input + label span:last-child {
  top: 19px;
}

label:hover {
  cursor: pointer;
}

input:checked + label span {
  opacity: 0;
  top: 50%;
  background: #6f6f6f;
}

input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}

input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}

/* ========= Full Screen Navigation ======= */

.fullscreen-nav-container {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 11;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.fullscreen-nav-container .container-fluid {
  height: 100%;
}

.fullscreen-nav-container::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.no-js .fullscreen-nav-container {
  display: none;
}

.full-nav-container {
  height: 100%;
}

.full-nav-holder {
  height: 100%;
  display: table;
  width: 100%;
  margin: auto;
}

.full-nav-content {
  display: table-cell;
  vertical-align: middle;
}

.name {
  text-align: center;
}

.first-name {
  font-size: 50px;
  font-weight: 400;
  padding-bottom: 20px;
}

.last-name {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 42px;
}

.occupation {
  font-size: 18px;
  font-weight: 400;
  height: 30px;
  overflow: hidden;
}

.occupation span {
  display: inline-block;
  color: #fff;
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  top: 0;
  left: 0;
}

@keyframes move {
  0% {
    top: 0px;
  }
  33% {
    top: -30px;
  }
  67% {
    top: -60px;
  }
}

.fulscreen-nav {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.fullscreen-nav-holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.fullscreen-nav-holder div {
  margin: 0px 10px;
  transition: transform 0.2s;
}

.fullscreen-nav-holder div:hover {
  transform: translateY(5px);
}

.fullscreen-nav-holder a {
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.full-nav-icon-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.full-nav-icons {
  display: inline-flex;
  flex-wrap: wrap;
  width: 300px;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.full-nav-icons div {
  display: inline-block;
}

.full-nav-icons a,
.to-top a {
  text-decoration: none;
  color: #313131;
  font-size: 17px;
}

.full-nav-icons .fa.fa-facebook-f {
  padding: 7px 10px;
}

.full-nav-icons .fa,
.to-top .fa {
  transition: all 0.3s;
  background: #fff;
  padding: 7px;
}

.full-nav-icons .fa:hover {
  transform: translateY(5px);
}

/*--------------------------------
  End Header
----------------------------------*/

/*--------------------------------
  Start Menu
----------------------------------*/

/* ========= 3.1 Desktop Menu ======= */

.menu {
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 999;
}

.menu-fixer {
  position: relative;
}

.menu-fix {
  position: fixed;
}

.menu-container {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: all 0.35s ease;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.menu-normal {
  background: rgba(255, 255, 255, 0.95);
}

.menu-container-transparent {
  background: rgba(15, 23, 42, 0.28);
}

.desktop-menu-logo img {
  height: 50px;
  margin-left: 20px;
}

.desktop-menu-logo {
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  left: 1px;
}

.menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.desktop-menu .hvr-underline-from-left:hover:before,
.desktop-menu .hvr-underline-from-left:focus:before,
.desktop-menu .hvr-underline-from-left:active:before,
.desktop-menu .hvr-underline-from-left.active:before {
  right: 0;
}

.desktop-menu .hvr-underline-from-left:before {
  background: linear-gradient(90deg, #38bdf8 0%, #6366f1 100%);
}

.desktop-menu .hvr-underline-from-left:before {
  bottom: 11px;
  height: 2.5px;
}

.desktop-menu .hvr-underline-from-left.dark:before {
  background: #6f6f6f;
}

.desktop-menu {
  display: flex;
  width: auto;
  justify-self: flex-end;
  height: 55px;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0;
}

.menu-item a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  transition: color 0.25s ease;
  letter-spacing: 0.02em;
}

.menu-item-transparent.menu-item a {
  color: #334155;
}

.menu-item a:hover {
  color: #38bdf8;
}

/* ========= Mobile Menu ======= */

.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  height: 55px;
  top: 0;
  background: #fff;
  box-shadow: 0px 0px 4px 0px;
  transition: all 0.5s;
}

.mobile-menu-fix {
  position: fixed;
}

.mobile-menu-logo img {
  height: 50px;
}

.mobile-menu-logo {
  position: absolute;
  left: 15px;
  top: 4px;
}

.mobile-menu a {
  text-decoration: none;
  color: white;
  font-size: 29px;
}

.mobile-menu-icons {
  display: flex;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  padding-left: 26px;
  padding-bottom: 12px;
}

.mobile-menu-icons div {
  display: inline-block;
  margin-right: 5%;
}

.mobile-menu-icons .fa {
  transition: all 0.7s;
}

.mobile-menu-icons .fa:hover {
  transform: scale(1.2);
  color: #6f6f6f;
}

.mobile-menu-nav {
  height: 20px;
  width: 34px;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 18px;
}

.mobile-menu-nav span {
  display: block;
  width: 100%;
  height: 4px;
  background: #6f6f6f;
  position: relative;
  top: 4px;
  transition: 0.5s;
}

.mobile-menu-nav span:first-child {
  top: -2px;
}

.mobile-menu-nav span:last-child {
  top: 10px;
}

.mobile-menu-nav:hover {
  cursor: pointer;
}

.menu-link.active span {
  opacity: 0;
  top: 50%;
}

.menu-link.active span:first-child {
  opacity: 1;
  transform: rotate(405deg);
  top: 6px;
}

.menu-link.active span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
  top: -2px;
}

.menu-slider {
  position: absolute;
  display: none;
  z-index: 999;
  top: 55px;
  left: 0;
  right: 0;
  background: #212121;
}

.menu-slider ul {
  list-style: none;
  padding: 0 17px;
  margin: 7px 0;
  text-align: center;
}

.menu-slider li {
  padding: 9px;
}

.menu-slider li a {
  font-size: 20px;
  font-weight: 500;
}

/*--------------------------------
   End Menu
----------------------------------*/
/*--------------------------------
   Start About Me
----------------------------------*/

.about-me {
  background: transparent;
  padding: 70px 0 90px;
}

.about-me .container {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.about-me-text h1 {
  position: relative;
  color: #0f172a;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
}

.about-me-text p {
  color: #475569;
  font-size: 16px;
}

.download-cv:hover,
.download-cv:focus {
  text-decoration: none;
  color: #4d4d4d;
}

.about-me-images img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 90%;
}

/* ========= Start Experience ======= */

.experience-skill {
  margin-top: 40px;
}

.experience h3,
.skill h3 {
  color: #6f6f6f;
  font-weight: 700;
  letter-spacing: 2px;
}

.experience-chart {
  list-style: none;
  padding: 0px 0px 0px 6px;
  margin-top: 40px;
}

ul.experience-chart li {
  padding-left: 30px;
  border-left: 2px solid #6f6f6f;
  padding-bottom: 10px;
  position: relative;
}

ul.experience-chart li:last-child {
  padding-bottom: 0;
}

ul.experience-chart li:after {
  position: absolute;
  top: -1px;
  left: -12px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4d4d4d;
  background: #fff;
  content: '';
  transition: all 0.7s;
}

ul.experience-chart li:hover:after {
  background: #4d4d4d;
}

ul.experience-chart h4 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 700;
  color: #4d4d4d;
}

.experience-chart li span {
  font-weight: 700;
  color: #6f6f6f;
}

.experience-chart li p {
  color: #6f6f6f;
}

.single-experience {
  position: relative;
  top: -2px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  padding: 24px 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single-experience:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.12);
}

.detail-trigger {
  margin-top: 12px;
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.detail-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}

.detail-trigger[aria-expanded='true'] {
  background: linear-gradient(135deg, #1d4ed8 0%, #6d28d9 100%);
}

.detail-expandable {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.3s ease, margin-top 0.3s ease;
  margin-top: 0;
}

.detail-expandable.active {
  max-height: 900px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 14px;
}

.detail-expandable-card {
  padding: 20px 22px;
  background: #fcfdff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.detail-expandable-header {
  margin-bottom: 12px;
}

.detail-eyebrow {
  display: inline-block;
  margin-bottom: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #e0e7ff;
  color: #4338ca;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-expandable-body {
  color: #334155;
  line-height: 1.9;
  font-size: 16px;
}

.detail-expandable-body p {
  margin-bottom: 12px;
}

.detail-expandable-body strong {
  color: #0f172a;
}

.detail-expandable-body p:first-of-type {
  font-size: 1.02em;
}

.detail-meta {
  color: #64748b;
  margin-top: 6px;
}

.structured-card {
  margin-top: 18px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.structured-card-body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.structured-card-item {
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.structured-card-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.structured-card-item-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 1rem;
}

.structured-card-subitems {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.structured-card-subitem {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef2ff;
  color: #4338ca;
  font-size: 0.9rem;
  font-weight: 600;
}

.structured-card-subitem-group {
  width: 100%;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 10px 12px;
  border-radius: 14px;
}

.structured-card-node-title {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.structured-card-node-children {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.structured-card-node-leaf {
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.88rem;
}

.topic-photo-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.topic-photo-card,
.gallery-item {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.topic-photo-card img,
.gallery-item img,
.topic-photo-placeholder,
.gallery-placeholder {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.topic-photo-placeholder,
.gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e0e7ff 0%, #dbeafe 100%);
  color: #1e3a8a;
  font-weight: 700;
}

.topic-photo-card p,
.gallery-item figcaption {
  margin: 0;
  padding: 12px 14px;
  color: #475569;
  font-size: 0.92rem;
}

.gallery-category {
  margin-top: 28px;
}

.gallery-category h3 {
  margin-bottom: 12px;
  color: #1e293b;
  font-size: 1.25rem;
}

/* ========= Start Skill ======= */

.skill-progress-bar {
  margin-top: 41px;
}

.skillbar {
  position: relative;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 2px solid #6f6f6f;
  height: 18px;
  border-radius: 22px;
  transition: 0.2s linear;
  transition-property: width, background-color;
}

.skillbar-title,
.skill-bar-percent {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 7px;
}

.skill-bar-percent {
  float: right;
}

.skillbar-bar {
  height: 10px;
  margin: 0px 2px;
  width: 0px;
  background: #4d4d4d;
  border-radius: 22px;
}

/*--------------------------------
   End About Me
----------------------------------*/

/*--------------------------------
   Start Portfolio
----------------------------------*/

.portfolio {
  background: #fff;
  padding: 70px 0px;
}

.portfolio h1 {
  color: #6f6f6f;
  text-align: center;
  font-weight: 700;
  letter-spacing: 4px;
  position: relative;
}

.hidden {
  display: none !important;
}

/* ========= 7.2 Start Fun Facts ======= */

.no-js .fun-facts {
  display: none;
}

.fun-facts {
  display: flex;
  justify-content: space-around;
  height: auto;
  flex-wrap: wrap;
}

.fun-fact-holder {
  width: 130px;
}

.fun-fact-holder img {
  display: block;
  margin: auto;
  width: 50px;
}

.fun-fact-holder p {
  text-align: center;
  font-size: 14px;
  margin-top: -10px;
  color: #6f6f6f;
  font-weight: 700;
}

.fun-fact-holder .fact-counter {
  text-align: center;
  font-weight: 700;
  font-size: 21px;
  margin-top: 13px;
}

/*--------------------------------
   End Testimonials
----------------------------------*/
.footer {
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #0f172a 0%, #111827 100%);
  color: #e2e8f0;
}

.footer .footer-icon,
.footer .credit {
  color: #e2e8f0;
}

.footer hr {
  border: 1px solid #fff;
  margin-bottom: 5px;
}

.footer-icons {
  display: inline-flex;
  flex-wrap: wrap;
  width: 210px;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.footer-icons div {
  display: inline-block;
}

.footer-icons a,
.to-top a {
  text-decoration: none;
  color: #313131;
  font-size: 17px;
}

.footer-icons .fa,
.to-top .fa {
  transition: all 0.3s;
  background: #fff;
  padding: 7px;
}

.footer-icons .fa:hover {
  transform: translateY(5px);
}

.no-js .to-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
}

.to-top:hover {
  transform: translateY(-5px);
}

.credit {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

/*--------------------------------
  Start Header
----------------------------------*/

@media (max-width: 550px) and (min-height: 501px) {
  .introduction {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .animated-text {
    font-size: 21px;
    margin-top: 7px;
    margin-bottom: 2px;
  }
  .head-holder .hireMe {
    margin-top: 10px;
    font-size: 18px;
    padding: 3px 12px;
  }
}

@media (min-width: 470px) and (max-width: 727px) {
  .fullscreen-nav-holder div {
    margin-bottom: 15px;
  }
  .full-nav-icon-holder {
    margin-top: 15px;
  }
}

@media (min-width: 728px) and (max-height: 470px) {
  .full-nav-container {
    margin-top: 20px;
  }
}

@media (min-width: 469px) and (max-width: 727px) and (max-height: 500px) {
  .full-nav-container {
    margin-top: 20px;
  }
  .first-name,
  .last-name {
    display: inline-block;
    font-size: 35px;
    margin: 0;
  }
  .occupation {
    font-size: 15px;
  }
  .fulscreen-nav {
    margin-top: 25px;
  }
  .full-nav-icon-holder {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (max-height: 535px) and (max-width: 468px) {
  .first-name,
  .last-name {
    display: inline-block;
    font-size: 35px;
    margin: 0;
  }
  .occupation {
    font-size: 15px;
  }
  .name {
    text-align: left;
  }
  .full-nav-container {
    margin-top: 20px;
  }
  .fullscreen-nav-holder div {
    margin-bottom: 15px;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
  }
  .fulscreen-nav {
    margin-top: 25px;
  }
  .full-nav-icon-holder {
    margin-top: -5px;
    width: 70%;
    justify-content: flex-start;
  }
  .full-nav-holder {
    padding-left: 20px;
    display: block;
  }
  .full-nav-content {
    display: block;
  }
}

@media (max-width: 469px) and (min-height: 536px) {
  .fullscreen-nav-holder div {
    margin-bottom: 15px;
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
  }
  .full-nav-icon-holder {
    margin-top: 15px;
  }
  .full-nav-container {
    margin-top: 20px;
  }
  .first-name {
    font-size: 35px;
  }
  .last-name {
    font-size: 70px;
    font-weight: 600;
    line-height: 0;
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .occupation {
    font-size: 14px;
  }
  .fullscreen-nav {
    margin-top: 35px;
  }
  .full-nav-holder {
    display: block;
  }
  .full-nav-content {
    display: block;
  }
}

@media (max-width: 767px) {
  .logo {
    left: 10px;
  }
  .header .logo img {
    width: 185px;
  }
}

@media (max-width: 880px) {
  .slider-button {
    display: none;
  }
}

@media (max-width: 990px) {
  .header {
    background-position: center;
  }
}

@media (min-height: 301px) and (max-height: 500px) {
  .introduction {
    font-size: 35px;
  }
  .animated-text {
    font-size: 18px;
  }
  .head-holder .hireMe {
    margin-top: 10px;
    font-size: 16px;
    padding: 3px 12px;
  }
}

@media (max-height: 300px) {
  .introduction {
    font-size: 35px;
  }
  .animated-text {
    font-size: 18px;
  }
  .head-holder .hireMe {
    margin-top: 10px;
    font-size: 16px;
    padding: 3px 12px;
  }
  .head-container {
    display: block;
    margin-top: 130px;
    margin-bottom: 50px;
    height: auto;
  }
}

@media (max-width: 468px) and (max-height: 440px) {
  .full-nav-container {
    margin-bottom: 30px;
  }
  .fullscreen-nav-container {
    position: absolute;
    top: 0;
    bottom: 100%;
    width: 100%;
    height: 447px;
  }
}

@media (max-height: 430px) {
  .fullscreen-nav-container {
    min-height: 420px;
  }
}

.hero-image {
  height: 100%;
  overflow: hidden;
}

.hero-image img {
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}

.footer-icon:hover {
  color: #818aa3;
}

/*--------------------------------
  End Header
----------------------------------*/

/*--------------------------------
 Start Menu
----------------------------------*/

@media (max-width: 991px) {
  .desktop-menu {
    width: 95%;
    margin-left: 150px;
  }
}

@media (max-width: 765px) {
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .menu-container {
    justify-content: flex-end;
    padding: 0px 20px;
    height: 0px;
    background: #fff;
  }
  .desktop-menu-logo {
    display: none;
  }
  .menu-container-transparent {
    background: rgb(255, 255, 255);
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .menu-container {
    justify-content: flex-start;
  }
}

@media (min-width: 766px) {
  .mobile-menu-fix {
    display: none;
  }
}

/*--------------------------------
 End Menu
----------------------------------*/

/*--------------------------------
  Start About Me
----------------------------------*/

@media (max-width: 767px) {
  .about-me-text {
    display: block;
    height: auto;
    margin-bottom: 30px;
    order: 2;
  }
  .about-me-image {
    order: 1;
    margin-bottom: 30px;
  }
  .about-me-holder {
    display: flex;
    flex-wrap: wrap;
  }
  .experience-skill {
    margin-top: 10px;
  }
  .experience-chart,
  .skill-progress-bar {
    margin-top: 25px;
  }
  .skill {
    margin-top: 30px;
  }
  .skillbar {
    margin-bottom: 15px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .about-me {
    padding: 125px 0px 35px 0px;
  }
}

@media (max-width: 600px) {
  .about-me {
    padding: 70px 0px 0px 0px;
  }
}

/*--------------------------------
   End About Me
----------------------------------*/

/*--------------------------------
  Start Contact
----------------------------------*/

@media (max-width: 300px) {
  .footer-icons {
    width: 100%;
  }
  .footer-icons .fa {
    margin-bottom: 10px;
  }
}

/*--------------------------------
  End Contact
----------------------------------*/
