@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  background: #222;
  color: #3a3a3a;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 2em;
  max-width: 80%;
  margin: 3em auto;
  -webkit-box-shadow: rgb(0 0 0 / 19%) 0 0 20px 0;
  box-shadow: rgb(0 0 0 / 19%) 0 0 20px 0;
}
::-moz-selection {
  background-color: #f7ed4a;
  color: #fff;
}
::selection {
  background-color: #e69603;
  color: #fff;
}
a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #949494;
}

header {
  background: #333;
  text-align: center;
  border-top: 1px solid #f7ed4a;
}
nav {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  font-variant-caps: all-small-caps;
  background: #1a1a1a;
}
nav a {
  color: #fff;
  line-height: 50px;
  padding: 17px 12px;
}
header {
  background: #fff;
  text-align: center;
}
a.logo {
  display: block;
  color: #f7ed4a;
  background: #222;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  font-variant-caps: all-small-caps;
  line-height: 2em;
}
.showcase {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}
.show {
  padding: 1em;
  height: auto;
  text-align: center;
  background: -o-linear-gradient(45deg, #000, #000000a1);
  background: linear-gradient(45deg, #000, #000000a1);
}
.show-img {
  max-width: 15%;
  margin: 1em auto;
}
.show ul {
  margin: 1em 0;
}
.show li {
  font-size: 18px;
  list-style-type: none;
}
.show p {
  font-size: 17px;
  margin: 10px 0;
  color: #fff;
  text-align: center;
  line-height: 1.8em;
}
.show li::before {
  content: "\25B6  ";
}
.cnt {
  padding: 10px 20px;
  background-color: #fff;
}
.cnt a {
  color: #fe0047;
  border-bottom: 1px dotted #fe0047;
}
.cnt a:hover {
  opacity: 0.7;
  border: none;
}
p {
  margin: 26px 0;
  padding: 0;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 2.2em;
}
.bg-info {
  color: #222;
  background-color: #ffe60049;
  padding: 20px 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #111;
  font-weight: 400;
  margin: 6px 0;
}
h3 {
  font-size: 25px;
}
h1.title {
  text-align: center;
  font-size: 30px;
  margin: 1rem;
  font-weight: 500;
}
.entry-title,
.post-title {
  text-align: center;
  font-size: calc(1vw + 20px);
  overflow-wrap: break-word;
  color: #4e4e4e;
  font-weight: 700;
  line-height: 1.5em;
  margin: 1em 0;
  background-color: #fff;
}
.toc {
  display: inline-block;
  margin: 1em 0;
  border-radius: 10px;
  padding: 10px 1em;
  -webkit-box-shadow: rgb(0 0 0 / 19%) 0 0 13px 0;
  box-shadow: rgb(0 0 0 / 19%) 0 0 13px 0;
}
.toc li {
  margin: 0 1em;
  list-style-type: circle;
}
.toc a {
  color: #f8801d;
}
.toc a:hover {
  text-decoration: none;
}
hr {
  margin: 1em 0;
  height: 1px;
  border: none;
  background-color: #ccc;
}
.fh-1 {
  display: block;
  background: -o-linear-gradient(265deg, #ffe600, #ff0047);
  background: linear-gradient(185deg, #ffe600, #ff0047);
  color: #fff;
  font-weight: 700;
  margin: auto;
  padding: 0 1em;
  border-radius: 10px;
  font-size: calc(0.5vw + 1.3rem);
  line-height: 2;
}
.fh-3 {
  border-left: 5px solid #313131;
  padding: 10px 20px;
  display: inline-block;
  background: #ff6a007a;
}
.fhcen {
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1em;
}
.fh-2 {
  color: #fff;
  background: #212121;
  display: inline-block;
  padding: 5px 12px;
  -webkit-box-shadow: 0 0 7px #00000040;
  box-shadow: 0 0 7px #00000040;
  border-left: 10px solid #e6d000;
  letter-spacing: 1px;
  font-variant-caps: all-small-caps;
  font-weight: 700;
}
.reviews {
  margin: 1em 0;
  border-radius: 3px;
  line-height: 2em;
  text-align: center;
}
.reviews > div {
  border: 1px solid #eee;
  padding: 10px;
  margin: 10px 0;
}
.install-img {
  max-width: 40%;
}
.reviews span {
  display: inline-block;
  font-size: 19px;
  border: 2px solid #111;
  padding: 10px;
  border-radius: 10px;
}
.fh {
  color: #f74600;
  padding: 0.5em;
}
.fh::before {
  content: "\f0c9 ";
}
footer p {
  color: #fd4949;
  margin: 0.5em;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: 400;
}
footer {
  color: #fff;
  background-color: #222;
  padding: 0 40px;
  line-height: 4em;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-variant-caps: all-petite-caps;
  border-bottom: 1px solid #f7ed4a;
}
.links a {
  padding: 0 10px;
  display: inline-block;
}
.center {
  text-align: center;
}
ul {
  margin: 1em 0 1em 2.5em;
}
li {
  margin: 6px 0;
}
img {
  display: block;
  margin: 2em auto;
  max-width: 100%;
  border-radius: 5px;
}
table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}
th {
  font-weight: 700;
  background-color: #ffe60059;
}
td,
th {
  text-align: left;
  padding: 6px 5px;
  vertical-align: top;
}
tr:hover {
  background-color: #e4e4e4a2;
}
tr:nth-child(odd) {
  background-color: #e4e4e44d;
}
a.btn {
  background: #ff0047;
  border: 5px solid #ffd0d0;
  font-size: 20px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 1em auto;
  color: #fff;
  font-variant-caps: all-small-caps;
  letter-spacing: 2px;
  font-weight: 400;
  -webkit-transition: 0.1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.1s cubic-bezier(0.86, 0, 0.07, 1);
}
a.btn:hover {
  color: #fff;
  opacity: unset;
  border: 5px solid #fab7b7;
}
a.download {
  font-size: 22px;
  border: 5px solid #77623b;
  border-radius: 50px;
  padding: 15px 20px;
  background: #e69603;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
a.download:hover {
  transform: scale(1.07);
  border-color: #4e3f23;
}
.faq-list {
  list-style-type: none;
  margin: unset;
}
.faq {
  font-weight: 700;
  font-size: 20px;
  color: #fe0047;
  font-weight: 700;
  font-size: 20px;
  color: #fe0047;
  border-left: 5px solid #fe0047;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}
.ans {
  list-style-type: none;
  margin: 0 0 20px 10px;
  -webkit-box-shadow: rgb(0 0 0 / 11%) 0 0 20px 0;
  box-shadow: rgb(0 0 0 / 11%) 0 0 20px 0;
  padding: 1em;
  border-radius: 10px;
}
.ans::before {
  content: "\279C  ";
}
.ans {
  list-style-type: none;
  font-size: 16px;
  margin: 0 0 15px 10px;
}
.ans::before {
  content: "\279C ";
}
.share {
  background-color: #fff;
  color: #fff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}
.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.share ul li {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  float: left;
  margin: 1%;
}
.share ul li a {
  padding: 8px 0;
  color: #fff;
  display: block;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: none;
}
.share ul li a svg {
  fill: #fff;
  stroke: none;
  margin: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
.whatsapp {
  background-color: #25d366;
}
.facebook {
  background-color: #3b5998;
}
.twitter {
  background-color: #55acee;
}
.telegram {
  background-color: #08c;
}
.email {
  background-color: #5a5a5a;
}
.share a:hover {
  color: #fff;
  opacity: 0.9;
}
.fh-3 {
  font-size: 30px;
  border-left: 22px solid #000;
  padding: 6px 2em;
  margin: 1em 0;
  text-align: center;
}
.boxdiv {
  margin: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #e6e6e649;
  text-align: center;
  border-radius: 5px;
  padding: 1em;
  margin: 10px;
}
.boxtxt {
  background: #fff;
  font-size: 30px;
  padding: 10px 0;
  color: #222;
  text-align: center;
  border: 2px solid #f2ae27;
  border-radius: 15px;
  font-variant-caps: all-petite-caps;
  letter-spacing: 5px;
  margin: -42px auto 15px;
}
.box-icon {
  line-height: 1.5em;
  font-size: 70px;
}
.box-icon svg {
  width: 70px;
  height: 70px;
  fill: #131313;
  -webkit-transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.box-icon:hover svg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.box-2 {
  border: 1px solid #000;
  padding: 1em;
  text-align: center;
  margin: 1em auto;
}

.box-2 a.btn {
  border: none;
  color: #fff;
  background-color: #000;
  padding: 10px 1em;
  margin: 1em auto;
  border-radius: 3px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 17px;
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-2 a.btn:hover {
  background-color: #202020;
  color: #fff;
  opacity: unset;
}

.box-2 a.yt-btn {
  background-color: #ff0000;
}
.box-2 a.yt-btn:hover {
  color: #ff0000;
}
.box-2 a.tele-btn {
  background-color: #0088cc;
}
.box-2 a.tele-btn:hover {
  color: #0088cc;
}

.ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: scroll;
  padding: 0.5em 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ss img {
  max-width: 250px;
  margin: 0 1em;
  pointer-events: none;
}
#countdown {
  display: flex;
  border: 8px solid #afafaf;
  background: #232323;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: system-ui;
  margin: 1em auto;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 40px;
  color: #fff;
  user-select: none;
}
#hidden-cnt {
  display: none;
}
@media screen and (max-width: 720px) {
  body {
    max-width: 100%;
    overflow-wrap: break-word;
    margin: auto;
  }
  a.logo {
    font-size: 40px;
  }
  .cnt {
    padding: 10px;
  }
  .install-img,
  img {
    max-width: 100%;
  }
  .show-img {
    float: none;
    padding: 0;
    display: block;
    margin: auto;
    max-width: 40%;
  }
  .boxdiv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .box {
    margin: 2em 0;
  }
}
