html,
body {
	background: #fff;
	margin: 0;
}

a,
a:hover,
a:visited,
a:link {
	text-decoration: none;
	color: inherit;
}

.content-wrap {
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	height: 100vh;
	position: relative;
}

.logo {
	width: 196px;
	display: block;
}

header {
	max-width: 768px;
	width: auto;
	padding: 0;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	top: 0;
	z-index: 3;
	/* border-bottom: 1px solid #077828; */
	position: fixed;
	height: 50px;
	width: 100%;
	background: green;
	background: linear-gradient(to right,#16af3a ,#037726);
	-webkit-box-shadow: 0 5px 5px rgba(21,165,64,.3);
	box-shadow: 0 5px 5px rgba(21,165,64,.3);
}

footer {
	max-width: 768px;
	width: auto;
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 70px;
	background: #077828;
	background: linear-gradient(to bottom, #78d694, #15a540);
	box-shadow: 0 -2px 5px rgba(21,165,64,.4);
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	border-radius: 20px 20px 0 0;
}

footer a {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 0.7rem;
}

footer a i {font-size: 1.4rem;line-height: 1rem;}

footer a span {
	
}

.gform {
	position: relative;
}

.gform i {
	position: absolute;
	left: 9px;
	z-index: 2;
	top: 7px;
	color: #747474;
}

.gform .form-control,
.gform .form-select {
	position: relative;
	padding: 0.375rem 0.75rem 0.375rem 2rem;
}

.modal-btn {
	padding: 10px;
	font-weight: bold;
	display: block;
	color: #FFF !important;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	background: linear-gradient(to bottom, #78d694, #15a540);
}

.main-content {
	padding-top: 50px;
	padding-bottom: 100px;
}

.p2wrap {
	margin: 15px;
	overflow: hidden;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}

.main-games-wrap {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 15px 15px;
}

.main-games-wrap .main-games-nav {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
	width: 90px;
}

.main-games-wrap .main-games-nav li {
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
	font-size: 0.8rem;
	background: #fff;
	color: #15a540;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
	-webkit-box-shadow: 0 2px 2px rgba(21,165,64,.2);
	        box-shadow: 0 2px 2px rgba(21,165,64,.2);
}

.main-games-wrap .main-games-nav li.active,
.main-games-wrap .main-games-nav li.active:hover {
	color: #fff;
	font-weight: bold;
	background: linear-gradient(to bottom, #78d694, #15a540);
}

.main-games-wrap .main-thumb-wrap {
	
}

.main-games-wrap .main-thumb-wrap .mmtt-w {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.main-games-wrap .main-thumb-wrap .mmtt-w .thumb-card {
	width: 32%;
	display: block;
	margin: 0 2px 5px;
}

.main-games-wrap .main-thumb-wrap .mmtt-w .thumb-card.bonus-card {
	overflow: hidden;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
}

.main-games-wrap .main-thumb-wrap .mmtt-w .thumb-card.bonus-card .card {
	position: relative;
}

.main-games-wrap .main-thumb-wrap .mmtt-w .thumb-card.bonus-card .card .game-item-info{
	position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  text-shadow: 3px 3px 4px rgba(21,165,64,.8), -3px 3px 4px rgba(21,165,64,.8), 3px -3px 4px rgba(21,165,64,.8), -3px -3px 4px rgba(21,165,64,.8);
}

.main-games-wrap .main-thumb-wrap .mmtt-w .promo-card {
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.main-games-wrap .main-thumb-wrap .mmtt-w .thumb-card a {
	
}

.main-games-wrap .main-thumb-wrap .mmtt-w .thumb-card a img {
	width: 100%;
	display: block;
}

.bonus-btn {
	color: #FFF;
  border: none;
  background-image: linear-gradient(to bottom, #78d694, #15a540);
  display: inline-block;
  transition: all 120ms;
	font-family: "Inter", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 12px;
  font-size: 12px;
  padding: 14px 20px;
  box-shadow: 0 5px 14px 0 rgba(0, 0, 0, 0.1);
}

/*------------slide menu-----------*/
.slider-menu {
	position: fixed;
	width: 100%;
	height: 100dvh;
	z-index: 5;
	display: none;
	justify-content: flex-start;
}


.slider-menu nav {
	background: #f2f2f2;
	height: 100%;
	width: 80%;
	position: relative;
	color: #15a540;
	padding: 6% 10% 10%;
	box-shadow: -10px 0 10px rgba(0,0,0,.2);
}

.slider-menu nav > ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.slider-menu nav > ul > li {
	margin: 0 0 15px;
}

.slider-menu nav > ul > li.dropdown > .arrow {
	background-image: url(../images/arrow.svg);
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 12px;
	aspect-ratio: 1/.6;
	display: inline-block;
	margin: 0 7px 3px;
}

.slider-menu nav > ul > li.dropdown > .arrow.active {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.slider-menu nav > ul > li.dropdown > ul {
	display: none;
}

.slider-menu nav > ul > li > ul >li {
	
}

.slider-menu nav > ul >li > a {
	
}

.slider-menu nav > ul >li > a.active {
	color: #FD0;
}

.slider-menu nav > ul > li {
}

.slider-menu nav > ul > li > ul  {
	list-style-type: none;
	padding: 0 0 0 18px;
}

.slider-menu nav > ul > li > ul > li  {
	margin: 7px 0 0;
}

.slider-menu nav > ul > li > ul > li > a {
	
}

.slider-menu nav > ul > li > ul > li > a.active {
	color: #FD0;
}

.close {
	background-color: transparent;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-image: url(../images/x.svg);
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
}

.slider {
	left:-80%;
}

.main-btn-wrap {
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}

.main-btn-wrap a {
	font-weight: bold;
	text-transform: uppercase;
	width: 50%;
	padding: 15px;
	text-align: center;
	background: green;
	background: linear-gradient(to bottom, #f2f2f2, #dadada);
}

.main-btn-wrap a:first-child {
	color: #fff;
	background: linear-gradient(to bottom, #78d694, #15a540);
}

.main-nav-wrap {
	width: 100%;
	overflow: auto;
}

.main-nav {
	-webkit-flex-wrap: no-wrap;
	    -ms-flex-wrap: no-wrap;
	        flex-wrap: no-wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
}

.main-nav li {
	padding: 10px 10px;
	text-align: center;
}

.main-nav li.active {
	color: #15a540;
	font-weight: bold;
}

.main-nav li .icon {
	width: 55px;
	aspect-ratio: 1 / 0.9;
	margin: 0 auto;
	display: flex;
	padding: 5px;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	overflow: hidden;
}

.main-nav li.active .icon {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.main-nav li .icon img {
	margin: 0 auto;
	display: block;
}

.sharebox-wrap {
	background: linear-gradient(to bottom, #b9f0b9,#fff);
	padding: 15px;
}

.sharebox-wrap .sharebox {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sharebox-wrap .sharebox a {
	width: 49%;
	overflow: hidden;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.sharebox-wrap .sharebox img {
	
}


.marquee {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.marquee span {
  display: inline-block;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}

.gr-wrap {
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.gr-wrap h3 {
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(21,165,64,1);
}

.gr-wrap .gr-box-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.gr-wrap .gr-box-wrap .gr-box {
	background: pink;
	border-radius: 20px;
	width: 49%;
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #ccc;
}

.gr-wrap .gr-box-wrap .gr-box .game-title {
	width: 66%;
	margin: 0 auto;
}


.gr-wrap .gr-box-wrap .gr-box .game-box-wrap {display: flex;justify-content: space-around;} 

.gr-wrap .gr-box-wrap .gr-box .game-box-wrap .game-box {
	width: 48%;
	display: block;
}










