@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'clashDisplay', sans-serif;
  src: url('./assets/fonts/ClashDisplay-Medium.otf');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  outline: none;
  border: none;
  background: inherit;
}

h1 {
  color: var(--black, #282524);
  font-family: "Clash Display";
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 5.25rem;
  text-align: center;
}

h2 {
  color: var(--black, #282524);
  font-family: "Clash Display";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.25rem;
  text-align: left;
}

h3 {
  color: #282524;
  font-family: "Work Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.75rem;
}

/* web title  */
h4 {
  color: #282524;
  font-family: "Work Sans";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
}

body {
  font-family: "Work Sans";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  color: #2B2D31;
}

.main {
  background: url("./assets/overlay.png") var(--white, #FCFCFC);
  min-height: 100vh;
  width: 100%;
  /* background: var(--Grey, #EAE8E5); */
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
  padding: 0;
}

.top-nav {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  padding: 0.625rem 6.5rem;
  justify-content: space-between;
  align-items: center;

}

.btn {
  color: var(--white, #FCFCFC);
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  display: flex;
  width: auto;
  padding: 10px 24px;
  justify-content: center;
  text-wrap: nowrap;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--teal-pressed, #16849D);
  cursor: pointer;
  transition: background 0.3s ease;
}

.top-nav-btn:hover {
  background: #1CA9C9;
}


.btn:hover {
  background: #1CA9C9;
}

.btn a {
  color: var(--white, #FCFCFC);
  text-decoration: none;
}

.top-nav-btn {
  color: var(--white, #FCFCFC);
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  display: flex;
  width: auto;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: var(--teal-pressed, #16849D);
  cursor: pointer;
  transition: background 0.3s ease;
}

.top-nav-btn a {
  text-decoration: none;
  color: #FCFCFC;
}

.nav-btn {
  display: none;
}

.web-user {
  display: block;
}

.mobile-user {
  display: none;
}

.hamburger {
  display: none;
}

.close {
  display: none;
}

.link {
  display: flex;
  width: auto;
  justify-content: space-between;
  padding: 1.6rem;
  gap: 2.75rem;
}

.link a {
  text-decoration: none;
  color: #282524;
}

.link a:hover {
  color: #1CA9C9;
}

.overlay {
  display: none;
}

.hero-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 6.5rem;
  justify-content: center;
  align-items: left;
  /* align-content: center; */
  row-gap: 2.5rem;
  margin-top: 5rem;
}

.value-proposition {
  display: flex;
  width: 86%;
  flex-direction: column;
  /* justify-content: center; */
  align-items: left;
  row-gap: 1rem;
  /* text-align: center; */
}

.shaping {
  color: #FF6F61;
}

.human {
  color: #1CA9C9;
}

.hero-section button {
  padding: 0.75rem 1.5rem;
  color: #F8F8F7;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  display: flex;
  width: 224px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--teal-pressed, #16849D);
}

.featuredProjects {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 5rem;
}

.heading {
  display: flex;
  justify-content: center;
  margin-bottom: 2.75rem;
  margin-top: 1rem;
}

.case-study-container {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}

.case-study {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
}


.mockup-promotional-service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: #878a92;
  background-image: linear-gradient(125deg, #878a92 0%, #3f5289 55%, #171c2d 100%);
  height: 31.25rem;
  overflow: hidden;
}

.mockup-Punhubcentral {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 31.25rem;
  background-color: #00658B;
  /* background-image: linear-gradient(104deg, #184e68 0%, #57ca85 83%, #ffffff 100%); */
  overflow: hidden;
}

.mockup-ebook-store {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 31.25rem;
  background-color: #5d5791;
  background-image: linear-gradient(135deg, #5d5791 0%, #191249 46%, #c6bfff 100%);
  overflow: hidden;
}

.mockup-ebook-store video {
  width: 86%;
  height: auto;
  border-radius: 1.5rem;
}

.mockup-container {
  position: relative;
  width: auto;
  /* aspect-ratio: 16 / 9; Maintain 16:9 aspect ratio */
}

.mockup-container video {
  position: absolute;
  top: 2%;
  left: 10%;
  width: 36.25rem;
  height: 88%;
  z-index: 2;
  border-radius: 8px;
  overflow: hidden;
}


.about-the-project {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2.75rem;
  row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
}


.about-the-project-content {
  color: #564F4D;
}

.about-the-first-project-cta {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
}

.about-the-first-project-cta :first-child {
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0.75rem 1.25rem;
  background-color: #35529F;
  border: 2px solid var(--black, #282524);
  border-radius: 2rem;
  box-shadow: 0.125rem 0.125rem #282524;
  transition: all .5s
}

.about-the-first-project-cta button {
  cursor: pointer;
}

.about-the-first-project-cta :first-child:hover {
  box-shadow: 0.25rem 0.25rem;
  transform: translate(-6px, -6px);
}

.about-the-first-project-cta :last-child {
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0.75rem 1.25rem;
  background-color: #D1B56C;
  border: 2px solid var(--black, #282524);
  border-radius: 2rem;
  box-shadow: 0.125rem 0.125rem #282524;
  transition: all .5s
}

.about-the-first-project-cta :last-child:hover {
  box-shadow: 0.25rem 0.25rem;
  transform: translate(-6px, -6px);
}

.about-the-second-project-cta {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
}

.about-the-second-project-cta button {
  cursor: pointer;
}

.about-the-second-project-cta :first-child {
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0.75rem 1.25rem;
  background-color: #00658B;
  color: #F8F8F7;
  border: 2px solid var(--black, #282524);
  border-radius: 2rem;
  box-shadow: 0.125rem 0.125rem #282524;
  transition: all .5s
}

.about-the-second-project-cta :first-child:hover {
  box-shadow: 0.25rem 0.25rem 282524;
  transform: translate(-6px, -6px);
}

.about-the-second-project-cta :last-child {
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0.75rem 1.25rem;
  background-color: #ECFDCF;
  border: 2px solid var(--black, #282524);
  border-radius: 2rem;
  box-shadow: 0.125rem 0.125rem #282524;
  transition: all .5s
}

.about-the-second-project-cta :last-child:hover {
  box-shadow: 0.25rem 0.25rem;
  transform: translate(-6px, -6px);
}

.about-the-third-project-cta {
  display: flex;
  flex-direction: row;
  column-gap: 1.5rem;
}

.about-the-third-project-cta button {
  cursor: pointer;
}

.about-the-third-project-cta :first-child {
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0.75rem 1.25rem;
  background-color: #5D5791;
  color: #F8F8F7;
  border: 2px solid var(--black, #282524);
  border-radius: 2rem;
  box-shadow: 0.125rem 0.125rem #282524;
  transition: all .5s
}

.about-the-third-project-cta :first-child:hover {
  box-shadow: 0.25rem 0.25rem 282524;
  transform: translate(-6px, -6px);
}

.about-the-third-project-cta :last-child {
  display: flex;
  width: auto;
  height: auto;
  flex-direction: column;
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0.75rem 1.25rem;
  background-color: #006874;
  border: 2px solid var(--black, #282524);
  border-radius: 2rem;
  box-shadow: 0.125rem 0.125rem #282524;
  transition: all .5s
}

.about-the-third-project-cta :last-child:hover {
  box-shadow: 0.25rem 0.25rem;
  transform: translate(-6px, -6px);
}


.about-the-project a {
  text-decoration: none;
  color: #282524;
  font-weight: 600;
}

/* .about-the-project a:hover{
    color: #1CA9C9;
} */

.about-the-project-link {
  display: flex;
  padding: 0.5rem 0;
  align-items: center;
  column-gap: 0.5rem;
  color: var(--expertise, #1B263B);
}


.about-the-project-link:hover {
  color: #1CA9C9;
}




.testimonials-landingpage {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4rem 4rem;
  background-color: #F5F3EF;
}

.get-in-touch {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  gap: 1.5rem;
}

.get-in-touch-content {
  display: flex;
  flex-direction: column;
  width: 86%;
  row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.Contact-me-container {
  display: flex;
  margin-top: 1rem;
}

.get-in-touch-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.25rem;
}


.footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  padding: 2rem 6.5rem;
  justify-content: space-between;
  align-items: center;
}

.mobile-logo {
  display: none;
}

.copyright {
  display: flex;
  flex-direction: row;
  column-gap: 4px;
  align-items: center;
}

.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 12px;
}


/* About me page  */
.about-nehefrexz {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}

.about-nehefrexz-content {
  width: 86%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 2.75rem;
  align-items: center;
}

.my-journey-to-design {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  width: 56%;
}

.nehefrexz-img {
  display: block;
}

.resume-btn {
  margin-top: 1.5rem;
}

.resume-btn button {
  color: var(--expertise, #1B263B);
  font-family: "Work Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 133.333% */
  display: inline-flex;
  padding: 10px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid var(--expertise, #1B263B);
  cursor: pointer;
}

.more-about-me {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  align-items: center;
  justify-content: center;
  padding: 4rem 4rem;
  background: var(--bg, #F5F3EF);
}

.more-about-me h4 {
  color: var(--expertise, #1B263B);
  font-family: "Work Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 128.571% */
}

.more-about-me div {
  width: 86%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.testimonials {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4rem 4rem;
}

.testimonial-contents {
  width: 86%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 2.75rem;
  align-items: center;
}

.testimonial-contents-left {
  display: flex;
  flex-direction: column;
  row-gap: 2.75rem;
}

.testimonial {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  justify-content: center;
  align-items: flex-start;
}

.testimonial svg {
  display: block;
}

.name-and-job h5 {
  color: var(--expertise, #1B263B);
  /* web/caption */
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 120% */
}

.testimonial-giver {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}

.name-and-job {
  display: flex;
  flex-direction: column;
}

.quote {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 1.5rem;
}

/* PunhubCentral case-study page */
.pc-case-study-page {
  background: #FCFCFC;
  min-height: 100vh;
  width: 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
  padding: 0;
}

/* page introduction */
.case-study-intro {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  width: 100%;
  padding: 0 6.5rem;
  margin-top: 2rem;
}

.case-study-intro h2 {
  text-align: start;
}

.avatar {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  align-items: center;
}

.date-time {
  display: flex;
  flex-direction: row;
  column-gap: 1.25rem;
  color: var(--grey5, #B3B1B4);
  font-family: "Work Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/* page cover  */
.pc-mockup {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.pc-mockup div {
  width: 100%;
  overflow-x: hidden;
}

.pc-mockup img {
  width: 100%;
  display: block;
}

.get-in-touch-case-study {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  width: 100%;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  gap: 1.5rem;
  /* background-color: #F5F3EF; */
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* case study details  */
.case-study-details {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 0 6.5rem;
  /* align-items: flex-start; */
  margin-bottom: 2.5rem;
}

.visual-description {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  overflow-x: hidden;
}

.visual-description img {
  width: 100%;
  display: block;
}

.visual-description2 {
  display: flex;
  flex-direction: row;
  width: 80%;
  flex-wrap: wrap;
  overflow-x: hidden;
  margin: 1rem auto;
}

.visual-description2 img {
  width: 100%;
  display: block;
}