@font-face {
  font-family: "Prompt";
  src: local("Prompt Regular"), local("Prompt-Regular"), url("../fonts/Prompt-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Prompt-Regular.woff2") format("woff2"), url("../fonts/Prompt-Regular.woff") format("woff"), url("../fonts/Prompt-Regular.ttf") format("truetype"), url("../fonts/Prompt-Regular.svg#Prompt") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prompt";
  src: local("Prompt Italic"), local("Prompt-Italic"), url("../fonts/Prompt-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Prompt-Italic.woff2") format("woff2"), url("../fonts/Prompt-Italic.woff") format("woff"), url("../fonts/Prompt-Italic.ttf") format("truetype"), url("../fonts/Prompt-Italic.svg#Prompt") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Prompt";
  src: local("Prompt SemiBold"), local("Prompt-SemiBold"), url("../fonts/Prompt-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Prompt-SemiBold.woff2") format("woff2"), url("../fonts/Prompt-SemiBold.woff") format("woff"), url("../fonts/Prompt-SemiBold.ttf") format("truetype"), url("../fonts/Prompt-SemiBold.svg#Prompt") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Prompt";
  src: local("Prompt Bold"), local("Prompt-Bold"), url("../fonts/Prompt-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Prompt-Bold.woff2") format("woff2"), url("../fonts/Prompt-Bold.woff") format("woff"), url("../fonts/Prompt-Bold.ttf") format("truetype"), url("../fonts/Prompt-Bold.svg#Prompt") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Prompt", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.as-h1 {
  font-size: 2.5rem;
}

.as-h2 {
  font-size: 2rem;
}

.as-h3 {
  font-size: 1.75rem;
}

.as-h4 {
  font-size: 1.5rem;
}

.as-h5 {
  font-size: 1.25rem;
}

.as-h6 {
  font-size: 1rem;
}

.as-badge {
  font-size: 0.875rem;
}

.as-color-100 {
  color: #efeff6 !important;
}

.as-color-200 {
  color: #cccde4 !important;
}

.as-color-300 {
  color: #aaabd1 !important;
}

.as-color-400 {
  color: #8889be !important;
}

.as-color-500 {
  color: #6667AB !important;
}

.as-color-600 {
  color: #4e5185 !important;
}

.as-color-700 {
  color: #37395e !important;
}

.as-color-800 {
  color: #202137 !important;
}

.as-color-900 {
  color: #090910 !important;
}

.dark {
  color: #000000;
}

.light {
  color: #ffffff;
}

.as-bg-100 {
  background-color: #efeff6 !important;
}

.as-bg-200 {
  background-color: #cccde4 !important;
}

.as-bg-300 {
  background-color: #aaabd1 !important;
}

.as-bg-400 {
  background-color: #8889be !important;
}

.as-bg-500 {
  background-color: #6667AB !important;
}

.as-bg-600 {
  background-color: #4e5185 !important;
}

.as-bg-700 {
  background-color: #37395e !important;
}

.as-bg-800 {
  background-color: #202137 !important;
}

.as-bg-900 {
  background-color: #090910 !important;
}

*, *:after, *:before {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}
body section:nth-of-type(2) {
  padding-top: 3rem !important;
}

nav .navbar-nav .nav-link {
  font-size: 1.25rem;
  color: #cccde4;
  text-align: center;
}
@media (min-width: 992px) {
  nav .navbar-nav .nav-link {
    font-size: initial;
  }
}
nav .navbar-nav .nav-link.active {
  color: #ffffff;
  font-weight: bold;
}
nav .navbar-toggler {
  border-color: #aaabd1;
  height: 48px;
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(96%) sepia(7%) saturate(246%) hue-rotate(201deg) brightness(99%) contrast(94%);
}
nav .offcanvas {
  background-image: url(../images/hilight-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  height: 100vh;
}
@media (min-width: 992px) {
  nav .offcanvas {
    background-image: none;
  }
}
nav .offcanvas .offcanvas-header {
  justify-content: end;
}
nav .offcanvas .btn-close {
  filter: invert(1);
}

.bg-nav {
  background-image: url(../images/hilight-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

section {
  scroll-margin-top: 80px;
}
section#as-hilight, section#as-skill, section#as-experience, section#as-portfolio, section#as-special {
  padding: 1.5rem 0;
}
section#as-hilight {
  background-image: url(../images/hilight-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 5rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  section#as-hilight {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
section#as-hilight .bio-typo {
  margin-top: -2rem;
}
@media (min-width: 768px) {
  section#as-hilight .bio-typo {
    margin-top: 0;
  }
}
section#as-hilight .bio-typo span {
  line-height: 1.6;
}
section#as-hilight .bio-typo span:nth-of-type(1) {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  section#as-hilight .bio-typo span:nth-of-type(1) {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  section#as-hilight .bio-typo span:nth-of-type(1) {
    font-size: 2.5rem;
  }
}
section#as-hilight .bio-typo span:nth-of-type(2) {
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  section#as-hilight .bio-typo span:nth-of-type(2) {
    font-size: 2.5rem;
    font-weight: bold;
  }
}
section#as-hilight .bio-typo span:nth-of-type(3) {
  font-size: 1.25rem;
}
@media (min-width: 1200px) {
  section#as-hilight .bio-typo span:nth-of-type(3) {
    font-size: 1.75rem;
  }
}
section#as-hilight span {
  display: block;
}
section#as-hilight span:nth-of-type(2) {
  font-weight: bold;
}
section#as-hilight img.layout1, section#as-hilight img.layout2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#as-hilight img.layout1 {
  bottom: 20px;
  transform: translateX(-50%);
  width: 2rem;
}
section#as-hilight img.layout2 {
  bottom: -1px;
  width: 80%;
}
@media (min-width: 768px) {
  section#as-hilight img.layout2 {
    width: auto;
  }
}
section#as-hilight img.img_profile {
  width: 80%;
  z-index: 1;
}
@media (min-width: 768px) {
  section#as-hilight img.img_profile {
    width: auto;
  }
}
section#as-skill {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
section#as-skill .col-md-6 div:last-child {
  margin-bottom: 0;
}
section#as-experience .card {
  border-color: #6667AB;
  border-radius: 0.5rem;
  height: 100%;
}
section#as-experience .card .card-body {
  display: flex;
}
section#as-experience .card .card-body img.w-icon {
  width: auto;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  section#as-experience .card .card-body img.w-icon {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  section#as-experience .card .card-body img.w-icon {
    width: auto;
    margin-bottom: 1rem;
  }
}
section#as-experience .card .card-body .card-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6667AB;
}
@media (min-width: 768px) {
  section#as-experience .card .card-body .card-title {
    text-align: start;
  }
}
@media (min-width: 1200px) {
  section#as-experience .card .card-body .card-title {
    text-align: center;
  }
}
section#as-experience .card .card-body .card-subtitle {
  font-size: 1rem;
  font-weight: bold;
  color: #6667AB;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  section#as-experience .card .card-body .card-subtitle {
    text-align: start;
  }
}
@media (min-width: 1200px) {
  section#as-experience .card .card-body .card-subtitle {
    text-align: center;
  }
}
section#as-portfolio .card {
  position: relative;
  transition: transform 0.3s ease-in-out;
  animation: none;
}
section#as-portfolio .card .card-body {
  height: auto;
}
@media (min-width: 768px) {
  section#as-portfolio .card .card-body {
    height: 108px;
  }
}
section#as-portfolio .card .card-body p.card-text {
  color: #000000;
}
section#as-portfolio .card:hover {
  cursor: pointer;
  transform: translateY(-10px); /* Slightly lifts the card */
  animation: none;
}
section#as-portfolio .card:hover .card-img-top {
  filter: brightness(90%);
}
section#as-portfolio .card:hover .card-body p.card-text {
  color: #6667AB; /* Change to your brand color */
}
section#as-portfolio .card .img-place {
  background-image: url(../images/placeholder.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #F8F9FA;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}
section#as-special .ratio.ratio-2x3 .img-place {
  background-image: url(../images/placeholder.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #F8F9FA;
  background-position: center;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 150%;
}
section#as-special .ratio.ratio-3x2 .img-place {
  background-image: url(../images/placeholder.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #F8F9FA;
  background-position: center;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-top: 66.66%;
}

footer#as-footer {
  background-color: #efeff6;
  padding: 1.5rem 0;
}
footer#as-footer .gap {
  gap: 0.5rem;
}
footer#as-footer a {
  color: #6667AB;
}
footer#as-footer .social-list a {
  padding-right: 1rem;
}
footer#as-footer .social-list a:last-child {
  padding-right: 0;
}
footer#as-footer .social-list a img.w-icon {
  width: 3rem;
}
footer#as-footer .social-list a img:hover {
  opacity: 0.8;
}

.btn {
  font-weight: bold;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #B66DB0;
  border-color: #c78fc2;
  padding: 1rem 1.5rem;
  animation: pulse 1.5s infinite ease-in-out 1.2s, blink 2s infinite alternate 1.2s, fade-in-bottom 1s ease-in-out 1.2s both;
  transition: transform 0.3s ease;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  }
  50% {
    transform: scale(1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.btn.btn-primary:hover {
  background-color: #c78fc2;
  border-color: #c78fc2;
}
.btn.btn-secondary {
  color: #efeff6;
  background-color: transparent;
  border-color: #efeff6;
  padding: 1rem 1.5rem;
  flex: 1 1 35%;
}
@media (min-width: 992px) {
  .btn.btn-secondary {
    flex: none;
  }
}
.btn.btn-secondary:hover {
  background-color: rgba(239, 239, 246, 0.2);
  border-color: #efeff6;
}
.btn.btn-filter {
  color: #6667AB;
  background-color: transparent;
  border-color: #6667AB;
  padding: 1rem;
  flex: 1 1 32%;
}
@media (min-width: 768px) {
  .btn.btn-filter {
    width: 100%;
    flex: 1 1 35%;
  }
}
.btn.btn-filter:hover {
  color: #ffffff;
  background-color: #a8a8cf;
  border-color: #6667AB;
}
.btn.btn-filter.active {
  color: #ffffff;
  background-color: #6667AB;
  border-color: #6667AB;
  padding: 1rem 1.5rem;
}

.progress-container {
  width: 100%;
  margin-bottom: 1.5rem;
}
.progress-container .progress-pb {
  padding-bottom: 10px;
}
.progress-container .total-text {
  color: #000000;
  font-size: 1rem;
  white-space: nowrap;
}
.progress-container .progress-bar {
  height: 20px;
  border-radius: 0.5rem;
  background-color: #efeff6;
  overflow: hidden;
}
.progress-container .progress-bar .progress-bar-fill {
  height: 100%;
  background-color: #6667AB;
  width: 0;
  position: relative;
  transition: width 1s; /* Smooth transition */
}
.progress-container .progress-text {
  color: #000000;
  font-size: 1.125rem;
  padding: 2px 5px;
  white-space: nowrap; /* Prevent text wrapping */
}
@media (min-width: 768px) {
  .progress-container .progress-text {
    font-size: 1rem;
  }
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gallery {
  flex-wrap: wrap;
}
.gallery .ratio-2x3 img, .gallery .ratio-3x2 img {
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
}
.gallery .ratio-2x3._flex-group-style-1 {
  flex: 0 0 98px;
}
@media (min-width: 768px) {
  .gallery .ratio-2x3._flex-group-style-1 {
    flex: 1 1 14%;
  }
}
.gallery .ratio-2x3._flex-group-style-2 {
  flex: 0 1 98px;
}
@media (min-width: 768px) {
  .gallery .ratio-2x3._flex-group-style-2 {
    flex: 1 1 14%;
  }
}
.gallery .ratio-3x2._flex-group-style-1 {
  flex: 1 0 220px;
}
@media (min-width: 768px) {
  .gallery .ratio-3x2._flex-group-style-1 {
    flex: 1 1 36%;
  }
}
.gallery .ratio-3x2._flex-group-style-2 {
  flex: 1 1 220px;
}
@media (min-width: 768px) {
  .gallery .ratio-3x2._flex-group-style-2 {
    flex: 1 1 36%;
  }
}

.modal-content {
  position: relative;
  justify-content: center;
  background-color: transparent;
}
.modal-content .btn-close {
  position: fixed;
  top: 28%;
  right: 0%;
  margin-left: auto;
  opacity: 1;
  background-image: url(../images/close.svg);
  background-color: #6667AB;
  padding: 0.75rem;
  border-radius: 0.5rem;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-content .btn-close {
    top: 25%;
  }
}
@media (min-width: 1200px) {
  .modal-content .btn-close {
    top: 1%;
  }
}
.modal-content .lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(102, 103, 171, 0.5);
  color: white;
  border: none;
  border-radius: 0.5rem;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
}
.modal-content .lightbox-body {
  background-color: #37395e;
  margin-top: 3rem;
  margin: auto;
  width: 100%;
  position: relative;
}
.modal-content .lightbox-body p#lightboxCaption {
  position: absolute;
  text-align: start;
  padding: 1rem;
  background-color: #37395e;
  z-index: 1;
  width: 100%;
}
.modal-content .lightbox-body a img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(1298%) hue-rotate(188deg) brightness(119%) contrast(100%);
  width: fit-content;
}
.modal-content .lightbox-body a span {
  color: #ffffff;
}
.modal-content .lightbox-body a.more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: rgba(102, 103, 171, 0.8);
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}/*# sourceMappingURL=main.css.map */