@media only screen and (max-width: 576px) {
    html,
    body {
        overflow-x: hidden;
    }
    .conthome {
        background-color: rgba(255, 255, 255, 0.71);
        width: 95%;
        height: 100%;
        border-radius: 18px;
        /* padding: 36px; */
    }
    .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;
    }
    .nav-link.active {
        color: #fff !important;
        background-color: #2e3192;
        border-radius: 5px;
        padding: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .call-btns a {
        border-radius: 50px;
        font-size: 13px;
        padding: 13px;
    }
    .header-navbar {
        position: unset !important;
    }
    .ban-arrows {
        display: none;
    }
    .ban-title {
        font-family: "InriaSans-Regular", sans-serif;
        font-size: 32px;
        font-weight: 500;
        color: #fff;
        text-align: left;
        margin-top: 15px;
    }
    .carousel-item .banner-image {
        height: 65vh;
        filter: brightness(0.5);
    }
    .banner-wrapper {
        height: 65vh;
    }
    .story-right .top-card {
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        height: 300px;
        background: url(/assets/images/mks-ai.png);
        display: flex;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .top-badge {
        display: none;
    }
    .ecom-text {
        text-align: center;
        margin-top: 35px;
    }
    .ecom-p {
        width: unset;
        display: flex;
        justify-content: center;
        margin-inline-start: 10%;
    }
    .title {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }
    .tabs {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        justify-content: center;
    }
    .next-btn {
        display: none;
    }
    .prev-btn {
        display: none;
    }
    .story-overlay {
        position: absolute;
        left: 145px;
        bottom: 55px;
        right: 25px;
        color: #fff;
        text-align: justify;
    }
    .page-banner {
        height: 60vh;
        position: relative;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
    .section-title {
        display: flex;
        justify-content: center;
    }
    .cta-btn {
        margin-top: 18px;
        background: rgba(255, 255, 255, 0.95);
        color: #000;
        border-radius: 30px;
        padding: 3px 17px;
        display: inline-flex;
        gap: 8px;
        align-items: center;
        border: 1px solid #fff;
        margin-inline-start: unset;
    }
    .page-banner-right {
        text-align: center;
    }
    .page-banner-wrapper .page-banners-left h1 {
        font-weight: 500;
        font-size: 39px;
    }
    .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;
    }
    .nav-link.active {
        color: #fff !important;
        background-color: #2e3192;
        border-radius: 5px;
        padding: 10px;
    }
    .conthome {
        background-color: rgba(255, 255, 255, 0.71);
        width: 90%;
        height: 100%;
        border-radius: 18px;
    }
    .map {
        width: 745px;
    }
}
