/* General body styling */

@font-face {
  font-family: 'VALORANT';
  src: url('../font/VALORANT.ttf') format('truetype');
}

@font-face {
  font-family: 'Aldrich';
  src: url('../font/Aldrich.ttf') format('truetype');
}


body {
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
  color: #fff;
  font-family: 'Aldrich', sans-serif;
  overflow-x: hidden; /* Hide horizontal scroll if any */
  overflow-y: auto;   /* Allow vertical scroll */
}

/* Container styles */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  position: relative;
}

/* Header styling */
.header {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: 'VALORANT', sans-serif;
}

.header img {
  width: 50px;
}

.nav {
  display: flex;
  gap: 20px;
}

.nav a {
  color: #F02626;
  text-decoration: none;
  font-size: 18px;
}

/* Main content styles */
.main-content {
  padding-top: 107px;
  padding-bottom: 107px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; /* Adjusted width to 100% to avoid overflow */
  max-width: 1200px;
}

.text-content {
  text-align: left;
}

.text-content h1 {
  font-size: 64px;
  margin: 0;
  font-family: 'VALORANT', sans-serif;
}

.text-content .subtitle {
  font-size: 18px;
  margin: 10px 0;
}

.text-content .red-line {
  width: 490px;
  height: 5px;
  background-color: #F02626;
  margin: 20px 0;
}

.contact-info {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.contact-info a:hover {
  background-color: #333;
}

/* Profile picture styles */
.profile-pic {
  position: relative;
  top: auto;
  right: auto;
  border-radius: 10px;
  box-shadow: -10px 10px 0 #800020;
  margin-top: 20px;
}

.profile-pic img {
  width: 430px;
  height: 570px;
}

.text-content .red-line{
  width: 55%;
}
/* New lines and About Me section */
.line-top-right {
  width: 150px;
  height: 5px;
  background-color: #F02626;
  margin: 50px 0;
  align-self: flex-end;
}

.line-bottom-left {
  width: 150px;
  height: 5px;
  background-color: #F02626;
  margin: 50px 0;
  align-self: flex-start;
}

.about-section {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  text-align: left;
}

.about-section h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.about-section p {
  font-size: 18px;
  line-height: 1.6;
}

/* Media query for large screens (max-width: 1925px) */
@media (max-width: 1925px) {
  .header {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .nav {
    gap: 15px;
    margin-top: 20px;
  }

  .main-content {
    top: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1750px;
    margin-bottom: 100px;
  }

  .text-content h1 {
    font-size: 40px;
  }

  .text-content .subtitle {
    font-size: 16px;
  }

  .contact-info {
    gap: 15px;
  }

  .profile-pic {
    margin-top: 20px;
    right: 0px;
    top: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -10px 10px 0 #800020;
  }

  .profile-pic img {
    width: 200px;
    height: 270px;
  }

  .triangle-top-left {
    top: 1341px !important;
    left: -59px;
  }

  .about-section {
    width: 100%;
    max-width: 1200px;
    padding: 40px;
    text-align: left;
  }
}

/* Media query for medium screens (max-width: 1400px) */
@media (max-width: 1400px) {
  .header {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .nav {
    gap: 15px;
    margin-top: 20px;
  }

  .main-content {
    left: 93px;
    top: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
  }

  .text-content h1 {
    font-size: 40px;
  }

  .text-content .subtitle {
    font-size: 16px;
  }

  .contact-info {
    gap: 15px;
  }

  .profile-pic {
    margin-top: 20px;
    right: 0px;
    top: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -10px 10px 0 #800020;
  }

  .profile-pic img {
    width: 200px;
    height: 270px;
  }
}

/* Media query for smaller screens (max-width: 1280px) */
@media (max-width: 1280px) {
  .header {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .nav {
    gap: 15px;
    margin-top: 20px;
  }

  .main-content {
    left: 93px;
    top: 320px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
  }

  .text-content h1 {
    font-size: 40px;
  }

  .text-content .subtitle {
    font-size: 16px;
  }

  .contact-info {
    gap: 15px;
  }

  .profile-pic {
    margin-top: 20px;
    right: 65px;
    top: auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -10px 10px 0 #800020;
  }

  .profile-pic img {
    width: 200px;
    height: 270px;
  }
}

/* About section styling */
.about-section {
  padding: 80px;
}

.about-section h1 {
  color: #F02626; /* Set the red color */
  font-family: 'VALORANT', sans-serif; /* Use VALORANT font */
  font-size: 45px; /* Adjust font size */
  margin-bottom: 10px;
  text-align: center;
}

.about-section p {
  font-family: 'Aldrich', sans-serif; /* Use Aldrich font */
  font-size: 18px; /* Adjust font size */
  line-height: 1.6; /* Adjust line spacing */
  color: #fff; /* Make sure text is white */
}

/* Vision and approach section */
.visionaproach {
  background-color: #d3d3d3;
  padding: 50px;
  text-align: center;
  position: relative;
  margin: 50px auto;
  width: 100%; /* Make width match container */
  max-width: 1678px;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}

/* Button styles */
.button {
  background-color: #F02626;
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}

.button:hover {
  background-color: #F02626;
}

/* Content section styling */
.content {
  margin: 20px auto;
  font-size: 18px;
  color: #1a1a1a;
  font-family: 'Aldrich', sans-serif;
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

/* List styling */
.list {
  text-align: left;
  margin: 20px auto;
  max-width: 1030px;
  font-size: 16px;
  font-family: 'Aldrich', sans-serif; 
  color: black;
}

/* Skills section styling */
.skill {
  text-align: center;
  width: 100%;
  padding: 20px;
  align-items: center;
}


.skills-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.skills-box {
  padding: 63px;
  border-radius: 10px;
  width: 40%;
  margin: 10px 0;
  position: relative;
}

.skills-box h2 {
  background-color: #F02626;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.skills-box ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.skills-box ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

/* Icons inside skills box */
.icons {
  position: relative;
  bottom: -20px;
  display: flex;
}

/* Global styles */
body, html {
    margin: 0;
    padding: 0;
    height: 100%; /* Ensure full height to allow scrolling */
    background-color: #1a1a1a;
    color: #fff;
    font-family: 'Aldrich', sans-serif;
    overflow-x: hidden; /* Hide horizontal scroll */
    overflow-y: auto;   /* Enable vertical scroll */
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    position: relative;
}

.header {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.header img {
    width: 50px;
}

.nav {
    display: flex;
    gap: 20px;
}

.nav a {
    color: #F02626;
    text-decoration: none;
    font-size: 18px;
}

/* Main content styles */
.main-content {
    padding-top: 107px;
    padding-bottom: 107px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.text-content {
    text-align: left;
}

.text-content h1 {
    font-size: 64px;
    margin: 0;
    font-family: 'VALORANT', sans-serif;
}

.text-content .subtitle {
    font-size: 18px;
    margin: 10px 0;
}

/* Profile pic */
.profile-pic {
    position: relative;
    top: auto;
    right: auto;
    border-radius: 10px;
    box-shadow: -10px 10px 0 #800020;
    margin-top: 20px;
}

.profile-pic img {
    width: 430px;
    height: 570px;
}

/* About section */
.about-section {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    text-align: left;
}

.about-section h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.about-section p {
    font-size: 18px;
    line-height: 1.6;
}

/* Media queries for responsiveness */
@media (max-width: 1925px) {
    .main-content {
        top: 320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1750px;
        margin-bottom: 100px;
    }
    .text-content h1 {
        font-size: 40px;
    }
    .text-content .subtitle {
        font-size: 16px;
    }
    .profile-pic img {
        width: 200px;
        height: 270px;
    }
}

@media (max-width: 1400px) {
    .main-content {
        left: 93px;
        top: 320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1200px;
    }
    .text-content h1 {
        font-size: 40px;
    }
    .text-content .subtitle {
        font-size: 16px;
    }
    .profile-pic img {
        width: 200px;
        height: 270px;
    }
}

@media (max-width: 1280px) {
    .main-content {
        left: 93px;
        top: 320px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1200px;
    }
    .text-content h1 {
        font-size: 40px;
    }
    .text-content .subtitle {
        font-size: 16px;
    }
    .profile-pic img {
        width: 200px;
        height: 270px;
    }
}

/* Additional styles */
.line-top-right,
.line-bottom-left {
    border: 1px solid #F02626;
    margin: 20px 0;
}

.visionaproach {
    background-color: #d3d3d3;
    padding: 50px;
    text-align: center;
    position: relative;
    margin: 50px auto;
    width: 100%;
    max-width: 1678px;
    clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}
.button {
    background-color: #F02626;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.button:hover {
    background-color: #F02626;
}

.content {
    margin: 20px auto;
    font-size: 18px;
    color: #1a1a1a;
    font-family: 'Aldrich', sans-serif;
    max-width: 900px;
    text-align: center;
    padding: 0 20px;
}

.list {
    text-align: left;
    margin: 20px auto;
    max-width: 1030px;
    font-size: 16px;
    font-family: 'Aldrich', sans-serif;
    color: black;
}

.skill {
    text-align: center;
    width: 100%;
    padding: 20px;
    align-items: center;
}

.skills-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.skills-box {
    padding: 63px;
    border-radius: 10px;
    width: 40%;
    margin: 10px 0;
    position: relative;
}

.skills-box h2 {
    background-color: #F02626;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.skills-box ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.skills-box ul li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.icons {
    position: relative;
    bottom: -20;
    display: flex;
}


/* Global styles */
body, html {
  margin: 0;
  padding: 0;
  height: 100%; /* Ensure full height to allow scrolling */
  background-color: #1a1a1a;
  color: #fff;
  font-family: 'Aldrich', sans-serif;
  overflow-x: hidden; /* Hide horizontal scroll */
  overflow-y: auto;   /* Enable vertical scroll */
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  position: relative;
}

.header {
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.header img {
  width: 50px;
}

.nav {
  display: flex;
  gap: 20px;
}

.nav a {
  color: #F02626;
  text-decoration: none;
  font-size: 18px;
}

/* Main content styles */
.main-content {
  padding-top: 107px;
  padding-bottom: 107px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.text-content {
  text-align: left;
}

.text-content h1 {
  font-size: 64px;
  margin: 0;
  font-family: 'VALORANT', sans-serif;
}

.text-content .subtitle {
  font-size: 18px;
  margin: 10px 0;
}


/* Profile pic */
.profile-pic {
  position: relative;
  top: auto;
  right: auto;
  border-radius: 10px;
  box-shadow: -10px 10px 0 #800020;
  margin-top: 20px;
}

.profile-pic img {
  width: 430px;
  height: 570px;
}

/* About section */
.about-section {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  text-align: left;
}

.about-section h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.about-section p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

/* Media queries for responsiveness */
@media (max-width: 1925px) {
  .main-content {
      top: 320px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1750px;
      margin-bottom: 100px;
  }
  .text-content h1 {
      font-size: 40px;
  }
  .text-content .subtitle {
      font-size: 16px;
  }
  .profile-pic img {
      width: 200px;
      height: 270px;
  }
}

@media (max-width: 1400px) {
  .main-content {
      left: 93px;
      top: 320px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1200px;
  }
  .text-content h1 {
      font-size: 40px;
  }
  .text-content .subtitle {
      font-size: 16px;
  }
  .profile-pic img {
      width: 200px;
      height: 270px;
  }
}

@media (max-width: 1280px) {
  .main-content {
      left: 93px;
      top: 320px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      max-width: 1200px;
  }
  .text-content h1 {
      font-size: 40px;
  }
  .text-content .subtitle {
      font-size: 16px;
  }
  .profile-pic img {
      width: 200px;
      height: 270px;
  }
}

/* Additional styles */
.line-top-right,
.line-bottom-left {
  border: 1px solid #F02626;
  margin: 20px 0;
}

.visionaproach {
  background-color: #d3d3d3;
  padding: 50px;
  text-align: center;
  position: relative;
  margin: 50px auto;
  width: 100%;
  max-width: 1678px;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}

.visionaproach h1 {
  font-family: 'VALORANT', sans-serif;
  color: black;
  font-size: 36px;
}
.button-container {
  border: 2px solid #ff4d4d;
  padding: 3px;
  display: inline-block;
}
.button {
  background-color: #F02626;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 20px;
  padding: 13px 120px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  
}

.button:hover {
  background-color: #d60101;
}

.content {
  margin: 20px auto;
  font-size: 18px;
  color: #1a1a1a;
  font-family: 'Aldrich', sans-serif;
  max-width: 900px;
  text-align: center;
  padding: 0 20px;
}

.list {
  text-align: left;
  margin: 20px auto;
  max-width: 1030px;
  font-size: 16px;
  font-family: 'Aldrich', sans-serif;
  color: black;
}

.skill {
  text-align: center;
  width: 100%;
  padding: 20px;
  align-items: center;
}
.skill h1 {
  font-family: 'VALORANT', sans-serif;
  font-size: 36px;
  color: #f02626;
}

.skills-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.skills-box {
  padding: 63px;
  border-radius: 10px;
  width: 40%;
  margin: 10px 0;
  position: relative;
}

.skills-box h2 {
  background-color: #FE0940;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.skills-box ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.skills-box ul li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.icons {
  position: relative;
  bottom: -20;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.icons img {
  margin: 5px;
  max-width: 40px;
  height: auto;
}


.workexperience {
  background-color: #d3d3d3;
  padding: 50px;
  position: relative;
  margin: 50px auto;
  width: 100%;
  max-width: 1678px;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
  color: #1a1a1a;
}

.work-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  font-family: 'Aldrich', sans-serif;
  border-radius: 10px;
}
.work-column {
  width: 45%;
}
.workexperience h1 {
  font-family: 'VALORANT', sans-serif;
  font-size: 36px;
}
.work-column h3 {
  background-color: #FE0940;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.job img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
.experience-image {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.work-column ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.work-column ul li {
  margin-bottom: 10px;
}
.work-column ul li a {
  color: FF4242;
  text-decoration: none;
}
.work-column ul li a:hover {
  text-decoration: underline;
}
.work-divider {
  width: 2px;
  background-color: #F02626;
  margin: 0 20px;
}


.title {
  font-size: 50px;
  font-weight: bold;
  color: #F02626;
  text-transform: uppercase;
}

.subtitle {
  margin: 10px auto;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  background-color: #F02626;
  border: 2px solid #F02626;
  font-size: 18px;
  text-transform: uppercase;
}

.projects {
  display: flex;
  flex-wrap: nowrap !important;
  gap: 20px;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 20px 20px 20px 20px;
  scrollbar-width: thin;
  scrollbar-color: #F02626 #1a1a1a;
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box;
}

.projects::-webkit-scrollbar {
  height: 8px;
}

.projects::-webkit-scrollbar-track {
  background: #1a1a1a;
  border-radius: 4px;
}

.projects::-webkit-scrollbar-thumb {
  background: #F02626;
  border-radius: 4px;
}

.projects::-webkit-scrollbar-thumb:hover {
  background: #d60101;
}

.project-card {
  background-color: #d3d3d3;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-width: 350px !important;
  max-width: 350px !important;
  width: 350px !important;
  display: flex;
  flex-direction: column;
  /* height: 683px !important; */
  /* min-height: 683px !important; */
  /* max-height: 683px !important; */
  flex: 0 0 350px !important;
  flex-shrink: 0 !important;
}

.project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.project-card p {
  color: rgb(56, 56, 56);
  margin-top: -10px;
}
.project-description {
  text-align: justify;
  padding-left: 20px;
  padding-right: 15px ;
}
.project-card h3 {
  color: black;
}
.project-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.project-content h3 {
  margin: 0;
  font-size: 1.2em;
  color: #000000;
  padding-top: 15px;
}
.project-content p {
  margin: 10px 0;
  color: #1f1e1e;
  font-size: 1.0em;
  text-align: left;
}
.project-content .project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 10px 0;
  padding-left: 20px;
  padding-right: 15px;
}
.project-content .project-company{
  padding-left: 20px;
  padding-right: 15px;
  text-align: center;
}
.project-content .project-tags span {
  background-color: #f0eeee;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9em;
}
.project-content .project-links {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 10px;
}
.project-content .project-links a {
  text-decoration: none;
  color: #fff;
  background-color: #f02626;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 0.9em;
}
/* Ensure horizontal scrolling for all devices above 775px */
@media (min-width: 776px) {
  .projects {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 20px;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 20px 20px 20px 20px !important;
    width: 100% !important;
    max-width: 100vw !important;
    min-height: 616px !important;
    height: auto !important;
    scrollbar-width: thin !important;
    scrollbar-color: #F02626 #1a1a1a !important;
    box-sizing: border-box !important;
  }
  
  .projects::-webkit-scrollbar {
    height: 8px !important;
  }

  .projects::-webkit-scrollbar-track {
    background: #1a1a1a !important;
    border-radius: 4px !important;
  }

  .projects::-webkit-scrollbar-thumb {
    background: #F02626 !important;
    border-radius: 4px !important;
  }

  .projects::-webkit-scrollbar-thumb:hover {
    background: #d60101 !important;
  }
  
  .project-card {
    min-width: 350px !important;
    width: 350px !important;
    max-width: 350px !important;
    height: 566px !important;
    min-height: 566px !important;
    max-height: 566px !important;
    flex: 0 0 350px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
}

/* Small screen layout for 740px and below */
@media (max-width: 740px) {
  .projects {
      display: flex !important;
      flex-direction: column !important;
      align-items: center;
      overflow-x: visible;
      overflow-y: visible;
      flex-wrap: wrap;
  }
  
  .project-card {
      width: 90% !important;
      max-width: 350px !important;
      min-width: 280px !important;
      /* height: 518px !important; */
      /* min-height: 518px !important; */
      /* max-height: 518px !important; */
      flex: none !important;
  }
}

/* Mobile layout for 768px and below */
@media (max-width: 768px) {
  .projects {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      overflow-x: visible;
      overflow-y: visible;
      flex-wrap: wrap;
      padding: 20px !important;
  }
  
  .project-card {
      width: 90% !important;
      max-width: 400px !important;
      min-width: 300px !important;
      flex: none !important;
      margin: 0 auto 20px auto !important;
  }
}

.project-title {
  margin-top: 10px;
  font-size: 20px;
  color: #F02626;
  font-weight: bold;
}

footer {
  margin-top: 40px;
  font-size: 14px;
  color: #777;
}

.portfolio {
  padding: 60px 0;
}
.portfolio h1{
  color: #F02626;
  font-family: 'VALORANT', sans-serif;
  font-size: 36px;
}
.portfolio p{
  font-family: 'aldrich', sans-serif;
  padding-bottom: 10px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #FF4242;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

.portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.4s;
}

.portfolio .portfolio-item figure .link-preview,
.portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 0;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.2s linear;
  overflow: hidden;
  font-size: 20px;
}

.portfolio .portfolio-item figure .link-preview i,
.portfolio .portfolio-item figure .link-details i {
  color: #384046;
  line-height: 0;
}

.portfolio .portfolio-item figure .link-preview:hover,
.portfolio .portfolio-item figure .link-details:hover {
  background: #3498db;
}

.portfolio .portfolio-item figure .link-preview:hover i,
.portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

.portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

.portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

.portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

.portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
  text-transform: capitalize;
}

.portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

.portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #3498db;
}

.portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3498db;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3498db;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(56, 64, 70, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.thank{
  font-family: 'VALORANT', sans-serif;
  padding: 150px;
}
.thank-you {
  font-size: 5rem;
  font-weight: bold;
}
.thank-you span {
  color: #ff0000;
}

/* Footer Styles */
.footer {
  background-color: #1a1a1a; /* Dark background */
  color: #fff; /* White text */
  padding: 20px 0;
  font-family: 'VALORANT', sans-serif; /* Font style resembling Valorant */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: 5px solid #ff0000; /* Valorant-like accent color */
}

.footer-content {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.footer-left h2 {
  font-size: 1.8rem;
  color: #f06a4d; /* Valorant accent color */
  margin-bottom: 5px;
}

.footer-left p {
  font-size: 1rem;
  margin-top: 0;
}

.footer-right ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.footer-right .social-icon {
  color: #fff;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.footer-right .social-icon:hover {
  color: #ff0000; /* Hover effect with Valorant accent color */
}

@media (max-width: 768px) {
  .footer-content {
      flex-direction: column;
      text-align: center;
  }

  .footer-left,
  .footer-right {
      margin-bottom: 20px;
  }
}


.dropdown {
  position: relative;
  display: inline-block;
  color:#e32526;
}
.dropdown:hover{
  color: white;
}

.dropdown-content {
  display: none; /* Sembunyikan dropdown secara default */
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: rgb(248, 10, 10);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #747373;
}

.dropdown:hover .dropdown-content {
  display: block; /* Tampilkan dropdown saat hover */
}

canvas#particles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Pastikan canvas di belakang semua elemen lain */
}

/* Media query untuk icons yang terpotong di layar kecil */
@media (max-width: 824px) {
  .icons {
    flex-wrap: wrap !important;
    justify-content: center !important;
    max-width: 100%;
    gap: 8px;
  }
  
  .icons img {
    margin: 3px;
    max-width: 35px;
    height: auto;
  }
}

/* Media query untuk work experience di 693px */
@media (max-width: 693px) {
  .work-content {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    font-family: 'Aldrich', sans-serif;
    border-radius: 10px;
  }
  
  .work-column {
    width: 100% !important;
    margin-bottom: 30px;
  }
  
  .work-divider {
    width: 100%;
    height: 2px;
    background-color: #F02626;
    margin: 20px 0;
  }
}