body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}
a {
  text-decoration: none !important;
}
.black {
  height: 300px;
  background-color: rgb(20, 20, 20);
  /* width: 100%; */
}

.help {
  width: 70%;
}
.area1,
.area2 {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
.areaa {
  /* width: 100%; */
  display: flex;
  padding: 0 200px;
  padding-top: 35px;
  /* justify-content: space-evenly; */
  /* margin: 0 50px; */
}
.area0 {
  width: 10%;
}
.area1 {
  width: 20%;
  margin-left: 25px;
}
.area2 {
  width: 70%;
  margin-left: 400px;
}

.how {
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 40px;
  margin-top: 50px;
}
.search {
  text-align: center;
  margin-top: 20px;
}
.search-a {
  border: 0;
  background-color: rgb(39, 39, 39);
  width: 420px;
  height: 38px;
  border-radius: 8px;
}

::placeholder {
  padding-left: 10px;
  font-weight: 500;
  font-size: 17px;
}
.white {
  margin-top: 50px;
}

.white1 {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.down {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.down1 {
  margin-bottom: 30px;
  border-radius: 16px;
  width: 744px;
  height: 55px;
  padding: 18px;
  background-color: rgb(243, 241, 241);
  cursor: pointer;
}
.down1:hover {
  background-color: rgb(219, 218, 218);
}
.red {
  width: 64px;
  height: 64px;
  background-color: rgb(253, 186, 186);
  border-radius: 16px;
  display: grid;
  align-items: center;
  /* margin: auto; */
  /* position: relative; */
  justify-content: center;
}
.backk {
  text-align: center;
  color: #19191a;
  font-weight: 500;
  font-size: 18px;
}

.wl {
  width: 52%;
  margin: auto;
}
.wll {
  width: 18%;
  margin: auto;
}
.what-is {
  color: #3e3e40;
  font-size: 16px;
  font-weight: 500;
}

.what-is2 {
  color: #77787a;
  font-size: 14px;
}

@media screen and (min-width: 100px) and (max-width: 299px) {
  .white1 {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .black {
    height: 360px;
  }
  .areaa {
    padding: 30px 40px;
  }
  .area0 {
    width: 20%;
  }
  .area1 {
    width: 80%;
    margin-left: 30px;
  }
  .area2 {
    display: none;
  }
  .area1,
  .area2 {
    color: white;
    font-size: 19px;
    font-weight: 500;
  }
  .help {
    width: 82%;
  }

  .white1 {
    flex-direction: column;
  }
  .white1-1 {
    height: 210px;
    width: 260px;
    margin-bottom: 30px;
  }
  .white1 {
    align-items: center;
    justify-content: center;
  }

  .down1 {
    width: 260px;
    height: 100px;
    padding: 10px;
  }
  .what-is {
    font-size: 14px;
  }
  .what-is2 {
    text-align: justify;
    font-size: 12px;
  }
  .search-a {
    width: 260px;
    height: 40px;
  }
  .how {
    font-weight: 500;
    font-size: 30px;
    margin-top: 50px;
  }
  .prob {
    color: white;
    margin-left: 40px;
    font-size: 14px;
  }
  .prob:hover {
    color: #e02200;
  }
}
@media screen and (min-width: 300px) and (max-width: 380px) {
  .black {
    height: 360px;
  }
  .areaa {
    padding: 30px 40px;
  }
  .area0 {
    width: 20%;
  }
  .area1 {
    width: 80%;
    margin-left: 30px;
  }
  .area2 {
    display: none;
  }
  .area1,
  .area2 {
    color: white;
    font-size: 19px;
    font-weight: 500;
  }
  .help {
    width: 82%;
  }

  .white1 {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .white1-1 {
    height: 210px;
    width: 310px;
    margin-bottom: 30px;
  }
  .white1 {
    align-items: center;
    justify-content: center;
  }

  .down1 {
    width: 300px;
    height: 75px;
    padding: 18px;
  }
  .search-a {
    width: 310px;
    height: 40px;
  }
  .how {
    font-weight: 500;
    font-size: 34px;
    margin-top: 50px;
  }
  .prob {
    color: white;
    margin-left: 40px;
    font-size: 14px;
  }
  .prob:hover {
    color: #e02200;
  }
}

@media screen and (min-width: 381px) and (max-width: 500px) {
  .white1 {
    flex-direction: column;
  }
  .black {
    height: 360px;
  }
  .areaa {
    padding: 30px 40px;
  }
  .area0 {
    width: 20%;
  }
  .area1 {
    width: 80%;
    margin-left: 30px;
  }
  .area2 {
    display: none;
  }
  .area1,
  .area2 {
    color: white;
    font-size: 19px;
    font-weight: 500;
  }
  .help {
    width: 82%;
  }

  .white1 {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .white1-1 {
    height: 210px;
    width: 310px;
    margin-bottom: 30px;
  }
  .white1 {
    align-items: center;
    justify-content: center;
  }

  .down1 {
    width: 300px;
    height: 75px;
    padding: 18px;
  }
  .search-a {
    width: 310px;
    height: 40px;
  }
  .how {
    font-weight: 500;
    font-size: 34px;
    margin-top: 50px;
  }
  .prob {
    color: white;
    margin-left: 40px;
    font-size: 14px;
  }
  .prob:hover {
    color: #e02200;
  }
}

@media screen and (min-width: 501px) and (max-width: 650px) {
  .white1 {
    flex-direction: column;
  }
  .black {
    height: 360px;
  }
  .areaa {
    padding: 30px 40px;
  }
  .area0 {
    width: 20%;
  }
  .area1 {
    width: 80%;
    margin-left: 30px;
  }
  .area2 {
    display: none;
  }
  .area1,
  .area2 {
    color: white;
    font-size: 19px;
    font-weight: 500;
  }
  .help {
    width: 82%;
  }

  .white1 {
    flex-direction: column;
    margin-bottom: 0px;
  }
  /* .white1-1 {
    height: 210px;
    width: 310px;
    margin-bottom: 30px;
  } */
  .white1 {
    align-items: center;
    justify-content: center;
  }

  .down1 {
    width: 300px;
    height: 75px;
    padding: 18px;
  }
  .search-a {
    width: 310px;
    height: 40px;
  }
  .how {
    font-weight: 500;
    font-size: 34px;
    margin-top: 50px;
  }
  .prob {
    color: white;
    margin-left: 40px;
    font-size: 14px;
  }
  .prob:hover {
    color: #e02200;
  }
}

@media screen and (min-width: 851px) and (max-width: 4000px) {
  .prob {
    display: none;
  }
}

/* popup */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.popup-content {
  background-color: white;
  border-radius: 10px;
  margin: auto; /* Center horizontally */
  margin-top: 6%; /* Adjust top margin for vertical centering */
  padding: 20px 8px;
  border: 1px solid #888;
  width: 600px; /* Adjust as needed */
  /* max-width: 400px;  */
  height: 510px;
  overflow-y: auto;
  display: flex; /* Use flexbox for centering */
  flex-direction: column; /* Stack children vertically */
  align-items: center; /* Center horizontally */
  position: relative; /* Position the close button relative to this container */
}

.close {
  font-size: 30px; /* Increase font size */
  padding: 8px;
  position: absolute; /* Position the close button relative to its closest positioned ancestor */
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.white1-1 {
  cursor: pointer;
}

.phrase {
  width: 390px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #888;
  font-size: 20px;
  margin-top: 50px;
}
.phrases {
  width: 390px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #888;
  font-size: 20px;
  margin-top: 50px;
}
.phrasoo{
  width: 390px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #888;
  font-size: 20px;
  margin-top: 50px;
}

.ses {
  font-size: 18px;
  font-weight: 400;
  color: rgb(121, 119, 119);
  margin-top: 10px;
}
.private {
  font-size: 20px;
  font-weight: 600;
  color: rgb(121, 119, 119);
  margin-top: 20px;
}

.buttonnn {
  color: white;
  border: 0;
  background-color: #6100e0;
  border-radius: 25px;
  width: 450px;
  height: 40px;
  /* margin-left: 30%; */
  cursor: pointer;
  padding: 0 !important;
  margin-top: 30px;
}
form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

::placeholder {
  font-size: 10px;
  padding-top: 10px;
}

.navbarr {
  display: flex; /* Align items horizontally */
  justify-content: center; /* Center align buttons horizontally */
  gap: 10px; /* Add spacing between buttons */
  margin-bottom: 20px;
  margin-top: 25px;
}

.tab-link {
  padding: 10px 0px;
  /* height: 71px; */
  width: 120px;
  border: 1px #6100e0 solid;
  background-color: transparent;
  color: #6100e0;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-link:hover {
  background-color: #ddd;
}

.tab-link.active {
  background-color: #6100e0;
  color: white;
}

.form-field {
  display: none;
}

@media screen and (min-width: 300px) and (max-width: 500px) {
  .popup-content {
    width: 90%;
    height: 500px !important;
    margin-top: 25%;
    padding: 15px 5px;
  }
  .ses {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: rgb(121, 119, 119);
    margin-top: 50px;
  }
  .tab-link {
    width: 100px;
    padding: 10px 0px;
  }
  .buttonnn {
    width: 200px;
  }
  .white1-1 {
    height: 100px;
    width: 384px;
  }
  
  .phrasoo {
    width: 80vw;
    font-size: 16px;
    font-weight: 500;
  }
  .button {
    margin-left: 25%;
  }
  .popup-content {
    height: 70%;
  }
  ::placeholder {
    font-size: 9px;
  }
}
