@font-face {
  font-family: "Roboto";
  src: url("./assrets/Roboto/Roboto-Light.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;
}

.navbar {
  width: 100%;
  height: 76px;
  padding: 25px 37.5px;
  display: flex;
  justify-content: space-between;
}
.navbar .left {
  display: flex;
  gap: 20px;
}
.navbar .left button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.navbar .right button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.home {
  width: 100%;
  height: 504px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  background-image: url("./assrets/Frame (1).png");
  background-size: cover;
}
.home h1 {
  color: white;
  font-size: 43px;
  font-weight: 400;
}
.home p {
  color: white;
  font-size: 15px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.home button {
  border: none;
  background-color: transparent;
  color: white;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 13px;
}

.design {
  width: 100%;
  height: 990px;
}
.design .top {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.design .top h1 {
  font-size: 43px;
  font-weight: 600;
  letter-spacing: 0.8px;
}
.design .top p {
  color: #a0a0a0;
  letter-spacing: 1px;
  font-size: 14px;
}
.design .top button {
  border: none;
  background-color: transparent;
}
.design .bottom {
  width: 100%;
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
.design .bottom .card {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.design .bottom .card img {
  width: 100%;
}
.design .bottom .card h2 {
  font-size: 27px;
}
.design .bottom .card h5 {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.4px;
  cursor: pointer;
}

.mobileNav {
  display: none;
}

.laptops {
  width: 100%;
  height: 660px;
  padding: 50px;
}
.laptops .top {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.laptops .top h1 {
  font-size: 33px;
  font-weight: 400;
}
.laptops .top p {
  letter-spacing: 0.8px;
  font-size: 15px;
  color: #a0a0a0;
  font-weight: 400;
}
.laptops .top span {
  width: 200px;
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 40px;
}
.laptops .bottom {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}
.laptops .bottom .cards {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.laptops .bottom .cards .card {
  width: 23%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.laptops .bottom .cards .card p {
  margin-top: 20px;
  color: #A0A0A0;
  font-weight: 400;
}
.laptops .bottom .cards .card small {
  color: #A0A0A0;
  margin-top: 10px;
}

.office {
  width: 100%;
  height: 504px;
  margin-top: 140px;
  background-image: url("./assrets/Rectangle.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.office h1 {
  font-size: 66px;
  font-weight: 400;
  color: white;
  letter-spacing: 2px;
}
.office p {
  color: white;
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.office button {
  width: 95px;
  color: white;
  border: none;
  background-color: transparent;
  font-size: 13px;
  letter-spacing: 1.4px;
  font-weight: 400;
}

.garage {
  width: 100%;
  height: 800px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding-top: 100px;
}
.garage p {
  width: 777px;
  height: 72px;
  text-align: center;
  color: #A0A0A0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.people {
  width: 100%;
  height: auto;
  padding: 20px;
}
.people .top {
  width: 100%;
  height: 102px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.people .top p {
  text-align: center;
  width: 789px;
  line-height: 24px;
  font-weight: 400;
  color: #A0A0A0;
  letter-spacing: 0.8px;
  font-size: 16px;
}
.people .bottom {
  width: 100%;
  height: auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.people .bottom img {
  width: 200px;
  height: 270px;
}

.Hope {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.Hope p {
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 1.4px;
}
.Hope h1 {
  font-size: 34px;
}

.inspires {
  width: 95%;
  height: 404px;
  margin: 0 auto;
  padding: 50px;
  background-color: #9AA8B1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  color: white;
}
.inspires h1 {
  font-size: 43px;
  font-weight: 400;
}
.inspires p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.footer {
  width: 100%;
  height: 400px;
  padding: 20px 35px;
}
.footer .top {
  width: 100%;
  height: 345px;
  display: flex;
  justify-content: space-between;
}
.footer .top .left {
  width: 50%;
  height: 100%;
  display: flex;
  gap: 40px;
}
.footer .top .left .box {
  width: 200px !important;
  height: 300px;
  display: flex;
  flex-direction: column;
}
.footer .top .left .box a {
  text-decoration: none;
  color: black;
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0;
}
.footer .top .left .box2 {
  width: 348px;
  height: 189px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #000000;
}
.footer .top .left .box2 p {
  font-size: 14px;
  color: #A0A0A0;
  width: 348px;
  letter-spacing: 0.8px;
}
.footer .bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
  gap: 20px;
}
.footer .bottom p {
  color: #707A7F;
}
.footer .bottom p:nth-child(4) {
  color: #000000;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .navbar {
    display: none;
  }
  .mobileNav {
    display: block;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    position: fixed;
    display: flex;
    justify-content: space-around;
    bottom: 0;
    background-color: #d6d6d6;
  }
  .home {
    padding: 0 10px;
  }
  .home h1 {
    font-size: 36px;
    width: 100%;
  }
  .design {
    height: 900px;
    padding: 50px 20px;
  }
  .design .top {
    height: 20%;
  }
  .design .top p {
    text-align: center;
  }
  .design .bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .design .bottom .card {
    width: 100% !important;
  }
  .laptops {
    height: auto;
    padding-bottom: 0 !important;
  }
  .laptops .bottom .cards {
    margin-top: 40px;
    flex-direction: column;
  }
  .laptops .bottom .cards .card {
    width: 100% !important;
    height: auto;
  }
  .office {
    text-align: center;
    padding: 20px;
    gap: 20px;
  }
  .office h1 {
    font-size: 35px;
    width: 100%;
  }
  .garage {
    width: 100%;
    text-align: justify;
    padding: 0 50px;
    padding-top: 0px !important;
    gap: 20px;
  }
  .garage p {
    width: 100%;
    margin-bottom: 100px;
  }
  .garage img {
    width: 120%;
  }
  .people {
    width: 100%;
  }
  .people .top p {
    width: 100%;
  }
  .inspires {
    width: 100%;
    text-align: center;
  }
  .footer {
    padding: 20px;
  }
  .footer .top {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .top .box {
    width: 100px;
    display: flex;
  }
  .footer .top .box2 p {
    width: 200px !important;
  }
  .footer .top .right {
    display: none;
  }
  .footer .bottom {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */