/* 
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 */


/* CUSTOM CSS : START */
:root{
    --theme-color: #bb8f8f;
}

/* GLOBAL : START */
*::selection{
    background-color: var(--theme-color);
    color: #000000;
}
/* BOOTSTRAP OVERWRITE */
body .container{
	max-width: 1400px;
}
body .btn-primary{
	color: #000000;
    background-color: #ba8f8f;
    border-color: #ba8f8f;
}
body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary:active{
    color: #ba8f8f;
	background-color: #000000;
    border-color: #000000;
}
body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary:active:focus{
	box-shadow: 0 0 0 .25rem rgba(186, 143, 143, 0.3);
}
/* SLICK SLIDER */
.slick-slider .slick-track {
    cursor: e-resize;
}
.slick-slider .slick-track a,
.slick-slider .slick-track button{
	cursor: pointer;
}
.slick-dots li{
    width: auto;
    height: auto;
}
.slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: var(--theme-color);
    border-radius: 50%;
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button{
    opacity: 1;
}
.slick-dots li button:before,
.slick-dots li button:after{
    display: none;
}
button.slick-arrow {
    width: 45px;
    height: 45px;
    font-size: 0;
    padding: 0;
    border-radius: 50%;
    border: none;
	background-color: var(--theme-color);
	z-index: 1;
}
button.slick-arrow.slick-disabled {
	opacity: 0.5;
	background-color: #555555;
}
button.slick-arrow.slick-prev {
	left: 10px;
}
button.slick-arrow.slick-next {
	right: 10px;
}
/* GLOBAL : END */

/* HEADER : START */
#siteHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
body:not(.home){
	padding-top: 100px;
}
body:not(.stickyHeader) #siteHeader{
    background-color: transparent;
    box-shadow: none;
}
#siteHeader > .e-con-inner{
    transition: padding 0.3s ease-in-out;
}
body:not(.stickyHeader) #siteHeader > .e-con-inner{
    padding-top: 20px;
    padding-bottom: 20px;
}
#siteHeader .elementor-widget-navigation-menu .menu-item a.hfe-menu-item{
    transition: all 0.3s ease-in-out;
}
#siteHeader .elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu{
	align-items: center;
}
body.home:not(.stickyHeader) #siteHeader .elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) .menu-item a.hfe-menu-item{
    color: #FFFFFF;
}
body.home:not(.stickyHeader) #siteHeader .elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) .menu-item.current-menu-item a.hfe-menu-item{
    color: var(--theme-color);
}
#siteHeader .elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal.hfe-dropdown {
    position: fixed;
    top: 80px;
    right: 0;
    left: auto !important;
    max-width: 280px !important;
    height: calc(100vh - 80px);
    transition: all 0.3s ease-in-out;
    box-shadow: -5px 0 10px 0px rgba(0, 0, 0, 0.15);
    transform: translate(100%, 0);
}
#siteHeader .elementor-widget-navigation-menu .hfe-active-menu + .hfe-nav-menu__layout-horizontal.hfe-dropdown{
    transform: none;
}
body:not(.stickyHeader) #siteHeader .elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal.hfe-dropdown {
    top: 100px;
    height: calc(100vh - 100px);
}

#siteHeader .elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal.hfe-dropdown ul.hfe-nav-menu {
    display: block;
}
#siteHeader .hfe-nav-menu__toggle {
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 1;
}
#siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: 3px;
    background-color: #000;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
body.home:not(.stickyHeader) #siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon {
    background-color: #FFFFFF;
}
#siteHeader .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon,
body.home:not(.stickyHeader) #siteHeader .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon {
    background-color: transparent;
}
#siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon svg {
    display: none;
}
#siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon:before, 
#siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    transition: all 0.3s ease-in-out;
}
body.home:not(.stickyHeader) #siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon:before, 
body.home:not(.stickyHeader) #siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon:after {
    background-color: #FFFFFF;
}
#siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon:before {
    top: -10px;
}
#siteHeader .hfe-nav-menu__toggle .hfe-nav-menu-icon:after {
    bottom: -10px;
}
#siteHeader .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}
#siteHeader .hfe-nav-menu__toggle.hfe-active-menu .hfe-nav-menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}
/* HEADER : END */


/* FOOTER : START */
.footer_contact.elementor-widget-icon-list .elementor-icon-list-item a {
    text-decoration: none;
}
.email_subscription {
    display: block;
	width: 450px;
    max-width: 100%;
}
.email_subscription .email_group {
    position: relative;
	margin-bottom: 20px;
}
.email_subscription input {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
}
.email_subscription .email_group input {
	outline: 0;
    width: 100%;
    padding: 0 20px 0 65px;
	border-radius: 0;
	transition: border-color 0.3s ease-in-out;
}
.email_subscription .email_group input:focus {
	border-color: #ba8f8f;
}
.email_subscription .email_group .icon {
    position: absolute;
    top: 0;
    left: 1px;
    bottom: 0;
    width: 44px;
    height: calc(100% - 2px);
    background-color: #f5f5f5;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
	transition: all 0.3s ease-in-out;
}
.email_subscription .email_group input:focus ~ .icon {
	color: #ba8f8f;
}
.email_subscription #email-error {
    position: absolute;
    left: 0;
    top: 48px;
}
.email_subscription .category_group{
	margin-bottom: 20px;
}
.email_subscription .select2-container{
	width: 100%;
}
.email_subscription .select2-selection.select2-selection--multiple{
	border: 1px solid #666;
    border-radius: 0;
}
.email_subscription .select2-container .select2-search--inline .select2-search__field{
	padding: 0 15px;
	height: auto;
	line-height: 2;
}
.email_subscription .select2-container--default .select2-selection--multiple .select2-selection__choice{
	border: none;
    background-color: #ba8f8f;
    color: #FFFFFF;
    font-size: 14px;
    padding: 4px 10px;
}
.email_subscription .select2-container--default .select2-selection--multiple .select2-selection__clear{
	font-size: 0;
	color: #000;
    margin-right: 6px;
}
.email_subscription .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	font-size: 0;
	color: #000;
    margin-right: 6px;
}
.email_subscription .select2-container--default .select2-selection--multiple .select2-selection__clear:before,
.email_subscription .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before{
	content: '\f00d';
	font-family: "Font Awesome 6 Free";
	font-size: 12px;
}
.select2-container--open .select2-dropdown--below{
	margin-top: 32px;
}
.email_subscription .submit_group{
	margin-top: 20px;
}
.email_subscription input[type="submit"] {
    border-color: #ba8f8f;
    border-radius: 0;
}
.email_subscription input[type="submit"]:hover,
.email_subscription input[type="submit"]:focus {
	border-color: #000000;
}
/* FOOTER : END */

/* HOME => ABOUT : START */
/* #about, 
#services, 
#testimonials, 
#contact {
    scroll-margin-top: 75px;
} */
.home_about_img{
    height: 100%;
}
/* HOME => ABOUT : END */

/* HOME => SERVICES : START */
.services_slider{
    position: relative;
}
.services_slider .slick-dots{
    left: 0;
    right: 0;
    width: 80%;
    display: table;
    margin: auto;
}
.services_slider .elementor-widget-image-box .elementor-image-box-wrapper {
    background-color: #FFFFFF;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.services_slider .elementor-widget-image-box .elementor-image-box-img img {
    aspect-ratio: 1;
    object-fit: cover;
}
/* HOME => SERVICES : END */

/* HOME => TESTIMONIAL : START */
.testimonials_slider{
    position: relative;
}
.testimonials_slider .slick-dots{
    left: 0;
    right: 0;
    width: 80%;
    display: table;
    margin: auto;
}
.testimonials_slider .elementor-widget-testimonial {
    padding: 10px;
}
.testimonials_slider .elementor-widget-testimonial .elementor-widget-container {
    background-color: #FFFFFF;
    padding: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    overflow: visible;
}
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-wrapper{
    position: relative;
    overflow: visible;
}
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-wrapper:before{
    content: '“';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-80%, -50%);
    z-index: 1;
    color: #000;
    font-size: 14em;
    font-weight: 700;
    line-height: 1;
    font-family: initial;
    opacity: 0.03;
}
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-wrapper:after{
    content: '„';
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(80%, 60%) rotateX(-180deg);
    z-index: 1;
    color: #000;
    font-size: 14em;
    font-weight: 700;
    line-height: 1;
    font-family: initial;
    opacity: 0.03;
}
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-content {
    position: relative;
    font-size: 16px;
    z-index: 1;
}
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-meta{
    position: relative;
    z-index: 1;
}
/* 
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-meta{
    width: 30%;
    padding: 0 20px 0 0;
}
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-meta-inner{
    width: 100%;
}
.testimonials_slider .elementor-widget-testimonial .elementor-testimonial-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
} 
*/
/* HOME => TESTIMONIAL : END */


/* TRASCRIPTION PAGE : START */
.topic_card {
    position: relative;
    width: 100%;
    height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.topic_card_img {
    aspect-ratio: 1.5;
}
.topic_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topic_card_cont {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(186, 143, 143, 0.75);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
}
.topic_card_cont h5{
	color: #000000;
    font-size: 36px;
    font-family: "Righteous";
    letter-spacing: 0.05em;
    margin: 0;
}
.topic_card_cont .subscribe_bttns {
    width: auto;
    margin: 0 -15px -15px 0;
    transform: none;
    align-self: flex-end;
    background-color: #FFFFFF;
    border-radius: 100px 0 0 0;
    padding: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.topic_card_cont .subscribe_bttns .btn {
	width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* DATATABLE FOR SeLECT OPTIOn */
div#subscribersTable_length select {
    width: 51px !important;
}
/* TRASCRIPTION PAGE : END */
#category-error {
    bottom: 169px;
    position: absolute;
}



/* RESPONSIVE */
@media(max-width: 575px){
    .testimonials_slider .elementor-widget-testimonial .elementor-widget-container{
        padding: 50px;
    }
    .testimonials_slider .elementor-widget-testimonial .elementor-testimonial-wrapper:before{
        transform: translate(-40%, -30%);
    }
    .testimonials_slider .elementor-widget-testimonial .elementor-testimonial-wrapper:after{
        transform: translate(40%, 40%) rotateX(-180deg);
    }
}

@media(max-width: 479px){
    .testimonials_slider .elementor-widget-testimonial .elementor-widget-container{
        padding: 30px 15px 20px;
    }
    .testimonials_slider .elementor-widget-testimonial .elementor-testimonial-wrapper:before{
        font-size: 8em;
        transform: translate(-10%, -30%);
    }
    .testimonials_slider .elementor-widget-testimonial .elementor-testimonial-wrapper:after{
        font-size: 8em;
        transform: translate(0%, -10%) rotateX(-180deg);
    }
}


/* CUSTOM CSS : END */