@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, .create, .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, .create:hover, .bttn:hover {
  color: dodgerblue;
}

.btm, .create, .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%;
}

.create {
  width: 100%;
  font-weight: 600;
}

@media only screen and (max-width: 576px) {
  .btn, .btm, .bttn, .create {
    display: none;
  }
  .btm, .bttn, .create {
    width: 100%;
    display: block;
  }
  .bts, .eye {
    width: 100%;
  }
  .eyes {
    width: 100%;
    font-size: 18px;
  }
  .bttn {
    position: relative;
    left: 0%;
    height: 46px;
    width: 100%;
  }
}
header {
  width: 100%;
  height: 100px;
}
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;
}

.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;
}

@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: 695px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.one {
  width: 660px;
  height: 691px;
}
.one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two {
  width: 660px;
  height: 691px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.two .div1 {
  width: 460px;
  height: 146px;
}
.two .div1 h2 {
  font-size: 51px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: white;
}
.two .div1 p {
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 22px;
}

.table {
  width: 430px;
  height: 405px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}

.name {
  width: 100%;
  height: 66px;
  background-color: white;
  border-radius: 16px;
  position: relative;
}
.name span {
  font-size: 25px;
  font-weight: 300;
  color: #bdbdbd;
  position: absolute;
  top: 20px;
  left: 15px;
}
.name input {
  position: absolute;
  width: 100%;
  border-radius: 16px;
  height: 99%;
  border: none;
  background-color: transparent;
  font-size: 25px;
  font-family: "Work Sans", sans-serif;
  padding: 0px 50px;
}

@media only screen and (max-width: 576px) {
  section {
    width: 100%;
    height: 857px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .one {
    width: 100%;
    height: 332px;
  }
  .two {
    width: 335px;
    height: 515px;
  }
  .two .div1 {
    width: 335px;
    height: 110px;
  }
  .two .div1 h2 {
    font-size: 38px;
  }
  .two .div1 p {
    font-size: 16px;
  }
  .table {
    width: 335px;
    height: 305px;
  }
  .name {
    height: 46px;
  }
  .name input {
    font-size: 16px;
  }
  .name span {
    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;
}

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

.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;
  }
  .was {
    width: 335px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .was input {
    width: 335px;
    height: 46px;
    font-size: 16px;
  }
}
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;
}/*# sourceMappingURL=main.css.map */