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

* {
  margin: 0;
  font-family: Plus Jakarta Sans;
}
html {
  scroll-behavior: smooth;
}
.hero {
  height: 160vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

nav {
  position: fixed;
  z-index: 1000;
  background-color: white;
  width: 100%;
  border-bottom: 1px solid #495a69;
  height: 50px;
  display: flex;
  gap: 250px;
  padding-bottom: 25px;
  align-items: center;
  padding-left: 500px;
  padding-top: 10px;
  box-shadow: 0 4px 2px -1px rgba(43, 42, 42, 0.2);
}

nav a {
  width: 324px;
  text-decoration: none;
  color: #2c363f;
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 500;
  padding-right: 27px;
}
nav button {
  background-color: transparent;
  border: 2px solid #2c363f;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px;
}

.main1 {
  display: flex;
  flex-direction: column;
  width: 600px;
  gap: 30px;
  margin-left: 120px;
  margin-top: 180px;
}
.main1 h1 {
  font-family: Plus Jakarta Sans;
  font-size: 70px;
  font-weight: 700;
  color: #2c363f;
  letter-spacing: 10%;
  line-height: 100px;
}
.main1 p {
  font-family: Plus Jakarta Sans;
  font-size: 24px;
  font-weight: 400;
  color: #2c363f;
  line-height: 36px;
}
.main1 button {
  width: 200px;
  padding: 15px 15px;
  background-color: #2c363f;
  color: white;
  border: none;
  font-size: 24px;
  font-weight: 400;
  font-family: Plus Jakarta Sans;
  cursor: pointer;
  border-radius: 10px;
}
.main2 button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-radius: 10px;
}
.profile {
  position: absolute;
  right: 170px;
  top: 200px;
  z-index: -1;
}
.arrowdown {
  position: absolute;
  right: 100px;
  bottom: 150px;
}
.socials {
  margin-left: 120px;
  margin-top: 100px;
}
.icons {
  padding-top: 20px;
  display: flex;
  gap: 20px;
}
.icons a {
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.icons a:hover {
  transform: scale(1.2);
}

.hero2 {
  height: 105vh;
  background-color: #2c363f;
  position: relative;
  display: flex;
  gap: 100px;
}

.main3 img {
  position: absolute;
  top: 90px;
}
.main3 {
  width: 300px;
  padding-top: 120px;
  padding-left: 120px;
}
.main3 h1 {
  font-family: Plus Jakarta Sans;
  font-size: 55px;
  font-weight: 800;
  color: white;
}
.main3 p {
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 300;
  color: white;
  line-height: 25px;
  padding-top: 25px;
}
.main3 button {
  font-size: 24px;
  color: #2c363f;
  background-color: #fff;
  font-weight: 700;
  border: none;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin-top: 100px;
  cursor: pointer;
}

.main4 {
  margin-top: 100px;
  width: 60%;
}
.main4 article {
  border-bottom: 1px solid white;
  height: 150px;
  gap: 30px;
  width: 80%;
  margin-left: 100px;
}
.main4 article h1 {
  font-size: 55px;
  font-weight: 700;
  color: white;
}
.main4 article h3 {
  font-size: 25px;
  font-weight: 200;
  color: white;
}
.main4 article button {
  border: none;
  border-radius: 50%;
  margin-left: 180px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.main4 article button:hover {
  transform: scale(1.2);
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.content1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

.content2 {
  font-size: 15px;
  color: white;
  height: 0;
  overflow: hidden;
  transition: 0.5s all linear;
}
.content2.active {
  height: 100px;
}

.hero3 {
  height: 380vh;
  position: relative;
}

.main5 {
  height: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 140px;
  margin-left: 120px;
}
.main5 img {
  position: absolute;
  top: -25px;
}
.main5 h1 {
  font-size: 56px;
  font-weight: 800;
  color: #2c363f;
}
.main5 p {
  font-size: 18px;
  font-weight: 400;
  color: #2c363f;
}
.main6 {
  display: flex;
  margin-left: 130px;
}
.selected-works {
  border: 1px solid #2c363f;
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  padding-left: 90px;
}
.selected-works h2 {
  font-size: 28px;
  font-weight: 700;
  color: #2c363f;
}
.selected-works h3 {
  font-size: 15px;
  font-weight: 600;
  color: #2c363f;
}
.selected-works button {
  background-color: transparent;
  border: none;
  align-items: center;
}
.selected-works p {
  font-size: 14px;
  font-weight: 400;
  color: #2c363f;
  width: 300px;
  height: 60px;
  font-family: Plus Jakarta Sans;
}

.main7 {
  display: flex;
  margin-left: 130px;
  padding-top: 80px;
}
.main8 {
  display: flex;
  margin-left: 130px;
  padding-top: 80px;
}
.browse-all button {
  width: 200px;
  padding: 15px 15px;
  background-color: #2c363f;
  color: white;
  border: none;
  font-size: 20px;
  font-weight: 500;
  font-family: Plus Jakarta Sans;
  cursor: pointer;
  margin-top: 50px;
  margin-left: 600px;
  border-radius: 10px;
}

.hero4 {
  background-color: #2c363f;
  height: 120vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.main9 {
  padding-left: 120px;
  padding-top: 100px;
}

.main9 h1 {
  font-family: Plus Jakarta Sans;
  font-size: 52px;
  font-weight: 700;
  color: white;
  padding-top: 20px;
}
.main9 p {
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 300;
  color: white;
  padding-top: 15px;
}

.main10 {
  background-color: transparent;
  color: white;
  width: 90%;
  margin-left: 50px;
  display: flex;
  justify-content: space-around;
}
.main10 article {
  gap: 3rem;
  display: none;
  padding-top: 70px;
}

.main10 article.active {
  display: flex;
}
.main10 article img {
  width: 330px;
  height: 400px;
}
.testimonial {
  width: 580px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 100px;
}
.testimonial p {
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  width: 450px;
}

.ceo {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ceo h3 {
  font-weight: 100;
  font-size: 18px;
}
.button-cont {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 110px;
  right: 350px;
}

.button-cont i {
  font-size: 24px;
  padding: 8px 10px;
  background-color: rgba(255, 255, 255, 0.541);
  border-radius: 50%;
  color: white;
}
.button-cont button {
  background: none;
  border: none;
  cursor: pointer;
}
.quote {
  position: absolute;
  top: 340px;
  right: 700px;
}

.hero5 {
  height: 80vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 170px;
}
.hero5 h1 {
  padding-top: 15px;
  font-size: 70px;
  font-weight: 700;
  color: #2c363f;
  line-height: 90px;
}
.hero5 button {
  padding: 15px 15px;
  background-color: #2c363f;
  color: white;
  border: none;
  font-size: 24px;
  font-weight: 400;
  font-family: Plus Jakarta Sans;
  cursor: pointer;
  border-radius: 10px;
  width: 452px;
  margin-left: 470px;
  margin-top: 30px;
}

footer {
  border-top: 2px solid #495a69;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 200px;
  height: 60px;
}
.footer-nav a {
  width: 324px;
  text-decoration: none;
  color: #2c363f;
  font-family: Plus Jakarta Sans;
  font-size: 15px;
  font-weight: 500;
  padding-right: 20px;
}
.footer-icon a {
  padding-right: 20px;
}

/* Modal */
.container {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.753);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
}
.container.open {
  opacity: 100;
  z-index: 0;
}
.modal {
  position: relative;
  background-color: #2c363f;
  width: 600px;
  height: 400px;
  border-radius: 15px;
}

.modal form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.modal form input {
  width: 70%;
  border-radius: 10px;
  border: none;
  padding: 5px 0px;
}
.modal form textarea {
  width: 70%;
  border-radius: 10px;
  border: none;
}
.modal form button {
  width: 70%;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  padding: 5px 0px;
  background-color: #576e81;
  color: #fff;
}
.modal form label {
  color: white;
  font-family: Plus Jakarta Sans;
  padding-right: 300px;
  font-weight: 200;
  font-size: 15px;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #576e81;
  font-size: 15px;
  border: none;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 600px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  /* Make nav bar responsive */
  nav {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
    gap: 0;
  }

  /* Adjust the logo font size */
  nav a {
    font-size: 15px;
  }

  /* Adjust the hero section */
  .hero {
    height: 175vh;
    width: 100%;
  }

  .main1 {
    width: 80%;
    margin-left: 10px;
    margin-top: 630px;
    gap: 30px;
  }

  .main1 h1 {
    font-size: 30px;
    font-weight: 800px;
    line-height: 56px;
  }

  .main1 p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400px;
  }

  .main1 button {
    width: 180px;
    font-size: 18px;
  }

  .profile {
    right: 0;
    top: 0;
    width: 700px;
    display: flex;
    justify-content: center;
    height: 620px;
  }
  .arrowdown {
    display: none;
  }

  .socials {
    margin-left: 10px;
    margin-top: 50px;
  }
  .socials h3 {
    font-size: 18px;
    font-weight: 700;
  }
  .icons {
    padding-top: 30px;
    display: flex;
    gap: 30px;
    height: 500px;
  }

  .hero2 {
    height: 130vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }

  .main3 {
    margin-left: 16px;
    padding-left: 0;
    width: 100%;
  }

  .main3 h1 {
    font-family: Plus Jakarta Sans;
    font-size: 25px;
    font-weight: 800;
    color: white;
  }
  .main3 button {
    font-size: 16px;
    color: #2c363f;
    background-color: #fff;
    font-weight: 700;
    border: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    bottom: 65px;
  }
  .main4 {
    margin-top: 10px;
    width: 100%;
  }
  .main4 article {
    border-bottom: 1px solid white;
    height: 120px;
    gap: 30px;
    width: 80%;
    margin-left: 10px;
  }
  .main4 article h1 {
    font-size: 22px;
    font-weight: 700;
    color: white;
  }
  .main4 article h3 {
    font-size: 16px;
    font-weight: 300;
    color: white;
    line-height: 16px;
  }

  .hero3 {
    height: 440vh;
    position: relative;
  }

  .main5 {
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 100px;
    margin-left: 10px;
  }
  
  .main5 h1 {
    font-size: 25px;
    font-weight: 800;
    color: #2c363f;
  }
  .main5 p {
    font-size: 14px;
    font-weight: 500;
    color: #2c363f;
  }

  .main6 {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
  }
#img1{
  width: 490px;
  height: 490px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


  .main7 {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
    padding-top: 50px;
  }
  #img2{
    width: 490px;
    height: 490px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .main8 {
    display: flex;
    margin-left: 20px;
    flex-direction: column;
    padding-top: 50px;
  }
  #img3{
    width: 490px;
    height: 490px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .selected-works {
    border: 1px solid #2c363f;
    width: 399px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    padding-left: 90px;
    height: 350px;
  }
  .selected-works h2 {
    font-size: 16px;
    font-weight: 800;
    color: #2c363f;
  }
  .selected-works h3 {
    font-size: 15px;
    font-weight: 600;
    color: #2c363f;
  }
  .selected-works button {
    background-color: transparent;
    border: none;
    align-items: center;
  }
  .selected-works p {
    font-size: 14px;
    font-weight: 400;
    color: #2c363f;
    width: 300px;
    height: 60px;
    font-family: Plus Jakarta Sans;
  }


  h1,
  h2,
  h3,
  p {
    font-size: smaller;
  }

  .modal {
    width: 90%;
    height: auto;
  }

  .hero4 {
    background-color: #2c363f;
    height: 120vh;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .main9 {
    padding-left: 10px;
    padding-top: 100px;
  }
  .main9 h1 {
    font-family: Plus Jakarta Sans;
    font-size: 25px;
    font-weight: 800;
    color: white;
  }
  .main9 p {
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 400;
    color: white;
    padding-top: 10px;
  }

  .main10 {
    background-color: transparent;
    color: white;
    width: 90%;
    margin-left: 50px;
    display: flex;
  }

  .main10 article {
    gap: 3px;
    display: none;
    padding-top: 20px;
  }
  .main10 article.active {
    display: flex;
   
  }

  .main10 article img {
    width: 250px;
    height: 350px;
  }
  .quote {
    position: absolute;
    top: 340px;
    right: 700px;
  }

  .testimonial {
    width: 250px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-left: 16px;
  }
  .testimonial p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 200px;
  }
  .ceo {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ceo h3 {
    font-weight: 100;
    font-size: 18px;
    color: rgb(223, 162, 31);
  }
  .ceo h4{
    color:  rgb(223, 162, 31);
  }

  .button-cont {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 150px;
    right: 350px;
  }

  footer {
    border-top: 2px solid #495a69;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 150px;
    height: 50px;
  }

  .footer-nav a {
    width: 100%;
    text-decoration: none;
    color: #2c363f;
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-weight: 500;
  
  }
  .footer-icon a{
    padding-right: 10px;

  }
.hero5{
  height: 60vh;
}
  .hero5 h1 {
    padding-top: 15px;
    font-size: 35px;
    font-weight: 700;
    color: #2c363f;
    line-height: 50px;
  }

  .hero5 button {
    padding: 15px 15px;
    background-color: #2c363f;
    color: white;
    border: none;
    font-size: 24px;
    font-weight: 400;
    font-family: Plus Jakarta Sans;
    cursor: pointer;
    border-radius: 10px;
    width: 352px;
    margin-left: 120px;
    margin-top: 30px;
  }
  
}
