@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates: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");
@import url("https://fonts.googleapis.com/css2?family=Germania+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@100..900&family=Geist:wght@100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: black;
}

header {
  background-color: black;
  max-height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    min-height: 
    10vh;
      position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar {
  background-color: black !important;
}
.navbar-nav {
  margin-left: auto;
}
.navbar-brand {
  font-family: "Geist", sans-serif;
  font-size: 24px;
  color: #ffffff !important;
}
.navbar-brand span {
  color: #4a90e2;
}
.navbar-nav .nav-item .nav-link {
  font-size: 17px;

  color: #ffffff;
  font-family: "Geist mono", sans-serif;
}
.navbar-nav .nav-item .nav-link:hover {
  color: #4a90e2;
}

.navbar-toggler {
  border: 3px solid #4a90e2;
  padding: 8px 10px;
  border-radius: 5px;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
header {
  transition: all 0.3s ease;
}

header {
  display: flex;
  unicode-bidi: isolate;
}

.Home {
  background: black;
  padding: 1.6rem 1.5rem;
  background-color: black;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  min-height: 100vh;
}

.home-text {
  margin-top: 6rem;
  padding-top: 3.5rem;
  text-align: left;
  color: #ffffff;
  font-family: "Geist", sans-serif;
}
.home-text h1 {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Geist mono", sans-serif;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 1.5s ease-out,
    transform 1.5s ease-out; */
}
.home-text h1 span {
  color: #4a90e2;
  font-family: "Geist mono", sans-serif;
}
.home-text .welcome span {
  color: #4a90e2;
  font-family: "Geist mono", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
.welcome{
    font-family: Fredoka;
    font-size: 3rem;
    font-weight: 500;
}
.home-text p {
  font-size: 1.5rem;
  font-weight: 300;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}
.home-text {
  display: block;
  justify-content: left;
  align-items: center;
  width: 70%;
  /* padding: auto 2rem; */
}


#Home-text {
  font-size: 4rem;
  font-family: "Geist";
  color: white;
}

#Home-small-text {
  font-family: Fredoka;
  font-size: 1.2rem;
}
#Home-small-text span{
    color: #4a90e2;
    font-size: 1rem;

}
.active {
  color: #4a90e2;
}
.links {
  display: flex;
  align-items: left;
  justify-content: left;

}
.socials{
    display: flex;
    align-items: left;
    justify-content: left;
    gap: 1rem;
}

i {
  text-decoration: none;
  font-size: 2.5rem;
  color: white;
  cursor: pointer;
  list-style: none;
  transition: 0.5s ease-in-out;
}

i:hover {
  color: #4a90e2;
  transition: 0.5s ease-in-out;
}

#About {
  background-color: black;
 padding: 1.6rem 1.5rem;
   background-color: black;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  min-height: 100vh;
}

#whole-body-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.about-container {
  width: 70%;
  display: block;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 2rem;
}
.about-section-begin{
    color: #4a90e2;
    font-family: "Geist mono", sans-serif;
    text-align: left;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Geist Mono", monospace;
  border: 1px solid #4a90e2;
  width: fit-content;
  padding: 0.25rem 0.7rem;
  border-radius: 15px;
}
.Home-picture {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Home-profile {
  width: 60%;
  clip-path: circle(50%);
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.7s ease-out,
    transform 0.7s ease-out;
}


.Home-profile.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-heading {
  font-size: 4rem;
  font-family: "Germania One", system-ui;
  color: #4a90e2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  letter-spacing: 7px;
}

.story {
  font-size: 1rem;
  color: white;
  font-family: Fredoka;
  line-height: 30px;
  font-weight: lighter;
  text-align: left;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.7s ease-out,
    transform 0.7s ease-out;
}

.story.visible {
  opacity: 1;
  transform: translateY(0);
}

#Services {
   background-color: black;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  min-height: 100vh;
   padding: 1.6rem 1.5rem;
}

.header-services {
  font-size: 1.5rem;
  padding-top: 1rem;
  font-family: "Geist mono", sans-serif;
  color: #4a90e2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;

}

.service-heading P {
  font-size: 1rem;
  color: white;
  font-family: Fredoka;
  line-height: 30px;
  padding: .5rem;
  font-weight: lighter;
}

.service-animation,
.service-animation1,
.service-animation2,
.service-animation3 {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.service-animation.visible {
  opacity: 1;
  transform: translateY(0);
}

.service-animation1.visible {
  opacity: 1;
  transform: translateY(0);
}

.service-animation2.visible {
  opacity: 1;
  transform: translateY(0);
}

.service-animation3.visible {
  opacity: 1;
  transform: translateY(0);
}


.services-box {
  color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.services-row{
  gap: 1rem;
}
.services-header {
  text-align: center;
  /* Center the header */
  margin-bottom: 20px;
  /* Spacing below the header */
}
#portfolio, #skills {
  background-color: black;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  font-family: "Geist", sans-serif;
  padding: 1.6rem 1rem;
}

.portfolio-section-begin span {
  font-weight: 900;
}

.portfolio-section h2 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-family: "Geist";
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}

.portfolio-section h2 span {
  color: #4a90e2;
}

.portfolio-section-text {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 1px;
  width: 80%;
  margin-bottom: 3rem;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.portfolio-item {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid #4a90e2;
  border-radius: 10px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  /* opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; */
}

.portfolio-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #1a1a1a;
  cursor: pointer;
}

.portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.portfolio-item:hover .portfolio-image img {
  transform: scale(1.05);
}

.portfolio-content {
  padding: 1.5rem;
}

.portfolio-content h3,
.portfolio-content h4 {
  color: #4a90e2;
  font-family: "Geist Mono", monospace;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}

.portfolio-content p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  font-family: Fredoka;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}
.portfolio-section-text{
  width: 60%;
}
.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag {
  background-color: rgba(74, 144, 226, 0.1);
  color: #4a90e2;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-family: "Geist Mono", monospace;
  border: 1px solid #4a90e2;
  cursor: pointer;
}
.skill-category {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.skill-category h3, .skills-section h2{
  color: #4a90e2;
  font-family: "Geist Mono", monospace;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Skills Grid */
.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.skill-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(74, 144, 226, 0.3);
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}

.skill-info h4 {
  color: #ffffff;
  font-family: "Geist Mono", monospace;
  font-size: 1.2rem;
  font-weight: 600;
}

.skill-info p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0;
}
.skill-info ul{
  color:white;
  font-size: 0.9rem;
  padding: .23rem;
}

/* Soft Skills List */
.soft-skills-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.soft-skill-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(74, 144, 226, 0.3);
  border-radius: 8px;
  transition: all 0.3s ease;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}

.soft-skill-item:hover {
  border-color: #4a90e2;
  transform: translateX(3px);
}

.skill-bullet {
  width: 8px;
  height: 8px;
  background-color: #4a90e2;
  border-radius: 50%;
  flex-shrink: 0;
}

.soft-skill-item p {
  color: #ffffff;
  font-family: "Geist", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 0;
}

/* Languages Section */
.languages-container {
  margin-top: 3rem;
}

.language-item {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid #4a90e2;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}

.language-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.language-header h3 {
  color: #ffffff;
  font-family: "Geist Mono", monospace;
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}

.proficiency-badge {
  background-color: #4a90e2;
  color: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-family: "Geist Mono", monospace;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}

.proficiency-bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.proficiency-fill {
  height: 100%;
  background: linear-gradient(90deg, #4a90e2, #6ba5f0);
  border-radius: 10px;
  transition: width 1s ease;
}

.language-note {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: rgba(74, 144, 226, 0.05);
  border-left: 3px solid #4a90e2;
  border-radius: 5px;
}

.language-note p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.5px;
  margin: 0;
}
.stats-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.stat-item {
  text-align: center;
  padding: 2rem 1rem;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(74, 144, 226, 0.3);
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  /* opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out; */
}
#Contact {
  background-color: black;
}

.contact-header {
  font-size: 4rem;
  font-family: "Germania One", system-ui;
  color: #4a90e2;
  display: flex;
  align-items: center;

  justify-content: center;
}

.footers p {
  font-size: 1.1rem;
  color: white;
  font-family: Fredoka;
  line-height: 45px;
  padding: 2rem;
  font-weight: lighter;
}

.footer-body {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;

  flex-direction: row;
  gap: 15%;
}

.socials2 li i {
  font-size: 2.5rem;
}

.links2 {
  margin-right: 5%;
}

.footers p {
  display: block;
  align-items: left;
  justify-content: left;
  width: 100%;
  /* opacity: 0;
  transform: translateY(-50px);
  transition: opacity 2.3s ease-out;
  transform: 2.3s ease-out; */
}

.footers p.visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  #header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 14vh;
  }
  .Home-section p {
    font-size: 1rem;
    color: white;
    font-family: Fredoka;
  }
  #Home {
    width: 100%;

    height: 80vh;
  }
  #Home-section {
    width: 100%;
    height: 70vh;
  }
  #Home-text {
    font-size: 2.5rem;
    font-family: Fredoka;
    color: white;
    width: 100%;
  }
.home-text {
  display: block;
  justify-content: left;
  align-items: center;
  width: 100%;
  /* padding: auto 2rem; */
}

  #Home--text {
    font-size: 1.2rem;
    color: white;
    font-family: Fredoka;
    width: 100%;
  }

  .menu {
    display: none;
  }

  #header-profile {
    align-items: center;
    justify-self: center;
    padding: 1rem;
    margin-bottom: 20%;
  }
  .First-home-section {
    margin-top: 20%;
    height: 60vh;
  }
  .First-home-section .iam {
    font-size: 2rem;
  }
  .logo {
    display: block;
    font-size: 2rem !important;
    color: white;
    font-family: fredoka;
    width: 100%;
    padding: auto 1rem;
  }

  .name {
    font-size: 1rem;
  }

  .links,
  .socials {
    align-items: left;
    justify-content: left;
    text-align: left;
  }
  .socials li a {
    font-size: 2rem;

  }
  .Home-section {
    padding: 0.3rem;
  }

  #Home-section {
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
  }

  .hero-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.5rem;
  }
  #About {
    height: 150vh;
  }
  .story {
    font-size: 1rem;
    color: white;
    font-family: Fredoka;
    line-height: 20px;
    font-weight: lighter;
    text-align: left;
    width: 100%;

    opacity: 0;
    transform: translateY(50px);
    transition:
      opacity 0.7s ease-out,
      transform 0.7s ease-out;
  }
  #whole-body-container {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }

  .about-container {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
  }
  .Home-picture {
    width: 80%;
    display: block;
    align-items: center;
    justify-content: center;
    margin-left: 20%;
  }

  .Home-profile {
    width: 80%;
    clip-path: circle(50%);
    opacity: 0;
    transform: translateY(50px);
    transition:
      opacity 0.7s ease-out,
      transform 0.7s ease-out;
  }
  .about-heading {
    font-size: 4rem;
    font-family: "Germania One", system-ui;
    color: #4a90e2;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .services-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .service-animation,
  .service-animation1,
  .service-animation2,
  .service-animation3 {
    font-size: 16px;
  }
  .service-heading P {
    font-size: 1rem;
    color: white;
    font-family: Fredoka;
    line-height: 25px;
    padding: 1rem;
    font-weight: lighter;
    text-align: center;
  }

  .about-section-text,
  .service-card {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 1px;
    width: 100%;
  }
  .about-section h2,
  .service-section h2 {
    margin-top: 3rem;
    font-family: "Geist mono";
  }
  .portfolio-section-text,
  .contact-section-text {
    width: 100%;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .portfolio-item h3,
  .portfolio-item h4 {
    font-size: 1.2rem;
  }
  .portfolio-item p {
    font-size: 0.95rem;
  }
  .contact-info {
    gap: 1.5rem;
  }

  .social-links {
    justify-content: center;
  }

  #contact .row {
    flex-direction: column-reverse;
  }
  .skills-grid {
    grid-template-columns: 1fr;
  }

  .soft-skills-list {
    grid-template-columns: 1fr;
  }

  .stats-container {
    grid-template-columns: 1fr;
  }

  .skill-item {
    flex-direction: column;
    text-align: center;
  }

  .language-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .stat-item h4 {
    font-size: 2.5rem;
  }
  
  .footers p {
    font-size: 0.8rem;

    width: 100%;
    line-height: 20px;
    padding: 0.5rem;
  }

  .footer-body {
    margin-top: 2rem;
    padding: 0.5rem 0.7rem;
  }
}
