.new-2023-st * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.new-2023-st body {
  width: 100vw;
  height: 100vh;
  background: #ccc;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
}
.new-2023-st .slider-container-success {
  width: 70%;
  min-height: 60vh;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #FFC83B;
  padding: 10px 30px 10px 30px;
  box-shadow: 4px 4px black;
}
.new-2023-st .controlbtn {
  width: 100%;
  padding: 4px 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.new-2023-st .controlbtn .image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
.new-2023-st .controlbtn .image img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  cursor: pointer;
  border:none;
}
.new-2023-st .slider {
  width: 100%;
  max-height: auto;
  min-height: max-content;
  display: flex;
  flex-direction: column;
  background: initial;
}
.new-2023-st .slider .slide {
  margin: 10px 2%;
}
.new-2023-st .slider .slide p{
  text-align: left;
}
.num1,
.num2,
.new-2023-st .num3 {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.new-2023-st .test.show {
  display: flex;
}
.new-2023-st .test.hide {
  display: none;
}
.new-2023-st .test {
  width: 100%;
  display: flex;
  display: none;
}
.new-2023-st .slide img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* border: 3px solid #fff; */
}
.new-2023-st .profile-image h1 {
  width: 70%;
  display: flex;
  justify-content: center;
  color: white;
}
.new-2023-st .profile-image h1 i {
  font-size: 100px;
}

.new-2023-st .slider-container-success .slide h1 {
  color: #cb6227;
  font-size: 1.7rem;
  text-align: left;
  letter-spacing: 1;
  margin-bottom: 10px;
}
.new-2023-st .profile-image img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 5px solid #cc6327;
  object-fit: cover;
  margin-right: 50px;

}

.new-2023-st .profile-image .logo{
  width: 100px;
  height:100px;
  border-radius: 50%;
  border: 5px solid #FFC83B;
  position:absolute;
  right: -20px;
  top: 10px;

}
.new-2023-st .profile-image {
  display: grid;
  height: max-content;
  place-content: center;
  position: relative;
}
.new-2023-st .category {
  color: #d06b28;
  padding: 8px 2px;
}

.new-2023-st .category p{
  font-weight:900;
  font-size:18px;
}
.new-2023-st .profile-link {
  border-radius: 150px;
  background-color: #cc6328;
  color: white;
  width: 200px;
  height: 40px;
  outline: none;
  border: 2px solid black;
}

.new-2023-st .profile-link:hover{
  background-color:#fff;
  color:#d06b28
}
.new-2023-st a.profile-link {
  text-decoration: none;
  margin-top: 5px;
  padding: 7px 50px;
}
.new-2023-st .name-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-2023-st .name-container h4{
  font-weight: 300;
  text-align: left;
}

@media (max-width: 1200px) {
  .new-2023-st .slider-container-success {
    width: 80%;
  }
} 

@media (max-width: 992px) {
  .new-2023-st .slider-container-success {
    width: 90%;
  }
}
/* @media (min-width: 724px) {
  .new-2023-st .profile-image h1 i {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: white;
  }
}  */
 @media (max-width: 724px) {
  .new-2023-st .test {
    flex-direction: column;
  }
  .new-2023-st .slider-container-success {
    width: 100%;
  } 

  .new-2023-st .slide h1 {
/*    position: absolute;*/
    top: 60px;
  }

  .new-2023-st .profile-image h1 i {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 50px;
  }

  .new-2023-st .profile-image img {
    width: 150px;
    margin: 0;
    height: 150px;
    margin-top: 20px;

  }
}