body, html{
  height: 100%;
}

/* init body */
/* init body */
/* html,
body {
    height: 100%;
    margin: 0;
} */

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* .header,
.footer {
  background: silver;
} */

.content {
  flex: 1;
  overflow: auto;
  background: #ffffff;
}

.footer-barcode {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}

.img-barcode {
  width: 10% !important;
  height: auto;
  object-fit: cover;
}

.header-size {
  /* padding-top: 30px;
  padding-bottom: 30px; */
  padding: 0;
  background-color: #000000;
}
.img-barcode-header {
width: 25%;
height: auto;
object-fit: cover;
}
.img-barcode-footer {
  width: 8%;
  height: auto;
  object-fit: cover;
  /* border: 1px solid white; */
  /* padding: 10px; */
  /* background: white; */
}

.margin-footer {
margin-left: auto;
margin-right: 10rem;
}

.download-erha {
  display: inline-flex;
  text-align: justify;
  position: absolute;
  padding: 30px 15px;
  color: #ffffff;
}

.tv{
  display: none !important;
}
.not_tv{
display: block !important;
}
/* end init body */

* {
  font-family: 'playfair_displayregular', serif;
}

/* Qr Code */
.img-barcode {
  width: 10%;
  height: 10%;
  object-fit: cover;
}
/* Qr Code */

.playfair{
  padding-top: 35px; 
  padding-bottom: 35px;
}

/* Home icon */
.tv{
  display: none !important;
}
.not_tv{
  display: block !important;
}
/* .container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
} */
/* Home icon */

.center-div {
  margin: 0 auto;
}

.hr-gold {
  border: 1px solid #B08968;
  border-radius: 10px;
  opacity: 1;
  margin-bottom: 0px;
}

.hr-card {
  margin-left: 40%;
  width: 20%;
  border: 1px solid #613620;
}

.hr-card-active {
  margin-left: 40%;
  width: 20%;
  border: 1px solid white;
}

h1.line { 
  width:100%;
  text-align:center; 
  border-bottom: 2px solid #B08968;
  line-height:0.1em;
  margin:10px 0 20px;
  border-radius: 10px;
}

h1.line span { 
  background:#ffffff;
  padding:0 10px; 
}

.img-header {
  width: 25%;
}

.card-active {
  background-color: #E65A22;
  color: white;
}

.card-nav-item-active {
  color: white;
  text-decoration: none;
}

.card-nav-item-active:hover{
  color: #ED8961;
}

.nav-item {
  color: #B08968;
  text-decoration: none;
}

.nav-item-active {
  color: #ED8961;
  text-decoration: none;
}

.nav-item:hover{
  color: #ED8961;
}

.img-banner-home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding: 34% 0;
  /* height: 639px; */
}

.img-banner-programs {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 550px;
}

.img-banner-shape {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 66vw;
}

.img-banner-review {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 65vw;
}

.img-banner-about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
}

@media only screen and (max-width: 768px) {
  .img-header {
    width: 50%;
  }
}

/* background Color */
.back-light {
  background-color: #EDE0D4;
}

.back-dark {
  background-color: #E6CCB2;
}

/* Font Color */
.gold {
  color: #B08968;
}

.white {
  color: white;
}

.grey {
  color: #736F72;
}

/* Floating */
/* #floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db4437;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
} */

.plus{
  display: none !important;
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  display: none !important;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
}

/* #container-floating:hover .edit{
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}  */

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.call{
  background: #ffffff;
  border: 2px solid #d3a411;
  right: 40px;
  /* bottom: 120px; */
  bottom: 30px;
  animation-delay: 0.2s;
  animation-fill-mode:  forwards;
}

.web{
  background: #ffffff;
  border: 2px solid #d3a411;
  right: 40px;
  /* bottom: 180px; */
  bottom: 85px;
  animation-delay: 0.15s;
  animation-fill-mode:  forwards;
}

.wa{  
  background: #ffffff;
  border: 2px solid #d3a411;
  right: 40px;
  /* bottom: 240px; */
  bottom: 140px;
  animation-delay: 0.1s;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating .nds{
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating .wa{
  animation-delay: 0.08s;
}
#container-floating .web{
  animation-delay: 0.15s;
}
#container-floating .call{
  animation-delay: 0.2s;
}

/* #container-floating:hover .nds{
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .wa{
  animation-delay: 0.08s;
}
#container-floating:hover .web{
  animation-delay: 0.15s;
}
#container-floating:hover .call{
  animation-delay: 0.2s;
} */

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}
/* End Floating */

.img-review {
  width: 604px;
  height: 340px;
}

button.btn.float:focus {
  box-shadow: none;
}

.logo-container {
  width: 100%;
  margin: 5% auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .img-banner-home {
    height: 50vw;
  }
  .img-banner-programs {
    height: 30vh;
  }
  .img-banner-shape-1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 68vw;
  }
  .img-banner-shape {
    /* height: 23vh; */
    height: 65vw;
  }
  .img-banner-review {
    min-height: 65vw;
  }
  .img-banner-about {
    min-height: 30vh;
  }
  .img-review-mobile {
    width: 50vw;
    height: 25vh;
  }
  .review-title {
    font-size: 2vh;
  }
  .review-desc {
    font-size: 1vh;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .img-banner-home {
      height: 50vw;
    }
    .img-banner-programs {
      height: 100vh;
    }
    .img-banner-shape-1 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 68vw;
    }
    .img-banner-shape {
      /* height: 75vh; */
      height: 65vw;
    }
    .img-banner-review {
      min-height: 65vw;
    }
    .img-banner-about {
      min-height: 100vh;
    }
    .img-review-mobile {
      width: 100%;
      height: auto;
    }
    .review-title {
      font-size: 4vw;
    }
    .review-desc {
      font-size: 4vh;
    }
  }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .img-banner-home {
    height: 50vw;
  }
  .img-banner-shape {
    height: 65vw;
  }
  .img-banner-review {
    min-height: 65vw;
  }
  .img-banner-about {
    min-height: 50vh;
  }
  .review-title {
    font-size: 4vw;
  }
  .review-desc {
    font-size: 2vh;
  }
  .img-review {
    width: 50vw;
    height: 35vh;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .img-banner-review {
    min-height: 700px;
  }

  .img-banner-about {
    min-height: 500px;
  }
  
  .img-banner-home {
    height: 50vh;
  }
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    /* right: 40px; */
    right: 20px;
    /* background-color: #ffffff; */
    background-color: none;
    color: #25d366;
    /* border-radius: 50px; */
    /* border-bottom-right-radius: 0; */
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .tv{
    display: block !important;
  }
  .not_tv{
    display: none !important;
  }
  /* .header-size {
    padding-top: 75px;
    padding-bottom: 75px;
} */

.img-barcode-footer {
    width: 15%;
}

.img-barcode {
  width: 15% !important;
}

.download-erha {
    font-size: 33px;
    padding: 19px 15px;
}
.img-barcode-header {
  width: 50%;
}
.registrasi {
  font-size: 25px;
}
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }