.hero {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero .time-line {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  z-index: 1000;
}
.hero .time-line .line {
  width: 0px;
  height: 100%;
  background-color: hsl(32, 100%, 49%);
}
.hero .expand {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 90;
  transition: all 0.9s;
}
    .hero .expand::after {
        background-color: rgba(0,0,0,.375);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
.hero .expand .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
}
.hero .image-xpasmall {
  position: absolute;
  left: 0px;
  flex-shrink: 0;
  width: 250px;
  height: 370px;
  color: #ffffff;
  border-radius: 10px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  overflow: hidden;
  transition: width 0.5s ease-in-out, opacity 0.4s ease-in-out, margin-right 0.5s ease-in-out;
  z-index: 100;
}
.hero .image-xpasmall.exiting {
  width: 0;
  opacity: 0;
  margin-right: 0;
}
@media (max-width: 576px) {
  .hero .image-xpasmall {
    width: 190px;
    height: 250px;
  }
}
.hero .image-xpasmall .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .image-xpasmall .info-bottom {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-bottom: 20px;
}
.hero .image-xpasmall .info-bottom .title,
.hero .image-xpasmall .info-bottom .subtitle {
  color: #ffffff;
  margin: 0px;
}
.hero .image-xpasmall .info-bottom .title {
  font-size: 14px;
  font-weight: 400;
}
.hero .image-xpasmall .info-bottom .subtitle {
  font-size: 20px;
  font-weight: 600;
  max-width: 130px;
  line-height: 25px;
}
.hero .hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
    .hero .hero-bg::after {
        background-color: rgba(0,0,0,.375);
        content:"";
        position: absolute;
        left: 0; top: 0; right: 0; bottom: 0;
    }
    .hero .hero-bg .image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: opacity 0.5s ease-in-out;
    }
.hero .hero-bg .hero-info-slide {
  position: absolute;
  bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  z-index: 2000;
}
.hero .hero-bg .hero-info-slide .info-main,
.hero .hero-bg .hero-info-slide .box-slide-images {
  height: 500px;
}
.hero .hero-bg .hero-info-slide .info-main {
  display: flex;
  justify-content: center;
  padding-left: 20px;
  width: 100%;
}
.hero .hero-bg .hero-info-slide .info-main .info {
  max-width: 500px;
}
.hero .hero-bg .hero-info-slide .info-main .info .title,
.hero .hero-bg .hero-info-slide .info-main .info .text {
  color: #fff;
}
.hero .hero-bg .hero-info-slide .info-main .info .title {
  font-size: 20px;
  font-weight: 400;
  margin: 0px;
}
.hero .hero-bg .hero-info-slide .info-main .info .subtitle {
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
  margin: 0px;
  padding-bottom: 7px;
  color: #fff;
}
.hero .hero-bg .hero-info-slide .info-main .info .text {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .hero .hero-bg .hero-info-slide .info-main .info .subtitle {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1024px) {
  .hero .hero-bg .hero-info-slide .info-main .info .subtitle {
    font-size: 30px;
    max-width: 195px;
  }
}
.hero .hero-bg .hero-info-slide .box-slide-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  max-width: 960px;
  padding-right: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero .hero-bg .hero-info-slide .box-slide-images .box-image {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .hero .hero-bg .hero-info-slide .box-slide-images .box-image {
    max-width: 300px;
  }
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small {
  position: relative;
  left: 0px;
  flex-shrink: 0;
  width: 250px;
  height: 370px;
  color: #ffffff;
  border-radius: 10px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  overflow: hidden;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small.exiting {
  width: 0;
  opacity: 0;
  z-index: 80;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
@media (max-width: 576px) {
  .hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small {
    width: 190px;
    height: 250px;
  }
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .info-bottom {
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-bottom: 20px;
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .info-bottom .title,
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .info-bottom .subtitle {
  color: #ffffff;
  margin: 0px;
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .info-bottom .title {
  font-size: 14px;
  font-weight: 400;
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .info-bottom .subtitle {
  font-size: 20px;
  font-weight: 600;
  max-width: 130px;
  line-height: 25px;
}
.hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small.exiting-reverse {
  width: 0;
  opacity: 0;
  z-index: 80;
  transition: width 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: translateX(-20px);
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 960px;
  height: 80px;
}
@media (max-width: 1025px) {
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom {
    width: 300px;
  }
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow {
  display: flex;
  gap: 10px;
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-left,
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 1025px) {
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-left,
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-right {
    width: 30px;
    height: 30px;
  }
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-left svg,
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-right svg {
  width: 20px;
  height: 20px;
  color: #ffffff;
}
@media (max-width: 1025px) {
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-left svg,
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-right svg {
    width: 10px;
    height: 10px;
  }
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-left svg {
  transform: rotate(0deg);
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .line-num {
  display: grid;
  grid-template-columns: 85% auto;
  gap: 1rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 1025px) {
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .line-num {
    display: grid;
    grid-template-columns: 73% auto;
    gap: 1rem;
  }
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .line-num .box-line {
  height: 3px;
  border-radius: 3px;
  background-color: #e0e0e0;
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .line-num .box-line .line {
  width: 100px;
  height: 100%;
  background-color: #fb8500;
}
.hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .line-num .num {
  margin: 0px;
  font-size: 2.5rem;
  letter-spacing: 2px;
  color: #ffffff;
}
@media (max-width: 1025px) {
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .line-num .num {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .hero .hero-bg .hero-info-slide {
    flex-direction: column;
    gap: 20px;
    height: auto;
  }
  .hero .hero-bg .hero-info-slide .info-main,
  .hero .hero-bg .hero-info-slide .box-slide-images {
    height: auto;
  }
}
/* Add this media query to your existing CSS */

@media (max-height: 430px) {
  .hero {
    height: 430px;
  }

  .hero .image-xpasmall {
    width: 150px;
    height: 220px;
  }

  .hero .image-xpasmall .info-bottom {
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .hero .image-xpasmall .info-bottom .title {
    font-size: 10px;
  }

  .hero .image-xpasmall .info-bottom .subtitle {
    font-size: 14px;
    max-width: 100px;
    line-height: 16px;
  }

  .hero .hero-bg .hero-info-slide {
    height: 100%;
  }

  .hero .hero-bg .hero-info-slide .info-main,
  .hero .hero-bg .hero-info-slide .box-slide-images {
    position: relative;
    top: 200px;
    height: 480px;
  }

  .hero .hero-bg .hero-info-slide .info-main {
    padding-left: 15px;
  }

  .hero .hero-bg .hero-info-slide .info-main .info .title {
    font-size: 14px;
  }

  .hero .hero-bg .hero-info-slide .info-main .info .subtitle {
    font-size: 32px;
    line-height: 34px;
    max-width: 250px;
    padding-bottom: 5px;

  }

  .hero .hero-bg .hero-info-slide .info-main .info .text {
    font-size: 12px;
    line-height: 16px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images {
    gap: 10px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .box-image {
    gap: 10px;
    max-width: 500px;
    padding-right: 15px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small {
    width: 150px;
    height: 220px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .info-bottom {
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .info-bottom .title {
    font-size: 10px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .box-image .image-small .info-bottom .subtitle {
    font-size: 14px;
    max-width: 100px;
    line-height: 16px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom {
    width: 500px;
    height: 60px;
    gap: 10px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-left,
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-right {
    width: 35px;
    height: 35px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-left svg,
  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .arrow .arrow-right svg {
    width: 14px;
    height: 14px;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .line-num .num {
    font-size: 1.5rem;
  }

  .hero .hero-bg .hero-info-slide .box-slide-images .function-bottom .line-num .box-line {
    height: 2px;
  }
}