/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1708047602
Updated: 2024-02-16 01:40:02

*/

.frame {
    margin: 0 auto!important;
}

.explore-txt {
    font-size: 22px;
    width: 100%;
    color: #000;
    text-align: center;
	margin-bottom: -40px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 55px;
}

.pagination .page-numbers {
    display: flex;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 0;
    padding: 16px 11px;
    border-radius: 50px;
    min-width: 32px;
    min-height: 32px;
    align-items: center;
    justify-content: center;
}


.pagination .page-numbers.current {
    background: #407879;
    color: white;
}

.projects {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 22px;
}

.project {
    width: 100%;
    margin-bottom: 20px;
    /* display: grid; */
    flex-wrap: wrap;
}

/* .pleft,
.pright {
    flex: 1;
    overflow: hidden;
    position: relative;
} */

.splide__slide {
    height: 500px !important;
    overflow-y: scroll;
}

.splide__slide::-webkit-scrollbar {
    display: none;
}

.project.even {
    flex-direction: row-reverse;
}

.pleft {
    position: relative;
    overflow: hidden;
    height: 440px;
    order: 1;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.frame-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 40px;
    z-index: 999;
}

.pleft a{
    display: flex;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, #AAD1D2, transparent 50%);
    color: #407879;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
}


.pright {
    background: #fff;
    width: 58%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 50px 0px;
    display: grid;
}

.pslider {
    display: flex;
    transition: transform 0.5s ease;
}

.pslider div {
    flex: 0 0 100%;
    box-sizing: border-box;
}

.pslider img {
    width: 100%;
    height: auto;
}

.pright .splide__slide {
    display: flex;
	flex-wrap: wrap;
    width: 100%;
}

.frame-popup-content {
    height: 100%;
    display: grid;
    align-items: center;
}

.splide__arrow {
    background: transparent !important;
    opacity: 1 !important;
    border: none !important;
    outline: none !important;
}

.splide__arrow svg {
    fill: #407879 !important;
}

.visit-btn {
	min-width: 220px;
    font-size: 18px;
    width: 25%;
    justify-content: center;
    font-weight: 500;
    color: #FFF!important;
    background-color: var(--e-global-color-secondary);
    border-style: solid;
    border-width: 2px;
    border-color: var(--e-global-color-primary);
    border-radius: 8px;
    padding: 14px 30px;
    display: inline-flex;
    margin: 0 auto;
}

.pright .splide__pagination {
    display: flex !important;
    width: max-content;
    background-color: #AAD1D2;
    border-radius: 20px;
    align-items: center;
    padding: 7px 16px;
    justify-content: center;
    margin: auto;
    gap: 9px;
}

.pright .splide__pagination__page {
    background: #fff;
    width: 10px;
    height: 10px;
    margin: 0px;
    opacity: 1;
    outline: none;
    transition: .3s;
}

.pright .splide__pagination__page.is-active {
    background: #407879 !important;
    transform: scale(1);
}

.frame .img-parent::-webkit-scrollbar {
    width: 0px;
}

.img-parent {
    overflow-y: scroll;
}

.desktop {
    background: url('https://mammoo.be/wp-content/uploads/2024/02/desktop-frame.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 400px;
    height: 334px;
}

.desktop .img-parent {
    padding: 0 15px;
    margin-top: 13px;
    height: 224px;
}

.laptop {
    background: url('https://mammoo.be/wp-content/uploads/2024/02/laptop-frame.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 500px;
    height: 291px;
}

.laptop .img-parent {
    padding: 0 55px;
    margin-left: 4px;
    margin-top: 15px;
    height: 240px;
}

.ipad {
    background: url('https://mammoo.be/wp-content/uploads/2024/02/tablet-frame.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 250px;
    height: 373px;

}

.ipad .img-parent {
    padding: 0px 11px;
    margin-top: 19px;
    margin-left: 2px;
    height: 333px;
}

.mobile {
    background: url('https://mammoo.be/wp-content/uploads/2024/02/mobile-frame.png');
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 180px;
    height: 363px;

}

.mobile .img-parent {
    margin: 0px 10px;
    margin-top: 8px;
    height: 347px;
    border-radius: 20px;
}


/* tablet */

@media(max-width: 1024px) {

    .desktop {
        max-width: 328px;
        height: 273px;
    }

    .desktop .img-parent {
        padding: 0 13px;
        margin-top: 13px;
        height: 181px;
    }

    .laptop {
        max-width: 286px;
        height: 166px;
    }

    .laptop .img-parent {
        padding: 0 31px;
        margin-left: 3px;
        margin-top: 10px;
        height: 136px;
    }

    .pright {
        width: 100%;
    }

    .pleft {
        height: 350px;
    }

    .pleft a {
        font-size: 28px;
        list-style: 38px;
    }
}

@media(max-width: 767px) {

    .pleft,
    .pright {
        flex: 100%;
    }

    .pleft {
        margin-top: 30px;
        min-height: 300px;
        order: 0;
    }

    .frame-popup {
        padding: 20px;
    }

    .projects {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .project {
        margin-bottom: 0;
    }

    .pleft a {
        font-size: 25px;
        list-style: 35px;
    }
}




/* ------------------------------------------ */