/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/hello-theme/
 Description: Child theme for Hello Elementor.
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

/* Add custom styles below */

 .floating-buttons {
        position: fixed;
        top: 50%;
        right: 50px;
        transform: translate(50%, -50%);
        z-index: 9999;
    }
    .floating-buttons .link-go{
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
        border-radius: 50%;
        border: none;
        background-color: #FD474B;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 50px;
        text-decoration: none;
				cursor:pointer; 
    }
.elementor-heading-title, h1,h2,h3,h4,h5,h6, .elementor-slide-heading {
	font-family: "Rasa", serif !important;
	
}
.swiper-slide-contents{
	background:#c0c0c0ab;
	padding:25px;
}
