:root {
  --h2s-gray: #6e6e6e;
  --h2s-dark: #000;
  --h2s-white: #fff;
  --h2s-footer-color: #F2F2F2;
  --h2s-theme: #3088F4;
  --h2s-faacebook: #fff;
  --h2s-linkedin: #fff;
  --h2s-twitter: #fff;
  --h2s-whatsapp: #fff;
  --h2s-telegram: #fff;
  --h2s-instagram: #fff;
  --h2s-youtube: #fff;
  --h2s-yellow: #fff;
  --h2s-discord: #fff;
  --h2s-link: #fff;
  --h2s-yellow: #FEF851;
  --h2s-darktheme: #121212;
  --h2s-darktheme-surface: #1F1F1F;
}

* {
  scroll-behavior: smooth;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
}

body {
  background: var(--h2s-darktheme);
  color: var(--h2s-white);
  overflow-x: hidden !important;
}

a {
  color: var(--h2s-yellow);
}

a:hover {
  color: var(--h2s-white);
}

.bg-dark {
  background-color: var(--h2s-darktheme-surface) !important;
}

.btn-theme {
  background-color: var(--h2s-yellow);
  color: var(--h2s-dark);
  outline: none;
  border: none;
}

.btn-theme:hover {
  background-color: var(--h2s-yellow);
  color: var(--h2s-dark);
}

.btn-theme:focus, .btn-theme:active {
  outline: none;
  border: none;
}

.btn-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 767.98px) {
  .btn-mobile {
    display: block;
  }
}

.btn-login {
  background-color: transparent;
  color: var(--h2s-yellow);
  border: 1px solid var(--h2s-yellow);
}

.btn-login:hover {
  background-color: var(--h2s-yellow);
  color: var(--h2s-dark);
}

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

.fa-facebook,
.fa-facebook-square {
  color: var(--h2s-faacebook);
}

.fa-linkedin,
.fa-linkedin-square {
  color: var(--h2s-linkedin);
}

.fa-twitter,
.fa-twitter-square {
  color: var(--h2s-twitter);
}

.fa-whatsapp-square {
  color: var(--h2s-whatsapp);
}

.fa-telegram {
  color: var(--h2s-telegram);
}

.fa-instagram {
  color: var(--h2s-instagram);
}

.fa-discord {
  color: var(--h2s-discord);
}

.fa-youtube {
  color: var(--h2s-youtube);
}

.fa-link {
  color: var(--h2s-link);
}

.linking {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 10px;
}

h5 .theme-text {
  font-size: 1.25rem;
  color: var(--h2s-yellow);
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

#password-div {
  display: -ms-grid;
  display: grid;
  height: 80vh;
  place-content: center;
}

#password-div .card {
  background: var(--h2s-darktheme-surface);
  width: 50vw;
}

.contact-section .social-contact {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .contact-section {
    text-align: center;
  }
  .contact-section .social-contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-section {
  width: 100%;
  margin-top: 64px;
}

.hero-section .marquee {
  height: 50px;
  overflow: hidden;
  position: relative;
  color: #842029;
  background-color: #fafafa;
  border-color: #f5c2c7;
  font-weight: 600;
}

.hero-section .marquee p {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation: scroll-left 20s linear infinite;
  animation: scroll-left 20s linear infinite;
}

@media (max-width: 425px) {
  .hero-section .marquee p {
    width: 200%;
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.hero-section .container-fluid {
  padding: 0;
}

.hero-section figure img {
  width: 100%;
}

.video-section {
  margin: 2rem 0;
}

.video-section a {
  text-decoration: none;
  color: var(--h2s-white);
}

.video-section a :hover {
  color: var(--h2s-yellow);
}

.video-section .splide .splide__track .splide__list .splide__slide {
  padding: 0 1rem;
}

.video-section .splide .splide__track .splide__list .splide__slide .card {
  border: none;
  background: transparent;
}

.details-section .card {
  background: var(--h2s-darktheme-surface);
}

.details-section .card figure {
  margin-bottom: 0;
}

.details-section .card figure img {
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.details-section .card h1 {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}

.details-section .card .hash-tags {
  margin-bottom: 0.5rem;
}

.details-section .card span {
  margin: 0 1rem;
}

.details-section .card span:nth-of-type(1) {
  margin-left: 0;
}

.details-section .card .right-reg-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.details-section .card .right-reg-section .btn-primary {
  background-color: transparent;
  color: var(--h2s-yellow);
  border: 2px solid var(--h2s-yellow);
  margin-bottom: 2rem;
}

.details-section .card .right-reg-section .btn-primary:hover {
  background-color: var(--h2s-yellow);
  color: var(--h2s-dark);
}

.details-section .card .right-reg-section .social-share p {
  margin-bottom: 0.25rem;
}

.details-section .card .right-reg-section .social-share a {
  text-decoration: none;
}

.details-section .card .right-reg-section .social-share a i {
  font-size: 1.25rem;
  margin: 0 0.5rem;
}

.details-section .card .right-reg-section .social-share a i:nth-of-type(1) {
  margin-left: 0;
}

@media (max-width: 991.98px) {
  .details-section .card .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .details-section .card .row .col-lg-2,
  .details-section .card .row .col-lg-8 {
    margin-bottom: 2rem;
  }
  .details-section .card .row .btn-primary {
    margin-bottom: 1rem;
  }
}

.info-section {
  margin: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #dee2e6 !important;
}

.info-section .decor-img {
  position: absolute;
  right: 0rem;
  top: -3rem;
  width: 200px;
}

@media (max-width: 991.98px) {
  .info-section .decor-img {
    display: none;
  }
}

.info-section .left-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
  z-index: 99;
}

@media (max-width: 991.98px) {
  .info-section .left-sticky {
    margin-bottom: 2rem;
    position: fixed;
    right: 0;
    top: 20%;
  }
  .info-section .left-sticky .width-reset {
    width: 80px !important;
  }
  .info-section .left-sticky .card {
    display: none;
    opacity: 0;
  }
  .info-section .left-sticky:hover {
    right: 0%;
  }
  .info-section .left-sticky:hover .menu-bar {
    width: 150px;
  }
  .info-section .left-sticky:hover .card {
    display: inline-block;
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .info-section .left-sticky {
    margin-bottom: 2rem;
    position: fixed;
  }
  .info-section .left-sticky .card {
    display: none;
    opacity: 0;
  }
  .info-section .left-sticky:hover {
    right: -2%;
  }
  .info-section .left-sticky:hover .menu-bar {
    width: 150px;
  }
  .info-section .left-sticky:hover .card {
    display: inline-block;
    opacity: 1;
  }
}

.info-section .left-sticky .card {
  background-color: var(--h2s-darktheme-surface);
  position: inherit;
}

@media (max-width: 991.98px) {
  .info-section .left-sticky .card {
    position: initial;
  }
  .info-section .left-sticky .card:hover {
    right: 0;
    display: inline-block;
    opacity: 1;
  }
}

.info-section .left-sticky .menu-bar {
  width: 100%;
  background: var(--h2s-yellow);
  padding: 0.5rem 0.75rem;
  color: var(--h2s-darktheme);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 1440px) {
  .info-section .left-sticky .menu-bar {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .info-section .left-sticky .menu-bar {
    width: 50%;
    display: block;
    cursor: pointer;
    text-align: center;
    margin-left: auto;
  }
  .info-section .left-sticky .menu-bar + .card {
    display: none;
  }
  .info-section .left-sticky .menu-bar:hover {
    width: 150px;
    right: 0%;
    position: initial;
  }
  .info-section .left-sticky .menu-bar:hover + .card {
    display: inline-block;
    opacity: 1;
    z-index: 1;
  }
}

@media (max-width: 575.98px) {
  .info-section .left-sticky .menu-bar:hover {
    width: 150px;
  }
  .info-section .left-sticky .menu-bar:hover + .card {
    z-index: 1;
  }
}

.info-section .nav-link {
  color: var(--h2s-white);
}

.info-section .nav-pills .nav-link {
  text-align: left;
  position: relative;
}

.info-section .nav-pills .nav-link .snap-ghost {
  position: absolute;
  opacity: 0;
  top: -28px;
  right: 0px;
  width: 52px;
  z-index: -1;
}

.info-section .nav-pills .nav-link.active,
.info-section .nav-pills .show > .nav-link {
  color: var(--h2s-darktheme);
  background-color: var(--h2s-yellow);
  position: relative;
}

.info-section .nav-pills .nav-link.active .snap-ghost,
.info-section .nav-pills .show > .nav-link .snap-ghost {
  opacity: 1;
}

.info-section .download-btn {
  border: 1px solid var(--h2s-yellow);
  color: var(--h2s-yellow);
  text-decoration: none;
  background-color: transparent;
}

.info-section .download-btn svg path {
  fill: var(--h2s-yellow);
}

.info-section .download-btn:hover {
  background-color: var(--h2s-yellow);
  color: var(--h2s-darktheme);
}

.info-section .download-btn:hover svg path {
  fill: var(--h2s-darktheme);
}

.info-section #v-pills-overview .card {
  border: 1px solid var(--h2s-yellow);
  background-color: transparent;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.info-section #v-pills-overview .bootcamp-list .card .card-img-top {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.info-section #v-pills-themes .card,
.info-section #v-pills-speakers .card,
.info-section #v-pills-jury .card,
.info-section #v-pills-prizes .card {
  border: none;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  background-color: var(--h2s-darktheme-surface);
}

.info-section #v-pills-themes .card:hover,
.info-section #v-pills-speakers .card:hover,
.info-section #v-pills-jury .card:hover,
.info-section #v-pills-prizes .card:hover {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.info-section #v-pills-themes .card-body figure,
.info-section #v-pills-speakers .card-body figure,
.info-section #v-pills-jury .card-body figure,
.info-section #v-pills-prizes .card-body figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.info-section #v-pills-themes .card-body figure img,
.info-section #v-pills-speakers .card-body figure img,
.info-section #v-pills-jury .card-body figure img,
.info-section #v-pills-prizes .card-body figure img {
  width: 100%;
}

.info-section #v-pills-faq .accordion .accordion-item {
  background-color: var(--h2s-darktheme);
  border: 1px solid var(--h2s-darktheme);
}

.info-section #v-pills-faq .accordion .accordion-button {
  background-color: var(--h2s-darktheme);
  color: var(--h2s-white);
}

.info-section #v-pills-faq .accordion .accordion-button:focus, .info-section #v-pills-faq .accordion .accordion-button:active {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.info-section #v-pills-speakers .card,
.info-section #v-pills-jury .card,
.info-section #v-pills-prizes .card {
  border: 1px solid var(--h2s-darktheme-surface);
}

.info-section #v-pills-speakers .card:hover,
.info-section #v-pills-jury .card:hover,
.info-section #v-pills-prizes .card:hover {
  border: 1px solid var(--h2s-yellow);
}

.info-section #v-pills-speakers .card .fa-linkedin-square,
.info-section #v-pills-jury .card .fa-linkedin-square,
.info-section #v-pills-prizes .card .fa-linkedin-square {
  font-size: 1.35rem;
}

.info-section #v-pills-speakers .card-body figure,
.info-section #v-pills-jury .card-body figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.info-section #v-pills-speakers .card-body figure img,
.info-section #v-pills-jury .card-body figure img {
  width: 60%;
  margin-left: 20%;
}

.info-section #v-pills-prizes .card,
.info-section .prize-row .card {
  padding: 1.25rem;
  text-align: center;
}

.info-section #v-pills-prizes .card .card-body .rank,
.info-section .prize-row .card .card-body .rank {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--h2s-yellow);
  margin: auto;
  outline: 10px solid white;
  margin-bottom: 1.25rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.info-section #v-pills-prizes .card .card-body .rank h2,
.info-section .prize-row .card .card-body .rank h2 {
  margin: 0;
  color: var(--h2s-darktheme);
}

.info-section .phone-frame {
  position: absolute;
  top: 0%;
  left: -10%;
  width: 120%;
  height: 105%;
}

.info-section .animated-gif {
  width: 100%;
  padding: 1rem;
  border-radius: 10%;
}

.community-section {
  padding: 6rem 3rem;
  background: url("https://s3bucket-incpro.s3.eu-north-1.amazonaws.com/2021-12-04T07%3A39%3A06.823Z-Join_our_community_bg-min.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.community-section h2 {
  font-size: 2.5rem;
}

.community-section .btn-primary {
  padding: 0.75rem 2rem;
  background: transparent;
  border: 2px solid var(--h2s-yellow);
  color: var(--h2s-yellow);
}

.community-section .btn-primary:hover {
  background: var(--h2s-yellow);
  color: var(--h2s-darktheme);
}

footer {
  padding: 3rem 1rem;
  background: var(--h2s-footer-color);
}

footer ul {
  list-style: none;
}

@media (max-width: 575.98px) {
  footer ul {
    padding: 0;
  }
}

footer ul li {
  position: relative;
  display: inline-block;
  color: var(--h2s-dark);
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.75rem;
}

footer ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 1px;
  background: var(--h2s-dark);
}

footer ul a {
  display: block;
  color: var(--h2s-gray);
  margin-bottom: 0.5rem;
}

footer ul a:hover {
  color: var(--h2s-dark);
  text-decoration: none;
}

.end-footer p,
.end-footer i {
  color: var(--h2s-dark);
  margin: 0;
  padding: 1rem 0;
}

.end-footer a:hover {
  color: var(--h2s-dark);
  text-decoration: none;
}

.end-footer .social {
  text-align: right;
}

.end-footer i {
  margin: 0 0.5rem;
}

@media (max-width: 767px) {
  .end-footer .copy_right {
    margin-top: 1rem;
  }
  .end-footer .copy_right,
  .end-footer .social {
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */