/* put your own styles to customize and override the theme */
/* GENERAL */
.fontGeneral {
  font-family: "Roboto", sans-serif !important;
}

.colorBlackGeneral {
  color: black !important;
}

.colorWhiteGeneral {
  color: white !important;
}

/* HEADER */
.bg-navbar {
  overflow: hidden;
  background-color: transparent;
  top: 0;
  transition: top 0.3s;
  padding: 0;
}

.nav-link {
  color: black !important;
  font-size: 1.5em;
  padding: 0;
}

.nav-item::after {
  background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: relative;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-item:hover::after {
  width: 100%;
  left: 0;
}

.navbar-toggler {
  border-color: black !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-light .navbar-nav > .nav-item .nav-link.active {
  border: 2px solid black;
  color: black !important;
}

/* CONTENT 3 */
.fontPengendali {
  font-size: 3em;
}

.paddingPengendali {
  list-style-type: none;
  padding-left: 0 !important;
  color: #316516 !important;
}

@media only screen and (max-width: 700px) {
  .paddingPengendali {
    padding-top: 2em !important;
    padding-bottom: 0.5em !important;
  }
}

@media only screen and (max-width: 1100px) {
  .fontPengendali {
    font-size: 3em;
    text-align: center;
    list-style-type: none;
  }
}

@media only screen and (max-width: 700px) {
  .fontPengendali {
    font-size: 2em;
    text-align: center;
  }
}

@media only screen and (max-width: 1100px) {
  .paddingPengendali {
    list-style-type: none;
  }
}

/* CONTENT 4 */
@media only screen and (max-width: 700px) {
  .penggunaText {
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .borderPengguna {
    border-right: none !important;
    border-bottom: 2px solid white;
  }
}

@media only screen and (max-width: 1100px) {
  .borderPenggunaKeseluruhan {
    border-right: 2px solid white !important;
  }
}

@media only screen and (max-width: 1100px) {
  .borderPengguna {
    border-right: none !important;
  }
}

@media only screen and (max-width: 1100px) {
  .penggunaText {
    text-align: center;
  }
}

/* BAHAGIAN PENGENDALI HUHUHUHU */

/* HEADER */
.pengendaliTextKenali {
  text-align: center;
  font-size: 3em !important;
  font-family: "Roboto", sans-serif;
  color: black;
  font-weight: 550;
}

.pengendaliLineKenali {
  background: #316516;
  height: 3px;
  margin: 0 40em;
}

.pengendaliTextHeader {
  font-family: "Roboto", sans-serif;
}

.pengendaliImg {
  height: 450px;
}

@media only screen and (max-width: 700px) {
  .pengendaliLineKenali {
    margin: 0 150px;
  }
}

@media only screen and (max-width: 700px) {
  .pengendaliImg {
    height: 250px;
  }
}

@media only screen and (max-width: 700px) {
  .pengendaliHeader {
    border-radius: 0px !important;
  }
}

@media only screen and (max-width: 700px) {
  .pengendaliHeaderIcon {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .pengendaliPick {
    margin: 0 3em;
  }
}

@media only screen and (max-width: 700px) {
  .pengendaliTextKenali {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 700px) {
  .bekamImgTop {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .bekamImgContent {
    width: 90vw;
  }
}

@media only screen and (max-width: 700px) {
  .bekamHadis {
    font-size: 1.4em !important;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .bekamPaddingHadis {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 700px) {
  .bekamImgHadis {
    width: 100vw;
    height: 120px;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media only screen and (max-width: 700px) {
  .bekamImgHadisInside {
    height: 180px !important;
  }
}

/* BAHAGIAN GALERI HUHUHU */

/* CONTENT 4 */
@media only screen and (max-width: 700px) {
  .galeriVideo {
    width: 100% !important;
    height: 200px !important;
    padding: 10px 15px 0 15px !important;
  }
}

/* GOOGLE MAP */
#map {
  width: 100%;
  height: 400px;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#searchInput {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 50%;
}
#searchInput:focus {
  border-color: #4d90fe;
}
.geo-data {
  border: 2px dashed #2a99cf;
  padding: 10px;
  font-size: 17px;
  list-style: none;
}
.geo-data span {
  color: #ed691f;
}

/* SERTAI KAMI */
.sertaiLineSertai {
  background: #316516;
  height: 3px;
  margin: 0 42em;
}

@media only screen and (max-width: 700px) {
  .sertaiImg {
    width: 100%;
    height: 200px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 700px) {
  .sertaiTextKerjaya {
    font-size: 0.6em;
  }
}

@media only screen and (max-width: 700px) {
  .sertaiTextAyuh {
    font-size: 1.3em !important;
    text-align: center;
  }
}

@media only screen and (max-width: 700px) {
  .sertaiTextUl {
    font-size: 1.1em !important;
  }
}

@media only screen and (max-width: 700px) {
  .sertaiTextLangkah {
    font-size: 1.3em !important;
  }
}

@media only screen and (max-width: 700px) {
  .sertaiTextDaftar {
    display: block !important;
  }
}

@media only screen and (max-width: 700px) {
  .sertaiBgDaftar {
    margin-left: 0 !important;
    width: 180px;
  }
}

@media only screen and (max-width: 700px) {
  .sertaiTextNmbr {
    padding: 15px 0 0 0 !important;
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .sertaiLineSertai {
    margin: 10px 170px !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 1000px) {
  .sertaiLineSertai {
    margin: 10px 230px !important;
  }
}

/* CONTENT 1 MADAFAKA */
@media only screen and (max-width: 500px) {
  .cardbackground-1-utama {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .cardcontainer-1-utama {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-bottom: 0 !important;
  }
}

.button-price:hover {
  background-color: #2a99cf !important;
  color: white !important;
  border: 1px solid #2a99cf !important;
  font-weight: 500;
}

.lineTitle {
  background: #316516;
  height: 3px;
  margin: 0 41.5vw 30px;
}

@media only screen and (max-width: 500px) {
  .lineTitle {
    margin: 0 38vw 30px !important;
  }
}

.lineTitle-3 {
  background: #316516;
  height: 3px;
  margin: 0 47vw 30px;
}

@media only screen and (max-width: 700px) {
  .lineTitle-3 {
    margin: 0 44vw 30px !important;
  }
}

/* CONTENT 2 MADAFAKA */
@media only screen and (max-width: 500px) {
  .text5-2-utama {
    padding-top: 0px !important;
    font-size: 250px !important;
  }
}

@media only screen and (max-width: 400px) {
  .textlangkah-2-utama {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
  .textlangkah-2-utama {
    font-size: 40px !important;
  }
}

@media only screen and (max-width: 400px) {
  .texttempahan-2-utama {
    letter-spacing: 2px !important;
    font-size: 35px !important;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
  .texttempahan-2-utama {
    letter-spacing: 5px !important;
    font-size: 44px !important;
  }
}

/* CONTENT 3 MADAFAKA */
@media only screen and (max-width: 400px){
  .fontPengendali-3-utama {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media only screen and (max-width: 400px) {
  .lineTitle-3 {
    margin: 0 45vw 30px !important;
  }
}

/* CONTENT 5 MADAFAKA */
.lineTitle-5-utama {
  background: #316516;
  height: 3px;
  margin: 0 47vw 30px;
}

@media only screen and (max-width: 400px) {
  .lineTitle-5-utama {
    margin: 0 45vw 30px;
  }
}

@media only screen and (min-width: 401px) and (max-width: 500px) {
  .lineTitle-5-utama {
    margin: 0 44vw 30px;
  }
}

@media only screen and (max-width: 500px) {
  .textbodycarousel-5-utama {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 500px) {
  .carousel-5-utama {
    padding: 0 40px !important;
  }
}

@media only screen and (max-width: 500px) {
  .imgcarousel-5-utama {
    width: 15% !important;
  }
}

@media only screen and (max-width: 500px) {
  .textimgcarousel-5-utama {
    font-size: 14px !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
  }
}

.pac-container {
  z-index: 100000 !important;
}

/* FOOTER MADAFAKA */
@media only screen and (max-width: 500px) {
  .footer-text-utama {
    padding-left: 20px !important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .footerpejabat-text-utama {
    justify-content: start !important;
    padding-left: 31px !important;
  }
}

/* GALERI HUHUHUHU */
/* CONTENT 1 MADAFAKA */
