html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Source Sans Pro', sans-serif !important;
}

.header {
  background: #0B142B !important;
  border-bottom: none !important;
}

.header .nav-link {
  color: #fff !important;
}

.header .header-logo {
  margin-left: 2rem;
  margin-top: 1rem;
  width: 100px;
}

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

.mt-nav {
  margin-top: 69px;
}

.hero-section {
  height: 649px;
  text-align: left;
  padding: 5vw 3vh;
  background: url("https://storage.googleapis.com/incind/Cover4IB75do");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section h1 {
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 0.1rem;
  color: #fff;
}

.hero-section h1 span {
  text-shadow: 0px 0px 10px rgba(0, 255, 255, 0.5);
}

.hero-section h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2rem;
}

.hero-section h2 span {
  font-weight: 700;
  color: #1f75fe;
}

.hero-section p {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.hero-section .btn-white {
  background-color: #fff;
  color: #000;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-transform: uppercase;
}

.hero-section .btn-white:hover {
  color: #2e4e9b;
  background-color: #fff;
}

.community-section .stats-area {
  background-color: #fff;
  margin-top: -4rem;
  margin-bottom: 5rem;
  border-radius: 10px;
}

.community-section .stats-area .col-md-3 {
  padding: 2rem;
  border-right: 1px solid #d3d3d3;
  text-align: center;
}

.community-section .stats-area .col-md-3 .img-div {
  margin: auto;
  background-color: #1f75fe;
  padding: 10px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 2px 15px 10px rgba(0, 0, 0, 0.151);
          box-shadow: 0px 2px 15px 10px rgba(0, 0, 0, 0.151);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

.community-section .stats-area .col-md-3 .img-1 {
  margin-top: 0.3rem;
  width: 80%;
}

.community-section .stats-area .col-md-3 .img-2 {
  margin-top: 0.5rem;
  width: 80%;
}

.community-section .stats-area .col-md-3 .img-3 {
  margin-top: 0.3rem;
  width: 80%;
}

.community-section .stats-area .col-md-3 .img-4 {
  margin-top: 0.3rem;
  width: 60%;
}

.community-section .stats-area .col-md-3 h4 {
  color: #161B2E;
  font-weight: 700;
}

.community-section .stats-area :last-child {
  border-right: none;
}

.community-section .stats-area img {
  width: 30%;
}

.about-section {
  text-align: center;
  margin-bottom: 3rem;
}

.about-section h2 {
  font-size: 2rem;
  font-weight: 500;
}

.about-section h2 span {
  font-size: 2.5rem;
  color: #1f75fe;
  font-weight: 700;
}

.about-section p {
  font-size: 1.2rem;
}

.code-section {
  background: -webkit-gradient(linear, left top, right top, from(#4DC7F0), color-stop(90%, #3E53A2));
  background: linear-gradient(90deg, #4DC7F0 0%, #3E53A2 90%);
  padding: 70px 0px;
}

.code-section h2 {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.code-section .event-names {
  text-align: center;
  font-size: 1.3rem;
}

.code-section h5 {
  color: #fff;
}

.code-section .col-2 {
  margin: 3rem 0;
}

.code-section .learn-h5 {
  margin-top: 2rem;
}

.code-section .code-h5 {
  margin-top: 3.5rem;
}

.code-section .grow-h5 {
  margin-top: 2.2rem;
}

.code-section img {
  width: 40%;
}

.silver-bg {
  background-color: #EEEFF1;
}

.event-section {
  padding: 50px 0;
}

.event-section h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

.event-section h2 span {
  color: #1f75fe;
  font-weight: 700;
}

.event-section p {
  font-size: 1rem;
}

.event-section h3 {
  color: #1f75fe;
}

.event-section .btn-theme {
  background-color: #1f75fe;
  color: #fff;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 1rem;
}

.event-section .btn-theme:hover {
  background-color: #1467ee;
  color: #fff;
}

.bg-light-green {
  background-color: #509fb128;
}

.mentor-area,
.prev-mentor {
  padding: 4rem 0;
}

.mentor-area h2,
.prev-mentor h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
}

.mentor-area h2 span,
.prev-mentor h2 span {
  color: #1f75fe;
  font-weight: 700;
}

.mentor-area .btn-link,
.prev-mentor .btn-link {
  color: #1f75fe;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 600;
}

.mentor-area .btn-link:hover,
.prev-mentor .btn-link:hover {
  background-color: #fff;
  color: #1f75fe;
  text-decoration: none;
}

.mentor-area .event-name span,
.prev-mentor .event-name span {
  font-weight: 600;
}

.mentor-details {
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mentor-details img {
  border-radius: 8px;
  border: 1px solid #3131313b;
}

.mentor-details .color-layer {
  position: absolute;
  top: 0;
  background: linear-gradient(20deg, #1f75fe 30%, rgba(0, 0, 0, 0.24) 40%, rgba(0, 0, 0, 0.24) 100%);
  height: 100%;
  width: 100%;
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mentor-details .linked-img {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mentor-details .linked-img img {
  border: none;
}

.mentor-details .details {
  position: absolute;
  bottom: 0;
  left: 10px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.mentor-details .details h6,
.mentor-details .details h5,
.mentor-details .details p {
  color: #fff;
}

.mentor-details .details h5 {
  margin: 0;
  font-weight: 600;
}

.mentor-details .details h6 {
  margin-bottom: 0.5rem;
}

.mentor-details .details p {
  margin: 0rem;
}

.mentor-details:hover .linked-img {
  opacity: 1;
}

.mentor-details:hover .color-layer {
  opacity: 1;
}

.mentor-details:hover .details {
  opacity: 1;
}

.contact-area {
  padding: 4rem 0;
}

.contact-area p {
  text-align: center;
  color: #000;
  margin: 0;
}

.contact-area h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
}

.contact-area h2 span {
  color: #1f75fe;
  font-weight: 600;
}

footer {
  padding: 50px 0;
  text-align: center !important;
  background-color: #161B2E !important;
  background-image: none !important;
}

footer ul {
  margin-bottom: 2rem;
}

footer ul li {
  display: inline-block;
  list-style: none;
}

footer a {
  color: #fff !important;
}

footer a .fab {
  font-size: 22px !important;
}

.disabled {
  background-color: #5a97f8 !important;
  cursor: not-allowed;
  color: #fff !important;
}

@media (max-width: 1440px) {
  .hero-section {
    padding: 4vw 3vh;
  }
  .hero-section img {
    width: 240px;
  }
}

@media (max-width: 1199.98px) {
  .hero-section {
    padding: 4vw 3vh;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 11vw 3vh;
  }
  .header .header-logo {
    margin-left: 1rem;
  }
  .community-section .stats-area :nth-child(2) {
    border-right: none;
  }
  .community-section .stats-area :last-child {
    border-right: none;
  }
  .code-section .code-h5 {
    margin-top: 2.8rem;
  }
  .code-section img {
    width: 60%;
  }
  .mentor-details .linked-img {
    opacity: 1;
  }
  .mentor-details .color-layer {
    position: absolute;
    top: 0;
    background: linear-gradient(20deg, #50a2b2 30%, rgba(0, 0, 0, 0.24) 40%, rgba(0, 0, 0, 0.24) 100%);
    height: 100%;
    width: 100%;
    border-radius: 8px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  .mentor-details .details {
    position: absolute;
    bottom: 0;
    left: 10px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
}

@media (max-width: 540px) {
  .hero-section {
    height: 70vh;
    padding: 10vw 3vh;
  }
  .community-section .stats-area {
    margin-top: 3rem;
  }
  .code-section h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
  .code-section h5 {
    color: #fff;
  }
  .code-section .col-2 {
    margin: 3rem 0;
  }
  .code-section .learn-h5 {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .code-section .code-h5 {
    margin-top: 2.8rem;
    font-size: 2rem;
  }
  .code-section .grow-h5 {
    margin-top: 2.2rem;
    font-size: 2rem;
  }
  .code-section img {
    width: 20%;
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=main.css.map */