.home__items {
	padding: 0px 0 10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.user__items {
	background-color: var(--white-color);
	border-radius: 0px;
	text-align: center;
	padding: 0px;
	position: relative;
}
.user__items .client {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.user__items .client img {
	width: 100%;
	height: 100%;
	border-radius: 0px;
	object-fit: unset;
}
.user__items::before {
	border-radius: 0;
}
.homeslider .owl-nav button.owl-prev, .homeslider .owl-nav button.owl-next {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 5%;
}
.homeslider .owl-nav button.owl-prev {
	left: 0;
}
.homeslider .owl-nav button.owl-next {
	right: 0;
}
.homeslider .owl-nav .owl-prev span, .homeslider .owl-nav .owl-next span {
	font-size: 50px;
	color: #fff;
}
.owl-dots {
	position: relative;
	display: flex;
	align-items: center;
	padding: 5px 5px;
	justify-content: center;
}
.owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #aaa !important;
	margin: 2px;
}
.owl-dot.active {
	background: #00d7ff !important;
}
.home__feature__items .thumb {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	position: relative;
}
.cat_by_game .cmn--btn {
	padding: 5px 20px;
}
.home__feature__items .thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	transition: all 0.9s;
	padding: 10px 0;
}
.header-wrapper .logo-menu img {
	width: 100%;
	height: 50px;
	object-fit: contain;
}
.header-wrapper .main-menu li:not(:last-child) {
	margin-right: 5px;
}
.bg-trsprnt {
	background: #ffffff57;
}
.main-button .cmn--btn {
	display: block;
	font-size: 14px;
	padding: 5px 15px 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	background: linear-gradient(90deg, rgb(0, 215, 255) 0%, rgb(0, 215, 255) 30%, rgb(67, 58, 193) 100%);
	font-weight: bold;
	margin-right: 3px;
}
.main-button .active   {
	color: #000;
}
.win-img {
	width: 25px;
}
h3 {
	font-size: 27px;
	line-height: 30px;
	font-family: "Montserrat", sans-serif;
}
.nav-justified1{
	background: #ddd;
}
.nav-link {
	display: block;
	padding: 5px 5px;
}
.nav-pills .nav-link, .nav-pills .show > .nav-link {
	color: #000;
	border: 1px solid #c42f2f;
}
.nav-justified1 .nav-item img {
	width: 80px;
	background: #ddd;
	height: 40px;
	margin: 0 2px 2px 0px;
	cursor: pointer;
	/* border: 1px solid #000; */
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #007bff;
	border: 1px solid #c42f2f;
}

.m-1 {
	margin: 1px;
}

.win-img{
	width: 25px;
}
.grouppart img {
	width: 30px;
}
.btn-sm1 {
	padding: 2px 3px;
	line-height: 15px;
}
.nice-select {
	width: 100%;
	display: flex;
	align-items: center;
}
.nice-select .list {
	width: 100%;
}
.register__modal .modal-content .modal-header button {
	background-image: none;
	background: url(../images/cros.png) no-repeat;
	background-size: 20px;
	width: 10px;
	height: 10px;
	opacity: 1;
	margin-top: 15px;
	margin-right: 15px;
}
.logreg input {
	background-color: transparent;
	height: 45px;
	border-radius: 10px;
	border: 1px solid #ddd;
	color: #666;
	font-size: 14px;
	padding: 5px 10px;
}
.logreg input:active , .logreg input:focus{
	background-color: transparent;
}
.logreg input::placeholder {
	color: #a49c9c;
}
.register__modal .modal-content .modal-body .modal__right {
	background: linear-gradient(90deg, rgb(67, 58, 193) 0%, rgb(11, 4, 131) 30%, rgb(0, 215, 255) 100%);
	border-radius: 20px;
	padding: 25px 30px 30px;
	width: 100%;
}
.register__modal .modal-content {
	background: linear-gradient(90deg, rgb(67, 58, 193) 0%, rgb(11, 4, 131) 30%, rgb(0, 215, 255) 100%);
}