/*slideshow & info header start*/
.intro-grandparent-box{
    margin:0px auto !important;
    background-color:transparent !important;
    padding: 103px 0px 0px 0px !important;
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.slide-img{
    height:560px;
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slide-text-block{
    width: 50%;
    position: absolute;
    top: 145px;
    padding: 0 110px 0 0;
}
.slide-text-right-block{
    left: 45%;
}
.slide-text-left-block{
    right: 45%;
}
.slide-title{
    font-size: 40px;
    font-weight: bold;
    color: #b483c2;
    letter-spacing: 2px;
    line-height: 50px;
}
.slide-subtitle{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}
.slide-extra-subtitle{
    font-size: 18px;
    color: #af86bc;
}
.slideshow-pointer-box {
    width: fit-content;
    z-index: 7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    color: #b483c2;
    margin-left: auto;
    margin-right: auto;
}
.prev {
    cursor: pointer;
    top: 100%;
    width: auto;
    margin-top: -22px;
    color: #b483c2;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px 0 0 3px;
    user-select: none;
}
.next {
    cursor: pointer;
    top: 100%;
    width: auto;
    margin-top: -22px;
    color: #b483c2;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.prev:hover, .next:hover {
    background-color: rgba(180, 131, 194,0.8);
    color: #fff;
    padding: 10px;
}
#number-slide-img{
    text-align: center;
    width: 100px;
    padding: 0;
    letter-spacing: 5px;
    color: #b483c2;
}

/*digital invitation start*/
.digital-invitation-block{
    text-align:center;
}
.digital-invitation-block > h2{
    color : #b483c2;
    font-weight:600;
}
.digital-invitation-block > h4{
    color: #b483c2;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 2px;
}
.digital-invitation-block > p{
    color : #000;
    padding: 15px 180px 30px 180px;
}
.create-invitation-btn{
    background: #b483c2 none repeat scroll 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    font-family: 'Avenir';
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.3px;
    padding: 10px 30px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.create-invitation-btn:hover {
    background: #ffffff;
    color: #b483c2;
}

/*feature start*/
.feature-block{
    background: #4db6a5;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.feature-box{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.feature-item-block{
    padding: 10px;
    text-align: center;
    display: inline-block;
    width: 16%;
    vertical-align: top;
}
.feature-item-block:hover{
    transform: scale(1.2);
}
.feature-item-box{
    vertical-align: top;
}
.feature-item-img{
    width:100px;
    height:100px;
    background-size:contain;
    background-position:center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    box-shadow: 8px 8px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.feature-item-title{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    padding: 0px 0px;
    text-transform:uppercase;
}
.feature-item-subtitle{
    font-weight: 500;
    color: #000;
    font-size: 13px;
    padding: 0 35px;
}

/*design*/
.right-left-block{
    padding-left: 75px !important;
    padding-right: 75px !important;
}
.template-block{
    padding-left: 150px !important;
    padding-right: 150px !important;
}
.template-header-box{
    text-align:center;
}
.template-header-box > h2{
    color : #b483c2;
    font-weight:600;
}
.template-header-box > p {
    color: #000;
    padding: 15px 130px 30px 130px;
}
.template-box{
    text-align:center;
    padding-left:50px;
    padding-right:50px;
    margin-bottom: 20px;
}
.template-thumbnail{
    width: 250px;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.template-name{
    background-color: #b483c2;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.splide__pagination__page.is-active{
    background: #b483c2;
}
.splide__pagination {
    bottom: -20px;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.template-thumbnail-cover{
    width: 250px;
    height: 250px;
    background-color: rgb(0,0,0);
    transition: 0.6s ease;
    opacity:0;
}
.template-thumbnail-cover:hover{
    width: 250px;
    height: 250px;
    background-color: rgb(0,0,0);
    opacity:0.5;
}
.template-detail-link{
    color:#fff;
    font-weight: 500;
}
.template-detail-link-box{
    position: absolute;
    bottom: 55px;
    right: 100px;
}

/*pricing*/
.pricing-header-block{
    padding: 0 !important;
}
.pricing-header-text{
    color: #000;
    padding: 15px 300px 30px 300px !important;
}
.pricing-grandparent-block{
    background: #ffffff;
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.pricing-block-parent{
    padding: 0 20px 0 20px;
}
.pricing-block{
    background-color: #fff;
    width: 100%;
    padding: 80px 50px;
    text-align:center;
    min-height: 670px;
    transform: scale(0.9);
}
.pricing-detail{
    text-align:left;
    margin-bottom: 35px;
}
.pricing-title{
    font-size: 35px;
    font-weight: 700;
    color: #b483c2;
}
.pricing-price{
    font-size: 30px;
    color: #b483c2;
    margin-bottom: 30px;
    margin-top: 20px;
}
.pricing-detail-point{
    
}
.pricing-detail-point > i {
    color: #b483c2;
    margin-right:15px;
}
.pricing-detail-point > span {
    color: #000;
}
.triple-top{
    width: 0px;
    height: 10px;
    border-top: 100px solid #b483c4;
    border-left: 100px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.triple-bottom{
    width: 0px;
    height: 10px;
    border-bottom: 100px solid #b483c4;
    border-right: 100px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.package-choose-btn{
    border-radius:0 !important;
    font-weight:600;
}
.choose-package-btn-block {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}
.is-active > .pricing-block-parent{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.pricing-block-parent-active{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

/*faq*/
.faq-block{
    padding: 50px 0 80px 0 !important;
}
.faq-invitation-block{
    text-align:center;
}
.faq-invitation-block > h2{
    color : #b483c2;
    font-weight:600;
}
.faq-invitation-block > h4{
    color:#000 !important;
    font-size:18px !important;
    font-weight: 600 !important;
    margin-bottom: 40px;
}
.faq-invitation-block > p{
    color : #000;
    padding: 15px 150px 30px 150px;
}
.faq-invitation-text{
    text-align:left;
    padding:0 50px;
}
.faq-question{
    font-weight:600;
    border-bottom: 2px solid #b483c2;
}
.faq-answer{
    text-align:justify;
}
.faq-column{
    padding : 0 60px;
}
.faq-question > i{
    margin-right:20px;
    margin-left:-30px;
}

/*not check yet*/

.intro-parent-box{
    display: inline-block;
    /*height: 550px;*/
    height: 450px;
    background-color: #346c34;
}
.intro-slide-box{
    float:right;
}
.intro-box{
    display: block;
    height: 55%;
    /*height: 60%;*/
    padding: 25px 25px 15px 50px;
}
.intro-box-title{
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    text-transform:uppercase;
    font-weight: 800;
    padding-right: 30px;
    letter-spacing: 5px;
}
.intro-box-summary{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    /*margin-bottom: 50px;*/
    margin-bottom: 35px;
}
.explore-link{
    color: #fff !important;
}
.explore-link>i{
    margin-left:10px;
}
.main-good-box{
    display: block;
    height: 45%;
    /*height: 40%;*/
    background-color: #499e49;
    padding: 25px 25px 15px 50px;
}
.intro-box-summary-main{
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 25px;
}

/*slideshow & info header end*/

/*about start*/
.row-about-pad{
    padding-right:70px;padding-left:70px;
}
.about-title{
    font-size:30px;
    display:block;
    color:#333333;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.about-text{
    line-height:30px;
    font-size: 12px;
    text-align:justify;
}
.about-pic{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:275px;
    width:auto;
}
/*about end*/
/*well curated start*/

.text-curated{
    padding-right:280px;
    padding-left:280px;
    font-style:normal !important;
    color:#fff !important;
    margin-bottom:30px !important;
}
/*well curated end*/
/*function start*/
.function-images{
    display:inline-block;
    width:50px;
    height:50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 45px;
    color: #346c34;
}
.function-desc{
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    top:35px;
    margin-left: 25px;
    font-size: 18px;
    font-weight: 700;
}
.function-desc-long{
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    margin-left: 25px;
    font-size: 18px;
    font-weight: 700;
}
.function-block{
    padding:50px 0 !important;
    background-color : #f0f0f0;
}
.function-title-box{
    text-align: center;
    margin-bottom: 50px;
}
.function-detail-box{
    padding: 0px 90px 0px 90px;
}
.box-function-info{
    padding: 20px;
    border-top: 1.5px solid #000;
    color: #000;
}
.extra-function-border{
    border-bottom: 1.5px solid #000;
}
/*function end*/
.curated-background{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
/*well located*/
.prdct-mockup-box{
    min-height: 350px;
    float: right;
}
.prdct-mockup-pic{
    width:auto;
    height:350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.prdct-mockup-info-box{
    min-height: 350px;
    background-color: #c4c4c4;
    padding: 20px 40px 10px 110px;
}
.prdct-mockup-title{
    display:block;
}
.prdct-mockup-line{
    border-bottom: 1.5px solid #000;
    display:block;
    margin-bottom: 10px;
}
/*well start*/
/*prosper start*/
.block-prosper{
    background-color:#3a3a3c;
    color:#fff;
    padding: 50px 0;
}
.prosper-title-box{
    text-align:left;
}
.prosper-title{
    padding: 0px 0px 10px 75px;
    display:block;
    color:#fff;
}
.prosper-img{
    width:120px;
    height:120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color:#3a3a3c;
}
/*prosper end*/
/*portfolio start*/
.portofolio-box{
    background-color: #000;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.portofolio-land{
    background: rgba(0, 0, 0, 70%);
    padding: 20px 70px 20px 35px;
}
.title-wealth{
    border-bottom:2px solid rgba(255, 255, 255,50%);
    margin-bottom:10px;
}
.title-wealth-h3{
    color:#fff;
    font-weight:700;
    margin-bottom:10px;
}
.desc-wealth{
    margin-bottom:20px;
}
.porfolio-wealth{
    padding-left: 12px;
    margin-bottom:30px;
}
.box-portofolio-wealth {
    padding: 10px;
    min-height: 150px;
    background-color: #c2c2c2;
}
.portofolio-wealth-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    display:block;
}
.portofolio-wealth-desc {
    bottom: 10px;
    position: absolute;
    color: #000;
    font-size: 12px;
    width: calc(100% - 20px);
    display:block;
}
.row-second-portfolio{
    margin-top:5px;
}
.column-box-portofolio{
    padding-right:3px;
    padding-left:3px;
}
.prefix-portofolio{
    position: absolute;
    top: 6px;
    font-size: 18px;
}
/*portfolio end*/
/*region start*/
.region-block{
    background-color:#3a3a3c;
    color:#fff;
    padding:0;
}
.region-info-parent-box{
    padding: 50px 10px 10px 90px;
}
.maps-access{
    width:auto;
    height:600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.transport-icon-img-square{
    height:30px;
    width:30px;
    background-size: cover;
    background-position: center;
    display:inline-block;
}
.transport-icon-img-long{
    height:20px;
    width:70px;
    background-size: cover;
    background-position: center;
    display:inline-block;
}
.transport-desc{
    display:inline-block;
    height:30px;
    vertical-align: middle;
    margin-left:20px;
}
.region-info-text{
    margin-bottom:10px;
}
.region-transportation-box{
    margin-top: 50px;
}
/*region end*/

.high-level-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*mature start*/
.mature-box{
    padding: 50px 10px 10px 90px;
}
.surround-info-text{
    margin-bottom:10px;
}
.mature-parent-box{
    /*padding: 2px 0;*/
    background-color: #c4c4c4;
    padding:0;
    min-height:550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*mature end*/

.blog-summary-box{
    display: block;
    padding: 0 50px;
}
.blog-summary-pic {
    margin-bottom: 15px;
}
.blog-summary-pic-item {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    box-shadow: 10px 10px #4db6a5;
}
.blog-summary-content {
    text-align: justify;
    margin-bottom: 15px;
}
.blog-summary-btn > a {
    background-color: #3c8376;
    color: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}

.blog-summary-btn > a:hover {
    background-color: #4db6a5;
}

.blog-box-item{
    height: 560px;
    border: 2px solid #000;
    padding-right: 0;
    padding-left: 0;
    width: 30%;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-pic-item{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.blog-content-base {
    margin-bottom: 20px;
    padding: 0 20px;
}
.blog-title-item {
    color: #4db6a5;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}
.blog-date-item {
    background-color: #4db6a5;
    padding: 3px 25px 3px 10px;
    color: #fff;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
    width: fit-content;
}
.blog-btn {
    position: absolute;
    bottom: 20px;
    width: 50%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.blog-btn > a {
    background-color: #4db6a5;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 600;
    
}
.blog-btn > a:hover {
    background-color: #3c8376;
    
}
.blog-detail-header-block {
    padding: 48px 0;
}
.blog-detail-img > img {
    width:100%;
    height:auto;
}
.content-detail-row{
    margin-top:30px
}
.blog-detail-title {
    color: #4db6a5;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    padding-right: 60px;
}
.blog-detail-content {
    font-weight: 300;
    color: #000;
    padding-right: 60px;
}
.blog-detail-date {
    width: 35%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.blog-detail-date-number{
    background: #dddddd;
    padding: 8px 8px;
    font-size: 19px;
    font-weight: 600;
    color: #4db6a5;
}
.blog-detail-month {
    background: #4db6a5;
    color: #fff;
    padding: 2px 0;
}
.contact-form > form .row > div > input[type="text"], .contact-form > form .row > div > textarea {
    padding: 18px 25px;
    height: 50px;
    border-radius: 0;
    border:1px solid #4db6a5;
    background:#fff;
    margin-bottom:20px;
}
.contact-title{
    color:#4db6a5;
    text-transform: uppercase;
    font-weight: bold;
}
.contact-subtitle{
    line-height:unset;
    color:#000;
    font-weight: 600;
}
.first-contact-subtitle{
    margin-bottom:0px;
}
.first-contact-subtitle{
    margin-bottom:40px;
}
.form-label{
    font-style: normal;
    color: #4db6a5;
    font-weight: lighter;
    font-size: 15px;
}
.flat-btn{
    border-radius:0;
}
.contact-info-email {
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1.5px solid #3c8376;
}
.contact-info-email > label {
    display: block;
    color: #3c8376;
    font-size: 18px;
}
.contact-info-email > span {
    font-size: 18px;
    color: #3c8376;
    font-weight: 600;
    display:block;
    margin-top:2px;
    margin-bottom:10px;
}
.contact-info-email > span > i {
    font-size: 30px;
    margin-right:10px;
    width: 30px;
}
.contact-info-email > span > span {
    vertical-align: super;
}
.contact-info-box {
    margin-top: 70%;
    padding-left: 25px;
}
.contact-info-no-border{
    border-bottom: none;
}
.contact-info-email > a {
    margin-left: 10px;
    margin-right: 10px;
}
.facebook-contact{
    margin-left:0;
}
.benefit-title{
    font-size:22px;
}
.benefit-summary-pic-item{
    width: 90%;
    height: 220px;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    box-shadow: 10px 10px #4db6a5;
}
.benefit-summary-content > span {
    text-transform: uppercase;
    color: #4db6a5;
    font-weight: 600;
    display: block;
}
.benefit-summary-content {
    text-align: center;
    margin-bottom: 15px;
    padding: 0 20px;
}