@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");

* {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  /* overflow-x: hidden; */
}

body {
  background: #021526;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding-top: 60px;
}

.project-container {
  max-width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1% 10%;
}

.intro {
  color: #fff;
}

.titlew {
  padding: 2rem 0 0 0;
  color: #e2e2b6;
  font-size: 1.8rem;
  font-weight: 600;
}

.projects-web {
  /* display: flex;
  flex-direction: row;
  justify-content: space-between; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px;
  border-radius: 24px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 10%,
    #1b252e 20%,
    #384d5e 40%,
    #384d5e 60%,
    #1b252e 80%,
    rgba(255, 255, 255, 0) 90%
  );
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #b0ffff;
}

/* Overall Section */
/* .project-section {
  background: #f4f4f4;
  color: #333;
  padding: 50px 20px;
  text-align: center;
} */

/* Title */
/* .titlew {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #222;
} */

/* Project Container */
/* .projects-web {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* Project Card */
.subpro {
  /* background: #fff; */
  border-radius: 12px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  /* max-width: 800px; */
  max-width: 100%;
  min-width: 80%;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px; /* Adding space between projects */
  backdrop-filter: blur(20px);
  /* box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #be0085; */
}

.subpro:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2); */
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #be0085;
}

/* Image Section */
.imagepart {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.imagepart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Project Content */
.project-content {
  padding: 20px;
}

.project-content h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: #fff;
}

.tagline {
  font-size: 1rem;
  color: #777;
  margin-bottom: 10px;
  font-style: italic;
}

.description {
  font-size: 1rem;
  color: #e7e7e7;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Button */
.btn {
  display: inline-block;
  background: #007bff;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn:hover {
  background: #0056b3;
  transform: scale(1.05);
}

/* Horizontal Line Style */
.horizontal-line {
  width: 80%;
  height: 2px;
  background-color: #ddd;
  margin: 30px 0;
  border: none;
}

/* 
.subpro {
  width: 30%;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 6px;
  border-radius: 16px;
  backdrop-filter: blur(20px);
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #be0085;
}

.subtitle {
  text-align: left;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0;
}

.subtitle p {
  font-size: 0.8rem;
}

.imagepart img {
  border-radius: 10px;
  height: 350px;
  width: 100%;
} */

.project-seo {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px;
  border-radius: 24px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 10%,
    #1b252e 20%,
    #384d5e 40%,
    #384d5e 60%,
    #1b252e 80%,
    rgba(255, 255, 255, 0) 90%
  );
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #b0ffff;
}

.imgpart img {
  border: 1px solid white;
  width: 500px;
  height: 350px;
  border-radius: 16px;
}

.infos {
  border-radius: 16px;
  padding: 6px;
  margin: 0 0 0 32px;
  filter: blue(20px);
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #be0085;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: #cfcfcf;
}

.web-design-container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px 24px;
  border-radius: 24px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 10%,
    #1b252e 20%,
    #384d5e 40%,
    #384d5e 60%,
    #1b252e 80%,
    rgba(255, 255, 255, 0) 90%
  );
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #b0ffff;
}

.parapart {
  padding: 16px 0;
}

.seored {
  color: #fff;
}

.infos .titles {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}

.project-smm {
  border: 2px solid white;
  display: flex;
  justify-content: space-between;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 10%,
    #1b252e 20%,
    #384d5e 40%,
    #384d5e 60%,
    #1b252e 80%,
    rgba(255, 255, 255, 0) 90%
  );
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #b0ffff;
}

.smminfopart {
  font-size: 1rem;
  height: 100%;
  border-radius: 16px;
  width: 35vw;
  padding: 12px;
  color: #fff;
  filter: blue(20px);
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #be0085;
}

.infopart {
  margin: 0 0 0 16px;
  padding: 12px 12px 0 12px;
  box-shadow: inset 2px 2px 0px #2c4557, inset -2px -2px 0px #b0ffff;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .project-container {
    padding: 1% 5%;
  }
  .projects-web {
    backdrop-filter: none;
    padding: 2% 2%;
  }
  .subpro {
    backdrop-filter: none;
    width: 33%;
  }
  .imagepart {
    width: 100%;
  }
  .project-seo {
    flex-direction: column;
    padding: 2% 2%;
  }
  .imgpart {
    width: 100%;
  }
  .imgpart img {
    width: 100%;
  }
  .infos {
    margin: 0;
  }
  .project-smm {
    flex-direction: column;
    padding: 2% 2%;
    align-items: center;
  }
  .smminfopart {
    width: 100%;
    margin: 2%;
  }
}

@media (max-width: 599px) {
  .project-container {
    padding: 1% 5%;
  }
  .intro h1 {
    font-size: 24px;
  }
  .intro p {
    font-size: 16px;
  }
  .titlew {
    font-size: 22px;
  }
  .projects-web {
    padding: 1% 2%;
    flex-direction: column;
  }
  .subpro {
    width: 100%;
  }
  .project-seo {
    padding: 2% 2%;
    flex-direction: column;
  }
  .project-seo .imgpart {
    width: 250;
    height: 175px;
  }
  .project-seo .imgpart img {
    width: 100%;
    height: 100%;
  }

  .infos .titles {
    font-size: 20px;
  }

  .infos {
    margin: 0;
  }
  .infos .parapart {
    font-size: 14px;
  }
  .project-smm {
    flex-direction: column;
    padding: 2% 2%;
  }
  .smminfopart {
    width: 100%;
  }
  .smminfopart p {
    font-size: 14px;
  }
}
