@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@media(min-width: 768px) {

    body {
        width: 102%;
        overflow-x: hidden;
        font-family: "Noto Sans", sans-serif;
    }

    .product_main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
        gap: 30px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-top: 30px;
    }

    footer button.commonbtn {
        height: 50px;
        width: 120px;
        border: none;
        font-size: 17px;
        border-radius: 12px;
        font-weight: 600;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        color: white;
        margin-bottom: 0;
    }

    footer button.commonbtn a {
        font-size: 16px;
        font-weight: 700;
    }

    .about-content img {
        object-fit: scale-down;
    }

    .about-name p {
        font-size: 19px;
        font-weight: 300;
    }


}

@media (min-width: 425px) and (max-width: 767px) {
    body {
        font-family: "Noto Sans", sans-serif;
        overflow-x: hidden;
    }

    .navlinks1 .navlinks2 {
        width: 100%;
        height: 207px;
        display: block;
        list-style: none;
        gap: 35px;
        /* color: black; */
        position: absolute;
        font-size: 18px;
        text-align: center;
        z-index: 1;
        top: 54px;
        left: 0;
        background-color: #eaeaea;
        display: none;
        line-height: 40px;
    }


    .menu-btn1 {
        display: block;
        visibility: visible;
        height: 30px;
        position: absolute;
        top: 21px;
        right: 48px;
    }

    .productlist  .card {
        width: 128%;
        margin-left: -35px;
    }
    .abt-img img {
        border-radius: 15px;
        margin-top: 17px;
    }
    .product_main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
        gap: 30px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .newsletter {
        display: block;
    }

    footer button.commonbtn {
        margin-top: 15px;
        height: 43px;
        width: 99px;
        border: none;
        font-size: 17px;
        border-radius: 12px;
        font-weight: 600;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        color: white;
        margin-bottom: 15px;
    }

    .carousel-caption {
        display: block !important;
        position: absolute;

        right: 15%;
        bottom: 0;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .carousel-caption h5 {
        font-size: 18px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        visibility: hidden;
        display: none;
    }

    .ql-main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 40px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-left: -35px;
    }

    .product_main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
        gap: 30px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .nav-item a {
        font-size: 15px;
        width: 150px;
    }

    footer p {
        font-size: 10px;
    }

    footer h5 {
        font-size: 15px;
        font-weight: 700;
    }

    .col-3 ul.nav.flex-column {
        width: 80px;
        position: relative;
        left: -9px;
    }

    .col-4 ul.nav.flex-column {
        width: 80px;
        position: relative;
        left: 2px;
    }

    .Aboutheading {
        position: relative;
        font-size: 25px;
        font-weight: bold;
        background: #121FCF;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .about-content .row {
        display: block;

    }

    .about-content .col-4 {
        width: 100%;
    }

    .about-content .col-8 {
        width: 100%;
    }

    .about-content .col-8 h1 {
        font-size: 35px;
    }

    .mf-content .row {
        display: block;

    }

    .mf-content .col-4 {
        width: 100%;
    }

    .mf-content .col-8 {
        width: 100%;
    }

    .mf-content .col-8 h1 {
        font-size: 35px;
    }

    .cu-content .row {
        display: block;
    }

    .cu-content .col-4 {
        width: 100%;
    }

    .cu-content .col-8 {
        width: 100%;
    }

    .dropdown .submenu>div {
        background-color: antiquewhite;
        visibility: hidden;
        position: absolute;
        left: -75%;
        top: 93px;
        transition: .3s;
        opacity: 0;
    }

    .dropdown .submenu>.div2 {
        background-color: antiquewhite;
        visibility: hidden;
        position: absolute;
        left: -96%;
        top: 48px;
        transition: .3s;
        opacity: 0;
    }
    .productlist{
        padding-left: 0px;
      }


}

@media (min-width: 375px) and (max-width: 424px) {
    body {
        font-family: "Noto Sans", sans-serif;
        overflow-x: hidden;
    }

    .navlinks1 .navlinks2 {
        width: 100%;
        height: 207px;
        display: block;
        list-style: none;
        gap: 35px;
        /* color: black; */
        position: absolute;
        font-size: 18px;
        text-align: center;
        z-index: 1;
        top: 54px;
        left: 0;
        background-color: #eaeaea;
        display: none;
        line-height: 40px;
    }


    .menu-btn1 {
        display: block;
        visibility: visible;
        height: 30px;
        position: absolute;
        top: 21px;
        right: 48px;
    }
    .abt-img img {
        border-radius: 15px;
        margin-top: 17px;
    }

   .productlist .card {
        width: 132%;
        margin-left: -35px;
    }

    .product_main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
        gap: 30px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .newsletter {
        display: block;
    }

    footer button.commonbtn {
        margin-top: 15px;
        height: 43px;
        width: 99px;
        border: none;
        font-size: 17px;
        border-radius: 12px;
        font-weight: 600;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        color: white;
        margin-bottom: 15px;
    }

    .carousel-caption {
        display: block !important;
        position: absolute;

        right: 15%;
        bottom: 0;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .carousel-caption h5 {
        font-size: 13px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        visibility: hidden;
        display: none;
    }

    .ql-main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 40px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-left: -35px;
    }

    .product_main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
        gap: 30px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-top: 30px;
    }

    .nav-item a {
        font-size: 15px;
        width: 150px;
    }

    footer p {
        font-size: 10px;
    }

    footer h5 {
        font-size: 15px;
        font-weight: 700;
    }

    .col-3 ul.nav.flex-column {
        width: 80px;
        position: relative;

    }

    .col-4 ul.nav.flex-column {
        width: 80px;
        position: relative;
        left: 2px;
    }

    .Aboutheading {
        position: relative;
        font-size: 25px;
        font-weight: bold;
        background: #121FCF;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .about-content .row {
        display: block;

    }

    .about-content .col-4 {
        width: 100%;
    }

    .about-content .col-8 {
        width: 100%;
    }

    .about-content .col-8 h1 {
        font-size: 35px;
    }

    .mf-content .row {
        display: block;

    }

    .mf-content .col-4 {
        width: 100%;
    }

    .mf-content .col-8 {
        width: 100%;
    }

    .mf-content .col-8 h1 {
        font-size: 35px;
    }

    .cu-content .row {
        display: block;
    }

    .cu-content .col-4 {
        width: 100%;
    }

    .cu-content .col-8 {
        width: 100%;
    }

    .dropdown .submenu>div {
        background-color: antiquewhite;
        visibility: hidden;
        position: absolute;
        left: -75%;
        top: 93px;
        transition: .3s;
        opacity: 0;
    }

    .dropdown .submenu>.div2 {
        background-color: antiquewhite;
        visibility: hidden;
        position: absolute;
        left: -96%;
        top: 48px;
        transition: .3s;
        opacity: 0;
    }
    .productlist{
        padding-left: 0px;
      }
      footer .row{
        display: block;
      }
      footer .col-4 {
        margin-left: 0;
        width: 80%;
        margin-left: 3%;
    }
      footer .col-3 {
        flex: 0 0 auto;
        width: 50% !important;
        margin-top: 16px;
        margin-left: 3%;
    }
    footer  .offset-1{
        margin-left: 3%;
        margin-top: 16px;
    }

}

@media (min-width:320px) and (max-width:374px) {
    body {

        overflow-x: hidden;
    }

    .navlinks1 .navlinks2 {
        width: 100%;
        height: 207px;
        display: block;
        list-style: none;
        gap: 35px;
        /* color: black; */
        position: absolute;
        font-size: 18px;
        text-align: center;
        z-index: 1;
        top: 54px;
        left: 0;
        background-color: #eaeaea;
        display: none;
        line-height: 40px;
    }

    .menu-btn1 {
        display: block;
        visibility: visible;
        height: 30px;
        position: absolute;
        top: 21px;
        right: 48px;
    }

   .productlist .card {
        width: 128%;
        margin-left: -35px;
    }

    .product_main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
        gap: 30px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-top: 30px;
      
    }

    .newsletter {
        display: block;
    }

    footer button.commonbtn {
        margin-top: 15px;
        height: 43px;
        width: 99px;
        border: none;
        font-size: 17px;
        border-radius: 12px;
        font-weight: 600;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        color: white;
        margin-bottom: 15px;
    }

    .carousel-caption {
        display: block !important;
        position: absolute;

        right: 15%;
        bottom: 0;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }

    .carousel-caption h5 {
        font-size: 18px;
    }
    .abt-img img {
        border-radius: 15px;
        margin-top: 17px;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        visibility: hidden;
        display: none;
    }

    .nav-item a {
        font-size: 9px;
        width: 150px;
    }

    .ql-main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
        gap: 26px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-left: -49px;
    }

    .product_main {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
        gap: 30px;
        align-items: stretch;
        max-width: 1440px;
        margin: 0 auto;
        margin-top: 30px;
    }

    footer p {
        font-size: 10px;
    }

    footer h5 {
        font-size: 15px;
        font-weight: 700;
    }

    .col-3 ul.nav.flex-column {
        width: 80px;
        position: relative;
        left: -9px;
    }

    .col-4 ul.nav.flex-column {
        width: 80px;
        position: relative;
        left: 2px;
    }

    .Aboutheading {
        position: relative;
        font-size: 25px;
        font-weight: bold;
        background: #121FCF;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .about-content .row {
        display: block;

    }

    .about-content .col-4 {
        width: 100%;
    }

    .about-content .col-8 {
        width: 100%;
    }

    .about-content .col-8 h1 {
        font-size: 35px;
    }

    .mf-content .row {
        display: block;

    }

    .mf-content .col-4 {
        width: 100%;
    }

    .mf-content .col-8 {
        width: 100%;
    }

    .mf-content .col-8 h1 {
        font-size: 35px;
    }

    .cu-content .row {
        display: block;
    }

    .cu-content .col-4 {
        width: 100%;
    }

    .cu-content .col-8 {
        width: 100%;
    }


    footer button.commonbtn {
        margin-top: 15px;
        height: 38px;
        width: 83px;
        border: none;
        font-size: 3px;
        border-radius: 12px;
        font-weight: 600;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        color: white;
        margin-bottom: 15px;
    }

    button.commonbtn {
        height: 50px;
        width: 140px;
        border: none;
        font-size: 17px;
        border-radius: 12px;
        font-weight: 600;
        background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
        color: white;
        margin-bottom: 15px;
    }

    button.commonbtn a {
        font-size: 16px;
    }

    .dropdown .submenu>div {
        background-color: antiquewhite;
        visibility: hidden;
        position: absolute;
        left: -75%;
        top: 93px;
        transition: .3s;
        opacity: 0;
    }

    .dropdown .submenu>.div2 {
        background-color: antiquewhite;
        visibility: hidden;
        position: absolute;
        left: -96%;
        top: 48px;
        transition: .3s;
        opacity: 0;
    }
    .dropdown a{
        display:block;
        text-decoration:none;
        padding:8px;
        color:#000;
        font-size: 14px;
        transition:.1s;
        white-space:nowrap;
      }
      .productlist{
        padding-left: 0px;
      }
      footer .row{
        display: block;
      }
      footer .col-4 {
        margin-left: 0;
        width: 80%;
        margin-left: 1%;
    }
      footer .col-3 {
        flex: 0 0 auto;
        width: 50% !important;
        margin-top: 16px;
        margin-left: 1%;
    }
    footer  .offset-1{
        margin-left: 0;
        margin-top: 16px;
        margin-left: 1%;
    }
    li.nav-item.mb-2 {
        padding-left: 10px;
    }
   .col-4 .nav .nav-item {
        padding-left: 0px;
    }

}