/*
Theme Name: Mendez Theme
Theme URI: https://example.com/
Description: Child theme of Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: mendez-theme
*/

/* Add your custom styles below */

#navigatiom-vertical-menu {
    position: fixed;
    width: 25%;
    right: 0;
    top: 0;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

#navigatiom-vertical-menu.active {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

#open-menu-btn,
#close-menu-btn {
    cursor: pointer;
}

.main-header-container.sticky {
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(0, 0, 0, 0.01);
    border-radius: 12px;
    z-index: 999;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 99%;
    border: 1px solid #fff;
}

.elementor-element-0376bd3 {
    background-position-y: 20px !important;
}

.hero-image {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    display: flex !important;
    height: 100%;
    align-items: flex-end !important;
    justify-content: center !important;
}

.hero-image img {
    width: auto !important;
    height: 95% !important;
    object-fit: cover;
}

.hero-main-heading .elementor-heading-title {
    white-space: nowrap;
    white-space-collapse: preserve;
    font-size: calc(152 / 1440 * 100vw) !important;
    color: #000 !important;
}

.ups-list .elementor-icon-list-item{
	border: 1px solid #000;
	padding: 12px;
	border-radius: 4px;
}


.marquee-container {
    overflow-x: clip !important;
    overflow-y: visible !important;
}

.el-marquee {
    overflow: hidden;
    white-space: nowrap;
}

.el-track {
    display: flex;
    width: max-content;
    animation: scroll 18s linear infinite;
}

.el-item {
    color: #000;
    font-size: 18px;
    padding: 0 25px;
    letter-spacing: 1px;
    white-space: nowrap;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 300;
    text-transform: uppercase;
}

.el-item:not(:first-child)::before {
    content: "⚡";
    margin-right: 20px;
}

.el-item-dark {
    color: #000 !important;
}

#tools-tech-overview .elementor-heading-title {
    font-size: calc(73 / 1440 * 100vw) !important;
    white-space: nowrap;
    white-space-collapse: preserve;
    text-align: center
}

.logo-box {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #000;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
}

.logo-item {
    min-width: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #000;
    padding: 6px 10px;
    border-radius: 4px;
}

.logo-item i {
    font-size: 28px;
}

.large-logo-item {
    min-width: 0;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
}

.large-logo-item span {
    color: #000;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 600;
    font-size: 44px;
}

.large-logo-item i {
    font-size: 64px;
    color: #000;
}

.logo-item-text-white i,
.logo-item-text-white span {
    color: #fff !important;
}

#projects .elementor-heading-title {
    font-size: calc(76 / 1440 * 100vw) !important;
    white-space: nowrap;
    white-space-collapse: preserve;
    text-align: center
}

.project-list-image-box .elementor-image-box-title {
    margin: 0;
}

.tools-used .elementor-icon-list-items {
    gap: 12px;
}

.tools-used .elementor-icon-list-item {
    border: 1px solid #000;
    padding: 4px 8px !important;
    border-radius: 4px;
    background: #fff;
}

.pin-container {
    transition: .5s !important;
}

.pin-container.scrolled {
    background-color: #000;
    transition: .5s;
}

.scrolled .elementor-image-box-title,
.scrolled .elementor-image-box-description {
    color: #fff !important;
}

.featured-project-image {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease !important;
    pointer-events: none;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    z-index: 999999 !important;
}

.featured-project-image img {
    height: 90% !important;
    width: auto !important;
}

/* #footer-section {
    position: sticky;
    bottom: 0;
} */

.footer-main-heading .elementor-heading-title {
    color: #fff !important;
    font-size: calc(148 / 1440 * 100vw) !important;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 1024px) {

    #navigatiom-vertical-menu {
        width: 100%;
    }

    .large-logo-item span {
        font-size: 24px;
    }

    .large-logo-item i {
        font-size: 32px;
    }

    #tools-tech-overview .elementor-heading-title {
        font-size: calc(70 / 1440 * 100vw) !important;
    }

    #projects .elementor-heading-title {
        font-size: calc(70 / 1440 * 100vw) !important;
    }

    .featured-project-image {
        display: none !important;
    }

    .footer-main-heading .elementor-heading-title {
        font-size: calc(140 / 1440 * 100vw) !important;
    }
}


@media only screen and (max-width: 767px) {

    .hero-main-heading .elementor-heading-title {
        font-size: calc(140 / 1440 * 100vw) !important;
    }

    .hero-image {
        position: relative !important;

    }

    .hero-image img {
        height: auto !important;
        width: 65% !important;
    }
    
    .el-item {
        font-size: 14px;
    }

    #tools-tech-overview .elementor-heading-title {
        font-size: 28px !important;
        white-space: wrap;
    }

    #projects .elementor-heading-title {
        font-size: 28px !important;
        white-space: wrap;
    }

    .project-list-image-box .elementor-image-box-title {
        margin-top: 8px !important;
    }

    .footer-main-heading .elementor-heading-title {
        font-size: calc(125 / 1440 * 100vw) !important;
    }
}