/****************************************************
#####################################################
##-------------------------------------------------##
##               FOTOIMOET STYLE                   ##
##-------------------------------------------------##
##         Copyright = fotoimoet.com- 2020         ##
##         Date      = MARET 2020                  ##
##                                                 ##
#####################################################
****************************************************/

/* Carusel Testimoni */

.slideshow-container {
  position: relative;
  /*      max-width: 80%; */
  margin: 50px auto;
  overflow: hidden;
}

.slide {
  display: none;
  padding: 20px 100px;
  /*      background: #fff; */
  text-align: center;
}

.slide img {
  width: 13%;
  margin-bottom:5px;
  border-radius: 50%;
}

.slide hr {
  width: 15%;
  margin:0;
}

.slide h4 {
  margin: 20px 0 0;
  font-size:1.5em;
}

.slide p {
  font-size:1.2em;
  color: #555;
  margin: 0 0 10px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*      color: white;*/
  border: none;
  padding: 12px;
  cursor: pointer;
  font-size: 18px;
}

.nav-button:hover {
  background-color: rgba(0,0,0,0.8);
}

.prev {
  left: 15px;
}

.next {
  right: 15px;
}

/* End of Carusel Testimoni */

.link-photobooth,
.link-photobooth a, 
.link-photobooth a:link, 
.link-photobooth a:active,
.link-photobooth a:visited {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top:25px;
  font-weight:bold;
  font-size:1.2em;
  color:#ffffff;
}

.link-photobooth a:hover{
  color:#db704a;
}
.link-photobooth span {
  display:inline-block;
  padding:5px;
  border:1px;
  border-radius:5px;
  margin:5px 30px;
}


/* css untuk Card daftar harga */

/* css Card 3 kolom */

.col-3 {
  display:inline-block;
  width: 30%;
  margin:5px;
}

.card,
.card_2cl {
  float:left;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 20px 8px;
  text-align: center;
  background:#ffffff;
  border-radius:10px;
}

.card {
  width: 30%;
}

.card_2cl {
  width: 46%;
}

.card ul,
.card_2cl ul {
  list-style-type:none;
  padding:0 0 7px;
  margin-bottom:10px;
}

.card ul li,
.card_2cl ul li {
  padding:5px 0 0;
  margin:0 20px;
  font-size:0.9em;
}

.card_2cl ul li {
  border-bottom:1px dotted grey;
}

.card ul li span,
.card_2cl ul li span {
  font-size:1.5em;
  font-weight:bold;
  margin-top:-5px;
  padding: 0 5px;
}
.card ul li span {
  display:block;
  border-bottom:1px dotted grey;
}

.card_2cl ul li span {
  display:inline;  
}

.card ul li i,
.card_2cl ul li i {
  font-size:0.5em;
  font-style:normal;
}

.card h4,
.card_2cl h4 {
  font-family:"Londrina Solid", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin:15px auto 0;
  font-size:1.4em;
  color:#ff7f3a;
}

.card h5,
.card_2cl h5 {
  font-family:"Londrina Solid", Helvetica, Arial, sans-serif;
  margin:5px auto 0;
  font-size:1.2em;
  color:#ff7f3a;
  text-transform: uppercase;
}


.card:hover,
.card_2cl:hover {
  transform: scale(1.01);
  background:white;
}

.card_note {
  margin-bottom:0;
  font-size: 0.75em;
  padding: 0 10px;
}

.para {
  box-sizing:border-box;
  padding:10px;
  font-size: 0.7em;
  line-height:normal;
  margin: 5px 15px 20px;
  box-shadow: 0 0 5px rgba(255, 10, 0, 0.4);
  border:1px solid rgba(255, 10, 0, 0.7);
  border-radius: 15px;
}

.card_button {
  display: inline-block; 
  font-family: "Londrina Solid", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #db704a;
  border-color: #db704a;
  margin-bottom: 25px;
}

div.card_button a {
  color: #ffffff;
}

div.card_button p {
  margin: 0;
  color: #ffffff;
}

div.card_button:hover {
   transform: scale(1.05);
}

.btn p {
  margin: 0;
  font-size: medium;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* The "Sign Up" button */
.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}


/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */

@media only screen and (max-width: 720px) {
  .card, .card_2cl {
    width: 100%;
  }

  .card span img {
    display:none;
  }

  .card .para {
    margin: 5px 40px 20px;
  }

  .card ul li,
  .card_2cl ul li {
    margin:0 40px;
    border-bottom:1px dotted grey;
  }
  
  .card ul li span,
  .card_2cl ul li span {
    display:inline-block;  
    font-size:1.2em;
    font-weight:bold;
    border-bottom:0;
  }

  .card ul li i,
  .card_2cl ul li i{
    font-size:0.7em;
    font-style:normal;
    font-weight:normal;
  }

  .card ul li del,
  .card_2cl ul li del {
    margin-left:15px;
    font-size:0.7em;
  }
  
   .link-photobooth {
    font-size:0.7em;
    font-weight:normal;
    margin:15px 0 25px;

  }

  .link-photobooth span {
    padding:5px;
  }

  .slide img {
    width:50%;
  }

  .slide p {
    font-size:1em;
  }

}

@media only screen and (min-width: 721px) {
  .card {
    width: 30%;
  }
  .card_2cl {
    width: 46%;
  }
}

@media only screen and (min-width: 901px) {
   .card ul li,
  .card_2cl ul li {
    border-bottom:1px dotted grey;
  }
  .card ul li span,
  .card_2cl ul li span {
    display:inline-block;  
    font-size:1em;
    font-weight:bold;
    border-bottom:0;
  }

  .card ul li i,
  .card_2cl ul li i{
    font-size:0.6em;
    font-style:normal;
    font-weight:normal;
  }

  .card ul li del,
  .card_2cl ul li del {
    margin-left:15px;
    font-size:0.7em;
  }

@media only screen and (min-width: 1200px) {
  .card ul li,
  .card_2cl ul li {
    border-bottom:1px dotted grey;
  }
  .card ul li span,
  .card_2cl ul li span {
    display:inline-block;  
    font-size:1.1em;
    font-weight:bold;
    border-bottom:0;
  }

  .card ul li i,
  .card_2cl ul li i {
    font-size:0.7em;
    font-style:normal;
    font-weight:normal;
  }

  .card ul li del,
  .card_2cl ul li del {
    margin-left:15px;
    font-size:0.7em;
  }
}