@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

body {
	background: #1A140F !important;
	color: #fff !important;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1.5px;
	line-height: 1.5;
	font-size: 20px;
}

body.active {
	opacity: 1;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #A74000 !important;
}

nav {
	width: 100%;
	background: url(../../images/navbg.png), linear-gradient(-180deg, #180900 16%, #451B01 48%, #4B1D01 49%, #240E00 85%, #371500 91%, #3A1601 92%, #180900 100%);
	background-position: right;
	background-repeat: no-repeat, no-repeat;
	background-blend-mode: lighten, normal;
}

h2 {
	background: -webkit-linear-gradient(45deg, #FB6101 20%, #6F2A00 30%, #FB6101 40%, #6F2A00 45%, #FB6101 55%, #6F2A00 63%, #FB6101 65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #A74000 !important;
	font-weight: 700;
}

#main {
	opacity: 0;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

#main.active {
	opacity: 1;
}

.preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	-webkit-backface-visibility: hidden;
	transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-webkit-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
}

.preloader img {
	-webkit-backface-visibility: hidden;
}

footer {
	background-color: #000 !important;
	color: #fff;
}

footer p {
	margin-bottom: 0 !important;
}

.card-header,
.card-footer {
	background-color: transparent !important;
}

.ptb-70 {
	padding: 70px 0;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.text-yellow {
	color: #CCAC57;
}

.text-brown {
	color: #A6816F;
}

/* top start */
#side {
	position: fixed;
	display: inline-block;
	cursor: pointer;
	z-index: 999;
	bottom: 0;
	right: 1vw;
	width: 5vw;
	height: 10vh;
	min-width: 40px;
	max-width: 80px;
}

.side-content {
	position: absolute;
}

.top_button_icon_box {
	position: block;
	width: 5vw;
	height: 5vw;
	min-width: 30px;
	min-height: 30px;
	max-width: 60px;
	max-height: 60px;
	margin: 0 auto
}


/* top end */

.coin {
	background-image: url(../../images/coinbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}

.coin img {
	max-width: 1000px;
}

/* .reliable {
	background-image: url(../../images/reliable.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
} */

.feature {
	width: min(100%, 180px);
	margin: 0 auto 0.5rem auto;
}

.game {
	background-image: url(../../images/gamebg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}

.betting {
	background-image: url(../../images/bettingbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
}

.btn,
.btn:focus {
    position: relative;
		width: clamp(200px, 70%, 500px);
    background: transparent;
    color: #E1332D;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: inherit;
    padding: 10px 20px;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(225, 51, 45, 0);
    outline: 1px solid !important;
    outline-color: rgba(225, 51, 45, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover {
    color: #E1332D;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(225, 51, 45, 0.5), 0 0 20px rgba(225, 51, 45, 0.2);
    outline: 1px solid !important;
    outline-color: rgba(225, 51, 45, 0) !important;
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}

.game-slick img {
	padding: 0 0.8rem 0.5rem 0.8rem;
}

.game-slick h3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	text-align: center !important;
}