@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');


h1, h2, h3, h4, h5, h6, p, thead, li {
    color: #EEE;
}

/* responsive fontsize */
@media only screen and (min-width: 576px) {
    h1 {
        font-size: 26px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    p,li,td {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 30px;
    }
    h3{
        font-size: 22px;
    }
    h4{
        font-size: 20px;
    }
    p {
        font-size: 16px;
    }
    li {
        font-size: 16px;
    }
    td {
        font-size: 14px;
    }
}

@media only screen and (min-width: 993px) {
    h1 {
        font-size: 38px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 22px;
    }
    p, td {
        font-size: 18px;
    }
    li {
        font-size: 16px;
    }
}


hr {
    color: #EEE;
    height: 4px;
    border: none;
}

a {
    text-decoration: none;
}

body, .navbar {
    overflow-x: hidden !important;
    background-color: #000 !important;    
    font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width: 768px) {
    .nav-info {
        display: none;
    }

    .navbar-collapse {
        float: right !important;
        margin-top: 10px;
    }
}

.nav-logo {
    max-width: 100px;
}

/* Hero */
.carousel-item > img {
    width: auto;
    max-height: 90vh;
    object-fit: cover;
}

/* Section BRA */
.title {
    color: #dc3545;
    text-align: center;
}

.card-mobil {
    -webkit-filter: brightness(100%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.card-mobil:hover {
    -webkit-filter: brightness(70%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.img-card {
    object-fit: contain;
}

.foto {
    max-width: 200px;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .card-spek {
        min-height: 200px !important;
    }   
}