@import url('fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');
@import url('responsive.css');

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1920;
  --fluid-screen: 100vw;
  --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}


html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  width: 100%;
  padding: 0;
  font-family: "Poppins";
  ;

}

html,
body {
  overflow-x: hidden;
}

.main-body {
  display: flex;
  flex-direction: column;
}



.first-section {
  background-image: url(assets/background\ two.jpg);
  background-position: center;
  background-repeat: no-repeat;

  width: 100%;
  height: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: #0a0a0a;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

}


.navigation {
  display: flex;
  flex-direction: row;
  border-bottom: 9px solid white;
  width: 90%;
  align-items: center;
  justify-content: space-between;


}

.nav-logo img {
  width: 20%;

}

.nav-links h1 {
  font-family: "Pirata One", system-ui;
  font-weight: 800;
  font-style: normal;
  letter-spacing: clamp(5px, 0.5vw, 10px);
  font-size: clamp(2rem, 2vw + 1rem, 3rem);
  color: #a3a3a3;

}

.nav-contact {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.nav-contact a {
  text-decoration: none;
  color: #a3a3a3;
  font-weight: 700;
  font-size: 1.5rem;
}

.fa-comments {
  font-size: 1.5rem;
  color: #ffffff;
  border-radius: 100%;
  padding: 15px;
  border: 2px solid white;
}

.fist-main-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 95%;
}

.fist-main-first-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-wrap: inherit;
  gap: 2rem;
}

.fist-main-head-text-section {
  /* Changed line-height from 1px to a relative value */
  line-height: normal;
  column-gap: 2px;
  /* Made width responsive with a maximum */
  width: clamp(80%, 86%, 90%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-wrap: wrap;
}

.fist-main-head-text-section h1 {
  font-size: clamp(2.5rem, 5.8vw, 7rem);
  font-family: "Poppins";
  font-weight: 700;
  /* Changed text-align from justify to left for better readability */
  text-align: left;
  color: white;
  line-height: 90%;
  text-wrap: wrap;
  letter-spacing: 0vw;
  word-spacing: 0vw;
}

h1 button {
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-family: "Poppins";
  font-weight: 700;
  color: #000000;
}

.span-image,
h1 button {
  display: inline-block;
  /* Made width and height responsive */
  width: clamp(200px, 30vw, 400px);
  height: clamp(50px, 8vw, 100px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  border-radius: clamp(25px, 5vw, 50px);
  background-color: #deff42;
}



.one {
  background-image: url("assets/span-image-two.jpg");
}

.two1 {
  background-image: url("assets/span-image.jpg");
}




.fist-main-right-first-section a {
  background-color: transparent;
  color: white;
  padding: 10px;
  border-radius: 50px;
  border: 2px solid #000000;
  text-align: center;
}

.fa-arrow-up {
  transform: rotate(40deg);
  color: #000000;
}






.fist-main-third-section {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 110vw;
  margin-top: 7rem;
  box-sizing: border-box;
  font-family: "Bangers", system-ui;
  gap: 0;
  padding: 0;

}


.first-main-cross-one,
.first-main-cross-two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120%;
  transform: rotate(1deg);
  background-color: #c0f34d;
  color: #0a0a0a;
  margin: 0;
  padding: 5px 20px;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: clamp(2rem, 4.5vw, 6rem);
  word-spacing: 3px;
  overflow-x: hidden;
  box-sizing: border-box;
}


.first-main-cross-one {
  background-color: #c0f34d;
  font-family: "Bebas Neue", sans-serif;

}

.first-main-cross-two {
  background-color: #ffffff;
  transform: rotate(8deg);
  margin-top: -95px !important;
  z-index: 10;
}

/* Icons */
.world-icon-fa {
  font-size: clamp(2rem, 4vw, 4rem);
  color: #000000;
  margin-left: 5px;
}

.fa-star {
  font-size: 1rem;
  margin: 0 8px;

}



.second-section {
  height: auto;
  background-color: #020202;
  display: flex;
  align-items: center;

  flex-direction: column;


  /* Subtle pattern background */

  background-image: radial-gradient(rgba(92, 92, 92, 0.3) 2px, transparent 1px);
  background-size: 15px 15px;
  margin: 0;
  /* Optional: Add a very light overlay for better readability */
  position: relative;
}

.main-container {
  padding: 1rem;
  width: 70%;
  margin: 0 auto;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

/* Flex layout */
.flex-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.flex-item {
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a;
  height: 400px;
}

/* Flex item sizes */
.top-left {
  flex: 7;
  background-color: #000;
  min-width: 300px;
  border-radius: 25px;
}

.top-right {
  flex: 5;
  min-width: 300px;
  border-radius: 25px;
}

.bottom-left {
  flex: 5;
  min-width: 300px;
  border-radius: 25px;
  overflow: hidden;
}

.bottom-right {
  flex: 7;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  gap: 1rem;
  min-width: 300px;
}

.bottom-right-top,
.bottom-right-bottom {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  flex: 1;
}

.bottom-right-bottom {
  background-color: #e0ff00;
  display: flex;
  flex-direction: column;
  color: #000;
}

.arrow-container info {
  overflow: hidden;
}

.arrow-container p {
  font-size: 0.9rem;
  text-align: justify;
  color: rgb(167, 167, 167);
}

/* Content overlays */
.content-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.top-left .content-overlay {
  justify-content: flex-end;
}

.top-right .content-overlay {
  justify-content: space-between;
}

/* Image overlays */
.image-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.6;
}

.image-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.grayscale img {
  filter: grayscale(100%);
  display: block;
}

.grayscale::after {
  content: "About";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 6rem;
  font-weight: bold;
  pointer-events: none;
}

.grayscale2 img {
  filter: grayscale(100%);
  display: block;
}

.grayscale2::after {
  content: "CONNECT";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 6rem;
  font-weight: bold;
  pointer-events: none;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  max-width: 600px;
}

/* Individual social icon */
.social-icons a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1a1a1a;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  overflow: hidden;
}

/* Icon styling */
.social-icons i {
  font-size: 1.5rem;
  transition: all 0.3s ease;
  z-index: 2;
}

/* Hover effect - glow */
.social-icons a:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(224, 255, 0, 0.7);
}

/* Hover effect - icon color */
.social-icons a:hover i {
  color: #e0ff00;
}

/* Hover effect - background pulse */
.social-icons a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(224, 255, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%);
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.4s ease;
}

.social-icons a:hover::before {
  opacity: 0.3;
  transform: scale(1.5);
}

/* Individual icon colors on hover */
.social-icons a[href*="tiktok"]:hover i {
  color: #ff0050;
}

.social-icons a[href*="instagram"]:hover i {
  color: #C13584;
}

.social-icons a[href*="linkedin"]:hover i {
  color: #0077B5;
}

.social-icons a[href*="facebook"]:hover i {
  color: #1877F2;
}

.social-icons a[href*="threads"]:hover i {
  color: #000000;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-icons a[href*="whatsapp"]:hover i {
  color: #25D366;
}

.social-icons a[href*="mailto"]:hover i {
  color: #D44638;
}

.social-icons a[href*="github"]:hover i {
  color: #f5f5f5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .social-icons {
    gap: 0.75rem;
  }

  .social-icons a {
    width: 45px;
    height: 45px;
  }

  .social-icons i {
    font-size: 1.25rem;
  }
}

/* Animation for icons */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}

.social-icons a:nth-child(odd) {
  animation: float 3s ease-in-out infinite;
}

.social-icons a:nth-child(even) {
  animation: float 3s ease-in-out infinite;
  animation-delay: 1.5s;
}


/* Typography */
.headline {
  color: #e0ff00;
  font-size: clamp(2rem, 3.5vw, 4.5rem);
  font-weight: bold;
  line-height: 1.1;
}

.subtext {
  color: #e0ff00;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  max-width: 400px;
}

/* Top right section */
.second-section-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.pill-label {
  border: 1px solid #e0ff00;
  border-radius: 9999px;
  padding: 0.25rem 1rem;
}

.pill-label span {
  color: #e0ff00;
  font-size: 0.875rem;
}

.circle-accent {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e0ff00;
}

.fa-earth-asia {
  font-size: 1.5rem;
}

.second-section-sale-text {
  position: relative;
  z-index: 10;
}

.second-section-title {
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  font-weight: 700;
  color: #e0ff00;
  line-height: 1.2;
}

/* Bottom left section */
.arrow-container {
  position: absolute;
  bottom: 0rem;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.arrow-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #e0ff00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-circle svg {
  color: #000;
}

/* Bottom right section */
.design-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.design-text {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: bold;
}


.mmg-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.mmg-text {
  font-weight: bold;
}

.black-circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #000;
  margin-top: 0.5rem;
}

.template-text {
  position: absolute;
  bottom: 1rem;
  left: 1.5rem;
  font-size: 0.75rem;
  max-width: 500px;
}

.section-three {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.background-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.bg-black {
  background-color: #111;
  width: 25%;
  height: 100%;
}

.bg-yellow {
  background-color: #e0ff00;
  width: 25%;
  height: 100%;
}

.bg-light-gray {
  background-color: #d1d1d1;
  width: 25%;
  height: 100%;
}

.bg-dark-gray {
  background-color: #777;
  width: 25%;
  height: 100%;
}

.text-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

.text-block {
  width: 80%;

}

.text-line {
  display: flex;
  font-size: clamp(4vw, 8vw, 12vw);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0em;
  margin-bottom: 0.5vw;
  text-align: center;
}

.text-segment {
  width: 155%;
  overflow: visible;
  white-space: nowrap;
}

.black-bg-text {
  color: white;
}

.yellow-bg-text {
  color: black;


}

.light-gray-bg-text {
  color: black;
}

.dark-gray-bg-text {
  color: white;
  text-align: left;
}

.highlight-yellow {
  color: #e0ff00;
}

.highlight-black {
  color: black;
}




.firth-section {
  height: auto;
  background-color: #000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: center;
  width: 100%;
  overflow: hidden;
  background-image: radial-gradient(rgba(92, 92, 92, 0.3) 2px, transparent 1px);
  background-size: 15px 15px;
  margin: 0;
  /* Optional: Add a very light overlay for better readability */
  position: relative;
}

.upper-topic h1 {
  font-size: clamp(10rem, 25vw, 25rem);
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  top: 0;
  color: #626262;
}

.project-container {
  display: flex;
  width: 80%;
  margin: 0 auto;
  flex-direction: column;
  padding: 40px 0;
}

.project {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;

}

.part-one-proj {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.part-two-proj {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}

.proj-num {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 800;
  color: #797979;
  width: 40px;
}

.proj-name h1 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
}

.proj-discrip {
  text-align: right;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  color: #727272;
  width: 100%;
}

.proj-discrip p {
  margin: 0;
  width: clamp(300px, 80vw, 850px);
}

.proj-view a {
  display: inline-block;
  border: 2px solid #727272;
  padding: 20px 30px;

  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.proj-view a:hover {
  background-color: #000;
  color: #fff;
}

.more-proj-view {
  display: flex;
  right: 0;
  align-items: end;
  width: 100%;
}

.more-proj-view a {
  text-decoration: none;
  color: white;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: Oswald;
  width: 8vw;
  z-index: 10;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .project {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .part-two-proj {
    width: 100%;
    justify-content: space-between;
  }
}







.fifth-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 20px;
  background-color: #000;

}





.fifth-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background: #000000;
  padding: 10rem 0;
  align-items: center;
  background-image: radial-gradient(rgba(92, 92, 92, 0.3) 2px, transparent 1px);
  background-size: 15px 15px;
  margin: 0;
  /* Optional: Add a very light overlay for better readability */
  position: relative;

}



.chart-container {
  background: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 25px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chart-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.chart-title {
  color: #f0f0f0;
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
}

.chart-wrapper {
  position: relative;
  height: clamp(200px, 30vw, 300px);
  width: clamp(300px, 80vw, 600px);
}

.dashboard-grid {
  display: flex;
  width: 90%;
  max-width: 1400px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
}

.languages {
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 68%;
  border-radius: 12px;
  background-color: #1a1a1a;
}

.tech-logos {
  display: flex;
  flex-direction: row;
  filter: grayscale(20%) brightness(0.8);
  gap: 40px;
  margin-top: 5rem;
  width: 100%;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 2rem;
}

.tech-logos img {
  width: 70px;
  height: 70px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  filter: grayscale(30%) brightness(0.9);
  transform: translateY(0) rotate(0deg);
  animation: float 6s ease-in-out infinite;
  opacity: 0.9;
}

.tech-logos img:hover {
  filter: grayscale(0%) brightness(1.2) drop-shadow(0 0 8px rgba(79, 172, 254, 0.6));
  transform: scale(1.25) !important;
  animation-play-state: paused;
  opacity: 1;
}


.work-experience-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 0 15rem;
  background-color: #000;
  width: 100%;
  gap: 10px;
  color: #fff;
  background-image: radial-gradient(rgba(92, 92, 92, 0.3) 2px, transparent 1px);
  background-size: 15px 15px;
  margin: 0;
  /* Optional: Add a very light overlay for better readability */
  position: relative;

}

.work-experience-container {
  height: auto;
  background-color: #deff42;
  width: 80%;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;

}


.work-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 80%;

}

.two {
  background-color: #d1d1d1;
}

.work-number {
  color: #000;
  font-size: clamp(10rem, 20vw, 20rem);
  font-weight: 800;
  height: 310px;
  line-height: 1.6;
}

.work-topic {
  color: #000;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 600;
}

.work-year {
  color: #333;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  font-style: italic;
}

.work-description {
  color: #000;
  font-weight: 400;
}

.footer-section {
  background-color: #000;
  width: 95.73%;
  padding: 3rem 50px 0 50px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  background-image: radial-gradient(rgba(92, 92, 92, 0.3) 2px, transparent 1px);
  background-size: 15px 15px;
  margin: 0;
  /* Optional: Add a very light overlay for better readability */
  position: relative;
}

.footer-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-nav-button {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #fff;
  border: 1px solid #444;
  border-radius: 30px;
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.footer-nav-button span {
  margin-right: 5px;
}

.footer-arrow {
  margin-left: 5px;
}

.footer-double-arrow {
  color: #FF3E1D;
  font-weight: bold;
  font-size: 3rem;
  margin: 0 10px;
}

.footer-signup-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer-signup-left {
  width: 40%;
}

.footer-signup-right {
  width: 55%;
}

.footer-signup-title {
  font-size: 14px;
  margin-bottom: 5px;
}

.footer-signup-subtitle {
  font-size: 16px;
}

.footer-email-input-container {
  position: relative;
  margin-top: 20px;
}

.footer-email-input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #444;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  outline: none;
}

.footer-submit-arrow {
  position: absolute;
  right: 0;
  bottom: 10px;
  cursor: pointer;
}

.footer-brand-name-container {
  height: 380px;
  /* Adjust this value to control how much of the text is visible */
  overflow: hidden;
  margin-bottom: 60px;
}

.footer-brand-name {
  font-size: clamp(20rem, 46vw, 46rem);
  font-weight: bold;
  color: #e3fc00;
  text-align: center;
  line-height: 0.9;
  letter-spacing: -5px;
  font-family: "Bebas Neue", sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #333;
  padding: 15px 0;
  font-size: 12px;
  background-color: #000;
  width: 100%;
  margin: 0;
  color: #ffffff;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.footer-link .footer-arrow {
  margin-left: 5px;
}
























/* Mobile First Responsive Styles (480px and up) */

@media (max-width: 780px) {

  /* First Section */
  .first-section {
    background-image: url(assets/background\ two.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .first-section {
    height: auto;
  }



  .navigation {
    border-bottom: 6px solid white;
    width: 100%;
  }

  .nav-links h1 {
    font-size: clamp(1rem, 2vw + 1rem, 1.2rem);
  }





  .fist-main-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
  }

  .fist-main-first-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    text-wrap: inherit;
    gap: 2rem;
  }

  .fist-main-head-text-section {

    column-gap: 2px;
    width: 100%;
  }

  .fist-main-head-text-section h1 {
    font-size: clamp(2rem, 5vw, 5rem);
    text-align: center;
    line-height: 2rem;
  }

  h1 button {
    font-size: clamp(1rem, 3vw, 2rem);
    width: clamp(125px, 80vw, 100px);
    height: clamp(30px, 8vw, 50px);
    margin: 5px 0;
  }

  .span-image {
    width: 120px;
    height: 30px;
    margin: 5px 0;
  }

  .fist-main-first-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }




  .first-main-cross-one,
  .first-main-cross-two {
    transform: rotate(16deg);
    font-size: 3em;
    margin-top: -2rem;
  }

  .first-main-cross-one {
    z-index: 10;
  }

  .first-main-cross-two {
    transform: rotate(-3deg);
    margin-top: -95px !important;
  }

  .second-section {
    justify-content: center;
    gap: 20px;
  }

  .main-container {
    width: 90%;
    margin-top: 7rem;
    margin-bottom: 5rem;
  }

  .content-overlay {
    height: auto;
  }

  .content-overlay {
    flex-direction: column;
    width: 92%;
  }

  .social-icons {
    gap: 0.3rem;
    max-width: 700px;
  }

  .design-text {
    line-height: 26px;
  }

  /* Bottom right section */
  .design-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .design-text {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: bold;
    width: 100%;
  }

  .grayscale2::after {
    font-size: 4.7rem;
  }

  .text-block {
    width: 100%;
  }

  .upper-topic h1 {
    font-size: 10rem;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 8rem;
  }

  .project-container {
    display: flex;
    width: 90%;
    align-items: center;
  }

  .project {
    width: 100%;
    margin-top: -55px;
    padding: 60px 0;
  }

  .part-two-proj {
    flex-direction: column;
    align-items: end;
  }

  .proj-num {
    width: 40px;
  }

  .more-proj-view a {
    width: 100vw;
  }

  .proj-name h1 {
    font-size: 1.8rem;
  }

  .proj-discrip {
    text-align: justify;
    font-size: 1rem;
  }

  .proj-discrip p {
    text-align: justify;
    width: 380px;
  }

  .fifth-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
  }

  .chart-wrapper {
    position: relative;
    height: 350px;
    width: 350px;
  }

  .dashboard-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .languages {
    width: 86%;
  }

  .tech-logos img {
    width: 60px;
    height: 60px;
    filter: grayscale(0%) brightness(1);
    opacity: 1;
  }

  .upper-topic h1 {
    font-size: 7rem;
    padding-top: 40px;
    line-height: 5.5rem;
  }

  .work-experience-section {
    padding: 0 0 4rem;
  }

  .work-experience-container {
    height: 500px;
    width: 90%;
    display: flex;
  }

  .two {
    background-color: #d1d1d1;
  }

  .work-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 80%;

  }


  .work-number {
    color: #000;
    font-size: clamp(10rem, 20vw, 15rem);
    font-weight: 800;
    height: 170px;
    line-height: 1.2;
  }

  .work-topic {
    font-size: clamp(1.7rem, 4vw, 3rem);
  }

  .work-year {
    color: #333;
    font-weight: 700;
    font-size: clamp(1rem, 1.8vw, 1.8rem);
    font-style: italic;
  }

  .work-description {
    color: #000;
    font-weight: 400;
    font-size: clamp(1rem, 1.8vw, 1.8rem);
    text-align: justify;
  }

  .footer-section {
    width: 100%;
    justify-content: center;
    padding: 10px 0px;
  }

  .footer-nav-container {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 0px;
  }




  .footer-brand-name-container {
    height: 100px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }

  .footer-brand-name {
    font-size: 13rem;
    font-weight: bold;
    color: #e3fc00;
    text-align: center;
    line-height: 0.9;
    letter-spacing: -5px;
    font-family: "Bebas Neue", sans-serif;
  }

  .footer-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    gap: 2px;
    padding: 0 20px;
  }

  .footer-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .footer-link .footer-arrow {
    margin-left: 5px;
  }

}



/* Tablet Responsive Styles (781px to 1024px) */
@media (min-width: 781px) and (max-width: 1024px) {

  .first-section {
    height: auto;
  }

  .first-main-first-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }

  .first-main-head-text-section span {
    font-size: 10rem;
    padding-top: 20px;
  }

  .first-main-right-element-section {
    align-items: center;
    justify-content: center;
  }

  .lastname-container {
    flex-direction: row;
  }

  .first-main-right-second-section {
    flex-direction: row;
    margin-bottom: 2rem;
  }

  .first-main-right-second-para p {
    font-size: 1rem;
    text-align: right;
  }

  .icon {
    margin-left: -90px;
  }

  .first-main-third-section {
    width: 120vw;
  }

  .first-main-cross-one,
  .first-main-cross-two {
    transform: rotate(1deg);
    font-size: 3em;
  }

  .first-main-cross-two {
    transform: rotate(-3deg);
    margin-top: -95px !important;
  }

  .second-section {
    justify-content: center;
    gap: 20px;
  }

  .main-container {
    width: 90%;
    margin-top: 10rem;
    margin-bottom: 5rem;
  }

  .content-overlay {
    height: auto;
    flex-direction: column;
    width: 92%;
  }

  .design-text {
    line-height: 36px;
  }

  .grayscale2::after {
    font-size: 4.7rem;
  }

  .text-block {
    width: 90%;
  }

  .upper-topic h1 {
    font-size: 10rem;
    padding-top: 80px;
    padding-bottom: 10px;
    line-height: 11rem;
    text-align: center;
  }

  .project-container {
    display: flex;
    width: 90%;
    align-items: center;
  }

  .project {
    width: 100%;
    margin-top: -55px;
    padding: 60px 0;
  }

  .part-two-proj {
    flex-direction: column;
    align-items: flex-end;
  }

  .proj-num {
    width: 40px;
  }

  .proj-name h1 {
    font-size: 1.8rem;
  }

  .proj-discrip {
    text-align: justify;
    font-size: 1rem;
  }

  .proj-discrip p {
    text-align: justify;
    width: 380px;
  }

  .fifth-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background: #000000;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
  }

  .chart-wrapper {
    position: relative;
    height: 450px;
    width: 750px;
  }

  .dashboard-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .languages {
    width: 86%;
  }

  .tech-logos img {
    width: 60px;
    height: 60px;
    filter: grayscale(0%) brightness(1);
    opacity: 1;
  }

  .footer-section {
    width: 100%;
    padding: 0 10px;
  }

  .footer-nav-container {
    width: 95%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
  }

  .footer-nav-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border: 1px solid #444;
    border-radius: 30px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
  }

  .footer-nav-button span {
    margin-right: 1px;
  }

  .footer-signup-left {
    width: 60%;
  }

  .footer-signup-right {
    width: 100%;
  }

  .footer-email-input-container {
    position: relative;
    margin-top: 20px;
    width: 88%;
  }

  .footer-submit-arrow {
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
  }

  .footer-brand-name-container {
    height: 160px;
    overflow: hidden;
    width: 90%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }

  .footer-brand-name {
    font-size: 10rem;
    font-weight: bold;
    color: #e3fc00;
    text-align: center;
    line-height: 0.9;
    letter-spacing: -5px;
    font-family: "Bebas Neue", sans-serif;
  }

  .footer-container {
    width: 90%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .footer-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .footer-link .footer-arrow {
    margin-left: 5px;
  }
}









/* Standard Desktop (1025px to 1440px) */
@media (min-width: 1405px) and (max-width: 160px) {
  .fist-main-section {
    width: 100%;
  }

  .fist-main-head-text-section h1 {
    font-size: clamp(2.5rem, 5.8vw, 6rem);
  }

  .grayscale2::after {
    font-size: 5rem;
  }

  .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
    max-width: 900px;
  }

  .social-icons a {

    width: 2.9rem;
    height: 2.9rem;

  }

  .design-text {
    line-height: 2.5rem;
  }



  .project-container {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
  }

  .project {
    width: 100%;
    padding: 10px 0;
  }

  .part-two-proj {
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  .proj-name h1 {
    font-size: 1.8rem;
    width: 100%;
  }

  .proj-discrip p {
    text-align: justify;
  }
}




/* Landscape Orientation for Tablets and Mobile */
@media (max-height: 768px) and (orientation: landscape) {
  .navigation {
    width: 90%;
  }

  .nav-logo img {
    width: 20%;
  }

  .nav-links h1 {
    font-size: clamp(2rem, 2vw + 1rem, 3rem);
  }

  .first-section {
    height: auto;
    width: 100%;
  }

  .fist-main-right-element-section {
    align-items: center;
    justify-content: center;
  }

  .fist-main-head-text-section h1 {
    font-size: clamp(2.5rem, 5.8vw, 7rem);
    text-align: left;
    width: 100%;
  }

  .span-image,
  h1 button {
    margin: 5px 0;
  }

  .arrow-container p {
    font-size: 0.8rem;
  }

  .second-section {
    justify-content: center;
    gap: 20px;
  }

  .main-container {
    width: 90%;
    margin-top: 10rem;
    margin-bottom: 5rem;
  }

  .social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    max-width: 600px;
  }

  .content-overlay {
    height: auto;
  }

  .content-overlay {
    flex-direction: column;
    width: 92%;
  }

  .design-text {
    line-height: 36px;
  }

  .grayscale2::after {
    font-size: 4.7rem;
  }

  .text-block {
    width: 90%;
  }

  .upper-topic h1 {
    font-size: clamp(5rem, 8vw, 8rem);
    padding-top: 100px;
    line-height: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .project-container {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
  }

  .project {
    width: 100%;
    margin-top: -55px;
    padding: 60px 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }

  .part-two-proj {
    flex-direction: column;
    align-items: end;
    margin-bottom: 3rem;
  }

  .proj-num {
    width: 40px;
  }

  .proj-name h1 {
    font-size: 1.8rem;
    width: 100%;
  }

  .proj-discrip {
    text-align: justify;
    font-size: 1.2rem;
    width: 80%;
  }

  .proj-discrip p {
    text-align: justify;
  }

  .fifth-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    align-items: center;
    justify-content: center;
  }

  .chart-wrapper {
    position: relative;
    text-wrap: unset;
    height: 450px;
    width: 1050px;
  }

  .dashboard-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .languages {
    width: 82%;
  }

  .tech-logos img {
    width: 60px;
    height: 60px;
    filter: grayscale(0%) brightness(1);
    opacity: 1;
  }

  .upper-topic h1 {
    font-size: 18rem;
    padding-top: 80px;
    padding-bottom: 10px;
    line-height: 11rem;
    text-align: center;
    margin-bottom: 5rem;
  }

  .work-container {
    width: 90%;
  }

  .work-number {
    font-size: clamp(10rem, 20vw, 14rem);
    height: 200px;
    line-height: 1.5;
  }

  .work-topic {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .work-year {
    font-size: clamp(1.2rem, 1.8vw, 1.2rem);
  }

  .work-description {
    font-size: clamp(0.2rem, 1.8vw, 0.9rem);
    ;
  }

  .footer-section {
    width: 100%;
    padding: 20px 10px 0 10px;
  }

  .footer-nav-container {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
  }

  .footer-nav-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
    border: 1px solid #444;
    border-radius: 30px;
    padding: 8px 15px;
    cursor: pointer;
    text-decoration: none;
  }

  .footer-nav-button span {
    margin-right: 1px;
  }

  .footer-signup-left {
    width: 60%;
  }

  .footer-signup-right {
    width: 100%;
  }

  .footer-email-input-container {
    position: relative;
    margin-top: 20px;
    width: 90%;
  }

  .footer-submit-arrow {
    position: absolute;
    right: 0;
    bottom: 10px;
    cursor: pointer;
  }

  .footer-brand-name-container {
    height: 300px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }

  .footer-brand-name {
    font-size: 32rem;
    font-weight: bold;
    color: #e3fc00;
    text-align: center;
    line-height: 0.9;
    letter-spacing: -5px;
    font-family: "Bebas Neue", sans-serif;
  }

  .footer-container {
    width: 97%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .footer-link {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .footer-link .footer-arrow {
    margin-left: 5px;
  }
}

/* Print Styles */
@media print {
  body {
    background: white;
    color: black;
    font-size: 12pt;
  }

  .first-section,
  .second-section,
  .fifth-section,
  .footer-section {
    page-break-inside: avoid;
  }

  .fist-main-head-text-section h1,
  .fist-main-head-text-section span,
  .upper-topic h1,
  .footer-brand-name {
    color: black !important;
  }

  .tech-logos img {
    filter: grayscale(100%) !important;
  }

  .footer-nav-container,
  .footer-email-input-container,
  .footer-submit-arrow {
    display: none;
  }

  a::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
  }
}