  /* Google fonts */

@import url('https://fonts.googleapis.com/css2?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');





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

body {
  font-family: 'Roboto', sans-serif;
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 60px;
  background: rgb(22, 22, 22);

}

body::-webkit-scrollbar {
  display: none;
}



section {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

h1 {
  font-family: 'Orbitron', sans-serif;
  color: #00ff00;
}

p {
  font-family: 'Roboto', sans-serif;
  color: #00ff00;
}
  /* slant line divider */
.slant-line {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  background-color: #06d5fa;
  box-shadow: 2px 2px 10px #06d5faf6;
  transform: rotate(10deg);
  transform-origin: top;
  margin: 50px;
}

/* home section */

.home {
  background: rgb(22, 22, 22);
}


/* navigation links */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgb(22, 22, 22);
  border-radius: 0 0 10px 10px;
  box-shadow: 2px 2px 10px #06d5fa, -2px -2px 10px #06d5fa;
  padding: 5px 20px;
  z-index: 999;
  
}

ul {
  display: flex;
  height: 100%;
  right: 20px;
  float: right;
  right: 30px;
  margin-right: 30px;
  list-style-type: none;
  align-items: center;
  justify-content: space-around;
}

ul li {
  cursor: pointer;
  padding: 0 0 0 10px;
}

a {
  text-decoration: none;
  color: #bbb6b6;
  font-family: 'Roboto', sans-serif;

  width: 30px;
  height: 44px;
}

a:hover {
  color: #fff;
  transition: 0.3s;
}

.logo {
  height: 70px;
  width: 70px;
}

.image-box {
  height: 400px;
  width: 350px;
  background-image: url(Mr.H4CK3R.png);
  background-size: cover;
  left: 100px;
  position: absolute;
  transform-style: preserve-3d;

  transform: rotateZ(-15deg) rotateX(-10deg);
  box-shadow: 2px 2px 10px #06d5fa,
    -2px -2px 10px #06d5fa;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
}

.image-box:hover {
  transform: rotateZ(0deg) rotateX(0deg);
}



.content-section {
  height: 300px;
  width: 500px;
  position: absolute;
  font-family: 'orbitron', sans-serif;
  right: 70px;
  color: #fff;
  background: #202020;
  transform: rotateZ(5deg) rotateX(-10deg);
  transform-style: preserve-3d;
}

.tagline {
  position: absolute;
  top: 20px;
  right: 30px;
}

#intro {
  color: #fff;
  padding: 10px;
}

.cta-buttons {
  width: 80%;
  height: 100px;

  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.cta-buttons a {
  display: inline-block;
  margin: 10px 10px 0 0;
  padding: 10px 20px;
  width: 150px;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  border: 2px solid #06d5fa;
  color: #06d5fa;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  font-size: 13px;
  border-radius: 5px;
  font-family: 'orbitron', sans-serif;
}

.cta-buttons a:hover {
  background: #06d5fa;
  color: #000;
}

/* about section */
.about {
  position: relative;
  background: #111;
  color: #00ff00;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-container {
  display: flex;

  max-width: 1000px;
  width: 40%;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.avatar-box {
  width: 350px;
  height: 350px;
  background-image: url(pngegg.png);
  background-position: center;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 20px #06d5fa;
  background-size: cover;
  transition: .5s ease-in-out;
}

.avatar-box:hover {
  transform: rotateX(-20deg) rotateY(-20deg);
  box-shadow: 0 0 20px #1afa06;
}

#line {
  position: absolute;
  width: 3px;
  height: 100vh;
  background: #06d5faf6;
  transform: rotate(-11deg);
  top: 0;
  left: 50%;
  box-shadow: 2px 2px 10px #06d5faf6;
}

.about-text {
  flex: 1;
  width: 700px;
  font-family: 'Orbitron', sans-serif;
  font-size: 1rem;
  padding: 10px;
}

.about-text h2 {
  margin-bottom: 15px;
  font-size: 2rem;
  color: #06d5fa;


}

.about-text p {
  margin-top: 10px;

  line-height: 1.6;
  font-family: 'Poppins', sans-serif;
  color: #fff;

}

/* projects section */
.projects {
  background-color: rgb(20, 20, 20);
}

.more {
  background-color: #0c0c0c;
}

hr {
  position: absolute;
  top: 70px;
  width: 80%;
  color: rgb(0, 204, 255);
}

h4 {
  position: absolute;
  top: 40px;
  left: 150px;
  font-size: 20px;
  font-family: 'Orbitron', sans-serif;
  color: #fff;
   color: #00ff99;
}

.lang {
  height: 70%;
  width: 80%;
  display: flex;
  gap: 10px;
}

.lang-img {
  width: 250px;
  height: 100%;
  transition: .5s ease-in-out;
  padding: 10px;

}

.lang-img:hover {
  scale: 1.07;
  cursor: pointer;
}

.img-box {
  width: 100%;
  height: 60%;
  background-color: #e5e911;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(javascript.svg);
  background-size: cover;
  align-content: center;
  background-position: center;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #02b4cc,
    -2px -2px 4px #2b4cc2;
  border: 1px solid #000;
}

.python-img {
  background-image: url(python.svg);
  background-color: #006eff;
}

.java-img {
  background-image: url(java.png);
  background-color: #050404;
}

.php-img {
  background-image: url(php.svg);
  background-color: #2385e0;
}

.cpp-img {
  background-image: url(python.svg);
  background-color: #176ee0;
}

.use-case {
  color: #fff;
  padding: 10px 0 0 0;
  font-family: 'Poppins', sans-serif;
}

.more-icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  bottom: 50px;
  box-shadow: 2px 2px 10px #06d5fa,
    -2px -2px 10px #06d5fa;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

}

.more-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: .5s ease-in-out;
}

i {
  font-size: 20px;
  color: #fff;
  font-weight: 800;

}

/* projects section */
projects {

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;

}

#projects h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  text-align: center;
  color: #00ff99;
  position: absolute;
   font-family: 'Orbitron', sans-serif;
  top: 20px;
}


#projects .project {
  background-color: #2a2a2a;
  border: 1px solid #2a2a2a;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  align-content: center;
  padding: 20px;
   margin-left: 20px;
   height: 300px;
  margin-bottom: 25px;
  border-radius: 12px;
  padding: 0 50px 0 0;
  font-family: 'Poppins',sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#projects .project:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 255, 153, 0.15);
}


#projects .project h3 {
  font-size: 1.5rem;
  color: #00ffcc;
  margin-bottom: 15px;
   font-family: 'Orbitron', sans-serif;
}


#projects .project p {
  font-size: 1rem;
  color: #dcdcdc;
  margin-bottom: 15px;
   font-family: 'Poppins', sans-serif;
}


#projects .project a {
  display: inline-block;
  text-decoration: none;
  color: #0ff;
  background: transparent;
  border: 1px solid #0ff;
  padding: 8px 16px;
  border-radius: 8px;
  transition: 0.3s ease;
  width: 200px;
}

#projects .project a:hover {
  background: #0ff;
  color: #000;
}


/* contact section */
#contact {
  padding: 60px 20px;
  background-color: #121212;
  color: #e0e0e0;
  max-width: 1200px;
  margin: auto;
  font-family: 'Poppins',sans-serif;
}

#contact h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #00ffcc;
  margin-bottom: 40px;
   font-family: 'Orbitron', sans-serif;
}

.contact-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.cv-section,
.contact-details {
  flex: 1 1 300px;
  background-color: #1a1a1a;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #2a2a2a;
  transition: box-shadow 0.3s ease;
}

.cv-section:hover,
.contact-details:hover {
  box-shadow: 0 10px 20px rgba(0, 255, 153, 0.1);
}

.cv-section h3,
.contact-details h3 {
  color: #00ff99;
  margin-bottom: 20px;
}

.btn-download {
  display: inline-block;
  background-color: #00ff99;
  color: #000;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-download:hover {
  background-color: #00cc88;
}

.contact-details p {
  margin: 10px 0;
  font-size: 1rem;
   font-family: 'Poppins', sans-serif;
}

.contact-details a {
  color: #00ffcc;
  text-decoration: none;
   font-family: 'Poppins', sans-serif;
}

.contact-details a:hover {
  text-decoration: underline;
}



/* The foooter */
.hacker-footer {
  background-color: #000;
  color: #00ff00;
  font-family: 'Orbitron', sans-serif;
  padding: 20px;
  text-align: center;
  border-top: 2px solid #0f0;
   font-family: 'Orbitron', sans-serif;
}

.hacker-footer .prompt {
  color: #0f0;
  font-weight: bold;
   font-family: 'Orbitron', sans-serif;
}

.hacker-footer .command {
  color: #39ff14;
}

.hacker-footer .output {
  color: #00ffcc;
}

.footer-text {
  margin-top: 10px;
  color: #0f0;
  font-size: 0.9em;
  opacity: 0.8;
   font-family: 'Orbitron', sans-serif;
}

/* have a nice day */