/**
Theme Name: Hello Elementor Child
Template: hello-elementor
 */





/* hero slide */
.hero_slider {
    display: flex;
    overflow: hidden !important;
/*     height: 42vw !important; */
	height: 89vh !important;
}

.hero_slider .hero_card {
    flex: 1 !important;
    transition: 0.5s !important;
    cursor: pointer;
}

.hero_slider .hero_card .elementor-element,
.hero_slider .hero_card figure.wp-caption {
    height: 100%;
    width: 100% !important;
}

.hero_slider .hero_card .elementor-element img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.hero_slider .hero_card .widget-image-caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 5px;
    color: #fff !important;
    bottom: 0;
    left: 0;
    writing-mode: sideways-lr;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1px;
    transition: 0.5s;
    font-size: 16px;
}

.hero_slider .hero_card .hero_cta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: auto !important;
    text-align: center;
    transition: 0.3s;
    width: 410px !important;
    opacity: 0;
}

.hero_slider .hero_card:hover {
    flex: 2.5 !important;
}

.hero_slider .hero_card:hover .widget-image-caption {
    opacity: 0;
}

.hero_slider .hero_card:hover .hero_cta {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
}



@media screen and (max-width: 1365.99px) {
    .hero_slider {
        height: 55vw !important;
    }
}

@media screen and (max-width: 1023.99px) {
    .hero_slider {
        height: 60vw !important;
    }

    .hero_slider .hero_card:hover .hero_cta {
        width: 340px !important;
    }
}

@media screen and (max-width: 767.99px) {
    .hero_slider {
        height: 80vw !important;
    }

    .hero_slider .widget-image-caption {
        font-size: 12px;
    }

    .hero_slider .hero_card:hover .hero_cta {
        width: 95% !important;
    }
}

@media screen and (max-width: 440.99px) {
    .hero_slider {
        height: 320px !important;
    }
}



.hero_slider:has(.hero_card:nth-child(3):hover) .hero_card:nth-child(1) {
    flex: 0.8 !important;
}

.hero_slider .hero_card:nth-child(4):hover~.hero_card:nth-child(2) {
    flex: 0.2 !important;
}




/* featured_card */
.featured_card .elementor-widget-button {
    display: flex;
    gap: 8px;
}

.featured_card a {
    padding: 6px 12px;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.featured_card .elementor-widget-button .elementor-button{
  display: none;
}

@media screen and (max-width: 1199.99px) {
    .featured_card a {
        padding: 4px 8px;
        font-size: 11px;
    }
}
@media screen and (max-width: 879.99px) {
    .featured_card .elementor-widget-button {
       flex-wrap: wrap;
    }
}

.featured_card a:hover {
    background: #000;
    color: #fff !important;
}

.elementor-element .elementor-custom-embed-play svg {
    background: #000000;
    overflow: hidden;
    border-radius: 50%;
}

.elementor-widget-video img{
    transition: all 0.8s ease;
}
.elementor-widget-video:hover img{
    transform: scale(1.1);
}


/* quicklink_card */
.quicklink_card {
    position: relative !important;
    z-index: 0;
}

.quicklink_card .quicklink_content {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.3) !important;
    height: 100% !important;
    width: 100% !important;
    display: flex; 
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity .3s ease;
    z-index: 2;
    pointer-events: none;  
}

.quicklink_card .elementor-widget-image a {
    display: flex !important;
}

.quicklink_card .elementor-widget-image img {
    width: 100% !important;
}

.quicklink_card:hover .quicklink_content {
    opacity: 0;
}


@media  (min-width: 570px) {
    .footer_form {
        display: flex !important;
    }
    .footer_form .elementor-field-group{
        flex: 1;
    }
    .footer_form button{
        width: 100%;
    }
} 

.project_card{
	height: 100% !important;
}
.project_card img {
   transition: 1s;
}
.project_card:hover img {
    transform: scale(1.1);
}
.features_icon svg path,
.features_icon polygon.cls-1{
	fill: var(--e-global-color-e7cef9b);
}
  