*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
@font-face{
	font-family: mainfont_a;
	src:url('../../assets/fonts/Barlow/Barlow-Regular.ttf');	
}
@font-face{
	font-family: mainfont_b;
	src:url('../../assets/fonts/Bebas_Neue/BebasNeue-Regular.ttf');
}
body{
	background: white;
	--theme-color-one:#0956bfff;
	--theme-color-two:#e5390bff;
	--main-bg-color: green;
	--my-blue-color:#161971;
	--my-orange-color:#f74911;
	background: url('../image/ak.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	max-width: 1600px;
	margin:auto;
}
html{
    scroll-behavior: smooth;
	font-family: mainfont_a;
}
ul{
	list-style: none;

}
a{
	text-decoration: none;
	color: inherit;
}
button{
	border: none;
	outline: none;
}
.btn-a{
}
.btn-a a{
	padding: .8em 1.5em;
	display: block;
	width: 100%;
	height: 100%;
}