/* 
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: 3.0.1
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 */
:root {
    --cl-main: #72452f;
    --cl-sub: #c4a041;
    --cl-linear : linear-gradient(to top, #c4a041, #72452f);
}
@font-face {
    font-family: "Dream Avenue";
    src: url("/wp-content/themes/hello-elementor-child/assets/fonts/Dream-Avenue.woff2") format("woff2"),
         url("/wp-content/themes/hello-elementor-child/assets/fonts/Dream-Avenue.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
    font-family: "Dream Avenue", sans-serif !important;
}
body {
    overflow-x: hidden;
}
.page-tile {
    font-size: 70px;
    font-family: "Dream Avenue", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 0;
    line-height: 70px;
    margin-bottom: 5px;
}
.main-header.fixed {
    /* background-color: rgba(255,255,255,0.89) !important; */
    background-color: #FFFFFF !important;
    width: 100%;
}
/* CTA */
.cta {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 9999;
    transition: .5s;
}
.cta .icon-contact {
    margin-bottom: 5px;
}
.cta .icon-contact img {
    width: 50px;
    height: 50px;
}
.cta .icon-contact:last-child {
    margin-bottom: 0;
}
.cta img{
    animation: phonering-alo-circle-img-anim 1.5s infinite ease-in-out;
}
@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}
/*== CSS NEW ==*/
.btn-has-icon {
    text-align: center;
    background-image: linear-gradient(180deg, var( --e-global-color-primary ) 0%, #B57467 100%);
}
.btn-has-icon .elementor-button {
    width: 100%;
}
.btn-has-icon .elementor-button-icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 42px;
    transition: all 300ms ease 0ms;
}
.btn-has-icon:hover .elementor-button-icon {
    opacity: 1;
    visibility: visible;
    right: 22px;
}
.rank-math-breadcrumb a {
    color: #333;
}
/* SERVICES */
.home-services .item-services:hover {
    background-position: 0px 0px !important;
}
/* HOME GALLERY */
.elementor-slideshow__title {
    display: none;
}
/* SECTION GALLERY */
.row-gallery .pa-gallery-img.style2 .pa-gallery-icons-caption-container {
    background-color: #e3222240 !important;
}
.row-gallery .pa-gallery-img.style2:hover .pa-gallery-icons-caption-container {
    transform: translate(0, 0);
}
.row-gallery .pa-gallery-icons-caption-cell::before {
    content: "\f055";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 24px;
}
.scgallery-mobile .swiper-slide-inner {
    position: relative;
}
.scgallery-mobile .swiper-slide-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scgallery-mobile .swiper-slide-inner::before {
    content: '';
    display: block;
    padding-bottom: 65%;
}
.lists-gallery-home.scservices-home .elementor-image-box-content {
    bottom: 30px;
    right: 25px;
}
.lists-gallery-home .elementor-image-box-img a, .scservices-home .elementor-image-box-img a,
.lists-gallery-home .elementor-widget-image-box,
.lists-gallery-home .elementor-widget-image-box .elementor-image-box-wrapper,
.scservices-home .elementor-widget-image-box .elementor-image-box-wrapper,
.lists-gallery-home .elementor-image-box-img, .scservices-home  .elementor-image-box-img,
.lists-gallery-home .elementor-image-box-img img, .scservices-home .elementor-image-box-img img {
    height: 100%;
}
.scservices-home .elementor-widget-image-box {
    min-height: 100%;
    height: auto;
}
.scservices-home .elementor-image-box-img a {
    position: relative;
    display: block;
}
.scservices-home .elementor-image-box-img a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.scservices-home .elementor-image-box-img a::before {
    content: '';
    display: block;
    padding-bottom: 110%;
}
/* END SECTION GALLERY */
/* PAGE SERVICES */
.services-wrapper .col-title .elementor-widget-heading {
    height: 100%;
}
.services-wrapper .col-title .elementor-widget-heading .elementor-widget-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 768px){
    /* HEADER */
    .main-header .hfe-nav-menu__toggle.elementor-clickable {
        margin-right: 0 !important; 
    }
    .main-header .hfe-nav-menu-icon {
        padding: 6px 10px !important;
    }
    /* END HEADER */
    /* PAGE TITLE */
    .page-tile {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 2px;
    }
    .scservices-home .elementor-image-box-img a::before,
    .scservices-home .elementor-widget-image a::before {
        content: '';
        display: block;
        padding-bottom: 100%;
    }
    /* END PAGE TITLE */
    .scservices-home .item .elementor-widget-image {
        width: 100%;
    }
    .rank-math-breadcrumb {
        text-align: center;
    }
}
#popup-opening {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 9999;
}
#popup-opening.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#popup-opening .popup-content {
    position: relative;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
}
#popup-opening .popup-content img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    border-radius: 10px;
}
#popup-opening .popup-content i {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
@media (max-width: 640px){
    #popup-opening .popup-content {
        width: 95%;
    }
    #popup-opening .popup-content i {
        font-size: 22px;
    }
    .page-tile {
        font-size: 40px;
        line-height: 50px;
    }
}