@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 62.5%;
}

body {

  max-height: 100vh;
  width: 100%;
  background: url(bg/gencraft_image_1691506947908-1.png);
  background-repeat: repeat-x;
}

.container {
  display: flex;
  height: 100vh;
  margin: 0;
  width: 100%;
}

.left-nav {
  width: clamp(10%, 14%, 20%);
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  margin-right: 9px;
  color: #35155D;
  /* height: 100%; */

}

.right-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header {
  width: 100%;
  height: clamp(5%, 6%, 9%);
  border: solid 1px white;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
  border-radius: 0px 0px 12px 12px;
}

.right-body>.body {
  height: 100%;
  width: 100%;
}

.part-1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.inner-1 {
  min-width: clamp(250px, 260px, 290px);
  border-radius: 20px;
  height: clamp(60px, 70px, 80px);
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(3px);
}

.part-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;

  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}

.inner-2 {
  height: 170px;
  min-width: clamp(350px, 360px, 390px);
  border-radius: 20px;
}

.part-3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 245px;
  margin-top: 25px;
  justify-content: space-between;
  gap: 20px;
}

.inner-3-1 {
  width: clamp(500px, 700px, 800px);

  border-radius: 20px;
}

.inner-3 {

  height: 100%;
  width: clamp(400px, 450px, 500px);
  border-radius: 20px;
}

.footer {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  border-radius: 12px;
}

.part-1>div,
.part-2>div,
.part-3>div,
.footer,
.left-nav {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  color: white;
}

li>span {
  font-size: 17px;
  font-weight: bold;
}

nav ul li {
  display: flex;
  margin: 15px 0;
  width: auto;
  margin-left: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  padding: 3px;
  cursor: pointer;
  transition: all 500ms;
}

nav ul li:hover {
  background-color: #102C57;
  color: white;
}

.icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.logo {
  display: flex;
  padding: 10px 10px;
  margin-bottom: 25px;
}

.logo h5 {
  font-size: 17px;
}

.header-inner-3-1 {
  margin: 10px 10px;
  display: flex;
  justify-content: space-between;
}

.header-inner-3-1 h5 {
  font-size: 15px;
}

.bg {
  color: white;
  background-color: green;
  padding: 5px;
  border-radius: 10px;
  font-weight: 550;
}

.part-1 {
  color: white;

}


.sales,
.customers,
.revenues,
.complains {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
}



.sales>div>h4,
.customers>div>h4,
.revenues>div>h4,
.complains>div>h4 {
  color: #241468;
  font-size: 23px;
}

.sales>div>h5,
.customers>div>h5,
.revenues>div>h5,
.complains>div>h5 {
  color: white;
  font-size: 17px;
}

.sales>span,
.customers>span,
.revenues>span,
.complains>span {
  width: 40px;
  aspect-ratio: 1;
  border: solid 1px white;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.footer h5 {
  font-size: 12px;
}

.footer h5 span {
  font-size: 14px;
  margin: 0 2px;
}

.inner-3 {
  padding: 10px;
  color: #000;

}

.inner-3>h4 {
  color: #241468;
  font-size: 18px;
}

.inner-3-left {
  width: 50%;
  display: flex;

}

.left-content-1 {
  width: 50%;
}

.left-content-1 ul li h5,
.left-content-2 ul li h5 {
  font-size: 17px;
}

li {
  list-style: none;
}

.left-content-2 ul li {
  margin: 0px 0 03px 0;
  font-weight: bold;
  font-size: 15px;
}

.left-content-1 ul li img {
  width: 20px;
  aspect-ratio: 1;
  margin: 5px 0;
  border-radius: 50%;
}

.left-content-2 ul li span {
  font-weight: lighter;
  margin-top: 0;
  font-size: 10px;
}

.inner-3-content {
  display: flex;
  justify-content: space-between;
}

.inner-3-right {
  display: flex;
  color: #070A52;
  flex-direction: column;
  width: 50%;
}

.inner-3-right>div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  margin-top: 2px;
}

.inner-3-right>div>h5 {
  font-size: 15px;
}

.inner-3-right-div {
  margin-bottom: 0;
  margin-top: 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.header-left {
  display: flex;
  gap: 7px;
}

.menu-icon {
  width: 22px;
  aspect-ratio: 1;
  border: solid 1px blue;
}

.search-bar {
  border: solid 1px white;
  display: flex;
  border-radius: 12px;
  align-items: center;
  background: transparent;
}

.search-bar>div {
  width: 22px;
  aspect-ratio: 1;
  border-radius: 12px 0 0 12px;
  padding: 2px;
}

.search-bar input {
  width: 180px;
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 22px; */
  /* padding-top: 5px; */
  border-radius: 0 12px 12px 0;
  padding-left: 5px;
  font-size: 16px;
}

.search-bar input::placeholder {
  font-size: 16px;
  margin-top: 9px;
  color: #241468;
}

.header-right {
  display: flex;
  gap: 13px;
}

.header-right>div {
  height: 22px;
  aspect-ratio: 1;
}

.inner-2-1 img {
  width: 100%;
  height: 100%;
}

.inner-2-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.inner-2-3 h5 {
  font-size: 12px;
}

.inner-2-3 img {
  width: 150px;
  aspect-ratio: 1;
  margin: 0;
}

.inner-1 span,
.menu-icon {
  border: none;
}

.menu-icon {
  cursor: pointer;
}

.header-inner-3-1 {
  display: block;
}

.header-inner-3-1-top {
  display: flex;
  justify-content: space-between;
  height: 20px;
  align-items: center;
}

.header-inner-3-1-body {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  height: 100%;
}

.header-inner-3-1-body>div>h5 {
  font-size: 18px;
}

.header-inner-3-1-body>div>ul>li {
  margin-top: 5px;
  font-size: 12px;
}

.part-1 {
  flex-wrap: wrap;
}

body {
  color: white;
}

.part-1>.inner-1>div>h4,
.inner-3-right>div {
  color: white;
}

.part-1>.inner-1>span {
  color: white;
  fill: white;
}

.inner-3>h4 {
  color: white;
  margin-bottom: 5px;
}

.inner-2-2>div {
  max-width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}

.inner-2-2>div>p {
  font-size: 15px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.left-nav {
  height: 100%;
}

@media screen and (max-width:1350px) {
  .inner-3-1 {
    width: 1200px;
    padding: 0 50px;
  }
}

@media screen and (max-width:1132px) {
  .inner-2 {
    width: 480px;
  }
}

@media screen and (max-width:1050px) {
  li>span {
    display: none;
  }
}

@media screen and (max-width:970px) {
  .inner-2 {
    width: 350px;
  }
}

@media screen and (max-width:825px) {
  .inner-1 {
    width: 350px;
  }
}

@media screen and (max-width:742px) {
  .inner-2 {
    width: 200px;
  }
}

@media screen and (max-width:742px) {
  .header-inner-3-1-body {
    display: flex;
    flex-direction: column;
    gap: 23px;
  }

  .my-left {
    display: flex;
  }
}