
            @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {

    margin: 0;

    padding: 0;

}


html, body {

    height: 100%; width: 100%;

}



body {

    font-family: 'Open Sans', sans-serif;

}



.card:hover {

    cursor: circle;

}


ul {list-style-type: decimal; padding-left: 30px;}


#gambar-individu {

  position: absolute;

  left: 50%;

  top: 50%;

  width: 40rem;

  margin-left: -20rem;

}



@media screen and (max-width: 980px){

  #gambar-individu {

    left: 0;

    margin-left: 0;

    width: calc(100% - 1rem);

    margin: 0 0.5rem;

  }

}



@media screen and (min-width: 1280px) {

  #gambar-individu {

    width: 45rem;

    margin-left: -22.5rem;

  }

}



#bg-modal, #modal-gambar-individu {

    background: rgba(60, 60, 60, 0.6);

    position: fixed;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

}



#close-gambar-individu {

  position: fixed;

  top: 2rem;

  right: 2rem;

  background: #fefefe;

  padding: 0.3rem 0.7rem;

  border-radius: 100%;

  height: 2rem;

  width: 2rem;

  box-sizing: border-box;

}



#modal {

    background: rgb(252, 252, 252);

    padding: 1rem;

    border-radius: 0.4rem;

    width: 40rem;

    height: 30rem;

    position: fixed;

    top: 50%;

    left: 50%;

    margin-top: -15rem;

    margin-left: -20rem;

    box-sizing: border-box;

}

.img-produk {
    height: 14rem;
}

@media screen and (max-width: 1280px) {
    .img-produk {
        height: 7rem;
    }
}

.image-payment {
  display: inline-block;
  width: 31%;
  height: auto;
  margin: 0.5rem;
  vertical-align: top;
}

.image-sertifikat {
  width: 32rem;
  margin: 0rem auto;
  height: auto;
}

@media screen and (orientation: portrait){

    #modal {

        width: calc(100% - 2rem);

        margin-left: 1rem;

        left: 0%;

        height: 34rem;

        margin-top: -17rem;

    }

    .image-payment, .image-sertifikat {
      width: 100% !important;
      height: auto;
      display: block;
    }

}



.close-modal {

    float: right;

    font-size: 1.2rem;

    font-weight: bold;

    cursor: pointer;

}



.rounded-ava-image {

  height: 7rem;

  width: 7rem;

  margin: 1rem auto;

  margin-bottom: 0;

  border-radius: 100%;

}



.card {

  margin: 0.5rem 0;

}



#tempat-price {

  color: rgb(40, 40, 40);

  text-decoration: line-through;

}



#tempat-diskon {

  font-weight: bold;

  font-size: 1.15rem;

  color: red;

}



.header {

    padding: 1rem;

    border-bottom: thin solid rgb(180, 180, 180);

}



.footer {
    border-top: thin solid rgb(180, 180, 180);
    padding: 1rem;
    background: rgb(252, 252, 252);
}



.body {

    background: rgb(250, 250, 250);

}



.featured-image {

    width: 9rem;

}



.container-fluid {

    padding: 1rem !important;

}



p {

    text-align: justify;

}



.video-frame {

  width: 40rem;

  height: 22rem;

  margin: 0rem auto;

}

.sio {
  display: inline-block;
  height: 20rem !important;
  width: 36rem !important;
}

.accordion {
  border-bottom: thin solid rgb(180, 180, 180);
  padding: 0.5rem 1rem;
}

.accordion-open, .accordion-opens {
  display: none;
  padding: 0.5rem;
  background: rgb(252, 252, 252);
}

.accordion-opens {
  display: block !important;
  position: relative;
}

.ikae, .fliped {
  transition: 0.3s;
}

.fliped {
  transform: rotate(180deg);
}

.tombol-kembar {
  height: 4.5rem;
}

@media screen and (max-width: 767px){
  .video-frame {
    width: 100% !important;
    height: 12.5rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .video-frame {
    width: 100% !important;
    height: 26rem !important;
  }
}

@media screen and (max-width: 1024px) {
  .tombol-kembar {
    width: 48%;
    height: auto;
  }
}

.container { margin: 150px auto; }
/* slider-wrapper */

.slider-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 35vw;
  max-height: 500px;
  background: #ddd;
  overflow: hidden;
}

.red-button {
  background: rgb(227, 9, 31);
  color: rgb(252, 252, 252);
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
  border-radius: 0.4rem;
  text-decoration: none;
}

.red-button:hover, .red-button:focus {
  background: rgb(220, 8, 26);
  color: rgb(252, 252, 252);
  text-decoration: none;
}

.slider-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion-text {
  float: left;
  font-weight: bold;
  color: red;
  max-width: calc(100% - 1rem);
}

.accordion-sign {
  float: right;
  width: 1rem;
}

#tempat-karya {
  display: flex;
  overflow-y: auto;
}

.img-karya {
  display: inline-block;
  width: 10rem;
  margin: 5px;
}

.clear {clear: both;}

/* slider-img */
ul.slider-img {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  transition: 0.5s;
}

ul.slider-img li {

flex: 1 0 100%;

}

ul.slider-img li img {

width: 100%;

height: 100%;

object-fit: cover;

}



/* slider-arrow */

ul.slider-arrow {

position: relative;

color: #fff;

font-size: 2rem;

display: flex;

justify-content: space-between;

height: 100%;

width: 100%;

text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);

}



@media screen and (min-width: 768px) {

ul.slider-arrow {

font-size: 2.5rem;

}

}



ul.slider-arrow li {

display: flex;

align-items: center;

cursor: pointer;

height: 100%;

padding: 0 15px;

opacity: 0.4;

transition: 0.5s;

}



ul.slider-arrow li:hover {

opacity: 1;

}



/* slider-dot */

.slider-dot {

position: absolute;

bottom: 15px;

display: flex;

justify-content: center;

align-items: flex-end;

width: 100%;

color: #fff;

text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);

}



.slider-dot li {

cursor: pointer;

margin: 0 8px;

font-size: 0.6rem;

opacity: 0.4;

}



.slider-dot li.active {

opacity: 1;

}



@media screen and (min-width: 768px) {

.slider-dot li {

margin: 0 12px;

font-size: 0.95rem;

}

}

.testi-header {
font-size: 1.1em;
line-height: 1.1em;
color: #000;
font-weight: bold;
}

.container-testi {
box-sizing: content-box;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
padding-top: 20px;
padding-bottom: 20px;
}

.indentity {
margin: 0!important
}
figure.testimonial {
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
padding: 0 20px;
text-align: left;
box-shadow: none !important;
}
figure.testimonial * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testimonial img {
max-width: 100%;
display: inline-block;
height: 90px;
width: 90px;
border-radius: 50%;
margin: 15px 0 25px 10px;
}
figure.testimonial blockquote {
background-color: #fff;
display: block;
font-size: 16px;
font-weight: 400;
line-height: 1.5em;
margin: 0;
padding: 25px 50px 30px;
position: relative;
margin-top: 1rem;
}

@media screen and (orientation: portrait){
figure.testimonial blockquote {
padding: 12px 27px 14px !important;
text-align: justify;
}

figure.testimonial blockquote:before {
top: 10px !important;
left: 5px !important;
}

figure.testimonial blockquote:after {
right: 5px !important;
}
}

figure.testimonial blockquote:before, figure.testimonial blockquote:after {
content: "\201C";
position: absolute;
color: #ff5057;
font-size: 50px;
font-style: normal;
}
figure.testimonial blockquote:before {
top: 25px;
left: 20px;
}
figure.testimonial blockquote:after {
content: "\201D";
right: 20px;
bottom: 0;
}
figure.testimonial .btn {
bottom: 100%;
width: 0;
height: 0;
border-right: 0 solid transparent;
border-left: 25px solid transparent;
border-bottom: 25px solid #fff;
margin: 0;
position: absolute;
}

figure.testimonial .peopl {
display: inline-block;
width: calc(100% - 111px);
padding: 0 10px 0;
margin: 0;
color: #000;
-webkit-transform: translateY(50%);
transform: translateY(50%);
margin-top: -3rem;
}

@media screen and (max-width: 1023px){
figure.testimonial .peopl {
margin-top: -2rem !important;
width: calc(100% - 91px);
}

figure.testimonial img {
height: 70px !important;
width: 70px !important;
}

figure.testimonial blockquote {
margin-top: 2rem;
}
}

figure.testimonial .peopl .testi-header {
opacity: 0.9;
margin: 0;
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}

.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before, .slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-btn.slick-hidden {
display: none;
}

.slick-prev, .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 40%;
display: block;
width: 20px;
height: 20px;
padding: 0;
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
opacity: 1;
}
.slick-prev:before, .slick-next:before {
font-family: "FontAwesome";
font-size: 40px;
line-height: 1;
opacity: .75;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -40px;
}
.slick-prev:before {
content: "\02C2";
}
.slick-next {
right: -40px;
}
.slick-next:before {
content: "\02C3";
}

.countdown-wrapper {
width: 18rem;
margin: 0rem auto;
}

.timer-wrapper {
float: left;
margin: 0.2rem;
}

.timer {
padding: 0.7rem 0.4rem;
border-radius: 0.4rem;
background: rgb(60, 60, 60);
color: rgb(252, 252, 252);
font-size: 1.8rem;
text-align: center;
height: 4rem;
width: 4rem;
box-sizing: border-box;
font-weight: bold;
}

.sale-badge {
background: rgb(255, 173, 0);
color: rgb(252, 252, 252);
text-align: center;
padding: 0.4rem;
position: absolute;
top: 0;
right: 0;
height: 4rem;
width: 3rem;
}

.oxfor {
margin: 1rem 0;
}

.ox-title {
     text-transform: uppercase;
     margin-bottom: 1rem;
     position: relative;
     display: block;
}

.ox-title:after {
     content: '';
     position: absolute;
     bottom: -0.5rem;
     left: 50%;
     height: 0.2rem;
     background: rgb(235, 38, 23);
     width: 8rem;
     margin-left: -4rem;
}

.scs {
height: 12.5rem;
}

.right-chat {
float: right;
font-size: 0.9rem;
padding: 0.2rem 0;
}

.chat-holder {
position: fixed;
bottom: 0;
right: 1rem;
width: 18rem;
}

.chat-title {
border-top-left-radius: 0.4rem;
border-top-right-radius: 0.4rem;
background: rgb(45, 125, 252);
color: rgb(252, 252, 252);
padding: 0.4rem 1rem;
text-align: center;
font-weight: bold;
cursor: pointer;
font-size: 1.08rem;
}

.chat-form {
background: rgb(242, 242, 242);
border-left: thin solid rgb(40, 40, 40);
border-right: thin solid rgb(40, 40, 40);
padding: 0.5rem;
}

.chat-group {
margin: 0.5rem 0;
}

.chat-input {
width: 100%;
box-sizing: border-box;
padding: 0.5rem;
border: thin solid rgb(80, 80, 80);
resize: none;
font-family: sans-serif;
}

.oxi {
height: 60px;
}

.chat-box-button {
margin-top: 0.8rem;
padding: 0.4rem 1rem;
background: rgb(45, 125, 252);
color: rgb(252, 252, 252);
border: none;
border-radius: 0.4rem;
}

.sk-folding-cube {
margin: 20px auto;
width: 80px;
height: 80px;
position: relative;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg);
top: 50%;
left: 50%;
position: absolute;
margin-top: -40px;
margin-left: -40px;
}

.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(35, 115, 242);
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; 
} 25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; 
} 90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; 
} 
}

@keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; 
} 25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; 
} 90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; 
}
}

.loading-screen {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 999;
background: rgba(40, 40, 40, 0.2);
}

.menu {
list-style-type: none;
width: 15rem;
box-sizing: border-box;
padding-left: 1.5rem;
margin: 0rem auto;
margin-top: 0.4rem;
}

.menu li {
display: inline-block;
min-width: 5rem;
text-align: center;
box-sizing: inherit;
}

.menu li a {
color: rgb(40, 40, 40);
text-decoration: none;
font-weight: bold;
font-size: 1.1rem;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
.chat-title {
width: 10rem;
float: right;
}

.chat-form {
border-top: thin solid rgb(80, 80, 80);
}
}

@media screen and (max-width: 1023px){
.opas {
width: 100%;
margin: 0.5rem;
}

.slick-prev {
left: -15px;
}

.slick-next {
right: -15px;
}

.red-button {
font-size: 0.65rem;
padding: 0.3rem 0.8rem;
}

.csx {
width: 100%;
float: none !important;
text-align: center;
}
}
