@import "style.css";

@media (max-width: 2000px) {


    .philosiphy .description,
    .product-section:nth-child(odd) .description {
        justify-content: flex-start;

    }

    .sustainability .description,
    .product-section:nth-child(even) .description {
        justify-content: flex-end;

    }

    .sustainability .sustainability-img,
    .philosiphy .philosiphy-img,
    .product-section .product-img {
        width: 60%;
        height: auto;
    }

    .container {
        max-width: 1400px;
    }

    .description {
        font-size: 18px;
    }

    .services .description {
        font-size: 16px;
    }

    .services_item .services_item_text>h4 {
        font-size: 20px;
    }

    .header_text h1 {
        font-size: 5.5rem;
    }

    .footer__heading {
        font-size: 2rem;
    }

    .footer__section .footer_list {
        font-size: 16px;
    }

    nav .nav-menu>li>a {
        font-size: 16px;

    }

    .navbar-right {
        font-size: 15px !important;
    }

    .contact-us .parent-div .contact-us-info .title-section .sub-title {
        font-size: 16px;
    }

    .contact-us .parent-div .contact-us-info .contact-info .item {
        font-size: 18px;
    }

    .contact-us .parent-div .contact-us-form form .row .label,
    .contact-us .parent-div .contact-us-form form .row .input .label {
        font-size: 16px;
    }

    .contact-us .parent-div .contact-us-info .title-section h2,
    .contact-us-form .title-section h2 {
        font-size: 35px;
    }


}

@media (max-width:1800px) {
    .video-baner {
        height: 650px;
    }

    .sustainability .sustainability-img,
    .philosiphy .philosiphy-img,
    .product-section .product-img {
        width: 50%;
    }

    .sustainability .parent-div,
    .philosiphy .parent-div,
    .product-section .parent-div {
        width: 80%;
    }

    .sustainability,
    .philosiphy,
    .product-section {
        height: fit-content;
    }

    .philosiphy .description,
    .sustainability .description,
    .product-section .description {
        padding-top: 100px;
    }
}

@media (max-width: 1600px) {


    .sustainability .description .title,
    .philosiphy .description .title,
    .product-hero-section .our-products .description .title,
    .why-us .container .description .title,
    .product-section .product-description h3 {
        font-size: 4.5rem;
    }

    .description {
        font-size: 14px;
    }

    .title-section h2 {
        font-size: 40px;

    }

    .title-section h4 {
        font-size: 18px;
    }

    .custom-slider-section {
        height: 62vh;
    }

    .header_text>p {
        font-size: 16px;
    }

    .navbar_list .navbar_item>a {
        font-size: 14px;
    }

    .container {
        max-width: 1300px;
    }

    .header_text {
        width: 80%;
    }

    .header_text h1 {
        font-size: 46px;
    }

    .button {
        padding-top: 16px 26px;
        font-size: 15px;

    }

    .services .services_item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .product_item_content>h3 {
        font-size: 18px !important;
    }
}

@media (max-width: 1500px) {
    .contact-us-form {
        width: 50%;
    }

    .contact-us .image {
        width: 50%;
    }

    .about-us-section .about-us {
        height: 550px;
    }

    .about-us-section .about-us .description .title,
    .sustainability .sustainability-description h3,
    .philosiphy .philosiphy-description h3,
    .product-hero-section .our-products .description .title,
    .why-us .container .description .title,
    .product-section .product-description h3 {
        font-size: 3rem;
        margin-bottom: 20px;
    }

    .product-section .product-img {
        align-self: center;
    }

    .page-content {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container {
        max-width: 1200px;
    }

    .section-padding-bottom {
        padding-bottom: 50px !important;
    }
}

@media (max-width:1360px) {
    .video-baner {
        height: 600px;
    }

    .footer__sections {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 50px;
    }

    .footer__section {
        padding: 20px 20px;

    }

    .services-flex-box {
        gap: 20px;
    }

    .services .services_item {
        margin: 10px 0;
        padding: 0 10px;
        gap: 15px;
    }

    .services {
        padding-top: 10px;
    }



}

@media (max-width: 1200px) {
    .product-hero-section{
        margin-top: 80px;
    }
    .contact-us {
        margin-top: 80px;
    }

    .header-mobile-withe-space {
        display: block;
    }

    .about-us-section .about-us .text-div {
        width: 100%;
    }

    .baner {
        margin-top: 80px;
    }

    .title-section h2 {
        font-size: 34PX;
    }

    .footer__sections {
        padding-top: 50px !important;
    }

    header>nav>.container {
        padding: 0 16px;
    }

    .container {
        padding: 0 16px;
    }

    .top-navbar {
        display: none;
    }

    nav .nav-menu {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 100;
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 0;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 81px;
        transition: all .3s ease;
    }

    nav {
        height: 80px;
    }

    nav .brand>img {
        height: 61px;

    }

    nav .nav-menu>li {
        justify-content: start;
        height: 50px;
        width: 100%;
        border-bottom: 1px solid #7f828427;

    }

    nav .nav-menu>li>span>i {
        font-size: 20px;
    }

    nav .nav-menu>li>.title-box {
        flex-direction: row;
        width: fit-content;

    }

    nav .nav-menu>li {
        border-left: none;
        padding: 0;

    }

    nav .nav-menu>li:first-child {
        border-right: none;

    }


    nav .nav-menu.show {
        left: 0;

    }

    nav .nav-menu::before {
        content: "";
        position: absolute;
        background-image: url(../PIC/MMP-Logo-Top.svg);
        height: 50px;
        width: 140px;
        background-size: cover;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    nav .nav-menu>li .dropdown-menu-custom {
        top: 0;
        overflow-y: auto;
        max-height: 100vh;
        left: 100%;
        transition: all .3s ease;
        background-color: white;
    }

    nav .nav-menu>li .dropdown-menu-custom.show {
        left: 0;
    }

    nav .nav-menu>li:hover .dropdown-menu-custom {
        max-height: 100vh;
    }

    nav .nav-menu>li>a .bx {
        transform: rotate(-90deg);
    }

    nav .nav-menu>li:hover>a .bx {
        transform: rotate(-90deg);
    }

    nav .nav-menu>li .dropdown-menu-custom .left-section .dropdown-close {
        display: inline-block;
        direction: ltr;
        margin-right: auto;
    }

    nav .toggle-navbar {
        font-size: 40PX;
        display: block;
        transition-delay: .3s;
    }

    nav .toggle-navbar.hide {
        opacity: 0;
        pointer-events: none;
        transition-delay: 0s;
    }

    .products-slider .next-slider-button {
        border: none;
        right: -11px;
        width: 21px;

    }

    .products-slider .preview-slider-button {
        border: none;
        left: -11px;
        flex-shrink: 1;
        width: 21px;
    }

    .container {
        max-width: 1100px;
    }

    .services_item .services_icon-red-box {
        height: 80px;
        width: 80px;
    }

    .services_item .services_icon-red-box .services_icon {
        height: 50px;
    }

}

@media (max-width:1100px) {
    .contact-us-form form {
        width: 90% !important;
    }

    .philosiphy .description,
    .sustainability .description,
    .product-section .description {
        padding-top: 0;
    }

    .philosiphy .philosiphy-img,
    .sustainability .sustainability-img,
    .product-section .product-img {
        width: 90%;
    }

    .sustainability .description,
    .philosiphy .description,
    .product-section:nth-child(odd) .description {
        justify-content: center;

    }

    .product-section:nth-child(even) .description {
        justify-content: center;

    }

    .product-section:nth-child(odd) .product-img {
        align-self: flex-start;

    }

    .sustainability .sustainability-img,
    .product-section:nth-child(even) .product-img {
        align-self: flex-end;

    }

    .sustainability,
    .philosiphy,
    .product-section {
        flex-direction: column !important;
    }

    .product-hero-section .our-products .gallery-item {
        width: 240px;
        height: 310px;
    }

    .why-us {
        height: 700px;
        width: 100%;

    }

    .blog-post-main-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .blog-post {
        flex-direction: column;
        height: fit-content;
        gap: 10px;

    }

    .blog-post .blog-post-img {
        width: 100%;
        height: 50%;

    }

    .blog-post .blog-post-content {
        width: 100%;
        height: 50%;
        align-items: center;
        text-align: center;

    }

    .blog-post-content h4 {
        margin-block-start: 0;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .blog-post-content p {
        margin-bottom: 10px;
    }


    .product_item_content>h3 {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .contact-us .image{
        max-height: 500px !important;
        min-height: 400px !important;
    }
    .contact-us {
        flex-direction: column !important;
    }

    .contact-us .image {
        width: 100%;
        max-height: 300px;
    }

    .contact-us-form {
        width: 100%;
    }

    .product-card:hover .product-content {
        opacity: 1;
    }

    .product_item_content>h3 {
        font-size: 15px !important;
    }

    .products .products_item .product_item_content {
        flex-direction: column;
        gap: 0;
    }

    .products .products_item:hover .product_item_content {
        opacity: 1 !important;

    }

    .steps_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-top: 20px;
    }

    .product-card .product-content .button {
        display: flex;

    }

    .button.mobile-more-info {
        display: flex;
        flex-grow: 0;
        padding: 5px 5px 5px 15px;
        gap: 10px;
    }

    .black-blur-div {
        display: none;
    }

    .services .services_item {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .honors_records {
        margin-top: 2rem;
    }

}

@media (max-width: 991px) {
    .about-us-section .about-us {
        height: 500px;
    }

    .about-us-section .about-us .description {
        max-width: 100%;
    }

    .why-us .container .description {
        margin-top: 50px;
    }

    .why-us .container .description {
        width: 100%;
        max-width: 100%;
    }

    .red-dots-div {
        top: 0;
        opacity: .5;
    }

    .why-us {
        height: fit-content;
    }

    .product-hero-section .our-products .gallery {
        justify-content: start;
    }

    .product-hero-section .our-products .gallery-item:nth-child(even) {
        transform: none;
    }

    .product-hero-section .our-products .gallery-item {
        flex-shrink: 0;
    }



    .product-hero-section .our-products {
        height: fit-content;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .product-hero-section .our-products .gallery {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 0;
    }

    .product-hero-section .our-products .description {
        max-width: 100%;
    }

    .product-hero-section .container {
        flex-direction: column;
        gap: 50px;
    }

    .product-hero-section .our-products .text-div {
        width: 100%;
    }

    .services .description {
        text-align: center;
    }

    h2 {
        margin-block-end: 0 !important;
    }

    .philosiphy .container,
    .sustaiability .container {
        gap: 0;
        padding-top: 0;
        padding-bottom: 50px;
        flex-direction: column;
    }

    .philosiphy .container .philosiphy-content-div,
    .sustaiability .container .sustaiability-content-div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .philosiphy .philosiphy-img-div,
    .sustaiability .sustaiability-img-div {
        position: static;
        width: 100%;
        height: 400px;
    }

    .blog-post-main-title {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .footer__sections {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer__section {
        padding: 20px 20px;

    }

    .contact-us .parent-div .contact-us-form form .row .input {
        width: 100%;
    }

    .contact-us .parent-div .contact-us-form form .row.display-flex {
        flex-direction: column;
    }

    .contact-us .parent-div .contact-us-form {
        width: 100%;
    }

    .blog .title-section,
    .products .title-section,
    .aboutUs .title-section {
        margin-bottom: 20px;
    }

    .button.mobile-more-info {
        font-size: 12px;
    }

    .header_text h1 {
        font-size: 4.5rem;
    }

    .header_text {
        top: 20%;
    }

    .title-section h2 {
        font-size: 32px !important;
    }


    .container {
        max-width: 800px;
    }

    .section-padding-top {
        padding-top: 70px !important;
    }

    .title-section {
        text-align: left;
    }

    .header_text {
        width: 80% !important;
    }

    .services .services_item {
        flex-direction: column;

    }

    .services .services_item .services_item_text {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .services_item .services_item_text>h4 {
        margin-bottom: 10px;
    }

    .services-flex-box {
        gap: 0;
    }

    .contact-us .parent-div {
        flex-direction: column;
    }

    .contact-us .parent-div .contact-us-info {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .product-hero-section .our-products .gallery-item .name {
        font-size: 13px;

    }

    @keyframes axisX {
        0% {
            transform: translateX(350%);

        }

        100% {
            transform: translateX(-350%);
        }
    }

    .blog-post-main-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .description {
        font-size: 14px;
    }

    .whyUs_content>p {
        font-size: 1.5rem;

    }

    .whyUs_content>h2 {
        font-size: 2.5rem;
        line-height: 2.7rem;
    }

    .footer__sections {
        display: block;
    }

    .footer__branding {
        display: block;
        text-align: center;
    }

    .footer_logo {
        display: block;
    }

    .footer_logo>p {
        font-size: 1.3rem;
    }

    .footer_logo>img {
        width: 100px;
        height: 100px;
    }

    .copy-right-content {
        align-items: center;
    }

    .copy-right-content {
        flex-direction: column;
    }

    .sustaiability::before,
    .sustaiability::after {
        height: 170;
        width: 176;
    }

    .footer__section {
        padding: 20px 20px;
        border-bottom: 1px solid #d3d7e0;
    }

    .footer__section:last-child {
        border-bottom: none;
    }

    .steps_list {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 0;
        gap: 10px;

    }

    .navbar_list {
        direction: ltr;
        /* padding: 20px 0; */
    }

    .title-section h2 {
        font-size: 40px !important;
    }


    .container {
        width: 100%;
    }

    .title-section {
        margin-bottom: 30px;
    }

    .honors_records {
        gap: 20px;
    }

    .honors_records_text {
        flex-direction: row;
        gap: 20px;

    }

    .honors_num {
        justify-content: left;
    }

    .honors_icon {
        height: 80px;
    }

    .honors_records_item {
        padding: 30px 10px;
    }

}

@media (max-width:670px) {
    .contact-us-form form {
        width: 100% !important;
    }

    .about-us-section .about-us .description .title,
    .sustainability .sustainability-description h3,
    .philosiphy .philosiphy-description h3,
    .sustainability .description .title,
    .product-hero-section .our-products .description .title,
    .why-us .container .description .title,
    .product-section .product-description h3 {
        font-size: 24px;
    }

    .sustainability .sustainability-img,
    .philosiphy .philosiphy-img,
    .product-section .product-img {
        width: 99%;
    }

    .sustainability .parent-div,
    .philosiphy .parent-div,
    .product-section .parent-div {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .baner .baner-title {
        font-size: 40px;
    }

    .product-archive {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .product-details-section .description-section .description-parent-div .title {
        font-size: 24px;
    }

    .page-road {
        margin-bottom: 15px;
    }

    .page-road a {
        font-size: 16px;
    }

    .page-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .product_item_content>h3 {
        font-size: 15px !important;
    }

    .custom-slider-section,
    .slideshow-container {
        height: 65vh;
    }

    .Slideshow-container img {
        height: 100% !important;
    }

    .navbar_logo img {
        height: 45px;
    }


    .services-flex-box {
        flex-direction: column;
    }

    .services .services_item {
        margin: 0;
        padding: 20px 15px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.164);
        flex-direction: row;

    }

    .services .services_item:last-child {
        border-bottom: none;
    }

    .services .services_item .services_item_text {
        align-items: flex-start;
    }

    .services .services_item .services_item_text>p {
        text-align: left;
    }

}

@media (max-width: 576px) {
    .about-us-section .about-us .text-div {
        padding-top: 0;
    }

    .about-us-section .about-us {
        height: 500px;
    }

    .baner .baner-title {
        font-size: 30px;
        width: fit-content;
    }

    .contact-us .parent-div .contact-us-info .contact-us-img img {
        width: 450px;
        height: 300px;
    }

    .circle__mesh {
        height: 50px;
        width: 50px;
    }

    @keyframes axisX {
        0% {
            transform: translateX(400%);

        }

        100% {
            transform: translateX(-400%);
        }
    }

    .product-details-section .description-section .description-parent-div {
        margin: 10px 0;
    }

    .product-card .product-content {
        padding: 25px 20px;
    }

    .copy-right-content .display-flex {
        flex-direction: column;
        align-items: center;
    }

    .footer__copyright {
        font-size: 12px;
        letter-spacing: .3px;
        font-weight: 600;
    }

    .contact-us .parent-div .contact-us-info .contact-info {
        gap: 15px;
    }

    .contact-us .parent-div .contact-us-info .contact-info .item a,
    .contact-us .parent-div .contact-us-info .contact-info .item {
        font-size: 14px;
    }

    .contact-us .parent-div .contact-us-info .title-section h2,
    .contact-us .parent-div .contact-us-info .social-network-title {
        font-size: 22px;
    }

    .product_item_content {
        flex-direction: column;
        padding: 10px;
    }

    .button.mobile-more-info {
        flex-grow: 0;
        padding: 5px 5px 5px 15px;
        gap: 10px;
    }

    .product-card .product-content .button {
        position: absolute;
        bottom: 53px;
        right: 10px;
    }

    .product-card .product-content .product-title {
        font-size: 16px;
    }

    .blog-post-content p,
    .contact-us .parent-div .contact-us-info .title-section .sub-title {
        font-size: 14px;
    }

    .contact-us .parent-div .contact-us-info .title-section {
        margin-bottom: 20px;
    }

    .contact-us .parent-div .contact-us-info .title-section h4 {
        font-size: 26px !important;
    }

    .contact-us .parent-div .contact-us-info {
        padding: 20px 20px 50px 20px;
        gap: 30px;
    }

    .sustaiability .container .fiba-img .fiba {
        width: 100%;
    }

    .sustaiability .container .fiba-img .flower-red-arrow {
        width: 15%;
        left: 43%;
        bottom: 18%;
    }

    .sustaiability .button-section {
        flex-direction: column;
    }


    .blog-posts {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }

    .link-arrow {
        font-size: 14px;
        width: 100%;
        justify-content: space-between;
    }

    .blog {
        margin-bottom: 0;
    }

    .row .button {
        margin: 0;
    }

    .product_item_content>h3 {
        font-size: 21px;
    }

    .custom-slider-section .slideshow-container .dots .dot {
        height: 10px;
    }

    .custom-slider-section .slideshow-container .dots .dot.active,
    .custom-slider-section .slideshow-container .dots .dot.active:hover {
        width: 40px;
    }

    .custom-slider-section .slideshow-container .next-slider-button,
    .custom-slider-section .slideshow-container .preview-slider-button {

        bottom: -5px;
        top: auto;
    }

    .button {
        position: relative;
        font-size: 1.2rem !important;
        border: 0;
        cursor: pointer;
        text-transform: uppercase;
        transition: all .5s ease-in;
        overflow: hidden;
    }

    .button.slider-btn {
        margin-top: 10px;
    }

    .title-section h2 {
        font-size: 35px !important;
        line-height: auto;
    }

    .title-section h4 {
        font-size: 16px !important;
    }

    .section-padding-top {
        padding-top: 50px;
    }

    .container {
        width: 100%;
    }

    .honors_records {
        grid-template-columns: 1fr;
    }

    .play-btn {
        margin-left: 0;
    }


    .title-section {
        margin-bottom: 20px;
    }

    .sustaiability .description {
        font-size: 14px;
    }

    .honors_records {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .header_text h1 {
        font-size: 4rem !important;
        line-height: 35px;
    }

    .header_text p {
        font-size: 14px !important;
        margin-top: 10px !important;
    }


}

@media(max-width:400px) {
    .contact-us .parent-div .contact-us-info .contact-us-img {
        left: 32%;
    }

    .circle__mesh {
        height: 50px;
        width: 50px;
    }

    @keyframes axisX {
        0% {
            transform: translateX(300%);

        }

        100% {
            transform: translateX(-300%);
        }
    }
}