* {
  position: relative;
  max-width: 1750px;
  margin: 0;
  background-color: white;
  box-sizing: border-box;
}

.navbar {
  width: 100%;
  height: 127px;
  background-color: rgba(111, 106, 247, 1);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
}
.navbar-menu {
  background-color: transparent;
  margin-left: 50px;
  width: auto;
}

.navbar-menu ul {
  width: auto;
  background-color: transparent;
}

.down-arrow {
  background-color: transparent;
  margin-left: 2px;
  width: 7px;
  height: 7px;
}

.navbar-menu ul li {
  background-color: transparent;
  color: white;
  padding: 10px;
  display: inline;
  font-family: DM Sans;
  font-size: 30px;
  font-weight: 400;
  line-height: 47px;
  text-align: left;
}

.navbar-logo {
  width: 215px;
  height: 63px;
  background-color: transparent;
  margin-left: 20px;
}

.search-bar {
  display: flex;
  margin-left: 50px;
  padding: 0px 10px 0 10px;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 52px;
  background-color: white;
  border-radius: 20px;
}

.search-bar img {
  width: 26px;
  height: 26px;
}

.search-bar input {
  color: rgba(159, 159, 159, 1);
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 50%;
}

.search-bar {
  display: flex;
  margin-left: 50px;
  padding: 0px 10px 0 10px;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 52px;
  background-color: white;
  border-radius: 20px;
}

.side-bar {
  background-color: transparent;
  position: absolute;
  right: 30px;
}

.second-section {
  margin-top: 120px;
  position: relative;
  width: 100%;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 7px 32px 0px rgba(0, 0, 0, 0.44);
}

.para {
  background-color: rgba(229, 216, 255, 1);
  width: 900px;
  height: 440px;
  padding: 20px;
  border-radius: 20px;
  color: rgba(111, 115, 115, 1);
  font-family: DM Sans;
  font-size: 24px;
  font-weight: 400;
  line-height: 52px;
  text-align: left;
  box-shadow: 3px 5px 27px 0px rgba(0, 0, 0, 0.25) inset;
}

.social-details {
  width: 50px;
  height: 200px;
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 9;
}

.views {
  width: 100%;
  margin-bottom: 90px;
  padding: 0px 75px;
  display: flex;
  justify-content: space-between;
}
.views-list {
  width: 250px;
  height: 100px;
  box-shadow: 0px 9px 31px 0px rgba(0, 0, 0, 0.4);
  border-radius: 11px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.views-list h3 {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.04em;
  text-align: left;
  color: white;
  background-color: transparent;
}

.dashboard {
  display: flex;
  justify-content: space-between;
  height: 550px;
  width: 88%;
  margin: 50px auto;
  padding: 10px;
  border-radius: 20px;
  background: rgba(72, 62, 255, 1);
}
.section1 {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: transparent;
}

.settings,
.bookmarks,
.info {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 250px;
  height: 80px;
  border-radius: 20px;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.39);
  border: 3px solid rgba(255, 255, 255, 1);
  color: white;
  font-family: DM Sans;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.info {
  background: rgba(188, 224, 246, 1);
  color: black;
}
.live-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 4px 15px 35px 0px rgba(0, 0, 0, 0.25);
  z-index: 11;
}

.live-chat img {
  width: 100px;
  height: 100px;
  background: transparent;
}
.section2 {
  position: relative;
  flex: 2;
  background-color: white;
  border-radius: 20px;
  padding: 25px;
}
.section2 h2 {
  margin-top: 50px;
  margin-left: 50px;
  font-family: Inter;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0.105em;
  text-align: left;
  color: rgba(4, 40, 90, 1);
}

.person-details {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: 70px;
  margin-top: 30px;
}
.person-details-fields h3 {
  margin-top: 12px;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.105em;
  text-align: left;
  color: rgba(4, 40, 90, 1);
}
.person-details-fields-value h3 {
  color: rgba(4, 40, 90, 1);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: left;
}
.next-btn {
  position: absolute;
  right: 50px;
  width: 200px;
  height: 78px;
  border-radius: 10px;
  margin-top: 100px;
  background-color: black;
  color: white;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0.05em;
}
.next-btn span {
  background-color: transparent;
}
