:root {
  /* INDIGO */
  --indigo-1: #180e78;
  --indigo-2: #4208cc;
  --indigo-3: #8350ff;
  --indigo-4: #574ca933;
  --indigo-transparent: #e5def4;
  /* COLOR */
  --color-1: #f90000;
  --color-2: #78c100;
  --color-3: #dbff01;
  /* GRADIENT */
  --gradient-1: linear-gradient(91.38deg, #693aff 2.54%, #3e08c1 94.27%);
  --indigo-2: #4208cc;
}

/* JUNIOR - this is CSS from current site */
.thumb-card {
  background-color: #fff;
  margin: 4px;
  float: left;
  box-shadow: 0px 7px 7px rgb(198 200 205 / 25%);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
}

.thumb-card i {
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  margin-top: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 0px;
  transition: font-size 0.1s ease-in-out;
  box-sizing: border-box;
  background-image: none;
}

.thumb-card i {
  color: #70737c;
  font-style: normal;
  float: left;
  width: 100%;
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 5px;
}

.thumb-card .newsdate {
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  height: 36px;
  border-radius: 10px;
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 18px;
  background-image: url(img/calendar2.svg);
  padding-left: 35px;
  box-sizing: border-box;
}

.thumb-card .partner {
  float: left;
  color: #70737c;
  padding-right: 15px;
  font-weight: bold;
  margin-top: 8px;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.thumb-card .growth {
  text-transform: capitalize;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 13px;
  border: 1px solid #4208cc;
  color: #4208cc;
  border-radius: 10px;
  margin-top: 10px;
  transition: opacity 0.1s ease-in-out;
}

.thumb-card .price {
  color: #78c100;
  height: 32px;
  line-height: 32px;
  float: right;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
}

/* END OF JUNIOR */

html,
body {
  min-height: 100%;
  background: #f8f8f9;
  width: 100%;
  overflow-x: hidden;
}

.font-indigo-1 {
  color: var(--indigo-1);
}

.font-indigo-2 {
  color: var(--indigo-2);
}

.bg-indigo-1 {
  background-color: var(--indigo-1);
}

.bg-indigo-2 {
  background-color: var(--indigo-2);
}

.bg-indigo-3 {
  background-color: var(--indigo-3);
}

.bg-indigo-4 {
  background-color: var(--indigo-4);
}

.font-indigo-3 {
  color: var(--indigo-3);
}

.gradient {
  background: radial-gradient(
    circle,
    rgba(2, 0, 62, 1) 0%,
    rgba(24, 12, 90, 1) 62%
  );
}

.page-header {
  padding-top: 8rem;
  font-size: 1.25rem;
  color: #fff;
}

.homepage-iframe {
  width: 100%;
  height: 500px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 600px) {
  .homepage-iframe {
    height: 250px;
  }
}

.feature {
  color: #fff;
}

.feature ul {
  padding-left: 2rem;
  list-style-type: none;
}

.feature ul li {
  padding-left: 2rem;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.pattern-bg {
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
}

.icon {
  color: #fff;
  height: 5rem;
  width: 5rem;
  font-size: 1.75rem;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gallery {
  background-color: whitesmoke;
}

.gallery img {
  border-radius: 5%;
}

.services {
  color: #fff;
}

.companies,
.icons {
  margin-bottom: 2rem;
}

.header-bg {
  background-image: url("../img/homepage_header.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 90px;
  background-position: 50% 30%;
}

@media (min-width: 768px) {
  .header-bg {
    height: 125px;
  }
}

@media (min-width: 2400px) {
  .header-bg {
    height: 170px;
  }
}

.hero-bg {
  background-image: url("../img/background_top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-btn {
  color: #fff;
  border-radius: 80px;
  background: linear-gradient(
    87.48deg,
    #8350ff 1.77%,
    #6a28f9 22.27%,
    #5c53ff 61.22%,
    #0abaff 96.07%
  );
  outline: 1px solid #574ca9;
  outline-offset: 2px;
  border: none;
  text-decoration: none;
  padding: 12px 32px;
}

.header-h1 {
  font-size: 56px;
}

.header-p {
  font-size: 16px;
}

.checkmark-list > li {
  padding-bottom: 8px;
  padding-left: 3.2rem;
  background-image: url(../img/checkmark.svg);
  background-repeat: no-repeat;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  list-style-type: none;
  font-size: 15px;
}

.border-pic {
  border: 30px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  filter: drop-shadow(-15px 24px 78px rgba(111, 118, 138, 0.35));
}

.what-you-get-bg {
  background-image: url("../img/background_middle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

h3 {
  font-size: 16px;
}

.new-features-text-bg {
  background-color: #ffffff;
  outline: 2px solid #ffffff;
  outline-offset: 4px;
  border-radius: 100px;
}

.bg-pattern {
  background-image: url(../img/pattern.svg);
  background-repeat: no-repeat;
  background-position: top;
}

.bizzio-originals-card {
  background-color: #ffffff;
  border-radius: 16px;
}

.bizzio-originals-card-bg {
  background-color: #180e78;
  border-radius: 16px;
}

.bizzio-originals-date-bg {
  background-color: #404243;
  display: flex;
}

.videos-parent {
  background-color: #fff;
  box-shadow: 0px 7px 7px rgb(198 200 205 / 25%);
  border-radius: 10px;
  padding: 24px;
}

.videos-home {
  width: 100%;
  border-radius: 8px;
}

.footer-bg {
  background-image: url(../img/background_bottom.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.list-circle {
  background-image: url(../img/list-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

.whats-coming {
  background: #ffffff;
  border-radius: 32px;
}

.whats-coming-bg {
  background-image: url(../img/whats-coming-bg.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* BOR, do not touch */
.nav-animate {
  transition: background-color 0.2s;
}

.nav-link {
  font-size: 15px;
}

section {
  margin-top: 70px;
}

.club-login {
  background: linear-gradient(
    87.48deg,
    #8350ff 1.77%,
    #6a28f9 22.27%,
    #5c53ff 61.22%,
    #0abaff 96.07%
  );
  border-radius: 50px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-heading {
  font-size: 24px;
  font-weight: bold;
}

.text-shadow {
  text-shadow: 2px 4px #000;
}

.pricing-table {
  border-radius: 8px;
  background: #f9f9f9;
  box-shadow: 0px 4px 60px #00000011;
  padding: 24px 36px;
  border-radius: 16px;
}

.pricing-table-row-head {
  background: #eceff3;
  border-radius: 8px;
}

.pricing-table-rows {
  background: white;
  border-radius: 12px;
  margin-bottom: 2px;
}

.pricing-table-rows div:nth-child(0n + 1) {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
}

.pricing-table-header {
  margin-top: 8px;
  margin-bottom: 2px;
  padding: 12px;
  border-radius: 12px;
  background: #eceff3;
}

.pricing-table-rows div:nth-child(n + 2) {
  text-align: center;
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pricing-table img {
  width: 32px;
  height: 32px;
}

.homepage-tabs {
  background: #eceff3;
  padding: 20px;
  border-radius: 16px;
}

.homepage-tabs .nav-link {
  color: #6d6b75;
  font-weight: 600;
}

.homepage-tabs .nav-link.active {
  color: #313035;
}

.tab-content {
  background: white;
  border-radius: 0 0 12px 12px;
}

.tab-pane {
  padding: 30px;
}

@media (max-width: 768px) {
  .offcanvas {
    max-width: 350px;
  }
}

ul {
  padding-left: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--indigo-3);
}

/* BOR end */

/* PennyPlzFix */
.default-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  background: linear-gradient(
    87.48deg,
    #8350ff 1.77%,
    #6a28f9 22.27%,
    #5c53ff 61.22%,
    #0abaff 96.07%
  );
  border-radius: 30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: #ffffff;
  border: none;
  text-decoration: none;
}

.default-btn:hover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  background: #8350ff;
  border-radius: 30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: #ffffff;
  border: none;
}

.default-btn:active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  background: #4208cc;
  border-radius: 30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: #ffffff;
  border: none;
}

.default-btn:disabled {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  background: linear-gradient(
    87.48deg,
    #8350ff 1.77%,
    #6a28f9 22.27%,
    #5c53ff 61.22%,
    #0abaff 96.07%
  );
  opacity: 0.5;
  border-radius: 30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: #ffffff;
  border: none;
  text-decoration: none;
}

.download-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 25px;
  background: #ffffff;
  border-radius: 30px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: #4208cc;
  border: solid;
  border-color: #f4f4f6;
  text-decoration: none;
  gap: 5px;
}

/* @media screen and (min-width: 601px) { 
  h1 {
    font-size: 64px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 601px) {
  h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

@media screen and (min-width: 601px) {
  h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}
*/

/* h1 {
  font-size: clamp(0.588rem, 1vw + 0.5rem, 1.765rem);
  ;
}

h2 {
  font-size: clamp(0.615rem, 1vw + 1rem, 1.923rem);
  ;
}

h3 {
  font-size: clamp(0.7rem, 1vw + 0.5rem, 1.3rem);
}

p {
  font-size: clamp(0.625rem, 1vw + 0.25rem, 1.125rem);
} */

.bgwhite {
  border-radius: 30px;
  background: #ffffff;
}

.MarginTop-21 {
  margin-top: -21%;
}

@media (min-width: 1020px) and (max-width: 1270px) {
  .MarginTop-21 {
    margin-top: -10%;
  }
}
