/* 
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
*/
#slide-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
transition: all 500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
  z-index: 500;
}

#slide-menu.show {
    right: 0;
}

/* Block Scroll when menu is opened */
body.show{
    overflow: hidden;
}
.scale-hover-effect:before {
	transition: .3s;
}
.scale-hover-effect:hover:before {
	opacity: .3
}

/* Button Arrow */
.icon-arrow-wrapper{
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    border-radius: 100px;
    transform: translateZ(0);
}

.icon-btn{
    height: 16px;
    width: 16px;
    transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.button-wrapper:hover .icon-btn{
    transform: translate(45px, -45px);
}
.icon-btn-sec{
    height: 16px;
    width: 16px;
    position: absolute;
    transform: translate(-25px, 25px);
transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.button-wrapper:hover .icon-btn-sec{
    transform: translate(0px, 0px);
}
.icon-btn-sec{
}




/* Add your custom styles here */
.padding-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media screen and (max-width: 1250px){
	.padding-section{
		padding-top: 50px;
		padding-bottom: 50px;
		/*padding-left: 40px;
		padding-right: 40px;*/
	}	
}

@media screen and (max-width: 767px){
	.padding-section {
		padding-top: 50px;
		padding-bottom: 50px;
		/*padding-left: 20px;
		padding-right: 20px;*/		
	}
	.full-width-button-mobile a{
		width: 100%;
	}
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.floating-up {
	animation: float 6s ease-in-out infinite;
}

.flex-row{
	display: flex;
	flex-direction: row;
}
.logo-gallery .gallery{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.faq-border .elementor-toggle .elementor-tab-title{
	border: 1px solid;	
}

.icon-button svg{
	height: 14px;
}

.icon-start .elementor-icon-list-icon{
	align-self: start;
}

p.elementor-heading-title{
	margin-bottom: 0;
}

.scroll-logo{
  transition-timing-function: linear !important; 
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0px!important;
}
.full-height-image{
	height: 100%!important;
}
.card-overflow-image{
	height:100%;
	margin-top:-5%;
	margin-bottom: -5%;
	margin-left: -20%;
}
.card-overflow-image img{
	height: 100%;
	object-fit: cover;
}
.gold-list ul {
  list-style: none; /* Remove default bullets */
	padding-inline-start: 0;
}
.gold-list li{
	display: flex;
}

.gold-list ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var( --e-global-color-accent ); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: 0; /* Also needed for space (tweak if needed) */
	flex-shrink: 0;
}

.elementor-icon-wrapper{
	display: flex;
}

.full-width-button a{
	width: 100%;
}

.logo-carousel .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important; 
}
.logo-carousel img{
    height: 50px; 
    object-fit: contain;
    border-radius: 0;
}

.elementor-button-icon {
	display: flex;
}
.timeline-aligned-heading {
	position: relative;
}
.timeline-aligned-heading span {
    position: absolute;
    display: block;
    left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}
.timeline-arrow-holder {
	position: relative;
}
.timeline-arrow-holder:before {
	content: '';
	top: -2px;
	background-image: url("https://sns.sichtbar.agency/wp-content/uploads/2024/02/arrowed-poly-timeline.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: calc(50% - 6px);
	top: -3px;
	width: 12px;
	height: 12px;
	z-index: 5;
}
.timeline-arrow-holder.timeline-arrow-holder-reverted:before {
	transform: rotate(-180deg);
	top: unset;
	bottom: -3px;
}
.elementor-button.elementor-button-link {
	position: relative;
	border-top-left-radius: 30px 18px;
}
.elementor-button.elementor-button-link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 12px solid transparent;
	border-left: 23px solid #F7F5FB00;
}
.white-button-item .elementor-button.elementor-button-link:after {
	border-left: 23px solid #F7F5FB !important;
}
.grey-button-item .elementor-button.elementor-button-link:after {
	border-left: 23px solid #F7F5FB00;
}
.yellow-button-item .elementor-button.elementor-button-link:after {
	border-left: 23px solid #E9B646;
}
.black-button-item .elementor-button.elementor-button-link:after {
	border-left: 23px solid #F7F5FB;
}
.transparent-button-item .elementor-button.elementor-button-link {
	border-radius: 0;
	background-color: unset;
	background-image: url("https://sns.sichtbar.agency/wp-content/uploads/2024/02/before-footer-map.svg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	color: #ffffff;
}
.transparent-button-item .elementor-button.elementor-button-link .elementor-button-content-wrapper {
	align-items: center;
}
.transparent-button-item .elementor-button.elementor-button-link:after {
	content: unset;
}
.transparent-button-item .elementor-button.elementor-button-link i:before {
	display: inline-block;
	background-image: url("https://sns.sichtbar.agency/wp-content/uploads/2024/02/button-transparent-arrow.svg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	content: '';
}
.heading-64-content .elementor-widget-container {
    min-height: 64px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-element ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.elementor-widget-text-editor ul li:not(:last-child) {
	margin-bottom: 5px;
}
.elementor-widget-text-editor ul li:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("https://sns.sichtbar.agency/wp-content/uploads/2024/02/list-checkmark.svg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom: -1px;
    margin-right: 12px;
}

.slider-socials-list {
    background-image: url("https://sns.sichtbar.agency/wp-content/uploads/2024/02/before-5.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    
}
.slider-socials-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center; 
}
@media only screen and (max-width: 821px) {
    .slider-socials-list ul {
        flex-direction: column;
        align-items: flex-start;
    }
	.timeline-arrow-holder:before {
		transform: rotate(-90deg) !important;
		top: calc(50% - 6px) !important;
		left: unset;
		bottom: unset;
		left: -1px;
	}
	.timeline-arrow-holder.timeline-arrow-holder-reverted:before {
		transform: rotate(90deg) !important;
		top: calc(50% - 6px) !important;
		left: unset;
		bottom: unset;
		right: -1px;
	}
	.timeline-aligned-heading span {
		position: relative;
		display: block;
		left: unset;
		top: unset;
		transform: none;
	}
}
.heading-yellow {
	color: #E9B646 !important;
}

@media only screen and (max-width: 767px) {
	.timeline-arrow-holder:before {
		content: unset !important;
	}
}
.faq-accordeon [open] summary {
    border: none !important;
}
.faq-accordeon summary {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
}
.faq-accordeon .e-n-accordion-item-title-icon {
    background: rgba(255, 255, 255, .3);
    padding: 18px;
    border-radius: 50%;
}

.blurred-item-container:before {
	border-radius: 552px;
	opacity: 0.6;
	background: rgba(207, 176, 109, 0.30);
	filter: blur(150px);
	width: 552px;
	height: 500px;
	position: absolute;
	content: '';
}

.blurred-grey-item-container:after {
	border-radius: 827px;
	background: rgba(63, 63, 63, 0.30);
	filter: blur(300px);
	width: 827px;
	height: 663px;
	position: absolute;
	content: '';
}

.blurred-item-container.blur-top-right:before, .blurred-grey-item-container.blur-top-right:after {
	top: -270px;
	left: unset;
    right: -250px;
}
.blurred-item-container.blur-top-left:before, .blurred-grey-item-container.blur-top-left:after {
	top: -270px;
	right: unset;
    left: -250px;
}

.blurred-item-container.blur-bottom-right:before, .blurred-grey-item-container.blur-bottom-right:after {
	bottom: -270px;
	left: unset;
	top: unset;
    right: -250px;
}
.blurred-item-container.blur-top-left:before, .blurred-grey-bottom-container.blur-bottom-left:after {
	bottom: -270px;
	right: unset;
	top: unset;
    left: -250px;
}

.blurred-item-container .elementor-element, .blurred-grey-item-container .elementor-element {
	z-index: 2;
}
@media only screen and (max-width: 767px) {
    .faq-accordeon .e-n-accordion-item-title-icon {
    	padding: 11px;
    }
	.blurred-item-container:before {
		border-radius: 228px;
		opacity: 0.6;
		background: rgba(207, 176, 109, 0.50);
		filter: blur(150px);
		width: 228px;
		height: 200px;
		position: absolute;
		content: '';
	}

	.blurred-grey-item-container:after {
		border-radius: 357px;
		background: rgba(63, 63, 63, 0.40);
		filter: blur(300px);
		width: 357px;
		height: 220px;
		position: absolute;
		content: '';
	}

	.blurred-item-container.blur-top-right:before, .blurred-grey-item-container.blur-top-right:after {
		top: -120px;
		left: unset;
		right: -140px;
	}
	.blurred-item-container.blur-top-left:before, .blurred-grey-item-container.blur-top-left:after {
		top: -140px;
		right: unset;
		left: -120px;
	}

	.blurred-item-container.blur-bottom-right:before, .blurred-grey-item-container.blur-bottom-right:after {
		bottom: -140px;
		left: unset;
		right: -120px;
	}
	.blurred-item-container.blur-top-left:before, .blurred-grey-bottom-container.blur-bottom-left:after {
		bottom: -140px;
		right: unset;
		left: -120px;
	}
}
@media only screen and (max-width: 920px) {
    .pin-spacer {
        display: none !important;
    }
}
