@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.container-fluid {
    background-color: #fdfdfd;
    /* height: 100vh; */
}

.body {
    color: white;
    background-color: green;
}
.tags::-webkit-scrollbar {
    display: none;
}


.hero_section {
    border-radius: 0px 0px 40px 40px;
    font-family: 'Roboto', sans-serif;
    background-color: #201f1e;
    background-image: url('../../background/bg.jpg');
    color: white !important;
    border-bottom: 0.5px solid #2c2c2c3f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    animation: slide 20s infinite;
    transition: background-image 1s ease-in-out;
}
.header {
    font-size: 2em;
}

@media (max-width: 768px) {
    .header {
        font-size: 1.5em;
    }
}

.hero_section-filter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url('../../background/bg.jpg'); */
    /* background: linear-gradient(to bottom, rgba(235, 235, 235, 0.033) 0%, rgba(0, 0, 0, 0.568) 100%); */
    border-radius: 0px 0px 40px 40px;
    z-index: 1;
}
.post-card{
    font-family: "Roboto", sans-serif;
}


.hero_section>* {
    position: relative;
    z-index: 2;
}

.explore {
    box-shadow: none !important;
}

.tags {
    overflow-x: scroll;
}

.tags .tag {
    min-width: fit-content;
    border-radius: 10px;
    font-size: 13px;
    line-break: unset;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgb(249, 249, 249);
    font-weight: bold;
}

.mini-nav {
    background-color: rgba(255, 255, 255, 0.74) !important;
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
}
.showcase {
    padding-top: 50px;
    height: auto;
}

.card_block {
    box-shadow: #63636333 0px 2px 8px 0px;
    background-color: #ffffffda;
}

.card_img {
    width: 50px;
    height: 50px;
    border-radius: 20%;

}

.card-bg {
    width: 100%;
    height: 100px;
    /* background-image: url('http://127.0.0.1:8000/storage/post/bg.jpg'); */
    background-image: url('/storage/background/bg2.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-repeat: no-repeat;
}

.card_title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    /* font-weight: 100; */
}

.card_description {
    font-size: 13px;
}

.card-title {
    font-size: 12px;
    color: #000000ac;
    height: 50px;
    overflow: hidden;
}
.card_summary {
    font-size: 12px;
    color: #000000ac;
    height: 50px;
    overflow: hidden;
}
/* .project_detail{
    fonts
} */

/* .badge {
    font-size: 10px;
} */

.text {
    font-size: 11px;
}

.bg-light-danger {
    background-color: #fe00007b;
}

.loading-notch {
    top: 35%;
    right: 5px;
}

::-webkit-scrollbar {
    width: 5px !important;
    height: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgba(212, 212, 212, 0.857) !important; */
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3C3C45 !important;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {

    background: #b0adad !important;
}

.slider-dots {
    text-align: center;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #717171;
}
