@font-face {
    font-family: "LPMQ";
    src: local("LPMQ"),
        url("personal-bio/fonts/LPMQ.ttf"), url("personal-bio/fonts/LPMQ.woff2");
}

* {
    margin: 0;
    padding: 0
}

body {
    background-color: #000
}

.card {
    width: 350px;
    background-color: #efefef;
    background-color: white;
    border: none;
    /*cursor: pointer;*/
    transition: all 0.5s
}

.image img {
    transition: all 0.5s
}



/*
.card:hover .image img {
    transform: scale(1.5)
}
*/

.btn {
    height: 140px;
    width: 140px;
    border-radius: 50%
}

.name {
    font-size: 22px;
    font-weight: bold
}

.idd {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.idd1 {
    font-size: 12px
}

.number {
    font-size: 22px;
    font-weight: bold
}

.follow {
    font-size: 12px;
    font-weight: 500;
    color: #444444
}

.btn1 {
    height: 40px;
    width: 150px;
    border: none;
    background-color: #000;
    color: #aeaeae;
    font-size: 15px
}

.text span {
    font-size: 13px;
    color: #545454;
    font-weight: 500
}

.icons i {
    font-size: 19px
}

hr .new1 {
    border: 1px solid
}

.join {
    font-size: 14px;
    color: #a0a0a0;
    font-weight: bold
}

.date {
    background-color: #ccc
}

a {
    color: inherit;
    text-decoration: none;
}

.fa-whatsapp {
    font-weight: bold;
}

.fa-whatsapp:hover {
    color: #20c659;
}

.fa-stack-overflow:hover {
    color: rgb(244, 130, 37);
}

.fa-facebook-f:hover {
    color: rgb(27, 116, 228);
}

.fa-linkedin:hover {
    color: rgb(31, 108, 182);
}

.highlight-link {
    border-bottom: 1px dotted black;
}

#photo-wrapper {
    max-width: 50%;
    background: #5a6970;
    padding: 5px;
    border-radius: 100%;
}

#photo {
    border-radius: 100%;
    max-width: 100%;
}


/*#photo:hover{
	transform: scale(1.1);
}
*/

#photo.emphasis {
    transform: scale(1.1);
}

#card-inner-wrapper #contact-now-wrapper:hover~#photo-wrapper>#photo {
    transform: scale(1.1);

}

.portfolio-icon-wrapper {
    max-width: 48px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 6px;
}

.fastimagemin-link {
    color: #164858;
}

.sisteminformasi_id-link {
    color: #292900;
}

.surveillance_id-link {
    color: #24001b;
    color: #1e0016;
}

.portfolio-icon {
    max-width: 48px;
}

.arabic {
    font-family: "LPMQ";
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: right;
    margin-right: 1rem;
}

.arabic-inline {
    font-family: "LPMQ";
    font-size: 1.5rem;
}

ul.list-with-bullet {
    list-style-type: circle !important;
}

/* Swiper.js */
.swiper {
    width: 100%;
    height: 200px;
}

/* End of swiper.js */