/**
*****************************************
	Theme Name: Earth Dreams International Pvt Ltd.
	Author: 
	Version: 1.0
******************************************
**/

/*-- Fonts --*/
@font-face{
	font-family: 'font-1';
	src: url("../fonts/Roboto-Regular.ttf");
}
@font-face{
	font-family: 'font-2';
	src: url("../fonts/Roboto-Bold.ttf");
}
@font-face{
	font-family: 'font-3';
	src: url("../fonts/RobotoCondensed-Regular.ttf");
}
/*-- Colors --*/
:root {
	--white: #fff;
	--black: #000;
	--main-1: #a41d1d;
	--main-2: #e28c8c;
	--main-3: #6e6e6e;
	--main-bg: #f8edef;
	--gr-1: linear-gradient(141deg,rgba(0,0,0,.62) 0,rgba(0,0,0,0) 100%);
	--gr-2: linear-gradient(90deg, rgb(0 0 0 / 85%) 18%, rgb(192 4 4 / 32%) 64%, rgba(248, 237, 239, 0.3) 100%);
	--gr-3: rgb(191, 1,1,0.31);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'font-2';
    text-transform: capitalize;
}
ul{
	padding: 0;
	margin: 0;
}
a,p,li {
    font-size: 0.95rem;
    font-family: 'font-1';
	list-style: none;
	color: #000;
}

a:focus,
a:hover{
    text-decoration: none;
}
button:focus,.form-control:focus {
	outline: none;
	box-shadow: none;
}
.bg-color{
	background: var(--main-1);
}
.text-color{
	color: var(--main-1);
	font-weight: 600;
}