* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  text-decoration: none;
  list-style: none;
}
input[type="text"]:focus {
  border: 3px solid white;
  outline: none;
}
body {
  background-color: #232323;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section1 {
  border: 2px solid white;
  color: white;
  background-color: black;
  padding: 1rem;
  width: 98vw;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 1rem;
  height: 700px;
  overflow: scroll;
}
.header {
  padding: 0.2rem;
}
.nav1 {
  display: flex;
  justify-content: space-between;
}
.nav1-header {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}
.nav1-btns {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.nav1-btn2::placeholder,
.nav2-btn1::placeholder,
.nav2-btns1::placeholder {
  color: gray;
}
.nav1-btn1,
.nav2-btn2,
.btn3,
.foot2 {
  padding: 0.4rem 0.7rem;
  color: white;
  background-color: #3ca27d;
  border: none;
  border-radius: 0.5rem;
}
.nav1-btn2 {
  padding: 0.4rem 0.7rem;
  color: white;
  border: 2px solid white;
  border-radius: 0.5rem;
  background-color: black;
}
.nav1-btn3 {
  border: none;
  background: transparent;
  color: white;
}
.div4 input {
  padding: 0.7rem;
  width: 100%;
  border: none;
  background: transparent;
}
.nav2 {
  display: flex;
  gap: 2rem;
}
.nav2-btn1,
.div-btn,
.btn,
.foot1 {
  border: none;
  background: transparent;
  color: white;
  padding: 0.4rem 0.7rem;
  border-radius: 0.5rem;
  background-color: #474747;
}
.token input {
  background: transparent;
  border: none;
  height: 10px;
}
.token input::placeholder {
  color: gray;
}
.nav2-btns1 i {
  color: gray;
}
.section2-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Style for the accordion */
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.accordion-item {
  margin-bottom: 5px;
}

.accordion-header {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.accordion-content {
  display: block;
  position: relative;
  margin: 2rem 0;
  border-radius: 0.5rem;
}
.accordion-content.accor-btn.btns1 input {
  padding: 0 0;
  width: 30%;
  border-radius: 1rem;
}
.accor-btn {
  display: flex;
  justify-content: space-around;
  position: relative;
  bottom: -20px;
  right: -75px;
}
.btns1 {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.per {
  position: absolute;
  top: 50px;
  left: 7%;
  width: 100px;
}
.content {
  background-image: url("./images/Rectangle\ 43.png");
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  display: grid;
  place-items: center;
}

.bn input,
.bn button {
  background-color: #474747;
  padding: 0.4rem 0.6rem;
  border: none;
  border-radius: 0.2rem;
  color: white;
}
/* ===================== */
.section4 {
  margin: 0.2rem 0;
}
.div4 {
  background-color: #474747;
  padding: 0.5rem;
  border-radius: 1rem;
}
.div4 h3 {
  margin-left: 0.3rem;
}
.section5 {
  margin-top: 1rem;
}
.div5-center {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1rem;
}
.ar1 {
  text-align: center;
  background-color: #474747;
  border-radius: 1rem;
  padding: 0.4rem;
  font-size: 0.91rem;
}
.ar1 h2 {
  font-size: 0.9rem;
  white-space: nowrap;
}
.ar1 h2,
p {
  margin: 0.4rem;
}
.ar1 input {
  width: 100%;
  padding: 1.2rem;
  border: none;
  background: #232323;
  margin: 0.5rem 0;
  border-radius: 1rem;
}
/* end of section 1 */
/* section 6 */
.section6 {
  color: white;
  border: 2px solid white;
  width: 80vw;
  max-width: 600px;
  margin: 0.6rem auto;
  border: 2px solid white;
  padding: 1rem;
  border-radius: 1rem;
  height: 600px;
  overflow: scroll;
}
.btn,
.btn2,
.btn3 {
  padding: 0.8rem 1rem;
}
.div-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn2 {
  background: #474747;
  border: none;
  border-radius: 0.8rem;
}
.token input {
  padding: 1.1rem;
  background-color: #474747;
  margin: 0.5rem 0;
  border-radius: 0.3rem;
  height: 15px;
}
.div-1 i {
  font-size: 0.6rem;
}
.div-2btns .us {
  font-size: 3rem;
}
.div-2btns {
  display: flex;
  gap: 0.3rem;
  align-items: center;
}
.div-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  text-align: justify;
  gap: 0.3rem;
  margin: 0.4rem 0;
}
.name p {
  background-color: #474747;
  padding: 0.3rem;
  border-radius: 0.4rem;
}
.sel-center {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
  gap: 0.3rem;
}
.sel {
  height: 25px;
  border-radius: 50%;
  background: white;
}
.selection h2 {
  margin: 0.5rem 0;
}
.chat h2 {
  margin: 0.7rem 0;
}
.chat-center {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.cha {
  height: 30px;
  width: 50px;
  background-color: white;
  border-radius: 100%;
}
.chat1,
.chat2 {
  display: flex;
  align-items: center;
  width: 250px;
  gap: 1rem;
}
.chat1 input,
.chat2 input {
  width: 100%;
  padding: 1.5rem;
  background: #474747;
  border: none;
  border-radius: 1rem;
}
.chat2 {
  margin: 1rem 0;
}
.chat2 {
  display: flex;
  align-items: center;
  width: 250px;
  margin-left: 0rem;
}
.chat1 p,
.chat2 p {
  padding: 0.5rem;
  background-color: #474747;
  border-radius: 0.8rem;
  font-size: 0.9;
}
.foot-btn {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
/* =============================== */
.footer {
  display: grid;
  place-items: center;
  margin: 0.6rem 0;
}
.name h2 {
  margin-left: 0.4rem;
}
input::placeholder {
  color: gray;
  text-align: center;
}
/* end of section 6 */
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .per {
    width: 70px;
    top: 70px;
  }
  .accor-btn {
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2rem;
    justify-content: left;
    left: 0;
  }
  .header .nav1 {
    justify-content: left;
  }
  .section6 {
    width: 95vw;
  }
  .nav1 {
    flex-direction: column;
    gap: 1rem;
  }
  .nav2 {
    flex-direction: column;
    margin: 1rem 0;
  }
  .center {
    flex-direction: column;
    position: static;
    margin: 3rem 0;
    justify-content: flex-start;
  }
  .div-2 {
    flex-direction: column;
    gap: 1rem;
    justify-content: left;
    align-items: start;
  }
  .us {
    font-size: 1rem;
  }
  .sel-center {
    grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  }
  .chat-center {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }
  .sel {
    height: 30px;
  }
}
