
*{
    padding: 0;
    margin: 0;
}
section {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-in, transform 0.5s ease-in;
}
section.show {
    opacity: 1;
    transform: translate(0);
}

.nav-link {
    color: rgb(204, 204, 204);
    font-size: large;
}

.nav-link:hover {
    color: rgb(240, 240, 240);
}

body {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(i01_background.png);
    height: auto;
    color: white;
}

#home {
    margin-top: 15vh;
    min-height: 30vh;
    max-height: 80vh;
}

#home h1 {
    margin-bottom: 50px;
}

#home .logo {
    width: 20vw;
    min-width: 200px;
}

.fotbar {
    /* background-image: url(assets/FotbarPCC2.jpeg);
    background-size: cover; */
    text-align: center;
    min-height: 200px;
    max-height: 700px;
    width: 100%;
}

.fotbar img {
    opacity: 0.5;
}

.fotbar h1 {
    position: absolute;
    z-index: 2;
    width: 100%;
    font-size: 4vw;
    margin-top: 16%;
    color: rgb(255, 255, 255);
}

.fotbar h3 {
    position: absolute;
    z-index: 2;
    width: 100%;
    font-size: 2vw;
    margin-top: 20%;
    color: white;
}

.subTitle {
    background-color: #068FFF;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    border-radius: 30px;
}

#about .container p {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}


/* #about .visi{
    fill-opacity: 0.5;
    padding: 50px;
} */


/* .visi span{
    position: relative;
    z-index: 2;
    margin-top: 0px;
    width: 50px;
    height: 50px;
    background-color: #068FFF;
    border: 1px solid #eee;
}
.visi h1{
    min-height: 500px;
} */

.tabel {
    background-color: rgba(25, 0, 95, 0.5);
    min-width: 100px;
    max-width: 450px;
    margin-top: 50px;
    color: white;
    border-radius: 50px;
    text-align: center;
    padding: 50px;
}

.tabel-events {
    background-color: rgba(25, 0, 95, 0.5);
    min-width: 100px;
    max-width: 650px;
    max-height: 500px;
    margin-top: 100px;
    color: white;
    border-radius: 30px;
    text-align: center;
    padding: 50px;
}

.card {
    background-color: transparent;
    width: fit-content;
    border: 0;
}

.event {
    width: 550px;
    margin-top: 50px;
    color: white;
    border-radius: 50px;
    text-align: center;
    padding: 50px;
}

.card-title {
    margin-left: 130px;
    margin-top: -75px;
    background-color: white;
    border-radius: 50px;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 50px;
    color: black;
    font-size: 30px;
    text-align: center;
    padding: 20px;
    width: 250px;
}

.card-title-events {
    margin-top: -100px;
    margin-left: 25%;
    background-color: white;
    border-radius: 50px;
    color: black;
    font-size: 30px;
    text-align: center;
    padding: 20px;
    width: 250px;
}


/* .bayangan-gambar {
    box-shadow: -10px 10px 1px rgba(25, 0, 95, 0.5);
} */

.visi {
    margin-top: 50px;
}

.card h4,
li {
    font-size: 15px;
    font-weight: normal;
}

.card li {
    text-align: start;
}

.list-pcc li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.list-pcc i {
    margin-right: 10px;
}

#rectangle {
    margin-top: 550px;
    margin-left: 50px;
    width: 320px;
    height: auto;
    border-radius: 50%;
    background: black;
    box-shadow: 0px 0px 40px 20px black;
    /* background-image: radial-gradient(black 25%, gray); */
}

.team-member {
    text-align: center;
}

.team-member img {
    margin-top: -500px;
    margin-left: -70px;
}

.team-member h6 {
    margin-top: 10px;
    font-size: 25px;
    font-weight: normal;
}

.team-member h5 {
    font-size: 30px;
    font-weight: bold;
}

.btn {
    background-color: #068FFF;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    width: 200px;
    border-radius: 30px;
}

.techcomfest .div-techcomfest {
    margin-right: -1vw;
}

.tb .div-tb {
    margin-top: -30px;
}

.tb img {
    margin-left: -2vw;
}

.techcomfest img {
    margin-left: -2vw;
}

.pcc-class .div-pcc-class {
    margin-top: 60px;
    margin-left: -1vw;
}


/* Galeri */

.card-galeri {
    background-color: rgba(25, 0, 95, 0.5);
    position: relative;
    min-width: 100px;
    max-width: 400px;
    margin-top: 100px;
    margin-inline: 20px;
    padding: 0;
    color: white;
    font-size: 10px;
    border-radius: 30px;
    text-align: center;
}

.card-galeri img {
    width: 100%;
    border-radius: 30px;
    z-index: -1;
}

.card-galeri .card-text {
    padding: 50px;
}

.card-title-galeri {
    position: absolute;
    background-color: #fff;
    color: black;
    border-radius: 50px;
    font-weight: 700;
    padding: 10px;
    padding-inline: 20px;
    text-align: center;
}


/* Kepengurusan */

.kotak{
    text-align: center;
    width: 300px;
    height: 150px;
    margin-top: -40px;
    z-index: -1;
    vertical-align: middle;
}
.bayangan {
    text-align: center;
    width: 300px;
    height: 150px;
    margin-top: -20px;
    background-color: black;
    border-radius: 50%;
    filter: blur(50px);
    z-index: -1;
    vertical-align: middle;
}


/*Blog*/

.judul-blog {
    color: #fff;
    text-decoration: double;
    margin-top: 12%;
}

.tombol-blog {
    color: black;
    font-size: 10px;
    padding: 10px 20px;
    background-color: white;
}

.tombol-blog:hover {
    color: white;
    background-color: #068FFF;
    animation: .5s;
}


/* #about .visi .col{
    display: flex;
    min-width: 300px;
    min-height: 500px;
    align-items: center;
    padding: 50px;
    border-radius: 50px;
    margin-top: 20px;
    margin-left: 20px;
    margin: none;
} */
#blog{
    margin: 0;
}

/* footer */
.footer{
    background-color: #184082;
    height: auto;
    width: 100%;
    border-radius: 30px 30px 0 0;
    margin-right: -10px;
}
.footer h1{
    font-size: 20px;
}
.footer h3{
    font-size: 15px;
    width: 260px;
    line-height: 15px;
}
.footer .sosmed img{
    width: 30px;
}

.row .col-lg-3 .baseline{
    background-color: #BBEBFF;
    width: 40px;
    height: 5px;
    border-radius: 5px;
}
.footer .baseline{
    margin-bottom: 10px;
}
.footer .copyright{
    height: 50px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    opacity: 0.5;
}

@media screen and (max-width: 992px) {
    #kepengurusan .col-lg-3{
        margin-left: 50%;
    }
}

@media screen and (max-width: 576px) {
    .navbar-brand img{
        display: none;
    }
}