* {
  padding: 0;
  margin: 0;
  border: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

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

*:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none !important;
}

button[type="button"]:focus {
  outline: none;
}

/* 1.1 SVG default css*/
svg:not(:root).svgImg {
  overflow: visible;
}

.svgImg {
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-icons {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

/*SVG default css*/

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

p {
  font: 400 16px/1.4 "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #000;
}

a:hover {
  color: #0086f5;
}

html {
  font-size: 16px;
}

body {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  background-color: #ffffff;
  position: relative;
}

.trans {
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

.container {
  max-width: 1296px;
  padding: 0 15px;
}

.container-fluid {
  max-width: 1450px;
  padding: 0 15px;
}

/* Buttons */
/* .btn {
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff !important;
  border-radius: 7px;
  background: linear-gradient(93deg, #DB0065 25.09%, #9D07B1 95.54%);
  min-width: 204px;
  padding: 11px 38px !important;
  position: relative;
  letter-spacing: 2px;
  overflow: hidden;
  transition: color 0.4s ease-in-out, border 0.4s ease-in-out,
    background-color 0.4s ease-in-out, transform 0.4s ease-in-out,
    box-shadow 0.4s ease-in-out;
  text-transform: uppercase;
  line-height: 1.5 !important;
}

.btn:hover {
  background: linear-gradient(208deg, #DB0065 25.09%, #9D07B1 95.54%) !important;
  color: #fff;
  transform: translateY(-5px);
}

.btn.btn-green {
  background: #1a980f !important;
  color: #fff;
}

.btn:focus {
  box-shadow: none;
} */

/*  Slick slider */

.slick-slide {
  outline: none;
}

.slick-dots {
  display: block;
  text-align: center;
  margin-top: 35px;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0 5px;
}

.slick-dots li button {
  font-size: 0;
  border: none;
  background: #c5c7c2;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  outline: none;
  position: relative;
}

.slick-dots li.slick-active button {
  background: #EDCD49;
}

.homeSlider .slick-dots {
  bottom: 40px;
  margin-top: 0;
  position: absolute;
  bottom: 50px;
}

.homeSlider .slick-dots li button {
  width: 50px;
  border-radius: 10px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
}

.homeSlider .slick-dots li.slick-active button {
  background: #ffffff;
}

/* com */

.sec-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(90deg, #F1D968 1.33%, #DFAF1D 39.09%, #FEF786 70.22%, #EEC341 103.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

/* header */

.com-sec {
  padding: 80px 0;
}

.container {
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
}

.site-logo img {
  height: 75px;
  object-fit: cover;
}

.h-w-btn img {
  height: 75px;
  object-fit: cover;
}

nav.navbar {
  padding: 15px;
}

.stocket_header.header-main.sticky {
  position: fixed;
  position: fixed;
  background-color: #26221b;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    top: -120px;
  }

  100% {
    top: 0;
  }
}

@keyframes sticky {
  0% {
    top: -120px;
  }

  100% {
    top: 0;
  }
}


/* hero-sec */

.hero-sec {
  background-image: url(../img/hero-banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  padding-top: 350px;
  padding-bottom: 110px;
}

.hero-text img {
  max-width: 550px;
  object-fit: cover;
}


/* game-details-sec */

.game-details-sec {
  background-color: #000;
  position: relative;
}

.game-inner {
  background-image: url(../img/yellow-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  max-width: 1330px;
  margin: 0 auto;
}

.game-inner-wrapper {
  padding: 0 15px;

}

.game-banner {
  margin-left: -56px;
  margin-top: -100px;
}

.game-text {
  padding-top: 50px;
}

.btn-game {
  margin-top: 15px;
}

.game-banner img {
  height: 315px;
  object-fit: cover;
}

.game-details-img img {
  max-width: 250px;
  margin-left: auto;
  margin-top: -40px;
}

.game-banner {
  margin-left: -37px;
  position: absolute;
  margin-top: -25px;
  top: 0;
  left: 0;
}

.card-imgs {
  padding-top: 20px;
  padding-bottom: 40px;
}

.card-imgs img {
  border-radius: 10px;
  padding: 0 10px;
  object-fit: cover;
  overflow: hidden;
}

.btn-game img,
.btn-game-details img,
.clinet-btn img {
  height: 75px;
  object-fit: cover;
}

/* bonus-sec */

.bonus-sec {
  background-image: url(../img/discount-banner-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.bonus-text img {
  max-width: 700px;
  object-fit: cover;
  margin: 0 auto;
}

.bonus-text {
  margin-bottom: 80px;
}

.details-box {
  margin-bottom: 24px;
}

.details-box img {
  height: 175px;
  object-fit: contain;
}

/* get-id-sec */

.get-id-sec {
  background-image: url(../img/id-now-banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control {
  border-radius: 15px;
  border: 1px solid #FCDD4F;
  background: rgba(0, 0, 0, 0.20);
  padding: 14px 12px;
  margin-bottom: 15px;
  color: rgb(235 201 67 / 50%) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.form-control:focus {
  color: #EBC943;
  background: rgba(0, 0, 0, 0.20);
  border-color: #FCDD4F;
  outline: 0;
  box-shadow: none;
}

.get-id-sec .form-select {
  background-image: url(../img/down-img.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}

input,
input::placeholder {
  color: rgb(235 201 67 / 50%) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 187.5% */
}

.btn {
  padding: 19px 75px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 15px;
  background: linear-gradient(180deg, #E6BF34 0%, #EED14F 100%);
  transition: all .3s ease;
}

.btn:hover {
  transform: translateY(5px);
}

select option {
  color: black;
}

.get-id-sec .btn {
  margin-top: 10px;
  color: #000  !important;
}

.get-id-sec.com-sec {
  padding: 115px 0;
}

/* customers-sec */

.customers-sec {
  background-color: #000;
}

/* test-sec */

.clinet-test-box img {
  max-width: 86px;
  margin: 0 auto;
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 100%;
}

.clinet-test-box {
  padding: 0 70px;
}

.customers-testi-m {
  margin-top: 60px;
}

.slick-arrow {
  font-size: 0;
  background-color: #000;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background-image: url(../img/left.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 60%;
  z-index: 9;
  transition: all .3s;
}
.slick-arrow:hover{
  background-color: #26221b;
}

.slick-next.slick-arrow {
  right: 0;
  transform: translateY(-60%);
  background-image: url(../img/right.png);
}

.slick-prev.slick-arrow {
  transform: translateY(-60%);
  left: 0;
}

.customers-testi-m .name {
  text-align: center;
  color: #EDCD49;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
}

.cms-con p {
  margin-bottom: 20px;
}

.w-btn {
  margin-right: 10px;
}

.clinet-btn {
  margin-top: 90px;
}

/* footer */

footer {
  background: linear-gradient(180deg, #E7C035 0%, #EDCF4C 100%);
  padding: 70px 0;
}

.dis-con p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.foot-con ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  display: block;
  text-decoration: underline;
}

.foot-con ul li a:hover {
  color: #26221b;
}


.w-f-btn {
  background: linear-gradient(to bottom right, #49c559, #49c559);
  padding: 13px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.w-f-btn:hover {
  box-shadow: 0 2px 7px rgba(73, 197, 89, 0.5);
}

.w-f-btn img {
  max-width: 25px;
}

.sticky-whatsapp-icon {
  position: fixed;
  bottom: 30px;
  right: 18px;
  z-index: 50;
}

.sticky-whatsapp-icon .w-f-btn {
  display: block;
  z-index: 50;
}

.sticky-whatsapp-icon img {
  max-width: 30px;
}

.foot-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}

.footer-col {
  max-width: 22%;
  flex: 0 0 22%;
}

.footer-row .footer-col:last-child {
  max-width: 31%;
  flex: 0 0 31%;
}

.footer-row .footer-col:nth-child(2) {
  max-width: 18%;
  flex: 0 0 18%;
}

.foot-con ul li:last-child a {
  margin-bottom: 0;
}

.f-logo {
  margin-bottom: 20px;
  display: block;
}

.f-logo img{
  height: 52px;
  object-fit: cover;
}

.social-media a {
  color: #F7E76F;
  background-color: #000;
  border-radius: 100%;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
}

.facebook:hover {
  color: #316FF6;
}

.instagram:hover {
  color: #c13584;
}
.youtube:hover{
  color: red;
}

/* hero-mobile */

.hero-mobile-view {
  background-color: #000000;
  padding: 30px 0;
}

/*---cms-Con---*/
.cmsCon {
  display: block;
  width: 100%;
  color: #000;
  text-transform: capitalize;
}

.cmsCon p {
  display: block;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 16px;
}

.cmsCon p a {
  text-transform: initial;
}

.cmsCon ul {
  list-style: none;
  font-size: 0;
  margin-bottom: 30px;
}

.cmsCon ul li {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}

.cmsCon ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  background: #000;
}

.cmsCon ul li:last-child {
  margin-bottom: 0;
}

.cmsCon ul li ul li {
  padding-left: 16px;
}

.cmsCon ul li ul li:before {
  width: 0.8rem;
  height: 2px;
  border-radius: 0;
  top: 10px;
}

.cmsCon h1 {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}

.cmsCon h2 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}

.cmsCon h3 {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}

.cmsCon h4 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}

.cmsCon h5 {
  font-size: 25px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}

.cmsCon h6 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  display: block;
  margin-bottom: 30px;
  padding-top: 0;
  text-transform: capitalize;
}

.cmsCon iframe {
  width: 100%;
  height: 500px;
}

.cmsCon .alignleft {
  float: left;
  width: auto;
  max-width: 50%;
  margin: 0 30px 30px 0;
}

.cmsCon .alignright {
  float: right;
  width: auto;
  max-width: 50%;
  margin: 0 0 30px 30px;
}

.cmsCon .aligncenter {
  width: auto;
  max-width: 100%;
  margin: 68px auto 66px;
  text-align: center;
}

.cmsCon .aligncenter.mb-100 {
  margin-bottom: 100px;
}

.cmsCon .mb-70 {
  margin-bottom: 70px;
}

.cmsCon .aligncenter img {
  margin: auto;
}

.cmsCon hr {
  background: #ccc;
  height: 17px;
  opacity: 1;
  margin: 55px 0;
}

.cmsCon ol {
  padding: 0;
  display: inline-block;
  counter-reset: cmscon-counter;
  list-style-type: none;
}

.cmsCon ol li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
}

.cmsCon ol li:before {
  counter-increment: cmscon-counter;
  content: "" counter(cmscon-counter) ".";
  line-height: 1.3;
}

.cmsCon ol li ul {
  margin-top: 30px;
}

.cmsCon ol li ul li {
  padding-left: 24px;
  position: relative;
}

.cmsCon ol li ul li:before {
  counter-increment: none;
  content: no-close-quote;
}

.cmsCon ul.half li {
  width: 50%;
  display: inline-block;
}

.cmsCon p b {
  margin-bottom: 0;
  display: inline;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
  margin-bottom: 0;
}

.cmsCon a {
  transition: color 0.4s ease-in-out;
  color: #14247b;
}

.cmsCon a:hover {
  color: #d7b500;
}

.cmsCon p a {
  transition: color 0.4s ease-in-out;
  color: #000;
  font-weight: 500;
}

.cmsCon p a:hover {
  color: #d7b500;
}

.cmsCon p a.btn:hover {
  color: #d7b500;
}

.innerpadeSec {
  padding: 41px 0;
}

/*---cms-Con---*/



.back-to-top {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fff;
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.back-to-top.active {
  bottom: 100px;
  opacity: 1;
  z-index: 9;
}

.back-to-top>div {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top>.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top>.arrow svg {
  fill: #fff;
  height: 20px;
  width: 100%;
}

.back-to-top>.text {
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.back-to-top:hover {
  transform: scale(1.1);
  bottom: 100px;
  cursor: pointer;
  background: #25140d;
}

.back-to-top:hover>.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.back-to-top:hover>.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

.hidden {
  width: 0;
  height: 0;
  display: none;
}

.not-found-sec {
  padding: 95px 0;
}

.commonboxcon img{
  height: 220px;
  object-fit: cover;
  margin: 0 auto;
}
.commontitle{
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.not-found-con .cms-con p{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.commontitle.lg-title {
  font-size: 140px;
}



.wpcf7-form-control-wrap .wpcf7-not-valid-tip,.wpcf7-form-control-wrap label.error,label.error {
    position: absolute;
    left: 0;
    top: -1.25rem;
    bottom: inherit;
    width: auto;
    height: auto;
    margin: 0;
    font-size: .6875rem!important;
    line-height: .6875rem!important;
    background: #fb0101;
    padding: .3125rem .3125rem .25rem!important;
    color: #fff!important;
    display: inline-block
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip:after,.wpcf7-form-control-wrap label.error:after,label.error:after {
    border-color: #fb0101 transparent transparent;
    -o-border-image: none;
    border-image: none;
    border-right: .375rem solid transparent;
    border-style: solid;
    border-width: .375rem;
    content: "";
    height: 0;
    left: .3125rem;
    position: absolute;
    bottom: -.75rem;
    width: 0;
    transform: rotate(360deg);
    display: inline-block
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #fff !important;
}
