@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  min-height: 70px;
  position: fixed;
  background-color: rgba(255, 254, 254, 0.6);
  z-index: 1000;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.navbar-links {
  display: flex;
  list-style: none;
  justify-content: space-around;
  width: 40%;
  font-family: sans-serif;
  text-transform: uppercase;
}
.navbar-links li a {
  text-decoration: none;
  color: #1f1f1f;
}

.logo {
  background: url(../img/Logos/logo_mnp_studio_transparent.svg) no-repeat center;
  align-items: center;
  width: 240px;
  height: 35px;
  text-decoration: none;
  font-family: "Courier New", Courier, monospace;
  margin: 10px;
}

.scrool {
  height: 5px;
  background-color: black;
  top: 70px;
  position: fixed;
  z-index: 100;
}

.project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project-img1_wrapper {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #868686;
  margin: 5% 10%;
  text-align: center;
}
.project-img1_wrapper .project-img1 {
  background: url(../img/img1.png) no-repeat center;
  display: flex;
  align-items: center;
  width: 50%;
  background-size: cover;
  border-radius: 20px;
  max-width: 500px;
  padding: 10px;
  border-radius: 50% !important;
  width: 35%;
}
.project-img1_wrapper .project-img1::before {
  content: "";
  display: flex;
  padding-top: 100%;
}
.project-img1_wrapper .project-img1_text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 7%;
  width: 70%;
}
.project-img1_wrapper .project-img1_text-wrapper .project-img1_title {
  margin: 0.5em;
  font-size: clamp(1.5rem, 4vw, 2.3rem);
}
.project-img1_wrapper .project-img1_text-wrapper .project-img1_text {
  width: 100%;
}

.project-img2_wrapper {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #868686;
  margin: 5% 10%;
  text-align: center;
}
.project-img2_wrapper .project-img2 {
  background: url(../img/img2.png) no-repeat center;
  display: flex;
  align-items: center;
  width: 50%;
  background-size: cover;
  border-radius: 20px;
  max-width: 500px;
  padding: 10px;
  border-radius: 50% !important;
  width: 35%;
}
.project-img2_wrapper .project-img2::before {
  content: "";
  display: flex;
  padding-top: 100%;
}
.project-img2_wrapper .project-img2_text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 7%;
  width: 70%;
}
.project-img2_wrapper .project-img2_text-wrapper .project-img2_title {
  margin: 0.5em;
  font-size: clamp(1.5rem, 4vw, 2.3rem);
}
.project-img2_wrapper .project-img2_text-wrapper .project-img2_text {
  width: 100%;
}

.brands {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.brands h1 {
  font-weight: 400;
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  text-align: center;
  color: #868686;
}

.img2 {
  display: flex;
  align-items: center;
  background: url(../img/img1.png) no-repeat center;
  width: 50%;
  background-size: cover;
  border-radius: 20px;
  max-width: 500px;
  padding: 10px;
}
.img2:before {
  content: "";
  display: flex;
  padding-top: 100%;
}

.img3 {
  display: flex;
  align-items: center;
  background: url(../img/img1.png) no-repeat center;
  width: 50%;
  background-size: cover;
  border-radius: 20px;
  max-width: 500px;
  padding: 10px;
}
.img3:before {
  content: "";
  display: flex;
  padding-top: 100%;
}

.img4 {
  display: flex;
  align-items: center;
  background: url(../img/img1.png) no-repeat center;
  width: 50%;
  background-size: cover;
  border-radius: 20px;
  max-width: 500px;
  padding: 10px;
}
.img4:before {
  content: "";
  display: flex;
  padding-top: 100%;
}

.img1_wrapper {
  display: flex;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #868686;
  text-align: center;
  padding: 30px;
  margin: 5% 10%;
  width: fit-content;
  max-width: 1000px;
  background-color: #EFEFEF;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.img1_wrapper p {
  width: 100%;
  padding: 10px;
}

.img2_wrapper {
  display: flex;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #868686;
  text-align: center;
  padding: 30px;
  margin: 5% 10%;
  width: fit-content;
  max-width: 1000px;
  background-color: #EFEFEF;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  flex-direction: row-reverse;
}
.img2_wrapper p {
  width: 100%;
  padding: 10px;
}

.img3_wrapper {
  display: flex;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #868686;
  text-align: center;
  padding: 30px;
  margin: 5% 10%;
  width: fit-content;
  max-width: 1000px;
  background-color: #EFEFEF;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  flex-direction: row-reverse;
}
.img3_wrapper p {
  width: 100%;
  padding: 10px;
}

.keycapsmaster {
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #868686;
  text-align: center;
  padding: 20px;
  margin: 2% 10% 5%;
  max-width: 1000px;
  background-color: #EFEFEF;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.keycapsmaster .keycapslogo {
  display: flex;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 35%;
  max-width: 500px;
  background: url(../img/Logos/ecomadegoods_logo.png) no-repeat center;
  background-color: #FFFFFF;
  background-size: cover;
}
.keycapsmaster .keycapslogo:before {
  content: "";
  display: flex;
  padding-top: 100%;
}
.keycapsmaster .keycaps_text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.keycapsmaster .keycaps_text_wrapper .website {
  width: 90%;
}
.keycapsmaster p {
  width: 100%;
  padding: 10px;
}

.icons_wrapper {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-right: 20px;
}

.icons_wrapper1 {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-left: 20px;
}

.icons_wrapper2 {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-right: 20px;
}

.media {
  width: 100%;
  margin: 15px;
  display: grid;
  justify-content: center;
  column-gap: 7%;
  grid-template-columns: 30px 30px 30px 30px 30px;
  grid-template-rows: auto;
}

.website {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  width: 60%;
  border-radius: 400px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #868686;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-all;
  padding: 10px;
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.buttons img {
  cursor: pointer;
  width: clamp(1.5rem, 3vw, 2.2rem);
  filter: brightness(100);
}
.buttons img:first-child {
  transform: rotate(180deg);
}

.ecomadegoods1 {
  display: flex;
  position: relative;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 35%;
  margin-top: -100px;
  align-self: flex-end;
  background: url(../img/Logos/ecomadegoods_logo.png) no-repeat center;
  background-color: #FFFFFF;
  background-size: cover;
}
.ecomadegoods1:before {
  content: "";
  display: flex;
  padding-top: 100%;
}

.ecomadegoods {
  display: flex;
  position: relative;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 35%;
  margin-top: -100px;
  align-self: flex-start;
  background: url(../img/Logos/thinkersupply_logo.png) no-repeat center;
  background-color: #FFFFFF;
  background-size: cover;
}
.ecomadegoods:before {
  content: "";
  display: flex;
  padding-top: 100%;
}

.ecomadegoods2 {
  display: flex;
  position: relative;
  border: 10px solid #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 35%;
  margin-top: -100px;
  align-self: flex-end;
  background: url(../img/Logos/craftlab_digital_export.png) no-repeat center;
  background-color: #FFFFFF;
  background-size: contain;
}
.ecomadegoods2:before {
  content: "";
  display: flex;
  padding-top: 100%;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.contact h1 {
  font-family: sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  color: #868686;
}

.contact-form {
  margin: 5% 10%;
  display: flex;
  width: 80%;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  height: fit-content;
  flex-direction: column;
}
.contact-form .email {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact-form .email input {
  max-height: 60px;
}
.contact-form .email input, .contact-form .email textarea {
  background-color: #EFEFEF;
  border: none;
  border-radius: 200px;
  height: 5vh;
  padding: 15px;
  margin: 5px;
  min-height: 40px;
  max-height: 50px;
}
.contact-form .email textarea {
  max-height: 250px;
  resize: none;
  height: 20vh !important;
  border-radius: 20px !important;
}
.contact-form .name {
  display: flex;
  width: 100%;
}
.contact-form .name input {
  max-height: 60px;
  width: 100%;
  background-color: #EFEFEF;
  border: none;
  border-radius: 200px;
  height: 5vh;
  padding: 15px;
  margin: 5px;
  min-height: 40px;
  max-height: 50px;
}

.submit {
  width: 20%;
  background-color: #EFEFEF;
  border: none;
  border-radius: 200px;
  height: 5vh;
  padding: 15px;
  margin: 5px;
  min-height: 40px;
  max-height: 50px;
  padding: 10px !important;
  font-size: 12px;
  max-height: 60px;
  color: #868686;
}

.recaptcha {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 10px;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

* {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.5s;
}

body {
  background-color: white;
}

.gradient {
  height: 100vh;
  background: linear-gradient(rgba(255, 254, 254, 0.6), white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gradient p {
  font-family: sans-serif;
  color: #868686;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  text-transform: uppercase;
  text-align: center;
}

.copyright {
  width: 100%;
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 13px;
  color: #868686;
}

@media only screen and (min-width: 1700px) {
  .contact-form {
    margin: 60px 60px;
  }

  .img1_wrapper {
    margin: 60px 60px;
  }

  .img2_wrapper {
    margin: 80px 60px;
  }

  .img3_wrapper {
    margin: 60px 60px;
  }

  .future_wrapper {
    margin: 60px 60px;
  }

  .project-img1_wrapper {
    margin: 60px 60px;
  }

  .project-img2_wrapper {
    margin: 60px 60px;
  }

  .navbar {
    height: 90px;
  }

  .scrool {
    top: 90px;
  }

  .navbar-links {
    width: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .logo {
    width: 200px;
    height: 25px;
  }

  .navbar {
    justify-content: center;
  }

  .project-img1_wrapper {
    flex-direction: column;
  }

  .project-img1 {
    width: 80% !important;
  }

  .project-img1_title {
    margin: 1em !important;
  }

  .project-img1_text-wrapper {
    margin: 0% !important;
    width: 80% !important;
  }

  .project-img2_wrapper {
    flex-direction: column-reverse;
  }

  .project-img2 {
    width: 80% !important;
  }

  .project-img2_title {
    margin: 1em !important;
  }

  .project-img2_text-wrapper {
    margin: 0% !important;
    width: 80% !important;
  }

  .navbar-links {
    display: none;
  }

  .img1_wrapper {
    align-items: center;
    flex-direction: column-reverse;
  }

  .img2_wrapper {
    align-items: center;
    flex-direction: column-reverse !important;
  }

  .img3_wrapper {
    align-items: center;
    flex-direction: column-reverse !important;
  }

  .icons_wrapper {
    width: 100%;
    margin: 0px;
  }

  .icons_wrapper1 {
    width: 100%;
    margin: 0px;
  }

  .icons_wrapper2 {
    width: 100%;
    margin: 0px;
  }

  .contact-form {
    margin: 5%;
  }

  .future-img {
    display: none;
  }

  .future_wrapper {
    margin: 10% 5%;
  }

  .ecomadegoods {
    margin-top: -50px;
  }

  .ecomadegoods1 {
    align-self: flex-start;
    margin-top: -50px;
  }

  .ecomadegoods2 {
    margin-top: -50px;
  }

  .future-text {
    width: 80% !important;
  }

  .future_wrapper {
    height: 50vh;
  }

  .img2 {
    width: 100%;
  }

  .img3 {
    width: 100%;
  }

  .img4 {
    width: 100%;
  }

  .name {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .name input {
    width: fit-content;
  }

  .email textarea, .email input {
    width: 100%;
  }

  .recaptcha {
    flex-direction: column;
  }

  .submit {
    margin: 15px;
    width: 50%;
  }
}

/*# sourceMappingURL=style.css.map */
