/* 
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: #764530;
    --cl-sub: #BB917F;
}
body {
    overflow-x: hidden;
}
.page-tile {
    font-size: 90px;
    font-family: "Corinthia", Sans-serif;
    font-weight: 500;
    color: #FBDED2;
    margin-top: 0;
    margin-bottom: 0;
}
.main-header.fixed {
    position: fixed;
    background-color: rgba(255,255,255,0.89);
    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;
}
/* SERVICES */
.scservices-home .elementor-image-box-img {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.scservices-home .elementor-image-box-img a {
    position: relative;
    display: block;
}
.scservices-home .elementor-image-box-img a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,rgba(187,145,127,0.65) 0%,rgba(187,145,127,0.65) 100%);
    z-index: -1;
    border-radius: 20px;
}
.scservices-home .elementor-image-box-img a:hover:after {
    z-index: 1;
}
.scservices-home .elementor-image-box-img img {
    transform: scale(1.15);
    border-radius: 20px;
}
.scservices-home .elementor-image-box-img a:hover img {
    transform: scale(1.05) !important;
}
.scservices-home .elementor-image-box-content {
    position: absolute;
    bottom: 40px;
    right: 30px;
    width: 90%;
    z-index: 2;
}
.scservices-home .elementor-image-box-title {
    margin: 0;
}
/* SECTION GALLERY */
.row-gallery .pa-gallery-img.style2 .pa-gallery-icons-caption-container {
    background-color: #82482d85 !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: 150%;
}
/* 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; 
    }
    /* END HEADER */
    /* PAGE TITLE */
    .page-tile {
        font-size: 50px;
    }
    .scservices-home .elementor-image-box-img a::before {
        content: '';
        display: block;
        padding-bottom: 120%;
    }
    /* END PAGE TITLE */
}