body {
  margin: 0;
  padding: 0;
  background: #17153a;
}

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  background-color: #17153a;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.sub-heading-title {
  padding: 0em 0 2em 0;
}

.vertical-padding {
  padding: 6em 0 6em 0;
}

.diagonal-section {
  z-index: 30;
  position: relative;
  opacity: 0.9;
  transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
}

.footer-section {
  margin-top: -2em;
  padding: 2em 0 2em 0;
  opacity: 1;
}

.foreground {
  z-index: 3;
  position: relative;
}

.white-bg {
  background: white;
}

.transparent-bg {
  background: transparent;
}

.black-bg {
  background: black;
}

.diagonal-section-content {
  padding: 5em 0 5em 0;
  transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -webkit-transform: skewY(2deg);
}

header,
section {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.dark-blue-bg {
  background: transparent;
}

.faq-bubble {
  padding-bottom: 2em;
}

.zoom {
  transition: transform 0.2s;
  /* Animation */
}

.zoom:hover {
  transform: scale(1.1);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.descriptor {
  margin-bottom: 1em;
}

.img-box {
  display: inline-block;
  width: 75%;
}

.top-borders {
  border-top-right-radius: 3em;
  border-top-left-radius: 3em;
}

.bottom-borders {
  border-bottom-right-radius: 3em;
  border-bottom-left-radius: 3em;
}

.workshop-item {
  width: 100%;
  height: 100%;
  /* border-radius: 6em; */
  overflow: hidden;
}

.border-box {
  margin-bottom: 2em;
}

.workshop-item-image {
  border: 0;
}

.workshop-item-textbox {
  padding: 3% !important;
  background-color: #161616 !important;
  border: 0;
  border-radius: 20px;
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.image-showcase {
  z-index: 3;
  position: relative;
}

@media (min-width: 991.98px) {
  #team {
    margin-right: 7em;
  }
}

@media (max-width: 1200px) {
  .front-image-box {
    margin-bottom: 7em;
  }

  .first-image {
    margin-bottom: 8em;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.col-xl-4 {
  margin-bottom: 1em;
}

.team-card {
  height: 100%;
}

/* .team-image {
  border-top-right-radius: 3em;
  border-top-left-radius: 3em;
} */

/* .team-textbox {
  height: auto;
  background: black;
  border-bottom-right-radius: 3em;
  border-bottom-left-radius: 3em;
} */

.team-name {
  padding: 0.5em;
  margin: 0;
}

.team-study {}

.team-social {
  padding-bottom: 0.5em;
}

.social-button {
  margin: 0.5em;
}

.accessible {
  position: relative;
  z-index: 2;
}

.custom-tooltip {
  position: relative;
  display: inline;
}

.custom-tooltip .custom-tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 280%;
  left: 15%;
  margin-left: -60px;
}

.custom-tooltip .custom-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.custom-tooltip:hover .custom-tooltiptext {
  visibility: visible;
}

#mlh-trust-badge {
  display: block;
  max-width: 120px !important;
  min-width: 50px !important;
  position: fixed;
  /* ---- This number is very important so menu doesn't overlap ---- */
  right: 10px !important;
  top: 0;
  width: 10%;
  z-index: 10000
}

/* ---- Mobile only styling ---- */
@media (max-width: 991.98px) {
  .navbar-toggler {
    margin-right: 4em !important;
  }

  nav {
    width: 100%;
  }

  #navbar-container,
  #navbar-top-menu {
    width: 100%;
  }

  .subscribe-for-updates {
    font-size: 3.5vw !important;
  }

  .container {
    width: 100%;
  }

  .navbar-toggler {
    align-self: inherit;
    position: initial;
  }

  .navbar-brand {
    display: inline-flex;
  }

  #mainNav {
    background-color: transparent;
  }

  .navbar {
    padding: 0;
  }

  .navbar-collapse {
    width: 100%;
  }

  .projects-section .project-text {
    padding: 3% !important;
  }

  .project-text {
    padding: 3% !important;
  }

  #mainNav .navbar-toggler {
    color: #F0B036;
    border: 2px solid #ccc;
    border-radius: 30px;
  }

  #mainNav .navbar-toggler:hover,
  #mainNav .navbar-toggler:focus {
    color: #F0B036;
    border-color: #F0B036;
  }

  #mainNav .navbar-toggler:active {
    color: #A07524;
    border-color: #A07524;
  }

  #mainNav.navbar-shrink .nav-link {
    text-align: center;
  }

  #navbar-buttons li {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }

  .btn-primary {
    margin-bottom: 50px !important;
  }
}

.subscribe-for-updates {
  font-size: 2vw;
}

/* ---- Prevent user from being able to double click ---- */
.no-select {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

#mainNav .nav-link {
  -webkit-text-fill-color: white;
  padding: 1.5rem 1.5rem 1.25rem;
  border: 0;
}

#mainNav .nav-link:hover {
  -webkit-text-fill-color: white;
}

#mainNav .navbar-brand {
  -webkit-text-fill-color: white;
}

#mainNav {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: 0.5s ease-in-out;
}

#mainNav.navbar-shrink {
  background-color: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid white;
  transition: 0.5s ease-in-out;
}

#mainNav.navbar-shrink .nav-link {
  color: #161616;
  padding: 1.5rem 1.5rem 1.25rem;
  border: 0;
}

#mainNav.navbar-shrink .nav-link.active {
  -webkit-text-fill-color: rgba(255, 255, 255, 1);
  border: 0;
}

.title-icon {
  width: 70px;
}

.hidden-anchor {
  position: relative;
  top: -15px;
}

/* ---- Custom title font ---- */
@font-face {
  font-family: "Title";
  src: url("../fonts/NexaBold.eot");
  /* IE9 Compat Modes */
  src: url("../font/NexaBold.woff2") format("woff2"),
    /* Modern Browsers */
    url("../font/NexaBold.woff") format("woff"),
    /* Modern Browsers */
    url("../fonts/NexaBold.svg") format("svg"),
    /* Legacy iOS */
    url("../fonts/NexaBold.ttf") format("truetype"),
    /* Safari, Android, iOS */
    url("../fonts/NexaBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/NexaBold.otf") format("opentype");
  /* Open Type Font */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaRegular";
  src: url("../font/ProximaNovaRegular.otf");
  font-weight: normal;
  font-size: normal;
}

@font-face {
  font-family: "SubBtnText";
  src: url("../font/ProximaNovaBold.otf");
  font-weight: normal;
  font-size: normal;
}

.inline {
  display: inline-block;
}

.projects-section .project-text hr {
  border-color: #32adff;
}

.projects-section .project-text {
  padding: 10%;
}

.masthead h2,
.sub-heading {
  text-align: center;
  font-family: "Title";
  color: white;
  font-size: 4rem;
}

.sub-heading-2 {
  font-size: 2rem
}

p {
  margin: 0;
}

.nexa {
  font-family: "Title";
}

.black {
  color: #000 !important;
}


.orange,
.orange-hover {
  color: #F0B036 !important;
}

.orange-hover:focus,
.orange-hover:hover {
  text-decoration: none;
  color: #A07524 !important;
}

.blue {
  color: #64a19d !important;
}

.white {
  color: #fff !important;
}

.masthead h1,
.title-text {
  font-family: "Title";
  text-align: center;
  opacity: 1;
  background: url("../img/title-scrolling.png");
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animate 150s linear infinite;
}

@keyframes animate {
  from {
    background-position: 0 0;
  }

  /*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}

.mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .masthead h2 {
    max-width: 40rem;
    font-size: 2rem;
  }
}

/* ---- Button css ---- */
.btn-primary {
  background-color: rgba(240, 176, 54);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 30px;
  color: black;
  margin: 0 8px;
  font-family: "SubBtnText";
  font-size: 1.5rem;
  text-transform: none;
  letter-spacing: 0px;
}

.btn-primary:hover {
  background-color: rgba(240, 176, 54, 0.5);
  color: black;
}

.btn-primary:focus {
  background-color: rgba(240, 176, 54, 0.3) !important;
  color: #888;
}

.btn-primary:active {
  background-color: rgba(240, 176, 54, 0.5) !important;
  color: #888 !important;
}

/* ---- Description text ---- */
.text-white-50 {
  color: white !important;
}

.card {
  border-radius: 50px;
}

#inputEmail {
  border-radius: 30px;
}

.masthead {
  z-index: 3;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding-top: 8rem;
  background: url("");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

/* nav bar */
.nav-item {
  font-family: "ProximaRegular";
}

/* Schedule*/
#schedSat {
  display: inline-block;
}

#schedSun {
  display: inline-block;
}

.schedule .table {
  border-left: #1f1f1f 0.8rem solid;
  overflow-wrap: normal;
  margin-top: 10px;
}

.schedule {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  margin-left: 20%;
  margin-right: 20%;
}

@media screen and (max-width : 992px) {
  .schedule {
    margin-left: 2%;
    margin-right: 0%;
  }
}

.table th {
  text-align: center;
  overflow-wrap: normal;

}

.table td {}

.table tbody tr td {
  vertical-align: middle;
  font-weight: 900;
  font-size: 1.0rem;
  width: 180px;
}

.schedule header div {
  font-family: "Title";
  font-size: 6rem;
  text-align: right;
  vertical-align: middle;
  text-transform: capitalize;
}

/* Sponsors */

.diagonal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-2deg);
  transform-origin: top left;
}

.diagonal-top {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-2deg);
  transform-origin: bottom right;
}

.diagonal-text {
  position: relative;
  text-align: center;
}

.sponsors-container {
  padding: 1rem 30px 1.5rem;
  background: white;
}

.sponsor-tier {
  /* color: #; */
}

.sponsor-img-container {
  padding-bottom: 8em;
}

.sponsors-img {

  width: 10%;

  height: 30%;
  margin: 2rem;
  margin-bottom: 1rem;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .sakec-logo {
    height: 60%;
    width: 60%;
    margin-top: -4rem;
    margin-bottom: 5rem;
  }

  .masthead {
    z-index: 3;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding-top: 10rem;
    background: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }


  .sponsors-img-container {
    width: 100%;
  }

  .sponsors-img {
    width: 50%;
  }
}

@media screen and (max-width: 800px) and (min-width: 600px) {
  .sponsors-img-container {
    width: 20%;
  }

  .sponsors-img {
    width: 30%;
  }
}

.mb-5,
.my-5 {
  margin-bottom: 0 !important;
}

#mainNav .nav-link:hover {
  -webkit-text-fill-color: rgba(240, 176, 54) !important;
}

#mainNav .navbar-nav .nav-item:hover {
  color: rgba(240, 176, 54) !important;
}

#mainNav.navbar-shrink .nav-link:hover {
  color: rgba(240, 176, 54) !important;
}


@media screen and (min-width: 481px) and (max-width: 1024px) {

  .sakec-logo {
    height: 50%;
    width: 50%;
    margin-top: -4rem;
  }
}

@media screen and (min-width: 1025px) {
  .sakec-logo {
    height: 30%;
    width: 30%;
    margin-top: -5.5rem;
  }
}


.sakec-logo-container {
  margin-top: 5rem;
}


/*
 CSS for the main interaction
*/
.accordion>input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion>input[type="checkbox"]:checked~.content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}

/*
 Styling
*/
.accordion {
  margin-bottom: 1em;
  border-bottom: 1px solid #e9eaed;
  /* padding: 20px; */
}

.accordion>input[type="checkbox"]:checked~.content {
  padding: 15px;
  /* border: 1px solid #e8e8e8; */
  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion label {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  /* background: #e8e8e8; */
}

/* .accordion label:hover,
.accordion label:focus {
  background: #d8d8d8;
} */

.accordion .handle label:before {
  font-family: 'fontawesome';
  /* content: "\f054"; */
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion>input[type="checkbox"]:checked~.handle label:before {
  /* content: "\f078"; */
}


.justified-content {
  text-align: justify;
}

.left-allign {
  text-align: left;
}

/* button */

.buy-tickets {
  color: #1C7AF4;
  background: #FEDB43;
  /* padding: 7px 22px; */
  /* margin: 0 0 0 15px; */
  border-radius: 50px;
  border: 2px solid #edc100;
  transition: all ease-in-out 0.3s;
  font-weight: 300;
  /* line-height: 1; */
  font-size: 13px;
  white-space: nowrap;
}

.buy-tickets:hover {
  background: none;
  color: #1C7AF4;
}

.buy-tickets:focus {
  color: #1C7AF4;
}

@media (max-width: 856px) {
  .buy-tickets {
    margin: 0 15px 0 0;
  }
}



/* Mentor Card CSS */


/* slider css start */
/* 
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;} */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: 0%;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 8s;
}

img {
  border-radius: 20px;
}

@keyframes fade {
  from {
    opacity: 1
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}


/* slider css end  */


/* Brochure Download Start */

.brochureDownloadButton {
  width: 14vw;
  position: fixed;
  right: -22px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .brochureDownloadButton {
    width: 25vw;
  }
}

@media only screen and (max-width: 768px) {
  .brochureDownloadButton {
    width: 25vw;
  }
}
/* Brochure Download End */



.team-card {

  text-align: center;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-image-container {
  width: 250px; /* Adjust size as needed */
  height: 250px; /* Adjust size as needed */
  overflow: hidden;
  border: 5px solid #ffffff; /* White border around the image */
  border-radius: 10px;
  margin: 0 auto 30px; /* Center the image vertically and give some space */
}

.team-image {
  width: 100%;
  height: auto;
  border-radius: 0%;
}


/* .team-name {
  margin-top: px;
  font-size: 18px;
  font-weight: bold;
} */
