/* ! SECTION MAIN */
.section-main .main-banner {
    position: relative;
}

/* ! SECTION MAIN :: VIDEO */
.section-main .video-background {
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.section-main .bg-video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.section-main .video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/home-bg-01.jpg') center/cover no-repeat;
}

/* ! SECTION MAIN :: CONTENT */
.section-main .main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.section-main .main-content .scale-content {
    transform: scale(calc(var(--scale-factor) + 0.2));
}
.section-main .main-content .wrapper {
    margin: 0 auto;
}
.section-main .main-content .boxer-logo {
    max-width: 400px;
	display: block;
	margin: 0 auto 40px;
	padding: 0;
}
.section-main .main-content .boxer-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .section-main .main-content .scale-content {
        transform: scale(var(--scale-factor));
    }
}
@media (min-width: 1400px) {
}





/* ! SECTION CONCEPT 01 */
.section-concept .concept-01 {
    position: relative;
    padding: 0 0 136px;
    background: url('../images/home-bg-02_02.jpg') center bottom no-repeat;
    background-size: cover;
}
.section-concept .concept-01:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.72;
}
.section-concept .concept-01:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 1) 100%);
    opacity: 0.72;
}
@media (min-width: 768px) {
    .section-concept .concept-01 {
        padding: 0 0 170px;
    }
}
@media (min-width: 992px) {
    .section-concept .concept-01 {
        padding: 0 0 160px;
    }
}
@media (min-width: 1200px) {
    .section-concept .concept-01 {
        padding: 0;
    }
}

/* ! SECTION CONCEPT 01 :: VIDEO */
.section-concept .concept-01 .wrapper-video {
    width: 100%;
    height: 100%;
}
.section-concept .concept-01 .video-background {
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.section-concept .concept-01 .bg-video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.section-concept .concept-01 .video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/home-bg-02.jpg') center/cover no-repeat;
}

/* ! SECTION CONCEPT 01 :: CONTENT TOP */
.section-concept .concept-01 .wrapper-top {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}
@media (min-width: 576px) {
    .section-concept .concept-01 .wrapper-top {
        top: 3%;
    }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .section-concept .concept-01 .wrapper-top {
        top: 4%;
    }
}
@media (min-width: 1200px) {
    .section-concept .concept-01 .wrapper-top {
        top: 7%;
    }
}

/* ! SECTION CONCEPT 01 :: CONTENT TOP :: CONTENT */
.section-concept .concept-01 .wrapper-top .boxer-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    max-width: 480px;
    margin: 0 auto;
    padding: 0 1.25rem;
    transform: scale(0.8);
    transform-origin: 50% 0;
}
.section-concept .concept-01 .wrapper-top .boxer-content .title {
    font-family: 'Lato', sans-serif;
    color: #000000;
	font-size: 1.4em;
	line-height: 1.1em;
    font-weight: 700;
    display: block;
    text-align: center;
    margin: 0 auto 0.8rem;
}
.section-concept .concept-01 .wrapper-top .boxer-content .sub-title {
    font-family:"Adobe-Caslon-Pro-BoldItalic";
    color: #000000;
	font-size: 1.4em;
	line-height: 1.1em;
    font-weight: 700;
    font-style: italic;
    display: block;
    text-align: center;
}
.section-concept .concept-01 .wrapper-top .boxer-content p {
    font-family: 'Gotham-Book';
    color: #000000;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.5rem;
}
.section-concept .concept-01 .wrapper-top .boxer-content p:last-child {
    margin-bottom: 0;
}
.section-concept .concept-01 .wrapper-top .boxer-content b {
    font-family: 'Gotham-Medium';
    font-weight: 500;
}
@media (min-width: 576px) {
    .section-concept .concept-01 .wrapper-top .boxer-content .title {
        margin: 0 auto 1rem;
    }
    .section-concept .concept-01 .wrapper-top .boxer-content p {
        line-height: 1.6em;
        margin-bottom: 0.6rem;
    }
}
@media (min-width: 768px) {
    .section-concept .concept-01 .wrapper-top .boxer-content {
        max-width: 530px;
        transform: scale(1);
    }
    .section-concept .concept-01 .wrapper-top .boxer-content .title {
        font-size: 1.8em;
    }
    .section-concept .concept-01 .wrapper-top .boxer-content p {
        font-size: 1em;
    }
}
@media (min-width: 992px) {
    .section-concept .concept-01 .wrapper-top .boxer-content {
        max-width: 580px;
    }
    .section-concept .concept-01 .wrapper-top .boxer-content .title {
        font-size: 2em;
        margin-bottom: 2rem;
    }
    .section-concept .concept-01 .wrapper-top .boxer-content p {
        font-size: 1.1em;
        margin-bottom: 1.2rem;
    }
}
@media (min-width: 1200px) {
    .section-concept .concept-01 .wrapper-top .boxer-content {
        max-width: 680px;
    }
    .section-concept .concept-01 .wrapper-top .boxer-content .title {
        font-size: 3em;
    }
    .section-concept .concept-01 .wrapper-top .boxer-content p {
        font-size: 1.3em;
    }
}
@media (min-width: 1400px) {
    .section-concept .concept-01 .wrapper-top .boxer-content .title {
        margin-bottom: 3rem;
    }
    .section-concept .concept-01 .wrapper-top .boxer-content p {
        margin-bottom: 1.7rem;
    }
}

/* ! SECTION CONCEPT 01 :: CONTENT CENTER */
.section-concept .concept-01 .wrapper-center {
    position: absolute;
    bottom: 59.2%;
    left: 0;
    width: 100%;
    z-index: 2;
}
.section-concept .concept-01 .wrapper-center h2 {
    width: 100%;
    text-align: center;
    font-family: "Adobe-Caslon-Pro-Bold";
    color: transparent;
    font-size: 16vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2vw;
    margin: 0;
}
@media (min-width: 768px) {
    .section-concept .concept-01 .wrapper-center {
        bottom: 32.2%;
    }
}
@media (min-width: 1200px) {
    .section-concept .concept-01 .wrapper-center {
        bottom: 20%;
    }
}

/* ! SECTION CONCEPT 01 :: CONTENT BOTTOM */
.section-concept .concept-01 .wrapper-bottom {
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 100%;
    z-index: 3;
}
@media (min-width: 576px) {
    .section-concept .concept-01 .wrapper-bottom {
        bottom: 6%;
    }
}
@media (min-width: 768px) {
    .section-concept .concept-01 .wrapper-bottom {
        bottom: 2%;
    }
}
@media (min-width: 992px) {
    .section-concept .concept-01 .wrapper-bottom {
        bottom: 2%;
    }
}
@media (min-width: 1200px) {
    .section-concept .concept-01 .wrapper-bottom {
        bottom: 6%;
    }
}
@media (min-width: 1400px) {
    .section-concept .concept-01 .wrapper-bottom {
        bottom: 8%;
    }
}

/* ! SECTION CONCEPT 01 :: CONTENT BOTTOM :: CONTENT */
.section-concept .concept-01 .wrapper-bottom .boxer-content {
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 0 1.25rem;
    transform: scale(0.8);
    transform-origin: 50% 100%;
    width: 110%;
    margin-left: -5%;
}
.section-concept .concept-01 .wrapper-bottom .boxer-content .box-text {
    max-width: 128px;
    margin: 0 auto 20px;
}
.section-concept .concept-01 .wrapper-bottom .boxer-content .box-text h5 {
    font-family: 'Lato', sans-serif;
    color: #010101;
    font-size: 0.9em;
    line-height: 1.25em;
    font-weight: 500;
    margin: 0 0 0.625rem;
}
.section-concept .concept-01 .wrapper-bottom .boxer-content .box-text p {
    font-family: 'Gotham-Book';
    color: #000000;
    font-size: 0.9em;
    line-height: 1.25em;
    font-weight: 400;
}
@media (min-width: 768px) {
    .section-concept .concept-01 .wrapper-bottom .boxer-content {
        transform: scale(1);
        width: 100%;
        margin-left: 0;
    }
    .section-concept .concept-01 .wrapper-bottom .boxer-content .box-text {
        max-width: 142px;
    }
    .section-concept .concept-01 .wrapper-bottom .boxer-content .box-text h5 {
        font-size: 1em;
    }
    .section-concept .concept-01 .wrapper-bottom .boxer-content .box-text p {
        font-size: 1em;
    }
}
@media (min-width: 992px) {
    .section-concept .concept-01 .wrapper-bottom .boxer-content .box-text {
        max-width: 156px;
    }
    .section-concept .concept-01 .wrapper-bottom .boxer-content .box-text h5 {
        font-size: 1.1em;
    }
    .section-concept .concept-01 .wrapper-bottom .boxer-content .box-text p {
        font-size: 1.1em;
    }
}





/* ! SECTION CONCEPT 02 */
.section-concept .concept-02 {
    position: relative;
    padding: 80px 0;
    background: #f7f0e8;
}
.section-concept .concept-02 .link-page {
    display: block;
}
.section-concept .concept-02 .btn {
    height: 51px;
    padding: 6px 7px 8px 0px;
    font-size: 17px;
}
.section-concept .concept-02 .btn-register_now {
    background-image: url('../images/btn-register_now-02.png');
}
.section-concept .concept-02 .scale-content {
    transform: scale(calc(var(--scale-factor) + 0.2));
}
@media (min-width: 992px) {
    .section-concept .concept-02 .scale-content {
        transform: scale(1);
    }
}

/* ! SECTION CONCEPT 02 :: IMAGE */
.section-concept .concept-02 .wrapper-image {
    position: relative;
    max-width: 975px;
    margin: 0 auto;
}
.section-concept .concept-02 .wrapper-image img {
    display: block;
    margin: 0 auto;
}

/* ! SECTION CONCEPT 02 :: SHOPPES */
.section-concept .concept-02 .wrapper-shoppes {
    position: absolute;
    top: 0.6%;
    left: -4%;
}
.section-concept .concept-02 .wrapper-shoppes .boxer-logo {
    width: 254px;
    margin: 0 auto 9.4%;
}
.section-concept .concept-02 .wrapper-shoppes .boxer-text h5 {
    font-family: 'Gotham-Book';
    color: #000000;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 auto 5%;
    letter-spacing: -0.2px;
    text-align: center;
}
.section-concept .concept-02 .wrapper-shoppes .boxer-text strong {
    font-family: 'Gotham-Bold';
    color: #000000;
    font-weight: 700;
}
@media (min-width: 576px) {
    .section-concept .concept-02 .wrapper-shoppes {
        top: 2.6%;
        left: -1%;
    }
}
@media (min-width: 768px) {
    .section-concept .concept-02 .wrapper-shoppes {
        top: 7.6%;
        left: 6%;
    }
}
@media (min-width: 992px) {
    .section-concept .concept-02 .wrapper-shoppes {
        top: 11.6%;
        left: 12%;
    }
}

/* ! SECTION CONCEPT 02 :: SERVICE APARTMENTS */
.section-concept .concept-02 .wrapper-service_apartments {
    position: absolute;
    bottom: 3.6%;
    right: 1%;
}
.section-concept .concept-02 .wrapper-service_apartments .boxer-logo {
    width: 254px;
    margin: 0 auto 12%;
}
.section-concept .concept-02 .wrapper-service_apartments .boxer-text h5 {
    font-family: 'Gotham-Book';
    color: #000000;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 auto 7%;
    letter-spacing: -0.2px;
    text-align: center;
}
.section-concept .concept-02 .wrapper-service_apartments .boxer-text strong {
    font-family: 'Gotham-Bold';
    color: #000000;
    font-weight: 700;
}
@media (min-width: 576px) {
    .section-concept .concept-02 .wrapper-service_apartments {
        bottom: 5.6%;
        right: 3%;
    }
}
@media (min-width: 768px) {
    .section-concept .concept-02 .wrapper-service_apartments {
        bottom: 10.6%;
        right: 10%;
    }
}
@media (min-width: 992px) {
    .section-concept .concept-02 .wrapper-service_apartments {
        bottom: 14.6%;
        right: 15%;
    }
}





/* ! SECTION CONCEPT 03 */
.section-concept .concept-03 {
    position: relative;
}

/* ! SECTION CONCEPT 03 :: VIDEO */
.section-concept .concept-03 .video-background {
    width: 100%;
    z-index: -1;
    overflow: hidden;
}
.section-concept .concept-03 .bg-video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
.section-concept .concept-03 .video-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/home-bg-03.jpg') center/cover no-repeat;
}





/* ! SECTION LOCATION */
.section-location .wrapper-location {
    position: relative;
    background-color: #eae1d8;
}

/* ! SECTION CONCEPT 03 :: CONTENT */
.section-location .wrapper-location .boxer-content {
    padding: 80px 0 0;
    max-width: 400px;
    margin: 0 auto;
}
.section-location .wrapper-location .boxer-content .title {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 700;
    display: block;
    margin: 0 auto 2rem;
}
.section-location .wrapper-location .boxer-content .sub-title {
    font-family:"Adobe-Caslon-Pro-BoldItalic";
    color: #000000;
    font-size: 1.4em;
    line-height: 1.1em;
    font-weight: 700;
    font-style: italic;
    display: block;
    padding-left: 62px;
}
.section-location .wrapper-location .boxer-content p {
    font-family: 'Gotham-Book';
    color: #000000;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 400;
    padding-left: 68px;
}
.section-location .wrapper-location .boxer-content b {
    font-family: 'Gotham-Medium';
    font-weight: 500;
}
@media (min-width: 992px) {
    .section-location .wrapper-location .boxer-content {
        max-width: 380px;
        padding: 80px 0;
    }
    .section-location .wrapper-location .boxer-content .title {
        font-size: 3em;
    }
    .section-location .wrapper-location .boxer-content .sub-title {
        padding-left: 76px;
    }
    .section-location .wrapper-location .boxer-content p {
        font-size: 1.3em;
        padding-left: 86px;
    }
}

/* ! SECTION CONCEPT 03 :: IMAGE */
.section-location .wrapper-location .boxer-image {
    position: relative;
    max-width: 695px;
}
.section-location .wrapper-location .boxer-image .icon-zoom {
    position: absolute;
    bottom: 8.5%;
    right: 19%;
    max-width: 17px;
}





/* ! SECTION REGISTRATION */
.section-registration .wrapper-register {
    position: relative;
    background-color: #c7b399;
    padding: 3rem 0;
}
@media (min-width: 992px) {
    .section-registration .wrapper-register {
        padding: 80px 0;
    }
}