/*------------------------------------------------
*
* Template name : Gray
* Version       : 1.3.1
* Author        : FlaTheme
* Author URL    : http://themeforest.net/user/flatheme
*
-------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400&family=Fanwood+Text:ital@0;1&family=Noto+Sans+JP:wght@400;500&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Mono:wght@300;400;500;600;700&display=swap");
html, body {
  width: 100%;
  height: 100%;
}

/* Top-page section card reveal */
.js .section-card-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.js .section-card-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js .section-card-reveal,
  .js .section-card-reveal.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Visible keyboard focus after the template's generic focus reset. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #D24A29;
  outline-offset: 3px;
}

#contact .contact-privacy-link-wrapper {
  margin-top: 1.5rem;
  text-align: center;
}

#contact .contact-privacy-link {
  color: #705E59;
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  transition: color 0.2s ease;
}

#contact .contact-privacy-link:hover,
#contact .contact-privacy-link:focus-visible {
  color: #D24A29;
}

/* Portfolio customization: header, fixed navigation and About Me */
:root {
  --portfolio-blue: #4e9fe6;
  --portfolio-ink: #121417;
  --portfolio-muted: #6f777f;
  --portfolio-line: #dfe5ea;
}

.portfolio-header {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-brand a {
  display: inline-flex;
  align-items: flex-end;
  gap: 18px;
  color: var(--portfolio-ink) !important;
  text-decoration: none;
}

.portfolio-brand-ja {
  color: #202327;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(3rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.portfolio-brand-en {
  margin-bottom: 0;
  color: #BEA793;
  font-family: "Fanwood Text", serif;
  font-size: clamp(3.5rem, 5vw, 5.25rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.portfolio-mobile-nav {
  display: none;
}

.section-nav {
  padding: 1.8em 2.25em;
  box-shadow: 0 10px 26px rgba(12, 16, 20, 0.1);
}

.section-nav .nav-link-disabled {
  color: #705E59;
  opacity: 1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.section-nav ul li .nav-link:hover {
  color: #FFFFFF;
}

.section-nav ul li a.active {
  color: #FFF9E9;
}

@media (min-width: 992px) {
  .section-nav ul li a.active .nav-circle:before {
    border-color: #FFF9E9;
  }

  .section-nav ul li .nav-link:hover .nav-circle:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }

.section-nav ul li a.active:hover .nav-circle:before {
    background-color: transparent;
    border-color: #FFFFFF;
  }
}

/* Portfolio detail page */
.portfolio-card-link { display: block; color: inherit; text-decoration: none; }
.portfolio-card-link:focus-visible { border-radius: inherit; outline: 3px solid #D24A29; outline-offset: 4px; }
.portfolio-card-link .portfolio-caption h3 {
  color: inherit;
  font-size: 2.5rem;
}
.portfolio-detail-card { color: #705E59; }
.portfolio-back-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .45rem;
  color: #705E59;
  font-family: "Roboto Mono", monospace;
  font-size: .78rem;
  font-weight: 500;
  text-decoration: none;
}
.portfolio-back-link:hover, .portfolio-back-link:focus-visible { color: #D24A29; }
.portfolio-detail-header { margin-top: 2rem; }
.portfolio-detail-category {
  display: inline-flex;
  min-height: 34px;
  padding: .45rem .9rem;
  align-items: center;
  border: 1px solid #BEA793;
  border-radius: 999px;
  color: #705E59;
  font-family: "Roboto Mono", monospace;
  font-size: .75rem;
}
.portfolio-detail-header h1 { margin: 1rem 0 0; color: #705E59; font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.35; }
.portfolio-detail-hero { margin: 2.2rem 0 0; }
.portfolio-detail-hero img, .portfolio-detail-gallery img { display: block; width: 100%; height: auto; border-radius: 5px; }
.portfolio-detail-gallery, .portfolio-detail-information { margin-top: 3.5rem; }
.portfolio-detail-gallery h2, .portfolio-detail-information h2, .portfolio-detail-copy h2 {
  color: #705E59;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.5;
}
.portfolio-detail-gallery-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.5rem; margin-top: 1.25rem; }
.portfolio-detail-gallery-grid .lightbox-image-box { width: min(100%, 760px); margin-inline: auto; }
.portfolio-detail-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1.25rem 0 0;
  border-top: 1px solid rgba(112, 94, 89, .18);
  border-bottom: 1px solid rgba(112, 94, 89, .18);
}
.portfolio-detail-meta div { padding: 1.25rem; border-right: 1px solid rgba(112, 94, 89, .18); }
.portfolio-detail-meta div:first-child { padding-left: 0; }
.portfolio-detail-meta div:last-child { border-right: 0; }
.portfolio-detail-meta dt { color: #D24A29; font-size: .82rem; font-weight: 600; }
.portfolio-detail-meta dd { margin: .45rem 0 0; color: #705E59; line-height: 1.8; }
.portfolio-detail-copy { margin-top: 2.5rem; }
.portfolio-detail-copy h2:not(:first-child) { margin-top: 2rem; }
.portfolio-detail-copy p { margin-top: .65rem; color: #705E59; line-height: 2; }
.portfolio-detail-site-link { margin-top: 2rem; background: #D24A29; color: #FFF9E9; }
.portfolio-detail-site-link:hover, .portfolio-detail-site-link:focus-visible { background: #A93B21; color: #FFFFFF; }
.portfolio-back-link-bottom { margin-top: 3.5rem; }
.detail-reveal { animation: portfolioDetailReveal .8s ease both; }
.detail-reveal:nth-of-type(2) { animation-delay: .08s; }
.detail-reveal:nth-of-type(3) { animation-delay: .16s; }
.detail-reveal:nth-of-type(4) { animation-delay: .24s; }
@keyframes portfolioDetailReveal {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767.98px) {
  .portfolio-detail-card { padding: 28px 22px 32px; }
  .portfolio-detail-header { margin-top: 1.4rem; }
  .portfolio-detail-header h1 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .portfolio-detail-hero { margin-top: 1.6rem; }
  .portfolio-detail-gallery, .portfolio-detail-information { margin-top: 2.5rem; }
  .portfolio-detail-meta { grid-template-columns: 1fr; }
  .portfolio-detail-meta div, .portfolio-detail-meta div:first-child {
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(112, 94, 89, .18);
  }
  .portfolio-detail-meta div:last-child { border-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .detail-reveal { animation: none; }
}

/* Mobile navigation palette */
@media (max-width: 991.98px) {
  .portfolio-mobile-nav summary,
  .portfolio-mobile-nav nav {
    background-color: #BEA793;
  }

  .portfolio-mobile-nav summary span {
    background-color: #FFF9E9;
  }

  .portfolio-mobile-nav summary:hover span,
  .portfolio-mobile-nav summary:focus-visible span {
    background-color: #FFFFFF;
  }

  .portfolio-mobile-nav nav a,
  .portfolio-mobile-nav nav span {
    color: #705E59 !important;
    opacity: 1;
  }

  .portfolio-mobile-nav nav a[href="#about"],
  .portfolio-mobile-nav nav a.active {
    color: #FFF9E9 !important;
  }

  .portfolio-mobile-nav nav a:hover,
  .portfolio-mobile-nav nav span:hover,
  .portfolio-mobile-nav nav a:active,
  .portfolio-mobile-nav nav span:active,
  .portfolio-mobile-nav nav a:focus-visible,
  .portfolio-mobile-nav nav span:focus-visible {
    color: #FFFFFF !important;
  }
}

/* About Me typography palette */
.about-card .title-heading {
  color: #705E59;
}

.about-card .about-catchcopy {
  color: #705E59;
}

.about-card .about-name {
  color: #BEA793;
  -webkit-text-stroke-color: #D8CEC6;
}

.about-card .about-role {
  color: #D24A29;
}

.section-box .title-heading,
.section-box .title-heading + h2 {
  color: #705E59;
}

.section-box .title-heading + h2,
.archive-item-title {
  font-size: 2.5rem;
}

.post-type-archive-works .works-archive-title {
  color: #705E59;
  font-size: 2.5rem;
}

#services .services-number .stroke-text {
  display: block;
  color: #D24A29;
  font-family: "Bodoni MT", "Bodoni Moda", "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-text-fill-color: #D24A29;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

@media (max-width: 767.98px) {
  #services .services-number .stroke-text {
    font-size: 42px;
    line-height: 1;
  }
}

#services .services-title,
#services .services-title i,
#services .services-title .mono-heading,
#services .services-item p {
  color: #705E59;
}

@media (min-width: 1200px) {
  #services .services-intro-line {
    white-space: nowrap;
  }
}

#resume .resume-wrapper,
#resume .resume-wrapper i,
#resume .resume-column-title,
#resume .resume-box .resume-date,
#resume .resume-box .resume-item-title,
#resume .resume-box p {
  color: #705E59;
}

#resume .resume-item-title {
  font-size: 1.25rem;
}

#resume .resume-column-title {
  margin: 0 0 24px;
  color: #D24A29;
  font-size: 1.15rem;
  font-weight: 500;
}

#resume .resume-wrapper > .icon-2xl i {
  color: #D24A29;
}

#resume .resume-box {
  margin-bottom: 36px;
}

#resume .resume-box p {
  margin-top: 8px;
}

#resume .resume-box .resume-date:after {
  background: #705E59;
}

#resume .resume-box:hover .resume-date {
  color: #705E59;
}

#pricing .pricing-card {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(112, 94, 89, 0.12);
  border-radius: 0.5em;
  background: #fff;
  box-shadow: 0 8px 24px rgba(22, 24, 26, 0.07);
}

#pricing .pricing-service,
#pricing .pricing-price,
#pricing .pricing-description {
  color: #705E59;
}

#pricing .pricing-service {
  margin-bottom: 18px;
  color: #D24A29;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
}

#pricing .pricing-service span {
  display: inline-block;
  margin-right: 10px;
  color: #BEA793;
  font-family: "Bodoni MT", "Bodoni Moda", "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

#pricing .pricing-price {
  margin-bottom: 14px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}

#pricing .pricing-description {
  line-height: 1.8;
}

#blog,
#blog .blog-post-caption,
#blog .blog-post-caption a {
  color: #705E59;
}

#blog .blog-post-caption .button-outline {
  border-color: #705E59;
  color: #705E59;
}

#blog .blog-post-caption .button-outline:hover {
  background-color: #705E59;
  border-color: #705E59;
  color: #FFFFFF;
}

#contact,
#contact .contact-links a,
#contact .contact-field label,
#contact .contact-field input,
#contact .contact-field textarea {
  color: #705E59;
}

#contact .contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

#contact .contact-links a {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 16px;
  align-items: center;
  border: 1px dashed rgba(112, 94, 89, 0.35);
  border-radius: 2em;
  overflow-wrap: anywhere;
}

#contact .contact-links a:hover,
#contact .contact-links a:focus-visible {
  color: #D24A29;
}

#contact .contact-form {
  max-width: 760px;
}

#contact .contact-field {
  margin-bottom: 22px;
}

#contact .contact-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
}

#contact .contact-field input,
#contact .contact-field textarea {
  width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #F3F0ED;
  box-shadow: none;
  font: inherit;
}

#contact .contact-field input {
  min-height: 52px;
}

#contact .contact-field textarea {
  min-height: 180px;
  resize: vertical;
}

#contact .contact-field input:focus,
#contact .contact-field textarea:focus {
  border-color: #BEA793;
  outline: 2px solid rgba(190, 167, 147, 0.2);
  outline-offset: 1px;
}

#contact .wpcf7-not-valid {
  border-color: #D24A29;
}

#contact .wpcf7-not-valid-tip {
  display: block;
  margin-top: 7px;
  color: #D24A29;
  font-size: 13px;
  line-height: 1.5;
}

#contact .contact-submit-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

#contact .contact-form .wpcf7-submit {
  min-height: 44px;
  margin: 0;
  padding: 12px 30px;
  border: 0;
  border-radius: 2em;
  background: #D24A29;
  color: #FFF9E9;
  cursor: pointer;
  font: inherit;
}

#contact .contact-form .wpcf7-submit:hover,
#contact .contact-form .wpcf7-submit:focus,
#contact .contact-form .wpcf7-submit:focus-visible {
  background: #A93B21;
  color: #FFFFFF;
}

#contact .wpcf7-spinner {
  margin: 0;
  background-color: #BEA793;
}

#contact .wpcf7 form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 12px 16px;
  border: 1px solid #BEA793;
  border-radius: 10px;
  color: #705E59;
  font-size: 14px;
  line-height: 1.7;
}

#contact .wpcf7 form.invalid .wpcf7-response-output,
#contact .wpcf7 form.unaccepted .wpcf7-response-output,
#contact .wpcf7 form.payment-required .wpcf7-response-output,
#contact .wpcf7 form.failed .wpcf7-response-output,
#contact .wpcf7 form.aborted .wpcf7-response-output,
#contact .wpcf7 form.spam .wpcf7-response-output {
  border-color: #D24A29;
  color: #D24A29;
}

@media (max-width: 575.98px) {
  #contact .contact-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  #contact .contact-links a {
    width: 100%;
  }
}

#blog > .row h1 {
  font-size: 40px;
  line-height: 1.3;
}

#blog > .row p {
  font-size: 17px;
  line-height: 1.8;
}

#blog .blog-post-caption > p,
#blog .blog-post-caption > time {
  font-size: 16px;
  line-height: 1.5;
}

#blog .blog-post-caption h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

#blog .blog-post-caption .button-outline {
  font-size: 15px;
}

@media (max-width: 767.98px) {
  #blog > .row h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  #blog > .row p {
    font-size: 15px;
    line-height: 1.8;
  }

  #blog .blog-post-caption > p,
  #blog .blog-post-caption > time {
    font-size: 14px;
    line-height: 1.5;
  }

  #blog .blog-post-caption h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }

  #blog .blog-post-caption .button-outline {
    font-size: 14px;
  }
}

#pricing .pricing-contact .button {
  background: #D24A29;
  color: #FFF9E9;
}

#pricing .pricing-contact .button:hover,
#pricing .pricing-contact .button:focus {
  background: #A93B21;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  #pricing .pricing-card {
    padding: 24px 22px;
  }
}

@media (max-width: 991.98px) {
  .portfolio-mobile-nav summary,
  .portfolio-mobile-nav nav {
    background-color: #BEA793;
  }

  .portfolio-mobile-nav summary span {
    background-color: #FFF9E9;
  }

  .portfolio-mobile-nav summary:hover span,
  .portfolio-mobile-nav summary:focus-visible span {
    background-color: #FFFFFF;
  }

  .portfolio-mobile-nav nav a,
  .portfolio-mobile-nav nav span {
    color: #705E59 !important;
    opacity: 1;
  }

  .portfolio-mobile-nav nav a[href="#about"],
  .portfolio-mobile-nav nav a.active {
    color: #FFF9E9 !important;
  }

  .portfolio-mobile-nav nav a:hover,
  .portfolio-mobile-nav nav span:hover,
  .portfolio-mobile-nav nav a:active,
  .portfolio-mobile-nav nav span:active,
  .portfolio-mobile-nav nav a:focus-visible,
  .portfolio-mobile-nav nav span:focus-visible {
    color: #FFFFFF !important;
  }
}

.section-nav .nav-link-disabled {
  cursor: default;
  opacity: 0.68;
}

.section-nav ul li a.active {
  color: #fff;
}

.section-nav ul li a.active .nav-circle:before {
  border-color: var(--portfolio-blue);
}

.about-card {
  scroll-margin-top: 24px;
}

#about,
#works,
#services,
#pricing,
#resume,
#blog,
#contact {
  scroll-margin-top: 24px;
}

.profile-avatar {
  width: min(100%, 250px);
  margin-inline: auto;
}

.hero-avatar.profile-avatar img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  max-width: none;
  max-height: none;
  border-radius: 48% 52% 46% 54% / 52% 45% 55% 48%;
  object-fit: cover;
  object-position: center 28%;
  background: #edf2f6;
}

.about-role {
  margin-bottom: 4px;
  color: var(--portfolio-blue);
  font-family: "Roboto Mono", monospace;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-name {
  margin-bottom: 10px;
  color: #FFF9E9;
  font-family: "Fanwood Text", serif;
  font-size: clamp(2rem, 2.9vw, 2.75rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 1px #D8CEC6;
  paint-order: stroke fill;
  white-space: nowrap;
}

.about-name span {
  display: inline-block;
  margin-left: 14px;
  color: #858b93;
  font-family: "Roboto Mono", monospace;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.14em;
  vertical-align: 0.28em;
}

.about-catchcopy {
  margin-bottom: 16px;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 600;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
  padding: 0;
}

.skill-tags li {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid #e2e7eb;
  border-radius: 999px;
  background: #f8fafb;
  color: #5d656c;
  font-family: "Roboto Mono", monospace;
  font-size: 0.7rem;
  line-height: 1;
  list-style: none;
}

.about-description {
  color: #596168;
  font-size: 0.94rem;
  line-height: 1.95;
  letter-spacing: 0.02em;
}

@media (min-width: 992px) {
  .nav-wrapper {
    top: 24px;
  }
}

@media (max-width: 991.98px) {
  .portfolio-header {
    position: relative;
    z-index: 995;
    min-height: 82px;
  }

  .portfolio-brand-en {
    display: inline-block;
    font-size: clamp(2.5rem, 13vw, 3.4rem);
    letter-spacing: 0;
  }

  .portfolio-sidebar-col {
    display: none;
  }

  .portfolio-mobile-nav {
    display: block;
    position: relative;
  }

  .portfolio-mobile-nav summary {
    display: flex;
    width: 48px;
    height: 48px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 4px;
    background: #BEA793;
    cursor: pointer;
    list-style: none;
  }

  .portfolio-mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .portfolio-mobile-nav summary span {
    width: 19px;
    height: 1px;
    background: #FFF9E9;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }

  .portfolio-mobile-nav summary:hover span,
  .portfolio-mobile-nav summary:focus-visible span {
    background: #FFFFFF;
  }

  .portfolio-mobile-nav nav {
    position: absolute;
    top: 56px;
    right: 0;
    width: min(76vw, 280px);
    padding: 14px 18px;
    border-radius: 4px;
    background: #BEA793;
    box-shadow: 0 12px 30px rgba(12, 16, 20, 0.18);
  }

  .portfolio-mobile-nav nav a,
  .portfolio-mobile-nav nav span {
    display: flex;
    width: 100%;
    min-height: 44px;
    margin-left: 0;
    padding-left: 0;
    align-items: center;
    color: #705E59 !important;
    font-family: "Roboto Mono", monospace;
    font-size: 0.76rem;
    letter-spacing: 0.04em;
    text-align: left;
    text-indent: 0;
    text-decoration: none;
    transform: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }

  .portfolio-mobile-nav nav span {
    opacity: 1;
  }

  .portfolio-mobile-nav nav a[href="#about"],
  .portfolio-mobile-nav nav a.active {
    color: #FFF9E9 !important;
  }

  .portfolio-mobile-nav nav a:hover,
  .portfolio-mobile-nav nav span:hover,
  .portfolio-mobile-nav nav a:active,
  .portfolio-mobile-nav nav span:active,
  .portfolio-mobile-nav nav a:focus-visible,
  .portfolio-mobile-nav nav span:focus-visible {
    color: #FFFFFF !important;
  }

  .about-card {
    scroll-margin-top: 90px;
  }
}

@media (max-width: 575.98px) {
  .portfolio-header {
    min-height: 76px;
  }

  .section-box.about-card {
    padding: 28px 22px 30px;
  }

  .profile-avatar {
    width: min(72vw, 230px);
  }

  .about-name span {
    display: inline-block;
    margin: 0 0 0 10px;
  }

  .about-description {
    font-size: 0.92rem;
    line-height: 1.85;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

body {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  background: #E5DED8;
  min-height: 100%;
  color: #838485;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  color: black;
}

body a:not([class*='button'], .link-decoration, .nav-link) {
  color: #838485;
}

body a:not([class*='button'], .link-decoration, .nav-link):hover, body a:not([class*='button'], .link-decoration, .nav-link):focus {
  color: black;
}

.theme-dark {
  background: black;
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: white;
}

.theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark h1 a:hover, .theme-dark h1 a:focus, .theme-dark h2 a:hover, .theme-dark h2 a:focus, .theme-dark h3 a:hover, .theme-dark h3 a:focus, .theme-dark h4 a:hover, .theme-dark h4 a:focus, .theme-dark h5 a:hover, .theme-dark h5 a:focus, .theme-dark h6 a:hover, .theme-dark h6 a:focus {
  color: white;
}

.theme-dark a:not([class*='button'], .link-decoration, .nav-link) {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark a:not([class*='button'], .link-decoration, .nav-link):hover, .theme-dark a:not([class*='button'], .link-decoration, .nav-link):focus {
  color: white;
}

.container, .container-fluid {
  position: relative;
}

.sections-wrapper {
  padding-bottom: 3em;
}

@media (max-width: 767.98px) {
  .sections-wrapper {
    padding-bottom: 1.5em;
  }
}

.section-box {
  background: white;
  border-radius: 0.5em;
  padding: 3em;
  -webkit-box-shadow: 0 8px 26px 0 rgba(22, 24, 26, 0.07);
  box-shadow: 0 8px 26px 0 rgba(22, 24, 26, 0.07);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.section-box:hover {
  -webkit-box-shadow: 0 8px 32px 0 rgba(22, 24, 26, 0.11);
  box-shadow: 0 8px 32px 0 rgba(22, 24, 26, 0.11);
}

@media (max-width: 991.98px) {
  .section-box {
    padding: 2.5em 2em;
  }
}

@media (max-width: 767.98px) {
  .section-box {
    padding: 2em 1.5em;
  }
}

.theme-dark .section-box {
  background: #1c1e20;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-dark .section-box:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bg-lines {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.bg-lines .bg-line-1,
.bg-lines .bg-line-2,
.bg-lines .bg-line-3,
.bg-lines .bg-line-4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #CEC3BB;
}

.bg-lines .bg-line-1:before,
.bg-lines .bg-line-2:before,
.bg-lines .bg-line-3:before,
.bg-lines .bg-line-4:before {
  content: '';
  position: absolute;
  top: -80px;
  right: -1px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  width: 1px;
  height: 80px;
  -webkit-animation: bgLine 8s linear infinite;
  animation: bgLine 8s linear infinite;
}

.bg-lines .bg-line-1 {
  width: 20%;
}

.bg-lines .bg-line-2 {
  width: 40%;
}

.bg-lines .bg-line-2:before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.bg-lines .bg-line-3 {
  width: 60%;
}

.bg-lines .bg-line-3:before {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-lines .bg-line-4 {
  width: 80%;
}

.bg-lines .bg-line-4:before {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

@media (max-width: 991.98px) {
  .bg-lines .bg-line-1 {
    width: 25%;
  }
  .bg-lines .bg-line-2 {
    width: 50%;
  }
  .bg-lines .bg-line-3 {
    width: 75%;
  }
  .bg-lines .bg-line-4 {
    display: none;
  }
}

.theme-dark .bg-lines .bg-line-1,
.theme-dark .bg-lines .bg-line-2,
.theme-dark .bg-lines .bg-line-3,
.theme-dark .bg-lines .bg-line-4 {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-dark .bg-lines .bg-line-1:before,
.theme-dark .bg-lines .bg-line-2:before,
.theme-dark .bg-lines .bg-line-3:before,
.theme-dark .bg-lines .bg-line-4:before {
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.7));
}

@-webkit-keyframes bgLine {
  0% {
    top: -80px;
  }
  100% {
    top: 100%;
  }
}

@keyframes bgLine {
  0% {
    top: -80px;
  }
  100% {
    top: 100%;
  }
}

.link-decoration {
  color: rgba(0, 0, 0, 0.9);
}

.link-decoration:hover, .link-decoration:focus {
  color: black;
  text-decoration: underline;
}

.theme-dark .link-decoration,
.toggle-menu .link-decoration {
  color: white;
}

.theme-dark .link-decoration:hover, .theme-dark .link-decoration:focus,
.toggle-menu .link-decoration:hover,
.toggle-menu .link-decoration:focus {
  color: white;
}

.box-shadow {
  -webkit-box-shadow: 0 8px 26px 0 rgba(22, 24, 26, 0.11);
  box-shadow: 0 8px 26px 0 rgba(22, 24, 26, 0.11);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.box-shadow:hover {
  -webkit-box-shadow: 0 8px 32px 0 rgba(22, 24, 26, 0.15);
  box-shadow: 0 8px 32px 0 rgba(22, 24, 26, 0.15);
}

.border-radius {
  border-radius: 0.5em;
  overflow: hidden;
}

.border-radius-1 {
  border-radius: 1em;
  overflow: hidden;
}

.border-radius-2 {
  border-radius: 2em;
  overflow: hidden;
}

.hero-avatar {
  position: relative;
}

.hero-avatar img {
  width: 100%;
  height: auto;
  max-width: 256px;
  max-height: 256px;
  border-radius: 50%;
}

.hero-avatar .hero-avatar-text {
  position: absolute;
  bottom: 1em;
  left: 0.5em;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 2em;
  padding: 0.5em 1em;
  color: white;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 8px 26px 0 rgba(22, 24, 26, 0.11);
  box-shadow: 0 8px 26px 0 rgba(22, 24, 26, 0.11);
}

.hero-avatar .hero-avatar-text * {
  color: white !important;
}

.theme-dark .hero-avatar .hero-avatar-text {
  background: rgba(255, 255, 255, 0.5);
  color: black;
  font-weight: 500;
}

.theme-dark .hero-avatar .hero-avatar-text * {
  color: black !important;
}

input:not(.form-check-input),
textarea {
  background: transparent;
  width: 100%;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
  margin-bottom: 2rem;
  padding: 0 0 1rem;
  box-shadow: none;
  font: 400 14px "Open Sans", sans-serif;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

input:not(.form-check-input):focus, input:not(.form-check-input):active,
textarea:focus,
textarea:active {
  outline: 0;
  box-shadow: none;
  border-color: black;
}

textarea {
  height: 140px;
}

input:not(.form-check-input), textarea,
.form-control {
  color: black;
}

input:not(.form-check-input)::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #aaabac;
}

input:not(.form-check-input)::-moz-placeholder, textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #aaabac;
}

input:not(.form-check-input):-ms-placeholder, textarea:-ms-placeholder,
.form-control:-ms-placeholder {
  color: #aaabac;
}

input:not(.form-check-input)::-ms-placeholder, textarea::-ms-placeholder,
.form-control::-ms-placeholder {
  color: #aaabac;
}

input:not(.form-check-input)::placeholder, textarea::placeholder,
.form-control::placeholder {
  color: #aaabac;
}

label {
  font-size: 14px;
}

.required:after {
  content: '*';
  padding-left: 3px;
}

.theme-dark input:not(.form-check-input), .theme-dark textarea, .theme-dark .form-control {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.theme-dark input:not(.form-check-input)::-webkit-input-placeholder, .theme-dark textarea::-webkit-input-placeholder, .theme-dark .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark input:not(.form-check-input)::-moz-placeholder, .theme-dark textarea::-moz-placeholder, .theme-dark .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark input:not(.form-check-input):-ms-placeholder, .theme-dark textarea:-ms-placeholder, .theme-dark .form-control:-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark input:not(.form-check-input)::-ms-placeholder, .theme-dark textarea::-ms-placeholder, .theme-dark .form-control::-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark input:not(.form-check-input)::placeholder, .theme-dark textarea::placeholder, .theme-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.theme-dark input:not(.form-check-input):focus, .theme-dark textarea:focus, .theme-dark .form-control:focus {
  border-color: white;
}

.submit-result span {
  display: none;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}

.submit-result span.show-result {
  margin-top: 30px;
  display: block;
}

.submit-result span#success {
  color: #32CD32;
}

.submit-result span#error {
  color: #E32227;
}

.submit-result span .error-color {
  background: rgba(255, 0, 0, 0.1);
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

img[class*='img-mask-avatar'] {
  border-radius: 50%;
}

img.img-mask-avatar-sm {
  min-width: 70px;
  width: 70px;
  height: 70px;
}

img.img-mask-avatar-md {
  min-width: 90px;
  width: 90px;
  height: 90px;
}

img.img-mask-avatar-lg {
  min-width: 110px;
  width: 110px;
  height: 110px;
}

ol {
  margin: 0 0 -7px;
}

ol li {
  margin: 0 0 7px;
}

ul {
  margin: 0 0 -7px;
}

ul li {
  margin: 0 0 7px;
}

ul li ul, ul li ol {
  margin-top: 7px;
}

ul li a {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

ul[class*=' list-'], ul[class^='list-'] {
  padding: 0;
}

ul.list-unstyled li, ul.list-dash li, ul.list-circle li {
  list-style-type: none;
}

ul.list-dash li:before {
  content: '-';
  padding-right: 7px;
}

ul.list-dash li ul, ul.list-dash li ol {
  padding-left: 40px;
}

ul.list-circle li {
  position: relative;
  padding-left: 13px;
}

ul.list-circle li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: black;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

ul.list-circle li:hover:before {
  opacity: 1;
}

ul[class*=' list-inline'] li, ul[class^='list-inline'] li {
  display: inline-block;
}

ul.list-inline-lg {
  margin-right: -14px;
  margin-left: -14px;
}

ul.list-inline-lg li {
  padding: 0 14px;
}

ul.list-inline {
  margin-right: -7px;
  margin-left: -7px;
}

ul.list-inline li {
  padding: 0 7px;
}

ul.list-inline-sm {
  margin-right: -3px;
  margin-left: -3px;
}

ul.list-inline-sm li {
  padding: 0 3px;
}

ul.list-inline-dash li:after {
  content: '-';
  padding: 0 3px 0 6px;
}

ul.list-inline-dash li:last-child:after {
  content: '';
  padding: 0;
}

ul.list-inline-pills {
  margin: 0;
}

ul.list-inline-pills li {
  display: inline-flex;
  align-items: center;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 2em;
  margin: 0 7px 10px 0;
  padding: 0.5em 1em;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

ul.list-inline-pills li i {
  font-size: 1.2em;
}

ul.list-inline-pills li:hover {
  color: black;
}

.theme-dark ul.list-inline-pills li {
  border-color: rgba(255, 255, 255, 0.3);
}

.theme-dark ul.list-inline-pills li:hover {
  color: white;
}

@media (max-width: 991.98px) {
  ol {
    margin: 0 0 -5px;
  }
  ol li {
    margin: 0 0 5px;
  }
  ul {
    margin: 0 0 -5px;
  }
  ul li {
    margin: 0 0 5px;
  }
  ul li ul, ul li ol {
    margin-top: 5px;
  }
  ul.list-dash li:before {
    content: '-';
    padding-right: 6px;
  }
  ul.list-dash li a:hover {
    padding-left: 2px;
  }
  ul.list-dash li ul, ul.list-dash li ol {
    padding-left: 30px;
  }
  ul.list-inline-lg {
    margin-right: -12px;
    margin-left: -12px;
  }
  ul.list-inline-lg li {
    padding: 0 12px;
  }
  ul.list-inline {
    margin-right: -6px;
    margin-left: -6px;
  }
  ul.list-inline li {
    padding: 0 6px;
  }
  ul.list-inline-sm {
    margin-right: -2px;
    margin-left: -2px;
  }
  ul.list-inline-sm li {
    padding: 0 2px;
  }
}

body {
  color: #838485;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  body {
    font-size: 0.938rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.3px;
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 6px;
  }
}

p {
  margin: 0;
  line-height: 1.74;
  /* 26px */
}

@media (max-width: 991.98px) {
  p {
    line-height: 1.6;
    /* 24px */
  }
}

.uppercase {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.font-small {
  font-size: 0.9em;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .font-small {
    font-size: 0.9em;
    line-height: 1.7;
  }
}

.font-large {
  font-size: 1.063em;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .font-large {
    font-size: 1.063em;
  }
}

.title-heading {
  position: relative;
  padding-top: 16px;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.title-heading:before {
  content: '//';
  padding-right: 8px;
}

.title-heading:after {
  content: attr(data-backdrop-text);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.15;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 0.9;
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

@media (max-width: 1199.98px) {
  .title-heading {
    padding-top: 14px;
  }
}

@media (max-width: 991.98px) {
  .title-heading:after {
    font-size: 2rem;
  }
}

.theme-dark .title-heading:after {
  color: white;
  -webkit-text-stroke-color: white;
}

.mono-heading {
  color: black;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.theme-dark .mono-heading {
  color: white;
}

.hover-text {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.hover-text:hover {
  color: black;
}

.theme-dark .hover-text:hover {
  color: white;
}

i {
  display: inline-block;
}

.icon-4xl i {
  font-size: 2.4em;
}

.icon-3xl i {
  font-size: 2.13em;
}

.icon-2xl i {
  font-size: 1.86em;
}

.icon-xl i {
  font-size: 1.6em;
}

.icon-lg i {
  font-size: 1.33em;
}

.icon-sm i {
  font-size: 0.9em;
}

a {
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a:focus, a:active, button:focus, button:active {
  box-shadow: none;
  outline: 0;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: black;
  border-radius: 2em;
  padding: 14px 32px;
  color: white;
  font-size: 0.9em;
  font-family: "Roboto Mono", monospace;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button i {
  margin-right: 8px;
  font-size: 15px;
}

.button:hover {
  background: rgba(0, 0, 0, 0.9);
  color: white;
}

.button.button-outline {
  background: transparent;
  border: 1px dashed black;
  color: black;
}

.button.button-outline:hover {
  background: black;
  color: white;
}

.theme-dark .button,
.toggle-menu .button {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

.theme-dark .button:hover,
.toggle-menu .button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.theme-dark .button-outline,
.toggle-menu .button-outline {
  background: transparent;
  border: 1px dashed white;
  color: white;
}

.theme-dark .button-outline:hover,
.toggle-menu .button-outline:hover {
  background: white;
  color: black;
}

.button-sm {
  padding: 10px 22px;
}

.button-lg {
  padding: 16px 42px;
}

.button-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: black;
  line-height: 50px;
  border-radius: 50%;
  border: 0;
  color: white;
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}

.button-circle i {
  line-height: 50px;
}

.button-circle:hover {
  background: rgba(0, 0, 0, 0.9);
  color: white;
}

.button-circle.button-circle-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.button-circle.button-circle-sm i {
  line-height: 40px;
}

.button-circle.button-circle-lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.button-circle.button-circle-lg i {
  line-height: 60px;
}

.button-circle-outline, a.button-circle-outline {
  background: transparent;
  border: 1px dashed black;
  color: black;
}

.button-circle-outline:hover, a.button-circle-outline:hover {
  background: black;
  color: white;
}

.theme-dark .button-circle, .theme-dark a.button-circle,
.toggle-menu .button-circle,
.toggle-menu a.button-circle {
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  color: white;
}

.theme-dark .button-circle:hover, .theme-dark a.button-circle:hover,
.toggle-menu .button-circle:hover,
.toggle-menu a.button-circle:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.theme-dark .button-circle-outline, .theme-dark a.button-circle-outline,
.toggle-menu .button-circle-outline,
.toggle-menu a.button-circle-outline {
  background: transparent;
  border: 1px dashed white;
  color: white;
}

.theme-dark .button-circle-outline:hover, .theme-dark a.button-circle-outline:hover,
.toggle-menu .button-circle-outline:hover,
.toggle-menu a.button-circle-outline:hover {
  background: white;
  color: black;
}

.lightbox-image-box,
.lightbox-media-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.lightbox-image-box[class*='border-radius'],
.lightbox-media-box[class*='border-radius'] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lightbox-image-box:after,
.lightbox-media-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.lightbox-image-box img,
.lightbox-media-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lightbox-image-box i,
.lightbox-media-box i {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.lightbox-image-box.icon-xl i, .lightbox-image-box.icon-2xl i,
.lightbox-media-box.icon-xl i,
.lightbox-media-box.icon-2xl i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}

.lightbox-image-box.icon-3xl i, .lightbox-image-box.icon-4xl i, .lightbox-image-box.icon-5xl i,
.lightbox-media-box.icon-3xl i,
.lightbox-media-box.icon-4xl i,
.lightbox-media-box.icon-5xl i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.lightbox-image-box:hover:after,
.lightbox-media-box:hover:after {
  opacity: 1;
}

.lightbox-image-box:hover img,
.lightbox-media-box:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

body:not(.single-works) .lightbox-image-box:hover img,
.lightbox-media-box:hover img {
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.mfp-bg {
  background: black;
}

.mfp-container,
.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.mfp-container {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  padding: 0 20px;
}

.mfp-ready .mfp-container {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.mfp-ready.mfp-bg {
  opacity: 0.97;
}

.mfp-removing .mfp-container, .mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-removing .mfp-container {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.mfp-close {
  display: block;
  top: -5px;
  opacity: 1;
  width: auto;
  height: auto;
  line-height: auto;
  font-size: 24px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

button.mfp-close:hover {
  top: -5px;
  opacity: 1;
  color: #fff;
}

.mfp-iframe-holder .mfp-close {
  top: -45px;
}

.mfp-iframe-holder .mfp-close:hover {
  top: -45px;
}

.mfp-close-btn-in .mfp-close {
  color: rgba(255, 255, 255, 0.7);
}

.mfp-arrow {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.mfp-arrow-left:before {
  border-right: 0;
}

.mfp-arrow-right:before {
  border-left: 0;
}

@media (max-width: 575.98px) {
  button.mfp-arrow {
    background: rgba(0, 0, 0, 0.5);
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
  button.mfp-arrow:active {
    margin-top: -35px;
  }
  button.mfp-arrow-left {
    margin-left: 20px;
  }
  button.mfp-arrow-left:before, button.mfp-arrow-left:after {
    margin-top: 15px;
    margin-left: 20px;
  }
  button.mfp-arrow-right {
    margin-right: 20px;
  }
  button.mfp-arrow-right:before, button.mfp-arrow-right:after {
    margin-top: 15px;
    margin-left: 30px;
  }
}

.mfp-bottom-bar {
  margin-top: -30px;
}

.mfp-bottom-bar .mfp-title {
  color: rgba(255, 255, 255, 0.7);
}

.mfp-bottom-bar .mfp-counter {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.mfp-iframe-scaler iframe, .mfp-figure::after {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}

.resume-wrapper {
  position: relative;
  padding-left: 20px;
}

.resume-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
}

.resume-wrapper i {
  color: black;
}

.resume-wrapper .resume-box {
  margin-bottom: 30px;
}

.resume-wrapper .resume-box:last-child {
  margin-bottom: 0;
}

.resume-wrapper .resume-box .resume-date {
  position: relative;
  display: inline-block;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 2em;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  font-family: "Roboto Mono", monospace;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.resume-wrapper .resume-box .resume-date:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.resume-wrapper .resume-box .resume-date:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: black;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.resume-wrapper .resume-box:hover .resume-date {
  color: black;
}

@media (max-width: 991.98px) {
  .resume-wrapper .resume-box {
    margin-bottom: 24px;
  }
  .resume-wrapper .resume-box:last-child {
    margin-bottom: 0;
  }
}

.theme-dark .resume-wrapper:before {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-dark .resume-wrapper i {
  color: white;
}

.theme-dark .resume-wrapper .resume-box .resume-date {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-dark .resume-wrapper .resume-box .resume-date:before {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-dark .resume-wrapper .resume-box .resume-date:after {
  background: white;
}

.theme-dark .resume-wrapper .resume-box:hover .resume-date {
  color: white;
}

.services-list {
  margin: 0;
  padding: 0;
}

.services-list .services-item {
  list-style-type: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.services-list .services-item:first-child {
  border-top: 0;
}

.services-list .services-item .services-title i {
  color: black;
}

@media (min-width: 1200px) {
  .services-list .services-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
  }
  .services-list .services-item:first-child {
    padding-top: 0;
  }
  .services-list .services-item:last-child {
    padding-bottom: 0;
  }
  .services-list .services-item .services-number {
    min-width: 90px;
  }
  .services-list .services-item .services-number * {
    margin-bottom: 0;
  }
  .services-list .services-item .services-title {
    min-width: 270px;
    padding-right: 36px;
  }
  .services-list .services-item .services-title * {
    margin-bottom: 0;
  }
}

@media (max-width: 1199.98px) {
  .services-list .services-item {
    padding: 20px 0;
  }
  .services-list .services-item:first-child {
    padding-top: 0;
  }
  .services-list .services-item:last-child {
    padding-bottom: 0;
  }
  .services-list .services-item .services-number {
    margin-bottom: 6px;
  }
}

.theme-dark .services-list .services-item {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-dark .services-list .services-item .services-title i {
  color: white;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-custom-prev:focus,
.swiper-custom-next:focus {
  background: transparent;
  color: black;
}

.swiper-custom-prev:focus:hover,
.swiper-custom-next:focus:hover {
  background: black;
  color: white;
}

.swiper-custom-next {
  margin-left: 6px;
}

.theme-dark .swiper-custom-prev:focus,
.theme-dark .swiper-custom-next:focus {
  color: white;
}

.theme-dark .swiper-custom-prev:focus:hover,
.theme-dark .swiper-custom-next:focus:hover {
  background: white;
  color: black;
}

.testimonial-box {
  position: relative;
  padding-top: 16px;
  padding-left: 16px;
}

.testimonial-box:before {
  content: '\f10e';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
  font-family: "Font Awesome 6 Free";
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.theme-dark .testimonial-box:before {
  opacity: 0.13;
  color: white;
}

.blog-post-box .blog-post-img {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0.5em;
}

.blog-post-box .blog-post-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.blog-post-box .blog-post-img .blog-post-category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 2em;
  padding: 0.5em 1em;
  color: white;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-post-box .blog-post-img .blog-post-category a {
  color: white;
}

.blog-post-box .blog-post-img .blog-post-category a:hover {
  color: white;
}

.blog-post-box .blog-post-img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

@media (min-width: 1200px) {
  .blog-post-box {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .blog-post-box:last-child {
    margin-bottom: 0;
  }
  .blog-post-box .blog-post-img {
    display: inline-block;
  }
  .blog-post-box .blog-post-img img {
    width: 340px;
  }
  .blog-post-box .blog-post-caption {
    display: inline-block;
    padding-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .blog-post-box {
    margin-bottom: 40px;
  }
  .blog-post-box:last-child {
    margin-bottom: 0;
  }
  .blog-post-box .blog-post-img img {
    width: 100%;
  }
  .blog-post-box .blog-post-caption {
    padding-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .blog-post-box {
    margin-bottom: 30px;
  }
  .blog-post-box:last-child {
    margin-bottom: 0;
  }
}

.filter ul {
  margin: 0;
  padding: 0;
}

.filter ul li {
  display: inline-block;
  list-style: none;
  margin: 0 7px 10px 0;
}

.filter ul li > button {
  position: relative;
  border: 1px dashed #705E59;
  border-radius: 2em;
  padding: 0.5em 1em;
  font-size: 0.9em;
  font-family: "Roboto Mono", monospace;
  color: #705E59;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.filter ul li > button:hover,
.filter ul li > button:focus,
.filter ul li > button:focus-visible {
  background: #D24A29;
  border-color: #D24A29;
  color: #FFFFFF;
}

.filter ul li > button.mixitup-control-active {
  background: #D24A29;
  border-color: #D24A29;
  color: #FFF9E9;
}

.theme-dark .filter ul li > button {
  border-color: white;
  color: white;
}

.theme-dark .filter ul li > button:hover,
.theme-dark .filter ul li > button.mixitup-control-active {
  background: white;
  color: black;
}

.portfolio-box {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  border-radius: 0.5em;
}

.portfolio-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.portfolio-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.portfolio-box .portfolio-category {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 2em;
  padding: 0.5em 1em;
  color: white;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.portfolio-box .portfolio-caption {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  margin-bottom: -6px;
  padding: 0 30px 24px;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.portfolio-box .portfolio-caption * {
  margin: 0;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-transition: linear 0.06s;
  transition: linear 0.06s;
}

.portfolio-box .portfolio-caption *:hover {
  text-shadow: 0 0 white;
}

.portfolio-box:hover:after {
  opacity: 1;
}

.portfolio-box:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.portfolio-box:hover .portfolio-caption {
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
}

#works .works-archive-link-wrapper {
  margin-top: 2.5rem;
  text-align: center;
}

#works .works-archive-link {
  border-color: #705E59;
  color: #705E59;
}

#works .works-archive-link:hover,
#works .works-archive-link:focus-visible {
  background: #705E59;
  border-color: #705E59;
  color: #FFF9E9;
}

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: black;
  width: 100%;
  height: 100%;
}

body.loaded:after {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: black;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}

.preloader div span {
  opacity: 1;
  display: inline-block;
  padding: 0 8px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
  -webkit-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite;
}

.preloader div span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader div span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader div span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader div span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader div span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.preloader div span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

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

@keyframes loader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.section-nav {
  background: #BEA793;
  border-radius: 0.5em;
  padding: 1.7em 2.5em;
}

.section-nav ul {
  margin: 0;
  padding: 0;
}

.section-nav ul li {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.section-nav ul li a, .section-nav ul li button {
  position: relative;
  display: block;
  color: #705E59;
  font-size: 0.9rem;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.section-nav ul li a:focus, .section-nav ul li button:focus {
  color: #705E59;
}

.section-nav ul li a.active, .section-nav ul li button.active {
  color: #FFF9E9;
}

.section-nav ul li a:hover, .section-nav ul li button:hover {
  color: #FFFFFF;
}

.theme-dark .section-nav {
  background: #1c1e20;
}

@media (min-width: 992px) {
  .nav-wrapper {
    -webkit-position: sticky;
    position: sticky;
    top: 24px;
  }
  .section-nav ul li {
    width: 100%;
  }
  .section-nav ul li a, .section-nav ul li button {
    width: 100%;
    padding: 0.8rem 0;
    text-align: left;
    letter-spacing: 0.5px;
  }
  .section-nav ul li a:hover .nav-circle:before, .section-nav ul li a.active .nav-circle:before, .section-nav ul li button:hover .nav-circle:before, .section-nav ul li button.active .nav-circle:before {
    opacity: 1;
  }
  .section-nav ul li a.active, .section-nav ul li button.active {
    letter-spacing: 1px;
  }
  .section-nav ul li a.active .nav-circle:before, .section-nav ul li button.active .nav-circle:before {
    background: transparent;
    width: 30px;
    height: 30px;
    -webkit-animation: translateRotate 10s linear infinite;
    animation: translateRotate 10s linear infinite;
  }
  .section-nav ul li .nav-link-mobile {
    display: none;
  }
  .section-nav ul li .nav-circle {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-nav ul li .nav-circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.7;
    background: #705E59;
    width: 5px;
    height: 5px;
    border: 1px dashed #705E59;
    border-radius: 50%;
    -webkit-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
  }
}

@media (max-width: 991.98px) {
  .nav-wrapper {
    position: relative;
    height: 57px;
  }
  .section-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 0.7em;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s;
  }
  .section-nav.fixed {
    z-index: 994;
    position: fixed;
    top: 8px;
    right: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.9);
  }
  .section-nav ul {
    justify-content: center;
  }
  .section-nav ul li {
    display: inline-block;
    width: auto;
  }
  .section-nav ul li .nav-link-desktop {
    display: none;
  }
  .section-nav ul li .nav-circle {
    display: none;
  }
  .section-nav ul li a, .section-nav ul li button {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 36px;
  }
  .section-nav ul li a:before, .section-nav ul li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed white;
    border-radius: 50%;
    -webkit-transition: ease-out 0.14s;
    transition: ease-out 0.14s;
  }
  .section-nav ul li a:hover, .section-nav ul li a.active, .section-nav ul li button:hover, .section-nav ul li button.active {
    color: white;
  }
  .section-nav ul li a.active, .section-nav ul li button.active {
    letter-spacing: 1px;
  }
  .section-nav ul li a.active:before, .section-nav ul li button.active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-animation: scaleRotate 10s linear infinite;
    animation: scaleRotate 10s linear infinite;
  }
}

@-webkit-keyframes translateRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes translateRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes scaleRotate {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@keyframes scaleRotate {
  0% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

.menu-dots {
  position: relative;
  z-index: 994;
  display: inline-block;
  background: black;
  width: 50px;
  height: 50px;
  margin-left: 24px;
  border-bottom-right-radius: 0.5em 0.5em;
  border-bottom-left-radius: 0.5em 0.5em;
}

.menu-dots span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  display: inline-block;
  background: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.menu-dots span:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% + 5px);
  background: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.menu-dots span:after {
  content: '';
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  background: white;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.menu-dots:hover span, .menu-dots.active span {
  -webkit-transform: translate(-50%, -50%) scale(3);
  transform: translate(-50%, -50%) scale(3);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.menu-dots:hover span:before, .menu-dots.active span:before {
  opacity: 0;
  right: 0;
}

.menu-dots:hover span:after, .menu-dots.active span:after {
  opacity: 0;
  left: 0;
}

.theme-dark .menu-dots {
  background: #1c1e20;
}

.toggle-menu {
  z-index: 995;
  position: fixed;
  top: 0;
  right: -10px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: black;
  width: 400px;
  height: 100%;
  height: auto;
  padding: 50px 40px;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
  color: rgba(255, 255, 255, 0.7);
}

.toggle-menu h1, .toggle-menu h2, .toggle-menu h3, .toggle-menu h4, .toggle-menu h5, .toggle-menu h6 {
  color: white;
}

.toggle-menu h1 a, .toggle-menu h2 a, .toggle-menu h3 a, .toggle-menu h4 a, .toggle-menu h5 a, .toggle-menu h6 a {
  color: rgba(255, 255, 255, 0.8);
}

.toggle-menu h1 a:hover, .toggle-menu h1 a:focus, .toggle-menu h2 a:hover, .toggle-menu h2 a:focus, .toggle-menu h3 a:hover, .toggle-menu h3 a:focus, .toggle-menu h4 a:hover, .toggle-menu h4 a:focus, .toggle-menu h5 a:hover, .toggle-menu h5 a:focus, .toggle-menu h6 a:hover, .toggle-menu h6 a:focus {
  color: white;
}

.toggle-menu a:not([class*='button'], .link-decoration, .nav-link) {
  color: rgba(255, 255, 255, 0.8);
}

.toggle-menu a:not([class*='button'], .link-decoration, .nav-link):hover, .toggle-menu a:not([class*='button'], .link-decoration, .nav-link):focus {
  color: white;
}

.toggle-menu ul.list-circle li:before {
  background: white;
}

.toggle-menu.show {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.toggle-menu .toggle-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: white;
  text-align: center;
  font-size: 1.33em;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.toggle-menu .toggle-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.toggle-menu .tm-bottom {
  position: absolute;
  right: 40px;
  bottom: 48px;
  left: 40px;
}

.theme-dark .toggle-menu {
  background: #1c1e20;
  -webkit-box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 991.98px) {
  .toggle-menu {
    width: 350px;
    padding: 50px 30px 30px;
  }
  .toggle-menu .toggle-close {
    top: 12px;
    right: 12px;
  }
  .toggle-menu .tm-bottom {
    right: 30px;
    bottom: 48px;
    left: 30px;
  }
}

@media (max-width: 575.98px) {
  .toggle-menu {
    width: 100%;
  }
}

.bg-gray {
  background: #E5DED8;
}

.bg-dark {
  background: #1c1e20;
}

.bg-black {
  background: black;
}

.bg-white {
  background: white;
}

.font-family-primary {
  font-family: "Open Sans", sans-serif;
}

.font-family-secondary {
  font-family: "Poppins", sans-serif;
}

.font-family-mono {
  font-family: "Roboto Mono", monospace;
}

.fw-thin {
  font-weight: 100;
}

.fw-medium {
  font-weight: 500;
}

.fw-semi-bold {
  font-weight: 600;
}

.fw-black {
  font-weight: 900;
}

.letter-spacing-05 {
  letter-spacing: 0.5px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.line-height-100 {
  line-height: 1;
}

.line-height-110 {
  line-height: 1.1;
}

.line-height-120 {
  line-height: 1.2;
}

.line-height-130 {
  line-height: 1.3;
}

.line-height-140 {
  line-height: 1.4;
}

*.text-white-09 {
  color: rgba(255, 255, 255, 0.9);
}

*.text-white-08 {
  color: rgba(255, 255, 255, 0.8);
}

*.text-white-07 {
  color: rgba(255, 255, 255, 0.7);
}

*.text-white-06 {
  color: rgba(255, 255, 255, 0.6);
}

*.text-white-05 {
  color: rgba(255, 255, 255, 0.5);
}

*.text-white-04 {
  color: rgba(255, 255, 255, 0.4);
}

*.text-white-03 {
  color: rgba(255, 255, 255, 0.3);
}

*.text-white-02 {
  color: rgba(255, 255, 255, 0.2);
}

*.text-white-01 {
  color: rgba(255, 255, 255, 0.1);
}

*.text-black {
  color: black;
}

*.text-black-09 {
  color: rgba(0, 0, 0, 0.9);
}

*.text-black-08 {
  color: rgba(0, 0, 0, 0.8);
}

*.text-black-07 {
  color: rgba(0, 0, 0, 0.7);
}

*.text-black-06 {
  color: rgba(0, 0, 0, 0.6);
}

*.text-black-05 {
  color: rgba(0, 0, 0, 0.5);
}

*.text-black-04 {
  color: rgba(0, 0, 0, 0.4);
}

*.text-black-03 {
  color: rgba(0, 0, 0, 0.3);
}

*.text-black-02 {
  color: rgba(0, 0, 0, 0.2);
}

*.text-black-01 {
  color: rgba(0, 0, 0, 0.1);
}

*.text-primary {
  color: #838485;
}

*.text-green {
  color: #32CD32;
}

*.text-red {
  color: #E32227;
}

*.text-yellow {
  color: #FFB657;
}

.stroke-text {
  color: black;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: black;
}

@media (max-width: 1199.98px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.2px;
  }
}

.theme-dark .stroke-text {
  color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: white;
}

/* Keep portfolio navigation sizing after the template component rules. */
.section-nav {
  padding: 1.8em 2.25em;
  box-shadow: 0 10px 26px rgba(12, 16, 20, 0.1);
}

@media (max-width: 991.98px) {
  .portfolio-sidebar-col {
    display: none;
  }
}

/* Portfolio navigation palette */
.section-nav {
  background: #BEA793;
}

.section-nav ul li .nav-link,
.section-nav .nav-link-disabled {
  color: #705E59;
  opacity: 1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.section-nav ul li a.active {
  color: #FFF9E9;
}

.section-nav ul li .nav-link:hover,
.section-nav ul li a.active:hover {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .section-nav ul li .nav-link {
    display: flex;
    width: 100%;
    margin-left: 0;
    padding: 0.8rem 0;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    text-indent: 0;
    transform: none;
  }

  .section-nav ul li .nav-circle:before {
    background-color: #705E59;
    border-color: #705E59;
  }

  .section-nav ul li a.active .nav-circle:before {
    background-color: transparent;
    border-color: #FFF9E9;
  }

  .section-nav ul li .nav-link:hover .nav-circle:before {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }

  .section-nav ul li a.active:hover .nav-circle:before {
    background-color: transparent;
    border-color: #FFFFFF;
  }
}

/* Blog detail page */
.blog-detail-card { color: #705E59; }
.blog-back-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .45rem;
  color: #705E59;
  font-family: "Roboto Mono", monospace;
  font-size: .78rem;
  font-weight: 500;
  text-decoration: none;
}
.blog-back-link:hover, .blog-back-link:focus-visible { color: #D24A29; }
.blog-detail-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(112, 94, 89, .18);
}
.blog-detail-meta div { display: flex; flex-direction: column; gap: .4rem; }
.blog-detail-meta span {
  color: #D24A29;
  font-family: "Roboto Mono", monospace;
  font-size: .75rem;
  font-weight: 600;
}
.blog-detail-meta strong, .blog-detail-meta time { color: #705E59; font-size: 1rem; font-weight: 400; }
.blog-detail-header { margin-top: 2.25rem; }
.blog-detail-header h1 { margin: 0; color: #705E59; font-size: clamp(1.9rem, 2.8vw, 2.5rem); line-height: 1.4; }
.blog-detail-hero { margin: 2.25rem 0 0; }
.blog-detail-hero img { display: block; width: 100%; height: auto; border-radius: 5px; }
.blog-detail-body { max-width: 760px; margin-top: 2.5rem; }
.blog-detail-body p { margin: 0 0 1.35rem; color: #705E59; font-size: 17px; line-height: 1.8; }
.blog-detail-body a { color: #D24A29; text-decoration: underline; text-underline-offset: .2em; }
.blog-detail-body a:hover, .blog-detail-body a:focus-visible { color: #A93B21; }
.blog-detail-signature { margin-top: 2rem !important; }
.blog-back-link-bottom { margin-top: 2.5rem; }
.blog-detail-reveal { animation: blogDetailReveal .8s ease both; }
.blog-detail-reveal:nth-of-type(2) { animation-delay: .08s; }
.blog-detail-reveal:nth-of-type(3) { animation-delay: .16s; }
.blog-detail-reveal:nth-of-type(4) { animation-delay: .24s; }
@keyframes blogDetailReveal {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767.98px) {
  .blog-detail-card { padding: 28px 22px 32px; }
  .blog-detail-meta { grid-template-columns: 1fr; gap: 1rem; margin-top: 1.5rem; }
  .blog-detail-header { margin-top: 1.75rem; }
  .blog-detail-header h1 { font-size: clamp(1.6rem, 7vw, 1.9rem); }
  .blog-detail-hero { margin-top: 1.75rem; }
  .blog-detail-body { margin-top: 2rem; }
  .blog-detail-body p { font-size: 15px; line-height: 1.8; }
}
@media (prefers-reduced-motion: reduce) {
  .blog-detail-reveal { animation: none; }
}

/* WordPress admin toolbar offset */
@media (min-width: 992px) {
  body.admin-bar .nav-wrapper {
    top: 56px;
  }
}

/* Keyboard focus: preserve a visible focus indicator after legacy resets. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #D24A29;
  outline-offset: 3px;
}

