@media screen and (min-width: 1024px) {
    .container {
        width: 90vw;
        max-width: 1300px;
    }
    .containerLarge {
        width: 95vw;
    }
    .mainHeader,
    .par,
    .tripleConainer {
        width: 90vw;
        max-width: 1300px;
    }
    .mainHeader.fixed {
        max-width: 100vw;
    }
    .mainHeader.fixed .mainLogo {
        height: 70px;
        margin-top: 0;
    }
    .par>div {
        width: 30vw;
    }
    .tripleConainer>div {
        max-width: 22vw;
        margin: 10px;
    }
    .catdog .divcatdog {
        width: 49%;
        display: inline-flex;
        align-items: center;
    }
    .catdog .divcatdog .cat,
    .catdog .divcatdog .dog {
        width: 40%;
        min-height: 200%;
        bottom: 0;
        background-position: left bottom;
        left: 0;
    }
    .scrolled {
        position: relative;
    }
    .productdiv {
        display: inline-block;
        width: calc(100% - 380px);
        vertical-align: top;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .filterdiv {
        display: inline-flex;
        vertical-align: top;
        margin-left: 20px;
        width: 350px;
    }
    .productdiv .product-card {
        min-width: 250px;
        flex: 1 1 0;
        max-width: 250px;
    }
    .scrolled .productdiv {
        margin-right: 370px;
    }
    .scrolled .filterdiv {
        position: fixed;
        top: 0;
        right: 0;
    }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
    .container,
    .containerLarge {
        width: 95vw;
    }
    .aboutpro .containerLarge {
        width: 100%;
    }
    .mainHeader,
    .par {
        width: 95vw;
    }
    .par>div {
        width: 50vw;
    }
    .aboutpro:not(.containerLarge .product-grid) {
        padding: 0;
    }
    .tripleConainer {
        flex-direction: column;
        align-items: center;
    }
    .tripleConainer>div {
        width: 80vw;
        margin: 10px auto;
    }
    .mainHeader .maindiv {
        background-image: url(/images/logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .mainHeader .maindiv::after {
        content: "";
        display: block;
        clear: both;
    }
    .mainHeader>div>div {
        display: block;
    }
    .mainHeader>div .mainLogo {
        margin: 0 auto;
        width: 80px;
        float: none;
        display: none;
    }
    .maindiv .profBTN {
        margin-top: 10px;
        margin-left: 30px;
    }
    .maindiv .cartBTN {
        margin-top: 19px;
    }
    .sandwich {
        display: block;
        cursor: pointer;
        padding: 20px;
        color: white;
        text-align: center;
        float: right;
    }
    .navbar {
        position: fixed;
        overflow: hidden;
        height: 0;
    }
    .navbar.navBarActive {
        overflow: visible;
        height: auto;
        position: static;
    }
    .nav-list {
        flex-direction: column;
        display: block;
        clear: both;
        margin: 0 auto;
    }
    .nav-list>li>a,
    .nav-list>li>a:link,
    .nav-list>li>a:visited {
        display: block;
        text-align: center;
    }
    .navbar .navitem-dropdown {
        height: 40px;
        overflow: hidden;
    }
    .navBarActive .navitem-dropdown.active {
        height: auto;
        overflow: visible;
    }
    .navitem-dropdown:hover .dropdownmenu {
        animation: none;
        height: 0;
        opacity: 0;
    }
    .navitem-dropdown.active .dropdownmenu {
        height: auto;
        opacity: 1;
    }
    .catdog {
        flex-direction: column;
    }
    .catdog .divcatdog {
        display: flex;
        width: 50vw;
        align-items: center;
        margin: 60px auto;
    }
    .catdog .divcatdog .cat,
    .catdog .divcatdog .dog {
        width: 40%;
        min-height: 250%;
        bottom: 0;
        background-position: left bottom;
        left: 0;
    }
    .contact {
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        background-color: var(--color3);
        padding: 10px;
        gap: 30px;
        overflow: hidden;
    }
    .mapiframe {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    .contact .contactinfo {
        margin-top: 10px;
    }
    .contactinfo .headerinfo {
        margin-top: 30px;
        margin-right: 20px;
    }
    .contactinfo h3 {
        font-size: 25px;
        color: var(--color1);
        margin: 15px 0 5px 0;
    }
    .contactinfo p {
        font-size: 15px;
        color: var(--color2);
        margin: 5px;
        font-family: 'shabnam';
    }
    .social {
        display: flex;
        gap: 10px;
    }
    .tel {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-image: url(/images/img/telegram.png);
        background-repeat: no-repeat;
    }
    .insta {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-image: url(/images/img/instagram.png);
        background-repeat: no-repeat;
    }
    .contactinfo .phone {
        display: flex;
        width: 100%;
        height: 10%;
        justify-content: space-between;
    }
    .product .productdiv {
        margin: 0 auto;
    }
    .wholediv {
        border: 1px solid rgb(235, 235, 235);
        border-radius: 20px;
        max-width: 1600px;
        margin: 60px 50px;
        display: flex;
        flex-direction: column;
    }
    .wholediv .productdiv {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .wholediv .productdiv .product-img {
        width: 500px;
        height: 500px;
    }
    .wholediv .productdiv .thumbnails {
        margin: 0 auto;
    }
    .wholediv .productdiv .thumbnails .thumbnailone,
    .thumbnailtwo {
        width: 90px;
        height: 90px;
    }
    .wholediv .desdiv {
        margin: 0 auto;
    }
    .wholediv .desdiv .product-table,
    .wholediv .buybutton {
        width: 80vw;
    }
    .wholediv .buybutton {
        padding: 20px 0;
    }
    .wholediv .buybutton .des {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .cur {
        margin: 0 auto;
    }
    .padding {
        padding: 0 90px;
    }
    .Firstcont {
        display: flex;
        flex-direction: column;
    }
    .Firstcont .firsttext {
        margin: 0 auto;
        padding: 0;
        width: 70%;
        text-align: center;
        font-size: 20px;
    }
    .Firstcont .firstpic {
        margin: 50px auto;
    }
    .seccont {
        flex-direction: column;
    }
    .seccont .sectext {
        order: -1;
        margin: 0 auto;
        padding: 0;
        width: 70%;
        text-align: center;
        font-size: 20px;
    }
    .seccont .secpic {
        margin: 50px auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
    .container {
        width: 60%;
    }
    .containerLarge {
        width: 98%;
    }
    .mainHeader>div .mainLogo {
        margin: 0 auto;
        width: 80px;
    }
    .mainHeader,
    .par {
        width: 100%;
        border-radius: 0;
    }
    .par>div {
        width: 60%;
    }
    .tripleConainer {
        flex-direction: column;
        align-items: center;
    }
    .tripleConainer>div {
        width: 80%;
        margin: 10px auto;
    }
    .homeNewPro {
        width: 90vw;
    }
    .mainHeader .maindiv {
        background-image: url(/images/logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .maindiv .profBTN {
        margin-top: 5px;
        margin-left: 30px;
    }
    .maindiv .cartBTN {
        margin-top: 14px;
    }
    .mainHeader .maindiv::after {
        content: "";
        display: block;
        clear: both;
    }
    .mainHeader>div>div {
        display: block;
    }
    .mainHeader>div .mainLogo {
        margin: 0 auto;
        width: 80px;
        float: none;
        display: none;
    }
    .sandwich {
        display: block;
        cursor: pointer;
        padding: 20px;
        color: white;
        text-align: center;
        float: right;
    }
    .navbar {
        overflow: hidden;
        height: 0;
    }
    .navbar.navBarActive {
        overflow: visible;
        height: auto;
        position: static;
    }
    .nav-list {
        flex-direction: column;
        display: block;
        clear: both;
        margin: 0 auto;
    }
    .nav-list>li>a,
    .nav-list>li>a:link,
    .nav-list>li>a:visited {
        display: block;
        text-align: center;
    }
    .navbar .navitem-dropdown {
        height: 40px;
        overflow: hidden;
    }
    .navBarActive .navitem-dropdown.active {
        height: auto;
        overflow: visible;
    }
    .navitem-dropdown:hover .dropdownmenu {
        animation: none;
        height: 0;
        opacity: 0;
    }
    .navitem-dropdown.active .dropdownmenu {
        height: auto;
        opacity: 1;
    }
    .catdog .divcatdog {
        display: flex;
        width: 70vw;
        align-items: center;
        margin: 100px auto;
    }
    .catdog .divcatdog .cat,
    .catdog .divcatdog .dog {
        width: 40%;
        min-height: 250%;
        bottom: 0;
        background-position: left bottom;
        left: 0;
    }
    .catdog .divcatdog a,
    .catdog .divcatdog a:link,
    .catdog .divcatdog a:visited {
        font-size: 60px;
    }
    .productdiscount {
        position: relative;
        height: 500px;
        background-color: var(--color1);
        margin: 50px auto;
        border-radius: 15px;
        margin-top: 0;
        z-index: 100;
    }
    .productdiscount h3 {
        padding-top: 60px;
        padding-right: 30px;
        color: var(--color3);
        font-family: "RokhFaNum";
        font-size: 30px;
        line-height: 1.7em;
        font-weight: bold;
        margin-top: 0;
        padding-top: 30px;
        text-align: center;
    }
    .productdiscount>p {
        padding: 0px 30px;
        color: var(--color3);
        font-family: "shabnam";
        font-size: 18px;
        line-height: 1.7em;
        width: 100%;
    }
    .preproductdiscount {
        width: 85vw;
    }
    .preproductdiscount::before {
        content: "";
        display: block;
        min-width: 80vw;
        margin: 0 auto;
        background-image: url(/images/img/catdog.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        height: 200px;
        margin-bottom: -27px;
        z-index: 10000;
        position: relative;
        margin-right: -70px;
    }
    .progrid {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 20px;
        margin-right: 20px;
        margin-top: -10px;
        text-align: center;
    }
    .progrid::-webkit-scrollbar {
        width: 2px;
        border-radius: 10px;
    }
    .progrid::-webkit-scrollbar-track {
        background: #FE7A36;
        border-radius: 10px;
        width: 2px;
    }
    .progrid::-webkit-scrollbar-thumb {
        width: 2px;
        background: var(--color3);
        border-radius: 10px;
    }
    .progrid::-webkit-scrollbar-thumb:hover {
        background: var(--color3);
        border-radius: 10px;
    }
    .procard {
        background-color: var(--color3);
        background-image: url(/images/bgPattern.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        width: 300px;
        height: 340px;
        text-align: center;
        position: relative;
        overflow: visible;
        display: inline-block;
        margin-left: 20px;
        margin-top: 100px;
    }
    .card_Child {
        margin: 0 auto;
        margin-top: -85px;
        background-color: #FCF9F4;
        height: 350px;
        width: 280px;
        border-radius: 15px 15px 15px 15px;
        border: 1px;
        border-style: solid;
        border-color: #ebebeb;
    }
    .procard:hover .card_Child {
        box-shadow: 0 0 20px rgb(0 0 0 / 20%);
        border: 1px solid transparent !important;
    }
    .card_Child .product-img {
        width: 190px;
        height: 190px;
        border-radius: 100%;
        background-color: rgba(187, 187, 187, 0.233);
        margin: 30px auto;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .card_Child h3 {
        font-size: 18px;
        margin: 0 auto;
        padding: 0;
    }
    .card_Child p {
        padding: 0;
        margin: 0 auto;
    }
    .card_Child .price {
        font-size: 17px;
        color: var(--color1);
    }
    .contact {
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        width: 70%;
        height: auto;
        background-color: var(--color3);
        border-radius: 15px;
        padding: 10px;
        gap: 50px
    }
    .map {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
        height: 38vh;
        background-color: var(--color1, );
        border-radius: 15px;
        background-image: url(/images/bgPattern.png);
        background-size: contain;
        margin: 0;
    }
    .mapiframe {
        width: 90%;
        height: 90%;
        border-radius: 15px;
    }
    .contactinfo .headerinfo {
        margin-top: 30px;
        margin-right: 20px;
    }
    .contactinfo h3 {
        font-size: 20px;
        color: var(--color1);
    }
    .social {
        display: flex;
        gap: 10px;
    }
    .tel {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-image: url(/images/img/telegram.png);
        background-repeat: no-repeat;
    }
    .insta {
        width: 38px;
        height: 39px;
        background-size: contain;
        background-image: url(/images/img/instagram.png);
        background-repeat: no-repeat;
    }
    .contactinfo .phone {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 15%;
        justify-content: space-between;
    }
    .wholediv {
        border: 1px solid rgb(235, 235, 235);
        border-radius: 20px;
        max-width: 1600px;
        margin: 60px 50px;
        display: flex;
        flex-direction: column;
    }
    .wholediv .productdiv {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
    .wholediv .productdiv .product-card {
        margin: 50px auto;
    }
    .wholediv .productdiv .product-img {
        width: 500px;
        height: 500px;
    }
    .wholediv .productdiv .thumbnails {
        margin: 0 auto;
    }
    .wholediv .productdiv .thumbnails .thumbnailone,
    .thumbnailtwo {
        width: 90px;
        height: 90px;
    }
    .wholediv .desdiv,
    .wholediv .buybutton {
        margin: 0 auto;
        width: 95%;
    }
    .wholediv .buybutton .des {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .aboutpro:not(.containerLarge .product-grid) {
        padding: 0;
    }
    .cur {
        margin: 0 auto;
    }
    .padding {
        padding: 0 90px;
    }
    .Firstcont {
        display: flex;
        flex-direction: column;
    }
    .Firstcont .firsttext {
        margin: 0 auto;
        padding: 0;
        width: 70%;
        text-align: center;
        font-size: 20px;
    }
    .Firstcont .firstpic {
        margin: 50px auto;
    }
    .seccont {
        flex-direction: column;
    }
    .seccont .sectext {
        order: -1;
        margin: 0 auto;
        padding: 0;
        width: 70%;
        text-align: center;
        font-size: 20px;
    }
    .seccont .secpic {
        margin: 50px auto;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 93vw;
    }
    .containerLarge {
        width: 100%;
    }
    h1 {
        font-size: 1.5rem;
    }
    .paw {
        background-image: url(/images/icon/paw45deg.png);
        background-repeat: no-repeat;
        background-position: right top;
        background-size: 1.5em;
        padding: .2em;
        padding-top: .3em;
        padding-right: 1.7em;
    }
    .btnP,
    .btnP:link,
    .btnP:visited {
        display: inline-block;
        padding: 10px;
        border-radius: 10px;
        font-size: 13px;
        font-weight: normal;
        font-family: shabnam;
        padding-left: 50px;
        background-position: 18px center;
        background-size: 30px auto;
        background-repeat: no-repeat;
        border: 2px solid;
    }
    .btnP1,
    .btnP1:link,
    .btnP1:visited {
        background-color: var(--color1);
        color: white;
        background-image: url(/images/icon/pawwhite.png);
        border-color: var(--color1);
    }
    .btnP1:hover {
        background-color: var(--color3);
        border-color: var(--color3);
    }
    .btnFloat {
        position: absolute;
        left: .70em;
        top: 3.51em;
    }
    .mainHeader,
    .par {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0;
    }
    .par>div {
        width: 93vw;
    }
    .tripleConainer {
        flex-direction: column;
        align-items: center;
    }
    .tripleConainer>div {
        width: 80vw;
        margin: 10px auto;
    }
    .mainHeader .maindiv {
        background-image: url(/images/logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .mainHeader .maindiv::after {
        content: "";
        display: block;
        clear: both;
    }
    .mainHeader>div>div {
        display: block;
    }
    .mainHeader>div .mainLogo {
        margin: 0 auto;
        width: 80px;
        float: none;
        display: none;
    }
    .maindiv .profBTN {
        margin-top: 10px;
        margin-left: 30px;
    }
    .maindiv .cartBTN {
        margin-top: 19px;
    }
    .sandwich {
        display: block;
        cursor: pointer;
        padding: 20px;
        color: white;
        text-align: center;
        float: right;
    }
    .navbar {
        position: fixed;
        overflow: hidden;
        height: 0;
    }
    .navbar.navBarActive {
        overflow: visible;
        height: auto;
        position: static;
    }
    .nav-list {
        flex-direction: column;
        display: block;
        clear: both;
        margin: 0 auto;
    }
    .nav-list>li>a,
    .nav-list>li>a:link,
    .nav-list>li>a:visited {
        display: block;
        text-align: center;
    }
    .navbar .navitem-dropdown {
        height: 40px;
        overflow: hidden;
    }
    .navBarActive .navitem-dropdown.active {
        height: auto;
        overflow: visible;
    }
    .navitem-dropdown:hover .dropdownmenu {
        animation: none;
        height: 0;
        opacity: 0;
    }
    .navitem-dropdown.active .dropdownmenu {
        height: auto;
        opacity: 1;
    }
    .catdog .divcatdog {
        display: flex;
        width: 75vw;
        align-items: center;
        margin: 80px auto;
    }
    .catdog .divcatdog .cat,
    .catdog .divcatdog .dog {
        width: 40%;
        min-height: 250%;
        bottom: 0;
        background-position: left bottom;
        left: 0;
    }
    .catdog .divcatdog a,
    .catdog .divcatdog a:link,
    .catdog .divcatdog a:visited {
        font-size: 35px;
    }
    .productdiscount {
        position: relative;
        height: 500px;
        background-color: var(--color1);
        margin: 50px auto;
        border-radius: 15px;
        margin-top: 0;
        z-index: 100;
    }
    .productdiscount h3 {
        padding: 10px;
        color: var(--color3);
        font-family: "RokhFaNum";
        font-size: 30px;
        line-height: 1.7em;
        font-weight: bold;
        margin-top: 0;
        padding-top: 30px;
        margin-bottom: 5px;
        text-align: center;
    }
    .productdiscount p {
        padding-top: 0px;
        padding-right: 30px;
        color: var(--color3);
        font-family: "shabnam";
        font-size: 18px;
        line-height: 1.7em;
        display: block;
        padding-top: 0;
        margin-top: 0;
        max-width: 100%;
        width: 100%;
    }
    .preproductdiscount::before {
        content: "";
        display: block;
        min-width: 80vw;
        margin: 0 auto;
        background-image: url(/images/img/catdog.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: contain;
        height: 150px;
        margin-bottom: -27px;
        z-index: 10000;
        position: relative;
    }
    .progrid {
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 20px;
        margin-right: 20px;
        margin-top: -10px;
    }
    .procard {
        background-color: var(--color3);
        background-image: url(/images/bgPattern.png);
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
        width: 300px;
        height: 340px;
        text-align: center;
        position: relative;
        overflow: visible;
        display: inline-block;
        margin-left: 20px;
        margin-top: 100px;
    }
    .card_Child {
        margin: 0 auto;
        margin-top: -85px;
        background-color: #FCF9F4;
        height: 350px;
        width: 280px;
        border-radius: 15px 15px 15px 15px;
        border: 1px;
        border-style: solid;
        border-color: #ebebeb;
    }
    .procard:hover .card_Child {
        box-shadow: 0 0 20px rgb(0 0 0 / 20%);
        border: 1px solid transparent !important;
    }
    .card_Child .product-img {
        width: 190px;
        height: 190px;
        border-radius: 100%;
        background-color: rgba(187, 187, 187, 0.233);
        margin: 30px auto;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .card_Child h3 {
        font-size: 18px;
        margin: 0 auto;
        padding: 0;
    }
    .card_Child p {
        padding: 0;
        margin: 0 auto;
    }
    .card_Child .price {
        font-size: 17px;
        color: var(--color1);
    }
    .counter-container {
        flex-direction: column;
        gap: 30px;
    }
    .counter-box {
        width: 80%;
        border-bottom: 1px solid var(--color1);
        padding-bottom: 10px;
    }
    .counter-box h2 {
        font-size: 2rem;
    }
    .counter-box p {
        font-size: 0.9rem;
    }
    .contact {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: auto;
        background-color: var(--color3);
        border-radius: 15px;
        padding: 10px;
        gap: 20px;
        flex-direction: column;
    }
    .map {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 38vh;
        background-color: var(--color1, );
        border-radius: 15px;
        background-image: url(/images/bgPattern.png);
        background-size: contain;
        margin: 0;
    }
    .mapiframe {
        width: 90%;
        height: 90%;
        border-radius: 15px;
    }
    .contactinfo .headerinfo {
        margin-top: 30px;
        margin-right: 30px;
    }
    .contactinfo h3 {
        font-size: 20px;
        color: var(--color1);
    }
    .social {
        display: flex;
        gap: 10px;
    }
    .tel {
        width: 30px;
        height: 30px;
        background-size: contain;
        background-image: url(/images/img/telegram.png);
        background-repeat: no-repeat;
    }
    .insta {
        width: 29px;
        height: 39px;
        background-size: contain;
        background-image: url(/images/img/instagram.png);
        background-repeat: no-repeat;
    }
    .contactinfo .phone {
        display: flex;
        width: 100%;
        height: 15%;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .footer-container>div:first-child {
        flex: 100 0 100%;
    }
    .wholediv {
        border: 1px solid rgb(235, 235, 235);
        border-radius: 20px;
        margin: 30px 10px;
        display: flex;
        flex-direction: column;
        padding: 5%;
    }
    .wholediv .desdiv .product-table {
        display: flex;
        flex-wrap: wrap;
        min-width: 80%;
        max-width: 100%;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #f9f9f9;
    }
    .product-table .productTags span {
        padding: 0;
    }
    .wholediv .buybutton .des {
        min-width: 100%;
        margin: 0 auto;
    }
    .tabs {
        width: 80%;
        margin: 20px auto;
    }
    .tab-content.active-tab {
        min-width: 100%;
    }
    .padding {
        padding: 0 10px;
    }
    .service-container {
        flex-direction: column;
    }
    .wholediv>* {
        min-width: 100%;
    }
    .wholediv .productdiv .product-img {
        width: 100%;
    }
    .wholediv .productdiv .thumbnails {
        justify-content: center;
        padding: 10px;
    }
    .wholediv .productdiv .thumbnails span {
        width: 60px;
        height: 60px;
        margin: 5px;
    }
    .wholediv .desdiv {
        padding: 10px;
    }
    .wholediv .buybutton {
        padding: 20px 10px;
    }
    .wholediv .buybutton .des {
        flex-direction: column;
        width: 50%;
    }
    .wholediv .buybutton .des button {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }
    .tabs {
        width: 100%;
    }
    .tab-button {
        font-size: 14px;
        padding: 8px 20px;
        margin: 0 10px;

    }
    .accordion {
        padding: 10px;
    }
    .accordion-header {
        font-size: 14px;
    }
    .accordion-content {
        font-size: 12px;
    }
    .service-container {
        flex-direction: column;
        text-align: center;
    }
    .service-box {
        width: 100%;
    }
}
.Firstcont {
    display: flex;
    flex-direction: column;
}
.Firstcont .firsttext {
    margin: 0 auto;
    padding: 0;
    width: 70%;
    text-align: center;
    font-size: 20px;
}
.Firstcont .firstpic {
    margin: 50px auto;
}
.seccont {
    flex-direction: column;
}
.seccont .sectext {
    order: -1;
    margin: 0 auto;
    padding: 0;
    width: 70%;
    text-align: center;
    font-size: 20px;
}
.seccont .secpic {
    margin: 50px auto;
}
.aboutpro:not(.containerLarge .product-grid) {
    padding: 0;
}
.productdiv .product-card {
    min-width: 250px;
    flex: 1 1 0;
}
.service-container {
    display: flex;
    flex-direction: column;
}