@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: 2026px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 10px 0px;
}

.change {
  width: 1050px;
  height: 46px;
  border: 1px solid #3b3b3b;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.biri {
  width: 430px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 25px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.biri span {
  font-size: 16px;
  font-weight: 400;
  color: #858584;
  font-family: "Space Mono", monospace;
}

.iki {
  width: 520px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.iki span {
  font-size: 16px;
  font-weight: 400;
  color: #858584;
  font-family: "Space Mono", monospace;
}

.both {
  width: 1050px;
  height: 85px;
  background-color: #3b3b3b;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}

.one {
  width: 435px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 20px;
}
.one .raqam {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #858584;
  font-weight: 400;
  font-family: "Space Mono", monospace;
  text-align: center;
  line-height: 30px;
  background-color: #2b2b2b;
}
.one .rasm {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.one .rasm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.one h5 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: white;
}

.two {
  width: 520px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.two .yashil, .two .oq, .two .eht {
  color: #00ac4f;
  font-weight: 400;
  font-family: "Space Mono", monospace;
  position: relative;
  right: 20px;
}
.two .oq, .two .eht {
  color: white;
  right: 0;
}
.two .eht {
  right: 0;
}

@media only screen and (max-width: 576px) {
  section {
    height: 1950px;
    justify-content: space-evenly;
  }
  .change {
    width: 335px;
    height: 46px;
  }
  .biri {
    width: 220px;
  }
  .yoq {
    display: none;
  }
  .iki {
    justify-content: start;
    width: 100px;
  }
  .both {
    width: 350px;
    height: 50px;
  }
  .one {
    width: 75%;
    justify-content: space-evenly;
  }
  .one .raqam {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
  .one .rasm {
    width: 24px;
    height: 24px;
  }
  .one h5 {
    font-size: 16px;
  }
  .two {
    width: 25%;
  }
  .two .yashil, .two .oq, .two .eht {
    display: none;
  }
  .two .eht {
    display: block;
  }
}
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;
  }
}
nav {
  width: 100%;
  height: 271px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: column;
  flex-wrap: nowrap;
}
nav .bir {
  width: 1200px;
  height: 111px;
}
nav .bir h2 {
  font-size: 51px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  color: white;
  margin-bottom: 10px;
}
nav .bir span {
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  font-size: 22px;
  color: white;
}
nav .ikki {
  width: 100%;
  height: 60px;
}

.uch {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.uch p {
  width: 262px;
  height: 100%;
  border-bottom: 2px solid transparent;
  font-size: 22px;
  color: #858584;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  transition: 0.8s ease;
  cursor: pointer;
}
.uch p:hover {
  border-bottom: 2px solid white;
  color: white;
}

@media only screen and (max-width: 576px) {
  nav {
    height: 203px;
  }
  nav .bir {
    width: 335px;
    height: 95px;
  }
  nav .bir h2 {
    font-size: 28px;
  }
  nav .bir span {
    font-size: 16px;
  }
  .ikki {
    width: 100%;
  }
  .uch {
    width: 100%;
    height: 60px;
    justify-content: space-evenly;
  }
  .uch p {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
  }
}
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 */