/*============
Template Name:Betwenner HTML5 Template
Author:https://www.templatemonster.com/authors/templateland/
Version: 1.0
============*/

/* Table of contents */
/*====================
01.Header Top CSS
02.Left Menu CSS
03.Hero CSS
04.Tranding Slot CSS
05.Gaming Area CSS
06.CTA Area CSS
07.Blog Area CSS
08.Footer Area CSS
09.Deposit Page CSS
10.Sing Up Page CSS
====================*/

/* ==========
    Base CSS
============ */
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Sofia Sans Condensed", sans-serif;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.al-center {
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
}

.wrapper {
  overflow: hidden;
}

/* header-top bar start */
a.primary-btn.no-bg {
  background: transparent;
  border: 1px solid #d7006d;
}

.tob-bar-btn a img {
  padding-right: 10px;
}

.mobile-tob-bar-btn {
  display: none;
}

.herader-top-bar {
  background: #16140d;
  color: #fff;
  padding: 20px 0;
}

.menu-icon {
  height: 24px;
  width: 24px;
  font-size: 24px;
  display: none;
}

.top-bar-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.top-bar-left p span {
  font-weight: 600;
  margin-left: 5px;
  display: inline-block;
}

.top-bar-left p:last-child span {
  color: #d7006d;
  font-weight: 400;
}

.cuarincy-btn .cuarincy-btn-wrap {
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 48px;
  line-height: 48px;
}

.cuarincy-btn select {
  border: none;
  display: inline-block;
  outline: none;
  color: #d7006d;
  padding: 0 10px;
  background: #16140d;
  border-radius: 6px;
}

.cuarincy-btn .cuarincy-btn-wrap span {
  color: #fff;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
}

.tob-bar-btn a {
  padding: 18px 38px !important;
  display: inline-block;
}

.tob-bar-btn li {
  display: inline-block;
}

.tob-bar-btn {
  text-align: right;
}

/* left manu */
.top-area {
  background: #171715;
}

.left-manu {
  padding: 24px;
  background: #221e1e;
  position: relative;
  z-index: 9;
}

.logo {
  margin-bottom: 24px;
}

.cuarincy-btn {
  background: #16140d;
  border-radius: 6px;
  margin-bottom: 20px;
}

.left-manu-btn li {
  display: block;
  padding: 15px 20px;
  background: #16140d;
  margin-bottom: 6px;
  border-radius: 3px;
}

.left-manu-btn li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  display: inline-block;
}

.left-manu-btn li:last-child {
  margin-bottom: 0;
}

.games-categories {
  padding-top: 24px;
  border-bottom: 1px solid #16140d;
  padding-bottom: 26px;
  margin-bottom: 35px;
}

.games-categories h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 1px solid #16140d;
  padding-bottom: 12px;
  margin-bottom: 14px;
}

.games-categories li {
  display: block;
  padding: 6px;
  margin-bottom: 12px;
  transition: 0.3s ease;
}

.games-categories li:last-child {
  margin-bottom: 0;
}

.games-categories li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}

.games-categories li a img {
  padding-right: 10px;
}

.games-categories li:hover {
  background: #16140d;
}

.last-btn ul {
  background: #16140d;
  padding: 16px;
  border-radius: 6px;
}

.last-btn li {
  display: block;
}

.last-btn li:first-child {
  border-bottom: 1px solid #221e1e;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.last-btn li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

/* hero area */
.hero-area {
  padding: 133px 0;
}

.hero-area {
  background-image: url(../images/home/hero.png);
  background-position: center;
  background-size: cover;
}

.hero-content {
  text-align: center;
}

.hero-content h2 {
  font-size: 80px;
  font-weight: 900;
  line-height: 96px;
  margin-bottom: 24px;
  background: -webkit-linear-gradient(#d7006d, #7800c2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 48px;
}

/* trending slot area */
.trading-area {
  background: #171715;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.trading-area::after {
  position: absolute;
  left: -99%;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #171715;
  z-index: 2;
}

.trading-tittle h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.single-trending-item {
  background: #2a2a28;
  color: #fff;
  display: flex;
  gap: 16px;
  border-radius: 8px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
}

.trending-left img {
  height: 210px;
}

.trending-right h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 28px;
  margin-bottom: 5px;
}

.trending-right {
  text-align: center;
}

a.ply-btn {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid;
  padding: 7px 35px;
  border-radius: 6px;
  color: #d7006d;
  text-shadow: 1px 1px 5px #7800c2;
}

.trending-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 13px;
  color: #c3c3c3;
}

a.primary-btn {
  background: linear-gradient(to bottom, #d7006d 0%, #7800c2 100%);
  display: inline-block;
  padding: 18px 68px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  transform: skew(-10deg);
}

.trending-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}

/* gaming ara */
.gaming-area {
  background: #1d1d1a;
  color: #fff;
  padding: 40px 0;
}

ul.filter-project {
  padding: 16px;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 24px;
  gap: 24px;
}

ul.filter-project li {
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  cursor: pointer;
  background: #16140d;
  border-radius: 4px;
  border-bottom: 4px solid transparent;
}

ul.filter-project li.active {
  border-radius: 4px;
  border-bottom: 4px solid #d7006d;
}

ul.filter-project li span {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: block;
}

ul.filter-project li img {
  height: 24px;
  width: 24px;
  margin-bottom: 8px;
}

.gaming-img img {
  border-radius: 8px;
  height: 300px;
  width: 100%;
}

.single-gaming-item {
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  margin-bottom: 24px;
}

.gaming-hover .play-now {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 10px;
  color: #d7006d;
  font-weight: 700;
}

.gaming-hover a i {
  font-size: 35px;
  background: linear-gradient(to bottom, #d7006d 0%, #7800c2 100%);
  color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 68px;
}

.gaming-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

.single-gaming-item::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: #000;
  z-index: 1;
  border-radius: 8px;
  opacity: 0.2;
  visibility: hidden;
}

.single-gaming-item:hover::after {
  visibility: visible;
}

.single-gaming-item:hover .gaming-hover {
  opacity: 1;
  visibility: visible;
}

.gaming-btn {
  text-align: center;
}

.gaming-btn {
  padding-top: 40px;
}

/* cta area start */
.card-area {
  background: #16140d;
  padding: 80px 0;
}

.cta-bg {
  background-image: url(../images/home/cta-bg.png);
  background-size: cover;
  background-position: center;
}

.cta-ara {
  text-align: center;
  padding: 80px 0;
}

.cta-ara h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
  margin-bottom: 48px;
  color: #fcfcfc;
}

.cta-btn a i {
  font-size: 22px;
  display: inline-block;
}

/* blog area start */
.blog-area {
  background: #221e1e;
  padding: 80px 0;
}

.single-blog-item {
  background-color: #16140d;
}

.blog-img img {
  width: 100%;
}

.blog-tittle h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
}

.blog-content {
  padding: 25px;
  color: #fff;
  border-radius: 0px 0px 14px 14px;
}

.blog-content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}

.single-blog-item {
  border-radius: 14px;
}

.blog-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #c3c3c3;
  margin-bottom: 0;
}

/* footer area start */
footer.footer-area {
  background: #1f1f1c;
  color: #ffffff;
  padding: 40px 0;
}

.logo-part .logo {
  margin-bottom: 30px;
}

.logo-part p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}

footer.footer-area h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  margin-bottom: 8px;
}

footer.footer-area li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

footer.footer-area li a:hover {
  color: #d7006d;
}

footer.footer-area li {
  padding: 10px 0;
}

/* .social-part {
    padding-top: 40px;
} */

.social-part li {
  display: inline-block;
  margin-left: 8px;
}

footer.footer-area li:first-child {
  margin-left: 0;
}

.social-part li a {
  height: 52px;
  width: 52px;
  display: block;
  background: #353533;
  text-align: center;
  line-height: 52px !important;
  font-size: 25px !important;
  border-radius: 4px;
}

.social-part li a:hover {
  background: #fff;
  color: #d7006d !important;
}

.copyright-area {
  padding: 24px 0;
  background: #221e1e;
}

.copyright-wrap {
  display: flex;
  justify-content: space-between;
}

.left-copyright p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.right-copyright li {
  display: inline-block;
}

.right-copyright li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.right-copyright li a:hover {
  color: #d7006d;
}

.right-copyright li:first-child {
  margin-right: 40px;
}

/* deposit page start */

.deposite-banner {
  background-image: url(../images/home/deposit-bg.png);
  background-size: cover;
  background-position: center;
  padding: 128px 0;
  text-align: center;
  margin-bottom: 80px;
}

.deposite-hero {
  background: #16140d;
}

.diposit-qr {
  background: #16140d;
}

.diposit-qr-bg {
  background: #221e1e;
}

.deposite-banner h2 {
  font-size: 120px;
  line-height: 120px;
  font-weight: 800;
  color: #fff;
}

.diposite-head {
  width: 671px;
  margin: 0 auto;
  text-align: center;
}

.deposite-tittle h2 span img {
  height: 80px;
  width: 80px;
}

.deposite-tittle h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
  text-shadow: 4px 0px 0px #d87400;
  color: #ffdf61;
  margin-bottom: 26px;
}

.deposite-tittle p {
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 38px;
}

.deposit-btn .carincy-btn-wrap {
  border-radius: 8px;
  border: 1px solid #d7006d;
  height: 80px;
  line-height: 80px;
  display: flex;
  text-align: center;
}

.deposit-btn .carincy-btn-wrap select {
  border-radius: 8px;
  background: #262623;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  width: 65%;
}

.deposit-btn .carincy-btn-wrap span {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  width: 36%;
  border-radius: 8px 0px 0px 8px;
  background: linear-gradient(to bottom, #d7006d 0%, #7800c2 100%);
}

.diposit-tittle {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #16140d;
  margin-bottom: 40px;
}

.diposit-tittle h2 {
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
  color: #fff;
}

.diposite-btn-part h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 60px;
}

.diposit-tittle h2 span {
  color: #d7006d;
}

.diposite-btn-part {
  padding: 60px;
  padding-top: 0;
}

.main-qr {
  padding: 60px;
  padding-top: 0;
}

.main-qr p {
  color: #d7006d;
}

.main-qr p span {
  color: #fff;
}

.main-qr span {
  color: #d7006d;
}

.main-qr span a {
  display: inline-block;
  border: 1px solid #d7006d;
  color: #d7006d;
  padding: 6px 24px;
  margin-left: 24px;
}

.qr-img {
  text-align: center;
  padding-top: 20px;
}

.diposit-loding {
  text-align: center;
  background: #16140d;
  padding: 60px 0;
}

.loding-main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 30px;
}

.diposite-card {
  background: #221e1e;
  text-align: center;
  color: #fafafa;
  padding: 80px 0;
}

.diposite-card-wrap p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.first-diposit-content p {
  margin-bottom: 48px;
}

.diposite-card-btn a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #d7006d;
  border: 1px solid;
  padding: 10px 24px;
  border-radius: 6px;
  margin-bottom: 32px;
}

.earn-btn {
  margin-bottom: 40px;
}

.diposit-card-bottom p:last-child {
  margin-bottom: 0;
}

/* sing up page */
.sing-up-area {
  background: #221e1e;
  width: 634px;
  margin: 0 auto;
  color: #fff;
  padding: 35px;
  border-radius: 8px;
}

.singup-tittle h4 {
  font-size: 26px;
  font-weight: 800;
  line-height: 26px;
}

.singup-tittle {
  text-align: center;
  margin-bottom: 30px;
}

.singup-form label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 13px;
}

.singup-form input {
  display: inline-block;
  width: 100%;
  padding: 13px;
  outline: none;
  background: #262623;
  border: none;
  margin-bottom: 30px;
  color: #fff;
}

.form-bottm {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.form-bottm input {
  height: 30px;
  width: 30px;
  border: 1px solid #f2994a;
  margin-bottom: 0;
  margin-right: 15px;
}

.form-bottm span {
  margin-right: 73px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.singleup-btn {
  text-align: center;
}
