@media (min-width: 320px) and (max-width: 575.98px) { 
    .nav-right{
        opacity: 1 !important;
        visibility: visible !important;
    }
    .nav-right{
        opacity: 1 !important;
        visibility: visible !important;;
    }
    .hero{
        flex-direction: column-reverse !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .h-right {
        width: 80% !important;
    }
    .h-right img{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .h-left {
        width: 90% !important;
    }
    .hs-title {
        font-size: 24px !important;
    }
    .h-title {
        font-size: 52px !important;
    }
    .h-des {
        font-size: 16px !important;
    }
    .h-button {
        display: flex;
        justify-content: space-evenly;
    }
    .h-btn1, .h-btn2{
        font-size: 16px !important;
    }

    .main-title {
        font-size: 27px !important;
        width: 100% !important;
        text-align: center !important;
    }
    .title-overlay {
        font-size: 64px !important;
    }
    .service-cat {
        column-gap: 10px;
    }
    .filter-btn {
        font-size: 12px !important;
    }
    .service-carts {
        flex-direction: column !important;
    }
    .service-item {
        width: 100% !important;
    }
    .contact-wrp {
        flex-direction: column !important;
        gap: 20px;
    }
    .con-right {
        width: 100% !important;
    }
    .con-right form {
        width: 100% !important;
    }
    .f-main {
        flex-direction: column !important;
        padding: 30px 0 !important;
        gap: 20px;
    }
    .f-col1 {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .f-col1 h2 {
        font-size: 51px !important;
        margin-bottom: 30px !important;
    }
    .f-col1 p {
        font-size: 12px !important;
        width: 100% !important;
        text-align: center !important;
    }
    .f-col3 {
        padding-top: 20px !important;
        width: 100% !important;
        align-items: center !important;
    }
    .newsletter-form {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .newsletter-form input {
        width: 100% !important;
        font-size: 12px;
    }
    .newsletter-form button {
        right: 8px !important;
        font-size: 10px !important;
    }
    .social-links-footer a {
        font-size: 27px !important;
    }
    .f-copy p {
        font-size: 12px;
    }

    /* service page */
    .sr-filter {
        margin-bottom: 20px !important;
    }
    .filter-toggle a{
        display: none !important;
    }
    .sort-box select {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
    .sort-box span {
        font-size: 12px !important;
    }
    .result-info p{
        font-size: 12px;
        width: 64px !important;
        margin: 0 !important;
    }
    .sort-box{
        width: 152px !important;
    }
    .service-list {
        gap: 20px !important;
        width: 100%;
    }
    .service-wrp {
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }
    .side-filter{
        display: none !important;
    }
    .service-list {
        justify-content: center !important;
    }
    .page-counter a {
        height: 25px !important;
        width: 25px !important;
        line-height: 25px !important;
    }

    /* Product Page */
    #product-box {
        flex-direction: column;
    }
    .product-img {
        width: 100% !important;
    }
    .product-details {
        padding: 0px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }
    .p-title {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .p-cart-btn {
        font-size: 12px !important;
        padding: 16px 27px !important;
    }
    .p-buy-now {
        font-size: 12px !important;
        padding: 16px 27px !important;
    }
    .p-purchase {
        justify-content: center !important;
    }
    .big-decription {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 20px !important;
    }
    .desc-left {
        width: 100% !important;
    }
    .desc-right {
        width: 100% !important;
    }

    /* cart */
    #cart-main {
        padding: 72px 0 28px 0 !important;
    }
    .cart-wrp {
        padding-top: 25px !important;
    }
    .main-common-title h2 {
        font-size: 24px !important;
    }
    .cart-wrp {
        flex-direction: column;
        gap: 30px;
    }
    .cart-product {
        width: 100% !important;
    }
    .cart-checkout {
        width: 100% !important;
        padding: 40px 32px 50px 32px;
    }
    .product-card img {
        width: 100px !important;
        object-fit: cover;
    }
    .card-title {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }
    .card-price-wrp {
        font-size: 18px !important;
    }
    .cart-trash i {
        font-size: 17px !important;
    }

    /* mobile */
    .mobile-details {
        width: 100% !important;
    }
    .mobile {
        flex-direction: column-reverse;
    }
    .mobile-mockup img {
        width: 100% !important;
    }
    .mobile-mockup {
        width: 70% !important;
    }
    .mobile-details h1 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 20px 0 !important;
    }
    .mobile-details p {
        font-size: 14px !important;
    }
    .app-download img {
        width: 123px !important;
    }
 }







@media (min-width: 576px) and (max-width: 767.98px) { 
    .hero{
        flex-direction: column-reverse !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .nav-right{
        opacity: 1 !important;
        visibility: visible !important;
    }
    .h-right {
        width: 80% !important;
    }
    .h-right img{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .h-left {
        width: 90% !important;
    }
    .hs-title {
        font-size: 24px !important;
    }
    .h-title {
        font-size: 52px !important;
    }
    .h-des {
        font-size: 16px !important;
    }
    .h-button {
        display: flex;
        justify-content: space-evenly;
    }
    .h-btn1, .h-btn2{
        font-size: 16px !important;
    }

    .main-title {
        font-size: 27px !important;
        width: 100% !important;
        text-align: center !important;
    }
    .title-overlay {
        font-size: 64px !important;
    }
    .service-cat {
        column-gap: 10px;
    }
    .filter-btn {
        font-size: 12px !important;
    }
    .service-carts {
        flex-direction: column !important;
    }
    .service-item {
        width: 100% !important;
    }
    .contact-wrp {
        flex-direction: column !important;
        gap: 20px;
    }
    .con-right {
        width: 100% !important;
    }
    .con-right form {
        width: 100% !important;
    }
    .f-main {
        flex-direction: column !important;
        padding: 30px 0 !important;
        gap: 20px;
    }
    .f-col1 {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .f-col1 h2 {
        font-size: 51px !important;
        margin-bottom: 30px !important;
    }
    .f-col1 p {
        font-size: 12px !important;
        width: 100% !important;
        text-align: center !important;
    }
    .f-col3 {
        padding-top: 20px !important;
        width: 100% !important;
        align-items: center !important;
    }
    .newsletter-form {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .newsletter-form input {
        width: 100% !important;
        font-size: 12px;
    }
    .newsletter-form button {
        right: 8px !important;
        font-size: 10px !important;
    }
    .social-links-footer a {
        font-size: 27px !important;
    }
    .f-copy p {
        font-size: 12px;
    }
    /* service page */
    .sr-filter {
        margin-bottom: 20px !important;
    }
    .filter-toggle a{
        display: none !important;
    }
    .sort-box select {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
    .sort-box span {
        font-size: 12px !important;
    }
    .result-info p{
        font-size: 12px;
        width: 64px !important;
        margin: 0 !important;
    }
    .sort-box{
        width: 152px !important;
    }
    .service-list {
        gap: 20px !important;
        width: 100%;
    }
    .service-wrp {
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }
    .side-filter{
        display: none !important;
    }
    .service-list {
        justify-content: center !important;
    }
    .page-counter a {
        height: 25px !important;
        width: 25px !important;
        line-height: 25px !important;
    }
    /* Product Page */
    #product-box {
        flex-direction: column;
    }
    .product-img {
        width: 100% !important;
    }
    .product-details {
        padding: 0px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }
    .p-title {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .p-cart-btn {
        font-size: 12px !important;
        padding: 16px 27px !important;
    }
    .p-buy-now {
        font-size: 12px !important;
        padding: 16px 27px !important;
    }
    .p-purchase {
        justify-content: center !important;
    }
    .big-decription {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 40px !important;
    }
    .desc-left {
        width: 100% !important;
    }
    .desc-right {
        width: 100% !important;
    }


    /* cart */
    #cart-main {
        padding: 72px 0 28px 0 !important;
    }
    .cart-wrp {
        padding-top: 25px !important;
    }
    .main-common-title h2 {
        font-size: 24px !important;
    }
    .cart-wrp {
        flex-direction: column;
        gap: 30px;
    }
    .cart-product {
        width: 100% !important;
    }
    .cart-checkout {
        width: 100% !important;
        padding: 40px 32px 50px 32px;
    }
    .product-card img {
        width: 100px !important;
        object-fit: cover;
    }
    .card-title {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }
    .card-price-wrp {
        font-size: 18px !important;
    }
    .cart-trash i {
        font-size: 17px !important;
    }

    /* mobile */
    .mobile-details {
        width: 100% !important;
    }
    .mobile {
        flex-direction: column-reverse;
    }
    .mobile-mockup img {
        width: 100% !important;
    }
    .mobile-mockup {
        width: 50% !important;
    }
    .mobile-details h1 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 20px 0 !important;
    }
    .mobile-details p {
        font-size: 14px !important;
    }
    .app-download img {
        width: 123px !important;
    }
 }








@media (min-width: 768px) and (max-width: 991.98px) { 
    .hero{
        flex-direction: column-reverse !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .nav-right{
        opacity: 1 !important;
        visibility: visible !important;
    }
    .h-right {
        width: 60% !important;
    }
    .h-right img{
        width: 100% !important;
        margin-bottom: 20px;
    }
    .h-left {
        width: 90% !important;
    }
    .hs-title {
        font-size: 24px !important;
    }
    .h-title {
        font-size: 52px !important;
    }
    .h-des {
        font-size: 16px !important;
    }
    .h-button {
        display: flex;
        justify-content: space-evenly;
    }
    .h-btn1, .h-btn2{
        font-size: 16px !important;
    }

    .main-title {
        font-size: 47px !important;
        width: 100% !important;
        text-align: center !important;
    }
    .title-overlay {
        font-size: 120px !important;
    }
    .service-cat {
        column-gap: 10px;
    }
    .filter-btn {
        font-size: 12px !important;
    }
    .service-carts {
        flex-direction: row !important;
    }
    .service-item {
        width: 45% !important;
    }
    .contact-wrp {
        flex-direction: column !important;
        gap: 20px;
    }
    .con-right {
        width: 100% !important;
    }
    .con-right form {
        width: 100% !important;
    }
    .f-main {
        flex-direction: row !important;
        flex-wrap: wrap;
        padding: 30px 0 !important;
        gap: 20px;
    }
    .f-col1 {
        /* width: 100% !important; */
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .f-col1 h2 {
        font-size: 51px !important;
        margin-bottom: 30px !important;
    }
    .f-col1 p {
        font-size: 12px !important;
        width: 350px !important;
        text-align: center !important;
    }
    .f-col3 {
        padding-top: 20px !important;
        width: 100% !important;
        align-items: center !important;
    }
    .newsletter-form {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .newsletter-form input {
        width: 100% !important;
        font-size: 12px;
    }
    .newsletter-form button {
        right: 8px !important;
        font-size: 10px !important;
    }
    .social-links-footer a {
        font-size: 27px !important;
    }
    .f-copy p {
        font-size: 12px;
    }
    /* service page */
    .sr-filter {
        margin-bottom: 20px !important;
    }
    .filter-toggle a{
        display: none !important;
    }
    .sort-box select {
        font-size: 12px !important;
        padding: 6px 10px !important;
    }
    .sort-box span {
        font-size: 12px !important;
    }
    .result-info p{
        font-size: 12px;
        width: 64px !important;
        margin: 0 !important;
    }
    .sort-box{
        width: 152px !important;
    }
    .service-list {
        gap: 20px !important;
        width: 100%;
    }
    .service-wrp {
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }
    .side-filter{
        display: none !important;
    }
    .service-list {
        justify-content: center !important;
    }
    .page-counter a {
        height: 25px !important;
        width: 25px !important;
        line-height: 25px !important;
    }
    /* Product Page */
    #product-box {
        flex-direction: column;
    }
    .product-img {
        width: 100% !important;
    }
    .product-details {
        padding: 0px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }
    .p-title {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .p-cart-btn {
        font-size: 16px !important;
        padding: 16px 27px !important;
    }
    .p-buy-now {
        font-size: 16px !important;
        padding: 16px 27px !important;
    }
    .p-purchase {
        justify-content: center !important;
    }
    .big-decription {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 50px !important;
    }
    .desc-left {
        width: 100% !important;
    }
    .desc-right {
        width: 100% !important;
    }

    /* cart */
    #cart-main {
        padding: 72px 0 28px 0 !important;
    }
    .cart-wrp {
        padding-top: 25px !important;
    }
    .main-common-title h2 {
        font-size: 24px !important;
    }
    .cart-wrp {
        flex-direction: column;
        gap: 30px;
    }
    .cart-product {
        width: 100% !important;
    }
    .cart-checkout {
        width: 100% !important;
        padding: 40px 32px 50px 32px;
    }
    .product-card img {
        width: 100px !important;
        object-fit: cover;
    }
    .card-title {
        font-size: 12px !important;
        margin-bottom: 10px !important;
    }
    .card-price-wrp {
        font-size: 18px !important;
    }
    .cart-trash i {
        font-size: 17px !important;
    }

    /* mobile */
    .mobile-details {
        width: 100% !important;
    }
    .mobile {
        flex-direction: column-reverse;
    }
    .mobile-mockup img {
        width: 100% !important;
    }
    .mobile-mockup {
        width: 40% !important;
    }
    .mobile-details h1 {
        font-size: 30px !important;
        line-height: 35px !important;
        margin: 20px 0 !important;
    }
    .mobile-details p {
        font-size: 14px !important;
    }
    .app-download img {
        width: 123px !important;
    }
}







@media (min-width: 992px) and (max-width: 1199.98px) { 
    .h-right img {
        width: 100% !important;
    }
    .main-title {
        width: 100% !important;
        text-align: center;
    }
    .f-col1 h2 {
        font-size: 51px !important;
        margin-bottom: 30px !important;
    }
    .f-col1 p {
        font-size: 12px !important;
        width: 350px !important;
    }
    .side-filter {
        width: 49%;
    }
    .service-list {
        gap: 36px !important;
        justify-content: center !important;
    }
    .top-cart {
        flex-direction: column !important;
    }
    .top-cart-details {
        margin-left: 0px !important;
    }
    .top-cart img {
        width: 100% !important;
    }


    /* Product Page */
    #product-box {
        flex-direction: column;
    }
    .product-img {
        width: 100% !important;
    }
    .product-details {
        padding: 0px !important;
        margin-top: 20px !important;
        width: 100% !important;
    }
    .p-title {
        font-size: 24px !important;
        line-height: 28px !important;
    }
    .p-cart-btn {
        font-size: 12px !important;
        padding: 16px 27px !important;
    }
    .p-buy-now {
        font-size: 12px !important;
        padding: 16px 27px !important;
    }
    .p-purchase {
        justify-content: center !important;
    }
    .big-decription {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 20px !important;
    }
    .desc-left {
        width: 100% !important;
    }
    .desc-right {
        width: 100% !important;
    }
 }


@media (min-width: 1200px) and (max-width: 1399.98px) {  }


@media (min-width: 1400px) {  }
