@charset "UTF-8";
:root {
  --gray: #EFECE3;
  --graytrans: #efece3c4;
  --grayblue: #73798d;
  --babyblue: #8FABD4;
  --blue: #4A70A9;
  --darkblue: #02091b;
  --orange: #f15010;
}

[data-theme=dark] {
  --gray: #1e1e3b;
  --graytrans: #1e1e3bc0;
  --orange: #f15010;
  --darkblue: #EFECE3;
  --blue: #4a88e6;
  --grayblue: #cdd5f0;
  --babyblue: #cce0ff;
}

.darkmode {
  --gray: #1e1e3b;
  --graytrans: #1e1e3bc0;
  --orange: #f15010;
  --darkblue: #EFECE3;
  --blue: #4a88e6;
  --grayblue: #cdd5f0;
  --babyblue: #cce0ff;
}

/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
html,
body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

/*
  11. Reset anchor tag
*/
a {
  text-decoration: none;
  color: var(--darkblue);
}

/*
  12. Reset button
*/
button {
  background-color: unset;
  border: none;
  box-shadow: none;
  padding: unset;
  margin: unset;
  color: unset;
  cursor: pointer;
}

/*
  13. List Item
*/
ul {
  list-style: none;
  padding: 0;
}
ul li {
  padding: 0;
  margin: 0;
}

/*
__________________________________________________________________________
*/
html {
  color-scheme: dark light;
  scroll-behavior: auto;
}

.sticky-audio {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 100px;
  background-color: var(--darkblue);
  padding: 1rem;
  border-radius: 10px;
  transition: background-color 1s ease;
  z-index: 500;
}
.sticky-audio:hover {
  background-color: var(--gray);
}
@media (max-width: 700px) {
  .sticky-audio {
    display: none;
  }
}

.audioHidden {
  display: none;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 60px;
  border-radius: 10px;
  font-size: clamp(1.25rem, 1.1437rem + 0.5236vw, 1.5625rem);
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  transition: all 0.5s ease;
  background-color: var(--grayblue);
  color: var(--gray);
}
.btn:hover {
  background-color: var(--darkblue);
  color: var(--gray);
}

.btn-primary {
  color: var(--blue);
  border: 4px solid var(--blue);
  transition: all 0.5s ease;
  background-color: var(--gray);
}
.btn-primary:hover {
  background-color: var(--darkblue);
  color: var(--gray);
  border: none;
}

.btn-secondary {
  background-color: var(--orange);
  color: var(--gray);
  border: none;
  font-weight: bold;
  transition: all 0.5s ease;
}
.btn-secondary:hover {
  color: var(--gray);
  background-color: var(--babyblue);
}

.sticky-bottom-right {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background-color: var(--darkblue);
  padding: 1rem;
  border-radius: 10px;
  transition: background-color 1s ease;
  z-index: 500;
}
.sticky-bottom-right:hover {
  background-color: var(--babyblue);
}
@media (max-width: 700px) {
  .sticky-bottom-right {
    display: none;
  }
}

body .sticky-bottom-right .moon {
  display: none;
}

body.darkmode .sticky-bottom-right .moon {
  display: block;
}

body.darkmode .sticky-bottom-right .sun {
  display: none;
}

body {
  background-color: var(--gray);
  font-family: "Rethink Sans", sans-serif;
  font-size: clamp(1rem, 0.9149rem + 0.4188vw, 1.25rem);
  color: var(--darkblue);
  transition: all 0.3s ease;
}

body.darkmode .side-profile {
  filter: invert(1);
}

body.darkmode .stars2 {
  display: block !important;
}

body.darkmode .stars1 {
  display: none;
}

h1, h2, h3, h4, .heading {
  font-family: "Playfair Display", serif;
}

h1 {
  text-transform: uppercase;
  font-size: clamp(11.25rem, -3.2078rem + 18.0723vw, 1.875rem);
  line-height: 0.8;
}

h2 {
  font-size: clamp(1.5rem, 1.1597rem + 1.6754vw, 2.5rem);
}

.hook {
  font-size: clamp(1.5625rem, 1.0308rem + 2.6178vw, 3.125rem);
  font-weight: 800;
  color: transparent;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-text-stroke: 2px var(--grayblue);
}

.hook2 {
  font-size: clamp(1.5625rem, 1.0308rem + 2.6178vw, 3.125rem);
  font-weight: 800;
  color: transparent;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.2;
  -webkit-text-stroke: 2px var(--grayblue);
}

/* Container */
.container {
  max-width: 1280px;
  margin: 0 auto;
}

.section {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background: var(--gray);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px -4px 15px 5px rgba(0, 0, 0, 0.2);
}

.section-inner {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-2 .section-inner {
  height: auto;
  padding-bottom: 70%;
}
@media (max-width: 1600px) {
  .section-2 .section-inner {
    padding-bottom: 80%;
  }
}
@media (max-width: 1300px) {
  .section-2 .section-inner {
    padding-bottom: 130%;
  }
}

.section-3 .section-inner {
  height: auto;
}

.section-4 {
  height: 100dvh;
}

@media (max-width: 1000px) {
  .slides-wrapper {
    display: none;
  }
  .mobile {
    display: block;
  }
}
@media (min-width: 1000px) {
  .slides-wrapper {
    display: block;
  }
  .mobile {
    display: none;
  }
}
.hamburger {
  z-index: 50;
  overflow: hidden;
  width: 100vw;
  display: none;
}
@media (max-width: 720px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hidden-nav {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: -1000px;
  top: 0;
  background-color: var(--gray);
  box-shadow: 0 -10px 10px 2px rgb(158, 158, 158);
  height: 100vh;
  width: 50vw;
  list-style: none;
  gap: 1rem;
  transition: 1s ease;
  padding-top: 7rem;
  z-index: 50;
  padding-left: 1rem;
}
@media (max-width: 450px) {
  .hamburger .hidden-nav {
    width: 100vw;
    padding-left: 2rem;
  }
}
.hamburger .hidden-nav li a {
  padding: 1rem;
  display: block;
}
.hamburger .hidden-nav li:hover, .hamburger .hidden-nav li:hover a {
  background-color: var(--orange);
  color: var(--gray);
}
.hamburger .hidden-nav li .toggle-btn {
  display: block;
  width: 50px;
  height: 25px;
  background-color: var(--grayblue);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  box-shadow: 1px 1px 5px 0 hsla(0, 0%, 0%, 0.3);
  transition: 0.5s ease;
}
.hamburger .hidden-nav li .toggle-btn::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--darkblue);
  border-radius: 50%;
  margin: 2.3px;
  transition: 0.5s ease;
}
.hamburger .hidden-nav li input:checked + .toggle-btn {
  background-color: var(--orange);
}
.hamburger .hidden-nav li input:checked + .toggle-btn::before {
  transform: translateX(25px);
}
.hamburger .hidden-nav li input {
  display: none;
}
.hamburger .hidden-nav .switch {
  padding-left: 1rem;
}
@media (max-width: 720px) {
  .hamburger .hidden {
    right: 0;
  }
}

header {
  position: absolute;
  left: -7.5px;
  top: 65px;
  width: 99vw;
  z-index: 100;
  overflow: hidden;
}
@media (max-width: 1350px) {
  header {
    padding: 0 2rem;
  }
}
@media (max-width: 720px) {
  header {
    position: fixed;
    background-color: var(--gray);
    top: 0;
    left: 0;
    width: 100vw;
    padding: 1rem;
    box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.5);
  }
}
header nav {
  padding: 1rem;
  border-radius: 20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 720px) {
  header nav {
    background-color: unset;
    padding: unset;
  }
}
header nav .logo-resize {
  width: 42px;
}
header nav .logo-resize img {
  transition: transform 1s;
}
header nav .logo-resize img:hover {
  transform: scale(1.1);
}
header nav .menu {
  position: absolute;
  background-color: var(--orange);
  width: 30px;
  height: 30px;
  clip-path: polygon(0 0, 0 0, 30% 50%, 0 100%, 0 100%, 50% 70%, 100% 100%, 100% 100%, 70% 50%, 100% 0, 100% 0, 50% 30%);
  transform: rotate(45deg);
  right: -200px;
  opacity: 0;
  transition: right 0.5s;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 720px) {
  header nav .menu {
    right: 3%;
    opacity: 1;
  }
}
header nav ul .active {
  border-bottom: 2px solid var(--blue);
}
header nav ul .active a {
  color: var(--orange);
}
header nav ul .active:hover {
  background-color: unset;
  border-radius: unset;
}
header nav ul .active:hover a {
  color: var(--orange);
}
header nav ul {
  transition: all 0.5s;
  list-style: none;
  display: flex;
  gap: 1rem;
}
@media (max-width: 720px) {
  header nav ul {
    position: absolute;
    transform: translateX(800px);
  }
}
header nav ul li {
  padding: 0.5rem;
  transition: all 0.5s ease;
}
header nav ul li:hover {
  padding: 0.5rem;
  background-color: var(--babyblue);
  border-radius: 5px;
  cursor: pointer;
}
header nav ul li:hover a {
  color: var(--gray);
}
header nav ul li a {
  padding: 0.5rem;
  text-decoration: none;
  color: var(--darkblue);
  height: 100%;
  width: 100%;
}

.banner {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 2rem;
}
@media (max-width: 450px) {
  .banner {
    min-height: 900px;
  }
}
.banner .banner-content {
  padding-top: 7rem;
  height: 60vh;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .banner-content h1 {
  margin-left: -1rem;
}
.banner .banner-content h1 span {
  color: var(--orange);
}
@media (max-width: 1200px) {
  .banner .banner-content h1 {
    font-size: 150px;
  }
}
@media (max-width: 850px) {
  .banner .banner-content h1 {
    margin-left: -0.5rem;
    font-size: 100px;
  }
}
@media (max-width: 450px) {
  .banner .banner-content h1 {
    margin-left: unset;
    font-size: 70px;
    background-color: var(--gray);
    margin-left: 2.3rem;
  }
}
.banner .banner-content p {
  font-size: clamp(1.125rem, 0.8698rem + 1.2565vw, 1.875rem);
  margin-top: 0.5rem;
  color: var(--grayblue);
  line-height: 1.2;
}
@media (max-width: 450px) {
  .banner .banner-content p {
    background-color: var(--gray);
  }
}
@media (max-width: 450px) {
  .banner .banner-content h2 {
    background-color: var(--gray);
  }
}
@media (max-width: 450px) {
  .banner .banner-content .content {
    padding-bottom: 1rem;
  }
}
@media (max-width: 450px) {
  .banner .banner-content {
    width: 100%;
    height: 70vh;
    justify-content: flex-end;
    text-align: center;
  }
}
.banner .banner-content .btn-group {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .banner .banner-content .btn-group {
    flex-direction: column;
  }
  .banner .banner-content .btn-group .btn {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .banner .banner-content .btn-group .btn:last-of-type:not(:hover) {
    background-color: var(--gray);
  }
}
.banner .side-profile {
  z-index: -1;
  position: absolute;
  right: 0;
  top: 60px;
}
@media (max-width: 1600px) {
  .banner .side-profile {
    right: -5%;
  }
}
@media (max-width: 1350px) {
  .banner .side-profile {
    right: -15%;
  }
}
@media (max-width: 1280px) {
  .banner .side-profile {
    right: -20%;
    bottom: 0;
  }
}
@media (max-width: 1100px) {
  .banner .side-profile {
    right: -30%;
  }
}
@media (max-width: 700px) {
  .banner .side-profile {
    top: unset;
    height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
@media (max-width: 450px) {
  .banner .side-profile {
    left: 0;
    bottom: 0;
    height: 900px;
  }
}
.banner .star1 {
  position: absolute;
  left: 3rem;
  top: 50px;
  transition: opacity 1s ease;
}
@media (max-width: 1520px) {
  .banner .star1 {
    opacity: 0;
  }
}
.banner .star1 .starshape {
  z-index: 50;
  position: absolute;
  left: 25px;
  top: 425px;
  width: 50px;
  height: 50px;
  animation: rotateStar 3s linear infinite;
}
.banner .star1 .starshape img.stars2 {
  display: none;
}
.banner .star1::after {
  content: "";
  width: 2.5px;
  height: 500px;
  position: absolute;
  top: -50px;
  left: 3rem;
  background-color: var(--darkblue);
}
.banner .star2 {
  position: absolute;
  left: 8rem;
  top: 50px;
  transition: opacity 1s ease;
}
@media (max-width: 1720px) {
  .banner .star2 {
    opacity: 0;
  }
}
.banner .star2 .starshape {
  z-index: 50;
  position: absolute;
  left: 58px;
  top: 170px;
  width: 50px;
  height: 50px;
  animation: rotateStar 3s linear infinite;
}
.banner .star2 .starshape img.stars2 {
  display: none;
}
.banner .star2::after {
  content: "";
  width: 3px;
  height: 250px;
  position: absolute;
  top: -50px;
  left: 5rem;
  background-color: var(--darkblue);
}
.banner .star3 {
  position: absolute;
  right: 8rem;
  top: 50px;
  transition: opacity 1s ease;
}
@media (max-width: 1720px) {
  .banner .star3 {
    opacity: 0;
  }
}
.banner .star3 .starshape {
  z-index: 50;
  position: absolute;
  right: 58px;
  top: 170px;
  width: 50px;
  height: 50px;
  animation: rotateStar 3s linear infinite;
}
.banner .star3 .starshape img.stars2 {
  display: none;
}
.banner .star3::after {
  content: "";
  width: 3px;
  height: 250px;
  position: absolute;
  top: -50px;
  right: 5rem;
  background-color: var(--darkblue);
}
.banner .star4 {
  position: absolute;
  right: 3rem;
  top: 50px;
  transition: opacity 1s ease;
}
@media (max-width: 1520px) {
  .banner .star4 {
    opacity: 0;
  }
}
.banner .star4 .starshape {
  z-index: 50;
  position: absolute;
  right: 25px;
  top: 425px;
  width: 50px;
  height: 50px;
  animation: rotateStar 3s linear infinite;
}
.banner .star4 .starshape img.stars2 {
  display: none;
}
.banner .star4::after {
  content: "";
  width: 3px;
  height: 500px;
  position: absolute;
  top: -50px;
  right: 3rem;
  background-color: var(--darkblue);
}

@keyframes rotateStar {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* The Centering Wrapper */
.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100dvh; /* Dynamic viewport height for mobile */
  padding: 2rem;
}

/* The Contact Box */
.contact-card {
  background: white;
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 450px;
  width: 100%;
  z-index: 10;
}

.contact-card h1 {
  margin-bottom: 1rem;
  color: #333;
  font-size: clamp(3rem, 2.4118rem + 2.0915vw, 5rem);
}

.contact-card p {
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Link Styles */
.links-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
}

/* Hover Effects */
.contact-link:hover {
  background-color: #0077b5; /* LinkedIn Blue */
  color: white;
  border-color: #0077b5;
  transform: translateY(-3px);
}

.contact-link i {
  font-size: 1.2rem;
}

.story .bold {
  font-weight: 700;
}
.story ul {
  padding-left: 1.5rem;
  list-style: disc;
  margin: 1rem 0;
}
.story .flex {
  display: flex;
  height: 100vh;
  margin: 0 auto;
}
.story .img {
  position: fixed;
}
.story .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -200px -300px;
     object-position: -200px -300px;
  position: fixed;
}
@media (max-width: 1670px) {
  .story .img img {
    -o-object-position: -300px 0;
       object-position: -300px 0;
  }
}
.story .fixed {
  position: fixed;
  left: 0;
  width: 100vw;
}
.story .info {
  position: relative;
}
.story .brief {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.5rem;
  padding-top: 4rem;
}
.story .brief h2 {
  margin-bottom: 0.5rem;
}
.story .brief h2:first-of-type {
  text-align: center;
}
.story .brief h2:last-of-type {
  margin-top: 1rem;
}
.story .hr {
  height: 1px;
  width: 100%;
  background-color: black;
}
.story .container {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 80%;
  left: 30%;
}
@media (max-width: 1600px) {
  .story .container {
    left: 10%;
    width: 90%;
  }
}
@media (max-width: 1300px) {
  .story .container {
    left: 0;
    width: 90%;
  }
}
.story .box {
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("../img/star.webp");
}
.story .position {
  position: absolute;
  width: 100%;
  height: 60vh;
}
.story .initial {
  left: 0;
  top: 50%;
}
.story .second {
  left: 0;
  top: 80%;
}
.story .marker {
  border-radius: 10px;
}
.story .second .marker {
  width: 100px;
  height: 100px;
}
.story .third {
  left: 0;
  top: 110%;
}
.story .third .marker {
  width: 100px;
  height: 100px;
}
.story .fourth {
  left: 0;
  top: 140%;
}
.story .fourth .marker {
  width: 100px;
  height: 100px;
}
.story .final {
  left: 0;
  top: 170%;
}
.story .final .marker {
  width: 100px;
  height: 100px;
}
@media (max-width: 1100px) {
  .story .initial {
    left: 0;
    top: 50%;
  }
  .story .second {
    left: 0;
    top: 80%;
  }
  .story .third {
    left: 0;
    top: 110%;
  }
  .story .fourth {
    left: 0;
    top: 140%;
  }
  .story .final {
    left: 0;
    top: 170%;
  }
  .story svg {
    width: 40px;
  }
}
.story .fade {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 1rem;
  color: black;
}
.story .skill-flex {
  display: flex;
  gap: 5rem;
}
.story .web .skills, .story .design .skills {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.story .web .skills div, .story .design .skills div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.story .web .skills div p, .story .design .skills div p {
  display: none;
}
.story .design h4, .story .web h4 {
  margin-bottom: 0.5rem;
}

.story-mobile .flex {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.story-mobile .flex .fixed img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.story-mobile .flex .info {
  padding: 3rem;
  padding-top: 0;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.story-mobile .flex .brief {
  padding-bottom: 2rem;
}
.story-mobile .flex .hr {
  height: 1px;
  width: 100%;
  background-color: black;
}
.story-mobile .flex .initial {
  padding-top: 2rem;
}
.story-mobile .flex .container {
  padding-bottom: 2rem;
}

.projects {
  overflow-x: hidden;
  margin: 0;
}
.projects .row,
.projects .section,
.projects section {
  position: relative;
  overflow: visible;
}
.projects .section,
.projects section {
  text-align: center;
}
.projects .container-fluid {
  width: auto;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100vw;
}
.projects .horiz-gallery-strip,
.projects .horiz-gallery-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
  /* gap: 2rem; */
}
.projects .horiz-gallery-wrapper {
  width: 100vw;
  overflow: hidden;
}
.projects .project-wrap {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box; /* ✅ CRITICAL */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.projects .project-wrap img {
  width: 50%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  flex-basis: 40%;
  border-radius: 0 20% 0 0;
}
.projects .project-wrap .details {
  padding: 0 3rem;
  flex-basis: 50%;
  height: 100%;
}
.projects .project-wrap .details h2, .projects .project-wrap .details h3,
.projects .project-wrap .details p {
  text-align: left;
}
.projects .project-wrap .details h2 {
  color: var(--orange);
}
.projects .project-wrap .details p {
  margin-bottom: 1rem;
}
@media (max-width: 1100px) {
  .projects .project-wrap {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  .projects .project-wrap img {
    border-radius: 0;
  }
  .projects .project-wrap img:not(.bg-profile img, .sunflower img) {
    width: 100%;
    height: 30vh;
    -o-object-fit: cover;
       object-fit: cover;
    flex-basis: unset;
  }
  .projects .project-wrap .details {
    padding: 1rem 3rem;
  }
  .projects .project-wrap .details p {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .projects .project-wrap .details h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 1300px) {
  .projects .project-wrap .details {
    padding: 0 3rem;
  }
  .projects .project-wrap .details p {
    margin-bottom: 0.5rem;
  }
}
.projects .panel {
  padding: 2rem 0;
}
.projects .panel .plain {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured {
  width: 100%;
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 450px) {
  .featured {
    padding-top: 3rem;
  }
}
.featured h2 {
  padding-bottom: 3rem;
}
.featured .featured-slider {
  position: relative;
  z-index: 2;
}
.featured .featured-slider .slider {
  padding-top: 5rem;
  display: flex;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .featured .featured-slider .slider {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.featured .featured-slider .slider a:hover {
  transform: scale(1.15);
}
.featured .featured-slider .slider .item1, .featured .featured-slider .slider .item2, .featured .featured-slider .slider .item3 {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured:has(.art-item:hover) .bg-profile img:last-of-type {
  top: 779px;
  transform: translate(-51%, -50%);
}
.featured:has(.top-item:hover) .bg-profile img:last-of-type {
  top: 779px;
  transform: translate(-49%, -50%);
}
@media (max-width: 1200px) {
  .featured:has(.top-item:hover) .bg-profile img:last-of-type {
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1200px) {
  .featured:has(.item2:hover) .bg-profile img:last-of-type {
    top: 779px;
    transform: translate(-49%, -50%);
  }
}
.featured .bg-profile {
  z-index: 1;
  position: absolute;
  inset: 0;
}
@media (max-width: 760px) {
  .featured .bg-profile {
    display: none;
  }
}
.featured .bg-profile img:first-of-type {
  z-index: 3;
  position: absolute;
  top: 780px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  transition: all 0.5s ease;
}
.featured .bg-profile img:nth-of-type(2) {
  z-index: 1;
  position: absolute;
  top: 780px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  transition: all 0.5s ease;
}
.featured .bg-profile img:last-of-type {
  z-index: 2;
  position: absolute;
  top: 780px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  transition: all 0.5s ease;
}
.featured .sunflower img:first-of-type {
  opacity: 0.3;
  position: absolute;
  left: -100px;
  bottom: -60px;
  width: 700px;
  transform-origin: bottom;
  animation: bending 2s ease infinite alternate-reverse;
}
.featured .sunflower img:last-of-type {
  opacity: 0.3;
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 500px;
  -o-object-position: right;
     object-position: right;
  transform-origin: bottom;
  animation: bending2 2s ease infinite alternate-reverse;
}
@media (max-width: 1250px) {
  .featured .sunflower img:last-of-type {
    right: -50px;
  }
}
@media (max-width: 800px) {
  .featured .sunflower img:last-of-type {
    display: none;
  }
}

@keyframes bending {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes bending2 {
  0% {
    transform: rotate(0) scaleX(-1);
  }
  100% {
    transform: rotate(5deg) scaleX(-1);
  }
}
.masonry-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 15px;
  grid-auto-rows: 10px; /* Small increments for fine-tuned heights */
}

.masonry-item {
  background-color: #eee;
  border-radius: 8px;
  overflow: hidden;
  grid-row-end: span 10; /* Default span */
  height: -moz-max-content;
  height: max-content;
}

.masonry-item img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Lightbox background */
.lightbox {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Update the lightbox image styling */
.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  transition: transform 0.1s ease-out; /* Slightly faster for responsiveness */
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none; /* Prevents mobile interference */
  position: relative;
}

.lightbox-content:active {
  cursor: grabbing;
}

/* Class to apply when zoomed in */
.lightbox-content.zoomed {
  transform: scale(2); /* 2x zoom */
  cursor: zoom-out;
}

/* Ensure the lightbox can scroll if the zoomed image is too big */
#lightbox {
  overflow: auto;
  display: none;
  /* ... previous styles ... */
}

/* Close button */
.close-btn {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* Zoom animation */
@keyframes zoom {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* Make images look clickable */
.clickable {
  cursor: pointer;
  transition: opacity 0.3s;
}

.clickable:hover {
  opacity: 0.8;
}

.masonry-item video {
  width: 100%;
  height: auto;
  display: block;
}

.about-me-parent {
  height: 100dvh;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 8px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .about-me-parent .skillset svg {
    width: 20px;
    height: 20px;
  }
}
.about-me-parent .about-sm {
  display: none;
}
@media (max-width: 1200px) {
  .about-me-parent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem;
    height: unset;
  }
  .about-me-parent > div:not(div.about-sm) {
    display: none;
  }
  .about-me-parent .about-sm {
    display: block;
  }
}
@media (max-width: 1200px) and (max-width: 450px) {
  .about-me-parent .about-sm {
    padding-top: 3rem;
  }
}
@media (max-width: 1200px) {
  .about-me-parent .about-sm p span {
    color: var(--orange);
    font-weight: bold;
  }
  .about-me-parent .about-sm .btn {
    width: unset;
    margin: 2rem 0;
  }
  .about-me-parent .about-sm h2 {
    margin: 2rem 0;
    text-align: center;
  }
  .about-me-parent .about-sm img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 20px;
  }
  .about-me-parent .about-sm > p {
    margin: 1rem 0;
  }
  .about-me-parent .about-sm .skillset h3 {
    font-size: 20px;
  }
  .about-me-parent .about-sm .skillset {
    display: flex;
    flex-direction: column;
  }
  .about-me-parent .about-sm .skillset .web h4 {
    font-family: "Rethink Sans", sans-serif;
    margin: 1rem 0;
    font-size: 18px;
    color: var(--orange);
  }
  .about-me-parent .about-sm .skillset .web .skills {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .about-me-parent .about-sm .skillset .web .skills div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.5s color ease;
  }
  .about-me-parent .about-sm .skillset .web .skills div p {
    position: absolute;
    background-color: var(--gray);
    padding: 1rem;
    opacity: 0;
    transition: 0.5s opacity ease;
    font-weight: bold;
  }
  .about-me-parent .about-sm .skillset .web .skills div:hover {
    color: var(--orange);
  }
  .about-me-parent .about-sm .skillset .web .skills div:hover p {
    opacity: 1;
  }
  .about-me-parent .about-sm .skillset .design h4 {
    font-family: "Rethink Sans", sans-serif;
    margin: 1rem 0;
    font-size: 18px;
    color: var(--orange);
  }
  .about-me-parent .about-sm .skillset .design .skills {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .about-me-parent .about-sm .skillset .design .skills div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: 0.5s color ease;
  }
  .about-me-parent .about-sm .skillset .design .skills div p {
    position: absolute;
    background-color: var(--gray);
    padding: 1rem;
    opacity: 0;
    transition: 0.5s opacity ease;
    font-weight: bold;
  }
  .about-me-parent .about-sm .skillset .design .skills div:hover {
    color: var(--orange);
  }
  .about-me-parent .about-sm .skillset .design .skills div:hover p {
    opacity: 1;
  }
}
.about-me-parent .div1 {
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 2;
  position: relative;
}
.about-me-parent .div1 h2, .about-me-parent .div1 p {
  display: none;
}
@media (max-width: 900px) {
  .about-me-parent .div1 h2, .about-me-parent .div1 p {
    display: block;
  }
  .about-me-parent .div1 p span {
    color: var(--orange);
    font-weight: 600;
  }
}
@media (max-width: 900px) {
  .about-me-parent .div1 a {
    width: 100%;
  }
}
.about-me-parent .div1 a .myImg {
  z-index: 10;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: transform 0.5s linear;
  transform-origin: bottom;
}
@media (max-width: 900px) {
  .about-me-parent .div1 a .myImg {
    height: 300px;
    width: 100%;
    -o-object-position: 25% 5%;
       object-position: 25% 5%;
  }
}
.about-me-parent .div1 .myImg:hover {
  transform: rotate(10deg);
}
.about-me-parent .div1 a:hover ~ .image-dec1 {
  opacity: 0;
}
.about-me-parent .div1 .notify {
  z-index: 5;
  position: absolute;
  top: 0;
  transform-origin: bottom;
  transition: all 0.5s linear;
  opacity: 0;
  left: -50px;
}
@media (max-width: 1700px) {
  .about-me-parent .div1 .notify {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .about-me-parent .div1 .notify {
    left: 30px;
  }
}
.about-me-parent .div1 a:hover ~ .notify {
  transform: rotate(-10deg);
  opacity: 1;
}
.about-me-parent .div1 .textbox-1 {
  z-index: 20;
  position: absolute;
  top: 0;
  left: -50px;
  opacity: 0;
  transition: all 1s ease;
  padding: 1rem;
  border-radius: 20px;
  border: 4px solid var(--blue);
  background-color: var(--gray);
}
.about-me-parent .div1 .textbox-1 h3 {
  text-transform: capitalize;
  font-family: "Rethink Sans", sans-serif;
}
@media (max-width: 1200px) {
  .about-me-parent .div1 .textbox-1 h3 {
    font-size: 18px;
    width: 220px;
    text-align: center;
  }
}
.about-me-parent .div1 a:hover ~ .textbox-1 {
  opacity: 1;
  top: -50px;
}
.about-me-parent .div1 .find-more {
  position: absolute;
  background-color: var(--darkblue);
  padding: 1rem;
  z-index: 20;
  bottom: -30px;
  right: 50px;
  width: 300px;
  transition: all 1s ease;
}
.about-me-parent .div1 .find-more p {
  display: block;
  text-transform: uppercase;
  color: var(--gray);
  text-align: center;
  font-weight: 600;
  font-style: oblique;
}
@media (max-width: 1200px) {
  .about-me-parent .div1 .find-more {
    right: -50px;
  }
}
.about-me-parent .div1 a:hover ~ .find-more {
  opacity: 0;
  right: 0;
}
.about-me-parent .div1 .image-dec1 {
  z-index: 15;
  position: absolute;
  top: -50px;
  left: 250px;
  transition: opacity 0.5s ease;
}
@media (max-width: 1670px) {
  .about-me-parent .div1 .image-dec1 {
    left: 200px;
  }
}
@media (max-width: 1550px) {
  .about-me-parent .div1 .image-dec1 {
    opacity: 0;
  }
}
.about-me-parent .div1 .image-dec1 .hook, .about-me-parent .div1 .image-dec1 .hook2 {
  -webkit-text-stroke: 2px var(--orange);
}
.about-me-parent .div1 .image-dec1 .hook {
  color: var(--orange);
}
.about-me-parent .div1 .image-dec1 .hook2:nth-of-type(2) {
  opacity: 0.7;
  font-size: 40px;
}
.about-me-parent .div1 .image-dec1 .hook2:last-of-type {
  opacity: 0.4;
  font-size: 30px;
}
.about-me-parent .div2 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 4;
  grid-row-start: 2;
}
.about-me-parent .div2 .skillset {
  margin-top: 1rem;
  position: relative;
  z-index: 5;
}
.about-me-parent .div2 .skillset h3 {
  font-size: 20px;
}
.about-me-parent .div2 .skillset {
  display: flex;
  flex-direction: column;
}
.about-me-parent .div2 .skillset .web h4 {
  font-family: "Rethink Sans", sans-serif;
  margin: 1rem 0;
  font-size: 18px;
  color: var(--orange);
}
.about-me-parent .div2 .skillset .web .skills {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.about-me-parent .div2 .skillset .web .skills div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.5s color ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.about-me-parent .div2 .skillset .web .skills div p {
  position: absolute;
  background-color: var(--gray);
  padding: 1rem;
  opacity: 0;
  transition: 0.5s opacity ease;
  font-weight: bold;
  font-size: 14px;
}
.about-me-parent .div2 .skillset .web .skills div:hover {
  color: var(--orange);
}
.about-me-parent .div2 .skillset .web .skills div:hover p {
  opacity: 1;
}
.about-me-parent .div2 .skillset .design h4 {
  font-family: "Rethink Sans", sans-serif;
  margin: 1rem 0;
  font-size: 18px;
  color: var(--orange);
}
.about-me-parent .div2 .skillset .design .skills {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.about-me-parent .div2 .skillset .design .skills div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.5s color ease;
}
.about-me-parent .div2 .skillset .design .skills div p {
  position: absolute;
  background-color: var(--gray);
  padding: 1rem;
  opacity: 0;
  transition: 0.5s opacity ease;
  font-weight: bold;
  font-size: 14px;
}
.about-me-parent .div2 .skillset .design .skills div:hover {
  color: var(--orange);
}
.about-me-parent .div2 .skillset .design .skills div:hover p {
  opacity: 1;
}
.about-me-parent .div2 p:last-of-type {
  margin-top: 1rem;
}
.about-me-parent .div2 p span {
  color: var(--orange);
  font-weight: 600;
}
.about-me-parent .div3 {
  grid-column: span 2/span 2;
  grid-column-start: 4;
  grid-row-start: 4;
  position: relative;
}
.about-me-parent .div3 p {
  width: 80%;
}
@media screen and (max-width: 1070px) and (min-width: 900px) {
  .about-me-parent .div3 p {
    font-size: 37px;
  }
}
.about-me-parent .div3 a {
  width: 100%;
}
.about-me-parent .div3 a img {
  position: absolute;
  width: 200px;
  right: 0;
  bottom: 0;
}
@media (max-width: 1110px) {
  .about-me-parent .div3 a img {
    right: -40px;
  }
}
.about-me-parent .stars {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: -1;
}
.about-me-parent .starry1, .about-me-parent .starry2, .about-me-parent .starry3, .about-me-parent .starry4, .about-me-parent .starry5, .about-me-parent .starry6, .about-me-parent .starry7, .about-me-parent .starry8, .about-me-parent .starry9, .about-me-parent .starry10 {
  position: absolute;
}
.about-me-parent .starry1 {
  width: 25px;
  top: 120px;
  right: 150px;
  animation: wink 1s linear alternate infinite;
}
.about-me-parent .starry2 {
  width: 50px;
  top: 100px;
  left: 50px;
  animation: wink 1s 0.5s linear alternate infinite;
}
.about-me-parent .starry2 img {
  transform: rotate(45deg);
}
.about-me-parent .starry3 {
  width: 30px;
  top: 230px;
  left: 150px;
  animation: wink 1s 0.3s linear alternate infinite;
}
.about-me-parent .starry4 {
  width: 40px;
  top: 50px;
  left: 500px;
  animation: wink 1s 1s linear alternate infinite;
}
.about-me-parent .starry5 {
  width: 50px;
  bottom: 50px;
  left: 300px;
  animation: wink 1s 0.8s linear alternate infinite;
}
.about-me-parent .starry5 img {
  transform: rotate(45deg);
}
.about-me-parent .starry6 {
  width: 40px;
  bottom: 100px;
  right: 300px;
  animation: wink 1s 1s linear alternate infinite;
}
.about-me-parent .starry6 img {
  transform: rotate(45deg);
}
.about-me-parent .starry7 {
  width: 40px;
  top: 40px;
  right: 300px;
  animation: wink 1s 0.3s linear alternate infinite;
}
.about-me-parent .starry8 {
  width: 40px;
  bottom: 300px;
  right: 50px;
  animation: wink 1s 0.3s linear alternate infinite;
}
.about-me-parent .starry8 img {
  transform: rotate(45deg);
}
.about-me-parent .starry9 {
  width: 30px;
  bottom: 200px;
  left: 80px;
  animation: wink 1s 0.3s linear alternate infinite;
}
.about-me-parent .starry10 {
  width: 30px;
  bottom: 500px;
  right: 200px;
  animation: wink 1s 0.3s linear alternate infinite;
}
@keyframes wink {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}/*# sourceMappingURL=main.css.map */