@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {
    .logo {
        width: 5rem;
        right: 7% !important;
        left: auto;
    }

    .ind-name h1 {
        font-size: 2rem;
        margin-top: 10%;
    }
    .navbar-nav{
        text-align: center;
    }

    /* about-section */
    .about-section {
        background-color: var(--blue);
        background-image: none;
        background-repeat: no-repeat;
        background-size: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        color: var(--white) !important;
    }

    .about-section .heading-style {
        margin-top: 0px !important;
    }

    .about-section .heading-style h3 {
        color: var(--white) !important;
    }

    .aboutphotomark {
        margin-top: 15%;
    }

    /* product-section */
    .product-section {
        padding: 30px 0px;
    }

    .footer{
        padding-top: 30px;
        padding-bottom: 30px;
        background-size:70%;
        background-position:right bottom;
    }
    .footer .footer-menu{
        margin-top: 10%;
        margin-left: 5%;
    }

    .about-page {
        padding: 20px 0px;
    }

    .credit{
        display: flex;
        flex-direction: column;
        justify-content:center;
        text-align: center;
        padding: 10px 0px;
    }
}

@media only screen and (width: 540px) {}