/*
CTC Separate Stylesheet
Updated: 2021-07-31 12:45:37
*/

/*--------------------------------------------------------------------------------*/
/*----------------------  Variables Declarations    ------------------------------*/
/* ----------------------------------------------------------------------------  */
/*:root{*/
/*	--accent:#BC90F8;*/
/*	--accent-alt:#99ECEB;*/
/*	--dark-900:#010F15;*/
/*	--dark-700:#2D3748;*/
/*	--dark-500:#022C3E;*/
/*	--dark-300:#305D6E;*/
/*	--light-300:#CEE9F6;*/
/*	--light-500:#E6F4FA;*/
/*	--light-700:#FFFFFF;*/
/*}*/
/*---------        End of Variable Declaration              ------------------*/


/* h5{
 background: -webkit-linear-gradient(var(--accent), var(--accent-alt));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

/*-----------------------------------------
                ****   ELEMENTS  *****
--------------------------------------------*/

/*
 *CONVERKIT FORM DESIGN 
 */

.formkit-form[data-uid="a399062750"] [data-style="full"]{
	min-height:200px !important;
}
.seva-form formkit-form, .formkit-container{
	padding-bottom:1rem !important;
}
.formkit-container .formkit-header{
	color: #99ECEB !important;
}

.formkit-content{
	margin-bottom:0.5rem !important;
}
.formkit-powered-by-convertkit-container a{
	display:hidden !important;
}

/*-----------------------------------------------*/


.glass_card{
	padding:1rem;
	
	backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.75);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
	
/*     max-width:20%;	 */
}
/* .el::before{
	content:"";
	position:absolute;
	top:-1%;
	left:8%;
	 width: 100vw;
  height: 100vh;
  padding: 1rem;
	background: radial-gradient(circle at 50% 50%, #bc90f8, #b794fb, #a99dff, #93aaff, #79b8ff, #62c5ff, #59d1ff, #63dbff, #76e2f7, #88e8f0, #94ebec, #99eceb);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

   -webkit-mask-image: url(https://kalpatharu.org/wp-content/uploads/2022/02/buddha-3295974.svg);
	mask-image: url(https://kalpatharu.org/wp-content/uploads/2022/02/buddha-3295974.svg);
	-webkit-mask-size: 100vmin;
  mask-size: 100vmin;
	-webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
	-webkit-mask-position:center;
  mask-position: center;
}

 */
/*  
 * COURSES TOP SECTION PADDING
 * */
.entry-content-wrap{
	padding-top:0;
}

/*  
 * 
 * Mobile Version 
 * 
 * */
/* @media screen and (max-width: 992px){
	.el::before{
		top:1%;
		left:0;
		background: radial-gradient(circle at 50% 50%, #c1ebec, #bde9f5, #bfe5fc, #c8dfff, #d6d9ff, #e7d2f8);
	}
} */
/*--------------------------------------
            ****  FOOTER *****
----------------------------------------*/
/*
#page-footer h6{
	text-decoration:underline;
	text-decoration-color:var(--dark-300);
}

#page-footer .page-footer_nav a{
	color:var(--light-300);
	
}
#page-footer .page-footer_nav a:hover{
	color:var(--accent-alt);
}
*/
/**** the link to Developer website */
.footer-html-inner a{
	color:var(--dark-700);
}


