/*!   
 * Template Name: Developer - Portfolio Landing Page Bootstrap 5 Template for Developers
 * Version: Bootstrap 5 v3.0
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * Copyright: 3rd Wave Media Ltd.
 * Website: https://themes.3rdwavemedia.com/
*/
body {
  font-family: 'Lato', arial, sans-serif;
  color: #434343;
  background: #f8ced4;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #778492; }

a {
  color: #c25f6e;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    color: #ac4252; }
  a:focus {
    text-decoration: none; }

.figure-caption {
  font-size: 0.75rem; }

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold; }
  .btn .svg-inline--fa, a.btn .svg-inline--fa {
    margin-right: 5px;
    position: relative;
    top: -2px; }
  .btn:hover, a.btn:hover {
    text-decoration: none; }
  .btn:focus, a.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

a.btn-cta-primary, .btn-cta-primary {
  background: #54ba4e;
  border: 1px solid #54ba4e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }
  a.btn-cta-primary:hover, .btn-cta-primary:hover {
    background: #49ac43;
    border: 1px solid #49ac43;
    color: #fff; }

a.btn-cta-secondary, .btn-cta-secondary {
  background: #479FC8;
  border: 1px solid #479FC8;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }
  a.btn-cta-secondary:hover, a.btn-cta-secondary:not(:disabled):not(.disabled):active:focus, .btn-cta-secondary:hover, .btn-cta-secondary:not(:disabled):not(.disabled):active:focus {
    background: #3893bd;
    border: 1px solid #3893bd;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.text-highlight {
  color: #32383e; }

.badge-theme {
  background: #c25f6e;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

a.dotted-link {
  border-bottom: 1px dotted #778492;
  color: #778492; }
  a.dotted-link:hover {
    text-decoration: none;
    color: #49515a; }

/* ======= Header ======= */
.header {
  padding: 30px 0;
  background: #fef7f8;
  border-top: 10px solid #ec7385; }
  .header .figure-caption {
    margin-left: -2rem; }
  .header .profile-image {
    margin-right: 30px; }
  .header .profile-content .name {
    color: #49515a;
    font-size: 38px;
    margin-bottom: 5px;
    margin-top: 30px; }
  .header .profile-content .year {
    color: #49515a;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0; }
  .header .profile-content .desc {
    color: #778492;
    font-family: "Lato", arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px; }
  .header .profile-content .desc-2 {
    color: #778492;
    font-size: 16px;
    font-weight: 600; }

/* ======= Sections======= */
.section {
  margin-bottom: 30px; }
  .section .section-inner {
    background: #fff;
    padding: 30px; }
  .section .heading {
    margin-top: 0;
    margin-bottom: 30px;
    color: #545e69;
    font-size: 24px; }
  .section .content .more-link .svg-inline--fa {
    margin-right: 5px;
    font-size: 14px;
    position: relative;
    top: -2px; }

/* About Section */
/* Info Section */
.info .svg-inline--fa {
  margin-right: 15px;
  color: #ccd1d6; }
  .info .svg-inline--fa.fa-envelope-o {
    font-size: 14px; }
.info ul {
  margin-bottom: 0; }
.info li {
  margin-bottom: 15px; }
  .info li:last-child {
    margin-bottom: 0; }

/* Testimonials section */
.testimonials .item {
  margin-bottom: 30px; }
  .testimonials .item:last-child {
    margin-bottom: 0; }
  .testimonials .item .quote {
    color: #666;
    font-size: 16px;
    border-left: 5px solid #ecced2;
    padding: 5px 15px;
    margin-bottom: 15px; }
    .testimonials .item .quote p {
      margin-bottom: 0; }
    .testimonials .item .quote .svg-inline--fa {
      color: #dea9b1;
      margin-right: 15px; }
  .testimonials .item .source {
    font-size: 14px;
    padding-left: 20px;
    font-weight: 500; }
    .testimonials .item .source .name {
      color: #939ea9;
      font-weight: 600; }
    .testimonials .item .source .title {
      color: #999; }

/* Blog Section */
.blog .item {
  margin-bottom: 30px; }
  .blog .item .title {
    font-size: 18px;
    line-height: 1.3; }
    .blog .item .title a {
      color: #778492; }
      .blog .item .title a:hover {
        color: #5f6b77; }
  .blog .item p {
    margin-bottom: 5px; }
  .blog .item:last-child {
    margin-bottom: 0; }

/* List section */
.list ul li {
  margin-bottom: 10px; }
  .list ul li .svg-inline--fa {
    margin-right: 5px; }
  .list ul li a {
    color: #778492; }
    .list ul li a:hover {
      color: #49515a; }

.aside .subheading {
  font-size: 18px;
  color: #545e69; }

/* ======= Footer ======= */
.footer {
  background: #ec7385;
  color: #fff;
  padding: 10px 0; }
  .footer .copyright {
    line-height: 1.6;
    color: #a1aab4;
    font-size: 14px; }
  .footer a {
    color: #fff; }
  .footer .fa-heart {
    color: #fb866a; }

.dark-mode-switch {
  margin-bottom: 1rem; }
  .dark-mode-switch .form-switch {
    display: flex; }
  .dark-mode-switch label {
    font-size: 0.875rem;
    font-weight: bold; }
  .dark-mode-switch .form-switch .form-check-input {
    border-radius: 1em;
    border-color: #f8ced4; }
  .dark-mode-switch .form-check-input:checked {
    background-color: #54ba4e;
    border-color: #54ba4e; }
  .dark-mode-switch .form-check-input:focus {
    box-shadow: none;
    border-color: #f8ced4; }

body[data-theme="dark"] {
  background: #17191c;
  /* Github Activity Dark Mode */
  /* Github activity */ }
  body[data-theme="dark"] a:hover {
    color: #d0848f; }
  body[data-theme="dark"] a.btn:hover {
    color: #fff; }
  body[data-theme="dark"] .dark-mode-switch .form-check-input:focus {
    border-color: #54ba4e; }
  body[data-theme="dark"] .header {
    background: #1e2124;
    color: rgba(255, 255, 255, 0.9);
    border-top-color: #1e2124; }
  body[data-theme="dark"] .header .profile-content .name {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .header .profile-content .desc {
    color: rgba(255, 255, 255, 0.7); }
  body[data-theme="dark"] .header .profile-content .social a {
    background: #2e3238;
    color: rgba(230, 230, 230, 0.7); }
    body[data-theme="dark"] .header .profile-content .social a:hover {
      color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .section .section-inner {
    background: #1e2124;
    color: rgba(255, 255, 255, 0.7); }
  body[data-theme="dark"] .section .heading {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .experience .item .title {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .testimonials .item .quote {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .latest .item .title a, body[data-theme="dark"] .projects .item .title a, body[data-theme="dark"] .blog .item .title a {
    color: rgba(255, 255, 255, 0.9); }
    body[data-theme="dark"] .latest .item .title a:hover, body[data-theme="dark"] .projects .item .title a:hover, body[data-theme="dark"] .blog .item .title a:hover {
      color: #fff; }
  body[data-theme="dark"] .testimonials .item .source .name {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .education .item .title {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .languages .item .title {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .list ul li a, body[data-theme="dark"] .credits ul li a {
    color: inherit; }
  body[data-theme="dark"] .experience .item .title .place a {
    color: rgba(255, 255, 255, 0.7); }
    body[data-theme="dark"] .experience .item .title .place a:hover {
      color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .aside .subheading {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .gha-header, body[data-theme="dark"] .gha-footer, body[data-theme="dark"] .gha-feed {
    background: #17191c;
    border-color: rgba(255, 255, 255, 0.1);
    color: #c25f6e; }
  body[data-theme="dark"] .gha-feed a {
    color: #c25f6e; }
  body[data-theme="dark"] .gha-header > .gha-github-icon,
  body[data-theme="dark"] .gha-header > .gha-user-info > a,
  body[data-theme="dark"] .gha-header > .gha-user-info > p > a {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .gha-activity {
    border-color: #333; }
  body[data-theme="dark"] .gha-gravatar img {
    border: 3px solid #333;
    box-shadow: 0 0 0 #ccc; }
  body[data-theme="dark"] .gha-message-merge {
    background: #2e3238; }
  body[data-theme="dark"] .gha-feed small {
    color: rgba(255, 255, 255, 0.7); }
  body[data-theme="dark"] .github-graph {
    background: #17191c; }
  body[data-theme="dark"] .contrib-number {
    color: rgba(255, 255, 255, 0.9); }
  body[data-theme="dark"] .border, body[data-theme="dark"] .contrib-column {
    border: 1px solid rgba(255, 255, 255, 0.1) !important; }
  body[data-theme="dark"] .text-muted {
    color: rgba(255, 255, 255, 0.6); }

@media (max-width: 767.98px) {
  .header {
    text-align: center; }

  .header .profile-image {
    float: none !important;
    margin: 0 auto; }

  .header .profile-content {
    float: none !important;
    text-align: center; }

  .header .btn {
    margin-top: 30px;
    float: none !important; }

  .project-image {
    margin-bottom: 15px; } }
@media (min-width: 1400px) {
  .container {
    width: 1360px;
    max-width: inherit; } }

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