.btn-link {
    color: var(--heading-color);
    display: table;
    line-height: 20px;
    position: relative
}

.btn-link:before {
    background: var(--border-color);
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    width: 100%
}

.btn-link .text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px
}

.btn-link:hover {
    color: var(--heading-color)
}

.btn-link:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
}

.cover-section {
    width: 100%
}

.cover-section .title-cover {
    font-size: 8vw;
    font-weight: 600;
    opacity: .12;
    pointer-events: none;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    will-change: trnsform, opacity;
    z-index: 1
}

.btn-project {
    color: var(--heading-color);
    padding: 8px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.btn-project:after,
.btn-project:before {
    background-color: var(--border-color);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.btn-project:before {
    top: 0;
    transition: top .4s cubic-bezier(.14, .7, .3, 1) 0s
}

.btn-project:after {
    bottom: 0;
    transition: bottom .4s cubic-bezier(.14, .7, .3, 1) 0s
}

.btn-project .text {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase
}

.btn-project:hover {
    color: var(--heading-color)
}

.btn-project:hover:before {
    top: 10%
}

.btn-project:hover:after {
    bottom: 10%
}

.dsn-box-gallery .item-box {
    position: relative
}

@media only screen and (min-width:992px) {
    .dsn-box-gallery .item-box {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .dsn-box-gallery .item-box {
        padding: 40px 40px 40px 60px
    }
}

@media only screen and (max-width:767px) {
    .dsn-box-gallery .item-box {
        padding: 80px
    }
}

.dsn-box-gallery .item-box:nth-child(odd) {
    background-color: var(--assistant-color)
}

.dsn-box-gallery .item-box .image-zoom {
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dsn-box-gallery .item-box .image-zoom img {
    height: auto;
    max-height: 80vh;
    pointer-events: auto
}

.dsn-box-gallery .item-box .caption {
    bottom: 0;
    color: var(--font-color);
    font-size: 12px;
    font-weight: 600;
    left: -20px;
    letter-spacing: 2px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.box-im {
    padding-left: 80px;
    padding-right: 80px;
    position: relative
}

@media only screen and (max-width:991px) {
    .box-im {
        padding: 40px 40px 40px 60px
    }
}

@media only screen and (max-width:767px) {
    .box-im {
        padding: 80px
    }

    .box-im .caption {
        left: 20px
    }
}

@media only screen and (max-width:575px) {
    .box-im .caption {
        left: -20px
    }
}

.box-im .image-zoom {
    position: relative
}

.btn-default {
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    color: var(--heading-color);
    display: inline-flex;
    padding: 10px 25px
}

.btn-default .icon {
    align-items: center;
    background-color: var(--heading-color);
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: 10px;
    width: 30px
}

.btn-default .icon svg {
    width: 6px
}

.btn-default .icon svg path {
    fill: var(--bg-color)
}

.btn-default .text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase
}

.btn-default:hover {
    color: var(--heading-color)
}

.box-gallery-vertical {
    position: relative
}

@media only screen and (min-width:992px) {
    .box-gallery-vertical .mask-bg {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: calc(70% + 20px);
        z-index: 0
    }
}

@media only screen and (max-width:991px) {
    .box-gallery-vertical .mask-bg {
        display: none
    }
}

.box-gallery-vertical .inner-img {
    height: 100%;
    width: 100%
}

@media only screen and (min-width:992px) {
    .box-gallery-vertical .inner-img {
        min-height: 80vh;
        padding-right: 50px
    }

    .box-gallery-vertical .inner-img .dsn-parallax-img {
        position: absolute;
        width: 100%
    }

    /* .box-gallery-vertical .item-box,
    .box-gallery-vertical .item-box .box-text {
        padding-bottom: var(--margin-padding);
        padding-top: var(--margin-padding)
    } */

    .box-gallery-vertical .box-text {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding-left: 50px
    }
}

@media only screen and (max-width:991px) {
    .box-gallery-vertical .box-text {
        margin-top: 30px
    }
}

.dsn-parallax-img {
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:992px) {
    .dsn-parallax-img {
        height: 100vh;
        height: var(--height, 100vh)
    }
}

@media only screen and (min-width:576px)and (max-width:991px) {
    .dsn-parallax-img {
        height: 70vh;
        height: var(--height-table, 70vh)
    }
}

@media only screen and (max-width:575px) {
    .dsn-parallax-img {
        height: 50vh;
        height: var(--height-mobile, 50vh)
    }
}

.dsn-parallax-img.dsn-animate:after {
    background-color: var(--bg-color);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 1s cubic-bezier(.19, 1, .22, 1);
    width: 100%
}

.dsn-parallax-img.dsn-animate.dsn-active:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-delay: .5s
}

.dsn-parallax-img img {
    left: 0;
    top: 0
}

.dsn-btn-popup {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    position: relative;
    width: 80px
}

.dsn-btn-popup svg {
    height: 25px
}

.dsn-btn-popup svg,
.dsn-btn-popup svg path {
    fill: var(--heading-color)
}

@media only screen and (max-width:991px) {
    .section-margin-move.section-margin {
        margin-bottom: calc(var(--margin-padding) - 60px)
    }

    .section-margin-move.section-margin+.section-margin {
        margin-top: calc(var(--margin-padding) - 60px)
    }
}

.dsn-move-section {
    z-index: 1
}

@media only screen and (min-width:992px) {
    .dsn-move-section {
        --bs-gutter-x: 0px;
        max-width: 600px;
        right: 80px
    }

    .dsn-move-section:not(.p-relative) {
        bottom: 0;
        position: absolute;
        width: auto
    }

    .dsn-move-section.p-relative {
        margin-right: 0;
        width: -webkit-max-content;
        width: max-content
    }
}

@media only screen and (max-width:991px) {
    .dsn-move-section {
        bottom: 60px;
        position: relative
    }
}

.dsn-move-section .inner-box {
    padding: var(--box-padding)
}

.box-right-seat {
    position: relative
}

.box-right-seat .box-text .inner-box {
    padding: var(--box-padding)
}

@media only screen and (max-width:991px) {
    .box-right-seat .box-text .inner-box {
        background-color: var(--assistant-color);
        position: relative
    }
}

.box-right-seat .box-text>* {
    z-index: 2
}

@media only screen and (min-width:992px) {
    .box-right-seat .box-text {
        --bs-gutter-x: 25px;
        align-content: center;
        bottom: -80px;
        display: flex;
        flex-flow: column;
        height: 100%;
        justify-content: center;
        max-width: 600px;
        position: absolute;
        right: 80px;
        text-align: left;
        top: 0
    }

    .box-right-seat .box-text:before {
        background: var(--bg-color)
    }
}

@media only screen and (max-width:991px) {
    .box-right-seat .box-text {
        margin-top: -60px;
        position: relative
    }

    .box-right-seat .box-text:before {
        display: none
    }
}

@media only screen and (max-width:575px) {
    .box-right-seat .box-text {
        margin-top: -25px
    }
}

.root-slider {
    position: relative
}

.root-slider,
.root-slider .bg-image,
.root-slider .bg-image>.swiper {
    height: 100vh
}

@media only screen and (min-width:992px) {
    .root-slider .hero-img.padding-image .swiper {
        height: 60%;
        left: 20%;
        margin: 0;
        top: 20%;
        width: 70%
    }

    .root-slider .hero-img.padding-image .dsn-swiper-parallax-transform,
    .root-slider .hero-img.padding-image .swiper {
        height: 80%
    }
}

.root-slider .hero-content {
    pointer-events: none
}

@media only screen and (min-width:768px) {
    .root-slider .hero-content {
        padding-left: 12.5vw
    }
}

@media only screen and (max-width:767px) {
    .root-slider .hero-content {
        padding: 0 var(--bs-gutter-x)
    }
}

.root-slider .hero-content .dsn-description {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    max-width: 470px
}

.root-slider .hero-content .slide-content {
    position: absolute
}

.root-slider .hero-content .slide-content .btn-default,
.root-slider .hero-content .slide-content .dsn-description,
.root-slider .hero-content .slide-content .post-info,
.root-slider .hero-content .slide-content .title-heading:not(.chars) {
    transition-duration: .7s;
    transition-property: opacity, visibility, transform, -webkit-transform;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.root-slider .hero-content .slide-content .dsn-description {
    transition-delay: .1s
}

.root-slider .hero-content .slide-content .btn-default {
    transition-delay: .2s
}

.root-slider .hero-content .slide-content:not(.dsn-active) .btn-default,
.root-slider .hero-content .slide-content:not(.dsn-active) .dsn-description,
.root-slider .hero-content .slide-content:not(.dsn-active) .post-info,
.root-slider .hero-content .slide-content:not(.dsn-active) .title-heading {
    opacity: 0;
    visibility: hidden
}

.root-slider .hero-content .slide-content:not(.dsn-active) .post-info {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.root-slider .hero-content .slide-content:not(.dsn-active) .btn-default,
.root-slider .hero-content .slide-content:not(.dsn-active) .dsn-description,
.root-slider .hero-content .slide-content:not(.dsn-active) .post-info {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.root-slider .hero-content .slide-content.dsn-active .btn-default,
.root-slider .hero-content .slide-content.dsn-active .dsn-description,
.root-slider .hero-content .slide-content.dsn-active .post-info,
.root-slider .hero-content .slide-content.dsn-active .title-heading {
    pointer-events: all
}

.root-slider .nav-slider {
    height: 30%;
    overflow: hidden;
    position: absolute;
    top: 35%;
    width: 8%;
    z-index: 3
}

.root-slider .nav-slider .swiper {
    height: 100%
}

@media only screen and (max-width:767px) {
    .root-slider .nav-slider {
        display: none
    }
}

.root-slider .nav-slider .swiper-slide .image-bg {
    height: 100%;
    position: relative;
    transition: width 1s;
    width: 30%
}

.root-slider .nav-slider .swiper-slide .image-bg:hover {
    width: 100%
}

.root-slider .nav-slider .swiper-slide .content {
    opacity: 0;
    position: absolute;
    right: 0;
    top: -12px;
    transition: .5s;
    z-index: 1
}

.root-slider .nav-slider .swiper-slide .content p {
    font-family: var(--heading-font);
    font-size: 22px;
    opacity: .8
}

.root-slider .nav-slider .swiper-slide.swiper-slide-active .image-bg {
    width: 100%
}

.root-slider .nav-slider .swiper-slide.swiper-slide-active .content {
    opacity: .5
}

.root-slider .control-nav {
    bottom: 30px;
    display: flex;
    position: absolute;
    z-index: 3
}

@media only screen and (min-width:576px) {
    .root-slider .control-nav {
        right: 50px
    }
}

@media only screen and (max-width:575px) {
    .root-slider .control-nav {
        right: 30px
    }
}

.root-slider .control-nav svg {
    fill: var(--heading-color);
    height: 20px;
    width: 20px
}

.root-slider .control-nav .next-container,
.root-slider .control-nav .prev-container {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px
}

.root-slider .control-nav .prev-container {
    margin-right: 10px
}

.root-slider .control-nav .prev-container svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:768px) {
    .root-slider .control-num {
        bottom: 70px;
        line-height: 1.1;
        position: absolute;
        right: 50px;
        z-index: 3
    }

    .root-slider .control-num span {
        -webkit-text-stroke: 1px hsla(0, 0%, 100%, .11);
        color: hsla(0, 0%, 100%, .03);
        font-size: 11vw;
        -webkit-transform: scale3d(1, 1.15, 1.15);
        transform: scale3d(1, 1.15, 1.15)
    }
}

@media only screen and (max-width:767px) {
    .root-slider .control-num {
        display: none
    }
}

.social-one:not(.social-network) li {
    display: inline-block;
    list-style: none;
    margin-right: 5px
}

.social-one:not(.social-network) li a {
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    color: var(--heading-color);
    display: flex;
    height: 35px;
    justify-content: center;
    letter-spacing: 0;
    text-align: center;
    width: 35px
}

.social-one:not(.social-network) li a,
.social-one:not(.social-network) li a svg {
    position: relative;
    /* transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out */
}

.social-one:not(.social-network) li a svg {
    fill: var(--heading-color);
    cursor: pointer;
    width: 8px;
    z-index: 2
}

.social-one:not(.social-network) li a:hover svg {
    color: var(--heading-color);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.main-social {
    align-items: center;
    bottom: 30px;
    display: flex;
    left: 50px;
    position: absolute;
    z-index: 2
}

.main-social .social-icon {
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.main-social .social-icon svg {
    fill: var(--heading-color);
    cursor: pointer;
    height: 16px;
    width: 16px
}

.main-social .social-icon:after {
    background-color: var(--heading-color);
    content: "";
    height: 1px;
    left: 35px;
    opacity: .2;
    position: absolute;
    top: 8px;
    transition: width .5s .3s;
    width: 0
}

.main-social .social-network {
    align-items: center;
    display: flex;
    margin-left: 75px;
    overflow: hidden;
    will-change: transform
}

.main-social .social-network li {
    font-size: 16px;
    margin-right: 30px;
    opacity: 0;
    -webkit-transform: translateY(5px) rotate(10deg);
    transform: translateY(5px) rotate(10deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: .5s cubic-bezier(.68, -.55, .265, 1.55);
    visibility: hidden
}

.main-social .social-network li a {
    width: 100%
}

.main-social .social-network li svg {
    fill: var(--heading-color);
    cursor: pointer;
    height: 16px;
    width: 16px
}

.main-social:hover .social-icon:after {
    transition-delay: 0s;
    width: 40px
}

.main-social:hover .social-network li {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: calc(30ms*var(--item-index) + .25s);
    visibility: visible
}

/*# sourceMappingURL=364.8b24ed4a.chunk.css.map*/