.homebanner-section {
  position: relative;
  padding: 70px 0;
  height: 100%;
  min-height: calc(100vh - 120px);
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
.homebanner-section .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homebanner-section .banner-image figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homebanner-section .banner-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: scaleUp 1.5s ease-out forwards;
          animation: scaleUp 1.5s ease-out forwards;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.homebanner-section .homeswiper .swiper-slide {
  opacity: 0 !important;
}
.homebanner-section .homeswiper .swiper-slide .content-area .link_wrapper,
.homebanner-section .homeswiper .swiper-slide .content-area .description,
.homebanner-section .homeswiper .swiper-slide .content-area .title {
  overflow: hidden;
  max-width: 960px;
}
.homebanner-section .homeswiper .swiper-slide .content-area .link_wrapper span,
.homebanner-section .homeswiper .swiper-slide .content-area .description span,
.homebanner-section .homeswiper .swiper-slide .content-area .title span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.homebanner-section .homeswiper .swiper-slide .content-area .description {
  max-width: 600px;
}
.homebanner-section .homeswiper .swiper-slide-active {
  opacity: 1 !important;
}
.homebanner-section .homeswiper .swiper-slide-active .content-area .link_wrapper,
.homebanner-section .homeswiper .swiper-slide-active .content-area .description,
.homebanner-section .homeswiper .swiper-slide-active .content-area .title {
  overflow: hidden;
}
.homebanner-section .homeswiper .swiper-slide-active .content-area .link_wrapper span,
.homebanner-section .homeswiper .swiper-slide-active .content-area .description span,
.homebanner-section .homeswiper .swiper-slide-active .content-area .title span {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.homebanner-section .content_wrap {
  position: relative;
}
.homebanner-section .content_wrap .rounded-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 80px;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: none;
}
@media (min-width: 992px) {
  .homebanner-section .content_wrap .rounded-text {
    max-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .homebanner-section .content_wrap .rounded-text {
    max-width: 160px;
  }
}
.homebanner-section .content_wrap .rounded-text figure {
  padding-bottom: 100%;
  width: 100%;
}
.homebanner-section .content_wrap .rounded-text figure img {
  -webkit-animation: rotateanim linear 8s infinite;
          animation: rotateanim linear 8s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.homebanner-section .content-area {
  text-align: center;
  width: 100%;
  margin-inline: auto;
  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;
}
@media (min-width: 992px) {
  .homebanner-section .content-area {
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .homebanner-section .content-area {
    max-width: 1000px;
  }
}
.homebanner-section .content-area .title {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .homebanner-section .content-area .title {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  .homebanner-section .content-area .title {
    font-size: 80px;
  }
}
@media (min-width: 1600px) {
  .homebanner-section .content-area .title {
    font-size: 122px;
  }
}
.homebanner-section .content-area .description {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  max-width: 80%;
}
@media (min-width: 992px) {
  .homebanner-section .content-area .description {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .homebanner-section .content-area .description {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .homebanner-section .content-area .description {
    font-size: 36px;
    max-width: 75%;
  }
}
.homebanner-section .content-area .description span {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}
.homebanner-section .content-area .link_wrapper span,
.homebanner-section .content-area .link_wrapper a {
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
}
.homebanner-section .content-area .link_wrapper,
.homebanner-section .content-area .description,
.homebanner-section .content-area .title {
  overflow: hidden;
}
.homebanner-section .content-area .link_wrapper span,
.homebanner-section .content-area .description span,
.homebanner-section .content-area .title span {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

@-webkit-keyframes rotateanim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateanim {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scaleUp {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUp {
  from {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}