@import url(main_css.css);

* {
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

/* font awesome css */

.fa-arrow-right {
  transform: rotate(-45deg);
}

/* scroll to top */
.scroll-to-top {
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 25px;
  position: fixed;
  right: 1rem;
  bottom: 1.5rem;
  background-color: var(--white);
  color: var(--primary-text);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border);
  cursor: pointer;
  z-index: 9;
}

.scroll-to-top:hover {
  background-color: var(--muted-color);
}

.scroll-to-top .fa-solid {
  margin-left: 0px;
  font-size: 0.85rem;
}

/* navbar starts here */
.responsive-topbar {
  width: 100%;
  display: none;
  padding: 0.6rem 1rem;
  background: white;
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 9;
}

.responsive-topbar a {
  display: inline-flex;
  gap: 5px;
  color: var(--secondary-text);
  padding: 0.7rem 0;
  width: 100%;
  font-weight: 300;
}

.responsive-topbar span {
  font-weight: 400;
  color: var(--primary-text);
}

.responsive-topbar .fa-arrow-left {
  margin-left: 0;
}

.menu-btn {
  text-align: center;
  padding: 0.6rem;
  border: 1px solid var(--border);
  display: none;
  border-radius: 8px;
}

.fa-folder-open,
.fa-address-card,
.fa-file {
  display: none;
}

.fa-bars {
  font-size: 1.2rem !important;
  margin-left: 0 !important;
  color: var(--primary-text);
}

.menu-btn.active {
  display: none;
}

.navbar a:nth-child(1) {
  display: none;
}

.navbar-responsive {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: absolute;
  background-color: var(--white);
  top: 75px;
  box-shadow: 0px 10px 5px 2px rgba(0, 0, 0, 0.05);
  display: none;
  transition: all 0.3s ease-in-out;
}

.divider-pre,
.divider-post {
  width: 1.5px;
  height: 45px;
  background-color: var(--muted-color);
}

.divider-post {
  display: none;
}

.navbar-responsive ul {
  width: 100%;
}

.navbar-responsive ul li {
  list-style: none;
  display: block;
  margin: 1rem;
}

.navbar-responsive a {
  width: 100%;
  text-decoration: none;
  color: var(--primary-text);
  padding: 0.6rem 1rem;
  display: block;
  position: relative;
}

.nav_header {
  width: 100%;
  padding: 0 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
}

.header_all {
  width: 35rem;
  max-width: 1440px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 0.6rem 2rem;
  border: 1px solid #e8f1f9;
  border-top: none;
  border-radius: 0px 0px 1.45rem 1.45rem;
  overflow: hidden;
  box-shadow: inset 0 -1px 0 hsla(100, 100%, 100%, 0.2),
    0 8px 24px rgba(255, 255, 255, 0.05), 0 8px 24px rgba(119, 94, 253, 0.075);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a {
  padding: 0.6rem 1rem;
  color: var(--primary-color);
}

.logo span {
  font-size: 1rem;
  line-height: 24px;
}

.navbar ul li {
  list-style: none;
  display: inline-flex;
  /* margin-left: 16px; */
}

.navbar a {
  text-decoration: none;
  color: var(--secondary-text);
  padding: 0.6rem 1rem;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 150%;
}

.fa-solid {
  margin-left: 8px;
  font-size: 10px;
  line-height: 20px !important;
}

/* navbar ends starts here */

/* banner starts here */
.banner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner_container {
  width: 100%;
  max-width: 1440px;
  margin: 90px auto 0;
  display: flex;
  align-items: center;
  gap: 1.45rem;
  justify-content: space-between;
  padding: 3.125rem;
}

.banner-des,
.banner-img {
  width: 50%;
}

.banner-des {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.banner_container p {
  color: var(--secondary-text);
  line-height: 170%;
  font-size: 0.9rem;
  font-weight: 300;
}

.banner_container h3 span {
  color: var(--primary-color);
  font-style: italic;
}

.banner_container .text-part {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.banner_container h3 {
  font-size: 2.75vw;
  font-weight: 400;
  color: var(--primary-text);
}

.brands-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}

.img-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.brand-img {
  width: 150px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.brand-img h2 {
  font-size: 1.755rem;
  font-weight: 500;
  color: var(--primary-text);
}

.brand-img p {
  color: var(--secondary-text);
  font-size: 14px;
}

.brands-container a .fa-solid {
  line-height: 20px !important;
  font-size: 12px;
}

.brands-container a:hover {
  text-decoration: underline;
}
/* banner section ends here */

/* work experience and education/certificate section starts here */
.work-education {
  width: 100%;
  padding: 1rem;
  background-color: var(--muted-color);
}

.wr-ed-container {
  width: 100%;
  max-width: 1440px;
  padding: 1rem;
  margin: 0 auto;
}

.wr-ed-container h2 {
  font-size: 2.575rem;
  margin-bottom: 2.455rem;
  font-weight: 400;
  color: var(--primary-text);
}

.exp-edu {
  display: flex;
  gap: 1.85rem;
}

.exp-edu > div {
  width: 50%;
}

.wr-ed-container h2::before {
  content: "";
  display: block;
  background-image: linear-gradient(
    211.92deg,
    #fe7541 23%,
    #fe2a31 59.78%,
    #fe2a31 97.27%,
    #fe0e2b 158.81%,
    #341f22 158.81%
  );
  height: 3px;
  width: 60px;
  margin-bottom: 5px;
  border-radius: 3px;
}

.experiences,
.education {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.experiences h3,
.education h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--secondary-text);
}

.experiences h3 i,
.education h3 i {
  margin-left: 0;
  font-size: 0.85rem;
  vertical-align: middle;
  margin-right: 5px;
}

.experience,
.edu {
  padding: 0.75rem;
  border-radius: 8px;
  background-color: var(--white);
}

.experience h4,
.edu h4 {
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--primary-color);
  margin: 0 0 0.4rem;
}

.experience h4 span,
.edu h4 span {
  font-weight: 300;
  color: var(--secondary-text);
}

.experience h4 span.italic {
  font-style: italic;
  font-weight: 300;
  color: var(--primary-text);
}

.experience p,
.edu p {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--primary-text);
  margin: 0.4rem 0;
  line-height: 150%;
}

.experience p span,
.edu p span {
  font-weight: 300;
  color: var(--secondary-text);
}

.experience ul {
  line-height: 150%;
  font-size: 0.95rem;
  color: var(--secondary-text);
  font-weight: 300;
  margin-left: 1.25rem;
}

.experience ul li {
  margin-bottom: 0.4rem;
}
/* work experience and education/certificate section ends here */

/* tools and skills section starts here */
.tools-skills {
  width: 100%;
  padding: 1rem;
}

.tl-skls-container {
  width: 100%;
  max-width: 1440px;
  padding: 1rem;
  margin: 0 auto;
}

.tl-skls-container h2 {
  font-size: 2.575rem;
  margin-bottom: 2.455rem;
  font-weight: 400;
  color: var(--primary-text);
}

.tl-skls-container h2::before {
  content: "";
  display: block;
  background-image: linear-gradient(
    211.92deg,
    #fe7541 23%,
    #fe2a31 59.78%,
    #fe2a31 97.27%,
    #fe0e2b 158.81%,
    #341f22 158.81%
  );
  height: 3px;
  width: 60px;
  margin-bottom: 5px;
  border-radius: 3px;
}

.tools {
  width: 100%;
  margin-bottom: 1.5rem;
}

.skills {
  width: 100%;
}

.tools > div,
.skills > div {
  margin-bottom: 1.25rem;
}

.tools h3,
.skills h3 {
  font-size: 1.275rem;
  margin-bottom: 0.85rem;
  font-weight: 400;
  color: var(--primary-text);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--primary-text);
}

.tools-list ul,
.skills-list ul{
    width: 260px;
}

.tools ul,
.skills ul {
  line-height: 150%;
  font-size: 0.95rem;
  color: var(--secondary-text);
  font-weight: 300;
}

.tools ul li,
.skills ul li {
  text-transform: capitalize;
}

.tools ul:first-child,
.skills ul:first-child {
  margin-left: 1.25rem;
}

.skills ul:last-child {
  visibility: hidden;
}

.tools-list,
.skills-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}
/* tools and skills section ends here */

/* mediaquery starts here */
@media (max-width: 800px) {
  .header_all {
    width: 100vw;
    padding: 0.6rem 1rem;
  }

  .banner_container h3 {
    font-size: 1.75rem;
  }

  .banner_container p {
    font-size: 0.9rem;
  }

  .CTAs a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .wr-ed-container h2,
  .tl-skls-container h2 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .work-education,
  .wr-ed-container,
  .tools-skills,
  .tl-skls-container {
    padding: 0.5rem;
  }

  .img-container {
    justify-content: space-between;
  }

  .work-trailer {
    height: 20rem;
  }

  .brand-img h2 {
    font-size: 1.5rem;
  }

  .brand-img p {
    font-size: 0.85rem;
  }

  .brief-all {
    padding: 0;
  }

  .banner_container {
    padding: 1rem;
    flex-direction: column;
  }

  .banner_container > div {
    width: 100%;
  }

  .rr-container,
  .rrsection,
  .work-glimse,
  .briefing-container,
  .prj-ovr-section,
  .challenges-section {
    padding: 1rem;
  }

  .rr-container {
    flex-direction: column;
  }

  .pro-nav-container > div {
    width: 100%;
  }

  .rr-container > div:nth-child(1) {
    justify-content: space-between;
    flex: 0;
  }

  .rr-container > div:nth-child(2),
  .rr-container > div:nth-child(3) {
    gap: 1rem;
  }

  .scope-timeline-container,
  .goals-container,
  .screens-container {
    padding: 1rem 0;
  }

  .scope,
  .goal {
    width: 100%;
  }

  .screens-container > div:last-child {
    margin-bottom: 0;
  }

  .work-img {
    height: 250px;
  }

  .exp-edu {
    flex-direction: column;
  }

  .exp-edu > div {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .scroll-to-top {
    padding: 0.63rem 0.8rem;
  }

  .navbar a:nth-child(1) {
    display: block;
  }

  .responsive-topbar {
    display: block;
  }

  .logo,
  .divider-pre {
    display: none;
  }

  .divider-post {
    display: block;
  }

  .nav_header {
    bottom: 0;
    padding: 0;
  }

  .navbar {
    width: 100%;
    padding-left: 0.75rem;
  }

  .header_all {
    border-radius: 0;
    background-color: var(--white);
    border-top: 1px solid var(--border);
  }

  .banner_container {
    margin: 1.4rem 0 0;
    gap: 1rem;
  }

  .scroll-to-top {
    bottom: 6rem;
  }

  .navbar ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .navbar ul li {
    flex-direction: column;
    gap: 4px;
  }

  .navbar ul li label {
    font-size: 0.85rem;
    font-weight: 300;
  }

  .navbar a {
    padding: 0.6rem 1rem;
    color: var(--secondary-text);
  }

  .navbar ul .fa-regular,
  .navbar ul .fa-solid {
    font-size: 1rem;
    margin-left: 0;
    width: 100%;
  }

  .rrsection {
    padding: 0;
  }

  .work-glimse {
    height: 20rem;
  }

  .fa-folder-open,
  .fa-address-card,
  .fa-file {
    display: block;
  }

  .navbar ul .fa-solid:nth-child(3) {
    display: none;
  }

  .briefing-container h2 {
    font-size: 1.75rem;
  }

  .rr-container > div h3 {
    font-size: 1.25rem;
  }

  .proj-nav-des {
    display: none;
  }

  .pro-nav-container > div a span {
    display: block;
  }

  .pro-nav-container {
    flex-direction: row;
  }

  .navigation-prev {
    border-bottom: none;
  }

  .tools-list,
  .skills-list {
    flex-wrap: wrap;
  }

  .skills ul:last-child {
    display: none;
  }

  .tools ul,
  .skills ul {
    margin-left: 1.25rem;
  }
}
/* mediaquery ends here */
