@import "/assets/css/bulma.min.css";
@import "/assets/css/bulma-tooltip.min.css";
@import "/assets/css/flickity.min.css";
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #36454f;
}
body input, body textarea, body ::placeholder {
  font-family: "Poppins", sans-serif;
}
body .title, body .subtitle {
  color: #36454f;
}
body .button {
  border-radius: 9999px;
  background-color: #ff5c00;
  font-family: "Fira Code", monospace;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
body .button:hover {
  background-color: #ff991c;
}
body .ls-1 {
  letter-spacing: 0.05rem;
}
body .ls-2 {
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 1023px) {
  body .desktop-only {
    display: none;
  }
}
body .touch-only {
  display: none;
}
@media screen and (max-width: 1023px) {
  body .touch-only {
    display: inline;
  }
}
@media screen and (max-width: 1023px) {
  body .buttons-wrapper-touch {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  body .buttons-wrapper-mobile {
    justify-content: center;
  }
}

.navbar {
  background: linear-gradient(to right, rgba(0, 119, 182, 0.6), rgba(144, 224, 239, 0.6));
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.navbar a {
  color: #faf9f6;
}

.footer {
  background: linear-gradient(to bottom, #343434, #2e2e2e);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.footer h3, .footer p, .footer strong {
  color: #faf9f6;
}
.footer a {
  position: relative;
  color: #aec6cf;
  transition: all 0.3s ease;
}
.footer a::after {
  position: absolute;
  width: 0px;
  height: 1px;
  left: 0px;
  bottom: -2px;
  background-color: #b3ebf2;
  transition: width 0.3s ease;
  content: "";
}
.footer a:hover {
  color: #b3ebf2;
}
.footer a:hover::after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .buttons {
    justify-content: center;
  }
}

#page-404::before {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-image: linear-gradient(120deg, rgba(0, 64, 128, 0.6), rgba(32, 32, 64, 0.7)), url("/assets/images/404-hero-image.jpg");
  background-repeat: no-repeat;
  content: "";
}
#page-404 .button {
  background-color: #9db4d3;
}
#page-404 .button:hover {
  background-color: #a0c4ff;
}

#skills .container, #services .container, #testimonials .container {
  max-width: 1000px;
  margin: 0 auto;
}

#home::before {
  position: absolute;
  inset: 0;
  background-position: top;
  background-size: cover;
  background-image: linear-gradient(rgba(191, 191, 191, 0.5), rgba(169, 169, 169, 0.3)), url("/assets/images/hero-image.jpg");
  background-repeat: no-repeat;
  content: "";
}
#home h1 {
  font-size: 72px;
}
@media screen and (max-width: 1023px) {
  #home h1 {
    font-size: 48px;
  }
}
#home h2 {
  font-size: 30px;
}
@media screen and (max-width: 1023px) {
  #home h2 {
    font-size: 21px;
  }
}
#home .typewriter-cursor {
  color: #fff;
  animation: typewriter-cursor-blink 1s infinite;
}
#home img {
  max-width: 600px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
#home img:hover {
  transform: scale(1.075);
}
@media screen and (max-width: 1023px) {
  #home img {
    max-width: 300px;
  }
}
@keyframes typewriter-cursor-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

#about {
  background-color: #caf0f8;
}
#about hr {
  background-color: #4a4a4a;
}
#about .cards-wrapper {
  gap: 2rem;
}
#about .cards-wrapper .column {
  display: flex;
  flex-direction: column;
}
#about .cards-wrapper .column .box {
  transform: translateY(-30px);
  background-color: #ffddd2;
  opacity: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
#about .cards-wrapper .column .box img {
  border: 4px solid #343434;
  box-shadow: 0 0 8px rgb(0, 0, 0);
  transition: transform 0.3s ease;
}
#about .cards-wrapper .column .box img:hover {
  transform: translateY(-12px);
}
#about .cards-wrapper .column .box p {
  color: #36454f;
}
#about .cards-wrapper .column .fade-in {
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  #about .cards-wrapper {
    gap: 1rem;
  }
}

#skills {
  background-color: #90e0ef;
}
#skills hr {
  background-color: #4a4a4a;
}
#skills .columns {
  justify-content: center;
}
#skills .columns .column {
  display: flex;
  flex-direction: column;
}
#skills .columns .column .box {
  transform: rotateY(90deg);
  perspective: 1000px;
  background-color: #6db3d0;
  color: #caf0f8;
  opacity: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform-style: preserve-3d;
  transition: transform 0.8s ease-out, opacity 0.6s ease-out, box-shadow 0.8s ease-out;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
#skills .columns .column .box:hover {
  transform: translateY(-20px) rotateY(0deg);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out, box-shadow 0.6s ease-out;
}
#skills .columns .column .box h3 {
  color: #caf0f8;
}
#skills .columns .column .flip-in {
  transform: rotateY(0deg);
  opacity: 1;
}

#services {
  background-color: #48cae4;
}
#services hr {
  background-color: #4a4a4a;
}
#services .columns {
  justify-content: center;
}
#services .columns .column {
  display: flex;
  justify-content: center;
}
#services .columns .column .service-card {
  position: relative;
  perspective: 1000px;
  width: 100%;
  max-width: 300px;
  height: 350px;
  margin: 1rem 0;
  opacity: 0;
}
#services .columns .column .service-card .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
  border-radius: 8px;
  backface-visibility: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#services .columns .column .service-card .front {
  background-color: #b3e0f2;
  color: #1a5d8a;
}
#services .columns .column .service-card .front h3 {
  color: #1a5d8a;
}
#services .columns .column .service-card .back {
  transform: rotateY(180deg);
  background-color: #87c8e0;
  color: #1a5d8a;
  text-align: center;
}
#services .columns .column .service-card .back h3 {
  color: #1a5d8a;
}
@media screen and (max-width: 768px) {
  #services .columns .column .service-card .back h3 {
    display: none;
  }
}
#services .columns .column .service-card .back p {
  padding: 0 0.75rem;
}
@media screen and (max-width: 768px) {
  #services .columns .column .service-card .back p {
    padding: 0;
  }
}
#services .columns .column .service-card.fade-in {
  animation: fade-in 0.8s ease forwards;
}
#services .columns .column .service-card.is-flipped .front {
  transform: rotateY(180deg);
}
#services .columns .column .service-card.is-flipped .back {
  transform: rotateY(360deg);
}
@keyframes fade-in {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

#projects {
  background-color: #f5f5f5;
}
#projects hr {
  background-color: #4a4a4a;
}
#projects .project-card {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}
#projects .project-card .image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
#projects .project-card .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.4s ease;
}
#projects .project-card .image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#projects .project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
#projects .project-card:hover .overlay {
  opacity: 1;
}
#projects .project-card:hover img {
  transform: scale(1.05);
}

#testimonials {
  background-color: #0077b6;
}
#testimonials h1, #testimonials h2 {
  color: #faf9f6;
}
#testimonials hr {
  background-color: #fff;
}
#testimonials .carousel-cell {
  width: 100%;
}
#testimonials .carousel-cell.box {
  background-color: #f0f8ff;
  border: 2px solid #0096c7;
  border-radius: 8px;
}
#testimonials .carousel-cell.box h3, #testimonials .carousel-cell.box h4 {
  color: #36454f;
}
#testimonials .carousel-cell.box blockquote {
  color: #36454f;
}

#contact {
  background-color: #023e8a;
}
#contact h1, #contact h2, #contact h3, #contact h4, #contact p {
  color: #faf9f6;
}
#contact hr {
  background-color: #fff;
}
#contact .columns .column .box {
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
#contact .columns .column .box:nth-of-type(1) {
  background-color: #dee2ff;
}
#contact .columns .column .box:nth-of-type(1) label {
  color: #36454f;
}
#contact .columns .column .box:nth-of-type(1) input, #contact .columns .column .box:nth-of-type(1) textarea {
  background-color: #fafafa;
  border: 2px solid #d3d3d3;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
#contact .columns .column .box:nth-of-type(1) input:focus, #contact .columns .column .box:nth-of-type(1) textarea:focus {
  border-color: #0077b6;
  box-shadow: 0 0 0 2px rgba(0, 119, 182, 0.2);
}
#contact .columns .column .box:nth-of-type(1) textarea {
  resize: none;
}
#contact .columns .column .box:nth-of-type(1) .is-grouped {
  justify-content: end;
}
#contact .columns .column .box:nth-of-type(1) .is-grouped .button {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #contact .columns .column .box:nth-of-type(1) .is-grouped {
    justify-content: center;
  }
}
#contact .columns .column .box:nth-of-type(2) {
  background-color: #d4f1f9;
}
#contact .columns .column .box:nth-of-type(2) .button figure.image {
  transition: transform 0.3s ease;
}
#contact .columns .column .box:nth-of-type(2) .button:hover figure.image {
  transform: rotate(5deg) scale(1.1);
}
#contact .align-text-right {
  text-align: end;
}
@media screen and (max-width: 768px) {
  #contact .align-text-right {
    text-align: center;
  }
}

#blog-hero {
  background-color: #ede7f6;
}

#blog-main {
  background-color: #f5f7fa;
}
#blog-main .card {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
#blog-main .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}
#blog-main .card .content {
  flex-grow: 1;
}

#post-hero {
  background-color: #ede7f6;
}

#post-main {
  background-color: #f5f7fa;
}
#post-main a {
  position: relative;
  color: #aec6cf;
  transition: all 0.3s ease;
}
#post-main a::after {
  position: absolute;
  width: 0px;
  height: 1px;
  left: 0px;
  bottom: -2px;
  background-color: #b3ebf2;
  transition: width 0.3s ease;
  content: "";
}
#post-main a:hover {
  color: #b3ebf2;
}
#post-main a:hover::after {
  width: 100%;
}
#post-main .post-image {
  max-width: 75%;
  margin: 0 auto;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(174, 198, 207, 0.4), 0 0 20px rgba(179, 235, 242, 0.3);
}
@media screen and (max-width: 1023px) {
  #post-main .post-image {
    max-width: 100%;
  }
}

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