@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'bother-font';
    src: url('fonts/BrothersideSignature.otf') format('opentype'),
         url('fonts/BrothersideSignature.ttf') format('truetype');
}

.bt-font {
    font-family: 'bother-font';
}

.pp {
    font-family: 'Poppins', sans-serif;
}

.pf-font {
    font-family: 'Playfair Display', serif;
}

.mst-font {
    font-family: 'Montserrat', sans-serif;
}

.jkt-font{
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.wk-font{
    font-family: 'Work Sans', sans-serif;
}

.pink{
  color: pink;
}

.bg-pink{
  background-color: pink;
}

::placeholder{
    font-weight: 200;
}

.hidden {
    opacity: 0;
    transition: all 1.3s;
    filter: blur(5px);
    transform: translateY(-100%);
}
  
.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

a{
    text-decoration: none;
}

.member :nth-child(12) {
    transition-delay: 2400ms;
}
.member :nth-child(13) {
    transition-delay: 2600ms;
}
.member :nth-child(14) {
    transition-delay: 2800ms;
}
.member :nth-child(15) {
    transition-delay: 3000ms;
}
.member :nth-child(16) {
    transition-delay: 3200ms;
}
.member :nth-child(11) {
    transition-delay: 2200ms;
}
.member :nth-child(10) {
    transition-delay: 2000ms;
}
.member :nth-child(9) {
    transition-delay: 1800ms;
}
.member :nth-child(8) {
    transition-delay: 1600ms;
}
.member :nth-child(7) {
    transition-delay: 1400ms;
}
.member :nth-child(6) {
    transition-delay: 1200ms;
}
.member :nth-child(5) {
    transition-delay: 1000ms;
}
.member :nth-child(4) {
    transition-delay: 800ms;
}
.member :nth-child(3) {
    transition-delay: 600ms;
}
.member :nth-child(2) {
    transition-delay: 400ms;
}
.member :nth-child(1) {
    transition-delay: 200ms;
}
.member :nth-child(5) {
    transition-delay: 1200ms;
}
.member :nth-child(4) {
    transition-delay: 1000ms;
}
.member :nth-child(3) {
    transition-delay: 800ms;
}
  
.member :nth-child(2) {
    transition-delay: 600ms;
}
  
.member :nth-child(1) {
    transition-delay: 400ms;
}
.delay :nth-child(2) {
    transition-delay: 200ms;
}
  
.delay :nth-child(1) {
    transition-delay: 400ms;
}

.card{
    transition: all 300ms;
}

.pkecil{
    font-size: 12px;
}

.blur{
    background-color: white;  opacity: 0.9; backdrop-filter: blur(1);
}

a[aria-current="page"] {
    color:  rgb(0, 132, 255);
}

.card-title{
    text-align: center;
    font-weight: light;
}

label{
    font-size: 14px;
    font-weight: lighter;
    color: gray;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

input{
    color: grey;
}

.bg-image1{
    background-image: url('image/pipingset2.jpeg'); background-size: cover; filter: blur(8px);
}

.nav{
    z-index: 1000;
}

body {
    font-family: 'NamaFont', sans-serif;
}