/* BASE Settings BEIGINS */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  background-color: #000;
  overflow: ;
  font-family: monospace;
}
a {
  background-color: transparent;
  color: white;
}
a:hover {
  color: black;
}
body {
  margin: 0;
  color: white;
  text-align: center;


  }
.body {
  width: 90%;
  background-color: transparent;
  max-width: 50rem;
  margin: 1rem;
}
article {
  display: grid;
  place-items: center;
  background-color: transparent;

}

h1, h2, h3, h4 {
  color: white;
  background-color: transparent;
  font-weight: ;
  text-decoration: none;
  font-family: sans-serif;
  margin: 1rem;
}
p {
  color: white;
  background-color: transparent;
  font-weight: 300;
  text-decoration: none;
  font-family: monospace;
  margin: 1rem;
  text-align: ;
  text-indent: 1.5rem;
  line-height: 2rem;
  font-size: 1.1rem;
}
.bannercopy {
  color: white;
  margin: 3rem;
  background-color: transparent;

}
.bannercopy p {
  color: white;
  background-color: transparent;
  font-weight: 300;
  text-decoration: none;
  font-family: monospace;
  margin: 1rem;
  text-align: justify;
  text-indent: 1.5rem;
  line-height: 2rem;
  margin: 10rem 0rem;
  display: ;
}
.bannercopy h1 {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-family: monospace;
  font-weight: 600;
  margin: 22rem 17rem;

}
.bannercopy h3 {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-family: monospace;
  font-weight: 600;
  line-height: 45px;
  margin: 10rem 2rem;
}
/* BASE Settings ENDS */






.jupiterhouse {
  background-color: transparent;
  width: 50vw;
  max-width: 600px;
}


.flexer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap; wrap;
  background-color: transparent;

}
.points {
  flex: ;
  width: 50rem;
  min-width: ;
  height: auto;
  margin: 1rem;
  padding: 1rem .05rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}



/* Jupiter Navigation Bar BEGINS */
.navbar {
  display:  flex;
  justify-content: space-between;
  align-items: center;
  position;;
  background-color: transparent;




  height: ;
  width:  ;

  z-index: 1;
}
.menu {
  display: flex;
  position: fixed;
  align-items: center;
  top: 22px;
  right: 0%;
  height: 0px;

  background-color: ;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.menu li:hover {
  background: rgba(255, 255, 255, 0.2);

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.menu li {
  background-color: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin: .5rem;
  border-radius: 0px 0px 20px 20px;

}
.menu h4 {
  text-decoration: none;
  color: white;
  padding: 10px;
  background-color: transparent;
}
/* Jupiter Navigation Bar ENDS */








/* Navburger only BEGIN*/
@media (max-width: 768px) {
  .navbar {
    display: flex;
    background-color: transparent;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0);
  }
  .navburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: fixed;
    height: 33px;
    width: 33px;
    left: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .lines {
    background-color: transparent;
  }
  span {
    width: 19px;
    height: 1px;
    background-color: white;
    margin: 4px 0;
    border-radius: 2px;
    display: block;
  }
  .ajupiter {
    background-color: transparent;
    background-image: url(img/jhfavicon.png);
    width: 100%;
    height: 200%;
    transform: translateX(.065px) translateY(-.16px) scale(1.39) scaleY(1.045);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;

  }
  .menu {
    position: fixed;
    top: 2%;
    left: 5%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 90vw;
    height: 95vh;
    padding: 20px 40px;
    text-align: center;
    margin-inline: auto;
    display: none;
    z-index: 1;
  }
  .menu li {
    margin: px;
    padding: px;
    background-color: transparent;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border-radius: 10px;

  }
  .menu li:hover {
    background-color: black;
  }
  .menu a {
    text-decoration: none;
    padding: px;
  }
  .menu h4 {
    font-size: 25px;
  }
  .menu a:hover {
  }
  .menu.active {
    display: block;
  }
  .ajupiter.active {
    display: block;
    transform: ;
  }
  .lines.active {
    display: none;
  }
  .homebanner {
    padding: 0rem;
  }
}
/* Navburger only END */








/* Page Banner BEGINS */
.indexbanner {
  background-image: url(img/banners/jupiter.jpg);
  height: 100vh;
  width: 100%;
  border-radius: 0px 5000px  5000px 0px;
  background-repeat: no-repeat;
  background-position: right;
  position: sticky;
  background-size: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: auto;
  padding: 5rem 0rem;
  overflow: ;
}
.designsbanner {
  background-image: url(img/banners/jupiter1.jpg);
  height: 100vh;
  width: 100%;
  border-radius: 0rem 0rem 0rem 00rem;
  background-repeat: no-repeat;
  background-position: left;
  position: sticky;
  background-size: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: auto;
  padding: 5rem 0rem;
  overflow: auto;
}
.crewbanner {
  background-image: url(img/banners/jupiter2.jpg);
  height: 100vh;
  width: 100%;
  border-radius: 0rem 0rem 15rem 0rem;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  background-size: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: auto;
  padding: 5rem 0rem;
  overflow: auto;
}
.servicesbanner {
  background-image: url(img/banners/jupiter3.jpg);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  background-size: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: auto;
  padding: 5rem 0rem;
  overflow: auto;
}
.contactbanner {
  background-image: url(img/banners/jupiter4.jpg);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left;
  position: sticky;
  background-size: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: ;
  padding: 5rem 0rem;
  overflow: auto;
}
.creditsbanner {
  background-image: url(img/banners/jupitervista.jpg);
  height: 100vh;

  background-repeat: no-repeat;
  background-position: left;
  position: ;
  background-size: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: ;
  padding: 5rem 2rem;
  overflow: scroll;
}

.coderbanner {
  background-image: url(img/banners/jupiterswirls.jpg);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  background-size: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: auto;
  padding: 5rem 0rem;
  overflow: auto;
}
/* Page Banner ENDS */








/* GlassContainer BEGINS */
.glassmorph {
  z-index: ;
  margin: 9% 3% 3% 3%;
  padding: 5%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  padding: 6rem;
}
.glassmorph img {
  background-color: transparent;
}
/* GlassContainer ENDS */








/* SPACES BEGINS */
.space {
  height: 60vh;
  width: 100vw;
  background-color: transparent;
}
.space1 {
  height: 30vh;
  width: 100vw;
  background-color: transparent;
}
.space2 {
  height: 15vh;
  width: 100vw;
  background-color: transparent;
}
.space3 {
  height: 5vh;
  width: 100vw;
  background-color: transparent;
}
/* SPACES ENDS */







/* credits.html Begins */
.jupiter {
  background-image: url(img/banners/jupiter.jpg);
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  background-size: contain;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: auto;
  padding: 1rem;
  overflow: auto;
  white-space: ;
  z-index: ;
}
.jupiter1 {
  background-image: url(img/banners/jupiter1.jpg);
  height: 100vh;
  width: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  background-size: contain;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: auto;
  padding: 1rem;
  overflow: auto;
  white-space: ;
  z-index: ;
}
.jupiter2 {
  background-image: url(img/banners/jupiter2.jpg);
  height: 100vh;
  width: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  position: sticky;
  background-size: contain;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  display: auto;
  padding: 1rem;
  overflow: auto;
  white-space: ;
  z-index: ;
}
/* credits.html Ends */








/* contact form BEGINS */
.container {
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 5rem 2rem;
  overflow: hidden;
  display: flex;
  align-items: ;
  justify-content: center;
}
.form {
  background-color: transparent;
  width: 100%;
  max-width: 820px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: ;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .form{
      display: grid;
  }
  .contact-info {
    background-color: transparent;
    display: block;
  }
  .contact-info h1, h3, h4 {

    display: block;
  }
}
.contact-info {
  background-color: black;
  background: rgba(255, 255, 255, 0.2);
  margin: 5%;
  border-radius: 10px;
  display: ;
}
.contact-form {
  background-color: transparent;
  margin: 5%;
  border-radius: 10px;
  position: relative;
  background: ;
}
form {
  background-color: transparent;
  padding: 2.9rem 1rem;
  overflow: hidden;
  position: relative;
}
.title {
  background-color: transparent;
  color: white;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.input-container {
  background-color: transparent;
  position: relative;
  margin: 1rem 0;
}
.input {
  background-color: transparent;
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: .95rem;
  letter-spacing: 0.5px;
  border-radius: 10px;
  transition: 0.3s;
}
textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 10px;
  resize: none;
  overflow-y: auto;
}
.input-container label {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  transition: 0.5s;
}
.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}
.btn {
  background-color: transparent;
  padding: 0.6rem 1.3rem;
  border: 2px solid #fafafa;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  font-size: 0.95rem;
  color: white;
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 1s;
  margin: 2%;
}
.btn:hover {
  background-color: white;
  color: #000;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
select {
 color: white;
 background-color: transparent;
 width: 100%;
 height: 30px;
 padding: 20%;
}
select option {
  background-color: transparent;
}
.input-container span {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
}
.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
}
.input-container span:before {
  left: 50%;
}
.input-container span:after {
  right: 1%;
}
.input-container.focus label{
  bottom: 0;
  transform: translateY(-50%);
  left: 80%;
  font-size: 0.8rem;
  color: #888;
  z-index: 0;
}
.input-container.focus span:before,
.input-container.focus span:after {
  width: 100%;
  opacity: 0;
}
/* contact form ENDS */







/* SLIDER w/white logos display BEGINS */
.slider-container {
  width: 100%;
  padding: ;
  overflow: auto;
  white-space: nowrap;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.slide {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.slide img {
  width: 23vw;
  max-width: 200px;
  background-color: transparent;
}
.phase {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.phase img {
  width: 23vw;
  max-width: 200px;
  background-color: transparent;
}
.greatwolf {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.greatwolf img {
  width: 40vw;
  max-width: 400px;
  background-color: transparent;
}
.greatwolflogo {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.greatwolflogo img {
  width: 27vw;
  max-width: 225px;
  background-color: transparent;
}
.azpdesign {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.azpdesign img {
  width: 40vw;
  max-width: 350px;
  background-color: transparent;
}
.miraclelogo {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.miraclelogo img {
  width: 31vw;
  max-width: 280px;
  background-color: transparent;
}

.medrano {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.medrano img {
  width: 40vw;
  max-width: 320px;
  background-color: transparent;
}
.medranologo {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.medranologo img {
  width: 50vw;
  max-width: 450px;
  background-color: transparent;
}
.alphalogo {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.alphalogo img {
  width: 28vw;
  max-width: 330px;
  background-color: transparent;
}
.tiese {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.tiese img {
  width: 28vw;
  max-width: 220px;
  background-color: transparent;
}
.tieselogo {
  padding: 0rem 1.5rem;
  user-select: none;
  background-color: transparent;
}
.tieselogo img {
  width: 28vw;
  max-width: 320px;
  background-color: transparent;
}
/* SLIDER w/white logos display ENDS */








.circontainer {
  display: ;
}

.circle {
  height: 200px;
  width: 200px;
  border: 5px solid white;
  border-radius: 50%;
}







/* Coder (Code Editor) BEGINS */
.glass1 {
  z-index: -1;
  margin: 9% 3% 3% 3%;
  max-width: 1000px;
  padding: 3%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: flex;
}
.code-area {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.code-area textarea {
  background-color: transparent;
  resize: none;
  outline: none;
  width: 100%;
  height: 33.33%;
  font-size: 18px;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.preview-area {
  background-color: transparent;
  width: 50%;
}
.preview-area iframe {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
}
/* Coder (Code Editor) ENDS */




/* career Values BEGINS */
.careervalues {
  text-align: justify;
  margin: 12rem 2rem;




}
.careervalues h3, h2 {
  margin: 2rem 0rem;

}
.careervalues li {
  margin: 1rem;

}




/*  */

/*  */

.animated {
  width: calc(100vw - 150px);

}
/*  */




/* parallax try BEGINS */
.section1, .section2, .bannercopy {
  color: white;
  margin: 6rem;
  background-color: transparent;
}
/* parallax try ENDS */





footer {
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  height: 100svh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  align-content: space-between;
  text-align: center;
  padding: 100px 2rem 100px 2rem;
  background-color: transparent;
  background-image: url(img/banners/jupiter4.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  height: 100svh;
  width: 100vw;
  overflow: hidden;
}
footer h1, h2 {
  width: 100vw;
  line-height: 1px;
}
footer h1 {
  font-size: 42px;
  line-height: normal;
}
footer button {
  margin: 25px 100vw;
  color: white;
  padding: 15px 50px;
  background-color: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  font-weight: bold;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-size: 1.5rem;

}
footer button:hover {
  background: rgba(255, 255, 255, 0.2);

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
footer nav {
  background-color: transparent;
  flex-grow: 1;

  display: flex;
  justify-content: center;
  max-width: ;
}
footer ul {
  padding: 0 1rem 0 1rem;
  margin: auto;
  background-color: transparent;
  position: inherit;
  align-items: center;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;

}
footer ul li {
  background-color: transparent;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin: .5rem;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  line-height: 40px;
  width: auto;


}
footer ul li:hover {
  background: rgba(255, 255, 255, 0.2);

  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
footer a {
  width: auto;
  flex-grow: 1;
}

footer img {
  margin: auto;
  flex-grow: 1;
}
footer p {
  width: 100vw;
  position: ;

}
