@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');

body {
    background-color: black;

}

.accordion-button:not(.collapsed) {
    color:#ffcd39;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
}

#navbar .nav-item a{
    color: #ffc107;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 10px;
}

#navbar .nav-item a:hover{
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-toggler{
    background-color: #ffc107;
    border:none;
}

#about h4 {
    font-family: 'Roboto Slab', sans-serif;
    color: #ffc107;
    text-decoration: underline;
}

#about p {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-indent: 25px;
    line-height: 30px;
    font-size: 18px;
}

#about h6 {
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    text-align: center;
}


footer a {
    text-decoration: none;
    color: #ffc107;
    font-family: 'Roboto Condensed',sans-serif;
    text-align: center
}

footer a:hover {
    text-decoration: none;
    color: #fff;
}

footer p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 14px;
}


.card-body .card-title {
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    margin-top: 45px;
}

#contact {
    position: relative;
}

#contact .card {
    position: absolute;
    top: 160px;
    left: 430px;
    height: 260px;
}

#contact a {
    font-family: 'Roboto Condensed', sans-serif;
}

#contact a:hover {
    font-family: 'Roboto Condensed', sans-serif;
    color: #35363A;
    font-weight: 700;
}

#faq-title {
    font-family: 'Roboto Slab', sans-serif;
    color: #ffc107;
    margin-top: 40px;
    text-decoration: underline;
}

.accordion-button {
    background-color: #171819;
    color: #fff;
}

.accordion-body {
    background-color: #2c2d30;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.accordion-header {
    font-family: 'Roboto Condensed', sans-serif;
}

#dambil-card-img {
    /*filter: grayscale(100%);*/
}

#dambil-card-img:hover {
    /*filter: grayscale(0%);*/
}

.cift-bolge-card {
    background-color: black;
}

.cift-bolge-card img {
    border-radius: 0px;
}

.table .larger {
    width: 650px;
}

.table th {
    width: 160px;

}

#slider .slider-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider h1 {
    position: absolute;
    top: 350px;
    font-family: 'Roboto Slab', sans-serif;
    color: #ffc107;
    font-weight: 700;
    font-size: 62px;
}

#slider h3 {
    position: absolute;
    top: 440px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
}

#slider a {
    position: absolute;
    top: 505px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
}

#slider img {
    filter: opacity(50%);

}





@media (max-width: 1200px) {
    #contact .card {
        top: 120px;
        left: 370px;
    }

    #slider h1 {
        position: absolute;
        top: 230px;
        left: 280px;
    }

    #slider h3 {
        position: absolute;
        top: 310px;
        left: 390px;
    }

    #slider a {
        position: absolute;
        top: 380px;
        left: 500px;
    }
}

@media (max-width: 992px) {
    #contact .card {
        top: 70px;
        left: 290px;
    }

    #slider h1 {
        position: absolute;
        top: 150px;
        left: 250px;
        font-size: 48px;
    }

    #slider h3 {
        position: absolute;
        top: 220px;
        left: 330px;
        font-size: 28px;
    }

    #slider a {
        position: absolute;
        top: 280px;
        left: 410px;
    }
}

@media (max-width: 762px) {
    #contact .card {
        top: 10px;
        left: 220px;
    }

    #contact a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 14px;
        margin-bottom: 12px;
    }

    #contact a img {
        width: 34px;
    }

    .card-body .card-title {
        font-size: 14px;
        margin-top: 25px;
    }

    #slider h1 {
        position: absolute;
        top: 130px;
        left: 190px;
        font-size: 38px;
    }

    #slider h3 {
        position: absolute;
        top: 190px;
        left: 250px;
        font-size: 24px;
    }

    #slider a {
        position: absolute;
        top: 240px;
        left: 320px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    #contact .card {
        top: 20px;
        left: 90px;
        height: 100px;
    }

    #contact a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 5px!important;
    }

    #contact a img {
        width: 25px;
    }

    .card-body .card-title {
        font-size: 11px;
        margin-top: 0px;
    }

    #slider h1 {
        position: absolute;
        top: 80px;
        /*left: 110px;*/
        left: 70px;
        font-size: 28px;
    }

    #slider h3 {
        position: absolute;
        top: 120px;
        /*left: 160px;*/
        left: 55px;
        font-size: 16px;
    }

    #slider a {
        position: absolute;
        top: 150px;
        /*left: 200px;*/
        left: 150px;
        font-size: 14px;
    }
}

@media (max-width: 376px) {
    #contact .card {
        top: 10px;
        left: 60px;
        height: 120px;
        width: 260px;
    }

    #contact a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 10px;
        margin-bottom: 12px;
    }

    #contact a img {
        width: 16px;
    }

    .card-body .card-title {
        font-size: 10px;
        margin-top: 5px;
    }

    #slider h1 {
        position: absolute;
        top: 50px;
        left: 85px;
        font-size: 18px;
    }

    #slider h3 {
        position: absolute;
        top: 80px;
        left: 100px;
        font-size: 14px;
    }

    #slider a {
        position: absolute;
        top: 110px;
        left: 130px;
        font-size: 12px;
    }
}







