.summit38 * {
    /*font-family: "ador-hairline", sans-serif;*/
    font-weight: 300 !important;
}

html[lang="zh-CN"] .summit38 *,
html[lang="zh-HK"] .summit38 * {
    font-family: "Helvetica Neue", "Noto Sans TC", "Noto Sans SC", sans-serif;
}

.summit38-page .desktop {
    display: block;
}

.summit38-page .mobile {
    display: none;
}

.summit38-section {
    position: relative;
}

.summit38-page img {
    max-width: 100%;
    display: block;
}

.summit38-page .image-with-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.summit38-page .image-with-content-wrapper.full_width .image-item {
    width: 100%;
}

.summit38-page .image-with-content-wrapper.half_width {
    column-gap: 5px;
}

.summit38-page .image-with-content-wrapper.half_width .image-item {
    width: 50%;
}

.container {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-content .container {
    z-index: 2;
}

.summit38-hero-section {
    position: relative;
    overflow: hidden;
}

.summit38-hero-section .hero-content-video {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9;
}

.summit38-hero-section .hero-content-video.loaded {
    opacity: 1;
}

.summit38-hero-section .hero-content-video video {
    display: block;
    width: 100%;
    height: 612px;
}

.summit38-hero-section .hero-content {
    position: relative;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 43px 0;
    z-index: 10;
}

.summit38-hero-section .hero-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.4) 86.63%);
    z-index: 1;
}

.summit38-hero-section .hero-content .container {
    height: 100%;
}

.summit38-hero-section .hero-content .page-title {
    display: flex;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    align-items: end;
    justify-content: left;
}

/* =============================================
   SUMMIT 38 PAGE STYLES
   ============================================= */

.summit38-page {
    overflow-x: hidden;
}

/* ====================== SECTION 1 ====================== */
.section_introduction {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.section_introduction-inner {
    display: flex;
    align-items: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    align-items: inherit;
}

.section_introduction .block-icon {
    width: 301px;
    margin-bottom: 65px;
}

.section_introduction .title {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 24px;
}

.section_introduction-title span.txt-in-left {
    display: block;
    text-align: left;
    margin-bottom: 4px;
    letter-spacing: 1.5px;
}

.section_introduction-title span.txt-in-right {
    display: block;
    text-align: right;
    letter-spacing: 1.5px;
}

/* ====================== SECTION 2 - SLIDER ====================== */

.section-gallery-type1-inner {
    padding: 250px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.section-gallery-type1-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 174px;
    position: relative;
    z-index: 2;
}

.swiper-slide.type1 .section-gallery-type1-content {
    flex-direction: row;
}

.swiper-slide.type2 .section-gallery-type1-content {
    flex-direction: row-reverse;
}

/* Thumbnail + Navigation */
.thumbnail-nav {
    position: relative;
    flex-shrink: 0;
    width: 56.3%;
    max-width: 900px;
    height: 0;
    padding-bottom: 37.5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.thumbnail-nav::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 90%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%);
}

.swiper-button-prev,
.swiper-button-next {
    width: 90px;
    height: 58px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.swiper-button-prev::before,
.swiper-button-prev::before {
    display: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    display: block;
    width: 30px;
    height: 13px;
    background-image: url(../images/arrow-1.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-prev::after {
    transform: rotate(-180deg);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.1);
}

.thumbnail-nav .swiper-button-prev,
.thumbnail-nav .swiper-button-next {
    top: auto;
    bottom: 60px;
}

.thumbnail-nav .swiper-button-prev {
    right: 50%;
    left: auto;
    margin-right: 20px;
}

.thumbnail-nav .swiper-button-next {
    left: 50%;
    right: auto;
    margin-left: 20px;
}

/* Text Content */
.text-content {
    flex: 1;
    color: #fff;
}

.text-content .title {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 10px;
    font-weight: 200;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.text-content .fadein-ele {
    transition: transform 1000ms cubic-bezier(0, .7, .5, 1), opacity 1000ms linear;
    transform: translateY(1.5em);
}

.text-content .fadein-ele.scrolled {
    transform: translateY(0em);
}

.text-content .description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 0;
}

/* ====================== SECTION 3 ====================== */

.section_swan_library {
    position: relative;
}

.section_swan_library .section-title-wrapper {
    position: absolute;
    top: 166px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 1.8px;
}

.section_swan_library .swiper-slide .image-wrapper {
    position: relative;
}

.section_swan_library .section-title {
    text-align: center;
    font-size: 90px;
    line-height: 100px;
    color: #fff;
    font-weight: 200;
}

.section_swan_library .swiper-button-prev,
.section_swan_library .swiper-button-next {
    top: auto;
    bottom: 146px;
}

.section_swan_library .swiper-button-prev {
    right: 50%;
    left: auto;
    margin-right: 75px;
}

.section_swan_library .swiper-button-next {
    left: 50%;
    right: auto;
    margin-left: 75px;
}

.section_swan_library-slider .swiper-slide .image-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 57.3%;
    background-size: cover;
    background-position: center;
}

.slider3-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

/* ====================== SECTION 4 ====================== */
.section-gallery-type2 .swiper {
    height: 100%;
}

.row {
    display: flex;
}

.row:last-child {
    margin-bottom: 0;
}

.col4 {
    flex: 1;
    min-width: 0;
}

/* Block Item */
.block-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.section_hana_no_kumo .block-item {
    background-position: 0 91%;
}

.block-overlay {
    position: absolute;
    inset: 0;
}

.section_introduction .block-overlay {
    background-image: linear-gradient(to bottom, #f9f6f1, #f5f2ee1f);
}

.section-gallery-type1 .block-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.section_swan_library .block-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%);
}

.section-gallery-type2 .block-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.section-gallery-type2.section_hana_no_kumo .block-overlay {
    background: rgb(31 12 12 / 50%);
}

.block-content {
    position: relative;
    z-index: 2;
    padding: 50px 40px;
    color: #fff;
    width: 100%;
    text-align: center;
    max-width: 650px;
    margin: auto;
    top: -11px;
}

.block-icon {
    width: 174px;
    height: auto;
    margin: auto;
    margin-bottom: 40px;
}

.section_peridot .block-icon {
    width: 155px;
}

.section_peridot .block-content {
    max-width: 680px;
}

.block-title {
    font-size: 60px;
    line-height: 75px;
    font-weight: 200;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
}

.block-desc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    font-weight: 300;
}

.block-desc p {
    margin-top: 0;
}

.summit38-page .btn-secondary {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    padding: 14px 30px;
    letter-spacing: 0;
    display: inline-block;
}

.summit38-page .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Slider 4 */

.section-gallery-type2 .image-wrapper {
    height: 57.3vw;
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.section-gallery-type2 .row {
    position: relative;
}

.section-gallery-type2 .row::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-gallery-type2 .row.type1::after {
    background-image: url(../images/clouds01.png);
    transform: translateY(-48%);
    top: 0;
    right: 0;
    width: 899px;
    height: 585px;
    max-width: 47%;
    background-position: right center;
    pointer-events: none;
}

.section-gallery-type2 .row.type2::after {
    background-image: url(../images/clouds02.png);
    transform: translateY(-50%);
    top: 0;
    left: 0;
    width: 1641px;
    height: 905px;
    max-width: 86%;
    background-position: left center;
    pointer-events: none;
}

/* Swiper Navigation & Pagination */
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px;
    color: #333;
}

.section_swan_library {
    display: none;
}

.section_swan_library .swiper-pagination {
    bottom: 146px;
    color: #fff;
    width: 90px;
    height: 58px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    left: calc(50% - 45px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.section_introduction .container {
    max-width: 1138px;
    padding-top: 209px;
    padding-bottom: 209px;
}

.section_introduction-title {
    color: #272727;
    font-weight: 200;
    font-size: 100px;
    line-height: 120px;
    max-width: 1138px;
    margin: auto;
    margin-top: 40px;
}

.section_introduction .section-description {
    max-width: 568px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #272727;
    margin-left: auto;
    margin-top: 15px;
    text-align: left;
    padding-right: 77px;
}

.section-gallery-type2 .row.type2 .slider-col {
    order: 2;
}

.section-gallery-type2 .swiper-button-prev,
.section-gallery-type2 .swiper-button-next {
    margin-top: -29px;
}

.section-gallery-type2 .swiper-button-prev {
    left: 80px;
}

.section-gallery-type2 .swiper-button-next {
    right: 80px;
}

@media (min-width: 1930px) {
    .summit38-hero-section .hero-content-video video {
        display: block;
        width: 100%;
        height: 28vw;
    }
}

@media (max-width: 1299.98px) {
    .section-gallery-type1-content {
        gap: 90px;
    }
}

@media (max-width: 1199.98px) {
    .section_introduction .container {
        max-width: 800px;
    }
    .section_introduction-title {
        max-width: 800px;
    }

    .section_introduction .section-description {
        padding-right: 0;
        max-width: 459px;
    }

    .section_introduction-title span.txt-in-right,
    .section_introduction-title span.txt-in-left {
        font-size: 70px;
        line-height: 90px;
    }

    .section-gallery-type1-content {
        gap: 60px;
    }

    .text-content .title {
        font-size: 40px;
        line-height: 50px;
    }

    .block-title {
        font-size: 40px;
        line-height: 50px;
    }

    .block-content {
        top: 0;
        padding: 159px 20px;

    }

    .section-gallery-type1-inner {
        padding: 150px 0;
    }

    .section_swan_library .section-title-wrapper {
        top: 90px;
    }

    .section_swan_library .section-title {
        font-size: 70px;
        line-height: 90px;
    }

    .section_swan_library .block-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 40%);
    }

    .section_swan_library .swiper-button-prev,
    .section_swan_library .swiper-button-next,
    .section_swan_library .swiper-pagination {
        bottom: 90px;
    }
}

@media (max-width: 767.98px) {
    .summit38-page .desktop {
        display: none;
    }

    .summit38-page .mobile {
        display: block;
    }

    .section-gallery-type1-inner {
        padding: 168px 0 248px;
    }

    .section-gallery-type1-content .text-content {
        text-align: center;
    }

    .section-gallery-type1-content {
        flex-direction: column !important;
        gap: 40px;
    }

    .thumbnail-nav {
        width: 100%;
        padding-bottom: 54%;
    }

    .section-gallery-type2 .image-wrapper {
        height: 205vw;
    }

    .block-item {
        min-height: 205vw;
    }

    .section_swan_library .section-title-wrapper {
        top: 22%;
    }

    .section_swan_library .swiper-button-prev,
    .section_swan_library .swiper-button-next,
    .section_swan_library .swiper-pagination {
        bottom: 13%;
    }

    .section-gallery-type2 .row.type1 .slider-col {
        order: 2;
    }

    .row {
        flex-direction: column;
    }

    .section_introduction-title span.txt-in-left,
    .section_introduction-title span.txt-in-right {
        text-align: center;
        margin: 0;
        letter-spacing: 0;
    }

    .section_introduction .section-description {
        margin: auto;
        margin-top: 20px;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .text-content .description,
    .block-desc {
        font-size: 16px;
        line-height: 22px;
    }

    .section_introduction .section-description p+p {
        margin-top: 22px;
    }

    .summit38-hero-section .hero-content-video {
        top: -10%;
    }

    .summit38-hero-section .hero-content-video video {
        height: 300px;
    }

    .summit38-hero-section .hero-content {
        height: 252px !important;
        padding: 18px 0;
        background-size: 100% 288px;
    }

    .summit38-hero-section .hero-content .page-title {
        font-size: 30px;
        line-height: 40px;
    }

    .section_introduction-title span.txt-in-right,
    .section_introduction-title span.txt-in-left,
    .text-content .title {
        font-size: 25px;
        line-height: 30px;
    }

    .section_swan_library .section-title,
    .block-title {
        font-size: 30px;
        line-height: 40px;
    }

    .section_swan_library-slider .swiper-slide .image-wrapper {
        padding-bottom: 205%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        height: 48px;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: 24px;
        height: 10px;
    }

    .thumbnail-nav .swiper-button-prev,
    .thumbnail-nav .swiper-button-next {
        bottom: -80px;
    }

    .section_swan_library .swiper-pagination {
        font-size: 18px;
        height: 48px;
    }

    .section_swan_library .block-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    }

    .section_introduction .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .section_introduction .block-icon {
        width: 200px;
        margin-bottom: 40px;
    }

    .section-gallery-type2 .swiper-button-prev, .section-gallery-type2 .swiper-button-next {
        margin-top: 0;
        bottom: 105px;
        top: auto;
    }

    .section-gallery-type2 .swiper-button-prev {
        left: 90px;
    }

    .section-gallery-type2 .swiper-button-next {
        right: 90px;
    }

    .summit38-page .btn-secondary {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 20px;
    }
}

@media (max-width: 500px) {
    .summit38-hero-section .hero-content {
        background-size: 535px 288px;
    }
}