@import url('https://fonts.googleapis.com/css2?family=Amaranth&family=Luckiest+Guy&family=Merriweather+Sans:wght@300&display=swap');

body{
    font-family: 'Merriweather Sans', sans-serif;
    background-color: #0a0909;

}

.dope{
    font-family: 'Luckiest Guy', cursive;
}

.brand-image{
    width: 40px;
    height: 40px;
    border: 0.1rem #e4e3e3 solid;
    border-radius: 40px;
}

.navCarousel{
    /* position: absolute; */
    font-weight: 600;
    z-index: 10;
    width: 100%;
}

.nav-link::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #f0f2f5;
    transition: width .3s ease;
}

.nav-link:hover:after{
    width: 100%;
}

.carousel img{
    filter: brightness();
    -webkit-filter: brightness(50%);
    width: 100%;
    max-height: 60rem;
}

.carousel-caption{
    top: 0;
}

.selected{
    border: 1px #f5f5f5 solid;
}

.bg-dark-matte{
    background-color: #0a0909;
}

.carousel-item{
    background: no-repeat center center scroll;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-z-background-size: cover;
    max-height: 80%;
}

.scrolling-wrapper{
    overflow-x: auto;
}

.scrolling-wrapper::-webkit-scrollbar{
    display: none;
}

table{
    border: 1px #0a0909 solid;
}

#jumbotron-intro{
    background: linear-gradient(rgba(0, 0, 0, 0.763), rgba(0, 0, 0, 0.056)), url('/assets/image/index0.jpg');
    font-family: 'Amaranth', sans-serif;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 180px;
}

#jumbotron-book{
    background-image: url('/assets/image/book.jpg');
    font-family: 'Amaranth', sans-serif;
    background-size: auto;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

#jumbotron-service{
    background-color: #e4e3e3;
}

#jumbotron-blog{
    background-color: white;
}

#jumbotron-review{
    background-color: white;
}

#jumbotron-about{
    background-color: #0a0909;
}

@media screen and (max-width: 576px){
    .card-article{
        max-width: 20rem !important;
    }

    .card-title{
        font-size: 12pt;
    }

    .card-text{
        display: none;
    }

    .blog-tag{
        font-size: 6pt !important;
    }

    .end-card{
        display: block !important;
    }

    .author-tag{
        text-align: left;
    }

    .date-tag{
        text-align: left !important;
        display: block;
    }

    .blog-card-footer{
        font-size: 8pt !important;
        color: #7e7e7e;
    }
}

.img-service{
    border-radius: 10px;
    width: 100%;
    height: 200px;
}

.service-name{
    background-color: #3e607e;
    color: #f0f2f5;
    border-radius: 5px;
    cursor: pointer;
}

.service-name:hover{
    background-color: #2c4963;
    color: #f0f2f5;
    border-radius: 5px;
    cursor: pointer;
}

.position-relative{
    position: relative;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay .service-name{
    display: inline-block;
    font-size: 14pt;
    padding: 6px 14px;
    font-weight: bold;
}

#book-now{
    background-color: #0a0909;
    color: #f0f2f5;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16pt;
    margin-bottom: 100px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
}

.tutorial{
    background-color: #0a0909;
    color: #f0f2f5;
    font-size: 16pt;
    margin-bottom: 50px;
    border-radius: 10px;
}

.tutorial:hover{
    border: 2px #0a0909 solid;
    color: #0a0909;
    font-size: 16pt;
    margin-bottom: 50px;
    border-radius: 10px;
}

#book-now:hover{
    background-color: #c0c0c0;
    color: #0a0909;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16pt;
    border-radius: 5px;
    text-decoration: none;
}

.nav-pills{
    color: #0a0909;
}

.blog-tag{
    font-size: 8pt;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #4e85b6;
    color: #f0f2f5;
    border-radius: 10px;
}

.blog-card-footer{
    font-size: 9pt;
    color: #7e7e7e;
}

.end-card{
    display: flex;
    justify-content: space-between;
}

.author-tag{
    text-align: left;
}

.date-tag{
    text-align: right;
}

.card-article{
    overflow: hidden;
    border-radius: 2px;
    transition: transform 0.3s;
}

.card-article:hover{
    transform: translateY(-5px);
}

.img-headline{
    width: 100%;
    height: 150px;
}
