@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
body {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

:root {
  --des-text: #272727;
  --primary-color: #006ff1;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.only-mobile {
  display: none;
}

/* Header section start */

.header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-cont {
  width: 100%;
  height: 41px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 41px 140px;
  max-width: 1600px;
}

.header-logo {
  width: 206px;
  height: auto;
}

.nav-links {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  list-style: none;
  column-gap: 25px;
}

.nav-links li {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: left;
}
.nav-links li a {
  color: var(--des-text);
  text-decoration: none;
  font-weight: 500;
}

/* Header section end */

main {
  /* padding-bottom: 50px; */
}

/* Portfolio hero section start */

.portfolio-hero-section {
  max-height: 1354px;
  position: relative;
  padding: 41px 140px;
  max-width: 1600px;
  width: 100%;
}

.hero-blue-gradient-container {
  position: relative;
  width: 40%;
  height: 400px;
}

.hero-blue-gradient {
  position: absolute;
  left: 60px;
  height: 100%;
  top: -40px;
  height: 400px;
  width: auto;
}

.backgroundGrid {
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
}

.portfolio-hero-row-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 206px;
  margin-top: 100px;
}

.portfolio-hero-row-1 h1 {
  font-size: 235px;
  font-weight: 500;
  line-height: 196px;
  text-align: left;
  color: #e2e2e2;
  max-width: 60%;
}

.portfolio-hero-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.portfolio-hero-row-2 h3 {
  font-size: 88px;
  font-weight: 500;
  line-height: 92px;
  text-align: left;
  max-width: 702px;
  text-transform: uppercase;
}

.portfolio-hero-row-2 p {
  max-width: 368px;
}

/* Portfolio hero section End */

/* Project count section start */

.project-count-section {
  padding: 116px 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
}

.count-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
}

.count-card p {
  font-size: 100px;
  font-weight: 400;
  line-height: 92px;
  text-align: left;
}

.section-break {
  width: 1px;
  height: 100%;
  background: #b7b7b7;
  height: 154.96px;
}

.count-card label {
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  text-align: left;
  color: #272727;
  text-transform: uppercase;
}

/* Project count section end */

/* Portfolio card section start */

.portfolio-list-section {
  width: 100%;
  padding: 41px 140px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 35px;
  column-gap: 24px;
  margin-bottom: 230px;
  max-width: 1600px;
  width: 100%;
}

.portfolio-card {
  width: 48.5%;

  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  row-gap: 30px;
}

.portfolio-content-container {
  width: 100%;
}

.card-heading-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-heading-container h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
}

.card-heading-container p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

.portfolio-card img {
  width: 100%;
}

.card-description {
  margin-top: 15px;

  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
/* Portfolio card section end */

/* Footer section start */

.footer-section {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-container {
  color: #ffff;
  padding: 91px 140px;
  max-width: 1600px;
  width: 100%;
}

.footer-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-logo {
  width: 256px;
  height: auto;
}

.footer-content-two {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

.footer-content-one p {
  width: 351px;
  margin-top: 32px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}

.active-link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 21px;
  width: 300px;
}

.active-link-container p {
  font-size: 25px;
  font-weight: 600;
  line-height: 31.5px;
  text-align: left;
  text-transform: uppercase;
}

.active-link-container li {
  list-style: none;
}

.active-link-container li a {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 10px;
  padding-bottom: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}

.address-container {
  max-width: 229px;
}

.address-container-header {
  font-size: 25px;
  font-weight: 600;
  line-height: 31.5px;
  text-align: left;
  text-transform: uppercase;
}

.address-container p:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.16px;
  text-align: left;
  padding: 21px 0;
}

/* Footer section end */

@media only screen and (min-width: 1024px) and (max-width: 1340px) {
  /* Header section start  */

  .header-cont {
    padding: 41px 65px;
  }

  .nav-links {
    column-gap: 10px;

    column-gap: 14px;
  }

  .nav-links li {
    font-size: 14px;
  }

  .header-cont {
    width: 100%;
    height: 41px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 54px 65px;
  }
  /* Header section End */

  /* Portfolio Hero section start */

  .portfolio-hero-section {
    max-height: 1354px;
    position: relative;
    padding: 41px 65px;
  }

  .portfolio-hero-row-1 {
    margin-bottom: 122px;
    margin-top: 38px;
  }

  .portfolio-hero-row-1 h1 {
    font-size: 179px;

    line-height: 154px;
  }

  .hero-blue-gradient {
    height: 285px;
  }

  .portfolio-hero-row-2 h3 {
    font-size: 63px;
    font-weight: 500;
    line-height: 71px;
    text-align: left;
    max-width: 690px;
    text-transform: uppercase;
  }

  .portfolio-hero-row-2 p {
    max-width: 319px;
    font-size: 15px;
  }

  /* Portfolio Hero section start */

  /* project count section start  */

  .project-count-section {
    padding: 41px 65px;
  }
  .count-card p {
    font-size: 80px;
  }

  .count-card label {
    font-size: 19px;
  }

  .count-card {
    row-gap: 12px;
  }

  /* project count section end */

  /* Portfolio card section start*/
  .portfolio-list-section {
    width: 100%;
    padding: 41px 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 24px;
    margin-bottom: 70px;
  }

  .portfolio-card {
    width: 48.5%;
    max-height: 600px;

    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    row-gap: 30px;
  }
  /* Portfolio card section end*/

  /* Footer section start 1024*/

  .footer-container {
    background-color: #000000;
    color: #ffff;
    padding: 91px 65px;
  }

  .footer-content-one p {
    width: 323px;
    margin-top: 32px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
  }

  .active-link-container li a {
    font-size: 14px;
    padding-bottom: 9px;
  }

  .active-link-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 21px;
    width: 181px;
  }

  .address-container p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    padding: 21px 0;
  }
  /* Footer section End 1024 */
}

@media only screen and (min-width: 1340px) and (max-width: 1439px) {
  /* Header section start  */
  .header-cont {
    padding: 41px 100px;
  }

  .nav-links {
    column-gap: 10px;

    column-gap: 14px;
  }

  .nav-links li {
    font-size: 14px;
  }

  .header-cont {
    width: 100%;
    height: 41px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 54px 160px;
  }

  /* Header section End */

  /* Footer section start 1024*/

  .footer-container {
    background-color: #000000;
    color: #ffff;
    padding: 91px 160px;
  }
  /* Footer section End 1024 */
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* common */
  .only-mobile {
    display: block;
  }
  /* Header section start  */

  .nav-container {
    display: none;
  }

  .header-cont {
    padding: 40px 35px;
  }

  .header-logo {
    width: 99px;
    height: auto;
  }
  /* Header section End  */

  /* Hero section Start */
  .portfolio-hero-section {
    max-height: 100%;
    position: relative;
    padding: 41px 35px;
    position: relative;
    overflow: clip;
  }

  .portfolio-hero-row-1 h1 {
    font-size: 100px;
    font-weight: 500;
    line-height: 100px;
    text-align: left;
    color: #e2e2e2;
    max-width: 100%;
  }

  .portfolio-hero-row-1 {
    margin-bottom: 17px;
    margin-top: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-blue-gradient-container {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0px;
    right: -77px;
  }

  .hero-blue-gradient {
    /* position: absolute; */
    left: 0px;
    height: 100%;
    top: 0px;
    height: 267px;
    width: 100%;
  }

  .portfolio-hero-row-2 h3 {
    font-size: 48px;
    line-height: 51px;
  }

  .portfolio-hero-row-2 {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
  }

  .portfolio-hero-row-2 p {
    margin-top: 30px;
  }
  /* Hero section End */

  /* Portfolio count section start */

  .project-count-section {
    padding: 20px 35px;
  }

  .count-card p {
    font-size: 35px;
    line-height: 44px;
  }

  .count-card label {
    font-size: 14px;
  }

  .count-card {
    row-gap: 7px;
  }

  .section-break {
    height: 80px;
  }

  /* Portfolio count section End */

  /* Portfolio List section start */
  .portfolio-list-section {
    width: 100%;
    padding: 21px 35px;
    row-gap: 12px;
    margin-bottom: 30px;
  }

  .portfolio-card {
    width: 100%;
    height: 100%;
    row-gap: 12px;
  }

  .card-heading-container h3 {
    font-size: 15px;
  }
  .card-heading-container p {
    font-size: 15px;
  }

  .card-description {
    font-size: 10px;
    line-height: 15px;
    margin-top: 9px;
  }
  /* Portfolio List section End */

  /* Footer section Start */

  .footer-container {
    padding: 57px 35px;
    column-gap: 40px;
    margin-top: 52px;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-content-one p {
    width: 154px;
    margin-top: 15px;

    font-size: 10px;
    font-weight: 300;
    line-height: 15px;
    text-align: left;
  }

  .footer-content-two {
    flex-direction: column-reverse;
    row-gap: 33px;
  }

  .active-link-container {
    width: auto;
    align-items: start;
    row-gap: 9px;
  }

  .address-container-header {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.9px;
    text-align: left;
    text-transform: uppercase;
  }

  .address-container p:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-align: left;
    padding: 21px 0;
  }

  .active-link-container p {
    font-size: 15px;
    font-weight: 600;
    line-height: 18.9px;
    text-align: left;
    text-transform: uppercase;
  }

  .active-link-container li a {
    font-size: 10px;
    line-height: 20px;
    padding-bottom: 10px;
  }

  /* Footer section End */

  .mobile-nav {
    height: 100vh;
    width: 100%;
    background: #ffffff;
    right: -100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    transition: right 1s ease-in-out;
    padding: 30px;
  }

  .mobile-nav-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .mobile-nav-header .logo img {
    width: 150px;
    height: auto;
  }

  .mobile-nav-header i {
    font-size: 20px;
  }

  .mobile-nav .mobile-nav-list {
    transition: opacity 1s ease-in-out;
  }

  .mobile-nav.expanded {
    height: 100vh;
    right: 0%;
    transition: right 1s ease-in-out;
  }

  .mobile-nav.expanded .mobile-nav-list {
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }

  .mobile-nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }

  .mobile-active-links {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 10px;
  }

  .mobile-active-links a {
    color: var(--des-text);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
  }

  .hamburger {
    cursor: pointer;
    width: 25px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    user-select: none;
  }

  .hamburger.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.open .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .bar {
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
  }

  .hamburger.open .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.open .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open .bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .footer-section {
    margin-top: 50px;
  }
}
