
/* === Element Global Css Start === */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body, html {
	height: auto;
	min-height: 100%;
	user-select: none;
}
body{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
}
img{
  vertical-align: middle;
  display: inline-block;
}
ul,li{
	list-style: none;
}
/* === Element Global Css End === */
/* === Content Global Css Start === */
.wrapper {
	min-height: 100vh;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background: linear-gradient(180deg, #000000, #737373);
	padding-bottom: 90px;
}
.btn {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	border: 1px solid rgb(102, 102, 102);
	margin-top: 10px;
	text-align: center;
	color: rgb(102, 102, 102);
	text-decoration: none;
	display: block;
	text-transform: capitalize;
}
.btn.active{
  background: linear-gradient(#ff0505,#7a1116);
  color: rgb(248, 248, 248);
  border: none;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 12px;
}
.easy-access {
	width: auto;
	position: fixed;
	bottom: 145px;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
}
/* menu css */
.menu-area {
	width: 100%;
	padding: 10px 0;
	position: fixed;
	bottom: 0.1px;
	left: 0;
	background: #342323;
	border-radius: 10px;
	z-index: 9;
}
.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.menu li a {
	color: #fff;
	font-size: 10px;
	text-transform: capitalize;
	text-align: center;
	font-weight: 700;
	text-decoration: none;
}
.menu li.active a,
.menu li:hover a {
	color:#fff;

}
.menu li.active a .menu-content img.image-active,
.menu li:hover a .menu-content img.image-active {
	display: block;

}
.menu .menu-content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
}
.menu .menu-content img{
	width: 30px;
	height: 30px;
	object-fit: cover;
}
.menu .menu-content img.image-active {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.menu .menu-content .menu-icon {
	position: relative;
}
.menu .menu-content .menu-icon::after {
	content: '';
	mix-blend-mode: color;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	/* background: rgb(18, 87, 48);  */
}
.bt-3{
	
}
.bb-1{
	border-bottom: 1px solid #eee;
}
.bt-1{
	border-top: 1px solid #eee;
}
.language{
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}
.language img{
	width: 20px;
	height: 20px;
}
.back-section {
	width: 100%;
	background: rgb(31 32 36);
	color: #fff;
}
.back-area {
	width: 100%;
	position: relative;
	height: 100%;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.back-area a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	fill: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.back-area a svg {
    width: 20px;
    height: 20px;
}
.site-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    margin: 0;
}
.normal-banner-section {
	width: 100%;
	position: relative;
}
.normal-banner-section img{
	width: 100%;
}
.page-content-area {
	width: 93.4%;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
}
/* === Content Global Css End === */























