@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800;900&family=Mochiy+Pop+P+One&display=swap");
* {
  margin: 0;
  padding: 0;
}
:root {
  --font-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --font-primary: "Poppins";

  --color-1: #ff2558;

  --gradient-2: #f85d7f, #e100ff 36%, #6b81fa 68%, #a0fbcd;
  --border-1: 1px solid #333;
}
.ads {
  margin: 2em 0;
}
body {
  margin: 5em auto;
  max-width: 70%;
  background-color: #000;
  color: #333;
  font-family: var(--font-primary), var(--font-default);
  overflow-wrap: break-word;
  line-height: 2em;
  font-size: 16px;
}
::-moz-selection {
  background-color: #ff2558;
  color: #fff;
}
::selection {
  background-color: #ff2558;
  color: #fff;
}
a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}

header {
  background: #fff;
  text-align: center;
  /* border-top: 5px solid #ff2558; */
  font-family: var(--font-primary);
}
header span a {
  color: #000000;
  display: block;
  font-size: calc(0.8vw + 1.3em);
  letter-spacing: 1px;
  line-height: 3.5em;
}
header span a:hover {
  color: #000000;
}
nav a svg {
  fill: #fff;
  stroke: none;
  margin: 0;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}
nav {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  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: #000;
  overflow: hidden;
  border-bottom: 1px solid #333;
}
nav a {
  position: relative;
  line-height: 60px;
  font-weight: bold;
}
svg {
  margin: -7px 2px;
  width: 20px;
}
nav a::after,
nav a::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #ccc;
  width: 0;
  bottom: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
nav a::after {
  left: 0;
}
nav a::before {
  right: 0;
}
nav a:hover {
  opacity: 1;
}
nav a:hover::after,
nav a:hover::before {
  width: 50%;
}
.showcase {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  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;
  border-radius: 25%;
}
.show ul {
  margin: 1em 0;
}
.show li {
  font-size: 16px;
  list-style-type: none;
}
.show p {
  line-height: 2;
  margin: 10px 0;
  color: #fff;
  text-align: center;
}
.show li::before {
  content: "\25B6  ";
}
.cnt {
  padding: 10px 20px;
  background-color: #fff;
}
.cnt {
  padding: 10px;
  background-color: #fff;
}
.cnt a::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #ff3a68;
  width: 0;
  bottom: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.cnt a:hover::before {
  width: 100%;
}
.cnt a {
  position: relative;
  color: #ff3a68;
  font-weight: 700;
  border-bottom: 1px solid #d0d0d0;
}
.cnt a:hover {
  opacity: 1;
  border-color: #ff3a68;
}
.share a::before {
  content: none;
}
a.btn::before {
  content: none;
}
p {
  margin: 26px 0;
  padding: 0;
  color: #333;
  font-size: 15px;
  line-height: 2.7em;
}
.bg-info {
  color: #ff2559;
  font-weight: 500;
  background-color: #000;
  padding: 20px 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: var(--font-primary);
  color: #111;
  font-weight: 400;
  margin: 6px 0;
}
h1.title {
  text-align: center;
  font-size: 30px;
  margin: 1rem;
  font-weight: 500;
}
.entry-title,
.post-title {
  text-align: center;
  font-size: 40px;
  color: #4e4e4e;
  font-weight: 700;
  padding: 1em 0.1em;
  margin: 0;
  background-color: #fff;
}
hr {
  margin: 1em 0;
  height: 1px;
  border: none;
  background-color: #ccc;
}
.fh-sm {
  font-weight: bold;
  margin: 1em auto;
  font-size: calc(0.3vw + 1em);
}

.fh {
  font-weight: bold;
  margin: 1em auto;
  font-size: calc(0.5vw + 1.3rem);
}

.fh-1 {
  color: #fff;
  font-weight: 400;
  background: -o-linear-gradient(45deg, #ff2559, #ff2558, #ff434f, #fe8054);
  background: linear-gradient(45deg, #ff2559, #ff2558, #ff434f, #fe8054);
  width: auto;
  margin: 1em 0;
  border-radius: 0px;
  font-size: 25px;
  line-height: 1;
  padding: 14px;
  -webkit-box-shadow: 6px 6px 0 0 #cecece;
  box-shadow: 6px 6px 0 0 #cecece;
}
.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: 40px solid #ff2558;
}
.ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  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;
}
footer {
  /* border-radius: 30px; */
  color: #fff;
  border-bottom: 1px solid #ffffff43;
  line-height: 3.5em;
  background-color: #000;
  padding: 20px 40px;
  font-size: 13px;
  text-align: center;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}
footer p {
  color: #ccc;
  font-size: 14px;
}
footer a:hover {
  opacity: 0.7;
}
.links a {
  border: 1px solid #484848;
  margin: 2px;
  padding: 0 10px;
  display: inline-block;
}
.links a:hover {
  opacity: 0.7;
}
.center {
  text-align: center;
}
ul {
  margin: 1em 0 1em 2.5em;
}
li {
  margin: 6px 0;
}
img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  margin: 1em auto;
  max-width: 100%;
}
table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}
th {
  font-weight: 700;
  background-color: #ff25581e;
}
td,
th {
  text-align: left;
  padding: 4px 5px;
  vertical-align: top;
}
tr:hover {
  background-color: #e4e4e4a2;
}
tr:nth-child(odd) {
  background-color: #e4e4e44d;
}

.text-glow {
  display: block;
  background: -o-linear-gradient(60deg, var(--gradient-2));
  background: linear-gradient(30deg, var(--gradient-2));
  color: #fff;
  font-weight: 700;
  margin: auto;
  padding: 0.5em 1em;
  border-radius: 5px;
  font-size: calc(0.8vw + 1em);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-variant-caps: titling-caps;
  text-shadow: var(--color-1) 0px 5px 20px;
}
.typewrite {
  margin: 0;
}
.typewrite .wrap {
  border-right: 0.1em solid #ffffff31;
}
a.btn {
  position: relative;
  border: 2px solid #000000;
  font-size: 1em;
  font-weight: 600;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  user-select: none;
  padding: 12px 23px;

  margin: 2em auto;
  color: #000;
  letter-spacing: 1px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
a.btn:hover {
  transform: scale(0.98);
  opacity: 0.9;
  border-color: #000;
}

svg {
  margin: -7px 0;
}
a.download {
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  border: 2px solid #fff;
  padding: 20px 40px;
  width: 25%;
  /* background: -o-linear-gradient(45deg, #ff2558, #fe8154); */
  /* background: linear-gradient(45deg, #ff2558, #fe8154); */
  background: transparent;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  transition: 0.1s all;
}
a.download:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #fff;
  border-color: #eee;
}
.faq-list {
  list-style-type: none;
  margin: unset;
}
.faq {
  font-weight: 700;
  font-size: 20px;
  color: #ff2559;
  border-bottom: 2px solid #ff2559;
  padding: 5px 10px;
  display: inline-block;
}
.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;
}
.ans::before {
  content: "\279C  ";
}
.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: disc;
}
.toc a {
  font-weight: 400;
  color: #f8801d;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}
.toc a:hover {
  border: none;
  text-decoration: none;
}
.share {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
  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;
}
.share a {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  margin: 1%;
  padding: 7px 0;
  color: #fff;
  border-radius: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: none;
}
.share 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;
}
.reviews {
  -webkit-box-shadow: 0 0 4px 1px #d6d6d6;
  box-shadow: 0 0 4px 1px #d6d6d6;
  font-family: roboto, sans-serif;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: 2em;
}
.reviews span {
  display: block;
  font-size: 30px;
  margin: 10px 0;
}
.reviews img {
  border-radius: 20%;
  max-width: 6em;
  margin: 1em 0;
}
.boxdiv {
  margin: 4em 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1.5em;
  row-gap: 2em;
}
.box {
  background: #f6f8ff;
  border: 1px solid #222;
  text-align: center;
  padding: 1em;
}
.box p {
  margin: 0;
}
.boxtxt {
  background: #fff;
  font-size: 30px;
  padding: 10px 0;
  color: #222;
  text-align: center;
  border-bottom: 2px solid #1bd760;
  font-variant-caps: all-petite-caps;
  letter-spacing: 5px;
  margin: -40px auto 15px;
}
.box-icon {
  line-height: 1.5em;
}
.box-icon svg {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: -o-linear-gradient(#f037a5 -20%, #4001f5 130%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, #f037a5), color-stop(130%, #4001f5));
  background: linear-gradient(#f037a5 -20%, #4001f5 130%);
  border-radius: 50%;
  fill: #fff;
  -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);
}
#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui;
  margin: 1em auto;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 40px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#hidden-cnt {
  display: none;
}
@media screen and (max-width: 720px) {
  .entry-title,
  .post-title {
    font-size: 25px;
  }
  body {
    margin: 0 auto;
    max-width: 100%;
  }
  .cnt {
    padding: 1em;
  }
  img {
    max-width: 100%;
  }
  .show-img {
    max-width: 30%;
    float: none;
    padding: 0;
    display: block;
    margin: 2em auto;
  }
  .reviews {
    text-align: center;
  }
  .reviews img {
    margin: 1em auto;
  }
}
