@import url("https://fonts.googleapis.com/css?family=Roboto");

/* General Reset */
body,
ul,
li,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.section.aboutme {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

.banner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-text {
  text-align: center;
  z-index: 2;
  background-color: rgb(0 0 0 / 66%);
  padding: 20px;
  border-radius: 10px;
}

.overlay-text h1 {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

#holder {
  color: white;
  font-size: 1.5rem;
}

.blinking-cursor {
  color: white;
  font-size: 1.2rem;
  animation: blink 1s infinite;
  margin-left: 4px;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Ensure the text content stays visible on any background */
span[style="color:white"] {
  color: white !important;
}

span[style="color:#FF6363"] {
  color: #ff6363 !important;
}
a {
  text-decoration: none;
  color: white;
}

button {
  border: none;
  cursor: pointer;
  padding: 0.625rem 1.25rem; /* 10px 20px */
  font-size: 0.875rem; /* 14px */
  border-radius: 0.3125rem; /* 5px */
  background-color: #0078d4; /* Primary button color */
  color: white;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #0056a3;
}

/* Navigation Header */
.nav-header {
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: black;
  padding: 0.825rem 1.25rem;
  position: fixed;
  width: 100%;
}

.nav-brand {
  display: flex;
  align-items: center;
}

.nav-brand img {
  width: 9.375rem; /* 150px */
  padding: 0.3125rem; /* 5px */
  border-radius: 0.625rem; /* 10px */
}

/* Menu Links */
.header-links {
  display: flex;
  gap: 1.25rem; /* 20px */
}

.header-links ul {
  display: flex;
  gap: 1.25rem; /* 20px */
}

.header-links li {
  position: relative;
}

.header-links a {
  font-size: 1rem; /* 16px */
  padding: 0.3125rem 0.625rem; /* 5px 10px */
  transition: background-color 0.3s;
  color: white;
}

.header-links a:hover {
  background-color: #555; /* Slight hover effect */
  border-radius: 0.3125rem; /* 5px */
}

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Dark Mode Styling */
.sign-up {
  position: absolute;
  z-index: 20;
  top: 57px;
  right: 0.625rem; /* 10px */
  width: 19.375rem; /* 310px */
  padding: 0.625rem; /* 10px */
  background-color: #1e1e1e; /* Dark background */
  border-radius: 0.5rem; /* Rounded corners */
  display: flex;
  flex-direction: column;
}

/* Input Section Styling */
.sign-up section {
  display: flex;
  align-items: center;
  background-color: #2c2c2c; /* Slightly lighter background */
  border-radius: 0.5rem; /* Rounded corners */
  padding: 0.5rem; /* Inner spacing */
  gap: 0.5rem; /* Space between icon and input */
}

/* Icons */
.sign-up section svg {
  fill: #90caf9; /* Material Blue */
  width: 1.5rem; /* Icon size */
  height: 1.5rem;
}

/* Input Fields */
.sign-up input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #fff; /* White text */
  font-size: 1rem; /* Input text size */
  font-family: inherit;
}

/* Placeholder Styling (Material UI Blue) */
.sign-up input::placeholder {
  color: #90caf9; /* Material Blue */
  opacity: 1; /* Fully visible */
}

/* Buttons Section */
.sign-up section.buttons {
  display: flex;
  justify-content: flex-start; /* Align buttons to the left */
  gap: 0.625rem; /* Space between buttons */
}

/* Buttons Styling */
.sign-up button {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color: #fff; /* Button text color */
  background-color: #90caf9; /* Material Blue */
  transition: background-color 0.3s ease-in-out;
}

/* Button Hover Effect */
.sign-up button:hover {
  background-color: #42a5f5; /* Darker Material Blue */
}

/* Responsive Design */
@media (max-width: 48rem) {
  /* 768px */
  /*.header-links {
    display: none;
    flex-direction: column;
    background-color: #2c2c2c;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    border-radius: 0.3125rem;*/ /* 5px */
  /*} */

  

  .header-links ul {
    flex-direction: column;
    gap: 0.625rem;/* 10px */
    /*padding: 0.625rem;*/ /* 10px */
  }

  .header-links li {
    text-align: center;
  }

  .fa-bars {
    display: block;
    font-size: 1.5rem; /* 24px */
  }

  .nav-header.active .header-links {
    display: flex;
  }
}

/* Show Signup Form */
li[data-menuanchor="thirdPage"]:hover .sign-up {
  display: block;
}

.aboutme {
  background: url("../img/planner_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section {
  text-align: center;
  padding: 20px;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 75rem;
  /* 1200px */
  margin: 0 auto;

  /* 20px */
}

.promo-section {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  background: #2c2c2c;
  min-height: 100vh;
  padding: 2.5rem 0;
  /* 40px */
}

.content-container {
  flex: 1;
  padding: 1.875rem;
  /* 30px */
}

.content-container h1 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #fff, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  /* 2px 2px 4px */
}

.content-container p {
  font-size: 1.2rem;
  color: #ccc;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.container-skillbar {
  flex: 1;
  padding: 1.875rem;
  max-width: 100%;
  /* Ensure it doesn't exceed the screen width */
  overflow: hidden;
  /* 30px */
  background: 333;
  border-radius: 1.25rem;
  /* 20px */
  backdrop-filter: blur(0.625rem);
  /* 10px */
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 1.1);
  /* 8px 32px */
}

.skillbar {
  position: relative;
  display: block;
  width: 100%;
  /* Ensure it fits within the container */
  max-width: 100%;
  margin-bottom: 1.875rem;
  /* 30px */
  background: rgba(255, 255, 255, 0.1);
  height: 2.188rem;
  /* 35px */
  border-radius: 1.563rem;
  /* 25px */
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.875rem;
  border-radius: 1.563rem 0 0 1.563rem;
}

.skillbar-title span {
  display: block;
  line-height: 2.188rem;
  padding-left: 1em;
  color: #ffffff;
  height: 2.2rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.skillbar-bar {
  height: 2.188rem;
  /* 35px */
  height: 2.188rem;
  /* Match the height of .skillbar */
  width: 0;
  /* Default width before animation */
  max-width: 100%;
  /* Prevent overflow */
  width: 0;
  border-radius: 1.563rem;
  /* 25px */
  transition: width 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.skill-bar-percent {
  position: absolute;
  right: 0.625rem;
  color: #fff;
  top: 0;
  font-size: 0.9rem;
  line-height: 2.188rem;
  font-weight: 600;
}

.skillbar:hover {
  transform: translateY(-0.125rem);
  /* -2px */
  box-shadow: 0 0.313rem 0.938rem rgba(0, 0, 0, 0.3);
  /* 5px 15px */
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(1.25rem);
    /* 20px */
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.skillbar {
  animation: slideIn 0.6s ease-out forwards;
  opacity: 0;
}

.skillbar:nth-child(1) {
  animation-delay: 0.1s;
}

.skillbar:nth-child(2) {
  animation-delay: 0.2s;
}

.skillbar:nth-child(3) {
  animation-delay: 0.3s;
}

.skillbar:nth-child(4) {
  animation-delay: 0.4s;
}

.skillbar:nth-child(5) {
  animation-delay: 0.5s;
}

.skillbar:nth-child(6) {
  animation-delay: 0.6s;
}

@media (max-width: 48rem) {
  .container-skillbar {
    width: 100%;
    padding: 1rem;
    /* Adjust padding */
  }

  /* 768px */
  .promo-section {
    flex-direction: column-reverse;
    padding: 4.25rem 0;
    gap: 0.1em;
    /* 20px */
  }

  .skillbar {
    margin-bottom: 1rem;
    /* Reduce margin between bars */
  }

  .content-container h1 {
    font-size: 2rem;
  }

  .content-container p {
    font-size: 1rem;
  }

  .container-skillbar {
    width: 100%;
  }
}

.carousel-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 40px;
  padding: 0 20px;
  transition: transform 0.5s ease-out;
}

.plan-card {
  min-width: 400px;
  position: relative;
  left: 567px;
  background: #323032;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  color: white;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.plan-card.active {
  transform: scale(1.05);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.plan-card:not(.active) {
  opacity: 0.5;
  filter: blur(2px);
}

.plan-card h1 {
  color: #ffd700;
  font-size: 28px;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.plan-card p {
  color: #999;
  font-size: 16px;
  margin: 0 0 25px 0;
  line-height: 1.5;
}

.plan-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background-image: url('../img/no_image.png');
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.nav-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.nav-button.prev {
  left: 30px;
}

.nav-button.next {
  right: 30px;
}

.connect-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

.social-links a {
  margin: 0 10px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  color: #0073b1;
  /* Example hover color for LinkedIn */
}

.social-links i {
  vertical-align: middle;
}
