body {
  background-color: #0b0c0e;
  color: hsl(210, 40%, 98%);
}



/* Hero Section */

.hero-bg-efx {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/coverblack.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mask: radial-gradient(22% 43% at 50% 54.5%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(15% 34% at 97.6% 93.2%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(15% 34% at 4.5% 12%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
} 

.section-hero{
  padding-top: 8rem;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
}

.floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #23262b;
  border-radius: 50%;
  box-shadow: 13.22px 13.22px 22.03px #0b0c0e1a;
  border: 2.5px solid #e5e7eb;
  animation: floatY 3s ease-in-out infinite;
} 

@keyframes rotate360 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

.rotate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #23262b;
  border-radius: 50%;
  box-shadow: 13.22px 13.22px 22.03px #0b0c0e1a;
  border: 2.5px solid #e5e7eb;
  animation: rotate360 10s linear infinite;
  will-change: transform;
} 

@keyframes spin-slow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.animate-spin-slow {
  animation: spin-slow 8s linear infinite;
  will-change: transform;
} 

@keyframes marquee-loop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.animate-marquee-loop {
  animation: marquee-loop 18s linear infinite;
  will-change: transform;
}

/* Carousel Logo */
.carousel-logo-img {
  height: 110px;
  object-fit: contain;
  opacity: 0.8;
} 


/* MENU */

header{
  opacity: 1;
  transform: translateX(-50%);
  will-change: transform;
  flex: none;
  height: auto;
  left: 50%;
  position: var(--framer-canvas-fixed-position, fixed);
  top: 15px;
  width: auto;
  will-change: var(--framer-will-change-effect-override, transform);
  z-index: 10;
}
.menu{
  backdrop-filter: blur(10px);
  background-color: rgba(43, 46, 52, 0.7);
  border-radius: 50px;
  opacity: 1;
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 13px 25px;
  position: relative;
  width: fit-content;/* HIDDE MENU IN RESPONSIVE */
  will-change: var(--framer-will-change-override, transform);
}

.framer-d1lh67{
  align-content: center;
    align-items: center;
    display: flex
;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: min-content;
    z-index: 3;
}

 .framer-b3to53 {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: visible;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: min-content;
}

 .framer-19wbhnm {
  flex: none;
  height: 50px;
  position: relative;
  width: 50px;
  z-index: 10;
}

.framer-oqu1at {
  align-content: flex-start;
  align-items: flex-start;
  display: flex
;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: min-content;
}

.framer-1d9jj0v, .framer-sp90Z .framer-1w353od, .framer-sp90Z .framer-1hdw5bx, .framer-sp90Z .framer-1dzw0oe, .framer-sp90Z .framer-icx2j9, .framer-sp90Z .framer-ounw11 {
  flex: none;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}

/* Mobile Menu Styles */
#mobile-menu {
  display: none;
  backdrop-filter: blur(10px);
  background-color: rgba(43, 46, 52, 0.7);
  border-radius: 50px;
  opacity: 1;
}

#mobile-menu:not(.hidden) {
  display: block;
}

#mobile-menu-button {
  transition: all 0.3s ease;
}

#mobile-menu-button:hover {
  background-color: rgba(55, 65, 81, 0.8);
}

#mobile-menu a {
  transition: all 0.2s ease;
  border-radius: 8px;
  margin: 2px 0;
}

#mobile-menu a:hover {
  background-color: rgba(55, 65, 81, 0.5);
  transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .header-container {
    width: 100%;
    padding: 15px 20px;
  }
}


/* SKILLS */
.section-card{
  padding-top: 3rem;
  padding-bottom: 0rem;
}
/* ABOUT ME */
.section-about-profile{
  margin-bottom: 2rem;
}
/* MI PROJECTS */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  backdrop-filter: blur(4px);
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: rgb(17 24 39);
  border-radius: 16px;
  max-width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  border: 1px solid rgb(55 65 81);
}

.carousel-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
}

.carousel-slide {
  min-width: 100%;
  position: relative;
}

.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(31, 41, 55, 0.8);
  border: 1px solid rgb(75 85 99);
  color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

.carousel-nav:hover {
  background: rgba(55, 65, 81, 1);
}

.carousel-prev {
  left: 16px;
}

.carousel-next {
  right: 16px;
}

.thumbnail-active {
  ring-width: 2px;
  ring-color: rgb(34 197 94);
}

/* FORM */

.bg-green-accent{
  --tw-bg-opacity: 1;
  width: 15rem;
  background: linear-gradient(138deg, var(--token-2930fc96-2a19-4c51-bdb3-fa6e89c47e8a, #51ffa1) 34%, var(--token-6ac57920-1ea3-460f-a1e5-71f87decf279, rgb(19, 21, 26)) 92%);
}
.bg-green-accent-form {
  align-content: center;
  align-items: center;
  background: linear-gradient(138deg, var(--token-2930fc96-2a19-4c51-bdb3-fa6e89c47e8a, #51ffa1) 0%, var(--token-6ac57920-1ea3-460f-a1e5-71f87decf279, rgb(19, 21, 26)) 22%);
  border-radius: 15px;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  position: relative;
  width: 100%;
  will-change: var(--framer-will-change-override, transform);
}

.video-card {
  display: block;
}

/* END FORM */

/* BG CARD */
.bg-card {
  background-color: #14161a;
  transition: all 0.3s ease;
}

.bg-card .glow-effect {
    opacity: 0;
    transition: opacity 0.3s ease;
} 
.bg-card:hover .glow-effect {
    opacity: 1;
}
/* END BG CARD */