:root {
    --main-color: #3B1A6C;
    --white-color: #fff;
    --secoundary-color: #2ADEF6;
    --header-height: 80px;
    --font-stack: "Segoe UI", sans-serif;
}

@media(max-width:600px) {
    .navbar-nav a {
        margin: 0;
        font-size: 1rem;
        color: #fff;
    }

    .teamblock img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    h2 {
        font-size: 2rem;
        font-weight: 600;
    }

    h1 {
        font-size: 2rem;
        color: var(--main-color);
        font-weight: 800;
    }

    .webpage video {
        width: 100%;
    }

    .testimonial-text {
    font-style: italic;
    height: auto;
}

    .smblue {

        margin: 1rem 0 1rem 0;
    }

    .offcanvas.offcanvas-start {
        background: var(--main-color);
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: var(--white-color);
    }

    .navmenu li a {
        color: #fff;
        font-size: 19px;
        border-bottom: 1px solid #513b71;
        padding: 20px 0 20px 30px;
    }

    .offcanvas-header {
        display: flex;
        align-items: center;
        padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
        padding: 30px 30px 10px 30px;
    }

    .navbar-nav .dropdown-menu a {
        color: #3B1A6C;
        border-bottom: 1px solid #67d1df;
    }

    .bg-primary {
        background: var(--secoundary-color) !important;
        color: var(--main-color);
        border-bottom: white;
    }

    .mview {
        display: none;
    }

    .testimonial-card {
        margin: 0;
    }

    .mlogo {
        width: 130px;
    }

    .imgabout {
        margin: -2rem 0 2rem 0;
    }

    .navmenu img {
        height: 40px;
    }

    .navbar-toggler {
        padding: 3px 8px;
    }

    .projectmain {
        flex-direction: column;
    }

    .projectmain h1 {

        text-align: center;
    }

    .aboutclients .clientlogos {
        width: 42%;
        margin: 0;
    }

    .cont_box {
        margin: 0 0 2rem 0;

    }

    .proicon {
        width: 70px;
        height: 70px;
    }

    .projectmain h1 {
        font-size: 2.5rem;

    }

    .imgabout1 {
        position: relative;
        border-radius: 5px;
        margin: 0;
        width: 30%;
        position: absolute;
        margin: -50px 0 1rem 1rem;
    }



    .shape4,
    .shape2 {
        top: 20%;
    }

    .sec-shape1 {
        top: 1%;
        left: 1%;
    }

    .sec-shape2 {
        top: 75%;
        left: 1%;
    }

    .sec-shape3 {
        top: -4%;
        right: 0;
    }

    .sec-shape4 {
        top: 75%;
        right: 1%;
    }

    .sec-shape4 img {
        width: 13rem;
    }

    .sec-shape3 img {
        width: 13rem;
    }

    .sec-shape2 img {
        width: 12rem;
    }

    .sec-shape1 img {
        width: 13rem;
    }

    .text-right {
        text-align: left;
    }

    .imgabout2 {
        position: absolute;
        border-radius: 5px;
        margin: 70px 0 0 21px;
        width: 40%;
    }

    .contact-banner-section {
        height: 20vh;
    }

    .list li {
        position: relative;
        position: relative;
        line-height: 20px;
        margin: 0 0 20px 0;
    }

    .list li::after {
        position: absolute;
        width: 1rem;
        height: 1rem;
        background: var(--secoundary-color);
        content: '';
        left: 0;
        border-radius: 1rem;
        margin: 0;
        top: 12px;
        left: -24px;
    }

    .container {
        padding: 0 1.5rem;
    }

    .what_text {
        padding: 2rem;
    }

    .visionmain {
        margin: 0;
        padding-top: 0;
    }

    .footerblock p {
        margin-bottom: 1rem;
    }

    .banner-section {
        height: 60vh;
    }

    .sticky-top {
        padding: 1rem;
    }

    .offcanvas-body {
        padding: 0 0;

    }

    .fa-ul {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }
}