      @import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
      body {
        background-color: #fafafa;
        font-family: 'Raleway', sans-serif;
        display: flex; 
        flex-direction:column;
        justify-content: flex-start;
        align-items: center;
        height: 100vh;
        margin: 0;
      }
       header nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fafafa;
        height: 80px;
        z-index: 1;
        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;
        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;
      }
      .first-container {
        display: flex;
        justify-content: space-evenly;
        width: 80%;
        margin: 0 10%;
        flex-direction: row-reverse;
        margin-top: 120px;
      }
      .text-container {
        width: 50%;
        padding: 0px;
        text-align: left;
      }
      .first-container .text-container p {
        padding-right: 80px;
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 30px;
      }
      h1 {
        margin-top: 0px;
        font-size: 42px;
        margin-bottom: 30px;
      }
      p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
      }
      .image-container {
      width: 40%;
      text-align: center;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
}

      
      img {
        width: 85%;
        height: auto;
        border-radius: 10px;
      }

.other-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 100px;
   }

   .images {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: auto;
      margin: 0 8% 0 8%;
   }

   .images img {
      width: 80%;
      height: ;
      object-fit: cover;
   }
   .details {
    display: flex;
    flex-direction: column;
    align-items: center;
   }

      .gap {
    margin-top: 80px;
   }

   .connect-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #121212;
    padding: 3% 0;
    width: 100vw;
    }
    .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;
    }
      .hamburger {
        display: none;
      }
      .mobile-nav {
        display: none;
      }
      .mobile-nav a{
        display: none;
      }

@media only screen and (min-width: 768px) and (max-width: 1023px){

      body {
        background-color: #fafafa;
        font-family: 'Raleway', sans-serif;
        display: flex; 
        flex-direction:column;
        justify-content: flex-start;
        align-items: center;
        height: 100vh;
        margin: 0;
      }
      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: flex;
        list-style: none;
        margin: 0 60px;
        padding-top: 20px;
      }
      header nav li {
        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 60px;
        padding-top: 17px;
        height: 35px;
        width: 25px;
        position: relative;
        z-index: 4;
      }
      .first-container {
        display: flex;
        justify-content: space-between;
        width: auto;
        margin: 0 5%;
        flex-direction: row-reverse;
        margin-top: 120px;
      }
      .text-container {
        width: 60%;
        padding: 0px;
        text-align: left;
      }
      .first-container .text-container p {
        padding-right: 20px;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
      }
      h1 {
        margin-top: 0px;
        font-size: 32px;
        margin-bottom: 30px;
      }
      p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
      }
      .image-container {
      width: 40%;
      text-align: center;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
}

      
      img {
        width: 85%;
        height: auto;
        border-radius: 10px;
      }

    .other-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 100px;
   }

   .images {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: auto;
      margin: 0 5% 0 5%;
   }

   .images img {
      width: 80%;
      height: ;
      object-fit: cover;
   }
   .details {
    display: flex;
    flex-direction: column;
    align-items: center;
   }

   .gap {
   margin-top: 80px;
   }

   .fa-linkedin-in{
    font-size: 30px;
    color: #fafafa;
    margin-right: 1%;
  }
  .fa-behance{
    font-size: 30px;
    color: #fafafa;
    
  }
.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%;
  }
  .image-container {
  position: relative;
  }
  .Copyright p{
    text-align:center; 
    font-size:12px; 
    margin-top: 24px; 
    color: #7d7d7d;
    width: max-content;
  }
      .hamburger {
        display: none;
      }
      .mobile-nav {
        display: none;
      }
      .mobile-nav a{
        display: none;
      }




}


@media only screen and (max-width: 767px){
      body {
        background-color: #fafafa;
        font-family: 'Raleway', sans-serif;
        display: flex; 
        flex-direction:column;
        justify-content: flex-start;
        align-items: center;
        height: 100vh;
        margin: 0;
      }
       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 {
        display: none;
        border-bottom: 2px solid #000;
        padding-bottom: 5px;
        font-weight: bold;
      }
       header img {
        position: relative;
        margin: 0 0 0 25px;
        padding-top: 17px;
        height: 35px;
        width: 25px;
        z-index: 4;
      }
      .first-container {
        display: flex;
        justify-content: space-between;
        width: auto;
        margin: 0 5%;
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 80px;
      }
      .text-container {
        width: auto;
        padding: 0px;
        text-align: center;
      }
      .first-container .text-container p {
        padding-right: 10px;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
      }
      h1 {
        margin-top: 0px;
        font-size: 42px;
        margin-bottom: 30px;
      }
      p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
      }
      .image-container {
        margin-bottom: 30px;
      width: auto;
      text-align: center;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
}

      
      img {
        width: 100%;
        height: auto;
        border-radius: 10px;
      }

.other-container {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 30px;
   }

   .images {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: auto;
      margin: 0 5%;
   }

   .images img {
      width: 80%;
      height: ;
      object-fit: cover;
   }
   .details {
    display: flex;
    flex-direction: column;
    align-items: center;
   }

   .gap {
    margin-top: 20px;
   }

   
   .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
    }
        .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;
      }


}
