/*
Theme Name: The Hangout
Theme URI: https://cmc-agency.me
Author: CMC AGENCY
Author URI: https://cmc-agency.me
Description: Light est un thème sur-mesure ultra minimaliste.
Version: 3.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: light
Tags: light, minimal, blog
*/

body {
color: #333333;
	margin:0px!important;
  background-image: #fff;
font-family:poppins;
}

/* 
:root{
  --color-primary: #7CD6C2;
  --color-secondary: #7F8F94;
--color-text: #333;
font-family:poppins!important;
}
*/


.hide  , .elementor-slideshow__footer {display:none!important}


b {font-weight:500}


.glassmorphism {
border-radius:8px!important;
backdrop-filter: blur( 8px );

-webkit-backdrop-filter: blur( 8px );
border-style: solid;
border-width: 1px 0px 0px 1px;
border-color: #FFFFFF20;

box-shadow: inset 0.5px 0.5px 1px #ffffff50,inset -0.5px -0.5px 1px #00000050, 0px 0px 50px #00000020;
	 transition: 0.3s;
}


.elementor-button {
	          background-image: linear-gradient(to right,  #B53A5F  0%, #760C21  51%,  #B53A5F  100%)!important;
            transition: 0.3s;
            background-size: 200% auto!important;
            color: white!important;
						font-weight:600!important;
  box-shadow: 
		inset -3px -3px 6px #00000040,
		inset 3px 3px 6px #ffffff40!important;            
	 border-radius: 8px!important;
	border:none!important;
 }
 .elementor-button:hover   {
		   transform: scale(1.05)!important;
		    box-shadow: 5px 5px 20px #00000060!important;
            background-position: right center!important;
            color: #fff;
		cursor:pointer!important;
            text-decoration: none;
          }


.light 
.elementor-button {
	          background-image: none!important;
	background: transparent!important;
            transition: 0.3s;
        
            color: #fff!important;
						font-weight:600!important;
  box-shadow: none!important;            
	 border-radius: 8px!important;
	border:solid 1px #fff!important;
 }



.lightt 
.elementor-button {
	          background-image: none!important;
	background: transparent!important;
            transition: 0.3s;
        
            color: #B53A98!important;
						font-weight:600!important;
  box-shadow: none!important;            
	 border-radius: 8px!important;
	border:solid 1px #fff!important;
 }