.hero-section {
  position: relative;
  z-index: 600;
  padding: 40px 0 40px 0;
}

@media (min-width: 768px) {
  .hero-section {
    padding: 40px 0 40px 0;
  }
}

@media (min-width: 992px) {
  .hero-section {
    padding: 110px 0 40px 0;
  }
}

.hero-section .container {
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-section .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    column-gap: 40px;
  }
}

@media (min-width: 992px) {
  .hero-section .container {
    grid-template-columns: 1.3fr 3fr;
  }
}

.hero-section .content {
  margin-bottom: 30px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .hero-section .content {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-section .content h2 {
  color: #ffffff;
}

.hero-section .content h2 strong {
  font-size: 44px;
  line-height: 54px;
  font-family: "Century Gothic";
  font-weight: bold;
  display: block;
}

@media (min-width: 768px) {
  .hero-section .content h2 strong {
    font-size: 72px;
    line-height: 1em;
    margin-bottom: 10px;
  }
}

.hero-section .content h2 div {
  font-size: 54px;
  line-height: 40px;
  font-weight: 100;
}

@media (min-width: 768px) {
  .hero-section .content h2 div {
    font-size: 92px;
    line-height: 69px;
  }
}

.hero-section .images {
  width: 100%;
}

.hero-section .images .scrollable {
  width: 400px;
}

@media (max-width: 767px) {
  .hero-section .images .scrollable {
    display: flex;
    gap: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.hero-section .images .scrollable .swiper-slide {
  width: auto;
  overflow: hidden;
  border-radius: 20px;
}

.hero-section .images .scrollable .img {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-section .images .scrollable .img .detail {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  opacity: 0;
  bottom: -100%;
  transition: all 0.3s ease-in-out;
}

.hero-section .images .scrollable .img .detail .title {
  font-size: 24px;
  margin-bottom: 16px;
}

.hero-section .images .scrollable .img .detail .desc {
  font-size: 20px;
}

.hero-section .images .scrollable .img .detail .desc svg {
  fill: #FFFFFF;
}

.hero-section .images .scrollable .img:hover .detail {
  opacity: 1;
  bottom: 0;
}

.hero-section .images .scrollable img {
  display: block;
  width: 346px;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .hero-section .images .scrollable img {
    width: 400px;
  }
}

@media (min-width: 992px) {
  .hero-section .images .scrollable img {
    width: 460px;
  }
}

.hero-section .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hero-section .navbar {
    max-width: 300px;
  }
}

.hero-section .navbar .page {
  width: 100%;
}

.hero-section .navbar .page .swiper-pagination {
  font-size: 34px;
  color: rgba(255, 255, 255, 0.5);
  position: static;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section .navbar .page .swiper-pagination-current {
  color: #FFFFFF;
}

.hero-section .navbar button {
  appearance: none;
  outline: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.hero-section .navbar button img {
  width: 16px;
}

.hero-section .navbar button:after {
  font-size: 30px;
  color: #FFFFFF;
}

.hero-section .navbar .page {
  line-height: 20px;
  color: #FFFFFF;
  font-size: 24px;
}

@media (min-width: 768px) {
  .hero-section .navbar .page {
    font-size: 28px;
  }
}
