﻿@charset "utf-8";
/*--------------------------------------
 import common file
--------------------------------------*/
@import url("../../../../common/css/styleCm.css");
/*--------------------------------------
 balancing game custom css
--------------------------------------*/
body#balancing-game {
  background-image: url(../../../img/bg.png);
}
.howtoplay::before {
  content: none;
}
.howtoplay::after {
  content: none;
}
.item-title {
  position: relative;
  padding: 1.2em;
  font-family: Arial black;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  font-size: 2.4em;
  border: 6px solid #E51C24;
  width: 100%;
  margin: 20px auto;
}
.item-title::after, .item-title:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #e60011;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
  pointer-events: none;
}
.item-title::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.item-title::before {
  border-color: rgba(229, 28, 36, 0);
  border-top-color: #E51C24;
  border-width: 28px;
  margin-left: -28px;
}
.item-title span {
  font-size: 1.2rem;
  font-weight: 500;
}
.package-img {
    width: 50%;
}
.package-img img {
    margin: 10px auto;
}
/*--------------------------------------
 balancing game SEO text add 
--------------------------------------*/
.balance_text {
  background-color: #FFFFFF;
  border-radius: 16px;
/*  width: 60%;*/
  margin: 0 auto;
  padding: 1rem;
}

@media screen and (max-width: 480px) {
  .item-title {
    font-size: 1.6em;
    margin-top: 30px;
    border: 3px solid #E51C24;
    border-radius: 16px;
  }
  .item-title::after {
    border-width: 10px;
    margin-left: -10px;
  }
  .item-title::before {
    border-width: 14px;
    margin-left: -14px;
  }
  .item-title-br {
    display: block;
  }
  /*======= package-img ========*/
  .package-img {
    width: 80%;
  }
  /*--------------------------------------
 balancing game SEO text add 
--------------------------------------*/
  .balance_text {
    width: 100%;
  }
}
@media screen and (max-width: 416px) {
  .package-img img {
    margin: 0 auto;
  }
  .hr {
    margin: 26px auto;
  }
}