@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800;900&family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

:root {
  --color-1: #ff3a5c;
  --color-2: #fff;
  --color-3: #fe0047;
  --color-4: #000;

  --color-1-rgb: 59, 169, 177;

  --gradient-2: #2a2a2a 0, #000000 0%, #454545 100%;
  --gradient-3: #f85d7f, #e100ff 36%, #6b81fa 68%, #a0fbcd;
  --gradient-4: #194fffe2, #ff38d9e2, #b723fce2;

  --font-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --font-secondary: "Albert Sans", var(--font-default);

  --border-1: 1px solid #333;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

iframe {
  width: 100% !important;
}

body {
  background: #111;
  color: #000;
  font-family: var(--font-secondary);
  font-size: 16.5px;
  line-height: 2.3em;
  max-width: 70%;
  margin: 5em auto;
  overflow-wrap: break-word;
}
::-moz-selection {
  background-color: #ccc;
  color: #000;
}
::selection {
  background-color: #ccc;
  color: #000;
}
a {
  text-decoration: none;
  color: #fff;
}
main,
footer {
  max-width: 100%;
  margin: auto;
}
.gt_languages a {
  color: #000;
}
header {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: url(/assets/remini.webp) no-repeat top center fixed;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  z-index: -1;
  text-align: center;
  overflow: hidden;
  /* border-radius: 30px 30px 0 0; */
}

.head-wrap {
  -webkit-backdrop-filter: brightness(0.8) blur(5px);
  backdrop-filter: brightness(0.8) blur(5px);
}

a.logo {
  display: block;
  color: var(--color-2);
  font-size: calc(0.8vw + 1.5em);
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 1px;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 2em 0;
  font-size: calc(0.2vw + 13px);
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav::-webkit-scrollbar {
  display: none;
}

nav a {
  border: 1px solid #ffffff16;
  max-width: 200px;
  padding: 0 10px;
  width: 200px;
  height: 4em;
  line-height: 4em;
  margin: 0 10px;
}
/* nav a:nth-child(1)::before {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33929 4.46777H7.33929V7.02487C8.52931 6.08978 10.0299 5.53207 11.6607 5.53207C15.5267 5.53207 18.6607 8.66608 18.6607 12.5321C18.6607 16.3981 15.5267 19.5321 11.6607 19.5321C9.51025 19.5321 7.58625 18.5623 6.30219 17.0363L7.92151 15.8515C8.83741 16.8825 10.1732 17.5321 11.6607 17.5321C14.4222 17.5321 16.6607 15.2935 16.6607 12.5321C16.6607 9.77065 14.4222 7.53207 11.6607 7.53207C10.5739 7.53207 9.56805 7.87884 8.74779 8.46777L11.3393 8.46777V10.4678H5.33929V4.46777Z' fill='currentColor' /%3E%3C/svg%3E");
  transform: translate(-30px, 3px);
} */

nav a:hover {
  border-color: var(--color-1);
}
nav a svg {
  fill: #fff;
  stroke: none;
  margin: 0;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
}

main p a,
li a {
  position: relative;
  color: var(--color-1);
  font-weight: 600;
  padding: 5px;
  border: 1px solid #d6d6d632;
}

main p a:hover,
li a:hover {
  opacity: 1;
  border-color: var(--color-1);
}

main {
  padding: 2em;
  background-color: #fff;
}
p {
  margin: 26px 0;
  padding: 0;
  font-size: 15px;
  line-height: 2.1em;
}
p > b {
  position: relative;
}
p > b:first-child::before {
  position: absolute;
  content: "∙";
  color: var(--color-1);
  margin: 0 -1em;
}
.bg-info {
  background: #eee;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 20px 30px;
  text-align: left !important;
  border-left: 5px solid #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  margin: 1em 0;
  line-height: 1.5em;
  text-align: center;
}
h3 {
  font-size: calc(0.6vw + 1em);
}
h4:not(.faq) {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: calc(0.5vw + 0.8em);
}
h1.title {
  padding: 0.4em 0;
  text-align: center;
  font-size: calc(0.8vw + 1.5em);
  overflow-wrap: break-word;
  color: #eee;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0.5em 0;
}

.toc {
  display: block;
  margin: 1em 0;
  padding: 10px 1em;
}
.toc li {
  margin: 7px 1em;
  list-style-type: none;
}
.toc a {
  font-weight: 500;
  color: var(--color-3);
}
.toc a:hover {
  text-decoration: none;
  border-color: var(--color-3);
}
hr {
  margin: 3em auto;
  width: 100%;
  height: 2px;
  border: none;
  background: var(--color-1);
  /* background: -webkit-gradient(linear, left top, right top, from(#48252d), color-stop(36%, #6a3171), color-stop(68%, #37427f), to(#2a6548));
  background: -o-linear-gradient(left, #48252d, #6a3171 36%, #37427f 68%, #2a6548);
  background: linear-gradient(90deg, #48252d, #6a3171 36%, #37427f 68%, #2a6548); */
}
.install-img {
  max-width: 40%;
}
.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(1vw + 2em);
  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;
}

.dl-wrapper {
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin: 2em 0;
}
.dl-wrapper p {
  margin: 0.2em 0;
}
.downloading {
  font-weight: bold;
  padding: 0 1em;
  font-size: calc(0.5vw + 1.5rem);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #eee;
  border-radius: 50px;
  animation: blink 1s infinite;
  -webkit-animation: blink 1s infinite;
}
@-webkit-keyframes blink {
  0% {
    color: #777777;
  }
  50% {
    color: #333;
  }
  100% {
    color: #777777;
  }
}
@keyframes blink {
  0% {
    color: #777777;
  }
  50% {
    color: #333;
  }
  100% {
    color: #777777;
  }
}

.small-caps {
  font-variant-caps: small-caps;
}
.tag-1 {
  color: #5a5a5a;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}

.fh-sm {
  font-weight: 600;
  margin: 1em auto;
  font-size: calc(0.3vw + 1em);
}

.fh {
  font-weight: bold;
  margin: 1em auto;
  font-size: calc(0.5vw + 1.3rem);
}
.fhcen {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em;
}

.fh-1 {
  display: block;
  background: -o-linear-gradient(60deg, var(--gradient-2));
  background: linear-gradient(30deg, var(--gradient-2));
  color: #fff;
  margin: 1em auto;
  padding: 0 1em;
  border-radius: 5px;
  font-size: calc(1vw + 1.3em);
  line-height: 2;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.fh-2 {
  color: #eee;
  font-size: calc(0.5vw + 1.3rem);
  background: #111;
  display: inline-block;
  padding: 5px 20px;
  -webkit-box-shadow: 0 0 7px #00000040;
  box-shadow: 0 0 7px #00000040;
  border: var(--border-1);
  border-left: 5px dashed var(--color-1);
  letter-spacing: 1px;
  font-variant-caps: all-small-caps;
  font-weight: 500;
}
.fh-3 {
  display: block;
  position: relative;
  font-size: calc(1vw + 1.5em);
  font-weight: bold;
  background-image: -o-linear-gradient(120deg, var(--gradient-2));
  background-image: -o-linear-gradient(bottom, var(--gradient-2));
  background-image: -o-linear-gradient(330deg, var(--gradient-2));
  background-image: linear-gradient(120deg, var(--gradient-2));
  padding: 0 0.5em;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

footer {
  color: #fff;
  padding: 20px 40px;
  /* border-radius: 0 0 30px 30px; */
  letter-spacing: 1px;
  line-height: 3.5em;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #ff3a5c93;
}
footer p {
  color: #aaa;
  font-size: 11px;
}
footer a,
footer a:hover {
  color: #fff;
}
.links a {
  font-size: 11px;
  padding: 0 5px;
  display: inline-block;
}
.links a:hover {
  opacity: 0.7;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
ul {
  margin: 1em 0 1em 2.5em;
  list-style-type: "◼︎   ";
}
::marker {
  color: var(--color-1);
}
li {
  margin: 6px 0;
}

img {
  display: block;
  margin: 1em auto;
  max-width: 100%;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.logo-img {
  max-width: calc(4vw + 6em);
  margin: 2em auto;
}
.block-img {
  max-width: 50%;
}

table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}
th {
  font-weight: 700;
  background-color: #ca1100a6;
}
td,
th {
  text-align: left;
  padding: 10px;
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eee;
}

.dl-svg::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.41421L6.41421 6L12.0711 11.6569L17.7279 6L19.1421 7.41421L12.0711 14.4853L5 7.41421Z' fill='currentColor'/%3E%3Cpath d='m19 16.343h-14v2h14v-2z' fill='currentColor'/%3E%3C/svg%3E%0A");
  position: absolute;
  -webkit-transform: translate(-30px, 6px);
  -ms-transform: translate(-30px, 6px);
  transform: translate(-30px, 6px);
}
.blog-svg::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M9.95263 16.9123L8.59323 18.3608L2.03082 12.2016L8.18994 5.63922L9.64826 7.00791L4.85783 12.112L9.95212 16.8932L9.95263 16.9123Z' fill='currentColor' /%3E%3Cpath d='M14.0474 16.9123L15.4068 18.3608L21.9692 12.2016L15.8101 5.63922L14.3517 7.00791L19.1422 12.112L14.0479 16.8932L14.0474 16.9123Z' fill='currentColor' /%3E%3C/svg%3E");
  position: absolute;
  -webkit-transform: translate(-30px, 6px);
  -ms-transform: translate(-30px, 6px);
  transform: translate(-30px, 6px);
}

a.btn {
  position: relative;
  background: var(--color-1);
  /* border: 1px solid #ffffff; */
  font-size: calc(0.2vw + 0.7em);
  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: 10px 15px;
  border: 2px solid #000;
  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;
  padding-left: 40px;
}
a.btn:hover {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  opacity: unset;
}
a.download {
  font-size: 20px;
  border: 3px solid var(--color-1);
  border-radius: 50px;
  padding: 15px 20px;
  background: #000;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
a.download:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  border-color: #4e3f23;
  color: var(--color-1);
}
.faq-list {
  list-style-type: none;
  margin: auto;
  text-align: center;
  max-width: 100%;
}

.faq-box {
  padding: 0.5em;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  margin: 2em 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.ans-box {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
.faq {
  cursor: pointer;
  position: relative;
  text-align: left;
  font-weight: 700;
  font-size: calc(0.4vw + 1em);
  margin: 0;
  border-left: 3px solid;
  -o-border-image: -o-linear-gradient(left, var(--gradient-4)) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-4))) 1;
  border-image: linear-gradient(to right, var(--gradient-4)) 1;
  color: var(--color-1);
  font-weight: 600;
  padding: 20px;
  display: block;
  background: #eee;
}

.faq::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 9' fill='none' style='transform:rotateX(0deg)'%3E%3Crect x='12' y='3' width='3' height='3' transform='rotate(90 12 3)' fill='%23ae3b41'%3E%3C/rect%3E%3Crect x='15' width='3' height='3' transform='rotate(90 15 0)' fill='%23ae3b41'%3E%3C/rect%3E%3Crect x='9' y='6' width='3' height='3' transform='rotate(90 9 6)' fill='%23ae3b41'%3E%3C/rect%3E%3Crect x='6' y='3' width='3' height='3' transform='rotate(90 6 3)' fill='%23ae3b41'%3E%3C/rect%3E%3Crect x='3' width='3' height='3' transform='rotate(90 3 0)' fill='%23ae3b41'%3E%3C/rect%3E%3C/svg%3E");
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.ans {
  display: block;
  text-align: left;
  padding: 2em;
  margin: 0;
  border-top: 0;
  -webkit-box-shadow: 0px 2px 15px 0px #00000017;
  box-shadow: 0px 2px 15px 0px #00000017;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ans::before {
  content: " – ";
}

.faq.active::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ans-box.active {
  max-height: 1200px;
}

.share {
  text-align: center;
  overflow: hidden;
  max-width: 50%;
  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;
}

.icondiv {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
  margin: 2em 0 !important;
}

.boxdiv {
  margin: 4em 0;
  color: #e2e2e2;
  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: linear-gradient(310.16deg, #272130 18.64%, #16222e 82.88%), linear-gradient(0deg, #fff, #fff);
  border: 1px solid #222;
  padding: 1em;
  transition: 0.1s ease-in-out;
}
.box-icon img {
  max-width: 50%;
}

.box:hover {
  /* border-color: var(--color-1); */
  transform: scale(1.01);
}
.boxtxt {
  display: block;
  background: -o-linear-gradient(60deg, var(--gradient-4));
  background: -o-linear-gradient(30deg, var(--gradient-4));
  background: linear-gradient(60deg, var(--gradient-4));
  color: #ccc;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
  border-radius: 5px;
  font-size: calc(0.5vw + 1.5em);
  text-align: center;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

a svg {
  margin: -7px 0;
}

.btn-svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

a svg {
  margin: -7px 0;
}

.btn-svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.ytbox {
  border: 1px solid #222;
  padding: 1em;
  margin: 1em 0;
}
.ytbox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5em 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-scroll-snap-type: x proximity;
  scroll-snap-type: x proximity;
  overflow-x: scroll;
}
.ss img {
  max-width: 20em;
  margin: 0 1em;
  pointer-events: none;
  scroll-snap-align: center;
}
#countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #222;
  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: inherit;
  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;
}

/* 
blog posts
*/

.cards {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 400px));
  grid-gap: 2em 2em;
  place-content: center;
  place-items: center;
  margin: 2em auto;
}
.card {
  width: 100%;
  height: calc(4vw + 150px);
  /* border-radius: 2px; */
  border: 1px solid rgb(32, 32, 32);
  position: relative;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  overflow: hidden;
}
.card-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin: 0;
}
.card-desc {
  text-align: center;
  z-index: 3;
}
.card-title {
  position: absolute;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  bottom: 50%;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 1em;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: calc(0.3vw + 1.3em);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ccc;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-shadow: 0px 0px 10px #000000fa;
  background: #00000077;
  z-index: 2;
}
.card:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background: -o-linear-gradient(top, #000000e1, #000000b7);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000e1), to(#000000b7)); */
  background: -webkit-gradient(linear, left top, left bottom, from(#000000b9), to(#00000097));
  background: -o-linear-gradient(top, #000000b9, #00000097);
  background: linear-gradient(to bottom, #000000b9, #00000097);
  z-index: 1;
}

.card:hover .card-thumb {
  -webkit-transform: scale(1.07) rotateZ(2deg);
  -ms-transform: scale(1.07) rotate(2deg);
  transform: scale(1.07) rotateZ(2deg);
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.card:hover .card-title {
  background: #000000d7;
}

.item-appear {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  body,
  main,
  img,
  footer,
  .show-cnt,
  .install-img,
  .block-img,
  .share,
  .faq-list {
    max-width: 100%;
    margin: auto;
  }
  body {
    margin-top: 3em !important;
  }
  .gt_switcher_wrapper {
    top: 0 !important;
  }
}
