.aspect {
  position: relative;
  overflow: hidden;
  aspect-ratio: 350/400;
  width: 350px;
  height: auto;
  max-width: 350px;
  max-height: 400px;
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32.2px 0px rgba(149, 149, 149, 0.2);

}
@media (max-width: 455px) {
  .aspect {
    min-height: 285px;
  }
}
@media (max-width: 405px) {
  .aspect {
    min-height: 272px;
  }
}

.aspect__inner {
  position: absolute;
  /* top: 13%; */
  right: 0%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 405px) {
  .aspect__inner {
    /* top: 10%; */
  }
}
@media (max-width: 350px) {
  .aspect__inner {
    /* top: 7%; */
  }
}
.aspect__inner svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 455px) {
  .aspect__inner svg {
    width: 80%;
  }
}
@media (max-width: 350px) {
  .aspect__inner svg {
    width: 60%;
  }
}
.aspect__inner .content {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
.aspect__inner .content h1 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.1px;
  color: #111111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 455px) {
  .aspect__inner .content h1 {
    font-size: 20px;
  }
}
@media (max-width: 405px) {
  .aspect__inner .content h1 {
    font-size: 16px;
  }
}
.aspect__inner .content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #111111;
}
@media (max-width: 455px) {
  .aspect__inner .content p {
    font-size: 13px;
  }
}
.aspect__inner .content p:nth-child(2) {
  margin-top: 10px;
}
.aspect__inner .content p::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../img/shuffle-icon-label.svg);
}
.aspect__inner .content p.filtered {
  color: #FF6700 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aspect__inner .content p.filtered::before {
  background-image: url(../img/shuffle-icon-label-filter.svg) !important;
}
.aspect__inner .content .coming {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7;
  color: #FF6700;
  padding: 10px 20px;
  background: rgba(255, 102, 0, 0.2);
  border-radius: 50px;
}
@media (max-width: 455px) {
  .aspect__inner .content .coming {
    font-size: 12px;
  }
}

.aspect:hover {
  -webkit-box-shadow: 0px 4px 32.2px 0px rgba(255, 102, 0, 0.2);
          box-shadow: 0px 4px 32.2px 0px rgba(255, 102, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aspect:hover svg {
  -webkit-transition: fill 0.8s;
  transition: fill 0.8s;
}
.aspect:hover svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #FF6700;
}
.aspect:hover svg circle {
  fill: #FF6700;
}
.aspect:hover .content h1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FF6700;
}

.label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 992px) {
  .label-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .label-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.label-wrap .aiTools-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 151px;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #000;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 32px rgba(149, 149, 149, 0.2);
          box-shadow: 0px 4px 32px rgba(149, 149, 149, 0.2);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
@media (max-width: 350px) {
  .label-wrap .aiTools-label {
    width: 130px;
    font-size: 12px;
  }
}
.label-wrap .aiTools-label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.label-wrap .aiTools-label:hover {
  background: #FF6700;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.label-wrap .aiTools-label.active {
  font-weight: 700;
  background: #FF6700;
  color: #fff;
  -webkit-box-shadow: 0px 4px 32px rgba(255, 102, 0, 0.2);
          box-shadow: 0px 4px 32px rgba(255, 102, 0, 0.2);
}






.sec-aiTools {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .sec-aiTools {
    padding-top: 50px;
  }
}
.sec-aiTools .container {
  padding: 0;
}
.sec-aiTools .container h2 {
  font-size: 45px;
  color: #111111;
}
@media (max-width: 767px) {
  .sec-aiTools .container h2 {
    width: 85.7142857143%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .sec-aiTools .container h2 {
    font-size: 30px;
    margin: 0 auto;
  }
}
.sec-aiTools .container h2 br {
  display: none;
}
@media (max-width: 992px) {
  .sec-aiTools .container h2 br {
    display: block;
  }
}
.sec-aiTools .container h5 {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 50px;
  letter-spacing: 1.4px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec-aiTools .container h5 {
    width: 85.7142857143%;
    margin: 10px auto 30px auto;
  }
  .sec-aiTools .container h5 br {
    display: none;
  }
}
@media (max-width: 576px) {
  .sec-aiTools .container h5 {
    font-size: 16px;
  }
}
.sec-aiTools .container .row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.sec-aiTools .container .row:nth-child(2) .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  
}
.sec-aiTools .container .row:nth-child(3) {
  margin: auto;
}

.image-item {
  aspect-ratio: 350/400;
  width: 350px;
  height: auto;
  max-width: 350px;
  max-height: 400px;
  /* margin-bottom: 30px; */
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 576px) {
  .image-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 505px) {
  .image-item {
    aspect-ratio: unset;
    width: 211.2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 455px) {
  .image-item {
    width: 184.8px;
    /* min-height: 285px; */
  }
}
@media (max-width: 405px) {
  .image-item {
    width: 171.6px;
    /* min-height: 272px; */
  }
}
@media (max-width: 380px) {
  .image-item {
    width: 158.4px;
  }
}
@media (max-width: 350px) {
  .image-item {
    width: 139.92px;
  }
}