@media only screen and (max-width: 576px) {
    html,
    body {
        overflow-x: hidden;
    }
    .header-navbar {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
        padding: 28px;
        border-radius: 67px;
        position: relative !important;
        top: unset;
        background: #fff;
        margin-left: unset;
    }
    .news-image img {
        width: 325px;
        height: 298px;
        border-radius: 20px;
    }
    .sub-p {
        font-size: 24px;
        padding: 40px;
    }
    .form-input-box input {
        padding: 20px 10px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        width: 353px;
        border: none;
    }
    .page-banner-wrapper {
        padding-top: 100px;
        position: relative;
        z-index: 2;
    }
    .about-page .story-overlay {
        position: absolute;
        left: 10px;
        bottom: 55px;
        right: 25px;
        color: #fff;
        text-align: left;
    }
    .pattern1 {
        left: unset;
    }
    .left-dash {
        display: none;
    }
    .right-dash {
        display: none;
    }
    .pattern2 {
        right: unset;
    }
    .footer-contact {
        text-align: left;
    }
    .float-logo img {
        background: #fff;
        border-radius: 50%;
        margin-top: 9px;
        width: 100px;
    }
    .portfolio-title {
        font-size: 32px;
        font-weight: 700;
        color: #000;
        text-align: center;
    }
    .portfolio-desc {
        font-size: 14px;
        color: #555;
        text-align: center;
    }
    .description-image img {
        width: 336px;
    }
    .tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        justify-content: center;
        margin-top: 20px;
    }
    .product-description.open {
        max-height: 987px;
        opacity: 1;
        margin-top: 15px;
        padding: 30px;
        margin-right: 15%;
    }

    .banner-wrapper {
        height: 26vh;
    }
    .carousel-item .banner-image {
        height: 26vh;
        filter: brightness(0.5);
    }
    .carousel-caption .bar-head {
        background: rgba(217, 253, 118, 1);
        color: #000;
        font-size: 8px;
        width: 130px;
        font-weight: 600;
        padding: 4px;
        border-radius: 20px;
        text-transform: uppercase;
    }
    .product-card-wrapper {
        display: none;
    }
    .carousel-caption {
        position: absolute;
        right: unset;
        bottom: 2.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: var(--bs-carousel-caption-color);
        text-align: center;
    }
    .carousel-caption .bar-head {
        background: rgba(217, 253, 118, 1);
        color: #000;
        font-size: 8px;
        width: 130px;
        font-weight: 600;
        padding: 4px;
        border-radius: 20px;
        text-transform: uppercase;
    }
    .ban-title {
        font-family: "InriaSans-Regular", sans-serif;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        text-align: left;
        margin-top: 15px;
    }
    .ban-desc {
        font-size: 9px;
        text-align: left;
        color: #eeeeee;
        font-weight: 100;
    }
    .prev-btn {
        display: none;
    }
    .next-btn {
        display: none;
    }
    .call-btns {
        display: none;
        gap: 30px;
        margin-top: 45px;
    }
}
