.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

header {
  width: 100%;
  padding: 30px 0;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

nav {
  width: 100%;
}
nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  list-style: none;
}
nav ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
nav ul li a:hover {
  color: #9acd32;
}

.home-page {
  padding: 5px 0;
}

.home-grid {
  display: flex;
  gap: 33px;
  align-items: stretch;
}

.left,
.right {
  flex: 1;
  display: flex;
}

.left {
  display: flex;
  gap: 33px;
  padding: 20px;
  flex-direction: row;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.left figure {
  width: 50%;
}
.left figure img {
  width: 100%;
  border-radius: 40px;
  object-fit: cover;
}
.left .caption {
  width: 50%;
  padding-top: 30px;
}
.left .caption span {
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}
.left .caption h1 {
  font-size: 42px;
  margin: 10px 0 0;
  line-height: 40px;
  font-weight: 500;
}
.left .caption p {
  font-size: 16px;
  color: #ccc;
  line-height: 1.2;
  width: 90%;
  margin-top: 25px;
}

.right {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 33px;
}

.down-wrap {
  padding: 5px 22px;
  border-radius: 50px;
  border: 1px solid #727475;
}
.down-wrap .resume-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  font-size: 30px;
  color: #fff;
}
.down-wrap img {
  width: 50px;
}

.journey-grid {
  display: flex;
  gap: 33px;
}

.journey {
  width: 50%;
  height: 280px;
  padding: 30px;
  border-radius: 140px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.journey h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.journey-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.journey-footer span {
  font-size: 18px;
  color: #aaa;
}
.journey-footer img {
  width: 50px;
}

.left,
.journey {
  background: linear-gradient(135deg, #3b4324 0%, #131310 47%);
  border-radius: 40px;
}

.second-row {
  display: grid;
  grid-template-columns: 0.44fr 1fr 0.44fr;
  gap: 33px;
  margin-top: 25px;
}

.experience,
.techs,
.social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border-radius: 40px;
  background: #11120e;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* CENTER MAIN CONTENT AREAS */
.experience-content,
.techs-icons,
.social-icons {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* EXPERIENCE */
.experience-content {
  flex-direction: column;
  text-align: center;
}
.experience-content h2 {
  font-size: 90px;
  font-weight: 400;
}
.experience-content p {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.9;
  margin: -30px 0 0;
}

/* TECHS */
.techs-icons {
  gap: 20px;
  align-items: center;
  justify-items: center;
}

.icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
}

/* SOCIAL */
.social-icons {
  display: flex;
  gap: 15px;
}

/* FOOTERS */
.experience-footer,
.social-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 45px 0 0;
}
.experience-footer img,
.social-footer img {
  width: 50px;
}
.experience-footer span,
.social-footer span {
  font-size: 28px;
  color: #ffffff;
}

.techs-footer img {
  width: 50px;
  position: relative;
  top: 16px;
  left: 10px;
}
.techs-footer span {
  font-size: 28px;
  color: #ffffff;
}

.about-head {
  padding: 5px 22px;
  border-radius: 50px;
  border: 1px solid #727475;
  text-align: center;
  margin-bottom: 60px;
}
.about-head h1 {
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
}

.about-grid {
  display: grid;
  grid-template-columns: 32.4% 63.3%;
  column-gap: 4.3%;
  row-gap: 0;
  width: 100%;
}

.about-sidebar,
.about-content {
  border-radius: 24px;
}

.about-sidebar h2 {
  font-size: 22px;
  margin-bottom: 12px;
}
.about-sidebar p {
  font-size: 14px;
  color: #aaa;
  line-height: 1.6;
}

.about-sidebar {
  display: flex;
  flex-direction: column;
}

.about-block {
  border-radius: 22px;
  background: linear-gradient(135deg, #3b4324 0%, #131310 65%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 75px 25px 50px;
  margin-bottom: 35px;
}
.about-block h2 {
  font-size: 45px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 35px;
  padding: 0;
  line-height: 1;
}
.about-block p {
  font-size: 16px;
  color: #b5b5b5;
  line-height: 1.4;
  font-weight: 400;
}

.about-content {
  padding: 45px 0 0 0;
}
.about-content h2 {
  font-size: 24px;
  margin-bottom: 14px;
}
.about-content p {
  font-size: 14px;
  color: #aaa;
  line-height: 1.7;
}

.career-timeline {
  display: flex;
  flex-direction: column;
}

.role {
  margin-bottom: 40px;
}
.role header {
  margin-bottom: 12px;
  padding: 0 !important;
}
.role h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4px;
}

.company {
  font-size: 18px;
  color: #ffffff !important;
}
.company time {
  font-weight: 500;
}

.description {
  font-size: 18px;
  color: #939598;
  line-height: 1.6;
}

.work-head {
  padding: 5px 22px;
  border-radius: 50px;
  border: 1px solid #727475;
  text-align: center;
  margin-bottom: 60px;
}
.work-head h1 {
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.work-item {
  border-radius: 54px;
  background: linear-gradient(90deg, #3b4324 0%, #131310 40%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.work-item figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 54px 54px 0 0;
}

.work-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 10px 25px 20px;
}
.work-info p {
  font-size: 18px;
  color: #b5b5b5;
  line-height: 1.3;
}
.work-info .arrow {
  width: 45px;
  height: 45px;
}

.single-page-wrapper h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 45px;
}
.single-page-wrapper p {
  font-size: 18px;
  margin: 0 0 10px;
}
.single-page-wrapper img {
  border-radius: 30px;
  width: 100%;
}

.contact-section {
  padding: 80px 0;
  color: #fff;
}
.contact-section .contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  max-width: 80%;
  margin: 0 auto;
}
.contact-section .contact-left {
  flex: 1;
}
.contact-section .contact-left h1 {
  font-size: 75px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 40px;
}
.contact-section .contact-left .contact-info .item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}
.contact-section .contact-left .contact-info .item img {
  width: 5%;
  margin-top: 10px;
}
.contact-section .contact-left .contact-info .item p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.contact-section .contact-left .contact-info .item h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.contact-section .contact-right {
  flex: 1;
}
.contact-section .contact-right form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-section .contact-right form input,
.contact-section .contact-right form textarea {
  width: 100%;
  padding: 20px;
  border-radius: 40px;
  border: 1px solid #d5d5d5;
  background: transparent;
  color: #fff;
  font-size: 18px;
  margin: 0 0 30px;
  outline: oldlace;
  text-indent: 20px;
}
.contact-section .contact-right form input::placeholder,
.contact-section .contact-right form textarea::placeholder {
  color: #e0e0e0;
}
.contact-section .contact-right form .wpcf7-submit {
  width: 40%;
  text-indent: 0;
}
.contact-section .contact-right form textarea {
  height: 150px;
  border-radius: 20px;
}
.contact-section .contact-right form button {
  width: 200px;
  padding: 15px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}
.contact-section .contact-right form button:hover {
  background: #fff;
  color: #000;
}

.about-page .content h1 {
  font-size: 28px;
  font-weight: 500;
  margin: -70px 0 0;
}
.about-page .content img {
  width: 100%;
}
.about-page .content p {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 480px) {
  nav ul {
    gap: 50px;
  }
  .left {
    display: block;
  }
  .left figure {
    width: 100%;
  }
  .left .caption {
    width: 100%;
  }
  .journey h2 {
    font-size: 35px;
  }
  .techs-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .techs-footer span {
    margin-top: 20px;
  }
  .techs-footer img {
    top: 8px;
  }
  .about-head h1 {
    font-size: 30px;
  }
  .about-page .content h1 {
    margin: 10px 0 15px;
    line-height: 1.3;
    font-size: 24px;
  }
  .work-grid {
    grid-template-columns: none !important;
  }
  .contact-section .contact-wrapper {
    width: 95%;
  }
  .contact-section .contact-left h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0 !important;
  }
  .home-grid {
    display: block;
  }
  .left {
    margin: 0 0 20px;
  }
  .second-row {
    display: block;
  }
  .second-row article {
    margin: 0 0 20px;
  }
  .about-page img {
    width: 100%;
  }
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 0 25px;
  }
  .single-page-wrapper h2 br {
    display: none;
  }
  .work-head {
    margin-bottom: 40px;
  }
  .work-head h1 {
    font-size: 30px;
  }
  .single-page-wrapper figure {
    margin: 30px 0 0;
  }
  .single-page-wrapper figure img {
    width: 100%;
  }
  .contact-section .contact-wrapper {
    display: block;
  }
  .contact-left {
    margin: 0 0 60px;
  }
  .contact-left h1 {
    font-size: 65px;
  }
}

/*# sourceMappingURL=template.css.map */
