@import url('https://fonts.googleapis.com/css?family=Lato|Pacifico|Roboto|Roboto+Condensed|Ubuntu&display=swap');


/*header logo*/

.navbar-brand img{
    width:160px;
}


.nav-link{
    font-size: 16px;
    color:black !important;
}

.nav-link:hover{
    color: #ffffff !important;
    background-color: #000000;
    /*border-radius: 5px;*/
}

.active .nav-link{
    color: #ffffff !important;
    background-color: #000000;
    /*border-radius: 10px;*/
}

.menu-right-btn{
    padding: 8px 59px;
    background-color: transparent;
    transition: all 300ms ease-in;
   
}

.menu-right-btn:hover{
    color :whitesmoke;
    background-color:black;
    
}

/*MAIN*/

/*pelayanan*/

.info-btns a{
    text-decoration: none;
    color:inherit;
}

/*pelayanan*/

.pelayanan1  {
    position:inherit;
    display:flex;
    left: 0;
    right: 0;
    bottom: 0;
}

.tone-1{
    background-color: #fcfcfb;
    height: 100vh;
    flex: 1;
    width: 50%;
}

.tone-2 {
    background-color: #FFF9F5;
    height: 100vh;
    flex: 1;
    position: relative;
}
.tone-2 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tone-3 {
    background-color: #F2DFCE;
    height: 100vh;
    flex: 1;
    position: relative;
}

.tone-3 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tone-4 {
    background-color: #212121;
    height: 100vh;
    flex: 1;
    position: relative;
}

.tone-4 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tone-5 {
    background-color: rgb(200, 202, 204);
    height: 100vh;
    flex: 1;
    position: relative;
}

.tone-5 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tone-6 {
    background-color: rgb(199, 208, 212);
    height: 100vh;
    flex: 1;
    position: relative;
}

.tone-6 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tone-7 {
    background-color: rgb(0, 0, 0);
    height: 100vh;
    flex: 1;
    position: relative;
}

.tone-7 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tone-8 {
    background-color: #f8fdfc;
    height: 100vh;
    flex: 1;
    position: relative;
}

.tone-8 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tone-9 {
    background-color: rgb(8, 18, 32);
    height: 100vh;
    flex: 1;
    position: relative;
}

.tone-9 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.tone-10 {
    background-color: #fbfaff;
    height: 100vh;
    flex: 1;
    position: relative;
}

.tone-10 img {
    width:100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



/*!*pelayanan-2*!*/

/*.pelayanan .pelayanan2{*/
/*    position:inherit;*/
/*    display:flex;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

/*.pelayanan2 .tone-1{*/
/*    background-color: #f7f7f6;*/
/*    height: 100vh;*/
/*    flex: 1;*/
/*    width: 50%;*/

/*}*/

/*.pelayanan2 .tone-2{*/
/*    background-color: #F2DFCE;*/
/*    height: 100vh;*/
/*    flex: 1;*/
/*    position: relative;*/
/*}*/

/*.pelayanan2 .tone-2 img{*/
/*    width:100%;*/
/*    position: absolute;*/
/*    top: 48%;*/
/*    !*left:-5rem;*!*/
/*    transform: translateY(-50%);*/
/*}*/


/*!*pelayanan-3*!*/

/*.pelayanan .pelayanan3{*/
/*    position:inherit;*/
/*    display:flex;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

/*.pelayanan3 .tone-1{*/
/*    background-color: #f7f7f6;*/
/*    height: 100vh;*/
/*    flex: 1;*/
/*    width: 50%;*/

/*}*/

/*.pelayanan3 .tone-2{*/
/*    background-color: #73879f;*/
/*    height: 100vh;*/
/*    flex: 1;*/
/*    position: relative;*/
/*}*/

/*.pelayanan3 .tone-2 img{*/
/*    width:100%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    !*left:-5rem;*!*/
/*    transform: translateY(-50%);*/
/*}*/

/*!*pelayanan-4*!*/

/*.pelayanan .pelayanan4{*/
/*    position:inherit;*/
/*    display:flex;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*}*/

/*.pelayanan4 .tone-1{*/
/*    background-color: #f7f7f6;*/
/*    height: 100vh;*/
/*    flex: 1;*/
/*    width: 50%;*/
/*}*/

/*.pelayanan4 .tone-2{*/
/*    background-color: #FFF9F5;*/
/*    height: 100vh;*/
/*    flex: 1;*/
/*    position: relative;*/
/*}*/

/*.pelayanan4 .tone-2 img{*/
/*    width:100%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    !*left:-5rem;*!*/
/*    transform: translateY(-50%);*/
/*}*/


/*pelayanan 1-2-3*/

.product-info{
    display: flex;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-info h1{
    font-size: 5vw;
    letter-spacing: 3px;
    margin-right: -3px;
    font-weight: 100;
    margin-bottom: 1rem;
    padding-bottom: 20px;
    text-align: center; 
    
}

.product-info h2{
    font-size: 3vw;

}

.product-info p{
    font-size: 1.8rem;
    margin-bottom: 4rem;
}

.info-btns .btn{
    display: flex;
    padding: 0.5rem;
    color: #f7f7f6;
    font-size: 1.3vw;
    font-weight: 300;
    transition: all .5s;
}

.info-btns{
    display: flex;
}

.discover-btn{
    background-color: #a4a4a4;
    border-radius: 0px;
}

.daftar-btn{
    background-color: #141110;
    border-radius: 0px;
}

.discover-btn:hover,
.daftar-btn:hover{
    box-shadow: 3px 1rem 2rem rgba(0, 0, 0, 0.3);
    transform:translateY(-1rem);
}

.swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      opacity: 1;
      background: rgba(0,0,0,0.2);
    }
.swiper-pagination-bullet-active {
      color:black;
      background:black;
}
