/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:root {
		
		/* 	Content Width  */
	
		--container : 1280px;	
		--container-lg : 1550px;
	
		/* 	Body Background Color	 */
	
		--body : #ffffff;
	
	
		/* Colors */
	
		--primary-color : #543777;
		--primary-color-hover : #644b84;
		--secondary-color : #369DA1;
	  --secondary-color-hover : #5eb1b5;
	  --headline-color : #344256;
		--base-color : #65758B;
		--text-white-light : rgba(255, 255, 255, 0.8);
    --border-color : #dae6e7;
		--white-color : #FFFFFF;
		
	
	
		/*  Fluid Typography */
		
		--h1 : clamp(3.6rem, 2.949rem + 1.446vw, 4.8rem);
		--h2 : clamp(2.8rem, 2.366rem + 0.964vw, 3.6rem);
		--h3 : clamp(2.4rem, 2.183rem + 0.482vw, 2.8rem);
		--h4 : clamp(2rem, 1.783rem + 0.482vw, 2.4rem);
		--h5 : 2rem;
	    --h6 : 1.8rem;
		--text-lg : 1.8rem;
		--text-base : 1.6rem;
        --text-s : 1.4rem;
        --text-xs : 1.2rem;

	
		/* 	Fluid Section Padding  */
		
		--section-pad-y : clamp(5rem, 3.645rem + 3.012vw, 7.5rem);
		--section-pad-x : 2rem;
	    
	  
	    /*  Extra Variables    */
	    
        --scale : clamp(0.5rem, 0.229rem + 0.602vw, 1rem);
	    --m-img-height: clamp(30rem, 5.092rem + 55.351vw, 60rem);
  
      --top-gradient: linear-gradient(
        to top,
        rgba(54, 155, 161, 0.1),
        rgba(235, 245, 246, 0.3),
        rgba(255, 255, 255, 1));
  
      --bottom-gradient: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1),
        rgba(54, 146, 153, 0.1),
        rgba(88, 55, 121, 0.05));
  
      --hero-2-gradient: linear-gradient(to bottom right,
        rgba(255, 255, 255, 1),
        rgba(88, 55, 121, 0.05),
        rgba(54, 146, 153, 0.05),
        rgba(54, 146, 153, 0.1));
	
	
	    /*   Button Spacing   */
	    --btn-pad-x : 3rem;
	    --btn-pad-y : 1.1rem;
	    --btn-text : 1.5rem;
	    --btn-radius : 1rem;

}