* {
  background-color: #f6f8fc;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

body {
  margin: 0;
}

.font-blue {
  color: #1c5ddc;
}

.span-blue {
  color: #006fff;
}

.projects-bg-color {
  background-color: #bddaff;
}

.font-column-black {
  color: #00204a;
}

.font-pure-white {
  color: #fff;
}

.bg-pure-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #006fff;
}

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

#logo {
  margin: 20px 20px 20px 20px;
}

.link-to-contact {
  display: flex;
  list-style-type: none;
  margin-top: 20px;
  gap: 37px;
}

.link-to-contact > li > a {
  color: #1c5ddc;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

/* HOME */
header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin-top: 130px; */
}


/* PROJECTS */
.nav-projects {
  background-color: #bddaff;
}

.projects-photo {
  background-color: #bddaff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-content {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.projects-left-content {
  flex-direction: row;
  display: flex;

  justify-content: left;
  align-items: left;
}

.projects-right-content {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: right;
}

.projects-right-content > p {
  max-width: 900px;
  margin-top: 5px;
}

.projects-describe {
  font-size: 20;
  font-weight: bold;
  color: #006fff;
}

/* WORKS */
.works-bg-color {
  background-color: #e3f2fd;
}

.works-picture {
  width: 100vw;
  background-color: #e3f2fd;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.card-item {
  background-color: #eaf1fb;
  border-radius: 14px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
}

.card-item a {
  font-size: 13px;
  font-weight: 600;
  color: #fdb44b;
  text-decoration: none;
  background-color: #eaf1fb;
}

.card-item img {
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
  border-radius: 12px;
}

.card-item p:first-of-type {
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
  background-color: #eaf1fb;
  color: #00204a;
}

.works-experience {
  display: flex;
  padding: 80px 100px;
  background-color: #f6f8fc;
  margin: 20px;
}

.works-experience > img {
  margin-right: 180px;
}

.works-experience h1 {
  font-size: 32;
  font-weight: 800;
  margin-bottom: 40px;
}

.works-desribe {
  width: 300px;
  font-size: 14px;
  color: #00204a;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
  background-color: #eaf1fb;
  text-align: justify;
}

.all-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* WORKS DESCRIBE */
/* WORKS DESCRIBE */
/* WORKS DESCRIBE */
/* WORKS DESCRIBE */
/* WORKS DESCRIBE */
/* WORKS DESCRIBE */
/* WORKS DESCRIBE */

.works-explain {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
}

.title-job {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.title-job img:first-child {
  margin-left: 45px;
  align-self: flex-start;
}

.title-job h3 {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin: 5px 0 45px 0;
}

.background-achievement {
  margin-top: 48px;
  width: 1000px;
}

.background-achievement p:first-child,
.background-achievement p:nth-of-type(3) {
  font-weight: 700;
  margin-bottom: 12px;
}

.background-achievement p:nth-of-type(2),
.background-achievement p:nth-of-type(4) {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.work-picture-experience {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.work-picture-experience img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  background: #8c939b;
}

/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 12px 0 8px;
  color: #0f172a;
}

.contact-form p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 32px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 6px;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border: 1.5px solid #93b4ff;
  border-radius: 8px;
  outline: none;
  background: #f8fbff;
}

.contact-form textarea {
  min-height: 100px;
  resize: none;
}

.contact-form input[type='submit'] {
  margin-top: 12px;
  padding: 12px;
  background: #bfd3ff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
}
