@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: #1c1c1c;
        color: #f1f1f1;
        font-family: 'Poppins', 'Source Sans Pro';
        margin:0;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      .hero, .overview1{
        margin-left: 12%;
        margin-right: 12%;
        margin-bottom: 100px;
        max-width: 1152px;
      }
      header nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #1c1c1c;
        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: #565656;
      }
      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: #f1f1f1;
        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: 24px;
        line-height: 130%;
        font-weight: 400;
        color: #f59b48;
      }
      h3{
        font-size: 52px;
        line-height: 110%;
        font-weight: 400;
        text-align: center;
        font-weight: 400;
        margin: 0;
      }
      p{
        font-size: 18px;
        line-height: 150%;
        font-weight: 300;
        padding-top: 8px;
        color: #f1f1f1;
        opacity: 80%;
      }
      .hero{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
      }
      .hero img{
        width: 100%;
        height: auto;
      }
      .hero-heading{
        margin: 15vh 0 48px 0;
        text-align: center;
      }
      .webflow_website{
        padding: 12px 42px;
        font-family: 'Inter';
        font-size: 14px;
        font-weight: 500;
        color: #121212;
        background-color: #FFA149;
        border: none;
        border-radius: 6px;
      }
      .webflow_website:hover {
        color: #ffffff;
        transition: color .4s, opacity .4s, color .4s;
        cursor: pointer;
        }
      .description{
        display: flex;
        flex-direction: row;
      }
      .description p{
        padding: 0 0 0 15% ;
      }
      .sub-details{
        display: flex;
        flex-direction: row;
        padding: 0 0 0 15% ;
        justify-content: space-between;
      }
      .part p, .part h2{
        padding: 0;
        color: #f1f1f1;
      }
      .website-link{
        overflow: hidden;
        border-width: 1px;
        border-style: solid;
        border-color: #f1f1f1;
        margin: 0 0 0 15% ;
      }
      .zoom-image{
        width: 100%;
        transition: transform 0.3s ease;
      }
      .zoom-image:hover{
        transform: scale(1.03);
      } 
      
      #letter img{
        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{
         max-width: 1121px;
         margin-left: auto;
         margin-right: auto;
        }
        
        .section{
          margin-top: 10%;
        }
      }

      @media only screen and (max-width: 1300px) {
        .hero, .overview1{
          margin-left: 10%;
          margin-right: 10%;
        }
      }

      @media only screen and (max-width: 1114px) {
        .hero, .overview1{
          margin-left: 8%;
          margin-right: 8%;
        }

      }
      @media only screen and (max-width: 1024px) {
        .hero, .overview1{
          margin-left: 8%;
          margin-right: 8%;
        }
        .header3 h1{
          font-size: 28px;
        }
        h1{
          font-size: 28px;
        }
        h3{
          font-size: 42px;
          letter-spacing: 0rem;
        }
        p{
          font-size: 16px;
        }
        .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{
          margin-left: 5%;
          margin-right: 5%;
        }
        .solution .description1 p{
          font-size: 16px;
        }
      }
      @media only screen and (max-width: 768px) {

        .hero, .overview1{
          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;
        }
       
        .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
          }
          }


    


