@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;
}

/* animation */
@keyframes appear {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 40%;
}

/* 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-img {
  height: 400px;
}

.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: 1.25rem;
  font-weight: 300;
}

.banner_container p span {
  color: var(--primary-color);
}

.banner_container .text-part {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.banner_container h3 {
  font-size: 3vw;
  font-weight: 500;
  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;
}

small,
strong {
  color: var(--secondary-text);
  font-size: 14px;
}

strong {
  color: var(--primary-text);
}
/* banner section ends here */

/* work-glimse section starts here */
.work-glimse {
  width: 100%;
  height: 32rem;
  padding: 2rem 2rem 0;
  display: inline-block;
}

.glimse-container {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
}

.glimse-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* work-glimse section ends here */

/* project-brief section starts here */
.brief-all {
  width: 100%;
  padding: 2rem 2rem 0;
  position: relative;
}

.brief-all::after,
.project-overview::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60%;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--border);
}

.briefing-container {
  padding: 0 1rem 2rem;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin: 0 auto;
}

.briefing-container h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--primary-text);
}

.briefing-container p,
.briefing-container ul li {
  color: var(--secondary-text);
  line-height: 150%;
  font-weight: 300;
}

.briefing-container p:nth-child(1) {
  font-size: 0.9rem;
}
/* project-brief section ends here */

/* roles and responsibility section starts here */
.rrsection {
  width: 100%;
  padding: 2rem;
  display: flex;
  gap: 1rem;
}

.rr-container {
  padding: 1.75rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
}

.rr-part,
.tools-skills > div {
  padding: 1.25rem;
  position: relative;
  border-radius: 0.7rem;
  background-color: var(--muted-color);
  width: 100%;
}

.rr-container > div:nth-child(1) {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: space-evenly;
}

.rr-container > div:nth-child(2),
.rr-container > div:nth-child(3) {
  flex: 0 0 40%;
  display: flex;
  gap: 1.25rem;
  justify-content: space-evenly;
}

.rr-container > div p,
.tools-skills ul li,
.skills ul li,
.rr-part-des ul li {
  color: var(--secondary-text);
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 150%;
}

.rr-container > div h3 {
  color: var(--primary-text);
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0.65rem;
}

.tools ul li,
.skills ul li {
  list-style-type: none;
  display: block;
  padding: 0.35rem 0;
}

.rr-part-des ul li {
  padding: 0.35rem 0;
  margin-left: 1rem;
}
/* roles and responsibility section ends here */

/* display screens section starts here */
.screens {
  width: 100%;
  padding: 1rem;
}

.screens-container {
  width: 100%;
  max-width: 1440px;
  padding: 1rem;
  margin: 0 auto;
}

.screens-container > div {
  margin-bottom: 2.25rem;
  position: relative;
  padding-bottom: 2.25rem;
}

.screens-container > div:last-child {
  margin-bottom: 0;
}

.screens-container > div::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  border-radius: 50%;
  background-color: var(--border);
  left: 50%;
  right: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.sketches h2 {
  font-size: 2.575rem;
  margin-bottom: 2.455rem;
  font-weight: 400;
  color: var(--primary-text);
}

.sketches 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;
}
/* display screens section ends here */

/* features screens section starts here */
.features {
  width: 100%;
  padding: 1rem;
}

.features-container {
  width: 100%;
  max-width: 1440px;
  padding: 1rem;
  margin: 0 auto;
}

.features-container h2 {
  font-size: 2.575rem;
  margin-bottom: 2.455rem;
  font-weight: 400;
  color: var(--primary-text);
}

.features-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;
}

.feature-all {
  width: 80%;
  margin: 0 auto;
}

.feature-all > div:not(:last-child) {
  margin-bottom: 4rem;
}

.feature-all .feature > div {
  width: 50%;
}

.feature-all .feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.35rem;
}

.feature-img {
  height: 450px;
  text-align: center;
  border-radius: 8px;
}

.feature-img img {
  height: 100%;
  width: auto;
  object-fit: contain;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
}

.feature:nth-child(even) {
  flex-direction: row-reverse;
}

.feature-des h1 {
  margin: 0.8rem 0;
  font-size: 3rem;
  font-weight: 500;
  color: var(--primary-text);
}

.feature-des p:nth-child(2) {
  font-weight: 300;
  color: var(--secondary-text);
  line-height: 150%;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
  font-style: italic;
}

.feature-des p:nth-child(3) {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  line-height: 160%;
}

.feature-des p:nth-child(5) {
  font-weight: 300;
  color: var(--secondary-text);
  line-height: 150%;
  margin-bottom: 0.75rem;
}

.feature-des span:nth-child(1) {
  color: var(--secondary-text);
}

.feature-des span {
  font-weight: 300;
  font-size: 0.85rem;
}

span.violated {
  display: inline-block;
  padding: 0.6rem;
  border-radius: 10px;
  color: var(--white);
  background-color: #fe2a31;
}

span.not-violated {
  display: inline-block;
  padding: 0.6rem;
  border-radius: 10px;
  color: var(--white);
  background-color: #20bb8d;
}

.spans {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin: 1.3rem 0;
}

.features-container .h-e-conclusion,
.screens-container .h-e-conclusion {
  width: 100%;
  padding: 0.85rem;
  background-color: #efe5ff;
  color: #5f07ed;
  border-radius: 0.7rem;
  margin: 0.7rem 0;
  border: 1px solid #5f07ed;
}

.h-e-conclusion h3 {
  font-size: 1.3rem;
  font-weight: 400;
}

.h-e-conclusion p {
  font-weight: 300;
  margin: 0.6rem 0;
  line-height: 160%;
}

.h-e-conclusion ul li {
  margin-left: 0.9rem;
  font-weight: 300;
  line-height: 160%;
}
/* features screens section ends here */

/* behance link section */
.behance-link {
  width: 100%;
  padding: 1rem;
}

.be-link-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  text-align: center;
}

.be-link-container a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--link-color);
  border-radius: 8px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
}

.be-link-container a:hover {
  transform: translateY(-5px);
}

.be-link-container .fa-solid {
  margin-left: 0;
  transform: rotate(0);
}
/* behance link section ends */

/* project navigation section starts here */
.project-navigation {
  width: 100%;
  padding: 3rem 1rem;
}

.pro-nav-container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  margin: 0 auto;
  gap: 1rem;
}

.pro-nav-container > div {
  width: 50%;
  background-color: var(--muted-color);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.55rem;
}

.pro-nav-container > div p {
  font-size: 0.85rem;
  color: var(--secondary-text);
  font-weight: 400;
}

.pro-nav-container > div h3 {
  font-size: 1.3rem;
  color: var(--primary-text);
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.pro-nav-container > div a {
  display: inline-flex;
  gap: 0.35rem;
  transition: all 0.3s ease-in-out;
}

.pro-nav-container > div a span {
  display: none;
}

.project-navigation .navigation-prev:hover a {
  transform: translateX(-7px);
}

.project-navigation .navigation-next:hover a {
  transform: translateX(7px);
}

.pro-nav-container > div .fa-solid {
  margin-left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
/* project navigation 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: 1rem;
  }

  .img-container {
    justify-content: flex-start;
    gap: 1rem;
  }

  .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%;
  }

  .banner-des {
    gap: 1.15rem;
  }

  .rr-container,
  .rrsection,
  .work-glimse,
  .briefing-container,
  .prj-ovr-section,
  .challenges-section {
    padding: 1rem;
  }

  .screens-container {
    padding: 1rem 0;
  }

  .screens-container > div:last-child {
    margin-bottom: 0;
  }

  .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;
  }

  .features,
  .features-container {
    padding: 0.5rem;
  }

  .feature-all {
    width: 100%;
  }

  /* .feature-img {
    height: 350px;
  } */

  .features-container h2 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .features-container h2,
  .sketches h2 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }

  .feature-des h1 {
    font-size: 1.25rem;
    margin: 0.8rem 0 0;
  }
}

@media (max-width: 550px) {
  .feature-all > div:not(:last-child) {
    margin-bottom: 2rem;
  }

  .feature-all .feature {
    flex-direction: column;
    gap: 0.85rem;
  }

  .feature-all .feature > 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;
  }
}
/* mediaquery ends here */
