



@media (max-width: 991px){
    #topbar img{
        text-align: center;
        margin: auto;
    }
    #navbarSupportedContent{
        background: #fff;
        max-height: 500px;
        left: 0;
        padding: 0 20px 20px;
        position: absolute;
        z-index: 99;
        top: 100%;
        width: 100%;
        overflow: auto;
        box-shadow: 0px 11px 25px 0px rgb(189 189 189 / 10%);
    }
    #nav-item {
        padding: 0.75rem;
        opacity: 0;
        animation: animation-topToBottom 1s ease forwards;
        border-top: 1px solid #d5d5d5;
    }
    #nav-item i.bi-chevron-down {
        margin-left: auto;
        width: 25px;
        height: 25px;
        background: var(--primary-color);
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 16px;
    }
    .spanhr{
        display: none;
    }
    
}

@media (max-width: 768px) {
    #topbar ul{
        justify-content: center;
        margin-top: 0.5rem;
    }
    #home{
        text-align: left;
    }
    .title-home{
        font-size: 30px;
    }
    #home p{
        font-size: 17px;
        font-weight: 500;
    }
    #home p::first-line{
        font-size: 20px;
    }
    .wrapper {
        justify-content: start;
    }
}

