@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {

    /* bg-photo-show */
    .bg-photo-show {
        padding: 6rem 0px;
    }

    .bg-photo-show h1 {
        font-size: 3rem;
    }

    .top-mobile-view {
        display: none !important;
    }

    /* why-us-container */
    .why-us-container {
        padding-top: 5rem;
        padding-bottom: 0rem;
        background-image:none;
        background-size: 100%;
        background-position: center;
    }

    .why-us-container .col-md-4{
        margin-bottom: 5rem;
    }

    .why-us-container .why-us-box {
        /* background-color: var(--white); */
        background-color: rgba(255, 255, 255, 0.8);
        padding: 0.8rem;
        border-radius: 1rem;
        border: 1px solid var(--green);
        /* margin-bottom: 5rem; */
        /* border-top-right-radius: 1rem;
        border-top-left-radius: 1rem; */
        text-align: center;
        height: 100%;
    }

    .why-us-container .why-us-box p {
        margin-bottom: 0px;
    }

    .why-us-container .why-us-box i {
        background-color: var(--blue);
        color: var(--white);
        font-size: 2rem;
        padding: 1.2rem;
        border-radius: 80px;
        position: relative;
        top: -40px;
        outline: 2px solid var(--green);
        border: 5px solid var(--white);
    }

    .navbar {
        background-color: #ffffff !important;
    }

    /* footer */
    footer {
        padding: 60px 0px 60px;
        background-color: var(--l-green);
        /* background-image: url(../images/bagpack1.png),url(../images/back.png); */
        background-image: url(../images/bagpack1.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 16rem;
        font-size: 0.85rem;
        color: var(--black);
        border-top: 5px solid var(--green);
    }

    footer h5 {
        margin-top: 2rem;
    }

    .footer-top img {
        width: 15rem;
        position: relative;
        margin-bottom: -80px;
    }

    .credit-line {
        display: flex;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

}

@media only screen and (width: 540px) {}