/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.cactus-box-shadow {
    box-shadow: 1rem 1rem 1.5rem 0 rgba(222,226,232,.59);
}

.cactus-border-radius {
    border-radius: 25px;
}

.elementor-widget-google_maps * {
    border-radius: 25px!important;
}

.main-header {
    background-image: linear-gradient(180deg, #12664e8f, #12664e00);
}

.main-header .elementor-widget-icon-list {
    border-radius: 25px;
    background-color: #12664ec4;
    padding: .75rem 2rem;
    border: 1px solid var( --e-global-color-secondary );
    transition: all .4s;
}

.main-header .elementor-widget-icon-list:hover {
    background-color: var( --e-global-color-primary );
}

.main-header .elementor-widget-icon-list .elementor-icon-list-text::before {
    content: "";
    width: 0%;
    position: relative;
    display: block;
    height: 1px;
    background-color: var( --e-global-color-secondary );
    position: absolute;
    bottom: 0px;
}

@keyframes slide-in {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes slide-out {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

.main-header .elementor-widget-icon-list .elementor-icon-list-text:hover::before {
    animation: none;
    animation: slide-in 0.5s forwards;
}
.main-header .elementor-widget-icon-list .elementor-icon-list-text:not(:hover)::before {
    animation: none;
    animation: slide-out 0.5s forwards;
}

/* .main-header .elementor-icon-list-item a:active .elementor-icon-list-text::before {
    width: 100%!important;
} */

/* .main-header a:active .elementor-icon-list-text::before {
    background-color: red!important;
} */

.light-wave {
    margin-bottom: -410px;
}

@media only screen and (max-width: 1500px) {
    .light-wave {
        margin-bottom: -270px;
    }
}

@media only screen and (max-width: 1024px) {
    .light-wave {
        margin-bottom: -175px;
    }
}

@media only screen and (max-width: 400px) {
    .dark-wave {
        margin-bottom: 10vh;
    }
    .light-wave {
        margin-bottom: -11vh;
    }
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
    .dark-wave {
        margin-bottom: 10vh;
    }
    .light-wave {
        margin-bottom: -11.5vh;
    }
}

.work-plan-icon {
    display: flex!important;
    width: max-content!important;
    max-width: max-content!important;
    min-width: max-content!important;
}

.work-plan-icon .elementor-icon {
    background-color: var( --e-global-color-primary );
    border-radius: 20px;
    padding: 16px;
    border-style: solid;
    border-width: 1px!important;
    border-color: var( --e-global-color-secondary )!important;
}

#start .e-con-inner {
    padding: 0px 20px!important;
}

.contact-tabs .eael-tab-content-item {
    padding: 40px 0px 0px 0px!important;
}

.contact-tabs .eael-tab-item-trigger {
    padding: 18px 32px!important;
    border-radius: 20px!important;
    margin-right: 24px!important;
    width: max-content!important;
    max-width: max-content!important;
    min-width: max-content!important;
}

.publication-wrapper {
    box-shadow: 2rem 2rem 1.5rem 0 rgba(222, 226, 232, .59);
    transition: all .4s;
}

.publication-wrapper:hover {
    box-shadow: 12px 12px 0 0 var( --e-global-color-secondary );
}

.publication-wrapper:hover .image-shadow {
    box-shadow: 12px 12px 0 0 var( --e-global-color-secondary );
}



.image-shadow {
    position: absolute;
    width: 180px;
    height: 180px;
    left: 50%;
    transform: translateX(-50%);
    top: -90px;
    box-shadow: 2rem 2rem 1.5rem 0 rgba(222, 226, 232, .59);
    border-radius: 50%;
    z-index: -1;
}

.publication-wrapper img {
    border-style: solid;
    border-width: 10px;
    border-color: #fff;
}

.publication-seperator {
    width: .0625rem;
    height: 11rem;
    background-color: var( --e-global-color-secondary );
    z-index: 0;
}

.publication-item:hover {
    background-color: var( --e-global-color-9c42453 );
    transform: scale(1.2);
}

.project-aim-wrapper {
    box-shadow: -12px 12px 0 0 var( --e-global-color-secondary );
}

.bottom-footer .credits a {
    color: var( --e-global-color-secondary )!important;
}

.popup-close-button:hover a {
    background-color: black!important;
    transform: scale(0.8);
}

.single-work-plan {
    box-shadow: 12px 12px 0 0 var( --e-global-color-secondary );
    transition: all .4s;
    border-style: solid;
    border-width: 1px;
    border-color: #77777736;
    border-radius: 25px;
}

.single-work-plan:hover {
    transform: translate(12px, 12px);
    box-shadow: none;
}

.contact-form .elementor-field-type-submit button .elementor-button-text {
    padding: 16px 0px!important;
}


@media only screen and (max-width: 1500px) {
    .publications-grid {
        gap: 0px;
    }

    .publication-item-wrapper:nth-child(3),
    .publication-item-wrapper:nth-child(4) {
        border-top: 1px solid var( --e-global-color-secondary )!important;;
    }

    .publication-item-wrapper:nth-child(2) .elementor-widget-html {
        display: none;
    }

    .publication-item-wrapper .publication-item {
        padding: calc(2rem + 20px);
    }

    .publication-item-wrapper .publication-item:hover {
        transform: scale(1.05);
    }
}

@media only screen and (max-width: 1024px) {
    .main-header .logo-container {
        order: 2;
        width: 60%;
        flex-direction: row;
        justify-content: center;
    }

    .main-header .menu-container {
        order: 1;
        width: 20%;
        flex-direction: row;
        justify-content: flex-start;
    }

    .main-header .contact-button-container {
        order: 3;
        width: 20%;
    }

    .main-header .logo-container img {
        object-position: center center!important;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .logo-container {
        width: 70%;
        order: 1;
        justify-content: flex-start;
    }

    .main-header .menu-container {
        width: 30%;
        order: 2;
        justify-content: flex-end;
    }

    .main-header .logo-container img {
        object-position: center left!important;
    }
}


@media only screen and (max-width: 767px) {
    .ambitions-car-wrapper {
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .publication-item-wrapper .elementor-widget-html {
        display: none;
    }

    .publication-item-wrapper:not(:first-child) {
        border-top: 1px solid var( --e-global-color-secondary )!important;;
    }
}

.quotation-marks {
    font-size: 48px;
}

/* .calculate-width {
    width: calc(100% - 340px)!important;
} */