html {
  -webkit-text-size-adjust: none;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  background: linear-gradient(to right, #002e94, #002e94);
}
a,
a:active,
a:hover,
button,
span {
  text-decoration: none;
}
a,
button,
div a:active,
div a:focus,
div a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
button:focus {
  box-shadow: none !important;
}
button:focus-visible {
  outline: none;
  --webkit-outline: none;
}
p {
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
dl,
dt,
dd {
  margin: 0px;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.col,
[class*='col-'] {
  padding: 0 15px;
}
.legend {
  float: unset !important;
}

/* HEADER START */

.bg-head {
  background: linear-gradient(to right, #15f1fa 0%, #1e7ef6 100%);
  width: 100%;
  height: 100px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.logo {
  color: black;
  display: inline-block;
}

.logo img {
  width: 209px;
  height: 72px;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 3;
  top: 58px;
}

.nav-bg {
  width: 100%;
  height: 100px;
  background-image: url('../images/svg/navbar/nav-bg.svg');
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  line-height: 100px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li .active {
  color: #002e94;
}

.header li a {
  display: block;
  padding: 15px 20px;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.header li a:hover {
  color: #002e94;
  transition: all 0.2 ease-in-out;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 0 20px 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  float: none !important;
  background: linear-gradient(to right, #7367f0 0%, #ce9ffc 100%);
  line-height: normal;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  position: absolute;
  top: 20%;
  right: 6%;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 100vh;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* HEADER END */

.gap-5 {
  gap: 1.375rem;
}

.mt-125 {
  margin-top: 125px !important;
}

.px-15 {
  padding-left: 0.938rem;
  padding-right: 0.938rem;
}

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

/* index Start*/

.banner_box {
  position: relative;
  transition: all 0.5 ease-in-out;
}

.banner_box img {
  width: 196px;
  height: 196px;
}

.banner_box .vd_detail {
  position: absolute;
  background: linear-gradient(to right, #f6a21e, #f6a21e);
  left: 0;
  right: 0;
  bottom: 10%;
  transition: all 0.5 ease-in-out;
}

.banner_box:hover .vd_detail {
  display: block !important;
  transition: all 0.5 ease-in-out;
  font-size: 14px;
  font-weight: 500;
}

/* index End*/

/* =================== */
/* Game */
/* =================== */

.head-section .head-title {
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 24px;
  text-align: center;
}

.slide_img_main .sub-div {
  margin-top: 44px;
}

.content_wrap p {
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.hero_wrapper {
  width: 100%;
  height: 438px;
  margin-top: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_wrapper .hero_img {
  height: 411px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  object-fit: cover;
}

.hero_wrapper .play_game {
  display: inline-block;
  background-image: url(../images/svg/Dev/playgame.svg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 55px;
  padding: 9px 48px;
}

.hero_wrapper .play_game span {
  font-size: 26px;
  font-weight: 500;
  color: white;
}

.hero_wrapper_footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hero_wrapper_footer .left {
  background: linear-gradient(to right, #45009d 100%, #8b00e5 100%);
  width: 35%;
  display: none;
  justify-content: center;
  align-items: center;
}
.hero_wrapper_footer .right {
  background: #fff;
  width: 100%;
  padding: 8px 30px;
  display: flex;
  justify-content: start;
}
.hero_wrapper_footer .right img {
  width: 72px;
  margin-right: 22px;
}

.hero_wrapper_footer .right {
  font-size: 22px;
  font-weight: 500;
}

.hero_wrapper_footer .right span {
  display: flex;
  align-items: center;
  font-size: 19px;
}

.hero_wrapper_footer .right span img {
  width: 22px !important;
  margin-right: 15px !important;
}

.main_btn_wrapper {
  margin-top: 45px;
}

.main_btn_wrapper .btn_detail {
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin: 10px 29px 10px 0 !important;
}

.main_btn_wrapper .btn_detail a {
  color: white;
}

.main_btn_wrapper .btn_detail:hover a {
  color: #ffff13;
}

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

/* =================== */
/* Devloper */
/* =================== */
.larg-title-btn {
  width: 100%;
  height: 95px;
  background-image: url('../images/svg/Dev/largeButton.svg');
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  line-height: 95px;
}

.larg-title-btn h4 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-left: 40px;
  line-height: 95px;
}

.img_hero_wrap {
  width: 100%;
  height: 333px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background: url('../images/svg/Dev/hero1.svg');
}

.hearo_section_wrap {
  margin-top: 41px;
}

.hearo_section_wrap .dev-contain p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  padding-left: 0;
  padding-bottom: 20px;
}

.hearo_section_wrap .dev-contain {
  margin-top: 44px;
}

.mt-43 {
  margin-top: 43px;
}

.test-respo {
  font-size: 14px !important;
  margin-left: 15px !important;
}

.small-title-btn {
  background-image: url(../images/svg/Dev/pbutton.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 95px;
  line-height: 95px;
}

.small-title-btnn {
  width: 70%;
  background-image: url(../images/svg/Dev/ppbutton.svg);
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  height: 95px;
  line-height: 95px;
}

.small-title-btnn h4 {
  margin-left: 70px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.small-title-btn h4 {
  margin-left: 70px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.hearo_section_wrap .privacy_dev p {
  padding-left: 60px !important;
}

.main_btn_wrap {
  display: flex;
}

.main_btn_wrap .btn_wrap {
  background-repeat: no-repeat !important;
  height: 64px;
  padding-right: 32px;
}

.btn_wrap span {
  color: white;
  font-size: 20px;
  line-height: 64px;
  padding: 0 45px;
}

.sub_div .play_game {
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  padding: 15px 47px;
}

.sub_div .play_game span {
  color: white;
  font-size: 26px;
  font-weight: 500;
}

.align-item .sub_div {
  text-align: center;
  line-height: 348px;
}
.banner_box {
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 89%,
    90% 96%,
    10% 96%,
    0% 89%,
    0% 10%
  );
}

.dev-contain ul li,
.dev-contain ol li {
  color: #fff;
  padding-bottom: 20px;
}
