/*
* by : zaya razta
*/

body {
  min-height: 200px;
  font-family: 'Montserrat', sans-serif;
}
nav {
  /*background-image: linear-gradient(to right,#09B5DD, blue, white, #09B5DD);*/
  /*background-image: conic-gradient(from 90deg at 50% 50%, purple, orange)*/
  background-image: radial-gradient(circle at center, #246DE4, #09B5DD);
}
.layar {
  padding-top: 6rem;
  background-image: url(../img/layar.jpg);
  /*filter: brightness(70%); /* Mengurangi kecerahan gambar */
  height: 500px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 -65px;
  color: #fff;
}

.layar h1 {
  padding-top: 80px;
  font-size: 50pt;
}

.layar h1,
.layar p,
.layar h3 {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
  font-weight: bold;
}

.content {
  background-color: #f2f4f7;
  padding-top: 5rem;
}

.layanan {
  /*background-color: #37C6FF;*/
  background-image: linear-gradient(to right, #97E1FF, #37C6FF);
  padding-bottom: 4rem;
}
footer {
  /*background-color: #09B5DD;*/
  background-image: linear-gradient(to right, black, #09B5DD);
  /*background-image: linear-gradient(to bottom right, #09B5DD, cyan)*/
}
footer a{
  color: #fff;
  text-decoration: none;
}
footer li{
  list-style-image: url(../dist/mobirise/svg/mbri-arrow-next.svg); /* Ganti dengan path ikon Anda */
}
footer .map-bkd{
  padding: 20px;
}


.service-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
}

.service-item .icon {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  transition: all .3s;
}

.service-item h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-item p {
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a {
  color: #fff;
}

.service-item:hover {
  background-image: url(../img/layanan/service-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}


/*----------------------- 
Splash Container / Wrapper
-------------------------*/

.splash-container {
    width: 100%;
    max-width: 475px;
    padding: 15px;
    margin: auto;
}

.splash-container .card-header {
    padding: 20px;
}

.splash-description {
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 1rem;
    margin-top: 5px;
    padding-bottom: 10px;
}

.splash-title {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.splash-container .card-footer-item {
    padding: 12px 28px;
}

.form-control-lg {
    padding: 12px;
}

.form-group {
    margin-bottom: 12px;
}