.banner-dekstop{
	display: block;
}
.banner-mobile{
	display: none
}
.parallax {
    /* Gambar latar belakang */
    background-image: url('../img/kavling-banner.jpg');
    /* Atur tinggi elemen */
    height: 100vh;
    /* Buat efek parallax */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px;
}
.parallax h1{
    width: 50%;
    font-family: Montserrat,sans-serif;
    font-weight: bold;
    color: white;
}
.parallax p{
    font-family: Montserrat,sans-serif;
    width: 50%;
    margin-top:20px;
    margin-bottom: 20px;
    color: white;
}
.parallax button{
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 50%;
}
.logo-parallax{
    max-width:30% !important;
}
.konten-dua{
    font-family: Montserrat,sans-serif;
    padding: 20px;
    margin-top:40px;
}
.konten-dua h1{
    font-weight: bold;
    font-size: 25px;
    margin-top: 100px;
    text-transform: uppercase;
}
.konten-dua p{
    line-height: 1.8;
}
.konten-tiga{
    font-family: Montserrat,sans-serif;
    padding: 50px;
    background-color: #E99D24;
}
.konten-tiga-kiri{
    padding-top: 60px;
}
.konten-tiga-kanan{
    padding-top: 60px;
}
.konten-tiga-kotak{
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}
.konten-tiga h1{
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    margin-bottom: 30px;
    font-size: 30px;
}
.konten-tiga-fitur{
    border: solid 3px black;
    padding: 10px;
    color: black;
}
.konten-empat{
    font-family: Montserrat,sans-serif;
    padding: 50px;
}
.konten-empat h1{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 30px;
}
.konten-empat i{
    color: #E99D24;
   font-size: 25px;
}
.konten-empat span {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.konten-lima{
    font-family: Montserrat,sans-serif;
    padding: 50px;
}
.konten-lima h1{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 30px;
    color: black;
}
.isi-data{
    background-color: #e99d24;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.isi-data h2 {
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  color: white;
}
.isi-data label {
  font-family: Montserrat,sans-serif;
  margin-bottom: 5px;
  color: white;
}
.isi-data p{
  font-family: Montserrat,sans-serif;
  margin-bottom: 20px;
  color: white;
  font-size:20px;
  font-weight:bold;
  text-transform:uppercase;
}
.isi-data input[type="text"], input[type="email"], input[type="number"] {
  border: 1px solid #000;
  border-radius: 1px;
}
.isi-data button {
  background-color: red;
  border: none;
  font-weight: 700;
  padding: 15px;
}
.accordion a, .isi-data button {
  width: 100%;
  font-family: Montserrat,sans-serif;
}
.copyright {
  background-color: black;
  color: white;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}
.floating {
  position: fixed;
  width: 120px;
  height: 90px;
  bottom: 38px;
  right: 12px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media only screen and (max-width: 600px) {
    .banner-dekstop{
        display: none;
    }
    .banner-mobile{
        display: block
    }
    .parallax {
        padding: 20px;
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
        height: auto;
    }
    .parallax h1{
        width: 100%;
        /*background-color: white;*/
        padding: 10px;
    }
    .parallax p {
        width: 100%;
        font-weight: bold;
    }
    .parallax button{
        width: 100%;
    }
    .logo-parallax{
        max-width:100% !important;
    }
    .konten-dua h1{
        margin-top: 15px;
    }
    .konten-tiga{
        padding: 20px;
    }
    .konten-tiga-kiri{
        padding-top: 5px;
    }
    .konten-tiga-kanan{
        padding-top: 5px;
    }
    .konten-empat {
        padding: 20px;
    }
    .konten-lima {
        padding: 20px;
    }
    .floating {
        width: 70px;
        height: 40px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .banner-dekstop{
        display: none;
    }
    .banner-mobile{
        display: block
    }
    .parallax {
        padding: 20px;
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
        height: auto;
    }
    .parallax h1{
        width: 100%;
        /*background-color: white;*/
        padding: 10px;
    }
    .parallax p {
        width: 100%;
        font-weight: bold;
    }
    .parallax button{
        width: 100%;
    }
    .logo-parallax{
        max-width:100% !important;
    }
    .konten-dua h1{
        margin-top: 15px;
    }
    .konten-tiga{
        padding: 20px;
    }
    .konten-tiga-kiri{
        padding-top: 5px;
    }
    .konten-tiga-kanan{
        padding-top: 5px;
    }
    .konten-empat {
        padding: 20px;
    }
    .konten-lima {
        padding: 20px;
    }
     .floating {
        width: 70px;
        height: 40px;
    }
}