@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;600;900&display=swap");
* {
  font-family: 'Poppins', sans-serif;
}

.inc-logo {
  width: 100px;
}

.git-logo {
  width: 200px;
}

h1, h2, h3, h4, h5, h6, p {
  color: #000;
}

.theme-dark {
  color: #000;
}

.tba {
  color: #3d3d3d;
  letter-spacing: 5px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.heading-text {
  font-weight: 600;
  font-size: 2.2em;
  letter-spacing: 1.5px;
  margin-bottom: 1rem;
}

.text-yellow {
  color: #FFBF01;
}

.text-yellow:hover {
  color: #FFBF01;
}

.bg-theme-yellow {
  background-color: #FFBF01;
}

.about-area, .benefits-section, .agenda-area {
  text-align: center;
  padding: 4rem 0rem;
}

.googleCard {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}

.googleCard:hover {
  /* transform: 0.5; */
  -webkit-box-shadow: 0 4px 6px 0 #a7a7a7;
          box-shadow: 0 4px 6px 0 #a7a7a7;
  background-color: #F5F5F5;
}

.form-row {
  margin-bottom: 1rem;
}

.bg-theme-dark {
  background-color: #1a1a1a;
}

.btn-theme {
  background-color: #FFBF01;
  color: #000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-theme:hover {
  color: #000;
}

.btn-outline-theme {
  border: 2px solid #FFBF01;
  background-color: transparent;
  color: #FFBF01;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 0.75rem 3rem;
}

.btn-nav {
  padding: 0.75rem 3rem;
}

.reg-btn-padd {
  padding: 0.75rem 4.5rem;
}

.hero-section {
  background: #fff;
  background-image: url("https://storage.googleapis.com/incind/CoveribHcN6z");
  background-repeat: no-repeat;
  background-position: right, center;
  background-size: auto;
  border-bottom: 2px solid #f8f8f8;
  /*Countdown*/
  /*End countdown*/
}

.hero-section .content-area {
  padding: 8rem 0rem;
}

.hero-section .content-area h1 {
  font-size: 3em;
  font-weight: 600;
}

.hero-section .hero-section-watch .content-area {
  padding: 8rem 0rem;
}

.hero-section .hero-section-watch .content-area h1 {
  font-size: 3em;
  font-weight: 600;
}

.hero-section .vid-mob {
  width: 100%;
  height: 50vh;
}

.hero-section section#countdown:after {
  position: absolute;
  content: "";
  height: 990px;
  width: 100%;
  top: -248px;
  z-index: 2;
  opacity: 0.04;
  background-color: transparent;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23f5f8fb' stroke='%23f5f8fb' stroke-width='2' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.hero-section .timer {
  padding: 1rem;
}

.hero-section .timer span.label {
  font-size: 0.9375rem;
  font-weight: 600;
  display: block;
  color: #1a1a1a;
}

.hero-section .timer span.counter {
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  font-size: 2.5rem;
}

.summary-area {
  padding: 3rem 0rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.summary-area ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.summary-area ul li {
  margin-right: 2rem;
}

.summary-area .m-t-04 {
  margin-top: 0.4rem;
}

.summary-area .m-t-06 {
  margin-top: 0.6rem;
}

.summary-area .m-t-055 {
  margin-top: 0.55rem;
}

.summary-area h5 {
  font-weight: 600;
}

.max-width-md {
  max-width: 3.75rem;
}

.about-area {
  background-image: url("https://storage.googleapis.com/incind/about.pngGC9vZU5");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about-area p {
  color: #fff;
  line-height: 1.75;
}

.benefits-section .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits-section .overlay-div {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  background-color: #1a1a1a;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}

.benefits-section .overlay-content {
  color: #fff;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  padding-left: 2rem;
  text-align: left;
}

.benefits-section .overlay-content h4, .benefits-section .overlay-content p {
  color: #fff;
}

.benefits-section .col-md-4 {
  margin-bottom: 2rem;
}

.agenda-area .nav-pills .nav-link.active, .agenda-area .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 1rem 3rem;
  margin: 0.75rem 1rem;
}

.agenda-area .nav-pills .nav-link {
  color: #AEACAD;
  background-color: #E8E8E8;
  border: 2px solid #AEACAD;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 1rem 3rem;
  margin: 0.75rem 1rem;
}

.agenda-area #pills-tabContent h4 {
  line-height: 1.5;
}

.agenda-area #pills-tabContent .font-weight-bold {
  font-weight: 600 !important;
}

.agenda-area .tab-content {
  text-align: left;
}

.mentor-card {
  position: relative;
  margin: 1rem auto;
}

.mentor-card:hover .overlay-text {
  opacity: 1;
}

.mentor-card .overlay-text {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0.68111)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.68111) 50%, rgba(255, 255, 255, 0) 100%);
  border-radius: .35rem;
  -webkit-border-radius: .35rem;
  -moz-border-radius: .35rem;
  -ms-border-radius: .35rem;
  -o-border-radius: .35rem;
  padding: 3rem 1rem 1rem 1rem;
  opacity: 0;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.mentor-card .overlay-text h4 {
  color: #FFBF01;
}

.mentor-card .overlay-text p {
  color: #fff;
}

/* FOOTER */
footer {
  margin-top: 3rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0f0f0;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer a {
  color: var(--theme-color);
}

footer a:hover {
  color: var(--theme-color);
}

footer ul .title {
  font-size: 14px;
  font-weight: 700;
}

footer ul li {
  font-size: 12px;
  line-height: 25px;
  color: #515254;
}

footer ul .social-links li {
  display: inline;
  font-size: 20px;
  letter-spacing: 4px;
}

footer ul .social-links li .fa-facebook {
  color: #1877f2;
}

footer ul .social-links li .fa-twitter {
  color: #1da1f2;
}

footer ul .social-links li .fa-instagram {
  color: #e4405f;
}

footer ul .social-links li .fa-linkedin {
  color: #007bb5;
}

footer ul .social-links li .fa-youtube {
  color: #ff0000;
}

footer ul .social-links a:hover {
  text-decoration: none;
}

footer ul .address {
  line-height: 16px;
}

footer ul .email {
  font-weight: 700;
  overflow-wrap: anywhere;
}

@media (max-width: 425px) {
  footer ul .email {
    overflow-wrap: anywhere;
  }
}

@media (max-width: 992px) {
  .summary-area ul li {
    -webkit-box-flex: 33%;
        -ms-flex: 33%;
            flex: 33%;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 540px) {
  .benefits-section .overlay-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .benefits-section .overlay-div .overlay-content {
    position: unset;
    opacity: 1;
    text-align: left;
    padding: 0;
    padding-left: 1rem;
    background-color: unset;
  }
  .benefits-section .overlay-div .overlay-content h4, .benefits-section .overlay-div .overlay-content p {
    color: #fff;
  }
  .mentor-card .overlay-text {
    opacity: 1;
  }
}

@media (max-width: 375px) {
  .inc-logo {
    width: 70px;
  }
  .git-logo {
    width: 120px;
  }
  .benefits-section .overlay-div {
    display: block;
  }
  .benefits-section .overlay-div .overlay-content {
    position: unset;
    opacity: 1;
    text-align: center;
    padding: 0;
    padding-top: 1rem;
    background-color: unset;
  }
  .benefits-section .overlay-div .overlay-content h3, .benefits-section .overlay-div .overlay-content h4, .benefits-section .overlay-div .overlay-content p {
    color: #fff;
  }
}
/*# sourceMappingURL=gdtc.css.map */