/* Import Font Google */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");*/
/*@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&family=Prata&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
  font-family: 'TW Cent';
  src: url('../../fonts/TWCentMT.eot');
  src: local('TWCentMT'), url('../../fonts/TWCentMT.woff') format('woff'), url('../../fonts/TWCentMT.ttf') format('truetype');
  font-display: swap;
}

:root {
  --brand: #E9088A;
  --brand-second: #FFE8E6;
  --brand-third: #DB3C8D;
  --brand-fifth: #FDF3F8;
  --pink: #FDF3F8;
  --white: #ffffff;
}
.bg-light {
  background-color: #FDF2F8 !important;
}
.bg-nav-pink {
  background-color: #FFE8E6 !important;
}


.logo{
  width: 90px;
  height: auto;
}

html{
  overflow-x: hidden!important;
}

body{
  overflow-x: hidden;
  position: relative;
}

body,h1,h2,h3,h4,h5,p, .lead, .navbar {
    font-family: 'TW Cent', sans-serif;
}

.tittle-footer,
.tittle-couple {
    font-family: 'TW Cent', sans-serif;/* prata */
}

h1 {
  font-size: 3rem;
  line-height: 64px;
}

h2 {
  color: var(--brand);
  font-size: 2.6rem;
  line-height: 60px;
  font-weight: 600;
}

h3 {
  font-size: 1.75rem;
  line-height: 40px;
}

h4,
h3.accordion-header .accordion-button {
  font-size: 1.5rem;
  line-height: 34px;
}

h5 {
  color: var(--brand);
  font-size: 1.3rem;/* 22px */
  line-height: 31px;
  font-weight: 600;
}

h6 {
  color: var(--bs-black);
  font-size: 24px;/* 22px */
  font-weight:600;
}

p { 
  font-size: 1.25rem;/* .85rem */
  line-height: 30px;
}

.faq_category_wrapper ol li {
  font-size: 1.1rem;
  line-height: 25px;
}

.bg-light .navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.bg-light .navbar-toggler {
  color: rgb(0 0 0 / 50%)!important;
  border-color: rgb(0 0 0)!important;
}

.bg-light .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.1rem!important;
}

.navbar-toggler-icon{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.custom-toggler.navbar-toggler {
  color: rgba(255,255,255,.55);
  border-color: rgba(255,255,255,.1);

}

.text-visitor{
  font-family: 'Philosopher' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 2.6rem;
  line-height: 55px !important;
}

.fixed-top {
  top: -40px;
  transform: translateY(40px);
  transition: transform .3s;
}

.navbar-pink{
  background-color: var(--brand) !important;
  color:var(--bs-white);
}

.description {
  font-size:1.25rem;/* 16px */
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-75 {
    width: 75%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.section-top {
  position: relative;
  height: 44rem;
  height: 100%;
  padding-top: 76px;
}
.phone{

}
.livestream-image{
  width: 1000px !important;
  z-index: 10;
  position: relative;
}

.section-pink {
    background-image: url(/images/icon/landing/bg-section.svg);
}

#section-white {
    background-image: url(/images/icon/landing/bg-section-white.svg);
}
@media (max-width:768px){
  .section-angpao {
    top: -55px !important;
  }
  .mobile-wrap{
    flex-wrap: inherit;
    text-align: center;
    padding: 12px;
  }
}
.section-angpao {
  position: relative;
    height: 54rem;
  background:  url(/images/icon/landing/rsvp_background.png);
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;   
  background-size: cover;
}

.section-dashboard {
    padding-top: 2rem;
    /* background-image: url(/images/icon/landing/bg-section-dashboard.svg); */
    position: relative;
    height: 40rem;
    top: -240px;
}

@media (max-width:768px){
  .section-dashboard {
    /* background-image: url(/images/icon/landing/bg-section-dashboard.svg); */
    position: relative;
    height: 70rem;
    top: -100px !important;
  }
}

.section-prefooter {
    background-image: url(https://media.viding.co/dmlkaW5nIGNvIGltYWdlIHByb3h5IGJ5IGZseS5pbw/rs:auto:0:0:1/g:no/f:webp/plain/https:%2F%2Fviding.sgp1.digitaloceanspaces.com%2Flanding%2Fpre-footer.jpg);
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
    height: 100vh;

}

.promo-section {
  background: linear-gradient(0deg, rgba(254, 248, 255, 0.7), rgba(255, 229, 255,0.7)),url(/frontend/landing/images/promo-section-bg.png);
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

@media (min-width: 720px) {
  .promo-section {
    background: linear-gradient(0deg, rgba(254, 248, 255, 0.7), rgba(255, 229, 255, 1)),url(/frontend/landing/images/promo-section-bg.png);
    position: relative;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
  }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, {
    color: #fff;
    background-color: #E9088A;
}

.price-link h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0px;
}

/*@media (max-width: 576px) {
  .nav-pills li {
      margin-left: -12px;
  }
}

@media (max-width: 364px) {
  .nav-pills li {
      margin-left: -16px;
  }
}

.nav-pills .nav-link {
    border: 1px solid #E9088A;
    color: #DB3C8D;
    border-radius: 0.25rem;
}*/
.nav-item {
  padding: 5px;
  background-color: var(--brand-fifth);
}
.nav-pills .nav-link {
  color: var(--brand-third);
}

.title-cta{
  position: absolute;
  font-size: 60px;
  color: var(--bs-white);
}

.footer{
  /*height: 100%;*/
}

.bg-brand{
    background-color: var(--brand) !important;
}

.bg-pink {
    /*background-image: url(/images/icon/landing/bg-pink-top.svg);*/
  background-color: #FDF3F8;
  position: relative;

}

.bg-pink-theme {
    background-image: url(/images/icon/landing/bg-pink-third.svg);
  position: relative;
    height: 44rem;
}

.bg-pink-angpao {
    background-image: url(/images/icon/landing/bg-pink-mid.svg);
  position: relative;
    height: 44rem;
}


.btn-primary{
  background-color:var(--brand);
  border-color:var(--brand);
  color: var(--white);
}

.btn-secondary{
  background-color:var(--brand-second);
  color:var(--brand);
}

/* Edit video */
#video {
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  /*height: 45rem;*/
  height: 100vh;
  background: black no-repeat center center/cover;
}

.header-banner img,
.header-banner picture{
  min-width: 100%;
  min-height: 45rem;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.overlay {
  width: 100%;
  /*height: 45rem;*/
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(8, 27, 11, 0.3);
  z-index: 2;
}

.card {
  background-color: var(--brand-fifth);
  border-color: var(--brand-fifth);
}
.card-feature{
  background-color: #FFFFFF;
  border-color: var(--brand-fifth);
  border-radius: 20px !important;
  box-shadow: 0px 10px 25px rgb(0 0 0 / 10%);
}

.card-pink {
  background-color: var(--brand);
  border-color: var(--brand-fifth);
  height:400px;
}

.bd-placeholder-img {
    object-fit:cover;
}

.card-overview {
  background-color: var(--brand);
  border-color: var(--brand-fifth);
  height:auto;
  border-radius: 20px !important;
}

.card-icon {
  width:35%;
  height:25%;
}

.summary {
  font-size:48px;
  font-weight:800;
}

.card-couple{
  border-color:var(--bs-white);
  height:350px;
}

.couple-title{
  font-size: 1.25rem;/* 16px */
  text-transform:uppercase;
}

.couple-date{
  font-size:12px;
  text-align:center;
}

.couple-date-right{
  text-align:right;
}
/* Edit navbar */

/*.navbar {*/
/*  background-color: rgba(255, 255, 255, 0.05);*/
/*}*/

.navbar-brand {
  font-size: 30px;
  font-family: "Pacifico", cursive;
  color: #fff;
}

.nav-link {
  color: #fff;
  font-weight: 300;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  font-weight: 500;
}

.nav-link.active {
  background-color: #E9088A !important;
}


 .bg-white{
    color:black;
 }
 .img-footer{
   padding-right: 15px
 }

 @media (max-width: 420px){
  .img-footer{
    padding-right: 5px;
  }
 }
   .btn-pink{
     font-family: 'TW Cent', sans-serif;
     font-weight: 400;
     background-color: #E9088A !important;
     color: white;
   }


   .price-link:hover,
   .reservenow:hover,
   .btn-pink:hover{
     background-color: #ff3190 !important;
     color: white;
   }

   .btn-transparent{
     color: #E9088A;
     border-radius: 5px;
     border: solid 1px #E9088A;
     background-color: #ffffff;
   }

   .btn-transparent:hover{
     color: white;
     border-radius: 5px;
     border: solid 1px #E9088A;
     background-color: #E9088A;
   }

   .btn-white{
     color: #E9088A;
     border-radius: 5px;
     border: solid 1px #FDF3F8;
     background-color: #FDF3F8;
   }

   .btn-white:hover{
     color: white;
     border-radius: 5px;
     border: solid 1px #fff;
     background-color: #fff;
   }

   h2.tittle-landing{
    color: #fff;
   }
   .tittle-landing{
     font-family: 'Philosopher','TW Cent' !important;/* prata */
     font-style: normal !important;
     font-weight: 400 !important;
     font-size: 3rem;
     line-height: 64px;
   }

    .tittle-couple{
      font-family: 'Philosopher','TW Cent' !important;/* prata */
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 42px;
      line-height: 87px;
    }

    .tittle-footer{
      font-family: 'Philosopher','TW Cent' !important;/* prata */
      font-style: normal !important;
      font-weight: 400 !important;
      font-size: 3rem;
      line-height: 64px;
    }

    .title-portfolio {
      font-family: 'Philosopher', 'TW Cent', sans-serif;/* prata */
      font-weight: 400 !important;
      font-size: 3rem;
      line-height: 70px;
    }

   .title-section {
     font-family: 'TW Cent' !important;
     font-style: normal !important;
     font-weight: 600 !important;
     font-size: 2.6rem;
   }

   .text-section{
     font-family: 'TW Cent' !important;
     font-style: normal !important;
     font-weight: 400 !important;
     font-size: 1.25rem;/* 16px */
     line-height: 30px;
   }

   .nav-text{
     font-size: 1.25rem;
     font-family: 'TW Cent', sans-serif;
   }
   .bg-light .navbar-nav .nav-link,
   .bg-light .navbar-nav .nav-text {
    color: #000!important;
   }

   .bg-light .navbar-nav .btn-pink {
    color: #fff!important;
   }

   .bg-light .navbar-nav .nav-link .btn-pink{
    color: #fff!important;
   }

   .owl-carousel .owl-stage {
        display: flex;
    }

    .owl-carousel .owl-stage-outer {
      overflow: visible;
    }
    .owl-carousel .owl-item .package-wrap {
        display: flex;
        flex: 1 0 auto;
        width: auto;
        min-height: 1000px;
        max-height: 100%;
    }

    .owl-theme .owl-controls .owl-page {
    display: inline-block;
    }

    .owl-theme .owl-controls .owl-page span {
        background: none repeat scroll 0 0 #869791;
        border-radius: 20px;
        display: block;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
    }

    #media .owl-dots {
        display: none;
    }
  
  .owl-carousel-vertical{
    transform: rotate3d(0, 0, 1, 90deg);
  }

  .owl-carousel-vertical .item-vertical{
    transform: rotate3d(0, 0, 1, -90deg);width : 20rem; height: 20rem;
  }
  .img-item-vertical { width : 20rem; height: 20rem;}
  .wrap-slider {
  position: relative;
  width: 256px;
  height: 512px;
  margin: 50px auto;
  
}
 .slider-vertical {
  width: 256px;
  height: 512px;
  margin: 50px auto;
  overflow: hidden;
 }
 .slider__row {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  height: 1536px;
  overflow: hidden;
  transition: 0.5s;
}
/* 
.img-vertical{
    transform: rotate(105deg);
   
} */


.box {
  width: 200px;
  padding: 10px 20px;
  margin: 40px 80px;
  color: #fff;
  text-align: right;
  background: #7fbc03;
  border-radius: 8px;
  position: relative;
  z-index: 0;
}

.box::before,
.box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  background: inherit;
  border-radius:inherit;
  border-bottom-left-radius:0;
  transform-origin: top left;
}

.box::before {
  left: 0;
  right: 20%;
  transform: skewX(-40deg);
}

.box::after {
  z-index: -2;
  left: 1px;
  height: 130%; /* ~ 100%/cos(40deg) */
  width: 40px;
  filter: brightness(0.7);
  transform: rotate(40deg);
}

@media (max-width:768px){
  .tittle-landing{
    text-align: center;
  }
  .tittle-landing-word{
    text-align: center;
  }
  .tittle-footer{
    font-style: normal !important;
    font-weight: 400 !important;/*
    font-size: 32px !important;*/
/*    line-height: 44px !important;*/
  }
  .button-tittle {
    text-align: center;
    margin-top: 1.25rem;
  }
  /*.tittle-couple{
    font-size: 24px;
  }*/
  input.input-couple {
    font-size: 14px !important;
  }
  .btn-search-couple {
    font-size: 14px !important;
  }
}

/* Edit header */
#header {
  color: #fff;
  height: 100vh;
  padding-top: 20vh;
}

#header h1 {
  font-size: 60px;
  font-family: "TW Cent", serif;
  line-height: 0.9;
}

#header p {
  font-size: 1.25rem;/* 14px */
  line-height: 30px;
  font-weight: 300;
  font-family: "TW Cent", sans-serif;
}

#header button {
  font-size: 1.25rem;/* 16px */
  line-height: 30px;
  width: 205px;
  font-weight: 400;
  padding: 14px 32px 14px 32px;
}

@media (min-width: 768px) {
  #header {
    margin: 0;
    width: 100%;
    color: #fff;
    padding-top: 30vh;
  }
  #header h1 {
    font-size: 3rem;
    font-family: 'TW Cent', sans-serif;/* prata */
    line-height: 1.3rem;
  }

  #header p {
    font-weight: 400;
    font-family: 'TW Cent', sans-serif;
    letter-spacing: 1.5px;
    line-height: 30px;
  }
}

@media (min-width: 417px) and (max-width: 768px) {
  #header {
    padding-bottom: 50px;
  }
}

@media (min-height: 600px) and (max-height: 760px){
  /*#header {*/
  /*  padding-top: 0px;*/
  /*}*/
}

@media(min-width: 577px){
    .card-feature {height: 290px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;}
}

@media (min-width: 768px) {
    .card-feature{
      height: 325px;
      width: 230px;
      margin-left: auto;
      margin-right: auto;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    }
    .card-feature{
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;} }

@media (min-width: 1200px) {
    .card-feature{
    height: 250px;
    width: auto;
    margin-left: auto;
    margin-right: auto;}
}

.udscr > .nav-text::after {
   content: '';
   display: block;
   width: 0px;
   height: 2px;
   background: #DB3C8D;
   transition: 0.4s
}

.udscr > .nav-text:hover::after {
  font-weight: normal!important;
   width: 100%;
}

.udscr2 > .nav-text::after {
   content: '';
   display: block;
   width: 0px;
   height: 2px;
   background: #fff;
   transition: 0.4s
}

.udscr2 > .nav-text:hover::after {
  font-weight: normal!important;
   width: 100%;
}
.navbar-nav > .nav-link, {
  position: relative;
  text-align: center;
  transition-duration: 0.25s;
  transition: all 0.15s ease-in;
  font-weight: normal!important;
}
/*.navbar-nav > .nav-link::after {
  background-color: #DB3C8D;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  transition-duration: 0.25s;
  width: 100%;
}*/
/*.navbar-nav.-twitter > .nav-link:hover::after,
.navbar-nav.-twitter > .nav-link.-active::after {
  transform: scaleY(1);
}
.navbar-nav.-twitter > .nav-link::after {
  content: '';
  transform: scaleY(0);
  transform-origin: bottom;
}*/
.navbar-nav.-zoom > .nav-link:hover,
.navbar-nav.-zoom > .nav-link.-active {
  background-color: rgba(51,51,51,0.1);
  transform: scale(1.1);
}
.affect > a{
  text-decoration:none;
  color:#4d4d4d;
  display:block;
  padding:5px 10px;
  position:relative;
  margin:0 10px;
  transition: all .5s;
}
.affect > a:hover{
  background-color:#e91e63;
  color:white;
}
.affect > a:before{
  content:'';
  position:absolute;
  bottom:12px;
  left:12px;
  width:12px;
  height:12px;
  border:3px solid #e91e63;
  border-width:0 0 3px 3px;
  opacity:0;
  transition:all 0.3s;
}
.affect > a:hover:before{
  opacity:1;
  bottom:-7px;
  left:-7px;
}
.affect > a:after{
  content:'';
  position:absolute;
  top:12px;
  right:12px;
  width:12px;
  height:12px;
  border:3px solid #e91e63;
  border-width:3px 3px 0 0;
  opacity:0;
  transition: all 0.3s;
}
.affect > a:hover:after{
  opacity:1;
  top:-7px;
  right:-7px;
}

/* find couple css */
.bg-secondary-brand-color{
  background-color: #FFE8E6 !important;
}

 .navbar-toggler-icon-black{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0, 0, 1.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
 }

 .custom-toggler-black.navbar-toggler {
  color: rgb(0 0 0);
  border-color:  rgb(0 0 0);
}
.text-pink{
  color: #E9088A !important;
  font-family: 'TW Cent' !important;
  font-style: normal !important;
  /*font-weight: 700 !important;*/
  font-size: 1.25rem;/* 16px */
}

.text-black{
  color: #000 !important;
  font-family: 'TW Cent' !important;
  font-style: normal !important;
  /*font-weight: 700 !important;*/
  font-size: 1.25rem !important;/* 16px */
}

.section-search{
  background-color: #FFE8E6;
  background-image: url('/images/icon/landing/bg_couple.png');
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  /*height: 60vh;*/
  height: 430px;
  margin-top: -80px;
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* template design css */
.section-template-design{
  background-color: #FFE8E6;
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 60vh;
  vertical-align: middle;
}

@media (max-width: 515px) {
  .section-template-design {
    height: 75vh;
  }
  /*.title-portfolio {
    font-size: 2rem;
    line-height: 60px;
  }*/
}

/** new **/
.bg-pink .waves-top {
  position: absolute;
  width: 100%;
  top: -70px;
  left: 0;
  z-index: -1;
}

@media (max-width: 1200px) {
  .bg-pink .waves-top {
    top: -50px;
  }
}

@media (max-width: 992px) {
  .bg-pink .waves-top {
    top: -35px;
  }
}

@media (max-width: 576px) {
  .bg-pink .waves-top {
    top: -20px;
  }
  .section-search {
    height: 450px;
  }
}

@media (min-width: 2560px) {
  .bg-pink .waves-top {
    top: -130px;
  }
}

.waves-landing {
  position: absolute;
  width: 100%;
  /*bottom: 0px;*/
  /*bottom: -1em;*/
  /*height: 95vh;*/
  top: calc(var(--vh, 1vh) * 95);
  left: 0;
  z-index: -1;
}


@media (max-width: 940px) {
  .waves-landing {
    top: calc(var(--vh, 1vh) * 97);
  }
}

.bg-pink .waves-bottom {
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
  z-index: -1;
}

.waves-couple {
  top: -35px;
  margin-bottom: -20px;
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) {
  .bg-pink .waves-bottom {
    bottom: -40px;
  }
}

@media (max-width: 992px) {
  .bg-pink .waves-bottom {
    bottom: -25px;
  }

  .waves-couple {
    top: -25px;
    margin-bottom: -10px;
  }
}

@media (max-width: 576px) {
  .bg-pink .waves-bottom {
    bottom: -10px;
  }
  .waves-couple {
    top: -15px;
    margin-bottom: 0px;
  }
  .waves-landing {
    top: calc(var(--vh, 1vh) * 98);
  }
}

@media (min-width: 2560px) {
  .bg-pink .waves-bottom {
    bottom: -100px;
  }
}

h2.judul_section {
  font-family: 'Philosopher','TW Cent';
}

@media (min-width: 768px) {
  h2.judul_section {
    line-height: 60px;
    letter-spacing: 2px;
  }

  p.desc_section {
    font-family: 'TW Cent';
    font-size: 1.25rem;/* 16px */
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #686868;
    padding-top: 16px;
    margin-bottom:2rem;
  }
}

h3.card-title {
  color: var(--brand);
}
h3.card-title,
h5.card-title {
  font-size: 1.75rem;
  line-height: 40px;
  letter-spacing: 0.05em;
}

p.card-text {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;/* 16px */
  line-height: 30px;
}

.seemore {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;/* 16px */
  line-height: 30px;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 20px;
}

.reservenow {
  font-size: 1.25rem;
  padding: 15px 55px;
  background-color: var(--brand-fifth);
  color: var(--brand);
}

.selectpricing {
  padding: 15px;
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 900;
  font-size: 1.25rem;/* 16px */
  line-height: 30px;
  width: 100%;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.05em;
}

.list-unstyled > li > p {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;/* 14px */
  line-height: 150%;
}

footer {
  background-color: var(--brand-fifth);
}

.footertext {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.12em;
}

footer h6,
.footer-title {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;/* 16px */
/*  line-height: 120%;*/
  line-height: 30px;
  /* or 19px */

  letter-spacing: 0.04em;
}

.fa-square {
  color: var(--brand-second);
}

/* section kedua */
.section-kedua {
  position: relative;
  height: 1091px;
  top: -226px;
  z-index: 1;
}
.container-kedua .judul_section,
.container-dashboard .judul_section {
  padding-left: 1rem;
}
.container-kedua .desc_section,
.container-dashboard .desc_section {
  margin-left: 60px;
}
.bg-section-white{
    position: relative;
    height: 30%;
    z-index: 1;
    top: -20%;
    background-color: #fff;
}

.layer-white{
  position: relative;
/*  height: 228px;*/
  z-index: 1;
  top: 100px;
  background-color: #fff;
}

@media (max-width:575px){
  .container-kedua .judul_section,
  .container-dashboard .judul_section {
    padding-left: 0;
    text-align: center;
    margin-top: 3rem;
  }
  .container-pertama .desc_section,
  .container-kedua .desc_section,
  .container-dashboard .desc_section {
    margin: auto;
    text-align: center;
    width: 80%;
  }

  .layer-white{
    height: 260px;
  }
}
.container-kedua{
  /* padding-top: 180px !important; */
  height: 100% !important;
  top: -85px !important;
  position: relative;
}

.web-invitation-image{
  width: 1102px !important;
  z-index: 10;
  position: relative;
  right: 80px;
  top: 255px;
}

/* section ketiga */
.padding-ketiga{
  padding-top: 50px !important;
}

.section-ketiga{
    position: relative;
    height: 850px;
    top: -237px;
    z-index: 1;
}

.layer-pink{
  position: relative;
  height: 878px;
  z-index: 1;
  top: -470px;
  background-color: #FDF3F8;
}
.brush-section-ketiga{
  position: relative;
  z-index: 0;
  top: -60px;
  right: -23px;
  width: 50%;
}

.gift-icon{
  width: 64vw;
  position: absolute;
  z-index: 100;
  top: 367px;
  right: 240px;
}

@media screen and (min-width: 1200px) {
  .layer-pink {
    height: 878px;
    top: -430px;
  }
  .gift-icon {
    top: 350px;
    right: 245px;
  }
}

@media screen and (min-width: 1400px) {
  .brush-section-ketiga{    
    top: -39px !important;
    width: 50% !important;
    right: -45px;
  }
  .section-ketiga{
    height: 880px;
  }
  .gift-icon{
    right: 260px;
    top: 367px;
  }
  .layer-pink {
    height: 878px;
    top: -470px;
  }
}

@media screen and (min-width: 1900px) {
  .layer-pink {
    height: 878px;
    top: -470px;
  }
  .brush-section-ketiga{    
    top: -50px !important;
    width: 55% !important;
    right: -40px;
  }

  .web-invitation-image{
    width: 1092px !important;
    top: 265px !important;
    right: -150px;
  }
  .bg-section-white{
    height: 338px !important;
    top: -300px !important;
  }

  .gift-icon{
    width: 64vw;
    top: 366px;
    right: 345px;
  }
  
  .section-ketiga {
    height: 1040px;
  }
}
  
@media screen and (min-width: 2400px) {
  .gift-icon{
    width: 43vw;
    top: 366px;
    right: 860px;
  }
}
.subjudul_section{
  color: var(--brand);
}

.card-gift{
  background: #FFFFFF;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  width : 60% !important;
  height: auto !important;
  position: relative;
  z-index: 10;
  border-color: transparent;
}

.desc_gift {
  padding-bottom: 62px;
}

@media (max-width:768px){
  .section-ketiga {
    height: 43rem;
    top: -5rem;
    padding-bottom: 5rem;
    background-color: #fff;
  }
  .section-ketiga .judul_section {
    margin-bottom: 0px;
  }

  .container-dashboard {
    z-index: 2;
    position: relative;
    padding-top: 10rem;
  }
  /*.desc_gift {*/
  /*  padding-bottom: 0!important;*/
  /*}*/
  .card-gift{
    width: 80% !important;
    height: auto !important;
    top: -38px;
    border-color: transparent;
  }
  .desc_gift{
    width: 100% !important;
  }

  .subjudul_section{
    color: var(--brand);
    width: 100%;
    font-size: 1.125rem;
    padding-right: 0!important;
    padding-left: 0rem!important;
  }
  .gift-icon{
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 100;
    top: 25px;
  }
  .brush-icon{
    position: absolute;
    z-index: -1;
    left: -6px;
    top: 267px;
    width: 121vw !important;
  }
  .section-ketiga .brush-icon{
    top: 50%;
  }
  .rectangle-icon{
    position: absolute;
    z-index: 3;
    top: 280px;
    height: 485px;
    width: 327px !important
  }
  .phone-icon{
    position: absolute;
    z-index: 4;
    top: 225px;
    width: 128%;
    padding-top: 20px;
  }
  .brush-section-ketiga{
    position: relative;
    z-index: 9;
    width: auto;
    height: auto;
    top: -600px;
  }
  .judul_fitur {
    font-size: 1.65rem;
  }
  .layer-pink{
    height: 17rem;
    top: 100px;
  }
  .layer-white{
    height: 250px;
    top: 183px;
  }
}


.rsvp-image{
  position: absolute;
  z-index: 4;
  left: 0;
}


/* .card-apps{
  background: url('/images/icon/landing/apps_background.png');
  border-radius: 40px;
  width: 1140px !important;
  height:567px!important;
  position: relative;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: auto;
  border-color:  transparent !important;
} */

.partner {
  max-height:80vh;
}

.apps-icon{
  position: absolute;
  z-index: 10;
  /* top: 310px; */
  width: 600px;
}

@media (max-width:768px){
  .card-apps{
    width: 327px !important;
    height:  462.25px !important;
    border-radius: 20px;
    background: url('/images/icon/landing/apps_background_mobile.png');
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: auto;
    border-color: transparent;
  }
  .apps-icon{
    position: absolute;
    z-index: 10;
    top: 40rem;
    width: 350px !important;
  }
  .section-dashboard.single-page .apps-icon{
    top: 600px;
  }
}

@media (max-width: 415px) {
  .phone-icon {
    top: 280px;
  }
  /*.apps-icon {
    top: 37rem;
  }*/

  .section-dashboard.single-page .apps-icon{
    top: 625px;
  }
}

@media (max-width:395px){
  .phone-icon {
    top: 30rem;
  }
}

@media (max-width:367px){
  .section-dashboard.single-page .apps-icon{
    top: 650px;
  }
}
@media (max-width:315px){
  .apps-icon{
    top: 50rem;
  }
}

.partner {
  max-height:90vh;
}

.content-screen {
  position: relative;
}
/*.screen {
  display: block;
  width: 100%;
  height: 270px;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin: 0 auto;
  transition:all .35s ease,object-position 5s ease;
}
.screen img {
  position:absolute;
  top:0;
  transition:all .35s ease,object-position 5s ease;
  object-fit:cover;
  object-position:top;
  height:100%;
  width:100%
}*/
.screen {
  transition:all .35s ease,object-position 5s ease;
  height: 100%;
}
.screen img {
  object-fit:cover;
  height: 270px;
  /*height: 100%;*/
  width:100%;
}
.screen:hover{
    transform:scale(1.05)
}
/*.screen:hover img{
    object-position:bottom
}*/
.txt-pink {
  color: var(--brand);
}

.text-package{
  font-size: 1.75rem;
}
.text-s {
  font-size: 24px;
  margin-top: 1rem;
}
.rotate-reset {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.15s ease-in;
}

.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.15s ease-in;
}

/*#reserve_cover {
  margin-right: 1.5rem!important;
}*/

.text-no-result {
  width: 50%;
}
.btn-search-couple {
  padding: 10px 40px !important;
}

@media (max-width: 450px) {
  .text-no-result {
    width: 100%;
  }
.btn-search-couple {
  padding: 10px 20px !important;
}
}
.text-pricing {
  font-size: 42px;
  font-weight: 600;
}
/*@media (max-width: 1366px) {
  .text-pricing {
    font-size: 37px;
  }
}

@media (max-width: 1200px) {
  .text-pricing {
    font-size: 28px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .text-pricing {
    font-size: 25px;
  }
  .text-pricing small {
    font-size: 15px;
  }
}*/

input.input-couple {
  font-size: 24px;
  color: #E9088A;
  font-family: 'TW Cent';
  background-color : #FDF3F8;
}

.input-couple::-webkit-input-placeholder {
    color: #F6C3DE;
}
.input-couple:-moz-placeholder {
    color: #F6C3DE;

}
.input-couple::-moz-placeholder {
    color: #F6C3DE;

}

@media (max-width: 410px) {
  .price-link {
    font-size: 10px;
  }
}

@media (max-width: 378px) {
  .price-link {
    font-size: 10px;
  }
  .section-search {
    height: 600px;
  }
}

/*@media (max-width: 340px) {
  .text-pricing {
    font-size: 25px;
  }
}*/

@media (max-width: 323px) {
  .nav-pills .nav-item .nav-link {
    padding: 0.5rem;
  }
  .nav-item {
    padding: 5px;
  }
}

@media (max-width: 305px) {
  /*.text-pricing {
    font-size: 20px;
  }*/
  h2 {
    font-size: 1.5rem;
  }
}

/* The Overlay (background) */
.overlay_nav {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: -1;
  left: 0;
  top: 0;
  background-color: rgb(255,232,239);
  text-align: center;
  /*padding-top: 7rem;*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  opacity: 0;
}

.menunya-active {
  z-index: 1030!important; /* Sit on top */
  opacity: 100%;
}
/* Position the content inside the overlay */
.overlay_nav-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay_nav a {
  font-family: "TW Cent";
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #363636;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay-content {
  padding-top: 7rem;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
}
@media screen and (max-height: 570px) {
    .overlay_nav a {
        padding: 2px;
    }
    .overlay-content {
        padding-top: 5.5rem;
    }
}
.overlay-content .btn-pink {
  width: 300px;
  max-width: 100%;
  font-size: 20px;
  color: white;
}

.overlay-content .btn-white {
  width: 300px;
  max-width: 100%;
  font-size: 20px;
  color: #E9088A;
}

/* When you mouse over the navigation links, change their color */
.overlay_nav a:hover, .overlay_nav a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay_nav .closebtn {
  color: #E9088A;
  text-decoration: none;
  font-size: 50px;
/*  position: absolute;
  top: 0px;
  right: 45px;*/
/*  position: fixed;
  top: -0.9rem;
  right: 15px;*/
  position: relative;
  top: -0.4rem;
  right: 4px;
  float: right;
  transition: all 0.25s ease-out;
  transform: rotate(-180deg);
}

.overlay_nav.menunya-active .closebtn{
  transform: rotate(180deg);
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay_nav a {font-size: 20px}
  .overlay_nav .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#navbar_top {
  z-index: 99;
  height: 80px;
}

.bg-grey {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.border-b_pink {
  padding: 10px 0px;
  border-bottom: 1px solid #F6C3DE
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.input_borderless {
  border: none;
  border-color: transparent;
}

#preview_theme_modal .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#preview_theme_modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.footer-title {
  padding-bottom: 1.5rem;
}

@media (max-width: 767px) {
  .footer-title {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
}

.grayscale img{
  filter: grayscale();
  transition: filter 0.4s ease-in-out;
}

.grayscale:hover img {
  filter: none;
}
/*.icon {
   font-family: 'TW Cent', sans-serif;
   font-weight: 400;
   background-color: #E9088A !important;
   color: white;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.icon::before, .icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #E9088A;
  transition: all 0.25s ease;
}
.icon-enter::after {
  box-shadow: inset 0 0 0 0px #FDF3F8;
}
.icon-enter::before {
  margin-left: -100%;
  box-shadow: inset 0 0 0 70px #FDF3F8;
}
.icon-enter:hover::before {
  margin-left: 0;
}*/

h1.tittle-landing span, p.tittle-landing-word span {
  width: 100%;
  height: 100%;
  float: left;
/*  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
  transform: translateY(-100px);*/
  opacity: 1;
/*  animation-name: titleAnimation;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-duration: 10s;*/
}

h1.tittle-landing span {
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
}
h1.tittle-landing span:first-child {
  animation-delay: 0.7s;
}
h1.tittle-landing span:last-child {
  animation-delay: 0.5s;
}

p.tittle-landing-word span {
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
}
p.tittle-landing-word span:first-child {
  animation-delay: 0.7s;
}
p.tittle-landing-word span:last-child {
  animation-delay: 0.5s;
}

/*@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
  }
  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  80% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
}*/

@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
  }
  5% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  90% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
}

/** grid **/
.grid-container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-flow: dense;
  grid-gap: 10px;
  padding: 10px;
}

@media (max-width: 991px){
  .grid-container {
    grid-template-columns: repeat(2,1fr);
  }
  .screen img {
    height: 200px;
  }
  .active-grid > a > img {
    min-height: 400px;
  }
  .navbar-brand {
    padding-left: 10px;
  }
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  /*padding: 20px 0;*/
  font-size: 30px;
}

.active-grid {
  grid-column: span 2;
  grid-row: span 2;
}

.active-grid > a > img {
  height: 625px;
}

/*#top-scroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 15px;
}

#top-scroll:hover {
  background-color: #555;
}
*/
#top-scroll {
  display: inline-block;
  background-color: rgb(246,195,222,0.4);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 25px;
  position: fixed;
  bottom: 5rem;
  right: 15px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 998;
  text-decoration: none;
}
#top-scroll:hover {
  cursor: pointer;
  background-color: #333;
}
#top-scroll.show {
  opacity: 1;
  visibility: visible;
}
#top-scroll img {
  padding-top: 15px;
  height: 35px;
}

.wrapper{
  overflow-x: hidden;
  margin-top: -80px;
}

section{
  overflow-y: hidden;
  overflow-x: hidden;
}

#clear_date {
  padding: 8px 10px;
  text-decoration: none;
  color: #E9088A;
  border-radius: 5px;
  border: 1px;
  transition: all 0.15s ease-in;
  background-color: rgb(218, 15, 122, 0.2);
}
#clear_date:hover {
  color: #F8CFE4;
  background-color: #E9088A;
}

.section-faq {
  background-color: #FFE8E6;
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  height: 500px;
  vertical-align: middle;
}
@media (max-width: 515px){
  .section-faq {
      height: 350px;
  }
}
.faq_accordion .accordion-item {
  border: 0px solid;
}

.faq_accordion > .accordion-item > .accordion-header > .accordion-button {
  font-weight: bold;
  font-family: "TW Cent";
  box-shadow: inset 0 -2px 0 rgb(218 15 122 / 13%);
}

.faq_accordion > .accordion-item > .accordion-collapse > .accordion-body {
  font-family: "TW Cent";
}

.faq_accordion > .accordion-item > .accordion-header > .accordion-button::after {
  background-image: url('../images/faq_plus.svg');
}

.faq_accordion > .accordion-item > .accordion-header > .accordion-button:not(.collapsed)  {
  color: #E9088A;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 rgb(218 15 122 / 13%);
}

.faq_accordion > .accordion-item > .accordion-header > .accordion-button:not(.collapsed)::after {
    background-image: url('../images/faq_minus.svg');
    transform: rotate(180deg);
}

.section-faq-detail {
  position: relative;
  min-height: 500px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 25px;
  vertical-align: middle;
}

.section-faq-detail2 {
  background-color: #FDF3F8;
}

.menu-faq {
  display: flex;
  align-items: center;
  color: #E9088A;
}

.menu-faq a {
  text-decoration: none;
}
.menu-faq a:hover {
  font-weight: bold;
}

.menu-faq .fa-angle-right {
  font-size: 25px;
  padding: 0.5rem 1rem;
}

.faq-detail {
  padding-top: 50px;
}
.faq-detail h3{
  padding-bottom: 10px;
  color: #E9088A;
  font-size: 20px;
}
.faq-detail hr{
  color: #E9088A;
  height: 2px;
  opacity: 13%;
}
.faq-detail .content h3 {
  font-size: 20px;
}
.faq-detail .content p,
.faq-detail .content ul li{
  font-size: 1.25rem;/* 16px */
}
.faq-detail a {
  text-decoration: none;
  color: black;
  transition-duration: 0.25s;
  transition: all 0.15s ease-in;
}
.faq-detail a:hover {
  box-shadow: inset 0 -4px 0 rgb(218 15 122 / 13%);
}
.kotak_faq {
  border: 1px solid #EC87BC;
  border-radius: 5px;
  padding: 30px 50px;
  margin-bottom: 20px;
  font-size: 16px;/* 14px */
  line-height: 21px;
  display: flex;
  align-items: center;
  transition-duration: 0.25s;
  transition: all 0.15s ease-in;
}
.kotak_faq i {
  font-size: 50px;
  padding-right: 20px;
}

/** hamburger menu **/
.burger {
  height: 3em;
  width: 3em;
  right: 10px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  -webkit-tap-highlight-color: transparent; }
  .burger .burger-lines:after {
    left: 0;
    top: -1em; }
  .burger .burger-lines:before {
    left: 1em;
    top: 1em; }
  .burger:after {
    content: '';
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%; }
  .burger .burger-lines {
    top: 50%;
    margin-top: -0.125em; }
    .burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
      pointer-events: none;
      display: block;
      content: '';
      width: 100%;
      border-radius: 0.25em;
      background-color: white;
      height: 0.25em;
      position: absolute;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }
    .burger .burger-lines:after {
      left: 0;
      top: -1em; }
    .burger .burger-lines:before {
      left: 1em;
      top: 1em; }
.burger.burger-slip .burger-lines:after, .burger.burger-slip .burger-lines:before {
  width: 2em; }

.burger.burger-slip .burger-lines, .burger.burger-slip .burger-lines:after, .burger.burger-slip .burger-lines:before {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;}

.burger.burger-slip.open .burger-lines {
  -webkit-transform: translateX(-2em);
      -ms-transform: translateX(-2em);
          transform: translateX(-2em);
  background-color: transparent; }

.burger.burger-slip.open .burger-lines:before, .burger.burger-slip.open .burger-lines:after {
  left: 0.5em;
  top: 0px; }

.burger.burger-slip.open .burger-lines:before {
  -webkit-transform: translateX(2em) rotate(135deg);
      -ms-transform: translateX(2em) rotate(135deg);
          transform: translateX(2em) rotate(135deg); }

.burger.burger-slip.open .burger-lines:after {
  -webkit-transform: translateX(2em) rotate(-135deg);
      -ms-transform: translateX(2em) rotate(-135deg);
          transform: translateX(2em) rotate(-135deg); }

@media(min-width: 992px){
  .burger {
    display: none;
  }
}

.burger.burger-slip.color-pink .burger-lines, .burger.burger-slip.color-pink .burger-lines:after, .burger.burger-slip.color-pink .burger-lines:before {
  background-color: #E9088A;
}

.link-unstyled {
  color: inherit;
  text-decoration: inherit;
}

.navbar-fluid {
  padding-right: 3rem;
  padding-left: 3rem;
}
.show-mobile {
  display: none!important;
}
.show-mobile-block {
  display: none;
}
.hide-mobile {
  display: flex!important;
}
@media (max-width: 991px) {
  .navbar-fluid  {
    padding-right: 0;
    padding-left: 0;
  }
  .show-mobile {
    display: flex!important;
  }
  .show-mobile-block {
    display: block;
  }
  .hide-mobile {
    display: none!important;
  }
}

/** testimonial **/
.testimonials {
  background-image: url(https://media.viding.co/dmlkaW5nIGNvIGltYWdlIHByb3h5IGJ5IGZseS5pbw/rs:auto:0:0:1/g:no/f:webp/plain/https:%2F%2Fviding.sgp1.digitaloceanspaces.com%2Flanding%2Ftestimonial_bg.png);
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  min-height: 100vh;
/*  min-height: 750px;*/
  font-family: 'TW Cent';
  padding-bottom: 4rem;
}
#customers-testimonials .item-details {
  margin-top: -50px;
  min-height: 315px;
  background-color: #F6C3DE;
  color: #fff;
  padding: 65px 20px 5px 20px;
  text-align: left;
  border-radius: 5px;
}
#customers-testimonials .item-details h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #E9088A;
/*  line-height: 18px;*/
  line-height: 30px;
}
#customers-testimonials .item-details p.pekerjaan {
  margin-top: -5px;
  color: #E9088A;
}
#customers-testimonials .item-details p {
  font-size: 1.25rem;/* 14px */
  line-height: 30px;
  color: #000;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 25px;
}
.kotak_testi {
  background: linear-gradient(90deg, #fff 85%, #0000 15%);
  margin-top: 5rem;
  padding-top: 3rem;
  border-radius: 5px;
}
h2.text-testi {
  font-family: 'Philosopher';
  margin-top: 3rem;
  line-height: 60px;
}
@media (max-width: 1200px) {
  h2.text-testi {
    font-size: 35px;
    margin-top: 0px
  }
}
.owl-testi .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-testi .owl-theme .owl-nav [class*='owl-'] {
    transition: all 0.25s ease-in-out;
    height: 42px;
    color: #fff;
    font-size: 29px;
    background: #E9088A;
    border-radius: 2px;
    cursor: pointer;
  }
  .owl-testi .owl-theme .owl-nav [class*='owl-']:hover {
    background: #EC87BC;
    text-decoration: none;
  }
  .owl-testi .owl-theme .owl-nav button.owl-next, .owl-testi .owl-theme .owl-nav button.owl-prev {
    padding: 0px 20px!important;
  }
  .owl-testi .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-testi .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-testi .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-testi .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-testi .owl-theme .owl-dots .owl-dot span {
      width: 25px;
      height: 7px;
      margin: 5px 7px;
      transition: all 0.15s ease-in-out;
      background: #EC87BC;
      display: block;
      -webkit-backface-visibility: visible;
      /*transition: opacity 200ms ease;*/
      border-radius: 30px; }
    .owl-testi .owl-theme .owl-dots .owl-dot.active span {
      background: #EC87BC;
      width: 62px;
    }
    .owl-testi .owl-theme .owl-dots .owl-dot:hover span {
      background: #E9088A; }
.owl-testi .owl-nav {
  margin-top: -0.5rem;
  padding-bottom: 2rem;
}
.owl-testi .owl-nav .owl-next a,
.owl-testi .owl-nav .owl-prev a {
    position: relative;
    z-index: 10;
    transition: all 0.25s ease-in-out;
    padding: 10px 15px 5px;
    height: 42px;
    color: #fff;
    font-size: 29px;
    background: #E9088A;
    border-radius: 2px;
    cursor: pointer;
}
.owl-testi .owl-nav .owl-prev a {
  margin-right: 5px;
}

.owl-testi .owl-nav .owl-next a:hover,
.owl-testi .owl-nav .owl-prev a:hover {
    background: #EC87BC;
}

@media (max-width: 767px) {
  .owl-testi{
    /*padding-left: 20%;*/
  }
  .kotak_testi {
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
  }
  h2.text-testi {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 20px;
    text-align: center;
  }
  .testimonials {
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
  .owl-testi .owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
  }
  .owl-testi .owl-theme .owl-dots .owl-dot span {
    width: 10px;
  }
  .owl-testi .owl-nav {
    margin-top: 0rem;
  }
  .owl-item {
    width: 300px;
  }
  .owl-testi .owl-theme .owl-nav.disabled + .owl-dots {
    text-align: right;
    margin-top: 10px;
  }
}

@media (max-width: 450px) {
  #customers-testimonials {
    padding-right: 0%;
  }
}
img.img-testi {
  height: 138px;
  width: 138px!important;
  object-fit: cover;
  margin: auto;
  border-radius: 4px;
}
img.icon-testi {
  margin-left: 1rem;
  margin-top: -7rem;
  padding-bottom: 3rem;
}
/** end testimonial **/

.card-blog-landing {
  width: 100%;
  min-height: 530px;
  max-height: 100%;
  margin-bottom: 2rem;
  border-radius: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

#blog-carousel-landing {
  width: 130%;
  left: -15%;
}

#blog-carousel-landing .card-blog-landing {
  text-align: left;
}

/** blog **/
.section-blog{
  background-color: #FFE8E6;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/images/icon/landing/bg_blog.png');
  position: relative;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  /*height: 60vh;*/
  height: 658px;
  /*margin-top: 50px;*/
}
h2.title-blog {
  font-size: 56px;
  font-family: 'TW Cent';
  font-weight: 600;
  line-height: 84px;
}
h1.title-isi-blog,
h2.title-isi-blog,
.title-isi {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 600;
  font-size: 44px;
  line-height: 50px;
  color: #E9088A;
}
p.title-desc-blog {
  color: var(--brand);
  font-size: 1.25rem;
}
.card-blog {
  margin-bottom: 2rem;
  border-radius: 10px;
/*  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;*/
}
.card-blog h5,
.card-blog-landing h5,
.card-blog h3,
.card-blog-landing h3 {
  color: var(--brand);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
}
.card-blog img,
.card-blog-landing img  {
  height: 214.32px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card-blog .card-body {
    height: 100%;
    min-height: 300px;
    padding: 0px 0px 1.5rem 0px;
}
.hover-img {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.hover-img img {
  transition: 0.5s all ease-in-out;
  object-fit: fill;
  width: 100%;
}
a.hover-img:hover img{
  transform: scale(1.25);
}
/*.readmore_blog {
  font-family: 'TW Cent','Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #E9088A;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
.readmore_blog:hover {
  text-shadow: 9px 15px #00000038;
}*/
a.readmore_blog {
  color: #E9088A;
  position: relative;
  text-decoration: none;
  font-family: 'TW Cent','Roboto';
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  color: #E9088A;
}

a.readmore_blog::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #E9088A;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

a.readmore_blog:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.load_more_blog {
  padding: 8px 25px;
  border: 1px solid #E9088A;
  border-radius: 10px;
  background-color: #F8F8F8;
  color: var(--brand);
  gap: 10px;
}
.load_more_blog:hover{
  color: #fff;
  background-color: #E9088A;
}

.bg-brand-color{
  background-color: #E9088A !important;
}
.section-blog-detail {
  background-color: #F8F8F8;
/*  margin-top: 50px;*/
  padding-top: 50px;
}

.card-blog-detail{
  background-color: #F8F8F8;
  color: #6F6F70;
}
.centerin {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.card-blog.detail h5 {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 57px;
  text-transform: uppercase;
}
.jssocials-share-link { border-radius: 50%; }
h1.blog-detail-title {
  color: var(--brand);
}
.blog-detail-title {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 57px;
  text-transform: uppercase;
}
.list-blog-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #E9088A;
}
.list-blog-text {
  font-weight: 400;
  font-size: 1.25rem;/* 16px */
  line-height: 30px;
}
.blog-terbaik .list-group-item {
  font-family: 'TW Cent','Roboto';
  font-style: normal;
  border: 0px;
}
.blog-terbaik .list-group-item:not(:last-child):before {
  content : "";
  position: absolute;
  left    : 7.5%;
  bottom  : 0;
  height  : 1px;
  width   : 85%;  /* or 100px */
  border-bottom:1px solid #C7C7C7;
}
.blog-terbaik a {
  transition: all 0.15s ease-in;
}
.blog-terbaik a:hover {
  background-color: #FFE8E6;
  color: inherit;
}
.blog-terbaik-title {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  color: #E9088A;
}
.blog-grid-container {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-auto-flow: dense;
  grid-gap: 10px;
}
.content-blog p {
  font-family: 'TW Cent','Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;/* 16px */
  line-height: 30px;
  /*color: #6C6C72;*/
}
.content-blog h2 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
a.item-archive {
  transition: all 0.15s ease-in;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 50px;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
/*  line-height: 50px;*/
  line-height: 30px;
  font-family: 'TW Cent','Roboto';
  font-weight: 700;
  color: #E9088A;
  text-decoration: none;
}
a.item-archive:hover {
  color: #E9088A;
  background-color: #FFE8E6;
}
.header-progress {
  position: fixed;
  top: 75px;
  z-index: 99;
  width: 100%;
  background-color: #f1f1f1;
}

.progress-container {
  width: 100%;
  height: 5px;
  background: #ccc;
}

.progress-bar {
  height: 5px;
  background: #DB3C8D;
  width: 0%;
}
a.share_to_social{
  color: #E9088A;
  text-decoration: none;
  transition: all 0.15s ease-in;
}
a.share_to_social:hover {
  font-weight: 700;
}
.blog-other-article {
  margin-bottom: 2rem;
  border-radius: 10px;
  background-color: #F8F8F8;
  width: 100%;
}
.blog-other-article h5 {
  font-weight: 700;
  /*font-size: 20px;
  line-height: 30px;*/
}
.blog-other-article  img {
  height: 214.32px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog-other-article p {
  color: #6C6C72;
}
.carousel-number-count {
  display: inline;
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #4A4A4A;
}
.carousel-btn {
  font-size: 22px;
  color: #4A4A4A;
  cursor: pointer;
}
a.blog-a {
  text-decoration: none;
}
a.blog-a img {
  transition: 0.5s all ease-in-out;
}
a.blog-a:hover img{
  transform: scale(1.25);
}
.blog-artikel-lainnya {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 60px;
  color: #E9088A;
}
.ur {
    border: none;
    background-color: #e6e2e2;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.cpy {
    border: none;
    background-color: #e6e2e2;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important;
}

.message{
  font-size: 11px;
  color: #ee5535;
}
.newsletter_blog {
  border-radius: 10px;
}
#blog-carousel .owl-stage-outer {
  width: 110%;
}

.article-tag {
  font-family: 'TW Cent';
  font-weight: 600;
  font-size: 1.25rem;/* 16px */
  line-height: 30px;
  color: #E9088A;
  background-color: #FFE3F2;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 40px 0 5px 5px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.article-tag:hover {
  color: #FFE3F2;
  background-color: #E9088A;
}
.bold-hover:hover {
  font-weight: 600;
}

.navbar-blog-detail {
  z-index: 999!important;
  height: 75px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(190, 190, 190, 0.25);
}

#share_navbar .jssocials-shares .jssocials-share .jssocials-share-link {
  background-color: #FDEBF5;
}

#share_navbar .jssocials-shares .jssocials-share .jssocials-share-link:hover {
  background-color: #ffbfe2;
}

#share_navbar .jssocials-shares .jssocials-share .jssocials-share-logo {
  color: #E9088A;
}

/** owl-blog **/
.owl-theme .owl-controls{
  text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */

#owl-blog .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
}

#owl-blog .owl-item > div{
  background : #ea3689;
  text-align: center;
  padding:50px 0px;
  margin:3px;
  color: white;
  font-size:32px;
  border:1px white;
  height: 175px;
}
 
#owl-blog .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
#owl-blog .owl-nav .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    margin-left: 10px;
    display: block !important;
    border:0px solid black;
}

#owl-blog .owl-nav .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 20%;
    right: 42px;
    display: block !important;
    border:0px solid black;
}
#owl-blog .circle_icon {
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    font-size: 20px;
}

#owl-blog .owl-dots {
  text-align: center;
  margin-top: 2rem;
}

#owl-blog .owl-dots .owl-dot.active span {
    background: #EC87BC;
}

#owl-blog .owl-dots .owl-dot span {
    transition: all 0.15s ease-in-out;
    background: grey;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 5px;
    display: block;
    -webkit-backface-visibility: visible;
}

  /** search navbar */
  .title-blog-detail {
    text-overflow: ellipsis;
  }
  @media (max-width: 991px) {
    .title-blog-detail {
      overflow: hidden;
      max-width: 35%;
    }
  }
  .search {
    --easing: cubic-bezier(0.4, 0, 0.2, 1);
    --font-size: 15px;
    --color: #E9088A;
    --color-highlight: #E9088A;
    --transition-time-icon: 0.2s;
    --transition-time-input: 0.3s 0.25s;
    border-radius: 999px;
    border: 2px solid transparent;
    display: flex;
    transition: border-color var(--transition-time-icon) linear, padding var(--transition-time-input) var(--easing);
    margin-left: 5px;
  }
  .search:not(:focus-within) {
    --transition-time-input: 0.2s 0s;
  }
  @media (prefers-reduced-motion: reduce) {
    .search {
      --transition-time-icon: 0s !important;
      --transition-time-input: 0s !important;
    }
  }
  .search__input {
    background: transparent;
    border: none;
    color: var(--color-highlight);
    font-size: var(--font-size);
    opacity: 0;
    outline: none;
    padding: 0;
    transition: width var(--transition-time-input) var(--easing), padding var(--transition-time-input) var(--easing), opacity var(--transition-time-input) linear;
    width: 0;
  }

  .search__label i {
    font-size: 25px;
    margin-top: 12px;
    margin-left: 15px;
    color: #E9088A;
  }

  .search__input::-moz-placeholder {
    color: var(--color);
    opacity: 0.75;
  }
  .search__input:-ms-input-placeholder {
    color: var(--color);
    opacity: 0.75;
  }
  .search__input::placeholder {
    color: var(--color);
    opacity: 0.75;
  }
  .search__icon-container {
    height: calc(var(--font-size) + 2rem);
    position: relative;
    width: calc(var(--font-size) + 2rem);
  }
  .search__label, .search__submit {
    color: var(--color);
    cursor: pointer;
    display: block;
    height: 100%;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .search__label:hover, .search__label:focus, .search__label:active, .search__submit:hover, .search__submit:focus, .search__submit:active {
    color: var(--color-highlight);
  }
  .search__label {
    transition: transform var(--transition-time-icon) var(--easing), color 0.1s;
  }
  .search__submit {
    background: none;
    border-radius: 50%;
    border: none;
    box-shadow: 0 0 0 4px inset transparent;
    display: none;
    outline: none;
    transition: color 0.1s, box-shadow 0.1s;
  }
  .search__submit i {
    transform: scale(0.5);
  }
  .search__submit:focus {
    box-shadow: 0 0 0 4px inset var(--color-highlight);
  }
  .search:focus-within {
    border-color: var(--color);
  }
  .search:focus-within .search__input {
    opacity: 1;
    padding: 0 1rem 0 2rem;
    width: calc(var(--font-size) * 12);
    width: 40vw;
  }

  @media (max-width: 991px) {
    .search:focus-within .search__input {
      width: 80vw;
    }
  }

  .search:focus-within .search__label {
    transform: scale(0.5);
  }
  .search:focus-within .search__submit {
    -webkit-animation: unhide var(--transition-time-icon) steps(1, end);
            animation: unhide var(--transition-time-icon) steps(1, end);
    display: block;
  }

  @-webkit-keyframes unhide {
    from {
      height: 0;
      opacity: 0;
    }
    to {
      height: auto;
      opacity: 1;
    }
  }

  @keyframes unhide {
    from {
      height: 0;
      opacity: 0;
    }
    to {
      height: auto;
      opacity: 1;
    }
  }
  /** end search navbar **/

.txt-grey {
  color: #6C6C72;
}
.card-blog-hg,
.card-blog-pop {
  border-radius: 25px;
}
.card-blog-hg a.hover-img,
.card-blog-pop a.hover-img {
  border-radius: 25px;
}
.bg-hg img {
  height: 350px;
  object-fit: cover;
}
.br-25 {
  border-radius: 25px;
  height: 270px;
  object-fit: cover !important;
}

.bg-pop {
  display: inline-flex;
  margin-top: 50px;
}
/*.satu {
  margin-left: -21%;
  margin-right: 10%;
}
.dua {
  width: 135%;
}*/
.card-blog-pop {
  left: -93%;
  width: 400px;
}
.border-pop {
  border: 1px solid #C4C4C4;
  border-radius: 15px;
  margin-bottom: 50px;
}
@media (max-width:1199px){
  .card-blog-pop {
    width: 300px;
  }
}
@media (max-width:991px){
  .bg-pop {
    display: inline;
  }
  .card-blog-pop {
    left: 0%;
    width: 100%;
  }
  /*.satu {
    margin-left: 0px;
    margin-right: 0px;
  }*/
}

#search_modal {
  transition: all 0.15s ease-in;
}

.search_modal {
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #F0F0F0;
  z-index: 3;
  padding: 30px;
  font-family: 'TW Cent';
  font-style: normal;
}
.s{
  padding:20px 42px;
  text-align:center;
  position:relative;
  transition:background-color 500ms linear;
}

.search_text {
  border-bottom:1px solid #949494;
  width: 80%;
}

.sb{
  border:none;
  padding:10px 0;
  background:none;
  color:#949494;
  outline:none;
  width:100%;
  font-size:26px;
  font-family: "TW Cent","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}

.sbtn{
  font-size:36px;
  color:#949494;
  background:none;
  border:none;
}

.sb::-webkit-input-placeholder {
  color: #949494;
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 600;
}

.close_search {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #DA0F7A;
  border-radius: 25px;
  padding: 5px;
  z-index: 10;
}
.close_search:hover {
  opacity: 1;
}
.close_search:before,
.close_search:after {
  position: absolute;
  left: 14px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #DA0F7A;;
}
.close_search:before {
  transform: rotate(45deg);
}
.close_search:after {
  transform: rotate(-45deg);
}
.pop_search {
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  text-transform: capitalize;
  color: #949494;
}

a.pink_search {
  font-weight: 600;
  color: #DA0F7A;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all 0.15s ease-in;
}

a.pink_search:hover {
  font-weight: 900;
}

.grey_search {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 44px;
  padding-bottom: 10px;
  color: #4A4A4A;
  text-decoration: none;
  transition: all 0.15s ease-in;
}

a.grey_search {
  color: #B9B9B9;
}
.grey_search .active {
  color: #4A4A4A;
}

a.grey_search:hover {
  color: #4A4A4A;
}

.search_sort {
  font-family: 'TW Cent';
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 30px;
  text-decoration: none;
  color: #4A4A4A;
  transition: all 0.15s ease-in;
}

a.search_sort:hover {
  color: var(--brand);
}

.arahan {
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}

.flip {
  transform: rotate(-180deg);
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

@media (max-width: 768px) {
  .search_text {
    width: 100%;
  }
  .sb {
    font-size: 18px;
  }
  .sbtn {
    font-size: 19px;
  }
  .pop_search {
    font-size: 20px;
  }
}
/** end blog **/

section {
    overflow-x: hidden;
}

.go-to-invitation-tab-btn{
    cursor: pointer;
}

.bg-banner {
  background-size: cover!important;
  width: 100%;
  height: 250px!important;
  background-position-x: center;
  background-position-y: center;
}

.bg-hover {
  display: block;
  height: 300px;
  transition: 0.5s;
}

.bg-hover:hover {
  background-color: var(--brand);
  opacity: 0.7;
}
.decription-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  transition: 0.5s;
}
.decription-wrap:hover {
  background-color: rgb(233, 8, 138, 0.7);
}
.desc{
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 0;
  display: table-cell;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;/* 14px */
  font-weight: 700;
  transition: 0.5s;
  opacity: 0;
}

.decription-wrap:hover > .desc {
  opacity: 1;
}

.h2_blog {
  font-size: 1.75rem;
  line-height: 40px;
  font-weight: 600;
  color: var(--brand);
}

.h2_mobile {
  color: var(--brand);
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 40px;
}

.h3_mobile {
  font-weight: 500;
}

.w-50_desktop {
  width: 50%;
}

@media (max-width: 575px) {
  .w-50_desktop {
    width: 100%;
  }
  .section-partner .judul_section,
  .section-partner .desc_section {
    text-align: center;
  }
}

.author_blog {
  color: var(--brand);
  font-size: 24px;
  font-weight: 600;
}

h1.judul_section {
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 3rem;
}

h1.judul_section,
h3.partner_section,
h4.partner_section {
  color: var(--brand);
  font-weight: 600;
}

.blog_author {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--brand);
  color: #fff;
}

@media screen and (min-width: 769px)  {
    .mobile-break { display: none; }
}
.section-dashboard.single-page {
  height: 100%;
  padding-top: 9rem;
}
@media (max-width:768px){
  .section-dashboard.single-page {
    height: 60rem;
    padding-top: 10rem;
  }
  .main-title span {
    display: block;
  }
  .container-kedua{
    padding-top: 10rem !important;
    height: 100%;
  }
  .section-kedua {
    position: relative;
/*    height: 722px !important;*/
    height: 100%;
    top: -80px;
    z-index: 1;
    margin-bottom: -15rem;
  }
  .bg-section-white {    
    top: -15rem;
    height: 15rem;
  }
  .web-invitation-image{
    width: 511px !important;
    z-index: 10;
    position: relative;
    /* max-width: 100%; */
    height: auto;
    top: 5%;
    right: -11px;
  }

  p,
  #header button,
  #header p,
  p.desc_section,
  .nav-text,
  p.card-text,
  #customers-testimonials .item-details p,
  .reservenow,
  .description,
  .content-blog p,
  .text-pink,
  .overlay-content .btn-pink,
  .overlay-content .btn-white,
  .footer-title,
  .text-section {
    font-size: 1.125rem;
    line-height: 27px;
  }

  .overlay_nav a,{
    font-size: 1.125rem;
  }

  h1,
  .tittle-landing,
  .tittle-footer,
  .title-portfolio {
    font-size: 2.25rem;
    line-height: 42px;
  }

  h2,
  .text-visitor,
  .title-section,
  .text-pricing,
  .card-blog.detail h5,
  .blog-detail-title,
  .blog-artikel-lainnya,
  .tittle-couple {
    font-size: 2rem;
    line-height: 46px;
  }

  h3,
  .h2_mobile,
  .h2_blog,
  .text-package,
  h3.card-title,
  h5.card-title,
  .blog-terbaik-title {
    font-size: 1.65rem;
    line-height: 37px;
  }
  /**caption**/
  .faq_category_wrapper ol li {
    font-size: 1rem;
  }
}