* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
.menubar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  padding: 10px 50px;
  width: 100%;
}
.menubar h1 {
  color: white;
  font-size: 25px;
  font-family: "Inter", serif;
}
.menubar input {
  padding: 10px;
  background-color: black;
  border: white 1px solid;
  color: white;
}
#mobile {
  display: none;
}
.search {
  display: flex;
  align-items: center;
  gap: 15px;
}
.links a {
  color: white;
  text-decoration: none;
  font-family: "Inter", serif;
  font-weight: 700;
  transition: color 0.3s ease-in-out;
}
.links a:hover {
  color: rgba(176, 1, 1, 0.55);
  text-decoration: underline;
}

.links {
  display: flex;
  gap: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-links {
  display: none;
  position: absolute;

  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-links a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-links a:hover {
  color: black;
}
.dropdown:hover .dropdown-links {
  display: block;
}
.contanier-text {
  color: white;
  font-family: "Inter", serif;
  position: absolute;
  top: 60%;
  left: 20px;
}
.contanier-text h1 {
  font-size: 100px;
}
.contanier-text p {
  font-size: 18px;
  margin-top: 30px;
}
#video {
  filter: brightness(30%);
}
.contanier,
#video {
  pointer-events: none;
  touch-action: none;
  user-select: none;
}
.contanier {
  touch-action: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.under-contanier h1,
.under-contanier1 h1 {
  font-family: "DM Mono", serif, monospace;
  font-weight: 300;
  font-size: 15px;
}
.under-contanier {
  background-color: hsl(240, 8%, 10%);
  margin-top: -10px;
  color: white;
  font-family: "Inter", serif;
  padding: 40px;
}
.under-contanier1 {
  background-color: #17171b;
  margin-top: 100px;
  color: white;
  font-family: "Inter", serif;
  padding: 40px;
}
.under-contanier img,
.under-contanier1 img {
  border-radius: 50%;
}
.cool-things {
  max-width: 1290px;
  margin: auto;
}
.images {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.images-text h3 {
  font-size: 17px;
}
.images-text p {
  font-size: 13px;
  width: 150px;
  color: rgba(255, 255, 255, 0.712);
}
.under-contanier-content {
  display: flex;
  justify-content: space-between;
}
.all-boxes {
  max-width: 1290px;
  margin: auto;
}
.box {
  width: 300px;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.box:hover {
  transform: scale(1.1);
}
.boxes {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
.box h3 {
  font-family: "Inter", serif;
  margin-top: 20px;
  font-size: 17px;
}
.box p {
  margin-top: 20px;
}
.boxes-text {
  margin-top: 100px;

  font-family: "Inter", serif;
}
.boxes-text h1 {
  font-size: 45px;
  margin-bottom: 20px;
}
.boxes-text p {
  color: #17171b;
}
.vesualize {
  display: flex;
  font-family: "Inter", serif;
  justify-content: center;
  gap: 60px;
  margin-top: 100px;
}
.vesualize-text h4 {
  font-family: "DM Mono", serif, monospace;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
}
.vesualize-text h1 {
  color: #17171b;
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 50px;
}
.vesualize-text h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
.vesualize-text p {
  width: 400px;
  font-size: 18px;
  font-weight: 300;
}
.all,
.all1 {
  display: grid;
  grid-template-columns: 1290px;
  justify-content: center;
  gap: 50px;
  margin-top: 75px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #17171b;
}

.part-one {
  display: grid;
  grid-template-columns: 515px 642px;
  align-items: center;
  justify-content: center;
  gap: 133px;
}
.part-two {
  display: grid;
  grid-template-columns: 642px 515px;
  gap: 133px;
  align-items: center;
  justify-content: center;
}

.teksti {
  color: white;
  font-family: "Poppins", serif;
  width: 515px;
}
.teksti h1 {
  font-size: 23px;
  font-weight: 600;
}
.teksti p {
  font-size: 1rem;
  font-weight: 200;
}
#large {
  font-size: 40px;
  font-weight: 700;
}
.paragraph {
  font-family: "Public Sans", serif;
  font-size: 16px;
  font-weight: 300;
  width: 840px;
  margin: 50px auto;
}
.paragraph p {
  margin-top: 20px;
}
.vesualize-text {
  width: 480px;
}
.cool-parts {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.cool-part2 {
  width: 550px;
}
.cool-part2 img {
  width: 540px;
  height: 540px;
  border-radius: 50%;
}
.cool-box,
.cool-box1 {
  display: flex;

  border-bottom: black 1px solid;
  width: 700px;
  padding: 40px;
  padding-left: 0;
  gap: 75px;
}
.cool-box1 {
  border-top: black 1px solid;
}
.cool-things h2 {
  font-family: "Inter", serif;
  font-size: 35px;
  padding-top: 100px;
  padding-bottom: 25px;
}
.cool-number {
  font-family: "DM Mono", serif, monospace;
  color: #58585b;
  font-size: 28px;
}
.cool-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cool-box h3,
.cool-box1 h3 {
  font-family: "Inter", serif;
  font-size: 25px;
}
.cool-box p,
.cool-box1 p {
  font-family: "Inter", serif;
  font-size: 18px;
  font-weight: 300;
}
.cool-box span,
.cool-box1 span {
  font-family: "Inter", serif;
  font-weight: 700;
  font-size: 16px;
}
.ice-images {
  margin: 10px 0px;
  padding-right: 10px;
}
.top-first {
  margin-top: 100px;
}
.top-first img {
  filter: brightness(40%);
}
.first-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: -250px;
  margin-left: 50px;
  color: white;

  font-family: "Poppins", serif;
}
.first-text i {
  font-size: 10px;
  padding: 8px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #f64137;
}
.first-text h1 {
  font-family: "Poppins", serif;
  font-weight: 100px;
  font-size: 50px;
}
.discover {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.lol {
  max-width: 1290px;
  margin: auto;
}
.photo1 {
  background-image: url(images/cover.webp);
  width: 309px;
  height: 550px;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.555);
  background-blend-mode: darken;
  background-position: center;
  box-sizing: border-box;
  padding-top: 400px;
  padding-left: 15px;
  color: white;
}
.photo1 h1,
.photo2 h1,
.photo3 h1,
.photo4 h1 {
  font-family: "Inter", serif;
  font-size: 30px;
}
.photo1 p {
  font-family: "Inter", serif;
  padding-top: 10px;
}
.photo1 i,
.photo2 i,
.photo4 i {
  font-size: 10px;
  padding: 10px;
  margin-left: 10px;
  border-radius: 50%;
  margin-right: 30px;
  background-color: #f64137;
}
.photo3 i {
  font-size: 10px;
  padding: 10px;
  margin-left: 10px;
  border-radius: 50%;
  margin-right: 100px;
  background-color: #f64137;
}
.phototext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.photo2 {
  background-image: url(images/planetet.jpg);

  width: 309px;
  height: 550px;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.555);
  background-blend-mode: darken;
  background-position: center;
  box-sizing: border-box;
  padding-top: 455px;
  padding-left: 15px;
  color: white;
}

.photo3 {
  background-image: url(images/sun.webp);
  width: 309px;
  height: 550px;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.555);
  background-blend-mode: darken;
  background-position: center;
  box-sizing: border-box;
  padding-top: 480px;
  padding-left: 15px;
  color: white;
}
.photo4 {
  background-image: url(images/satelit.webp);
  background-position: center;
  width: 309px;
  height: 550px;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.555);
  background-blend-mode: darken;

  box-sizing: border-box;
  padding-top: 455px;
  padding-left: 15px;
  color: white;
}
.h3 {
  font-family: "DM Mono", serif, monospace;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;

  margin-top: 100px;
}
.h1 {
  color: #17171b;
  font-family: "Inter", serif;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 50px;
}

.resources {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f6f6f6;
  font-family: "Inter", serif;
}
.nasa-h1 {
  font-size: 70px;
  font-weight: 800;
  margin-top: -85px;
}
.div p {
  font-size: 18px;
  margin-top: -100px;
  margin-bottom: 20px;
}
.nasa {
  width: 630px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.explore {
  width: 1290px;
  display: flex;
  margin: 100px auto;
  flex-direction: column;
  font-family: "Inter", serif;
}
.nsn-sr {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid black;
  padding: 15px;
}
.icon {
  display: flex;
  gap: 100px;
  align-items: center;
}
.nsn-sr img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 10px;
}

.nsn-dte {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid black;
}
.nsn-dte img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  font-size: 10px;
}
.nsn-dte i,
.nsn-sr i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 10px;
  background-color: #f64137;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.nsn-dte-1 {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}
.explore-h1 {
  font-family: "Inter", serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}
.footer-img {
  padding-top: 40px;
  padding-bottom: 25px;
  max-width: 1290px;
  margin: auto;
}

footer {
  margin-top: 100px;
  background-color: rgb(0, 0, 0);
}
.tekstetefuterit {
  display: flex;
  flex-direction: column;
  color: white;
  gap: 20px;

  font-family: "Inter", serif;
}
.top-part {
  display: flex;
  align-items: flex-start;
  width: 1290px;
  justify-content: space-between;
  margin: auto;
  border-bottom: white solid 1px;
  padding-bottom: 20px;
}
.linqet {
  display: flex;
  flex-direction: column;
}
.linqet a {
  color: white;
  text-decoration: none;
  font-family: "Inter", serif;
  font-size: 15px;
}
.linqet a:hover {
  border-bottom: dotted 2px white;
}
.linqet h3 {
  color: gray;
  font-family: "Inter", serif;
  font-size: 20px;
}
.linqet-icons i {
  color: white;
  padding: 10px;
  border-radius: 50%;
  margin-right: 5px;
  margin: 20px 0px;
  background-color: rgba(128, 128, 128, 0.265);
}
.linqet3 {
  display: flex;
  width: 1290px;
  justify-content: space-between;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.linqet3 a,
.linqet4 a {
  color: gray;
  font-family: "Inter", serif;
  font-size: 15px;
  text-decoration: none;
}
.linqet4 {
  display: flex;
  max-width: 1290px;
  margin: auto;
  gap: 20px;

  margin-top: 25px;
  padding-bottom: 50px;
}
html,
body {
  overflow-x: hidden;
}
.menubar i {
  color: white;
  display: none;
}
.all1 {
  display: none;
}
.all-web {
  max-width: 1290px;
  margin: auto;
}

@media screen and (min-width: 360px) and (max-width: 640px) {
  .footer-img {
    max-width: 90%;
  }
  #video {
    filter: brightness(30%);
  }
  .contanier,
  #video {
    pointer-events: none;
    touch-action: none;
    user-select: none;
  }
  .contanier {
    touch-action: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
  }
  .first-text {
    width: 90%;
    margin-left: 5%;
  }
  .h1 {
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
  }
  .h3 {
    width: 90%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 10px;
  }

  .cool-things h2 {
    width: 90%;
    margin: auto;
  }
  .menubar {
    width: 100%;
  }
  .search {
    display: none;
  }
  .links {
    display: none;
  }
  .menubar img {
    width: 60px;
  }
  .menubar i {
    display: block;
    font-size: 22px;
  }
  video {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 600px;
    object-fit: cover;
  }
  .contanier-text {
    top: 50%;
  }
  .contanier-text h1 {
    font-size: 45px;
  }
  .contanier-text p {
    font-size: 16px;
    margin-top: 20px;
  }
  .under-contanier-content {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .paragraph {
    width: 90%;
  }
  .cool-parts {
    display: flex;
    flex-direction: column;
  }
  .cool-boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cool-box1,
  .cool-box {
    width: 90%;
    display: flex;
    justify-content: space-between;
  }
  .cool-part2 img {
    display: none;
  }
  .part-one,
  .part-two {
    display: flex;
    flex-direction: column;
  }
  .teksti {
    width: 90%;
  }
  .all1 {
    display: block;
    padding-top: unset;
  }
  .all {
    display: none;
  }
  .img {
    display: flex;
    justify-content: center;
    margin-top: 150px;
  }
  .part-one,
  .part-two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .teksti {
    width: 90%;
  }
  .vesualize {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .vesualize img {
    width: 90%;
    margin-left: 5%;
  }
  .vesualize-text {
    width: 90%;
  }
  .vesualize-text h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .vesualize-text p {
    width: 90%;
    font-size: 16px;
  }
  .resources {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nasa {
    width: 90%;
  }
  .roboti img {
    width: 90%;
    margin-left: 5%;
  }
  .boxes-text {
    width: 90%;
    margin-left: 5%;
  }

  .boxes {
    display: flex;
    flex-direction: column;
    margin-top: 75px;

    align-items: center;
    justify-content: center;
    gap: 75px;
  }
  .box {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .box img {
    width: 100%;
  }
  .box:hover {
    transform: scale(1);
  }
  .nsn-sr {
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: 20px;
  }
  .explore {
    width: 90%;
  }
  .explore-h1 {
    width: 100%;
    margin: auto;
    padding-bottom: 30px;
  }
  .icon {
    display: flex;
    justify-content: space-between;

    align-items: unset;
    gap: unset;
  }
  .icon p {
    width: 80%;
  }
  .discover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .photo1,
  .photo2,
  .photo3,
  .photo4 {
    width: 90%;
  }
  .top-part {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
  .linqet {
    display: flex;
  }
  .linqet3,
  .linqet4 {
    display: none;
  }
  #mobile {
    display: block;
  }
}
