@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {
    .logo {
        display: none;
    }

    .logo-mob {
        display: block;
        margin-top: 4rem;
    }

    .logo-mob img {
        width: 100px;
    }
    
    .carousel-fade {
        margin-top: 1rem;
    }

    .nav-firm-name {
        padding-left: 1rem;
    }

    /* .navbar{
        position: absolute;
        right: 0;
        background: rgba(255, 255, 255,0.5);
        width: fit-content;
    }

    .navbar-toggler i{
        color: #333 !important;
    } */

    /* sec-about */
    .sec-about {
        padding: 40px 0px 9rem;
        background-image: url(../images/branch.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: 22rem;
    }

    /* bg-photo-show */
    .bg-photo-show {
        padding: 6rem 0px;
    }

    .bg-photo-show h1 {
        font-size: 3rem;
    }

    /* footer */
    footer {
        padding: 40px 20px;
        background-color: var(--green);
        background-image: url(../images/bagpack.png), url(../images/back.png);
        background-repeat: no-repeat, no-repeat;
        background-position: right bottom, right bottom;
        background-size: 13rem, contain;
        font-size: 0.9rem;
    }

    /* footer-top */
    .footer-top {
        padding: 45px 0px;
    }

    .credit-line {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .top-title-section-about{
        margin-top: 1rem;
    }
    .top-title-section-about h2{
        width: 100%;
        top: 10px;
    }
}

@media only screen and (width: 540px) {}