@media (min-width: 768px) {
  .made-box{
    margin-top: 50px;
  }
}

.made-text-box{
  min-width: 350px;
  min-height: 400px;
  max-width: 550px;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

  transition: d 0.25s ease-in-out;
}

.made-box-inner {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.made-img-box{
  position: relative;
}

.tag-text {
  opacity: 0;
  margin-top: 24px;
  width: 100%;
  font-family: 'Poppins-Regular';
}

.tag-text.active {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.made-img {
  aspect-ratio: 9 / 16;
  position: absolute;
}

.made-img-1 {
  top: 0%;
  left: 10%;
  width: 12%;
  border-radius: 0.4rem;
  z-index: 10;
  opacity: 0.2;
  transition: all 1.5s ease-in-out;
}

.made-img-2 {
  top: 45%;
  left: 5%;
  width: 12%;
  border-radius: 0.4rem;
  z-index: 20;
  opacity: 0.4;
  transition: all 1.5s ease-in-out;
}

.made-img-3 {
  top: 90%;
  left: 10%;
  width: 12%;
  border-radius: 0.5rem;
  z-index: 30;
  opacity: 0.6;
  transition: all 1.5s ease-in-out;
}

.made-img-4 {
  top: 15%;
  left: 28%;
  width: 36%;
  border-radius: 0.8rem;
  z-index: 50;
  transition: all 1.5s ease-in-out;
}

.made-img-5 {
  top: 90%;
  left: 70%;
  width: 12%;
  border-radius: 0.6rem;
  z-index: 40;
  opacity: 0.8;
  transition: all 1.5s ease-in-out;
}

.made-img-6 {
  top: 0%;
  left: 70%;
  width: 12%;
  border-radius: 0.6rem;
  z-index: 40;
  opacity: 0.8;
  transition: all 1.5s ease-in-out;
}

.made-img-7 {
  top: 45%;
  left: 80%;
  width: 12%;
  border-radius: 0.6rem;
  z-index: 40;
  opacity: 0.8;
  transition: all 1.5s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .made-img-3 {
    top: 80%;
  }
}

@media (min-width: 577px) and (max-width: 767px) {
  .made-box-inner{
    display: unset;
  }

  .made-img-box{
    min-height: 450px;
  }
  
  .made-text-box{
    margin-top: 0;
  }

  .made-img-1 {
    top: -10%;
    left: 12%;
  }

  .made-img-2 {
    top: 28%;
    left: 5%;
  }

  .made-img-3 {
    left: 12%;
    top: 70%;
  }

  .made-img-4{
    top: -5%;
    left: 34%;
  }

  .made-img-5 {
    top: 28%;
    left: 82%;
  }

  .made-img-6 {
    top: -10%;
    left: 77%;
  }

  .made-img-7 {
    top: 70%;
    left: 77%;
  }
}

@media (min-width:451px) and (max-width: 576px) {
  .made-box-inner{
    display: unset;
  }

  .made-img-box{
    min-height: 300px;
  }

  .made-text-box{
    margin-top: 0;
  }

  .made-img-1 {
    top: -10%;
    left: 10%;
  }

  .made-img-2 {
    top: 40%;
    left: 5%;
  }

  .made-img-3 {
    top: 90%;
    left: 10%;
  }

  .made-img-4{
    top: 0;
    left: 33%;
  }

  .made-img-5 {
    top: 40%;
    left: 85%;
  }

  .made-img-6 {
    top: -10%;
    left: 78%;
  }

  .made-img-7 {
    top: 90%;
    left: 78%;
  }
}

@media (min-width: 376px) and (max-width: 450px) {
  .made-box-inner{
    display: unset;
  }

  .made-img-box{
    min-height: 280px;
  }

  .made-text-box{
    margin-top: 0;
  }

  .made-img-1 {
    top:0;
    left: 10%;
  }

  .made-img-2 {
    top: 50%;
    left: 5%;
  }

  .made-img-3 {
    top: 100%;
    left: 10%;
  }

  .made-img-4{
    width: 45%;
    top: 10%;
    left: 28%;
  }

  .made-img-5 {
    top: 100%;
    left: 80%;
  }

  .made-img-6 {
    top: 0%;
    left: 80%;
  }

  .made-img-7 {
    top: 50%;
    left: 85%;
  }
}

@media (max-width: 375px){
  .made-box-inner{
    display: unset;
  }

  .made-img-box{
    min-height: 250px;
  }

  .made-text-box{
    margin-top: 0;
  }

  .made-img-1 {
    top:0;
    left: 12%;
  }

  .made-img-2 {
    top: 40%;
    left: 7%;
  }

  .made-img-3 {
    top: 82%;
    left: 12%;
  }

  .made-img-4{
    width: 40%;
    top: 10%;
    left: 28%;
  }

  .made-img-5 {
    top: 82%;
    left: 72%;
  }

  .made-img-6 {
    top: 0%;
    left: 72%;
  }

  .made-img-7 {
    top: 40%;
    left: 77%;
  }
}