@font-face {
    font-family: 'mainFont';
    src: url('../fonts/AnandaBlack.ttf');
}

.logo .title {
    font-family: "mainFont";
}

.carousel-img-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

a {
    color: #000;
    text-decoration: none;
    transition: .5s;
}

a:hover {
    color: #000;
    opacity: .8;
}

.text-justify {
    text-align: justify;
}

.carousel-img-bg.bg-container {
    background-size: contain;
}

@media (max-width: 768px) {
    .carousel-img-bg {
        height: 80px;
    }

    .footer-logo {
        background-color: #000;
        margin: 10px 0  ;
    }
}

ul.social-list {
    list-style: none;
    display: inline-flex;
}

ul.social-list li {
    margin: 10px 0;
}

ul.social-list {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.contact-info-area.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}