@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Source+Sans+Pro:wght@300;400;600&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&family=Open+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap'); 

      body {
        background-color: #fafafa;
        color: #282d46;
        font-family: 'Poppins', 'Source Sans Pro';
        margin:0;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .hero, .section_1, .solution, .design_process, .research, .persona, .journey, .comp_audit, .userflow, .info_arch, .wireframes, .color_scheme, .hifi_designs{
        margin-left: 12%;
        margin-right: 12%;
        max-width: 1152px;
      }
      header nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fafafa;
        height: 80px;
        z-index: 1;
        font-family: 'Raleway', sans-serif;
        display: flex;
        justify-content: space-between;
        border-bottom-style: solid;
        border-width: 0.5px;
        border-color: #dfdfdf
      }
      header nav ul {
        display: flex;
        list-style: none;
        margin: 0 80px 0 0;
        padding-top: 25px;
      }
      header nav li {
        margin: 0 20px;
      }
      header nav li a:hover {
        font-weight: bold;
        }
      header nav a {
        color: #252525;
        text-decoration: none;
      }
      header nav a.active {
        border-bottom: 2px solid #000;
        padding-bottom: 5px;
        font-weight: bold;
      }
       header img {
        margin: 0 0 0 80px;
        padding-top: 17px;
        height: 35px;
        width: 25px;
      }
      .hamburger {
        display: none;
      }
      .mobile-nav {
        display: none;
      }
      .mobile-nav a{
        display: none;
      }
     
      h1{
        font-size: 28px;
        line-height: 110%;
        font-weight: 400;
      }
      h2{
        font-size: 20px;
        line-height: 110%;
        font-weight: 400;
      }
      h3{
        font-size: 42px;
        line-height: 110%;
        font-weight: 400;
        text-align: center;
        margin-bottom: 24px;
      }
      p{
        font-size: 16px;
        line-height: 150%;
        font-weight: 300;
        padding-top: 8px;
      }
      .hero{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
      }
      .hero-heading{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 60%;
        margin-bottom: 32px;
      }
      .section_1{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
      }
      .section_1 .heading{
        width: 20%;
      }
      .section_1 .body-copy{
        width: 70%;
      }
      .section_1 .body-copy .part-2{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
      }
      .divider{
        width: 100%;
        height: 0.5px;
        margin: 5% 0 5% 0;
        background-color: #929292;
        opacity: 20%;
      }
      #design_sprint .body-copy{
        display: contents;
      }
      #design_sprint h2{
        padding-top: 8px;
      }
      #design_sprint .subheading{
        display: flex;
        flex-direction: row;
        column-gap: 24px;
      }
      #design_sprint .subheading ul{
        margin: 0;
      }
      .topics{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
      }
      .topics p{
        width: 60%;
      }
      #analysis{
        display: flex;
        flex-direction: column;
      }
      #analysis .heading-holder{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
      }
      #analysis .image-holder img {
       padding-top: 48px;
       width: 100%; 
      }
      #comp_research .part-1{
        display: flex;
        flex-direction: column;
        row-gap: 24px;
      }
      #wireframes{
        display: flex;
        flex-direction: row;
      }
      #wireframes .heading {
        position: sticky;
        top: 100px;
        height: fit-content;
      }
      #wireframes .body-copy{
        width: 100%;
      }
      #wireframes .BC_img{
        display: flex;
        flex-direction: column;
        width: 70%;
      }
      #wireframes .image-holder{
        text-align:right;
      }
      #wireframes .image-holder img {
        padding-top: 48px;
        width: 100%; 
       }
      .connect-container {
        display: flex;
        flex-direction: column;
        text-align: center;
        background-color: #121212;
        padding: 3% 0;
        font-family: 'Raleway', sans-serif;
        }
        .connect-container p{
          margin-left: 5%;
          font-size: 42px;
          margin-bottom: 20px;
          color: #fafafa;
          text-align: left;
        }
        .connect-container n{
          font-size: 20px;
          color: #fafafa;
          text-align: left;
          margin-left: 5%;
          margin-top: 1%;
          margin-right: 5%;
        }
        .fa-linkedin-in{
          font-size: 40px;
          color: #fafafa;
          margin-right: 1%;
        }
        .fa-behance{
          font-size: 40px;
          color: #fafafa;
        }
        .icon-container {
        display: flex;
        justify-content: flex-start;
        margin-top: 2%;
        margin-left: 5%;
        gap: 2%;
        }
  
        .image-container {
        position: relative;
        }
        .Copyright p{
          text-align:left; 
          font-size:14px; 
          margin-top: 4%; 
          color: #7d7d7d;
          margin-left: 5%;
          margin-bottom: 0;
        }
        footer{
          margin: 0px;
          width: 100%;
        }
      
      @media only screen and (min-width: 1600px) {
        .hero, .overview1, .section, .solution, .design_process, .research, .persona, .journey, .comp_audit, .userflow, .info_arch, .wireframes, .color_scheme, .hifi_designs{
         max-width: 1121px;
         margin-left: auto;
         margin-right: auto;
        }
        .section{
          margin-top: 10%;
        }
      }

      @media only screen and (max-width: 1300px) {
        .hero, .overview1, .section, .solution, .design_process, .research, .persona, .journey, .comp_audit, .userflow, .info_arch, .wireframes, .color_scheme, .hifi_designs{
          margin-left: 10%;
          margin-right: 10%;
        }
      }

      @media only screen and (max-width: 1114px) {
        .hero, .overview1, .section, .solution, .design_process, .research, .persona, .journey, .comp_audit, .userflow, .info_arch, .wireframes, .color_scheme, .hifi_designs{
          margin-left: 8%;
          margin-right: 8%;
        }

      }
      @media only screen and (max-width: 1024px) {
        .hero, .overview1, .section, .solution, .design_process, .research, .persona, .journey, .comp_audit, .userflow, .info_arch, .wireframes, .color_scheme, .hifi_designs{
          margin-left: 8%;
          margin-right: 8%;
        }
        .header3 h1{
          font-size: 28px;
        }
        h1{
          font-size: 28px;
        }
        h3{
          font-size: 26px;
          letter-spacing: 0rem;
        }
        p{
          font-size: 16px;
        }
        .dumbbells img{
          width: 27px;
          height: auto;
          margin-top: -10px;
        }
        .author p{
          margin: 0;
        }
        .comp_audit .description1{
          display: flex;
          flex-direction: column-reverse;
          align-items: center;
          justify-content: space-evenly;
        }
        
        .comp_audit .description2{
          display: flex;
          flex-direction: column-reverse;
          align-items: center;
          justify-content: space-evenly;
        }
        .comp_audit .description3{
          display: flex;
          flex-direction: column-reverse;
          align-items: center;
          justify-content: space-evenly;
        }
        .solution .description1 img{
          width: 45%;
        }
        .solution .description2 img{
          width: 45%;
        }
        .rows{
          margin-bottom: 10%;
        }
        .screens{
          width: 28%;
        }
        .connect-container {
          display: flex;
          flex-direction: column;
          text-align: left;
          padding: 4% 0;
          }
          .connect-container p{
            font-size: 24px;
          }
          .connect-container n{
            font-size: 16px;
          }
          .icon-container {
            display: flex;
            justify-content: flex-start;
            margin-top: 20px;
            gap: 3%;
            }
      
        .fa-linkedin-in{
          font-size: 30px;
          color: #fafafa;
          margin-right: 1%;
        }
        .fa-behance{
          font-size: 30px;
          color: #fafafa;
        }
        .Copyright p{
          text-align:center; 
          font-size:12px; 
          margin-top: 24px; 
          color: #7d7d7d;
          width: max-content;
        }
    }

      @media only screen and (max-width: 929px) {
        .hero, .overview1, .section, .solution, .design_process, .research, .persona, .journey, .comp_audit, .userflow, .info_arch, .wireframes, .color_scheme, .hifi_designs{
          margin-left: 5%;
          margin-right: 5%;
        }
        .solution .description1 p{
          font-size: 16px;
        }
      }
      @media only screen and (max-width: 768px) {

        .hero, .overview1, .section, .solution, .design_process, .research, .persona, .journey, .comp_audit, .userflow, .info_arch, .wireframes, .color_scheme, .hifi_designs{
          margin-left: 6%;
          margin-right: 6%;
        }
        header nav {
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          background-color: #fafafa;
          height: 70px;
          z-index: 1;
          display: flex;
          justify-content: space-between;
          border-bottom-style: solid;
          border-width: 0.5px;
          border-color: #dfdfdf
        }
        header nav ul {
          display: none;
          display: flex;
          list-style: none;
          margin: 0 60px;
          padding-top: 20px;
        }
        header nav li {
          display: none;
          margin: 0 20px;
        }
        header nav a {
          color: #252525;
          text-decoration: none;
        }
        header nav a.active {
  
          border-bottom: 2px solid #000;
          padding-bottom: 5px;
          font-weight: bold;
        }
        header img {
          margin: 0 0 0 25px;
          padding-top: 17px;
          height: 35px;
          width: 25px;
        }
        .hamburger{
          z-index: 2;
          position: relative;
          display: block;
          width: 44px;
          height: 50px;
          cursor: pointer;
          margin: 0 25px;
          padding-top: 20px;
          padding-right: 7px;
          padding-left: 7px;
          appearance: none;
          background: none;
          outline: none;
          border: none;
        }
        .hamburger .bar, .hamburger:after, .hamburger:before{
          z-index: 3;
          content: '';
          display: block;
          width: 100%;
          height: 3px;
          background-color: #252525;
          margin: 7px 0px;
          transition: 0.4s;
          border-radius: 10px;
        }
        .hamburger.is-active:before{
          transform: rotate(-45deg) translate(-8px,7px);
        }
        .hamburger.is-active .bar{
          opacity: 0;
        }
        .hamburger.is-active:after{
          transform: rotate(45deg) translate(-6px,-7px);
        }
        .mobile-nav{
          position: fixed;
          top: 0;
          left: 100%;
          width: 100%;
          min-height: 100vh;
          display: block;
          z-index: 2;
          background-color: #f5f5f5;
          padding-top: 220px;
          transition: 0.4s;
  
        }
        .mobile-nav.is-active{
        left: 0;
        }
        .mobile-nav a {
            display: block;
            text-align: center;
            margin-bottom: 16px;
            padding: 12px 16px;
  
          }
          .mobile-nav a.active {
          display: block;
          margin: 0 auto 16px;
          padding: 0;
          text-align: center;
          width: fit-content;
          border-bottom: 2px solid #000;
          padding-bottom: 5px;
          font-weight: bold;
        }
        .header3 h1{
          font-size: 16px;
        }
        .hero{
          flex-direction: column;
          align-items: center;
          margin-top: 25%;
        }
        .hero .hero-left .header1{
          margin-bottom: 0px;
          justify-content: center;
        }
        .hero .hero-left .header2{
          margin-bottom: 0px;
          text-align: -webkit-center;
        }
        .hero .hero-right img {
          width: 85%;
          height: auto;
      }
      .fixed-btn {
        display: none;
      }
        .overview1 img{
          margin-right: 6px;
          height: 24px ;
        }
        .header2 p{
          font-size: 12px;
          padding: 8px 8px;
        }
        h1{
          font-size: 20px;
          width: 100%;
          text-align: -webkit-center;
        }
        h3{
          font-size: 16px;
          letter-spacing: -0.01rem;
        }
        h2{
          font-size: 11px;
        }
        p{
          font-size: 12px;
        }
        .dumbbells img{
          width: 17px;
          height: auto;
          margin-top: 0;
        }
        .dumbbells{
          padding-top: 0px;
          padding-left: 0px;
          padding-right: 0px;
        }
        .author {
          display: none;
        }
        .comp_audit .description1{
          display: flex;
          flex-direction: column-reverse;
          align-items: center;
          justify-content: space-evenly;
        }
        
        .comp_audit .description2{
          display: flex;
          flex-direction: column-reverse;
          align-items: center;
          justify-content: space-evenly;
        }
        .comp_audit .description3{
          display: flex;
          flex-direction: column-reverse;
          align-items: center;
          justify-content: space-evenly;
        }
        .detailed{
          padding: 1% 3.5%;;
        }
        .detailed a{
          font-size: 10px;
        }
        .solution .description1 img{
          width: 45%;
          transform: translateX(-9%);
        }
        .solution .description2 img{
          width: 45%;
        }
        .solution .description1 .parts {
          width: 90%;
        }
        .solution .description2 .parts {
          width: 90%;
        }
        .rows{
          margin-bottom: 10%;
        }
        .screens{
          width: 28%;
        }
        .solution .description1 {
          flex-direction: column-reverse;
        }
        .solution .description1 .parts p{
          margin-top: 20px;
          font-size: 12px;
        }
        .solution .description2 {
          flex-direction: column-reverse;
        }
        .solution .description1 .gap{
          margin-top: 0px;
        }
        .solution .description2 .gap{
          margin-top: 0px;
        }
        .journey .part2{
          font-size: 6px;
        }
        .bio p{
          font-size: 6px;
          margin-top: -6%;
        }
        .goals p{
          font-size: 6px;
        }
        .goals h3{
          font-size: 12px;
        }
        .user p{
          font-size: 6px;
        }
        .user h3{
          font-size: 12px;
        }
        .bio h3{
          font-size: 12px;
        }
        .design_process .details img{
          width: 40px;
        }
        .details h3{
          font-size: 14px;
        }
        .details p{
          font-size: 6px;
        }
        .steps{
          gap:-5px;
        }
        .gap{
          margin-top: 60px;
        }
        .quote h3{
          font-size: 11px;
        }
        .quote img{
          width: 8%;
          height: auto;
        }
        .persona_1 .section1 .user{
          margin-top: 3%;
        }
       .persona_1 .section1 .section2{
          gap:0px;
        }
        .persona_2 .section1 .user{
          margin-top: 1%;
        }
        .persona_2 .section1 .section2{
          gap:0px;
        }
        .journey .part2 table img{
          width: 35px;
          height: auto;
        }
        .journey .part1 .right-side h3{
          font-size: 12px;
          margin: 0;
        }
        .journey .part1 .right-side p{
          font-size: 10px;
          margin: 0;
        }
        .journey .part1 .left-side img{
          width: 80%;
        }
        .journey .part1 .left-side{
          width: 25%;
        }
        .journey .part1 .right-side .gap{
          margin-top: 8px;
        }
        .comp_audit .description1 .parts {
          width: 100%;
        }
        .comp_audit .description2 .parts {
          width: 100%;
        }
        #fig1 .rectangle {
          width: 90px;
          height: 70px;
          border-radius: 5px;
            }
        #fig2 .rectangle {  
          width: 90px;
          height: 70px;
          border-radius: 5px;
          }
        #fig3 .rectangle {
          width: 90px;
          height: 70px;
          border-radius: 5px;
          }
          #fig3 p{
            width: 48%;
            text-align: center;
            line-height: 1.2;
        }
        .figure{
          width: 100%;
        }
        td {
          padding: 7px;
        }
        .hifi_designs .rows p{
          font-size: 8px;
        }
        .connect-container {
          display: flex;
          flex-direction: column;
          text-align: left;
          padding: 6% 0;
          }
          .connect-container p{
            font-size: 24px;
          }
          .connect-container n{
            font-size: 14px;
          }
      
          .icon-container {
          display: flex;
          justify-content: flex-start;
          margin-top: 20px;
          gap: 4%;
          }
      
          .fa-linkedin-in{
            font-size: 24px;
            color: #fafafa;
            margin-right: 1%;
          }
          .fa-behance{
            font-size: 24px;
            color: #fafafa;
          }
          .Copyright p{
      
            text-align:left; 
            font-size:12px; 
            margin-top: 24px; 
            color: #7d7d7d
          }
          }


    


