@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-webkit-scrollbar {
  display: none;
}

.btn, .btm, .bttn {
  width: 152px;
  height: 60px;
  border-radius: 20px;
  background-color: #A259FF;
  border: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.8s ease;
}
.btn:hover, .btm:hover, .bttn:hover {
  color: dodgerblue;
}

.btm, .bttn {
  width: 225px;
  font-weight: 400;
}

.bts, .eye {
  width: 250px;
  height: 60px;
  border-radius: 16px;
  border: 1px solid #A259FF;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  transition: 0.8s ease;
  cursor: pointer;
}
.bts:hover, .eye:hover {
  color: #A259FF;
}

.eye {
  width: 187px;
}

.eyes {
  width: 198px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2B2B2B;
  border: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  border-radius: 16px;
  font-size: 22px;
  cursor: pointer;
  transition: 0.8s ease;
}
.eyes:hover {
  color: #A259FF;
}

.bttn {
  width: 211px;
  position: absolute;
  top: 0;
  left: 51%;
}

@media only screen and (max-width: 576px) {
  .btn, .btm, .bttn {
    display: none;
  }
  .btm, .bttn {
    width: 100%;
    display: block;
  }
  .bts, .eye {
    width: 100%;
  }
  .eyes {
    width: 100%;
    font-size: 18px;
  }
  .bttn {
    position: relative;
    left: 0%;
    height: 46px;
    width: 100%;
  }
}
body {
  width: 100%;
  height: 100vh;
  background-color: #2B2B2B;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

header {
  width: 100%;
  height: 805px;
}
header .wrap1 {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px 50px;
}

.wrap2 {
  width: 100%;
  height: 705px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.wrap {
  width: 330px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.wrap a {
  font-size: 25px;
  color: #A259FF;
}
.wrap h1 {
  font-family: "Work Sans", sans-serif;
  color: #FFFFFF;
}

.wrapp {
  width: 610px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.menu {
  width: 460px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.menu li a {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.check {
  display: none;
}

.wrapper {
  width: 1050px;
  height: 545px;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.con1 {
  width: 510px;
  height: 545px;
}

.con2 {
  width: 510px;
  height: 510px;
}
.con2 .one1 {
  width: 510px;
  position: relative;
  height: 401px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.con2 .one1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.con2 .one2 {
  width: 510px;
  height: 109px;
  background-color: #3b3b3b;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 0px 25px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
}
.con2 .one2 h5 {
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
}

.what {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.what img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.what span {
  font-weight: 400;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
}

.stil1 {
  width: 510px;
  height: 347px;
}
.stil1 span {
  font-family: "Work Sans", sans-serif;
  font-size: 68px;
  font-weight: 600;
  color: #FFFFFF;
}
.stil1 p {
  font-size: 22px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: rgba(255, 255, 255, 0.3882352941);
}

.stil2 {
  width: 510px;
  height: 197px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-direction: column;
  flex-wrap: wrap;
}
.stil2 div {
  width: 510px;
  height: 77px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-direction: column;
  flex-wrap: wrap;
}

.pp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
  flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
  header {
    position: relative;
  }
  .wrap1 {
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    gap: 0px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrap2 {
    padding: 10px;
    width: 100%;
    height: 730px;
  }
  .menu {
    width: 100%;
    z-index: 2;
    height: 0%;
    transition: 0.8s ease;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.332);
    border-radius: 16px;
    padding: 0px 5px;
    display: flex;
    align-items: start;
    justify-content: space-around;
    gap: 0px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .wrap {
    width: 170px;
  }
  .wrap a {
    font-size: 16px;
    color: #A259FF;
  }
  .wrap h1 {
    font-family: "Work Sans", sans-serif;
    color: #FFFFFF;
    font-size: 16px;
  }
  .con1 {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .con1 .stil1 {
    width: 315px;
    height: 145px;
  }
  .con1 .stil1 p {
    font-size: 16px;
  }
  .con1 .stil1 span {
    font-size: 28px;
  }
  .con1 .stil2 {
    width: 315px;
    height: 167px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .con1 .stil2 div {
    width: 315px;
    height: 60px;
  }
  .pp .spans1 {
    font-size: 22px !important;
  }
  .pp .spans2 {
    font-size: 16px !important;
  }
  .con2 {
    width: 315px;
    height: 315px;
    position: absolute;
  }
  .con2 .one1 {
    width: 315px;
    height: 205px;
  }
  .con2 .one2 {
    width: 315px;
  }
  .wrapp {
    width: 200px;
    height: 180px;
    position: relative;
    top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .check {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQNOu5vENFCtrZJ0p1kxdxAictc_k4Gclux2w&s");
    position: relative;
    background-size: cover;
    background-color: #2b2b2b;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .check::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("https://cdn-icons-png.flaticon.com/512/75/75519.png");
    position: absolute;
    top: 0;
    background-color: #2b2b2b;
    background-size: cover;
    left: 0;
    display: none;
  }
  .check:checked::before {
    display: block;
  }
  .check:checked + .menu {
    height: 95%;
  }
  .wrapper {
    width: 315px;
    z-index: 1;
    height: 706px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
section {
  width: 100%;
  height: 840px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.cons1 {
  width: 1200px;
  height: 91px;
}
.cons1 h3 {
  font-size: 38px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: white;
}
.cons1 span {
  font-size: 22px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: rgba(255, 255, 255, 0.793);
}

.cons2 {
  width: 1200px;
  height: 525px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.box {
  width: 330px;
  height: 525px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: column;
  flex-wrap: wrap;
}

.bos1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}
.bos1 div {
  width: 100px;
  height: 100px;
  background-color: #A259FF;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Space Mono", monospace;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.bos2 {
  width: 330px;
  height: 65px;
  background-color: transparent;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: wrap;
}
.bos2 h5 {
  font-size: 22px;
  font-weight: 600;
  color: white;
  font-family: "Work Sans", sans-serif;
}
.bos2 div {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.bos2 div img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bos2 div span {
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #FFFFFF;
}

.dog {
  width: 330px;
  height: 330px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.olma, .bear {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 576px) {
  .cons1 {
    width: 315px;
  }
  .cons1 h3 {
    font-size: 28px;
  }
  .cons1 span {
    font-size: 16px;
  }
  .cons2 {
    width: 315px;
    height: 505px;
  }
  .cons2 .box2,
  .cons2 .box3 {
    display: none;
  }
}
article {
  width: 100%;
  height: 1085px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}

.let1 {
  width: 1200px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.let1 .divs1 {
  width: 705px;
  height: 100%;
}
.let1 .divs1 h3 {
  font-size: 38px;
  font-weight: 600;
  color: white;
  font-family: "Work Sans", sans-serif;
}
.let1 .divs1 span {
  font-size: 22px;
  font-weight: 400;
  color: white;
  font-family: "Work Sans", sans-serif;
}
.let1 .divs2 {
  width: 495px;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.boks {
  width: 240px;
  height: 240px;
  background-color: #3b3b3b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
}
.boks h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #FFFFFF;
}

.total {
  width: 200px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.total span {
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #858584;
}
.total div {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  color: #FFFFFF;
}

.let2 {
  width: 1200px;
  height: 775px;
  border: 1px solid transparent;
  display: flex;
  align-items: start;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.son {
  width: 30px;
  height: 30px;
  background-color: #2b2b2b;
  border-radius: 50%;
  font-size: 18px;
  color: #858584;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Space Mono", monospace;
  position: absolute;
  top: 10px;
  left: 10px;
}

.rasm {
  width: 110px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}
.rasm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 576px) {
  section {
    width: 375px;
    height: 895px;
  }
  .let1 {
    width: 340px;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .let1 .divs1 {
    width: 340px;
    height: 85px;
  }
  .let1 .divs1 h3 {
    font-size: 28px;
  }
  .let1 .divs1 span {
    font-size: 16px;
  }
  .let1 .divs2 {
    width: 340px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .let2 {
    width: 340px;
    height: 580px;
    position: absolute;
    overflow: auto;
    display: flex;
    align-items: start;
    justify-content: space-around;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .boks {
    width: 340px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .rasm {
    width: 60px;
    height: 60px;
  }
  .son {
    top: 5px;
    left: 5px;
  }
}
aside {
  width: 100%;
  height: 930px;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0px 8%;
}
aside h3 {
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  font-size: 38px;
  color: white;
}

.wras {
  width: 1200px;
  height: 665px;
  border: 1px solid transparent;
  display: flex;
  align-items: start;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
}

.art {
  width: 240px;
  height: 316px;
  border-radius: 10px;
  overflow: hidden;
}

.two1 {
  width: 240px;
  height: 240px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.two1 .yogdu {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  filter: blur(6px);
  z-index: 1;
}
.two1 .brush {
  z-index: 2;
  position: relative;
}

.two2 {
  width: 240px;
  height: 76px;
  background-color: #3b3b3b;
}
.two2 span {
  position: relative;
  top: 20px;
  left: 30px;
  font-size: 22px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: white;
}

@media only screen and (max-width: 576px) {
  aside {
    width: 375px;
    height: 1085px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  aside h3 {
    font-size: 28px;
  }
  .wras {
    width: 335px;
    height: 920px;
    overflow: auto;
  }
  .art {
    width: 147px;
    height: 209px;
  }
  .two1 {
    width: 147px;
    height: 142px;
  }
  .two2 {
    width: 147px;
    height: 67px;
  }
  .two2 span {
    top: 20px;
    left: 20px;
    font-size: 16px;
  }
}
nav {
  width: 100%;
  height: 780px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.navs1 {
  width: 1200px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.navs1 .nav1 {
  width: 770px;
  height: 91px;
}
.navs1 .nav1 h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: white;
  margin-bottom: 10px;
}
.navs1 .nav1 span {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: white;
}
.navs1 .nav2 {
  width: 430px;
  height: 91px;
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.navs2 {
  width: 1200px;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.galaxy {
  width: 330px;
  height: 470px;
  border-radius: 16px;
  overflow: hidden;
}

.edena1 {
  width: 330px;
  height: 296px;
}
.edena1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.edena2 {
  width: 330px;
  height: 173px;
  background-color: #3b3b3b;
  padding: 0px 25px;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.edena2 span {
  font-size: 22px;
  color: white;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.moon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.moon span {
  font-family: "Space Mono", monospace;
  font-weight: 400;
}

.kares {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.eth {
  width: 270px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.eth .eth1,
.eth .eth2 {
  width: 50%;
  height: 100%;
}
.eth .eth1 span,
.eth .eth2 span {
  color: #858584;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 400;
}
.eth .eth1 p,
.eth .eth2 p {
  font-family: "Space Mono", monospace;
  font-weight: 400;
  color: white;
}

@media only screen and (max-width: 576px) {
  nav {
    width: 375px;
    height: 1557px;
  }
  .navs1 {
    width: 335px;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .navs1 .nav1 {
    width: 335px;
    height: 71px;
  }
  .navs1 .nav1 h3 {
    font-size: 28px;
  }
  .navs1 .nav1 span {
    font-size: 16px;
  }
  .navs1 .nav2 {
    width: 335px;
    height: 71px;
  }
  .navs2 {
    position: absolute;
    width: 335px;
    height: 1246px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .galaxy {
    width: 335px;
    height: 402px;
  }
  .edena1 {
    width: 335px;
    height: 238px;
  }
  .edena2 {
    width: 334px;
    height: 164px;
  }
  .eth {
    width: 275px;
    height: 34px;
  }
  .eth .eth1 p {
    font-size: 12px;
  }
}
.container {
  width: 100%;
  height: 640px;
  position: relative;
  background-image: linear-gradient(rgba(161, 89, 255, 0), #A259FF);
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -3;
}

.content {
  width: 1200px;
  position: relative;
  bottom: 60px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.sinf1 {
  width: 775px;
  height: 220px;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.sinf1 h2 {
  font-size: 51px;
  font-weight: 600;
  color: white;
  font-family: "Work Sans", sans-serif;
}

.shroomi {
  width: 151px;
  height: 44px;
  border-radius: 18px;
  background-color: rgba(59, 59, 59, 0.5215686275);
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.shroomi .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shroomi span {
  font-weight: 400;
  color: white;
  font-family: "Work Sans", sans-serif;
}

.sinf2 {
  width: 425px;
  height: 220px;
  background-color: rgba(59, 59, 59, 0.5019607843);
  border-radius: 16px;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.sinf2 .time {
  width: 90%;
  height: 135px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.sinf2 span {
  font-weight: 400;
  color: white;
  margin: 0 35px;
  font-family: "Space Mono", monospace;
}

.times {
  width: 32%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.times span {
  color: white;
  font-weight: 700;
  font-size: 38px;
  font-family: "Space Mono", monospace;
}
.times p {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 400;
  color: white;
}

.nuqt {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  font-size: 28px;
  color: white;
}

@media only screen and (max-width: 576px) {
  .container {
    width: 100%;
    height: 590px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .content {
    width: 90%;
    height: 500px;
    bottom: 0;
  }
  .sinf1 {
    width: 100%;
    height: 90%;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .sinf1 h2 {
    font-size: 38px;
  }
  .sinf2 {
    width: 100%;
    height: 200px;
    position: absolute;
  }
  .shroomi {
    margin-bottom: 20px;
  }
}
.section {
  width: 100%;
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.work1 {
  width: 1200px;
  height: 91px;
}
.work1 h4 {
  font-size: 38px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: white;
}
.work1 span {
  font-size: 22px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: white;
}

.work2 {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  height: 450px;
}

.setup {
  width: 330px;
  height: 440px;
  border-radius: 16px;
  background-color: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.setup span {
  font-size: 22px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: white;
}

.lorem {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: white;
  text-align: center;
  width: 270px;
}

.narsa {
  width: 250px;
  height: 250px;
}
.narsa img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.help {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 576px) {
  .section {
    width: 100%;
    height: 685px;
  }
  .work1 {
    width: 335px;
    height: 71px;
  }
  .work1 h4 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .work1 span {
    font-size: 16px;
  }
  .work2 {
    width: 335px;
    height: 495px;
  }
  .narsa {
    width: 100px;
    height: 100px;
  }
  .help {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .setup {
    width: 335px;
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .setup span {
    font-size: 16px;
  }
  .lorem {
    font-size: 12px;
    width: 155px;
  }
}
.foots {
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.heads {
  width: 1200px;
  height: 430px;
  background-color: #3b3b3b;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.head1 {
  width: 425px;
  height: 310px;
  border-radius: 20px;
  overflow: hidden;
}
.head1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.head2 {
  width: 425px;
  height: 275px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.head2 h3 {
  font-size: 40px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: white;
}
.head2 p {
  font-size: 22px;
  color: white;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}

.waw, .was {
  width: 425px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.waw input, .was input {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: none;
  padding: 0px 15px;
  font-size: 22px;
  font-family: "Work Sans", sans-serif;
}

@media only screen and (max-width: 576px) {
  .foots {
    width: 100%;
    height: 650px;
  }
  .heads {
    width: 335px;
    height: 565px;
    flex-direction: column;
    justify-content: space-around;
    background-color: inherit;
  }
  .head1 {
    width: 335px;
    height: 225px;
  }
  .head2 {
    width: 335px;
    height: 280px;
    justify-content: space-evenly;
  }
  .head2 h3 {
    font-size: 31px;
  }
  .head2 p {
    font-size: 16px;
  }
  .waw, .was {
    width: 335px;
    height: 108px;
    flex-direction: column;
  }
  .waw input, .was input {
    width: 335px;
    height: 46px;
    font-size: 16px;
  }
}
footer {
  width: 100%;
  height: 335px;
  background-color: #3b3b3b;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.end1 {
  width: 1200px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 191px;
}

.ends1 {
  width: 327px;
  height: 191px;
  padding: 0 10px;
  display: flex;
  align-items: start;
  justify-content: space-evenly;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.ends1 .hmm {
  width: 238px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.ends1 .hmm a {
  font-size: 40px;
  color: #858584;
  font-weight: 400;
}

.ppt, .ends3 p, .ends2 span, .ends1 span {
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #cccccc;
  width: 238px;
}

.ends2 {
  width: 240px;
  height: 166px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.h5 {
  font-size: 22px;
  font-family: "Space Mono", monospace;
  font-weight: 700;
  color: white;
}

.ends3 {
  width: 420px;
  height: 184px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.ends3 p {
  width: 330px;
}

.end2 {
  width: 1200px;
  height: 40px;
  border-top: 1px solid #858584;
  display: flex;
  align-items: start;
  justify-content: end;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.end2 span {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #cccccc;
}

@media only screen and (max-width: 576px) {
  footer {
    width: 100%;
    height: 776px;
  }
  .end1 {
    width: 335px;
    height: 635px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .end2 {
    width: 335px;
    height: 35px;
  }
  .ends1 {
    width: 335px;
    height: 185px;
  }
  .ends2 {
    width: 335px;
    height: 161px;
  }
  .ends3 {
    width: 335px;
    height: 227px;
  }
}/*# sourceMappingURL=main.css.map */