@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
	font-family: 'evil_empireregular';
	src: url('../fonts/evil_empire-webfont.woff2') format('woff2'),
		url('../fonts/evil_empire-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

body {
	padding: 0;
	margin: 0;
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
img {
	padding: 0;
	margin: 0;
}

ul li,
ol li {
	list-style: none;
	padding: 0;
	margin: 0;
}

header,
section,
footer {
	display: block;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

img {
	max-width: 100%;
	align-self: center;
}

p {
	color: #88829F;
	font-size: 18px;
	line-height: 30px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 500;
	margin: 15px 0 0;
}

p strong {
	font-weight: 500;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}

.form-section .form-part form input::placeholder,
.form-section .form-part form textarea::placeholder {
	color: #fff;
}

.form-section .form-part form textarea {
	color: #fff;
}

.contact-p .form-part {
	max-width: 1125px;
	width: 100%;
	margin: 0 auto;
}

.login-page {}

.login-page .form-part {
	max-width: 811px;
	width: 100%;
	margin: 0 auto;
}

.login-page .form-part .top-part p {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 63px;
}

.login-page .form-part {
	margin: 0 auto !important;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1348px;
	}
}

.margin-t-0 {
	margin-top: 0 !important;
}

.title-101 {
	color: #fff;
	font-size: 101px;
	line-height: 105px;
	font-family: 'evil_empireregular';
}

.title-53 {
	color: #fff;
	font-size: 53px;
	line-height: 66px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.title-50 {
	color: #fff;
	font-size: 50px;
	line-height: 66px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.title-35 {
	color: #231947;
	font-size: 35px;
	line-height: 40px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.title-53 span {
	color: #D18E24;
}

.regular-font {
	display: inline;
	font-weight: 400;
}

.golden-bttn {
	display: inline-flex;
	width: 208px;
	color: #281868;
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
	justify-content: center;
	padding: 15px 15px;
	margin: 30px 0 0;
	background: url(../images/bttn-img.png) center center no-repeat;
	background-size: 100% auto;
	box-shadow: 0 14px 14px #E1D2FF;
	border-radius: 50px;
}

.golden-bttn:hover {
	box-shadow: 0 8px 8px #E1D2FF;
	transform: scale(1.05);
}

.bttn-shadow-blue {
	box-shadow: 0 14px 14px #2C1583;
}

.bttn-shadow-blue:hover {
	box-shadow: 0 8px 8px #2C1583;
}

.bttn-shadow-grey {
	box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25);
}

.bttn-shadow-grey:hover {
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.no-shadow {
	box-shadow: none !important;
}

.dragon-img {
	position: relative;
}

.dragon-img::before {
	content: "";
	position: absolute;
	z-index: 5;
	left: 50%;
	top: -164px;
	transform: translate(-50%, 0);
	width: 572px;
	height: 292px;
	background: url(../images/dragon-face-img.png) center top no-repeat;
	background-size: 100% auto;
}

.color-19142C {
	color: #19142C;
}

/*Header Start*/
.header-top {
	display: inline-block;
	width: 100%;
	background: #2D109F;
	padding: 15px 0;
}

.header-top p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 600;
	letter-spacing: 7%;
}

.header-main {
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 8px 0;
}

.otr-logo {
	position: relative;
	height: 90px;
}

.otr-logo a {
	display: inline-block;
	width: 205px;
	max-width: 100%;
	position: absolute;
	z-index: 8;
	top: 0;
}

.otr-logo a img {
	display: inline-block;
	width: 100%;
}

.otr-menu {
	display: inline-flex;
	width: 100%;
	justify-content: center;
	height: 100%;
}

.otr-menu ul {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

.otr-menu ul li {
	display: inline-block;
	width: auto;
	margin: 6px 25px;
}

.otr-menu ul li a {
	display: inline-block;
	width: auto;
	color: #39393B;
	font-size: 18px;
	line-height: 24px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 7%;
}

.otr-menu ul li a:hover {
	color: #CEAB19;
}

.header-bttn {
	text-align: right;
}

/*Header End*/

/*Footer Start*/
.site-footer {
	background: #19142C;
	text-align: center;
	padding: 40px 0 35px;
}

.footer-logo {
	display: inline-block;
	width: 100%;
}

.footer-logo a {
	display: inline-block;
	width: 184px;
}

.footer-nav {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
}

.footer-nav ul {
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

.footer-nav ul li {
	display: inline-block;
	width: auto;
	margin: 6px 25px;
}

.footer-nav ul li a {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 400;
	letter-spacing: 7%;
}

.footer-nav ul li a:hover {
	color: #CEAB19;
}

.footer-content {
	display: inline-block;
	width: 100%;
	margin: 25px 0 0;
}

.footer-content h4 {
	color: #fff;
	font-size: 19px;
	line-height: 30px;
	font-weight: 700;
	text-transform: capitalize;
}

.footer-content p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin: 15px 0 0;
	text-transform: capitalize;
	letter-spacing: 6%;
}

.footer-partners {
	display: inline-flex;
	width: 100%;
	margin: 40px 0 0;
	justify-content: center;
	align-items: center;
	gap: 15px 45px;
}

.footer-partners a {
	display: inline-block;
	width: auto;
}

.footer-partners a img {
	display: inline-block;
	width: auto;
	max-width: 177px;
	max-height: 80px;
}

/*Footer End*/

/*Home Start*/
.cont-banner {
	position: relative;
	background-color: #2A0D99;
	background-image: url(../images/banner-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.coin-bg::before {
	content: "";
	width: 100%;
	height: 255px;
	background: url(../images/coins-bg-img.png) center bottom no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}

.design-img::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/banner-design-bg.png) center bottom -88px no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
}

.banner-left {
	z-index: 3;
	align-content: center;
	padding-top: 80px;
	padding-bottom: 170px;
}

.banner-rgt {
	z-index: 1;
	display: flex;
	align-items: end;
}

.banner-left p {
	color: #fff;
	font-size: 25px;
	line-height: 40px;
	text-transform: capitalize;
	margin: 0 0 30px;
	font-weight: 400;
}

.banner-img {
	display: inline-block;
	width: calc(100% + 65px);
	position: relative;
	left: 120px;
	margin: 0 0 0 -70px;
}

.cont-game-steps {
	padding: 120px 0 90px !important;
	background-color: #200C6D;
	background-image: url(../images/bg-pattren-01.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-game-steps {
	display: flex;
	flex-wrap: wrap;
	padding: 0 40px;
}

.single-step-img {
	display: inline-block;
	width: 110px;
}

.single-step-content {
	display: inline-block;
	width: calc(100% - 110px);
	padding: 0 0 0 30px;
}

.single-step-content h3 {
	color: #CEAB19;
	font-size: 25px;
	line-height: 30px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.single-step-content p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	text-transform: capitalize;
	margin: 8px 0 0;
}

.single-game-steps:nth-child(1) .single-step-img {
	width: 66px;
}

.single-game-steps:nth-child(1) .single-step-content {
	width: calc(100% - 66px);
}

.cont-top-games {
	padding: 118px 0 144px;
}

.parallel-content {
	padding-right: 5%;
}

.parallel-bttn {
	text-align: right;
	align-content: flex-end;
	padding-bottom: 4px;
}

.parallel-top-games {
	margin: 50px 0 0;
	padding: 0 4px;
}

.single-top-game {
	padding: 0 8px;
}

.single-top-game a {
	display: block;
	width: 100%;
	height: 364px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0);
}

.single-top-game a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-top-game a:hover {
	transform: scale(1.04);
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
}

.unlock-profile-left p {
	margin-bottom: 33px;
}

.cont-how-works {
	padding: 90px 0 115px;
	background: #19142C;
	position: relative;
}

.cont-how-works::before {
	content: "";
	position: absolute;
	z-index: 0;
	right: 106px;
	top: -40px;
	width: 69px;
	height: 80px;
	background: url(../images/single-coin.png) center bottom no-repeat;
}

.cont-how-works::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: -60px;
	bottom: -60px;
	width: 424px;
	height: 446px;
	background: url(../images/dragon-img.png) center bottom no-repeat;
}

.sec-head {
	text-align: center;
}

.max-width-720 {
	max-width: 720px;
	margin: auto;
}

.cont-how-works .sec-head .title {
	color: #ECCD3A;
}

.cont-how-works .sec-head p {
	color: #EDE9D8;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin: 20px 0 0;
}

.otr-how-work-steps {
	margin: 46px 0 0;
	padding: 0 8%;
}

.otr-how-work {
	text-align: center;
}

.otr-how-work-img {
	display: inline-block;
	width: 100%;
	height: 284px;
}

.otr-how-work-img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.otr-how-work h3 {
	color: #CEAB19;
	font-size: 24px;
	line-height: 35px;
	margin: 38px 0 0;
	font-family: "Inter Tight", sans-serif;
	font-weight: 600;
}

.otr-how-work p {
	max-width: 180px;
	color: #EDE9D8;
	font-size: 16px;
	line-height: 24px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 500;
	margin: 10px auto 0;
}

.cont-leaderboard {
	padding: 135px 0;
}

.max-width-640 {
	max-width: 640px;
	margin: auto;
}

.otr-leaderboard-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 20px 62px;
	margin: 30px 0 0;
}

.single-leader-otr {
	display: inline-flex;
	width: 153px;
	height: 153px;
	position: relative;
	background: #020B56;
	border-radius: 50%;
}

.single-leader-otr img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 50%;
}

.single-leader-otr.leader-1 {
	width: 191px;
	height: 191px;
	margin-top: 54px;
}

.leader-1::before {
	content: "";
	position: absolute;
	width: 64px;
	height: 48px;
	left: 50%;
	top: -53px;
	transform: translate(-50%, 0);
	background: url(../images/crown-img.png) left top no-repeat;
}

.leader-number {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%, 0);
	width: 31px;
	height: 31px;
	border-radius: 50%;
	background: #5931EE;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
}

.leader-1 .leader-number {
	width: 47px;
	height: 47px;
	bottom: -22px;
}

.otr-leaderboard-points {
	max-width: 1100px;
	margin: 40px auto 0;
}

.single-leaderboard-point {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	background: #020B56;
	border-radius: 100px;
	margin: 22px 0 0;
	padding: 10px 20px;
}

.leaderboard-point-cup {
	display: inline-block;
	width: 6.4%;
	text-align: center;
}

.leaderboard-point-name {
	display: inline-block;
	width: 22%;
	color: #CEAB19;
	font-size: 24px;
	line-height: 35px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 600;
	padding: 0 12px;
}

.leaderboard-point-bar {
	display: inline-block;
	width: 56%;
}

.leaderboard-progress-bar {
	display: block;
	width: 100%;
	background: #CFCDCD;
	height: 8px;
	border-radius: 10px;
}

.leaderboard-points {
	display: inline-block;
	width: 15%;
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	padding: 0 0 0 15px;
	text-align: center;
}

.leaderboard-1 .leaderboard-progress-bar {
	background: #FFE14E;
	width: 100%;
}

.leaderboard-2 .leaderboard-progress-bar {
	background: #CFCDCD;
	width: 90%;
}

.leaderboard-3 .leaderboard-progress-bar {
	background: #89501A;
	width: 80%;
}

.cont-play-win {
	padding: 30px 0 0;
	background-color: #2D109F;
	background-image: url(../images/bg-pattren-01.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.cont-play-win .row {
	align-items: center;
}

.cont-play-win .container {
	max-width: 1160px;
}

.play-win-left p {
	color: #D0CBE2;
}

.cont-reviews {
	padding: 100px 0 115px;
}

.wps {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #BBBABE;
	padding: 38px;
	border-radius: 20px;
	gap: 33px;
	margin: 10px;
	width: calc(50% - 20px);
}

.wps .lft-part {
	width: 23%;
}

.wps .lft-part .initials {
	width: 125px;
	height: 125px;
	border-radius: 20px;
	overflow: hidden;
}

.wps .lft-part .initials h3 {
	font-family: Inter Tight;
	font-weight: 700;
	font-size: 50px;
	background: #020B56;
	line-height: 35px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.wps .rit-part {
	width: calc(77% - 33px);
	max-width: 100%;
}

.wps .rit-part .info-part h3 {
	font-family: Inter Tight;
	font-weight: 700;
	color: #16112D;
	font-size: 24px;
	line-height: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 21px;
}

.wps .rit-part .info-part p {
	font-family: Inter Tight;
	font-weight: 500;
	color: #8D8E93;
	font-size: 18px;
	line-height: 30px;
}

.sec-head {
	margin: 0 auto 48px;
}

.menu-btn {
	display: none;
}

.inner-header {
	display: flex;
	flex-wrap: wrap;
}

.inner-header .otr-logo {
	width: 20%;
}

.inner-header .menu-btn {}

.inner-header .cont-nav {
	max-width: 60%;
	width: 100%;
}

.inner-header .header-bttn {
	max-width: 20%;
	width: 100%;
}

.inner-header .cont-nav ul.nav-menu .header-bttn.def {
	display: none;
}

.inner-header {
	align-items: center;
}

/*Home End*/
/*Home End*/

/*Games Start*/
.games-page-banner {
	padding: 90px 0 0;
}

.games-page-banner .banner-left {
	padding-top: 10px;
	padding-bottom: 100px;
}

.games-page-banner .banner-left p {
	max-width: 500px;
}

.games-page-banner .banner-img {
	left: 0;
	width: calc(100% + 168px);
	padding: 0 0 0 125px;
}

.game-steps-innpages {
	padding: 130px 0 87px;
}

.game-steps-innpages::before {
	width: 510px;
	height: 249px;
	top: -157px;
}

.game-page-games {
	padding-top: 52px;
}

.game-page-games .parallel-top-games {
	margin: 0;
}

.cont-unlock-profile {
	background: #19142C;
	padding: 150px 0;
}

.coin-top-right,
.treasure-left-bottom {
	position: relative;
}

.coin-top-right::before {
	content: "";
	position: absolute;
	z-index: 0;
	right: 106px;
	top: -40px;
	width: 69px;
	height: 80px;
	background: url(../images/single-coin.png) center bottom no-repeat;
}

.treasure-left-bottom::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: -20px;
	bottom: -60px;
	width: 273px;
	height: 147px;
	background: url(../images/treasure-img.png) center bottom no-repeat;
}

.unlock-profile-left {
	padding-right: 25px;
}

.unlock-profile-left .title {
	max-width: 580px;
}

.unlock-profile-left p {
	color: #EDE9D8;
}

.unlock-profile-rgt {
	text-align: center;
}

.cont-rewards-free {
	padding: 140px 0 0
}

.rewards-free-left {
	text-align: center;
}

.rewards-free-rgt .title {
	max-width: 600px;
}

/*Games End*/

/*5x Magic Start*/
.magic-page-banner {
	padding: 54px 0 0;
}

.magic-page-banner .banner-left p {
	max-width: 400px;
}

.magic-page-banner .banner-img {
	left: 0;
	width: calc(100% + 98px);
	padding: 0 0 0 85px;
}

.cont-magic-video {
	padding: 52px 0 125px;
}

.otr-magic-video {
	margin: 45px 0 0;
}

.otr-magic-video iframe {
	border-radius: 40px;
}

/*5x Magic End*/

/*Login Start*/
.login-page-banner {
	padding: 10px 0 0;
}

.login-page-banner .banner-left p {
	max-width: none;
}

.login-page-banner .banner-img {
	left: 0;
	width: calc(100% + 42px);
	padding: 0 0 0 6px;
}

/*Login End*/

/*Signup Start*/
.signup-page-banner {
	padding: 36px 0 0;
}

.signup-page-banner .banner-left p {
	max-width: none;
}

.signup-page-banner .banner-img {
	left: 0;
	width: 100%;
	padding: 0;
	text-align: center;
}

.without-dragon-img {
	padding: 88px 0;
}

/*Signup End*/

/*Privacy Start*/
.privacy-page-banner {
	padding: 94px 0 0;
}

.privacy-page-banner .banner-left p {
	max-width: none;
}

.privacy-page-banner .banner-img {
	left: 0;
	width: calc(100% + 18px);
	padding: 0 0 0 54px;
}

/*Privacy End*/

/*TC Start*/
.TC-page-banner {
	padding: 25px 0 0;
}

.TC-page-banner .banner-left {
	padding-top: 80px;
	padding-bottom: 80px;
}

.TC-page-banner .banner-left p {
	max-width: none;
}

.TC-page-banner .banner-img {
	left: 0;
	width: calc(100% + 86px);
	padding: 0 0 0 146px;
}

/*TC End*/

/*contact start*/

.cont-play-win {
	position: relative;
}

.cont-play-win::before {
	content: "";
	background-image: url(../images/pwp-single.svg);
	position: absolute;
	width: 134px;
	height: 99px;
	left: 173px;
	top: -40px;
	background-size: contain;
	background-repeat: no-repeat;
}

.cont-play-win::after {
	content: "";
	background-image: url(../images/pwp-double.svg);
	position: absolute;
	width: 214px;
	height: 252px;
	left: 0;
	bottom: -90px;
	background-size: contain;
	background-repeat: no-repeat;
}

.cont-reviews {
	position: relative;
}

.cont-reviews::before {
	content: "";
	background-image: url(../images/wps-single.svg);
	position: absolute;
	width: 134px;
	height: 99px;
	right: 156px;
	top: -40px;
	background-size: contain;
	background-repeat: no-repeat;
}

.contact-page .banner-img {
	padding: 0 !important;
	width: calc(100% + 81px) !important;
	margin: 0 0 0 -100px;
}

.contact-list::before {
	width: 0 !important;
}

.form-section {
	background: #19142C;
	padding: 100px 0;
}

.form-section .form-head {
	text-align: center;
}

.form-section .form-head h2 {
	color: #ECCD3A;
}

.contact-p {}

.contact-p .form-part {
	margin-top: 90px;
}

.form-section .form-part form input,
.form-section .form-part form textarea {
	width: 100%;
	background: #100D1B;
	border-radius: 14px;
	border: 2px solid #DCAC3C;
	font-family: Inter;
	font-weight: 700;
	font-size: 17px;
	line-height: 28px;
	padding: 14px 20px;
	color: #fff;
}

.form-section .form-part p.half-input,
.form-section .form-part textarea {
	display: flex;
	column-gap: 45px;
	padding-bottom: 10px;
}

.form-section .form-part form input::placeholder,
.form-section .form-part form textarea::placeholder {
	color: #fff;
}

p.half-input {}

.form-section .form-part form textarea {
	height: 220px;
}

.form-section .form-part .btm-part {
	margin: 40px 0 0;
}

.form-section .form-part .btm-part p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-section .form-part .btm-part p input[type="checkbox"] {
	width: 25px;
	height: 25px;
	background: none;
	accent-color: #19142b;
	border: 2px solid #DCAC3C;
	border-radius: 4px;
}

.form-section .form-part .btm-part p span,
.form-section .form-part .btm-part p a {
	font-family: Inter Tight;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.form-section .form-part .btm-part p a {
	text-decoration: underline;
	padding: 0 0 0 4px;
}

.form-section .form-part .btm-part p span {
	padding: 0 0px 0 20px;
}

.form-section .form-part .btm-part a.golden-bttn {
	box-shadow: none;
	display: block;
	text-align: center;
	margin: 40px auto 0;
}

section.corner-coins {
	position: relative;
}

section.corner-coins::before {
	content: "";
	background-image: url(../images/cc-top.png);
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	right: 100px;
	object-fit: contain;
	background-repeat: no-repeat;
}

section.corner-coins::after {
	content: "";
	background-image: url(../images/cc-btm.svg);
	position: absolute;
	width: 214px;
	height: 252px;
	bottom: -69px;
	left: 0;
	object-fit: contain;
	background-repeat: no-repeat;
}

.single-coin {
	padding: 60px 0;
}

.single-coin .content-blk p {
	font-family: Inter Tight;
	font-weight: 500;
	font-size: 19px;
	color: #88829F;
	line-height: 35px;
	margin: 30px 0 0;
}

.single-coin {
	position: relative;
}

.single-coin::before {
	content: "";
	background: url(../images/single-coin.png) center bottom no-repeat;
	position: absolute;
	width: 70px;
	height: 100px;
	top: -60px;
	right: 100px;
	object-fit: contain;
	background-repeat: no-repeat;
}

@media (min-width: 1400px) {
	.container {
		max-width: 1348px;
	}
}

.margin-t-0 {
	margin-top: 0 !important;
}

.title-101 {
	color: #fff;
	font-size: 101px;
	line-height: 105px;
	font-family: 'evil_empireregular';
}

.title-50 {
	color: #fff;
	font-size: 50px;
	line-height: 66px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.title-35 {
	color: #231947;
	font-size: 35px;
	line-height: 40px;
	font-family: "Inter Tight", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.golden-bttn {
	display: inline-flex;
	width: 208px;
	color: #281868;
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
	justify-content: center;
	padding: 15px 15px;
	margin: 0;
	background: url(../images/bttn-img.png) center center no-repeat;
	background-size: 100% auto;
	box-shadow: 0 14px 14px #E1D2FF;
	border-radius: 50px;
}

.golden-bttn:hover {
	box-shadow: 0 8px 8px #E1D2FF;
	transform: scale(1.05);
}

.bttn-shadow-blue {
	box-shadow: 0 14px 14px #2C1583;
}

.bttn-shadow-blue:hover {
	box-shadow: 0 8px 8px #2C1583;
}

.bttn-shadow-grey {
	box-shadow: 0 14px 14px rgba(0, 0, 0, 0.25);
}

.bttn-shadow-grey:hover {
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.dragon-img {
	position: relative;
}

.dragon-img::before {
	content: "";
	position: absolute;
	z-index: 5;
	left: 50%;
	top: -164px;
	transform: translate(-50%, 0);
	width: 572px;
	height: 292px;
	background: url(../images/dragon-face-img.png) center top no-repeat;
}

.rewards-free-rgt p {
	margin: 31px 0 50px;
}

.rewards-free-rgt p {
	margin: 30px 0 43px;
}

.ag::before {
	width: 0;
}

/*contact end*/



@media (min-width:1200px) and (max-width:1666px) {
	.banner-img {
		width: 100%;
		left: 0;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.title-101 {
		font-size: 65px;
		line-height: 80px;
	}

	.design-img::after {}

	.banner-img {
		width: 100%;
		left: 0;
	}

	.banner-left {
		padding-top: 90px;
		padding-bottom: 100px;
	}

	.banner-rgt {
		display: flex;
		align-items: end;
	}

	::before {}

	.dragon-img::before {
		width: 342px;
		background-size: contain;
		height: 172px;
		top: -70px;
	}

	.banner-left p {
		font-size: 20px;
		line-height: 34px;
	}

	.single-game-steps {
		padding: 0 10px;
	}

	.single-step-img {
		height: 50px !important;
		width: 50px;
	}

	.single-step-img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.single-game-steps:nth-child(1) .single-step-content {
		padding: 0 0 0 10px;
	}

	.single-step-content h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.single-step-content h3 br {
		display: none;
	}

	.single-step-content {
		width: 80%;
	}

	.cont-top-games {
		padding: 90px 0 90px;
	}

	.otr-how-work-img {
		height: 120px;
	}

	.cont-how-works::after {
		width: 174px;
		height: 186px;
		left: 0;
		background-size: contain;
	}

	.cont-play-win::after {
		left: 0;
		bottom: -120px;
	}

	.wps .lft-part .initials {
		width: 100%;
		height: 90px;
	}

	.wps {
		padding: 20px;
	}

	.wps .rit-part .info-part h3 span img {
		width: 80%;
	}

	.wps .rit-part .info-part h3 span {
		text-align: right;
	}

	.cont-reviews {
		padding: 100px 0 90px;
	}

	.inner-header .cont-nav {
		max-width: 50%;
	}

	.inner-header .header-bttn {
		max-width: 25%;
	}

	.inner-header .otr-logo {
		width: 25%;
	}

	.title-53 {
		font-size: 40px;
		line-height: 47px;
	}

	.single-coin .content-blk p {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.title-101 {
		font-size: 60px;
		line-height: 70px;
	}

	.single-game-steps {
		flex-direction: column;
		align-items: center;
	}

	.single-step-content {
		padding: 0;
		width: 100%;
	}

	.single-game-steps {
		padding: 0 0;
		gap: 10px;
	}

	.single-step-content h3 {
		text-align: center;
		font-size: 20px;
		line-height: 26px;
	}

	.single-step-content p {
		text-align: center;
		width: 80%;
		margin: 10px auto 0;
	}

	.single-step-img {
		width: 60px;
		height: 60px;
		object-fit: contain;
		text-align: center;
	}

	.single-step-img img {
		height: 100%;
	}

	.dragon-img .container {
		max-width: 100%;
		padding: 0 30px;
	}

	.cont-top-games {
		padding: 80px 0 80px;
	}

	.otr-how-work-img {
		height: 130px;
		width: 130px;
	}

	.cont-how-works::after {
		width: 264px;
		height: 246px;
		background-size: contain;
		left: 0;
	}

	.cont-how-works {
		padding: 90px 0 215px;
	}

	.otr-how-work-steps {
		padding: 20px 0 10px;
	}

	.leaderboard-point-name {
		font-size: 18px;
		line-height: 26px;
	}

	.leaderboard-points {
		font-size: 20px;
		line-height: 26px;
	}

	.leaderboard-point-cup {
		width: 30px;
	}

	.single-top-game a {
		height: 200px;
	}

	.title-50 {
		font-size: 42px;
		line-height: 60px;
	}

	.cont-play-win {
		padding: 30px 0 120px;
	}

	.wps {
		padding: 10px;
		gap: 20px;
	}

	.wps .lft-part .initials {
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	.wps .lft-part .initials h3 {
		font-size: 20px;
		border-radius: 10px;
		height: 60px;
	}

	.wps .rit-part .info-part h3 {
		margin-bottom: 10px;
		font-size: 22px;
		line-height: 30px;
	}

	.wps .rit-part .info-part p {
		font-size: 16px;
		line-height: 26px;
	}

	.wps .rit-part .info-part h3 span img {
		width: 60%;
		margin-left: auto;
	}

	.wps .rit-part .info-part h3 span {
		text-align: right;
	}

	.cont-reviews {
		padding: 130px 0 70px;
	}

	.banner-img {
		left: 0;
		width: 100%;
		bottom: 0;
		top: auto;
	}

	.cont-banner .container {
		max-width: 100%;
	}

	.dragon-img::before {
		width: 362px;
		height: 172px;
		background-size: contain;
		top: -90px;
	}

	.banner-left {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.otr-menu ul li a {
		font-size: 16px;
		line-height: 24px;
	}

	.header-main .container {
		max-width: 100%;
	}

	.inner-header .cont-nav {
		max-width: 50%;
	}

	.inner-header .header-bttn {
		max-width: 30%;
	}

	h2.title.title-53 {
		font-size: 40px;
		line-height: 50px;
	}

	.rewards-free-rgt p {
		margin: 10px 0 0;
	}

	.cont-leaderboard {
		padding: 90px 0 80px;
	}

	.rewards-free-rgt p {
		margin: 10px 0 30px;
	}

	.cont-rewards-free {
		padding: 100px 0 0;
	}

	.cont-game-steps {
		padding: 60px 0 50px !important;
	}

	.single-step-content p {
		width: 100%;
	}

	.form-section {
		padding: 60px 0;
	}

	.contact-p .form-part {
		margin-top: 40px;
	}

	.cont-magic-video {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {

	/*media starts*/
	.title-101 {
		font-size: 55px;
		line-height: 58px;
	}

	.banner-left p {
		font-size: 22px;
		line-height: 36px;
		margin: 10px 0 30px;
	}

	.banner-left {
		padding-bottom: 30px;
	}

	.banner-img {
		width: 100%;
		left: 50%;
		transform: translate(-50%, 0);
		margin: 0 auto;
	}

	.dragon-img::before {
		width: 312px;
		height: 242px;
		background-size: contain;
		top: -40px;
	}

	.single-game-steps {
		position: relative;
		z-index: 9;
	}

	.single-game-steps {
		padding: 0 20px 20px;
	}

	.single-step-content h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.single-step-content h3 br {
		display: none;
	}

	.single-step-img img {
		width: 70px;
		height: 70px;
		object-fit: contain;
	}

	.single-step-img {
		display: block;
		width: 20%;
	}

	.single-step-content {
		width: 80%;
		padding: 0 0 0 20px;
	}

	.cont-top-games {
		padding: 60px 0 100px;
	}

	.title-35 {
		font-size: 32px;
		line-height: 36px;
	}

	p {
		font-size: 16px;
		line-height: 26px;
	}

	.parallel-bttn {
		text-align: left;
		margin: 30px 0 0;
	}

	.single-top-game a {
		height: 350px;
	}

	.parallel-top-games {
		row-gap: 20px;
	}

	.cont-how-works .sec-head p {
		line-height: 26px;
	}

	.otr-how-work-img {
		height: 94px;
	}

	.otr-how-work-steps {
		row-gap: 40px;
	}

	.cont-how-works::after {
		width: 274px;
		height: 166px;
		background-size: contain;
	}

	.cont-how-works {
		padding: 80px 0 165px;
	}

	.cont-leaderboard {
		padding: 100px 0;
	}

	.title-35 {
		font-size: 30px;
		line-height: 34px;
	}


	.single-leader-otr {
		width: 80px !important;
		height: 80px !important;
	}

	.otr-leaderboard-list {
		flex-direction: column;
		align-items: center;
		row-gap: 50px;
	}

	.single-leaderboard-point {
		flex-direction: column;
		row-gap: 14px;
	}

	.leaderboard-point-name {
		width: 100%;
		text-align: center;
	}

	.leaderboard-point-bar {
		width: 100%;
	}

	.leaderboard-points {
		width: 100%;
	}

	.single-leaderboard-point {
		border-radius: 30px;
	}

	.leaderboard-progress-bar {
		width: 100% !important;
		height: 8px;
	}

	.cont-play-win::before {
		width: 84px;
		height: 86px;
	}

	.title-50 {
		font-size: 30px;
		line-height: 40px;
	}

	.play-win-left p {
		margin: 10px 0 0;
	}

	.play-win-rgt {
		text-align: center;
		padding-top: 40px;
	}

	.play-win-rgt img {
		width: 60%;
		margin: 0 auto;
	}

	.cont-play-win::after {
		width: 74px;
		height: 132px;
	}

	.cont-reviews::before {
		width: 74px;
		height: 74px;
		right: 30px;
		left: auto;
	}

	.wps {
		width: calc(100% - 20px);
		padding: 20px;
		gap: 15px;
	}

	.wps .lft-part .initials {
		width: 70px;
		height: 70px;
		border-radius: 10px;
	}

	.wps .rit-part .info-part h3 {
		margin-bottom: 12px;
		font-size: 22px;
		line-height: 28px;
	}

	.wps .lft-part .initials h3 {
		font-size: 30px;
		line-height: 40px;
	}

	.cont-reviews {
		padding: 100px 0 60px;
	}

	.wps .rit-part .info-part h3 span img {
		width: 70%;
		margin-left: auto;
	}

	.wps .rit-part .info-part h3 span {
		text-align: right;
	}

	.wps .rit-part .info-part p {
		font-size: 16px;
		line-height: 24px;
	}

	.footer-logo a {
		width: 130px;
	}

	.footer-content h4 {
		font-size: 18px;
		line-height: 28px;
	}

	.footer-partners {
		flex-direction: column;
	}

	.footer-nav ul li a {
		font-size: 18px;
		line-height: 26px;
	}

	.footer-partners a img {
		max-width: 150px;
		max-height: 60px;
	}

	.header-top p {
		font-size: 14px;
		line-height: 20px;
	}

	.inner-header .header-bttn {
		display: none;
	}

	.inner-header .cont-nav {
		position: absolute;
		right: 0;
		max-width: 100%;
		width: 100%;
		background: #ffffff;
		height: 100vh;
		z-index: 9;
		top: 0;
	}

	.inner-header .cont-nav ul {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		row-gap: 20px;
		padding-top: 120px;
	}

	.inner-header .cont-nav ul {
		position: relative;
		top: 20px;
	}

	.inner-header .cont-nav ul.nav-menu .header-bttn.def {
		max-width: 100%;
		display: block;
		width: 100%;
		text-align: center;
	}

	.inner-header .menu-btn {
		display: block;
		position: absolute;
		right: 20px;
		top: 40px;
		z-index: 99;
	}

	.inner-header .menu-btn a {
		width: 30px;
		height: 30px;
		display: block;
	}

	.inner-header .menu-btn a.opn-menu {
		top: 85px;
		position: relative;
	}

	.inner-header .menu-btn a.cls-menu {
		position: relative;
		top: 30px;
		height: 20px;
		width: 20px;
	}

	.inner-header .otr-logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.inner-header .otr-logo a {
		top: 50%;
		transform: translate(0, -50%);
	}

	.inner-header .otr-logo {
		width: 30%;
	}

	.inner-header .cont-nav {
		display: none;
	}

	.single-leader-otr.leader-1 {
		margin-top: 44px;
	}

	body.menu-active {
		overflow: hidden;
	}

	.games-page-banner .banner-img {
		padding: 0;
		width: 90%;
		left: 50%;
		transform: translate(-50%, 0);
		margin: 0 auto;
	}

	.game-steps-innpages {
		padding-bottom: 40px;
	}

	.contact-list {
		padding-top: 60px !important;
	}

	.cont-unlock-profile {
		padding: 70px 0 100px;
	}

	.title-53 {
		font-size: 35px;
		line-height: 40px;
	}

	.unlock-profile-rgt img {
		width: 60%;
		margin-top: 40px;
	}

	.rewards-free-left img {
		width: 80%;
	}

	.rewards-free-rgt .title {
		margin: 20px 0 0;
	}

	.rewards-free-rgt .title {
		font-size: 25px !important;
	}

	.rewards-free-rgt p {
		margin-bottom: 20px;
	}

	.cont-leaderboard {
		padding: 60px 0;
	}

	.cont-game-steps {
		padding: 60px 0 40px !important;
	}

	.form-section {
		padding: 60px 0 140px;
	}

	.contact-p .form-part {
		margin-top: 30px;
	}

	.form-section .form-part p.half-input,
	.form-section .form-part textarea {
		flex-direction: column;
		row-gap: 20px;
	}

	.form-section .form-part form textarea {
		height: 150px;
	}

	section.corner-coins::after {
		width: 124px;
		height: 172px;
		background-size: contain;
	}

	.form-section .form-part form input,
	.form-section .form-part form textarea {
		border-radius: 10px;
		padding: 10px 15px;
	}

	.games-page-banner .banner-left {
		padding-bottom: 60px;
	}

	.sec-head {
		margin: 0 auto 30px;
	}

	.magic-page-banner .banner-img {
		width: 80%;
		left: 50%;
		transform: translate(-50%, 0);
		padding: 0;
		margin: 0;
	}

	.ag::before {
		width: 0;
	}

	.cont-magic-video {
		padding-bottom: 0;
	}

	.cont-magic-video {
		padding-bottom: 0;
	}

	.game-steps-innpages {
		padding-top: 140px !important;
	}

	.contact-p-only {
		padding-top: 60px !important;
	}

	.single-coin .content-blk p {
		font-size: 16px;
	}

	.home-dm {
		padding-top: 120px !important;
	}

	.privacy-page-banner {
		padding: 0;
	}
}