@charset "UTF-8";
:root {
    --bg-color: #2e3839;
    --block-color: #040000;
    --yellow-color: #e1c785;
    --yellow-color2: #cbbd7a;
    --green-color: #184240;
    --light-gray-color: #7d7d7d;
    --dark-gray-color: #4f4f4f;
    --font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    --font-family-serif: "Noto Serif TC";
    --font-family-sans: "Noto Sans TC";
    --font-family-sinhala: 'SinhalaMN';
}

html {
    font-size: 24px;
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    html {
        font-size: 20px;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 14px;
    }
}

body {
    position: relative;
    z-index: 0;
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.7;
    background-color: #2e3839;
    overflow-x: hidden;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #888;
}

body::-webkit-scrollbar-thumb {
    background: #ccc;
}

body::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

h1,
h2,
h3 {
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a,
button {
    -webkit-transition: all 0.3s 0s ease-in;
    -o-transition: all 0.3s 0s ease-in;
    -moz-transition: all 0.3s 0s ease-in;
    transition: all 0.3s 0s ease-in;
    text-decoration: none;
}

.l-wrapper {
    overflow: hidden;
}

h2,
h2>p {
    font-family: var(--font-family-bask);
    font-weight: 400;
    font-size: 3.9rem;
}

@media screen and (max-width: 991px) {
    h2,
    h2>p {
        font-size: 6.9rem;
    }
}

h3,
h3>p {
    font-family: var(--font-family-swei);
    font-weight: 600;
    font-size: 3.3rem;
    line-height: 1;
}

h4,
h4>p {
    font-family: var(--font-family-w9);
    font-weight: 400;
    font-size: 2.7rem;
    line-height: 1;
}

p {
    font-family: var(--font-family-noto);
}

figure {
    position: relative;
}

figcaption {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    bottom: 1px;
    right: 7px;
    z-index: 2;
}

.o-0 {
    opacity: 0;
}

.o-1 {
    opacity: 1;
}

.d-n {
    display: none;
}

.d-b {
    display: block;
}

.c-w {
    color: #fff !important;
}

.en {
    font-family: var(--font-family-sinhala);
}

.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #2e3839;
}

.loader::after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #198BBF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    position: absolute;
    top: 40vh;
    left: -webkit-calc(50% - 24px);
    left: -moz-calc(50% - 24px);
    left: calc(50% - 24px);
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rotation {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.page-container {
    position: relative;
    margin: 0 auto;
    /*   max-width: 90%; */
    /*     padding: 0px 15px; */
}

.wrapper {
    overflow-x: hidden;
}

.section {
    position: relative;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv {
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    /*   box-sizing: border-box; */
    width: 100%;
    /* or any specific width */
    aspect-ratio: 16 / 9;
}

.kv h1 {
    text-indent: -99999px;
    height: 0px;
}

.kv .page-container {
    /*     max-width: 1280px; */
    margin: 0 auto;
    position: relative;
}

.woman {
    width: 60%;
    padding: 2% 5% 0px;
}

.kv-title {
    width: 50%;
    padding: 2% 4% 0px 0%;
    color: #fff;
    text-align: center;
}

.kv-title p {
    padding-top: 50px;
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
}

.kv-title .logo {
    width: 50%;
    margin: 0 auto 50px;
}

.kv-title .text img {
    width: 60%;
    margin: 0 auto;
}

.flower {
    animation-name: flower-keyframes;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes flower-keyframes {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    26.67% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

.Fall {
    animation-name: Fall-keyframes;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes Fall-keyframes {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }
    66.67% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}


/* =====section-2==== */

.section-2 {
    position: relative;
}

.section-2 .text-box {
    position: absolute;
    max-width: 500px;
    margin: 0 auto;
    top: 50px;
    left: 0px;
    right: 0px;
    z-index: 5;
    text-align: center;
}

.section-2 .text-box h5,
.section-2 .text-box p {
    color: #fff;
    letter-spacing: 1;
    line-height: 20px;
}

.section-2 .text-box h5 {
    padding-top: 10px;
    line-height: 1.3;
    padding-bottom: 15px;
}

.pic-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 991px) {
    .pic-wrap {
        overflow-x: scroll;
    }
    .pic-wrap::-webkit-scrollbar {
        height: 0;
    }
    .pic-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .pic-wrap::-webkit-scrollbar-thumb {
        background: #ccc;
    }
    .pic-wrap::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }
    .section-2 .text-box {
        top: 80px;
    }
}

.pic-wrap p {
    /*  font-family: var(--font-family-sans);
    font-size: .6rem;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 2;
    margin-bottom: 0; */
}

.bg-pic {
    display: block;
    width: 100%;
    max-width: initial;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .bg-pic {
        width: 1600px;
    }
}

@media screen and (max-width: 640px) {
    .bg-pic {
        width: 1400px;
    }
}

h4 {
    color: #d2c3d1;
    margin-bottom: 15px;
}

h5 {
    font-weight: 600;
    font-size: 30px;
}

.text-box p {
    font-size: 14px;
}


/* =======section-4====== */

.section-4 {
    background-image: url('../images/s4-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.section-4 h5,
.section-4 p {
    color: #424242;
}

.section-4 p {
    margin-top: 15px;
}

.section-4 .text-box {
    float: right;
    text-align: center;
    padding-right: 8%;
    padding-top: 10%;
}


/* ====section-3===== */

.section-3 {
    background-image: url('../images/bg.jpg');
    background-size: 100%;
    width: 100%;
    background-repeat: repeat;
    padding-top: 5%;
    padding-bottom: 10%;
}

.info-centent {
    align-items: start;
}

.info-text {
    color: #fff;
}

.pt-20 {
    padding-top: 16%;
}

.info-text .title {
    font-weight: 600;
}

.info-text .title h5 {
    font-size: 25px;
    margin-bottom: 15px;
}

.info-text .title h6 {
    font-size: 20px;
    line-height: 1.4;
}

.info-text .desc {
    padding-top: 0.5rem;
    padding-left: 20px;
    box-sizing: border-box;
}

.small-news {
    font-size: 12px;
    padding-left: 25%;
}

.info-text .desc p {
    font-size: 18px;
    font-family: var(--font-family-sans);
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
}

.info-text .desc p:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: -18px;
    top: 12px;
}

.left-box {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
    position: relative;
}

.right-box {
    width: 50%;
    /*     padding-left: 30px; */
    box-sizing: border-box;
    align-items: start;
    position: relative;
}

.info-slder {
    margin-top: 150px;
}

.photo-tag {
    position: absolute;
    top: -70px;
    right: -50px;
    width: 80%;
}

.photo-tag h4 {
    font-size: 4rem;
    line-height: 0.7;
}

.pos-l {
    left: -80px;
    right: inherit;
    top: -85px;
    width: 70%;
}

.pos-3 {
    width: 90%;
}

.caption-left {
    left: 0px;
    right: auto;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .slide-caption {
        right: 0px;
        bottom: -20px;
        max-width: calc(100% - 24px);
        font-size: 0.6rem;
    }
}

.swap {}

.swap .info-centent {
    flex-direction: row-reverse;
}

.swap .right-box .flex {
    flex-direction: row-reverse;
}

.swap .right-box {
    padding-left: 0px;
    padding-right: 20px;
}

.swap .left-box {
    padding-right: 0px;
    padding-left: 50px;
}

.swap .s-heading {
    margin-left: -10%;
}

.swiper-button-nextB,
.swiper-button-nextC,
.swiper-rtl .swiper-button-prevB,
.swiper-rtl .swiper-button-prevC {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-prevB,
.swiper-rtl .swiper-button-nextB,
.swiper-button-prevC,
.swiper-rtl .swiper-button-nextC {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}

.swiper-button-nextB,
.swiper-button-prevB,
.swiper-button-nextC,
.swiper-button-prevC {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.swiper-button-nextB:after,
.swiper-button-prevB:after,
.swiper-button-nextC:after,
.swiper-button-prevC:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prevB:after,
.swiper-rtl .swiper-button-nextB:after,
.swiper-button-prevC:after,
.swiper-rtl .swiper-button-nextC:after {
    content: 'prev';
}

.swiper-button-nextB:after,
.swiper-rtl .swiper-button-prevB:after,
.swiper-button-nextC:after,
.swiper-rtl .swiper-button-prevC:after {
    content: 'next';
}

.mb-show {
    display: none;
}

@media screen and (max-width: 640px) {
    .swiper-buttons {
        width: 96px;
        padding: 0;
        margin: 0 auto;
    }
}

.case-slider {
    padding: 0px 40px;
    margin-top: 30px;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-prev,
.swiper-button-prevB,
.swiper-button-prevC {
    left: -10px;
}

.swiper-button-next,
.swiper-button-nextB,
.swiper-button-nextC {
    right: -10px;
}

.swiper-button-prev:after {
    /*     display: none; */
}

.swiper-button-next:after {
    /*     display: none; */
}

.swiper-slide {
    position: relative;
}

.swiper-pagination {
    bottom: 30px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0px solid #fff;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        display: inline-block;
    }
}

.SwiperA .swiper-pagination {
    transform: translateX(-45px);
}

.swap .swiper-pagination {
    transform: translateX(25px);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-3d .swiper-slide-shadow-left {
    background: none !important;
}

.swiper-3d .swiper-slide-shadow-right {
    background: none !important;
}


/* =====section-5====== */

.section-5 {
    background-image: url('../images/w-bg.jpg');
    background-size: cover;
    width: 100%;
    background-repeat: repeat;
    padding-top: 10%;
    background-position: center;
    /*     text-align: center; */
}

.section-5 .swiper-paginationA {
    text-align: center;
    position: absolute;
    bottom: 50px;
}

.section-5 .page-container {
    /*     display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
}

.s5-logo {
    max-width: 350px;
    margin: 20px auto;
}

.section-5 p {
    position: relative;
}

.section-5 .text-box {
    max-width: 750px;
    margin: 0 auto;
}

.section-5 h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}

.section-5 h6 {
    font-size: 24px;
    text-align: center;
    font-weight: 500;
}

.section-5 .desc {
    color: #000;
    max-width: 400px;
    margin: 0 auto;
}

.section-5 .desc p:before {
    background-color: #000;
}

.section-5 h2 {
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
    padding: 50px 0px 100px;
}

.craft-container .photo-tag {
    z-index: 3;
    top: 30%;
    right: -15%;
    width: 50%;
}

.craft-slider {
    width: 70%;
    position: relative;
    padding-bottom: 100px;
}

.mask-text {
    background-color: #727171;
    color: #fff;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.pt50 {
    padding: 50px 0px;
}

.craft-sliderB {
    position: relative;
}

.craft-sliderB .graft-s {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.g-photo {
    width: 70%;
}

.craft-sliderB .mask-text {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.section-5 .swiper-paginationone {
    bottom: 10px;
    position: absolute;
    z-index: 5;
    left: 20px;
}


/* =====section-6===== */

.section-6 {
    background-image: url(../images/bg.jpg);
    background-size: 100%;
    width: 100%;
    background-repeat: repeat;
    padding-top: 5%;
    padding-bottom: 10%;
}

.section-6 .photo-tag {
    top: -80px;
    width: 80%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 5;
}

.swiper-pagination3 {
    text-align: center;
    bottom: 30px;
}


/* ====section-7=== */

.section-7 {
    background-image: url('../images/bg.jpg');
    background-size: 100%;
    width: 100%;
    background-repeat: repeat;
}

.section-7 .title {
    max-width: 450px;
    margin: 0px auto;
    padding: 50px 0px;
}

.master-container {
    position: relative;
}

.master-photo {
    width: 50%;
}

.master-container .craft-sliderB .mask-text {
    width: 45%;
}

.master-container .craft-sliderB .g-photo {
    width: 55%;
}

.master-container .text-box {
    width: 90%;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.master-t {
    width: 100%;
}

.name {
    width: 100%;
}

.name span {
    font-size: 0.7rem;
}

.section-7 .swiper-paginationm {
    bottom: 10px;
    margin: 0 auto;
    position: absolute;
    z-index: 5;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}


/* =========map======= */

.section-from {
    background-image: url('../images/bg.jpg');
    background-size: 100%;
    width: 100%;
    background-repeat: repeat;
    padding-top: 5%;
    padding-bottom: 10%;
}

.section-from .title {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    letter-spacing: 3px;
}

.maps {
    width: 60%;
    padding-right: 5%;
}

.maps iframe {
    width: 100%;
}

.houseinformation .info-text {
    width: 40%;
}

.section-from .desc p:before {
    display: none;
}

.section-from .info-text .desc {
    padding-left: 0;
}

.section-from .info-text .desc p {
    font-size: 21px;
}

.section-from h2 {
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 20px;
}

.form-box {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.form-group {
    width: 48%;
    margin-right: 20px;
    margin-bottom: 0px;
}

.form-group:nth-child(3),
.form-group:nth-child(5) {
    margin-right: 0;
    margin-top: -65px;
}

.form-group:nth-child(3) {}

.group-50 {
    width: 46%;
}

.grpup-100 {
    width: 100%;
    text-align: center;
}

.g-btn {
    background-color: #d2c3d1;
    border: 0px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2px;
    width: 100%;
    margin: 20px auto 0px;
    padding: 10px 0px;
    color: #fff;
}

.form-box p {
    font-family: "Noto Sans TC";
    color: #414042;
    font-size: 18px;
    margin-bottom: 15px;
}

.checkbox {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}

.checkbox a {
    color: #fff;
    text-decoration: underline;
}

.checkbox input {
    margin-right: 10px;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control {
    display: block;
    width: 100%;
    height: 65px;
    /*  padding: 6px 10px 6px 0px; */
    font-size: 21px;
    line-height: 1.428571429;
    color: #fff;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;
    background-color: transparent;
    font-weight: 500;
    padding-left: 20px;
}

::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 16px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-size: 16px;
}


/*  select.slt-district {
  display: none;
}  */

.txt-zipcode {
    display: none !important;
}

.control-group {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /*     display: flex; */
    display: block;
}

.control-group label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-calc(40% - 16px);
    width: -moz-calc(40% - 16px);
    width: calc(40% - 16px);
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: .75rem;
    color: #000;
    line-height: 1.2;
    letter-spacing: 1px;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.1rem;
    margin-right: 16px;
}

@media screen and (max-width: 640px) {
    .control-group label {
        width: -webkit-calc(45% - 12px);
        width: -moz-calc(45% - 12px);
        width: calc(45% - 12px);
        margin-right: 12px;
    }
}

.control-group select {
    width: 100%;
    height: 65px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #fff;
    background-color: transparent;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #fff;
    margin-right: 20px;
    margin-top: 20px;
}

.control-group select option {
    color: #000;
}

.area {
    position: relative;
    /*     top: 20px; */
}

.group-100 {
    width: 100%;
    margin-right: 0;
}

.tea-l {
    text-align: left;
}

.control-group select:nth-child(2) {
    margin-right: 0px;
}

.section-from .form-wrap .btn-code {
    display: block;
    height: 65px;
    width: 48%;
    margin-left: 0px;
    margin-top: 20px;
    background-color: transparent;
    font-family: "Noto Sans TC";
    font-size: 0.9rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    padding: 0px;
    border: 1px solid #fff;
    border-image: initial;
}

#section-1 {
    position: relative;
}

#section-2 {
    position: relative;
}


/* =======form======= */

.form-wrap {
    margin: 80px auto 0px;
}

.form-wrap .info-text {
    text-align: center;
}


/*=====loading=====*/

.progress {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-transform: translateZ(0);
    background-color: #2e3839 !important;
}

.progress-inner {
    z-index: 0;
    text-align: center;
    position: relative;
}

.progress-logo {
    display: block;
    margin-bottom: 20px;
}

.progress-logo {
    display: block;
    margin-bottom: 20px;
}

.progress-complete .progress-bar {
    background-color: #155b43;
}

.progress-bar {
    display: block;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #155b43;
    right: 0px;
    animation: .6s w-bar infinite alternate;
}

@keyframes w-bar {
    0% {
        width: 0px;
        opacity: .5;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}

.progress-text {
    /* display: none;*/
    color: #c29121;
    font-size: 18px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    bottom: -50px;
}

@media only screen and (max-width: 1240px) {
    .form-box {
        padding: 0px 15px;
    }
    .section-6 .left-box,
    .section-3 .left-box {
        padding-left: 20px;
    }
    .swiper-button-prev,
    .swiper-button-prevB,
    .swiper-button-prevC {
        left: 5px;
    }
    .swiper-button-next,
    .swiper-button-nextB,
    .swiper-button-nextC {
        right: 5px;
    }
}

@media screen and (min-width: 1170px) {
    .page-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .kv .page-container {
        max-width: 1250px;
    }
    .kv {
        aspect-ratio: 16/7;
    }
}

@media screen and (min-width: 1280px) {
    .page-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .kv .page-container {
        max-width: 1250px;
    }
    .kv {
        aspect-ratio: 16/7;
    }
}

.craft-sliderB .mask-text.mb-show {
    display: none;
}

@media only screen and (max-width: 1170px) {
    .kv-title p {
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 991px) {
    .pic-wrap {
        overflow-x: scroll;
        display: flex;
        justify-content: center;
    }
    .flex {
        flex-wrap: wrap;
    }
    .left-box {
        width: 100%;
        padding: 0px;
    }
    .right-box {
        width: 80%;
        padding: 0px;
        padding-left: 5%;
    }
    .info-centent {
        /* max-width: 750px;
      margin: 0 auto; */
    }
    .info-text {
        max-width: 640px;
        margin: 0 auto 45px;
    }
    .info-text .title {
        text-align: left;
    }
    .section-from .title {
        text-align: center;
    }
    .swap .info-text .title br {}
    .swap .left-box {
        padding-left: 0;
    }
    .swap .right-box {
        padding-left: 20px;
    }
    .swap .s-heading {
        margin-left: 0;
    }
    .form-group {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .control-group {
        flex-wrap: wrap;
    }
    .control-group select {
        width: 100%;
        margin-top: 0;
    }
    .control-group select[name="city"] {
        margin-bottom: 20px;
    }
    .kv-title {
        padding: 0px 2%;
    }
    .swap .info-centent {
        flex-direction: column-reverse;
    }
    .pt-20 {
        padding-top: 10%;
    }
    .case-slider {
        padding: 0px 50px;
    }
    .swiper-button-next,
    .swiper-button-nextB,
    .swiper-button-nextC {
        right: 10px;
    }
    .swiper-button-prev,
    .swiper-button-prevB,
    .swiper-button-prevC {
        left: 10px;
    }
    .mb-swap .info-centent {
        flex-direction: column-reverse;
    }
    .pos-l {
        left: inherit;
        right: -80px;
        top: -85px;
        width: 70%;
    }
    .form-group:nth-child(3),
    .form-group:nth-child(5) {
        margin-top: 0;
    }
    .control-group select:nth-child(2) {
        margin-bottom: 0;
    }
    .section-from .form-wrap .btn-code {
        width: 100%;
        margin-top: 0px;
    }
    .section-5 h3 br,
    .section-5 h6 br {
        display: none;
    }
    .section-6 .right-box {
        width: 100%;
        margin-top: 100px;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .kv {
        aspect-ratio: 9 / 16;
        /* 設定寬高比為 9:16 */
    }
    .kv .page-container {
        padding-top: 5%;
        flex-direction: column-reverse;
    }
    .kv p.mb-pos {
        position: absolute;
        bottom: 20px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        color: #fff;
        text-align: center;
    }
    .kv-title .logo {
        /*         width: 50%; */
    }
    .kv-title {
        width: 70%;
        /* padding-top: 50px; */
    }
    .woman {
        width: 80%;
        margin-top: 50px;
        padding: 0px 0%;
        position: relative;
    }
    .mt-50 {
        margin-top: 150px;
    }
    .mb-show {
        display: block;
    }
    .mb-no {
        display: none;
    }
    .kv .title {
        width: 50%;
        padding-bottom: 10%;
    }
    .maps {
        width: 80%;
        margin: 0 auto;
        padding-right: 0;
    }
    .houseinformation .info-text {
        width: 100%;
        /*         text-align: center; */
        margin-top: 30px;
        padding-left: 3%;
    }
    .form-group {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .form-box p {
        margin-bottom: 10px;
    }
    .form-box {
        width: 80%;
        margin: 0 auto;
        padding: 0px;
    }
    .form-wrap {
        margin-top: 30px;
    }
    .form-wrap .info-text .title {
        text-align: center;
    }
    .footer-title {
        width: 80%;
    }
    .form-control {
        /*         height: 45px; */
    }
    .form-wrap .info-text {
        margin-bottom: 30px;
    }
    .section-4 {
        background-image: url('../images/bg.jpg');
    }
    .section-4 .text-box {
        float: none;
        padding-right: 0%;
        padding: 10% 5%;
    }
    .section-4 h5,
    .section-4 p {
        color: #fff;
    }
    .section-4 .title {
        width: 80%;
        padding-top: 10%;
        margin: 0 auto;
    }
    .section-5 .text-box {
        /*     max-width: 480px; */
    }
    .section-5 h3 br,
    .section-5 h6 br {
        display: block;
    }
    .section-5 .text-box {
        margin-top: 80px;
    }
    .craft-slider {
        width: 85%;
    }
    .section-5 p {
        font-size: 18px;
    }
    .craft-sliderB .graft-s {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .craft-sliderB .mask-text {
        width: 100%;
        padding-bottom: 60px;
    }
    .g-photo {
        width: 100%;
    }
    .graft-s .mb-no-mask {
        display: none;
    }
    .section-5 .swiper-paginationone {
        text-align: center;
        left: 0px;
    }
    .section-5 .craft-sliderB p {
        font-size: 14px;
    }
    .section-5 .pt50 {
        margin-top: 0px;
    }
    .section-6 .info-centent {
        flex-direction: row-reverse;
    }
    .section-6 .info-slder {
        margin-top: 50px;
    }
    .section-6 .left-box {
        padding-left: 0px;
    }
    .master-container .craft-sliderB .mask-text,
    .master-container .craft-sliderB .g-photo {
        width: 100%;
    }
    .master-container .craft-sliderB .mask-text {
        padding-top: 15px;
    }
    .craft-sliderB .mask-text.mb-show {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .info-text {
        max-width: 90%;
        margin-bottom: 20px;
    }
    .section-4 .title,
    .section-2 .title {
        width: 90%;
        margin: 0 auto;
    }
    .photo-tag {
        top: -50px;
    }
    .section-5 p {
        font-size: 14px;
    }
    .kv-title .text img {
        width: 100%;
    }
    .kv-title .logo {
        width: 70%;
        margin: 20px auto 40px;
    }
    .section-7 .title {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 480px) {
    .info-text .desc p {
        font-size: 16px;
    }
    .info-text .desc p:before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #fff;
        display: block;
        position: absolute;
        left: -18px;
        top: 12px;
    }
    .s5-logo {
        max-width: 250px;
    }
    .section-5 .info-text .desc p:before {
        background-color: #000;
    }
    .info-text .desc {
        padding-left: 35px;
    }
    .section-5 h2 {
        font-size: 18px;
    }
    .section-5 p {
        font-size: 12px;
    }
    .section-from .info-text .desc p {
        font-size: 16px;
    }
}

@media screen and (max-width: 430px) {
    h5 {
        font-size: 24px;
    }
    .photo-tag {
        top: -35px;
        right: -50px;
    }
    .info-slder {
        margin-top: 100px;
    }
    .section-6 .left-box,
    .section-3 .left-box {
        padding-left: 0px;
    }
    .info-text {
        width: 95%;
    }
    .info-text .desc {
        padding-left: 20px;
    }
}

@media screen and (max-width: 375px) {
    .info-text .title h5 {
        font-size: 24px;
    }
    .info-text .title h6 {
        font-size: 19px;
    }
    .info-text .desc {
        padding-left: 15px;
    }
    .info-text .desc p:before {
        width: 5px;
        height: 5px;
        left: -10px;
    }
    .info-text .desc p {
        font-size: 14px;
    }
    .section-5 h2 {
        font-size: 16px;
        letter-spacing: 2px;
    }
}


/* AOS 進場動畫改由 data-aos 控制，不再用 jQuery 捲動加 activemove */

.changecolour {
    opacity: 1;
}

.activemove {
    animation: none;
}

.swiper-button-next::after,
.swiper-button-prev::after,
.swiper-button-nextB::after,
.swiper-button-prevB::after,
.swiper-button-nextC::after,
.swiper-button-prevC::after {
    font-size: 22px;
}


/* form button hover effect */

.g-btn {
    cursor: pointer;
    transition: all .35s ease;
}

.g-btn:hover {
    background-color: #fff;
    color: #2e3839;
    letter-spacing: 4px;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.btn-code {
    cursor: pointer;
    transition: all .35s ease;
}

.btn-code:hover {
    background-color: rgba(255, 255, 255, .18) !important;
    letter-spacing: 3px;
    transform: translateY(-2px);
}

.text-white {
    color: #ffffff;
}

.text-sm {
    font-size: 0.875rem;
}

.jc-bs3-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.jc-bs3-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}