* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
:root {
  --descreption-color: #ffffff;
  --main-color: #ff3c3c;
  --seacondry-color: #000000;
  --discord-color: #ff3c3c;
  --background-main-color: #000000;
  --body: #020202;
  --darker: #000000;
  --blurple: #ff3c3c;
  --logo-name-bg: #000000;
  --card-header-footer: #000000;
  --light-blue: #ff3c3c;
  --form-control-bg: #1a1b22;
}
body {
  background: linear-gradient(
    100deg,
    #bb0000 5%,
    #000000 8%,
    #000000 55%,
    #bb0000 60%,
    #000000 80%
  );
  border-radius: 5px;
  color: #fff;
  font-family: rubik, sans-serif;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}
nav {
  animation: topToDown 1.5s ease-in;
}
.card {
  border-radius: 1rem;
  border: none;
  background-color: #000000 !important;
}
.active {
  text-decoration: underline;
}
.navbar-logo {
  position: relative;
  bottom: 6px;
}
.btn-login {
  background-color: var(--main-color);
}
.btn-premium {
  border-radius: 30px;
  border: 2px solid #b1b1b1;
}
.btn-premium:hover {
  color: #000 !important;
  background-color: #dadada;
  border: 2px solid #dadada;
}
.top-section {
  margin-top: 13%;
}
.navbar-nav {
  margin-left: 25%;
}
.nav-item {
  margin-right: 5%;
}
.first-descreption {
  color: var(--seacondry-color);
  font-size: 17px;
  line-height: 1rem;
  text-transform: uppercase;
}
.seconed-descreption {
  color: var(--descreption-color);
  font-size: 30px;
}
.btn-invite,
.btn-dashboard {
  padding: 16px 22px;
  color: #fff;
  background-color: #ff3c3c;
}
.btn-dashboard {
  background-color: #2a2a2a;
  background-image: linear-gradient(to right, #2a2a2a, #2a2a2a);
  margin-left: 0.5%;
  border-left: 1px solid #2a2a2a;
}
.btn-dashboard:hover,
.btn-invite:hover,
.btn-login:hover {
  color: #fff !important;
}
.btn-dashboard,
.btn-invite,
.btn-login {
  color: #dfdfdf !important;
}
.image-main {
  width: 100%;
  animation: leftToRight 1s ease-in;
}
.features-sections {
  background-color: #000000;
}
.features-title-tag {
  color: var(--main-color);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.feature-typo {
  position: relative;
  left: 5rem;
}
.features-main-title {
  font-weight: 700;
  font-size: calc(35rem / 16);
  letter-spacing: 1px;
}
.special {
  background-image: url(https://media3.giphy.com/media/xThuWcaa4U4XZQDgvm/giphy.gif?cid=790b761â€¦&rid=giphy.gif);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.ver-first {
  float: right;
  position: absolute;
  top: 9.2rem;
  color: #46d671;
}
.features-typograpghy {
  position: relative;
  bottom: 5rem;
}
.tag-features {
  background-color: #172136;
  padding: 8px 12px;
  border-radius: 4px;
  margin-right: 2%;
  color: #cecece;
  box-shadow: 20px 20px 61px #182036, -20px -20px 61px #161f35;
}
.featureOne {
  margin-top: 8%;
}
.statics-info-tag {
  padding: 10px 18px;
  font-size: 24px;
  border-radius: 50px;
  background-color: var(--main-color);
  position: relative;
  right: 0.5rem;
  box-shadow: 0 0 30px var(--main-color);
}
.tag-fix {
  padding: 14px 16px;
}
.tag-fix-2 {
  padding: 14px 13px;
}
.fa-chevron-right {
  color: var(--main-color);
}
.feature-title {
  font-size: 2rem;
  letter-spacing: 1px;
}
.feature-descreption {
  color: var(--descreption-color);
  text-align: left;
}
.feature-points {
  color: var(--descreption-color);
}
.square_1 {
  background: #4856ee;
  position: absolute;
  width: 5em;
  height: 5em;
  border-radius: 1em;
  transform: translateX(6em);
  left: -126px;
  top: 62em;
  overflow: hidden;
  box-shadow: 0 0 20px var(--main-color);
}
.square_2 {
  background: #4856ee;
  position: absolute;
  width: 5em;
  height: 5em;
  border-radius: 1em;
  transform: translateX(6em);
  right: 164px;
  top: 104em;
  overflow: hidden;
  box-shadow: 0 0 20px var(--main-color);
}
@keyframes img-perspective-main {
  0% {
    transform: perspective(800px) rotateY(-25deg) scale(0.9) rotateX(10deg)
      translateY(20px);
  }
  100% {
    transform: perspective(800px) rotateY(-25deg) scale(0.9) rotateX(10deg)
      translateY(-20px);
  }
}
.img-perspective-main {
  transform: perspective(800px) rotateY(-25deg) scale(0.9) rotateX(10deg);
  transition: 0.6s;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: img-perspective-main;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.img-perspective {
  transform: perspective(800px) rotateY(25deg) scale(0.9) rotateX(10deg);
  transition: 0.6s ease all;
}
.img-perspective:hover {
  transform: perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg)
    scale(1);
}
.img-perspective-reverse {
  transform: perspective(800px) rotateY(-25deg) scale(0.9) rotateX(10deg);
  transition: 0.6s ease all;
}
.img-perspective-reverse:hover {
  transform: perspective(800px) rotateY(15deg) translateY(-50px) rotateX(10deg)
    scale(1);
}
.statics-section {
  background-color: #131c2c;
}
.stats-section-two {
  position: relative;
  bottom: 5rem;
}
.statc-icon {
  font-size: 3.8rem;
  font-weight: 200;
  color: #4856ee;
}
.count-num {
  font-size: 24px;
}
.border-light {
  border-color: #929393 !important;
}
.card-header > .font-weight-normal {
  color: #e1e1e1 !important;
}
span[data-monthly='0'] {
  color: #38ce52;
}
.feature-descreption {
  padding-bottom: 1rem;
}
.card.w-75.mt-4.p-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
iframe {
  border-radius: 1rem;
}
.card.w-75.mt-4.p-2 > i {
  font-size: 0.75rem;
  color: #aaa;
}
.stats-desc {
  color: #adadad;
}
.card-header {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.seconed-descreption.mt-3 {
  padding-bottom: 1rem;
}
.btn.btn-block {
  width: 100%;
  font-weight: 600;
  border-width: 0.15rem;
}
.btn {
  border-radius: 0.5rem;
}
.getstarted-box {
  margin-top: 10%;
  background-color: var(--main-color);
  border-radius: 9px;
  box-shadow: 0 0 15px var(--main-color);
}
.btn-get-started {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  padding: 12px 22px;
}
.btn-get-started:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}
.get-title {
  font-size: 38px;
  letter-spacing: 1px;
}
.get-desc {
  font-size: 20px;
}
.card-body {
  padding: 1rem;
}
.list-group-item {
  background-color: #000000 !important;
  color: #fff;
}
.price {
  font-weight: 700;
}
footer {
  background-color: #000000;
}
.footer-vesion {
  font-weight: 700;
  color: var(--main-color);
  font-size: 26px;
}
.footer-tags {
  font-size: 22px;
  margin-right: 6%;
}
.all-links li {
  list-style: none;
}
.link-footer {
  text-decoration: none;
  color: var(--descreption-color);
}
.link-footer:hover {
  color: #acacac;
  text-decoration: underline;
}
.link-title {
  color: var(--main-color);
}
.first-sec-footer {
  margin-left: 8.3%;
}
.btn-invite-footer {
  padding: 14px 28px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 30px;
}
.footer-down-desc {
  font-size: 28px;
}
.btn.btn-get-started.text-center {
  margin-top: 1rem;
}
.footer-up-desc {
  color: var(--descreption-color);
  white-space: nowrap;
}
.container > .row.mt-5 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 1394px) {
  .feature-typo {
    position: relative;
    left: 0;
    top: -2rem;
  }
  .square_1,
  .square_2 {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  .navbar-nav {
    margin-left: 0%;
  }
  .btn-dashboard {
    margin-left: 0%;
  }
  .features-typograpghy {
    position: relative;
    bottom: 1rem;
  }
  .feature-typo {
    position: relative;
    left: 0;
    top: -2rem;
  }
  .stats-section-two {
    bottom: 1rem;
  }
  .mb-right {
    position: relative;
    right: 2rem;
  }
}
@media screen and (max-width: 660px) {
  .image-main {
    width: 540px;
    height: 350px;
    margin-top: 2%;
  }
  .fa-check-circle {
    display: none;
  }
  .first-sec-footer {
    margin-left: 0%;
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: var(--background-main-color);
}
::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background: #1e1d09;
}
