:root{
	
	/* Primary */
	--primary: var(--renk);
	--primary-hover: #8f76fd;
	--primary-dark: #826aed;
	
	/* Primary RGBA */
	--rgba-primary-1: rgba(151,127,255,0.1);
	--rgba-primary-2: rgba(151,127,255,0.2);
	--rgba-primary-3: rgba(151,127,255,0.3);
	--rgba-primary-4: rgba(151,127,255,0.4);
	--rgba-primary-5: rgba(151,127,255,0.5);
	--rgba-primary-05: rgba(151,127,255,0.05);
	--rgba-primary-6: rgba(151,127,255,0.6);
	--rgba-primary-7: rgba(151,127,255,0.7);
	--rgba-primary-8: rgba(151,127,255,0.8);
	--rgba-primary-9: rgba(151,127,255,0.9);

	/* Other */
	--secondary: #232323;
	--theme-text-color: #fff;
	--title: #232323;
	
	/* Gradient */
	--gradient: linear-gradient(89deg, #7961e5 1.12%, var(--renk) 44%);
	--gradient-1: linear-gradient(90deg, #806bd9 47.55%, var(--renk) 100.15%);
	--gradient-2: linear-gradient(90deg, var(--renk) 0%, #745ed7 100%);
	
	/* Box Shadow */
	--primary-shadow: linear-gradient(90deg, #fcde3b 47.55%, #ebc600 100.15%);
	
	/* extra variable */
	--theme1-bg-pattern1: url(../images/pattern/theme/bg-pattern7.svg);
	--theme1-bg-pattern2: url(../images/main-slider/slider2/background/bg7.png);
	
	--theme3-bg-color: #241954;
	--theme3-secondary: #0f0636;
	--theme3-secondary2: #7ff3ff;
	
}