:root {
  --iwd-primary-yellow: #FFFB00;
  --iwd-dark-color: #000000;
  --iwd-white-color: #ffffff;
  --iwd-transparent: transparent;
  --iwd-gradient-leftright: linear-gradient(145deg, rgba(255, 194, 120, 1) 0%, rgba(255, 213, 161, 1) 8%, rgba(255, 239, 221, 1) 16%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 65%, rgba(217, 236, 216, 1) 74%, rgba(200, 227, 198, 1) 84%, rgba(169, 212, 165, 1) 92%, rgba(87, 170, 79, 1) 100%);
  --iwd-gradient-bottomtop: linear-gradient(60deg, rgba(255, 239, 221, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(200, 227, 198, 1) 100%);
  --h2s-footer-color: #F2F2F2;
  --h2s-gray: #5a5a5a;
  --h2s-darktheme-surface: #1F1F1F;
}

@font-face {
  font-family: Graphik_100;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikThin.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_100_italic;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikThinItalic.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_200;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikExtralight.otf) format("opentype");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_200_italic;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikExtralightItalic.otf) format("opentype");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_300;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikLight.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_300_italic;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikLightItalic.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_400;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikRegular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_400_italic;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikRegularItalic.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_500;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikMedium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_500_italic;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikMediumItalic.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_600;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikSemibold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_600_italic;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikSemiboldItalic.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_700;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikBlack.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_700_italic;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikBoldItalic.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_800;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikSuper.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik_800_italic;
  src: url(/snapin-iwd2022/customHack/iwd/font/GraphikSuperItalic.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

* {
  scroll-behavior: smooth;
}

.gradient-bg {
  background: var(--iwd-gradient-leftright) !important;
}

.line-hight-2 {
  line-height: 2;
}

.modal-content {
  border-radius: 22px;
}

.modal-content .modal-body {
  padding: 1rem 1.5rem;
}

.btn-theme {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border: 3px solid var(--iwd-primary-yellow);
  color: var(--iwd-white-color);
  background: var(--iwd-dark-color);
  padding: 0.5rem 1rem;
}

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

.btn-outline-theme {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border: 3px solid var(--iwd-primary-yellow);
  color: var(--iwd-primary-yellow);
  background: var(--iwd-transparent);
  padding: 0.5rem 1rem;
}

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

h2 {
  font-family: Graphik_600;
  font-size: 2.5rem;
  font-weight: 600;
}

h5 {
  font-family: Graphik_600;
  margin-bottom: 2rem;
  font-weight: 600;
}

p {
  font-family: Graphik_400;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.15rem;
}

p span {
  color: var(--iwd-primary-yellow);
}

.scroll-link {
  height: 0;
  position: absolute;
  margin-top: -135px;
}

.iwd-link {
  color: var(--iwd-primary-yellow);
  text-decoration: none;
}

.iwd-link:hover {
  color: var(--iwd-primary-yellow);
}

#passMe {
  background: var(--iwd-dark-color);
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 80vh;
  width: 100%;
}

#passMe .card {
  width: 800px;
  max-width: 800px;
  max-width: 300px;
}

nav {
  background: var(--iwd-dark-color);
}

.hero-section {
  line-height: 0;
}

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

.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 2s 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 video {
  display: block;
}

@media (max-width: 576px) {
  .hero-section video {
    display: none;
  }
}

.hero-section .hero-img-1 {
  display: none;
  width: 100%;
}

@media (max-width: 576px) {
  .hero-section .hero-img-1 {
    display: block;
  }
}

@media (max-width: 425px) {
  .hero-section .hero-img-1 {
    display: none;
  }
}

.hero-section .hero-img-2 {
  display: none;
  width: 100%;
}

@media (max-width: 425px) {
  .hero-section .hero-img-2 {
    display: block;
  }
}

.about-section {
  background: var(--iwd-dark-color);
  padding: 3rem 0;
  color: var(--iwd-white-color);
  position: relative;
}

.about-section h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.about-section p {
  text-align: justify;
  margin-bottom: 0.5rem;
}

.about-section .about-vid {
  width: 70%;
  margin: auto;
  display: block;
}

@media (max-width: 991.98px) {
  .about-section .about-vid {
    width: 40%;
  }
}

.desktop-img{
  display: block;
}

.mobile-img{
  display: none;
}

@media (max-width: 575.98px) {
  .about-section .about-vid {
    margin-bottom: 2rem;
  }
}

@media (max-width: 575.98px) {
  .about-section {
    padding: 3rem 1.25rem;
    text-align: center;
  }
}

.winner-section {
  padding: 3rem 0 0 0;
  background: #FEF851;
}

.winner-cup{
  margin-top: 1rem;
  width: 40%;
  height: auto;
}

.winner-section .btn-theme:hover {
  background: var(--iwd-dark-color);
  color: var(--iwd-white-color);
}

.winner-sub-section{
  margin-top: 1rem;
  padding: 1rem;
}

.winner-sub-title{
  font-family: 'Graphik_600';
}

.winner-section .winner-section-title h2, .top-100-section h2 {
  background: #000000;
  color: #ffffff;
  font-size: 2rem;
  display: inline-block;
  padding: 0.75rem 3rem;
  border-radius: 8px;
}

.winner-name{
  background-color: #ffffff;
  color: #000000;
  font-family: 'Graphik_600';
  font-weight: 600;
  padding: 1rem;
  font-size: 1.5rem;
  border-radius: 8px;
  margin: 1.5rem 1rem;
  outline: 2px solid #000000;
  outline-offset: 0.5rem;
}

.top100-winner-name{
  background-color: #ffffff;
  color: #000000;
  font-family: 'Graphik_600';
  font-weight: 600;
  padding: 1rem;
  font-size: 1.25rem;
  border-radius: 8px;
  text-align: center;
}

.prize-section {
  position: relative;
  padding: 0 0 3rem 0;
  background: var(--iwd-gradient-leftright);
  text-align: center;
}

.prize-section .prize-desc {
  line-height: 1.7;
}

.prize-section .prize-desc .badge {
  padding: 0.5rem 3rem;
  background: var(--iwd-dark-color);
  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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.prize-section .prize-desc .badge strong {
  margin: 0 0.5rem;
  font-family: Graphik_600;
}

.prize-section .card {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 100%;
  width: 100%;
}

.prize-section .card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.prize-section .card .first_prize {
  width: 100px;
  margin-bottom: 1.5rem;
}

.prize-section .card .cash-pill {
  background: var(--iwd-dark-color);
  padding: 0.5rem 0;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  color: var(--iwd-white-color);
}

.prize-section .card .goodies-text {
  margin-bottom: 0;
}

.prize-section .card h5 {
  margin-bottom: 0.5rem;
}

.prize-section .card p {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.prize-section .top-50 {
  font-family: Graphik_500;
  margin-bottom: 2rem;
  font-weight: 500;
  padding: 0.75rem 0;
  background: var(--iwd-dark-color);
  color: var(--iwd-primary-yellow);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin-top: 2rem;
}

@media (max-width: 991.98px) {
  .prize-section .top-50 {
    background: var(--iwd-transparent);
    color: var(--iwd-dark-color);
  }
}

@media (max-width: 575.98px) {
  .prize-section {
    padding: 3rem 0rem;
  }
  .winner-cup{
    width: 60%;
  }
  .prize-details{
    padding: 1rem 1.5rem;
  }
}

.idea-section {
  position: relative;
  padding: 3rem 0;
  background: var(--iwd-dark-color);
  color: var(--iwd-white-color);
  text-align: center;
}

.idea-section h2 {
  margin-bottom: 1.5rem;
}

.idea-section .idea-child-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.idea-section .card {
  color: var(--iwd-dark-color);
  position: relative;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  width: 100%;
}

.idea-section .card .card-body {
  padding: 0;
}

.idea-section .card .card-body .content {
  padding: 2rem 2rem 0 2rem;
}

.idea-section .card .card-body .content .title-text {
  margin-bottom: 1rem;
  background-color: var(--iwd-dark-color);
  color: var(--iwd-white-color);
  padding: 0.5rem 0;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.idea-section .card .card-body .idea-1 {
  width: 80%;
  margin: auto;
  margin-top: 1.5rem;
}

.idea-section .card .card-body .idea-2 {
  width: 63%;
  margin: auto;
  margin-bottom: 0;
}

.idea-section .card .card-body .idea-3 {
  width: 90%;
  margin: auto;
  margin-bottom: 0;
  margin-top: 0.62rem;
}

@media (max-width: 575.98px) {
  .idea-section {
    padding: 3rem 1.25rem;
  }
}

.challenge-work-section {
  position: relative;
  background: var(--iwd-gradient-leftright);
  text-align: center;
  padding: 3rem 0;
}

.challenge-work-section h3 {
  font-family: Graphik_500;
  font-weight: 500;
  margin-bottom: 1.15rem;
  display: inline-block;
  background: var(--iwd-primary-yellow);
  color: var(--iwd-dark-color);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  line-height: 1;
  outline: 1px solid var(--iwd-white-color);
}

@media (min-width: 768px) {
  .challenge-work-section .reg-section {
    text-align: left;
  }
}

.challenge-work-section .reg-section img {
  width: 100%;
}

.challenge-work-section .reg-section .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}

.challenge-work-section .card-dark {
  height: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-color: var(--iwd-dark-color);
  color: var(--iwd-white-color);
}

.challenge-work-section .card-dark .registrations {
  width: 30%;
  margin: 1.5rem 0;
}

.challenge-work-section .card-dark a {
  color: var(--iwd-primary-yellow);
}

.challenge-work-section .card-dark a:hover {
  color: var(--iwd-primary-yellow);
}

.challenge-work-section .card-white {
  height: 100%;
  color: var(--iwd-dark-color);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.challenge-work-section .card-white:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.challenge-work-section .card-white .card-body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.challenge-work-section .card-white .card-body img {
  width: 30%;
  margin-bottom: 1rem;
}

.challenge-work-section .card-white .card-body h6 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.challenge-work-section .card-white .card-body .btn-theme {
  padding: 0.5rem 3rem;
}

@media (max-width: 575.98px) {
  .challenge-work-section .card-white .card-body .btn-theme {
    margin: 1rem 0;
  }
}

@media (max-width: 575.98px) {
  .challenge-work-section {
    padding: 3rem 1.25rem;
  }
}

.create-lens-section {
  background: var(--iwd-dark-color);
  padding: 3rem 0;
  position: relative;
}

@media (max-width: 767.98px) {
  .create-lens-section {
    text-align: center;
  }
  .desktop-img{
    display: none;
  }

  .mobile-img{
    display: block;
  }
}

.create-lens-section h3 {
  font-family: Graphik_500;
  font-weight: 500;
  margin-bottom: 1.15rem;
  display: inline-block;
  background: var(--iwd-primary-yellow);
  color: var(--iwd-dark-color);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  line-height: 1;
  outline: 1px solid var(--iwd-white-color);
}

.create-lens-section .video-wrapper video {
  width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
  .create-lens-section .video-wrapper video {
    width: 50%;
  }
}

.create-lens-section p {
  color: var(--iwd-white-color);
}

@media (max-width: 575.98px) {
  .create-lens-section {
    padding: 3rem 1.25rem;
  }
}

.lens-studio-section {
  position: relative;
  text-align: center;
  background: var(--iwd-dark-color);
  padding: 3rem 0;
  color: var(--iwd-white-color);
}

.lens-studio-section h3 {
  font-family: Graphik_500;
  font-weight: 500;
  margin-bottom: 1.15rem;
  display: inline-block;
  background: var(--iwd-primary-yellow);
  color: var(--iwd-dark-color);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  line-height: 1;
  outline: 1px solid var(--iwd-white-color);
}

@media (min-width: 768px) {
  .lens-studio-section {
    text-align: left;
  }
}

.lens-studio-section .video-wrapper {
  border-radius: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

@media (max-width: 991.98px) {
  .lens-studio-section .video-wrapper {
    width: 60%;
    margin: auto;
    margin-bottom: 2rem;
  }
}

@media (max-width: 575.98px) {
  .lens-studio-section .video-wrapper {
    width: 40%;
  }
}

.lens-studio-section .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lens-studio-section .btn-theme {
  padding: 0.5rem 3rem;
}

@media (max-width: 991.98px) {
  .lens-studio-section .btn-theme {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 575.98px) {
  .lens-studio-section {
    padding: 3rem 1.25rem;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .lens-studio-section .justify-center-575 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.timeline-section {
  background: var(--iwd-dark-color);
  padding: 3rem 0;
  text-align: center;
  position: relative;
}

.timeline-section h2 {
  margin-bottom: 5rem;
  color: var(--iwd-white-color);
}

.timeline-section .timeline-row {
  position: relative;
}

.timeline-section .timeline-row .timeline-blocks::before {
  content: '';
  position: absolute;
  top: -32px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: var(--iwd-white-color);
}

@media (max-width: 991.98px) {
  .timeline-section .timeline-row .timeline-blocks {
    padding-left: 2.5rem;
  }
  .timeline-section .timeline-row .timeline-blocks::before {
    left: 8px;
    top: 0px;
    height: 120%;
    width: 3px;
  }
}

.timeline-section .timeline-row .card {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 100%;
  width: 100%;
  position: relative;
}

.timeline-section .timeline-row .card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.timeline-section .timeline-row .card::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 46%;
  border-right: 16px solid transparent !important;
  border-top: 16px solid var(--iwd-white-color) !important;
  border-bottom: 0 solid var(--iwd-white-color) !important;
  border-left: 16px solid transparent !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  filter: drop-shadow(0px 2px 2px rgba(130, 130, 130, 0.1));
  -webkit-filter: drop-shadow(0px 2px 2px rgba(130, 130, 130, 0.1));
}

@media (max-width: 991.98px) {
  .timeline-section .timeline-row .card::before {
    left: -24px;
    top: 40%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}

.timeline-section .timeline-row .card .point-dot {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -45px;
  left: 47%;
}

.timeline-section .timeline-row .card .point-dot .dark {
  width: 100%;
  height: 100%;
  background: var(--iwd-white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.timeline-section .timeline-row .card .point-dot .dark .white {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background: var(--iwd-dark-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (max-width: 991.98px) {
  .timeline-section .timeline-row .card .point-dot {
    left: -44px;
    top: 36%;
  }
}

.timeline-section .timeline-row .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.timeline-section .timeline-row .card h6 {
  padding: 0.5rem 0;
  margin-bottom: 0;
  background: var(--iwd-dark-color);
  color: var(--iwd-white-color);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.timeline-section .timeline-row .card p {
  margin-bottom: 0rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.timeline-section .timeline-row .card p strong {
  font-family: Graphik_600;
}

.timeline-section .timeline-row .card h6 {
  margin-top: 1rem;
}

.timeline-section .submit-help {
  text-align: center;
  background: var(--iwd-dark-color);
  margin: 1rem 0;
  color: var(--iwd-primary-yellow);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  width: 100%;
  padding: 0.75rem 0;
  border: 3px solid var(--iwd-primary-yellow);
}

@media (max-width: 991.98px) {
  .timeline-section .submit-help {
    margin-top: 3rem 0 1rem;
    background: var(--iwd-transparent);
  }
}

@media (max-width: 575.98px) {
  .timeline-section {
    padding: 3rem 1.25rem;
  }
  .timeline-section h2 {
    margin-bottom: 2rem;
  }
}

.explore-bootcamp-section {
  padding: 3rem 0;
  background: var(--iwd-gradient-leftright);
  position: relative;
}

@media (min-width: 768px) {
  .explore-bootcamp-section {
    text-align: left;
  }
}

.explore-bootcamp-section h2 {
  text-align: center;
}

.explore-bootcamp-section h3 {
  font-family: Graphik_500;
  font-weight: 500;
  margin-bottom: 1.15rem;
  display: inline-block;
  background: var(--iwd-primary-yellow);
  color: var(--iwd-dark-color);
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  line-height: 1;
  outline: 1px solid var(--iwd-white-color);
}

@media (max-width: 768px) {
  .explore-bootcamp-section .explore-bootcamp-content {
    text-align: center;
  }
}

.explore-bootcamp-section .card {
  color: var(--iwd-dark-color);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.explore-bootcamp-section .card h5 {
  margin-bottom: 0.5rem;
}

.explore-bootcamp-section .card .open-for {
  border: 2px solid var(--iwd-dark-color);
  padding: 0.35rem 0.75rem;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  font-size: 0.8rem;
}

.explore-bootcamp-section .card p {
  margin-top: 0.75rem;
}

.explore-bootcamp-section .iwd-link {
  font-family: Graphik_600;
  color: var(--iwd-dark-color);
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .explore-bootcamp-section {
    padding: 3rem 1.25rem;
  }
}

.speaker-section {
  padding: 3rem 0;
  background: var(--iwd-gradient-leftright);
  text-align: center;
  position: relative;
}

.speaker-section .card {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: none;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 100%;
  width: 100%;
}

.speaker-section .card:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.speaker-section .card .first_prize {
  width: 100px;
  margin-bottom: 1.5rem;
}

.speaker-section .card .cash-pill {
  background: var(--iwd-dark-color);
  padding: 0.5rem 0;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  color: var(--iwd-white-color);
}

.speaker-section .card .goodies-text {
  margin-bottom: 0;
}

.speaker-section .card h5 {
  margin-bottom: 0.5rem;
}

.speaker-section .card p {
  margin-bottom: 0.75rem;
  line-height: 1.5;
  font-size: 0.9rem;
}

.speaker-section .card p strong {
  font-family: Graphik_600;
}

.speaker-section .card .speaker-img {
  width: 108px;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 1.5rem;
}

.speaker-section .top-50 {
  font-family: Graphik_500;
  margin-bottom: 2rem;
  font-weight: 500;
  padding: 0.75rem 0;
  background: var(--iwd-dark-color);
  color: var(--iwd-primary-yellow);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  margin-top: 2rem;
}

@media (max-width: 575.98px) {
  .speaker-section {
    padding: 3rem 1.25rem;
  }
}

.partners-section {
  padding: 3rem 0;
  background: var(--iwd-dark-color);
  color: var(--iwd-white-color);
  position: relative;
}

.partners-section h2 {
  text-align: center;
}

.partners-section img {
  width: 120px;
  height: 120px;
  margin: 0.75rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media (max-width: 575.98px) {
  .partners-section {
    padding: 3rem 1.25rem;
  }
}

.faq-section {
  padding: 3rem 0;
  background: var(--iwd-gradient-leftright);
  position: relative;
}

.faq-section .link {
  color: var(--iwd-dark-color);
  font-family: Graphik_600;
  font-weight: 600;
}

.faq-section h2 {
  text-align: center;
}

.faq-section .accordion {
  width: 100%;
}

.faq-section .accordion .card {
  border: none;
  margin: 20px 0;
}

.faq-section .accordion .card .card-head {
  background: var(--iwd-dark-color);
  color: var(--iwd-white-color);
  padding: 1rem;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.faq-section .accordion .card .card-head h2 {
  background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center;
  background-size: 20px;
  color: var(--iwd-dark-color);
  filter: invert(100%);
  -webkit-filter: invert(100%);
  cursor: pointer;
  font-size: 18px;
  text-align: left;
}

.faq-section .accordion .card .card-head h2.collapsed {
  background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.faq-section .accordion .card .card-head h2 span {
  width: 90%;
  display: block;
  line-height: 1.5;
}

.faq-section .accordion .card-body {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

.faq-section .discussion-container h2 {
  text-align: left;
}

@media (max-width: 991.98px) {
  .faq-section .discussion-container h2 {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .faq-section .discussion-container h2 {
    margin-top: 2rem;
  }
}

.faq-section .discussion-container .btn-theme {
  padding: 0.5rem 3rem;
}

@media (max-width: 767.98px) {
  .faq-section .discussion-container {
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .faq-section {
    padding: 3rem 1.25rem;
  }
}

.explore-page {
  padding-top: 6rem;
}

.explore-page .card {
  text-align: center;
}

.top-100-section{
  padding-top: 3rem;
  background: var(--iwd-primary-yellow);
}

.explore-page .card .clg-img {
  display: block;
  width: 50%;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.explore-page .card .open-for {
  display: inline-block;
  margin: 0.5rem;
}

.explore-page .card .date {
  font-size: 1rem;
}

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

footer ul {
  list-style: none;
}

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

footer .accordion {
  background-color: transparent;
  color: #444;
}

footer ul li {
  position: relative;
  display: inline-block;
  color: var(--iwd-dark-color);
  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(--iwd-dark-color);
}

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

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

footer p span{
  color: var(--iwd-dark-color) !important;
}

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

.end-footer a:hover {
  color: var(--iwd-dark-color);
  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;
  }
}

.btn-mob-theme {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--iwd-primary-yellow);
  color: var(--iwd-dark-color);
  display: none;
  padding: 0.75rem 0;
  font-family: Graphik_600;
  font-weight: 600;
  z-index: 999;
}

@media (max-width: 991.98px) {
  .btn-mob-theme {
    display: block;
  }
}
/*# sourceMappingURL=main.css.map */