@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #070707;
  margin: 0.5rem;
}

.text-orange-grad {
  background: linear-gradient(90deg, #5eeafc 0%, #736efe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-orange {
  color: #333;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  transition: 200ms;
}

.button-orange {
  align-items: center;
  background-image: linear-gradient(90deg, #5eeafc 0%, #736efe 100%);
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  color: #070707;
  display: inline-flex;
  font-size: 16px;
  justify-content: center;
  line-height: 1em;
  letter-spacing: 2px;
  max-width: 100%;
  min-width: 140px;
  padding: 2px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
}

.button-orange:active,
.button-orange:hover {
  outline: 0;
  color: #fafafa;
  text-shadow: 2px 2px #07070767;
}

.button-orange span {
  background-color: #fafafa;
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

.button-orange:hover span {
  background: none;
}

.button-plain {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 25px;
  padding: 1rem 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 1rem 0.5rem;
}

.button-plain:hover {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 25px;
  padding: 1rem 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 200ms;
}

.button-plain2 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 25px;
  padding: .5rem 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 20px 20px 0 0;
}

.button-plain2:hover {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 25px;
  padding: .5rem 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 200ms;
}

.standard-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.standard-text1 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
}

/* ===================== NAVIGATION ===================== */

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  color: #333;
  padding-left: 2rem;
  border-radius: 50px;
  font-size: 30px;
}

.nav-links {
  display: flex;
  list-style: none;
  font-size: 24px;
  font-weight: 600;
}

.nav-links li {
  padding-right: 2rem;
}

.nav-links a:hover {
  background: linear-gradient(90deg, #5eeafc 0%, #736efe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===================== HERO SECTION ===================== */

.hero-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8rem;
  padding-bottom: 15rem;
}

.hero-title-section {
  font-size: 46px;
  max-width: 800px;
  color: #333;
}

.hero-content .orange-gradient1 {
  position: absolute;
  width: 35%;
  height: 25%;
  top: 150px;
  background: rgba(94, 252, 231, 0.3);
  filter: blur(180px);
  z-index: -1;
}

.hero-content .pink-gradient1 {
  position: absolute;
  width: 35%;
  height: 25%;
  top: 400px;
  background: rgba(115, 110, 254, 0.3);
  filter: blur(180px);
  z-index: -1;
}

/* ===================== ABOUT SECTION ===================== */

.about-section {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 10rem;
}
.about-title-section {
  font-size: 38px;
}

.content-section {
  font-size: 18px;
  max-width: 1000px;
  background: rgba(228, 228, 228, 0.25);
  backdrop-filter: blur(40px);
  border-radius: 25px;
  margin: auto;
  padding: 3rem;
}

.about-image {
  max-width: 300px;
  margin: auto;
}

.about-image img {
  max-width: 100%;
  background: linear-gradient(180deg, #ffffff84 0%, #fd6d7200 100%) border-box;
  border-radius: 50%;
  border: 1px solid transparent;
}

.about-info {
  text-align: left;
  font-size: 18px;
}

.orange-gradient2 {
  position: absolute;
  width: 35%;
  height: 25%;
  left: 0;
  margin-top: 20rem;
  background: rgba(115, 110, 254, 0.2);
  filter: blur(180px);
  z-index: -1;
}

.pink-gradient2 {
  position: absolute;
  width: 35%;
  height: 25%;
  right: 0;
  margin-top: 5rem;
  background: rgba(94, 252, 231, 0.3);
  filter: blur(150px);
  z-index: -1;
}

/* ===================== PROJECTS SECTION ===================== */

#all-design {
  margin-top: 10rem;
  margin-bottom: 3rem;
}

.projects-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.project-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.design-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.projects-title-section {
  text-align: center;
  font-size: 38px;
}

.project-card img {
  max-width: 100%;
  border-radius: 10px;
}

.project-card {
  max-width: 650px;
  padding: 1rem 2rem;
  font-size: 18px;
  text-align: left;
  margin-bottom: 3rem;
  margin-left: 2rem;
}

.button-container {
  display: flex;
  justify-content: center;
}

.button-container button:first-child {
  margin-right: 2rem;
}

.button-nav {
  margin: 8rem 0 10rem 0;
}

.button-nav h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}


/* ===================== PROJECT CARDS ========================= */

.project-card img {
  max-width: 350px;
  border-radius: 10px;
}

.project-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 3rem;
  text-align: center;
}

.project-card {
  max-width: 350px;
  padding: 1rem 2rem;
  background: rgba(217, 217, 217, 0.1);
  /* border: 1px solid #dddddd90; */
  backdrop-filter: blur(40px);
  border-radius: 15px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/* ===================== FOOTER/CONTACT SECTION ===================== */

.footer {
  padding-block: 3rem;
  background-color: rgba(228, 228, 228, 0.303);
  font-weight: 300;
  border-top: 2px solid rgba(255, 255, 255, 0.05);
  color: #333;
}

.footer-title {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.right-container i {
  font-size: 36px;
  margin-right: 2rem;
  color: #333;
}

.right-container i:hover {
  cursor: pointer;
  color: #68b3ff;
}

/* ===================== RESPONSIVE DESIGN ===================== */

/* MACBOOK 16" */

@media screen and (max-width: 1730px) {
  .project-list {
    margin-top: 2rem;
  }

}

/* MACBOOK 14" */

@media screen and (max-width: 1450px) {

  .hero-title-section {
    font-size: 34px;
    max-width: 500px;
  }

  .project-card {
    margin-top: 2rem;
    max-width: 350px;
  }
}

/* MACBOOK 13" */
@media screen and (max-width: 1300px) {
  .hero-content {
    padding-top: 3.5rem;
    padding-bottom: 12rem;
  }

  .project-card {
    margin-top: 2rem;
    max-width: 350px;
  }

  .project-list {
    padding-top: 1rem;
  }

  .projects-section {
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
}

/* MOBILE DESIGN */

@media screen and (max-width: 500px) {
  h1 {
    font-size: 36px;
  }

  .button-orange {
    margin-top: 0.75rem;
    font-size: 14px;
    line-height: 0.8em;
    letter-spacing: 1px;
    min-width: 120px;
  }

  nav {
    padding-bottom: 1rem;
  }

  .nav-logo {
    margin: auto;
    padding-top: 1rem;
    padding-left: 0;
  }

  .nav-links {
    display: none;
  }

  hr {
    max-width: 300px;
  }

  .hero-content {
    padding-bottom: 5rem;
  }

  .hero-title-section {
    padding: 0.05rem;
  }

  .hero-content p {
    font-size: 16px;
  }

  .hero-title-section {
    text-align: center;
  }

  .content-section {
    flex-wrap: wrap;
  }

  .about-section {
    padding-bottom: 5rem;
  }

  .about-image {
    max-width: 200px;
    margin: auto;
    padding-bottom: 1rem;
  }

  .about-info {
    text-align: center;
    font-size: 18px;
  }

  .button-container button:first-child {
    margin-right: .5rem;
  }

  .button-nav {
    text-align: center;
  }

  .projects-section {
    padding-top: 2rem;
  }

  .project-list {
    padding-top: 0rem;
    text-align: center;
  }

  .project-card {
    margin-left: 0rem;
  }

  .footer {
    text-align: center;
  }

  .footer-title {
    font-size: 16px;
  }

  .right-container i {
    margin-inline: 1rem;
  }
}
