* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;

}

.container_fluid {
  max-width: 100vw;
  width: 100%;
}
.container_ct {
  width: 80vw;
  margin: auto;
}
.container_jn {
  width: 88vw;
  margin: auto;
}
.container_xl {
  width: 96vw;
  margin: auto;
}

.container {
  margin: auto;
}

.ft_container {
  width: 68vw;
  margin: auto;
}

.counter_num {
  font-family: "Oswald", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

.wrapper {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
}

.li_disc {
  list-style: disc;
}

.overlay {
  background: #000000c2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
}

/* ------------------- flex ------------------------ */

.d_flex {
  display: flex;
}

.d_none {
  display: none;
}

.d_inlineflex {
  display: inline-flex;
}

.justify_between {
  justify-content: space-between;
}

.justify_center {
  justify-content: center;
}

.justify_end {
  justify-content: flex-end;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: end;
}

.text_center {
  text-align: center;
}

.text_end {
  text-align: end;
}

.text_start {
  text-align: start;
}

.flex_col {
  flex-direction: column;
}

.flex_wrap {
  flex-wrap: wrap;
}

/* ------------------- Width ------------------------ */
.w_30_per {
  width: 30%;
}

.w_15 {
  width: 15vw;
}

.w_20 {
  width: 20vw;
}

.w_25 {
  width: 25vw;
}

.w_30 {
  width: 30vw;
}

.w_35 {
  width: 35vw;
}

.w_37 {
  width: 37vw;
}

.w_38 {
  width: 38vw;
}

.w_50 {
  width: 50vw;
}
.w_60 {
  width: 60vw;
}
.w_85 {
  width: 85vw;
}

.w_75 {
  width: 75vw;
}

.w_fitcontent {
  width: fit-content;
}

.w_100 {
  width: 100%;
}

/* ------------------- font-weight ------------------------ */
.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

.fw_800 {
  font-weight: 800;
}

.fw_900 {
  font-weight: 900;
}

/* ------------------- height ------------------------ */

.h_100 {
  height: 100%;
}

.h_01 {
  height: 1.5px;
}

.h_05 {
  height: 0.5vw;
}

.h_1 {
  height: 0.9vw;
}

.h_1_5 {
  height: 1.6vw;
}

.h_2 {
  height: 2.7vw;
}

.h_3 {
  height: 3vw;
}

.h_305 {
  height: 3.5vw;
}

.h_4 {
  height: 4vw;
}

.h_5 {
  height: 5vw;
}



.h_6 {
  height: 6vw;
}

.h_55 {
  height: 55vw;
}

.h_22 {
  height: 22vw;
}


/* --------------------line-height  */
.lh_1 {
  line-height: 1;
}
/* .lh_h1 {
  line-height: 60px;
} */
.lh_12 {
  line-height: 1.2;
}

/* .lh_5 {
  line-height: 5vw;
}
.lh_3{
  line-height: 3.2vw;
} */
/* ------------------- gaps ------------------------ */
.gap_1 {
  gap: 1vw;
  /*  25*/
}

.gap_013 {
  gap: 1.3vw;
}

.gap_2 {
  gap: 2vw;
  /*  25*/
}

.gap_3 {
  gap: 3vw;
  /*  25*/
}

.gap_5 {
  gap: 5vw;
  /*  25*/
}

/* ------------------- margins ------------------------ */
.m_auto {
  margin: auto;
}

.mt_auto {
  margin-top: auto;
}

.mt_2 {
  margin-top: 2vw;
}

.mt-neg{
  margin-top: -40px;
}
.my_17 {
  margin: 1.4vw 0;
}

.mt_4 {
  margin-top: 4vw;
}

.mt_08 {
  margin-top: 0.6vw;
}

.mt_04 {
  margin-top: 0.6vw;
}

.mt_1 {
  margin-top: 1vw;
}

.mt_7 {
  margin-top: 7vw;
}

.mb_20 {
  margin-bottom: 1.5vw;
}

.mb_2 {
  margin-bottom: 2vw;
}

.mb_8 {
  margin-bottom: 8vw;
}
.mb_5 {
  margin-bottom: 5vw;
}
.mb_4 {
  margin-bottom: 3vw;
}

.ml_5 {
  margin-left: 5vw;
}

/* ------------------- padding ------------------------ */
.p_2 {
  padding: 2vw;
}

.pb_3 {
  padding-bottom: 3vw;
}
.p_0417 {
  padding: 0.4vw 1.7vw;
}

.pb_5 {
  padding-bottom: 5vw;
}

.p_1 {
  padding: 1vw;
}

.p_01 {
  padding: 0vw 1.1vw;
}

.p_19 {
  padding: 1.5vw;
}

.p_28 {
  padding: 2.2vw;
}

.p_30 {
  padding: 2.4vw;
}

.p_32 {
  padding: 3.2vw;
}

.p_46 {
  padding: 3.6vw;
}

.p_48 {
  padding: 4.8vw;
}

.py_48 {
  padding: 4.8vw 0;
}

.p_4 {
  padding: 4vw;
}
.p_5 {
	padding: 5vw 0 0;
}
.px_10 {
  padding: 5px 15px;
}

.p_154 {
  padding: 1.5vw 5vw;
}
ul.footer-nav li {
  padding: 5px 0;
}
.py_710 {
  padding: 7vw 0 10vw;
}

.pl_205 {
  padding-left: 2.5vw;
}

.c_pointer {
  cursor: pointer;
}

.shadow1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.shadow2 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

/* ------------------- radius ------------------------ */
.radius505 {
  border-radius: 0 0 5.5vw 5.5vw;
}

.radius505_top {
  border-radius: 5.5vw 5.5vw 0 0;
}

.radius_3 {
  border-radius: 3vw;
}

.radius_20 {
  border-radius: 1.58vw;
}

.radius_80 {
  border-radius: 6.21vw;
}

.radius_1 {
  border-radius: 1vw;
}

.border0 {
  border: 0px;
}

.radius_04 {
  border-radius: 0.4vw;
}

.radius_topleft {
  border-radius: 1vw 1vw 1vw 0;
}

.radius_topright {
  border-radius: 1vw 1vw 0 1vw;
}

.overflow_hidden {
  overflow: hidden;
}

.visible_hidden {
  visibility: hidden;
}

/*  ------------------font size */
.fs_08 {
  font-size: 0.8vw;
  /*13*/
}

.fs_12 {
  font-size: 1vw;
  /*13*/
}

.fs_13 {
  font-size: 1.05vw;
}

.fs_14 {
  font-size: 1.1vw;
  /* 14*/
}

.fs_15 {
  font-size: 1.2vw;
}

.fs_18 {
  font-size: 1.32vw;
}

.fs_20 {
  font-size: 1.4vw;
}
.fs_21 {
  font-size: 1.33vw;
}
.fs_24 {
  font-size: 1.65vw;
  /*24*/
}

.fs_50 {
  font-size: 4vw;
  /*20*/
}

/* -----------------HEADINGS ---------------------------- */
h1 {
  font-size: 4.2vw;
  /*64*/
}

h2 {
  font-size: 2.93vw;
  /*40*/
}

h3 {
  font-size: 2.4vw;
  /*36*/
}

h4 {
  font-size: 2.1vw;
  /*36*/
}

h5 {
  font-size: 1.5vw;
}

h6 {
  font-size: 1.2vw;
  /*15*/
}

/* ---------------------BACKGROUND ------------------------------------ */
.yellow_bg {
  background: #f7c70b;
}

.divider_black_bg {
  background: #333131;
}

.gray_bg {
  background: #f5f5f5;
}

.white_bg {
  background: #ffffff;
}

.black_bg {
  background: #000000;
}

.casino_bg {
  background: #242424;
}

.gray_border {
  background: #D9D9D9;
}

/* ---------------------COLORS------------------------------------ */
.yellow_color {
  color: #f7c70b;
}

.gray_color {
	color: #D9D9D9;
}
.white_color {
  color: #ffffff;
}

.offwhite_color {
  color: #959191;
}

.blue1 {
  color: #1A1144;
}

.blue2 {
  color: #1A1243;
}

.blue3 {
  color: #110B2D;
}

.italic {
  font-style: italic;
}
.grey {
	background-color: #EBEBEB;
}

/* ---------------------------- */
.testimonial_box {
  border-radius: 3.5vw 3.5vw;
}

.position_relative {
  position: relative;
}

.position_absolute {
  position: absolute;
}

.top_minus_5 {
  top: -5vw;
}

.featured_box0 {
  background: url(/wp-content/uploads/featuredplayer.png) no-repeat;
  background-size: cover;
}

.featured_box1 {
  background: url(/wp-content/uploads/featuredgirl.png) no-repeat;
  background-size: cover;
  background-position: 9px 12px;
}

.featured_box2 {
  background: url(/wp-content/uploads/featuredcoin.png) no-repeat;
  background-size: cover;
}

.featured_box3 {
  background: url(/wp-content/uploads/featuretracking.png) no-repeat;
  background-size: cover;
}

.featured_box4 {
  background: url(/wp-content/uploads/featuredcustom.png) no-repeat;
  background-size: cover;
}

.featured_box5 {
  background: url(/wp-content/uploads/featuredollarcoin.png) no-repeat;
  background-size: cover;
}

.featured_yellow_wrap {
  background: url(/wp-content/uploads/yellow-bg.png) no-repeat;
  background-size: cover;

}

header,
.hero_area,
.product_section,
.faq_section {
  background: url(/wp-content/uploads/hero_bg.jpg) no-repeat;
  background-size: cover;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion.active .minus {
  display: block;
}

.accordion .plus {
  display: block;
}

.accordion .minus {
  display: none;
}

.accordion.active .plus {
  display: none;
}

.message_shap_right {
  bottom: -0rem;
  right: -1.4rem;
  transform: scaleX(-1);
}

.message_shap {
  left: -1.4rem;
  bottom: -0rem;
}

.product_list:hover+ul {
  visibility: unset;
}

.letter_space1 {
  letter-spacing: 0.3vw;
}
.letter_space2 {
  letter-spacing: -3px;
}

.featuredgirl {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  right: 0px;
  bottom: 0px;
  width: 100%;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: flex;
}

.tablinks {
  background-color: none;
}

.tablinks.active {
  background-color: #242424;
  position: relative;
}

.tablinks.active::before {
  position: absolute;
  content: '';
  height: 3rem;
  width: 0.2rem;
  background: #F7C70B;
  left: 0;
}

header .menu-item a {
  font-size: 1vw;
  letter-spacing: 0.05vw;
  color: white;
}

header .sub-menu {
  display: none;
}

@media (max-width: 768px) {
  .fs_21 {
    font-size: 14px;
}
.h_22 {
    height: 210px;
}
  header .menu-item a {
    font-size: 16px;
    letter-spacing: 0.05vw;
    color: white;
  }

  .menu_btn>.closebtn {
    display: none;
  }

  .menu_btn.active>.closebtn {
    display: block;
    z-index: 9;
  }

  .closebtn svg {
    height: 30px;
    width: 30px;
  }

  .menu_btn>.menubtn {
    display: block;
  }

  .menu_btn.active>.menubtn {
    display: none;
  }

  .menu_btn {
    display: flex;
    align-items: end;
    justify-content: end;
    width: 100%;
	z-index:10;
  }

  .menu_box {
    transform: translate(-100%);
    transition: 0.5s;
    position: absolute;
    flex-direction: column;
    justify-content: unset;
    align-items: start;
    top: 0;
    background: white;
    left: 0;
    z-index: 9;
    width: 65vw;
    bottom: 0;
    padding: 0 2vw;
    text-align: left;
  }

  .menu_box ul a {
    color: #000000;
  }

  .menu_btn.active+.menu_box {
    transform: translate(0);
    transition: 0.5s;
  }

  .menu_list {
    flex-direction: column;
    width: 100%;
  }

  .container {
    width: 90vw;
    margin: auto;
  }

  .ft_container {
    width: 88vw;
	margin: auto;
  }

  .d_md_flex {
    display: flex;
  }

  .flex_md_col {
    flex-direction: column;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 12.5px;
  }

  .fs_08 {
    font-size: 8px;
  }

  .fs_12 {
    font-size: 10px;
  }

  .fs_13 {
    font-size: 13px;
  }

  .fs_14,
  .fs_md_14 {
    font-size: 14px;
  }

  .fs_15 {
    font-size: 15px;
  }

  .fs_18 {
    font-size: 15px;
  }

  .fs_20 {
    font-size: 15.5px;
  }

  .fs_24 {
    font-size: 16px;
    /*24*/
  }

  .fs_50 {
    font-size: 20px;
    /*20*/
  }

  .w_md_100,
  .w_15,
  .w_20,
  .w_25,
  .w_30,
  .w_35,
  .w_37,
  .w_38,
  .w_50 {
    width: 100% !important;
  }

  .ml_5 {
    margin: 0px;
  }
  .m_md_15{
  margin-bottom: 15px;
}
.my_md_150{
  margin: 10px 0;
}
  .m_md_20 {
    margin: 20px;
  }

  .w_md_48 {
    width: 48%;
  }

  .w_md_70 {
    width: 70% ! Important;
  }

  .featured_box1,
  .featured_box2,
  .featured_box3,
  .featured_box4 {
/*     background: none; */
	  padding-right: 30%;
  }

  .h_md_45 {
    height: 45px;
  }
  .flex_md_wrap {
    flex-wrap: wrap;
  }
  .h_1_5 {
    height: 2.5vw;
  }
  .h_40 {
    height: 40px;
  }
  .gap_mb_35 {
    gap: 35px;
  }

  .h_2 {
    height: 30px;
  }
  .p_mb_0 {
    padding: 0px !important;
  }
  .mt_md_25 {
    margin-top: 25px;
  }
  footer .menu-item a {
    font-size: 13px !important;
  }
  .letter_space2 {
    letter-spacing: -1px;
}


}

@media (max-width:600px) {
  .h_mb_32 {
    height: 32px;
  }
  .h_mb_60{
  height: 60px;
}
  .text_mb_center {
    text-align: center;
  }

  .d_mb_none {
    display: none;
  }

  .p_mb_10 {
    padding: 10px !important;
  }

  .p_mb_15 {
    padding: 15px;
  }

  .p_mb_20 {
    padding: 20px;
  }
  .p_mb_40{
    padding-top: 40px;
  }

  .m_mb_0 {
    margin: 0px !important;
  }

  .mb_mb_20 {
    margin-bottom: 20px ! Important;
  }

  .flex_mb_col {
    flex-direction: column;
  }

  .w_mb_100 {
    width: 100% !important;
  }

  .w_mb_50 {
    width: 50%;
  }

  .w_md_48 {
    width: 100%;
  }

  .h_mb_100 {
    min-height: 160px;
  }

  .h_1_5 {
    height: 4vw;
  }

  .gap_013 {
    gap: 1.9vw;
  }
.logo  img{
  width: 180px;

}
}