.about-container {
  padding: 150px 140px; }
  @media only screen and (min-width: 340px) and (max-width: 768px) {
    .about-container {
      padding: 40px 20px; } }
  .about-container .container-title {
    font-size: 48px;
    color: #d2cfbb; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .about-container .container-title {
        font-size: 20px; } }
    .about-container .container-title span {
      color: #fff; }
  .about-container .expertise-container {
    display: flex;
    margin-top: 80px; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .about-container .expertise-container {
        gap: 8px;
        margin-top: 28px;
        flex-direction: column; } }
    .about-container .expertise-container .column {
      flex: 1;
      color: #fff;
      font-size: 28px; }
      @media only screen and (min-width: 340px) and (max-width: 768px) {
        .about-container .expertise-container .column {
          font-size: 16px; } }
      .about-container .expertise-container .column:first-child {
        flex: 0.7; }

.project-container {
  width: 100%;
  display: flex;
  height: 500px;
  position: relative;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 340px) and (max-width: 768px) {
    .project-container {
      height: 364px; } }
  .project-container.has-column {
    display: flex; }
    .project-container.has-column .column {
      flex: 1;
      display: flex;
      justify-content: center; }
  .project-container.fullbridge {
    background-size: cover;
    background: url("../images/portfolio/backgrounds/Fullbridge.png"); }
  .project-container.hackerearth {
    background-size: cover;
    background: url("../images/portfolio/backgrounds/Hacker-earth.png"); }
  .project-container.mpl {
    background-size: cover;
    background: url("../images/portfolio/backgrounds/MPL.png"); }
  .project-container.nykaa {
    background-size: cover;
    background: url("../images/portfolio/backgrounds/naykaa-shopex.png"); }
  .project-container.fabhotel {
    background-size: cover;
    background: url("../images/portfolio/backgrounds/Fab.png"); }
  .project-container.nigeria {
    background-size: cover;
    background: url("../images/portfolio/backgrounds/Nigeria.png"); }
  .project-container.yesbank {
    background-size: cover;
    background: url("../images/portfolio/backgrounds/Banks.png"); }
  .project-container.multiple {
    background-size: cover;
    background: url("../images/portfolio/backgrounds/Various-hospitality-apps.png"); }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-container.multiple {
        height: 480px; } }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-container.multiple .logo-title {
        margin-bottom: 40px; } }
    .project-container.multiple .logo {
      margin-bottom: 10px; }
  .project-container .fix-background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  .project-container .logo-container {
    z-index: 10;
    top: 100px;
    text-align: center;
    position: sticky; }
    .project-container .logo-container .logo {
      margin-right: 10px; }
      .project-container .logo-container .logo:last-child {
        margin-right: 0; }
  .project-container .logo-title {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px; }
  .project-container .project-title {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-container .project-title {
        font-size: 20px;
        margin-bottom: 20px; } }
  .project-container .view-link {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #dde92e;
    font-weight: normal;
    text-decoration: none; }

.project-detail-container {
  display: flex;
  text-align: center;
  padding: 130px 200px;
  flex-direction: column; }
  @media only screen and (min-width: 340px) and (max-width: 768px) {
    .project-detail-container {
      padding: 40px 20px; } }
  .project-detail-container.has-column {
    gap: 100px;
    padding: 130px 50px;
    flex-direction: row; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-detail-container.has-column {
        gap: 0px;
        padding: 40px 10px; } }
    .project-detail-container.has-column .project-title {
      font-size: 28px; }
      @media only screen and (min-width: 340px) and (max-width: 768px) {
        .project-detail-container.has-column .project-title {
          font-size: 20px; } }
    .project-detail-container.has-column .role {
      font-size: 16px; }
  .project-detail-container.mpl-branding {
    background-color: #d91124; }
  .project-detail-container.fab-hotels-branding {
    background-color: #1b2c75; }
  .project-detail-container.my-process {
    padding: 90px 200px;
    background-color: #dde025; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-detail-container.my-process {
        padding: 40px 20px; } }
    .project-detail-container.my-process .project-title {
      color: #000000; }
      @media only screen and (min-width: 340px) and (max-width: 768px) {
        .project-detail-container.my-process .project-title {
          margin: 0; } }
      .project-detail-container.my-process .project-title a {
        color: inherit;
        text-decoration: none; }
  .project-detail-container .column {
    flex: 1; }
  .project-detail-container .subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-detail-container .subtitle {
        font-size: 12px;
        margin-bottom: 20px; } }
  .project-detail-container .project-title {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-detail-container .project-title {
        font-size: 20px;
        margin-bottom: 20px; } }
  .project-detail-container .role {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-detail-container .role {
        font-size: 12px;
        margin-bottom: 20px; } }
  .project-detail-container .view-link {
    font-size: 16px;
    cursor: pointer;
    color: #dde92e;
    font-weight: normal;
    text-decoration: none; }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .project-detail-container .view-link {
        font-size: 12px; } }

.portfolio-work-wrapper {
  display: flex;
  padding: 130px 140px;
  flex-direction: column; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .portfolio-work-wrapper {
      padding: 100px 30px; } }
  @media only screen and (min-width: 340px) and (max-width: 768px) {
    .portfolio-work-wrapper {
      padding: 70px 20px 40px 20px; } }
  .portfolio-work-wrapper .portfolio-work-container {
    display: flex;
    padding: 80px 0;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .portfolio-work-wrapper .portfolio-work-container {
        padding: 60px 0; } }
    @media only screen and (min-width: 340px) and (max-width: 768px) {
      .portfolio-work-wrapper .portfolio-work-container {
        padding: 40px 0;
        text-align: center;
        align-items: center;
        flex-direction: column; } }
    .portfolio-work-wrapper .portfolio-work-container img {
      width: 160px; }
      @media only screen and (min-width: 340px) and (max-width: 768px) {
        .portfolio-work-wrapper .portfolio-work-container img {
          width: 80px; } }
    .portfolio-work-wrapper .portfolio-work-container .work-details-container {
      display: flex;
      margin-left: 50px;
      flex-direction: column; }
      @media only screen and (min-width: 340px) and (max-width: 768px) {
        .portfolio-work-wrapper .portfolio-work-container .work-details-container {
          margin-left: 0;
          margin-top: 28px; } }
      .portfolio-work-wrapper .portfolio-work-container .work-details-container .work-title {
        font-size: 48px;
        color: #d2cfbb;
        font-weight: normal;
        transition: ease all 0.4s; }
        @media only screen and (min-width: 768px) and (max-width: 1024px) {
          .portfolio-work-wrapper .portfolio-work-container .work-details-container .work-title {
            font-size: 32px; } }
        @media only screen and (min-width: 340px) and (max-width: 768px) {
          .portfolio-work-wrapper .portfolio-work-container .work-details-container .work-title {
            font-size: 20px; } }
        .portfolio-work-wrapper .portfolio-work-container .work-details-container .work-title:hover {
          color: #ffffff; }
      .portfolio-work-wrapper .portfolio-work-container .work-details-container .work-category {
        color: #fff;
        font-size: 16px;
        margin-top: 30px;
        letter-spacing: normal; }
        @media only screen and (min-width: 340px) and (max-width: 768px) {
          .portfolio-work-wrapper .portfolio-work-container .work-details-container .work-category {
            margin-top: 16px; } }
