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

strong {
	font-weight:700;
}

    .contact-button {
	
            width: 128px;
            height: 44px;
            border-radius: 100px;
            padding: 15px 25px 15px 22px;
            font-size: 16px;
            font-weight: bold;
            color: white;
            background: linear-gradient(90deg, #F80453, #2C00FF, #F80453);
            background-size: 200% 100%;
            border: none;
            cursor: pointer;
            transition: all 0.5s ease;
        }
        .contact-button:hover {
            background-position: 100% 50%;
			 color: white;
			
        }


.gradient-text {


  background: linear-gradient(to right, #ff0066, #9900ff, #0066ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.playbuttonsss {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0,0,0,0.5); color: white; border: none; border-radius: 50%; padding: 10px 20px; font-size: 16px; cursor: pointer;
}

.playbutton {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; background-color: transparent; cursor: pointer;
}

button:hover {
	background-color:transparent!important;
}

.playbutton svg {
	fill:#fff;
	opacity:.5;
	transition:all .3s;
}

.playbutton:hover svg {
	
	opacity:.9;

}

#pause-all-videos {
	background-color: #DADADA;
    fill: var(--e-global-color-73f0a34);
    color: var(--e-global-color-73f0a34); 
	padding: 10px 20px; 
	border: none; 
	border-radius: 5px; 
	cursor: pointer; 
	font-size: 16px;
}
#pause-all-videos:hover {
	background-color:#2c00ff!important;
}


.elementor-widget-form .elementor-button{
    border-radius: 100px;
    padding: 15px 25px 15px 22px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: linear-gradient(90deg, #F80453, #2C00FF, #F80453);
    background-size: 200% 100%;
    border: none;
    cursor: pointer;
    transition: all 0.5s ea
}

.elementor-widget-form .elementor-button:hover {
    background-position: 100% 50%;
    color: white;
}

.elementor-widget-form input {
	min-height:60px;
}

@media only screen and (max-width: 767px) {
  .fondtel {
    /*background-color: red;*/
    background-color: transparent;
    background-image: linear-gradient(0deg, #F1F5FF 00%, var(--e-global-color-bf32dfa) 100%);
}

	
    .contact-button {
	
          
            padding: 10px 25px 10px 22px;

        }

}
